Pull request #47744 opened Connecting to https://api.github.com using docker-jenkins GitHub credentials Obtained Jenkinsfile from c7a28c86b3d9f37e9b6bcdec339c5fee141cafef+c8af8ebe4a8984d808f2071788dd1f00a4da78c5 (4e19fe2fd4ef040cf3ece17dd24fcdb2a1825642) Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision c8880eb865108326b5561629a909e5c780e6ef50 The recommended git tool is: NONE using credential jps-reader 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-47744@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 c8880eb865108326b5561629a909e5c780e6ef50 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f c8880eb865108326b5561629a909e5c780e6ef50 # timeout=10 Commit message: "Merge pull request #28 from docker/codeowners_oos4a9mi" 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-04-23T09:46:00.560Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2024-04-23T09:46:00.562Z] Trying to pass milestone 1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2024-04-23T09:46:00.796Z] Running on EC2 (ec2-managed-agents) - ubuntu-2004-arm64v8 (i-0f226cd7fabbe2e3f) in /home/ubuntu/workspace/moby_PR-47744 [Pipeline] { [Pipeline] checkout [2024-04-23T09:46:00.819Z] The recommended git tool is: git [2024-04-23T09:46:00.824Z] using credential docker-jenkins-github-credentials [2024-04-23T09:46:00.831Z] Cloning the remote Git repository [2024-04-23T09:46:00.831Z] Cloning with configured refspecs honoured and without tags [2024-04-23T09:46:00.861Z] Cloning repository https://github.com/moby/moby.git [2024-04-23T09:46:00.861Z] > git init /home/ubuntu/workspace/moby_PR-47744 # timeout=10 [2024-04-23T09:46:00.865Z] Fetching upstream changes from https://github.com/moby/moby.git [2024-04-23T09:46:00.865Z] > git --version # timeout=10 [2024-04-23T09:46:00.867Z] > git --version # 'git version 2.25.1' [2024-04-23T09:46:00.867Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2024-04-23T09:46:00.870Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/47744/head:refs/remotes/origin/PR-47744 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2024-04-23T09:46:12.566Z] Fetching without tags [2024-04-23T09:46:12.751Z] Merging remotes/origin/master commit c8af8ebe4a8984d808f2071788dd1f00a4da78c5 into PR head commit c7a28c86b3d9f37e9b6bcdec339c5fee141cafef [2024-04-23T09:46:12.580Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2024-04-23T09:46:12.582Z] > git config --add remote.origin.fetch +refs/pull/47744/head:refs/remotes/origin/PR-47744 # timeout=10 [2024-04-23T09:46:12.584Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2024-04-23T09:46:12.592Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2024-04-23T09:46:12.595Z] Fetching upstream changes from https://github.com/moby/moby.git [2024-04-23T09:46:12.596Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2024-04-23T09:46:12.598Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/47744/head:refs/remotes/origin/PR-47744 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2024-04-23T09:46:12.781Z] > git config core.sparsecheckout # timeout=10 [2024-04-23T09:46:12.783Z] > git checkout -f c7a28c86b3d9f37e9b6bcdec339c5fee141cafef # timeout=10 [2024-04-23T09:46:13.437Z] Merge succeeded, producing c7a28c86b3d9f37e9b6bcdec339c5fee141cafef [2024-04-23T09:46:13.438Z] Checking out Revision c7a28c86b3d9f37e9b6bcdec339c5fee141cafef (PR-47744) [2024-04-23T09:46:14.071Z] Commit message: "Do not forward DNS requests to self." [2024-04-23T09:46:14.072Z] First time build. Skipping changelog. [2024-04-23T09:46:14.107Z] > git --version # timeout=10 [2024-04-23T09:46:14.108Z] > git --version # 'git version 2.25.1' [2024-04-23T09:46:14.110Z] fatal: bad object c8880eb865108326b5561629a909e5c780e6ef50 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-04-23T09:46:14.705Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-47744:/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-04-23T09:46:13.451Z] > git remote # timeout=10 [2024-04-23T09:46:13.454Z] > git config --get remote.origin.url # timeout=10 [2024-04-23T09:46:13.456Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2024-04-23T09:46:13.458Z] > git merge c8af8ebe4a8984d808f2071788dd1f00a4da78c5 # timeout=10 [2024-04-23T09:46:13.463Z] > git rev-parse HEAD^{commit} # timeout=10 [2024-04-23T09:46:13.468Z] > git config core.sparsecheckout # timeout=10 [2024-04-23T09:46:13.469Z] > git checkout -f c7a28c86b3d9f37e9b6bcdec339c5fee141cafef # timeout=10 [2024-04-23T09:46:17.215Z] 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-04-23T09:46:17.297Z] Running on EC2 (ec2-managed-agents) - ubuntu-2004-arm64v8 (i-0f226cd7fabbe2e3f) in /home/ubuntu/workspace/moby_PR-47744 [Pipeline] { [Pipeline] checkout [2024-04-23T09:46:17.320Z] The recommended git tool is: git [2024-04-23T09:46:17.326Z] using credential docker-jenkins-github-credentials [2024-04-23T09:46:17.334Z] Fetching changes from the remote Git repository [2024-04-23T09:46:17.341Z] Fetching without tags [2024-04-23T09:46:17.546Z] Merging remotes/origin/master commit c8af8ebe4a8984d808f2071788dd1f00a4da78c5 into PR head commit c7a28c86b3d9f37e9b6bcdec339c5fee141cafef [2024-04-23T09:46:17.611Z] Merge succeeded, producing c7a28c86b3d9f37e9b6bcdec339c5fee141cafef [2024-04-23T09:46:17.611Z] Checking out Revision c7a28c86b3d9f37e9b6bcdec339c5fee141cafef (PR-47744) [2024-04-23T09:46:17.651Z] Commit message: "Do not forward DNS requests to self." [2024-04-23T09:46:17.688Z] > git --version # timeout=10 [2024-04-23T09:46:17.690Z] > git --version # 'git version 2.25.1' [2024-04-23T09:46:17.692Z] fatal: bad object c8880eb865108326b5561629a909e5c780e6ef50 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2024-04-23T09:46:18.317Z] + docker version [2024-04-23T09:46:18.317Z] Client: Docker Engine - Community [2024-04-23T09:46:18.317Z] Version: 25.0.3 [2024-04-23T09:46:18.317Z] API version: 1.44 [2024-04-23T09:46:18.317Z] Go version: go1.21.6 [2024-04-23T09:46:18.317Z] Git commit: 4debf41 [2024-04-23T09:46:18.317Z] Built: Tue Feb 6 21:13:09 2024 [2024-04-23T09:46:18.317Z] OS/Arch: linux/arm64 [2024-04-23T09:46:18.317Z] Context: default [2024-04-23T09:46:18.317Z] [2024-04-23T09:46:18.317Z] Server: Docker Engine - Community [2024-04-23T09:46:18.317Z] Engine: [2024-04-23T09:46:18.317Z] Version: 25.0.3 [2024-04-23T09:46:18.317Z] API version: 1.44 (minimum version 1.24) [2024-04-23T09:46:18.317Z] Go version: go1.21.6 [2024-04-23T09:46:18.317Z] Git commit: f417435 [2024-04-23T09:46:18.317Z] Built: Tue Feb 6 21:13:09 2024 [2024-04-23T09:46:18.317Z] OS/Arch: linux/arm64 [2024-04-23T09:46:18.317Z] Experimental: true [2024-04-23T09:46:18.317Z] containerd: [2024-04-23T09:46:18.317Z] Version: 1.6.28 [2024-04-23T09:46:18.317Z] GitCommit: ae07eda36dd25f8a1b98dfbf587313b99c0190bb [2024-04-23T09:46:18.317Z] runc: [2024-04-23T09:46:18.317Z] Version: 1.1.12 [2024-04-23T09:46:18.317Z] GitCommit: v1.1.12-0-g51d5e94 [2024-04-23T09:46:18.317Z] docker-init: [2024-04-23T09:46:18.317Z] Version: 0.19.0 [2024-04-23T09:46:18.317Z] GitCommit: de40ad0 [2024-04-23T09:46:17.360Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-47744/.git # timeout=10 [2024-04-23T09:46:17.367Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2024-04-23T09:46:17.371Z] Fetching upstream changes from https://github.com/moby/moby.git [2024-04-23T09:46:17.371Z] > git --version # timeout=10 [2024-04-23T09:46:17.373Z] > git --version # 'git version 2.25.1' [2024-04-23T09:46:17.374Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2024-04-23T09:46:17.376Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/47744/head:refs/remotes/origin/PR-47744 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2024-04-23T09:46:17.576Z] > git config core.sparsecheckout # timeout=10 [2024-04-23T09:46:17.578Z] > git checkout -f c7a28c86b3d9f37e9b6bcdec339c5fee141cafef # timeout=10 [2024-04-23T09:46:17.624Z] > git remote # timeout=10 [2024-04-23T09:46:17.627Z] > git config --get remote.origin.url # timeout=10 [2024-04-23T09:46:17.629Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2024-04-23T09:46:17.631Z] > git merge c8af8ebe4a8984d808f2071788dd1f00a4da78c5 # timeout=10 [2024-04-23T09:46:17.637Z] > git rev-parse HEAD^{commit} # timeout=10 [2024-04-23T09:46:17.641Z] > git config core.sparsecheckout # timeout=10 [2024-04-23T09:46:17.643Z] > git checkout -f c7a28c86b3d9f37e9b6bcdec339c5fee141cafef # timeout=10 [Pipeline] sh [2024-04-23T09:46:18.589Z] + docker info [2024-04-23T09:46:18.589Z] Client: Docker Engine - Community [2024-04-23T09:46:18.589Z] Version: 25.0.3 [2024-04-23T09:46:18.589Z] Context: default [2024-04-23T09:46:18.589Z] Debug Mode: false [2024-04-23T09:46:18.589Z] Plugins: [2024-04-23T09:46:18.589Z] buildx: Docker Buildx (Docker Inc.) [2024-04-23T09:46:18.589Z] Version: v0.12.1 [2024-04-23T09:46:18.589Z] Path: /usr/libexec/docker/cli-plugins/docker-buildx [2024-04-23T09:46:18.589Z] compose: Docker Compose (Docker Inc.) [2024-04-23T09:46:18.589Z] Version: v2.24.6 [2024-04-23T09:46:18.589Z] Path: /usr/libexec/docker/cli-plugins/docker-compose [2024-04-23T09:46:18.589Z] [2024-04-23T09:46:18.589Z] Server: [2024-04-23T09:46:18.589Z] Containers: 0 [2024-04-23T09:46:18.589Z] Running: 0 [2024-04-23T09:46:18.589Z] Paused: 0 [2024-04-23T09:46:18.589Z] Stopped: 0 [2024-04-23T09:46:18.589Z] Images: 3 [2024-04-23T09:46:18.589Z] Server Version: 25.0.3 [2024-04-23T09:46:18.589Z] Storage Driver: overlay2 [2024-04-23T09:46:18.589Z] Backing Filesystem: extfs [2024-04-23T09:46:18.589Z] Supports d_type: true [2024-04-23T09:46:18.589Z] Using metacopy: false [2024-04-23T09:46:18.589Z] Native Overlay Diff: true [2024-04-23T09:46:18.589Z] userxattr: false [2024-04-23T09:46:18.589Z] Logging Driver: json-file [2024-04-23T09:46:18.589Z] Cgroup Driver: cgroupfs [2024-04-23T09:46:18.589Z] Cgroup Version: 1 [2024-04-23T09:46:18.589Z] Plugins: [2024-04-23T09:46:18.589Z] Volume: local [2024-04-23T09:46:18.589Z] Network: bridge host ipvlan macvlan null overlay [2024-04-23T09:46:18.589Z] Log: awslogs fluentd gcplogs gelf journald json-file local splunk syslog [2024-04-23T09:46:18.589Z] Swarm: inactive [2024-04-23T09:46:18.589Z] Runtimes: io.containerd.runc.v2 runc [2024-04-23T09:46:18.589Z] Default Runtime: runc [2024-04-23T09:46:18.589Z] Init Binary: docker-init [2024-04-23T09:46:18.589Z] containerd version: ae07eda36dd25f8a1b98dfbf587313b99c0190bb [2024-04-23T09:46:18.589Z] runc version: v1.1.12-0-g51d5e94 [2024-04-23T09:46:18.589Z] init version: de40ad0 [2024-04-23T09:46:18.589Z] Security Options: [2024-04-23T09:46:18.589Z] apparmor [2024-04-23T09:46:18.589Z] seccomp [2024-04-23T09:46:18.589Z] Profile: builtin [2024-04-23T09:46:18.589Z] Kernel Version: 5.15.0-1053-aws [2024-04-23T09:46:18.589Z] Operating System: Ubuntu 20.04.6 LTS [2024-04-23T09:46:18.589Z] OSType: linux [2024-04-23T09:46:18.589Z] Architecture: aarch64 [2024-04-23T09:46:18.589Z] CPUs: 8 [2024-04-23T09:46:18.589Z] Total Memory: 30.64GiB [2024-04-23T09:46:18.589Z] Name: ip-10-100-83-57 [2024-04-23T09:46:18.589Z] ID: de696752-8eb2-4b9b-9ebf-4859e2ca34ac [2024-04-23T09:46:18.589Z] Docker Root Dir: /var/lib/docker [2024-04-23T09:46:18.589Z] Debug Mode: false [2024-04-23T09:46:18.589Z] Experimental: true [2024-04-23T09:46:18.589Z] Insecure Registries: [2024-04-23T09:46:18.589Z] 127.0.0.0/8 [2024-04-23T09:46:18.589Z] Live Restore Enabled: true [2024-04-23T09:46:18.589Z] [Pipeline] sh [2024-04-23T09:46:18.861Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2024-04-23T09:46:18.861Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2024-04-23T09:46:18.861Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-47744/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2024-04-23T09:46:18.861Z] + bash /home/ubuntu/workspace/moby_PR-47744/check-config.sh [2024-04-23T09:46:18.861Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2024-04-23T09:46:18.861Z] info: reading kernel config from /boot/config-5.15.0-1053-aws ... [2024-04-23T09:46:18.861Z] [2024-04-23T09:46:18.861Z] Generally Necessary: [2024-04-23T09:46:18.861Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2024-04-23T09:46:18.861Z] - apparmor: enabled and tools installed [2024-04-23T09:46:18.861Z] - CONFIG_NAMESPACES: enabled [2024-04-23T09:46:18.861Z] - CONFIG_NET_NS: enabled [2024-04-23T09:46:18.861Z] - CONFIG_PID_NS: enabled [2024-04-23T09:46:18.861Z] - CONFIG_IPC_NS: enabled [2024-04-23T09:46:18.861Z] - CONFIG_UTS_NS: enabled [2024-04-23T09:46:18.861Z] - CONFIG_CGROUPS: enabled [2024-04-23T09:46:18.861Z] - CONFIG_CGROUP_CPUACCT: enabled [2024-04-23T09:46:18.861Z] - CONFIG_CGROUP_DEVICE: enabled [2024-04-23T09:46:18.861Z] - CONFIG_CGROUP_FREEZER: enabled [2024-04-23T09:46:18.861Z] - CONFIG_CGROUP_SCHED: enabled [2024-04-23T09:46:18.861Z] - CONFIG_CPUSETS: enabled [2024-04-23T09:46:18.861Z] - CONFIG_MEMCG: enabled [2024-04-23T09:46:18.862Z] - CONFIG_KEYS: enabled [2024-04-23T09:46:18.862Z] - CONFIG_VETH: enabled (as module) [2024-04-23T09:46:18.862Z] - CONFIG_BRIDGE: enabled (as module) [2024-04-23T09:46:18.862Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2024-04-23T09:46:18.862Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2024-04-23T09:46:18.862Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2024-04-23T09:46:18.862Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2024-04-23T09:46:18.862Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2024-04-23T09:46:19.117Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2024-04-23T09:46:19.117Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2024-04-23T09:46:19.117Z] - CONFIG_IP_NF_NAT: enabled (as module) [2024-04-23T09:46:19.117Z] - CONFIG_NF_NAT: enabled (as module) [2024-04-23T09:46:19.117Z] - CONFIG_POSIX_MQUEUE: enabled [2024-04-23T09:46:19.117Z] - CONFIG_CGROUP_BPF: enabled [2024-04-23T09:46:19.117Z] [2024-04-23T09:46:19.117Z] Optional Features: [2024-04-23T09:46:19.117Z] - CONFIG_USER_NS: enabled [2024-04-23T09:46:19.117Z] - CONFIG_SECCOMP: enabled [2024-04-23T09:46:19.117Z] - CONFIG_SECCOMP_FILTER: enabled [2024-04-23T09:46:19.117Z] - CONFIG_CGROUP_PIDS: enabled [2024-04-23T09:46:19.117Z] - CONFIG_MEMCG_SWAP: enabled [2024-04-23T09:46:19.117Z] (cgroup swap accounting is currently enabled) [2024-04-23T09:46:19.117Z] - CONFIG_BLK_CGROUP: enabled [2024-04-23T09:46:19.117Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2024-04-23T09:46:19.117Z] - CONFIG_CGROUP_PERF: enabled [2024-04-23T09:46:19.117Z] - CONFIG_CGROUP_HUGETLB: enabled [2024-04-23T09:46:19.117Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2024-04-23T09:46:19.117Z] - CONFIG_CGROUP_NET_PRIO: enabled [2024-04-23T09:46:19.117Z] - CONFIG_CFS_BANDWIDTH: enabled [2024-04-23T09:46:19.117Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2024-04-23T09:46:19.117Z] - CONFIG_RT_GROUP_SCHED: missing [2024-04-23T09:46:19.117Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2024-04-23T09:46:19.117Z] - CONFIG_IP_VS: enabled (as module) [2024-04-23T09:46:19.117Z] - CONFIG_IP_VS_NFCT: enabled [2024-04-23T09:46:19.117Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2024-04-23T09:46:19.117Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2024-04-23T09:46:19.117Z] - CONFIG_IP_VS_RR: enabled (as module) [2024-04-23T09:46:19.117Z] - CONFIG_SECURITY_SELINUX: enabled [2024-04-23T09:46:19.117Z] - CONFIG_SECURITY_APPARMOR: enabled [2024-04-23T09:46:19.117Z] - CONFIG_EXT4_FS: enabled [2024-04-23T09:46:19.117Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2024-04-23T09:46:19.117Z] - CONFIG_EXT4_FS_SECURITY: enabled [2024-04-23T09:46:19.117Z] - Network Drivers: [2024-04-23T09:46:19.117Z] - "overlay": [2024-04-23T09:46:19.373Z] - CONFIG_VXLAN: enabled (as module) [2024-04-23T09:46:19.373Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2024-04-23T09:46:19.373Z] Optional (for encrypted networks): [2024-04-23T09:46:19.373Z] - CONFIG_CRYPTO: enabled [2024-04-23T09:46:19.373Z] - CONFIG_CRYPTO_AEAD: enabled [2024-04-23T09:46:19.373Z] - CONFIG_CRYPTO_GCM: enabled [2024-04-23T09:46:19.373Z] - CONFIG_CRYPTO_SEQIV: enabled [2024-04-23T09:46:19.373Z] - CONFIG_CRYPTO_GHASH: enabled [2024-04-23T09:46:19.373Z] - CONFIG_XFRM: enabled [2024-04-23T09:46:19.373Z] - CONFIG_XFRM_USER: enabled (as module) [2024-04-23T09:46:19.373Z] - CONFIG_XFRM_ALGO: enabled (as module) [2024-04-23T09:46:19.373Z] - CONFIG_INET_ESP: enabled (as module) [2024-04-23T09:46:19.373Z] - "ipvlan": [2024-04-23T09:46:19.373Z] - CONFIG_IPVLAN: enabled (as module) [2024-04-23T09:46:19.373Z] - "macvlan": [2024-04-23T09:46:19.373Z] - CONFIG_MACVLAN: enabled (as module) [2024-04-23T09:46:19.373Z] - CONFIG_DUMMY: enabled (as module) [2024-04-23T09:46:19.373Z] - "ftp,tftp client in container": [2024-04-23T09:46:19.373Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2024-04-23T09:46:19.373Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2024-04-23T09:46:19.373Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2024-04-23T09:46:19.373Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2024-04-23T09:46:19.373Z] - Storage Drivers: [2024-04-23T09:46:19.373Z] - "aufs": [2024-04-23T09:46:19.373Z] - CONFIG_AUFS_FS: enabled (as module) [2024-04-23T09:46:19.373Z] - "btrfs": [2024-04-23T09:46:19.373Z] - CONFIG_BTRFS_FS: enabled (as module) [2024-04-23T09:46:19.373Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2024-04-23T09:46:19.373Z] - "devicemapper": [2024-04-23T09:46:19.373Z] - CONFIG_BLK_DEV_DM: enabled [2024-04-23T09:46:19.373Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2024-04-23T09:46:19.373Z] - "overlay": [2024-04-23T09:46:19.373Z] - CONFIG_OVERLAY_FS: enabled (as module) [2024-04-23T09:46:19.373Z] - "zfs": [2024-04-23T09:46:19.373Z] - /dev/zfs: present [2024-04-23T09:46:19.373Z] - zfs command: missing [2024-04-23T09:46:19.373Z] - zpool command: missing [2024-04-23T09:46:19.373Z] [2024-04-23T09:46:19.373Z] Limits: [2024-04-23T09:46:19.373Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2024-04-23T09:46:19.373Z] [2024-04-23T09:46:19.373Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2024-04-23T09:46:19.683Z] + docker build --force-rm -t docker:c7a28c86b3d9f37e9b6bcdec339c5fee141cafef . [2024-04-23T09:46:19.939Z] #0 building with "default" instance using docker driver [2024-04-23T09:46:19.939Z] [2024-04-23T09:46:19.939Z] #1 [internal] load build definition from Dockerfile [2024-04-23T09:46:19.939Z] #1 transferring dockerfile: 28.30kB done [2024-04-23T09:46:19.939Z] #1 DONE 0.0s [2024-04-23T09:46:19.939Z] [2024-04-23T09:46:19.939Z] #2 resolve image config for docker.io/docker/dockerfile:1.7 [2024-04-23T09:46:19.939Z] #2 DONE 0.1s [2024-04-23T09:46:19.939Z] [2024-04-23T09:46:19.939Z] #3 docker-image://docker.io/docker/dockerfile:1.7@sha256:dbbd5e059e8a07ff7ea6233b213b36aa516b4c53c645f1817a4dd18b83cbea56 [2024-04-23T09:46:19.939Z] #3 CACHED [2024-04-23T09:46:19.939Z] [2024-04-23T09:46:19.939Z] #4 [internal] load metadata for docker.io/library/busybox:latest [2024-04-23T09:46:19.939Z] #4 DONE 0.0s [2024-04-23T09:46:19.939Z] [2024-04-23T09:46:19.939Z] #5 [internal] load metadata for docker.io/library/golang:1.21.9-bookworm [2024-04-23T09:46:19.939Z] #5 DONE 0.1s [2024-04-23T09:46:19.939Z] [2024-04-23T09:46:19.939Z] #6 [internal] load metadata for docker.io/docker/compose-bin:v2.25.0 [2024-04-23T09:46:20.195Z] #6 DONE 0.1s [2024-04-23T09:46:20.195Z] [2024-04-23T09:46:20.195Z] #7 [internal] load metadata for docker.io/tonistiigi/xx:1.4.0 [2024-04-23T09:46:20.195Z] #7 DONE 0.1s [2024-04-23T09:46:20.195Z] [2024-04-23T09:46:20.195Z] #8 [internal] load metadata for docker.io/library/debian:bookworm [2024-04-23T09:46:20.195Z] #8 DONE 0.1s [2024-04-23T09:46:20.195Z] [2024-04-23T09:46:20.195Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2024-04-23T09:46:20.195Z] #9 DONE 0.1s [2024-04-23T09:46:20.195Z] [2024-04-23T09:46:20.195Z] #10 [internal] load metadata for docker.io/docker/buildx-bin:0.13.1 [2024-04-23T09:46:20.195Z] #10 DONE 0.1s [2024-04-23T09:46:20.195Z] [2024-04-23T09:46:20.195Z] #11 [internal] load metadata for docker.io/distribution/distribution:2.8.3 [2024-04-23T09:46:20.195Z] #11 DONE 0.1s [2024-04-23T09:46:20.195Z] [2024-04-23T09:46:20.195Z] #12 [internal] load .dockerignore [2024-04-23T09:46:20.195Z] #12 transferring context: 113B done [2024-04-23T09:46:20.195Z] #12 DONE 0.0s [2024-04-23T09:46:20.195Z] [2024-04-23T09:46:20.195Z] #13 [base 1/4] FROM docker.io/library/golang:1.21.9-bookworm@sha256:8d2a57588df055d8124fdcbf15f8d4d53870e1f3d7806ba61cacc98b1dcef8c7 [2024-04-23T09:46:20.195Z] #13 DONE 0.0s [2024-04-23T09:46:20.195Z] [2024-04-23T09:46:20.195Z] #14 [xx 1/1] FROM docker.io/tonistiigi/xx:1.4.0@sha256:0cd3f05c72d6c9b038eb135f91376ee1169ef3a330d34e418e65e2a5c2e9c0d4 [2024-04-23T09:46:20.195Z] #14 DONE 0.0s [2024-04-23T09:46:20.195Z] [2024-04-23T09:46:20.195Z] #15 [compose 1/1] FROM docker.io/docker/compose-bin:v2.25.0@sha256:b17f617b148fca1143582c267fe2547b91b60241872557fa7a8f8df5bb16ef58 [2024-04-23T09:46:20.195Z] #15 DONE 0.0s [2024-04-23T09:46:20.195Z] [2024-04-23T09:46:20.195Z] #16 [buildx 1/1] FROM docker.io/docker/buildx-bin:0.13.1@sha256:b3ca2dfdd79c0378bbba69dd91e494f2683b5ab592e78a6d57d6f1f7bc0a5a60 [2024-04-23T09:46:20.195Z] #16 DONE 0.0s [2024-04-23T09:46:20.195Z] [2024-04-23T09:46:20.195Z] #17 [vpnkit-linux-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2024-04-23T09:46:20.195Z] #17 DONE 0.0s [2024-04-23T09:46:20.195Z] [2024-04-23T09:46:20.195Z] #18 [build-dummy 1/2] FROM docker.io/library/busybox:latest [2024-04-23T09:46:20.195Z] #18 DONE 0.0s [2024-04-23T09:46:20.195Z] [2024-04-23T09:46:20.195Z] #19 [registry-v2 1/2] FROM docker.io/distribution/distribution:2.8.3@sha256:f84b2078238ff03cdbc2a08f1cb90ca4c11683a1f15cd9817120f5cabbc48ebb [2024-04-23T09:46:20.195Z] #19 DONE 0.0s [2024-04-23T09:46:20.195Z] [2024-04-23T09:46:20.195Z] #20 [frozen-images 1/4] FROM docker.io/library/debian:bookworm@sha256:b37bc259c67238d814516548c17ad912f26c3eed48dd9bb54893eafec8739c89 [2024-04-23T09:46:20.195Z] #20 DONE 0.0s [2024-04-23T09:46:20.195Z] [2024-04-23T09:46:20.195Z] #21 [internal] load build context [2024-04-23T09:46:21.119Z] #21 transferring context: 77.64MB 1.0s done [2024-04-23T09:46:21.119Z] #21 DONE 1.1s [2024-04-23T09:46:21.374Z] [2024-04-23T09:46:21.374Z] #22 [dev-systemd-false 8/21] COPY --link --from=registry-v2 /build/ /usr/local/bin/ [2024-04-23T09:46:21.374Z] #22 CACHED [2024-04-23T09:46:21.374Z] [2024-04-23T09:46:21.374Z] #23 [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-04-23T09:46:21.374Z] #23 CACHED [2024-04-23T09:46:21.374Z] [2024-04-23T09:46:21.374Z] #24 [dev-systemd-false 20/21] COPY --link --from=compose /docker-compose /usr/libexec/docker/cli-plugins/docker-compose [2024-04-23T09:46:21.374Z] #24 CACHED [2024-04-23T09:46:21.374Z] [2024-04-23T09:46:21.374Z] #25 [base 2/4] COPY --from=xx / / [2024-04-23T09:46:21.374Z] #25 CACHED [2024-04-23T09:46:21.374Z] [2024-04-23T09:46:21.374Z] #26 [dev-systemd-false 4/21] COPY --link --from=tomll /build/ /usr/local/bin/ [2024-04-23T09:46:21.374Z] #26 CACHED [2024-04-23T09:46:21.374Z] [2024-04-23T09:46:21.374Z] #27 [rootlesskit-build 1/5] WORKDIR /go/src/github.com/rootless-containers/rootlesskit [2024-04-23T09:46:21.374Z] #27 CACHED [2024-04-23T09:46:21.374Z] [2024-04-23T09:46:21.374Z] #28 [dev-base 7/12] RUN git config --global --add safe.directory /go/src/github.com/docker/docker [2024-04-23T09:46:21.374Z] #28 CACHED [2024-04-23T09:46:21.374Z] [2024-04-23T09:46:21.374Z] #29 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2024-04-23T09:46:21.374Z] #29 CACHED [2024-04-23T09:46:21.374Z] [2024-04-23T09:46:21.374Z] #30 [swagger-src 1/3] WORKDIR /usr/src/swagger [2024-04-23T09:46:21.374Z] #30 CACHED [2024-04-23T09:46:21.374Z] [2024-04-23T09:46:21.374Z] #31 [build-dummy 2/2] RUN mkdir -p /build [2024-04-23T09:46:21.374Z] #31 CACHED [2024-04-23T09:46:21.374Z] [2024-04-23T09:46:21.374Z] #32 [dev-systemd-false 18/21] COPY --link hack/dockerfile/etc/docker/ /etc/docker/ [2024-04-23T09:46:21.374Z] #32 CACHED [2024-04-23T09:46:21.374Z] [2024-04-23T09:46:21.374Z] #33 [dev-systemd-false 19/21] COPY --link --from=buildx /buildx /usr/local/libexec/docker/cli-plugins/docker-buildx [2024-04-23T09:46:21.374Z] #33 CACHED [2024-04-23T09:46:21.374Z] [2024-04-23T09:46:21.374Z] #34 [dev-systemd-false 10/21] COPY --link --from=golangci_lint /build/ /usr/local/bin/ [2024-04-23T09:46:21.374Z] #34 CACHED [2024-04-23T09:46:21.374Z] [2024-04-23T09:46:21.374Z] #35 [dev-systemd-false 15/21] COPY --link --from=vpnkit / /usr/local/bin/ [2024-04-23T09:46:21.374Z] #35 CACHED [2024-04-23T09:46:21.374Z] [2024-04-23T09:46:21.374Z] #36 [binary-dummy 1/1] COPY --from=build-dummy /build /build [2024-04-23T09:46:21.374Z] #36 CACHED [2024-04-23T09:46:21.374Z] [2024-04-23T09:46:21.374Z] #37 [dev-systemd-false 1/21] COPY --link --from=frozen-images /build/ /docker-frozen-images [2024-04-23T09:46:21.374Z] #37 CACHED [2024-04-23T09:46:21.374Z] [2024-04-23T09:46:21.374Z] #38 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2024-04-23T09:46:21.374Z] #38 CACHED [2024-04-23T09:46:21.374Z] [2024-04-23T09:46:21.374Z] #39 [dev-systemd-false 5/21] COPY --link --from=gowinres /build/ /usr/local/bin/ [2024-04-23T09:46:21.374Z] #39 CACHED [2024-04-23T09:46:21.374Z] [2024-04-23T09:46:21.374Z] #40 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.8.0" && /build/shfmt --version [2024-04-23T09:46:21.374Z] #40 CACHED [2024-04-23T09:46:21.374Z] [2024-04-23T09:46:21.374Z] #41 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v2.0.2" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD [2024-04-23T09:46:21.374Z] #41 CACHED [2024-04-23T09:46:21.374Z] [2024-04-23T09:46:21.374Z] #42 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64 --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src < /etc/apt/apt.conf.d/keep-cache [2024-04-23T09:46:21.374Z] #45 CACHED [2024-04-23T09:46:21.374Z] [2024-04-23T09:46:21.374Z] #46 [tini-src 2/3] RUN git init . && git remote add origin "https://github.com/krallin/tini.git" [2024-04-23T09:46:21.374Z] #46 CACHED [2024-04-23T09:46:21.374Z] [2024-04-23T09:46:21.374Z] #47 [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-04-23T09:46:21.374Z] #47 CACHED [2024-04-23T09:46:21.374Z] [2024-04-23T09:46:21.374Z] #48 [swagger 2/2] RUN --mount=from=swagger-src,src=/usr/src/swagger,rw --mount=type=cache,target=/root/.cache/go-build,id=swagger-build-linux/arm64 --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ <> /etc/bash.bashrc [2024-04-23T09:46:21.375Z] #101 CACHED [2024-04-23T09:46:21.375Z] [2024-04-23T09:46:21.375Z] #102 [containerd-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && xx-apt-get install -y --no-install-recommends gcc libbtrfs-dev libsecret-1-dev pkg-config [2024-04-23T09:46:21.375Z] #102 CACHED [2024-04-23T09:46:21.375Z] [2024-04-23T09:46:21.375Z] #103 [dev-systemd-false 16/21] COPY --link --from=containerutil /build/ /usr/local/bin/ [2024-04-23T09:46:21.375Z] #103 CACHED [2024-04-23T09:46:21.375Z] [2024-04-23T09:46:21.375Z] #104 [delve-src 1/3] WORKDIR /usr/src/delve [2024-04-23T09:46:21.375Z] #104 CACHED [2024-04-23T09:46:21.375Z] [2024-04-23T09:46:21.375Z] #105 [rootlesskit-src 1/3] WORKDIR /usr/src/rootlesskit [2024-04-23T09:46:21.375Z] #105 CACHED [2024-04-23T09:46:21.375Z] [2024-04-23T09:46:21.375Z] #106 [rootlesskit-build 4/5] COPY --link ./contrib/dockerd-rootless.sh /build/ [2024-04-23T09:46:21.375Z] #106 CACHED [2024-04-23T09:46:21.375Z] [2024-04-23T09:46:21.375Z] #107 [runc-src 1/3] WORKDIR /usr/src/runc [2024-04-23T09:46:21.375Z] #107 CACHED [2024-04-23T09:46:21.375Z] [2024-04-23T09:46:21.375Z] #108 [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-04-23T09:46:21.375Z] #108 CACHED [2024-04-23T09:46:21.375Z] [2024-04-23T09:46:21.375Z] #109 [swagger-src 2/3] RUN git init . && git remote add origin "https://github.com/kolyshkin/go-swagger.git" [2024-04-23T09:46:21.375Z] #109 CACHED [2024-04-23T09:46:21.375Z] [2024-04-23T09:46:21.375Z] #110 [dev-base 5/12] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2024-04-23T09:46:21.375Z] #110 CACHED [2024-04-23T09:46:21.375Z] [2024-04-23T09:46:21.375Z] #111 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2024-04-23T09:46:21.375Z] #111 CACHED [2024-04-23T09:46:21.375Z] [2024-04-23T09:46:21.375Z] #112 [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-04-23T09:46:21.375Z] #112 CACHED [2024-04-23T09:46:21.375Z] [2024-04-23T09:46:21.375Z] #113 [dev-base 12/12] COPY --link --from=dockercli-integration /build/ /usr/local/cli-integration [2024-04-23T09:46:21.375Z] #113 CACHED [2024-04-23T09:46:21.375Z] [2024-04-23T09:46:21.375Z] #114 [dev 1/1] COPY --link . . [2024-04-23T09:46:22.734Z] #114 DONE 1.3s [2024-04-23T09:46:22.734Z] [2024-04-23T09:46:22.734Z] #115 exporting to image [2024-04-23T09:46:22.734Z] #115 exporting layers [2024-04-23T09:46:23.293Z] #115 exporting layers 0.9s done [2024-04-23T09:46:23.293Z] #115 writing image sha256:5ad979e2fce53b8d020d4986ace6bd28ce147b5ebf625df814ebced367d61888 done [2024-04-23T09:46:23.293Z] #115 naming to docker.io/library/docker:c7a28c86b3d9f37e9b6bcdec339c5fee141cafef done [2024-04-23T09:46:23.293Z] #115 DONE 0.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2024-04-23T09:46:23.621Z] + sudo modprobe ip6table_filter [Pipeline] sh [2024-04-23T09:46:23.890Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-47744/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c7a28c86b3d9f37e9b6bcdec339c5fee141cafef -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:c7a28c86b3d9f37e9b6bcdec339c5fee141cafef hack/test/unit [2024-04-23T09:46:24.146Z] + BUILDFLAGS=(-tags 'netgo journald') [2024-04-23T09:46:24.146Z] + TESTFLAGS+=' -test.timeout=5m' [2024-04-23T09:46:24.146Z] + TESTDIRS=./... [2024-04-23T09:46:24.146Z] + exclude_paths='/vendor/|/integration' [2024-04-23T09:46:24.146Z] ++ go list ./... [2024-04-23T09:46:24.146Z] ++ grep -vE '(/vendor/|/integration)' [2024-04-23T09:46:24.708Z] + pkg_list='github.com/docker/docker/api [2024-04-23T09:46:24.708Z] github.com/docker/docker/api/server [2024-04-23T09:46:24.708Z] github.com/docker/docker/api/server/backend/build [2024-04-23T09:46:24.708Z] github.com/docker/docker/api/server/httpstatus [2024-04-23T09:46:24.708Z] github.com/docker/docker/api/server/httputils [2024-04-23T09:46:24.708Z] github.com/docker/docker/api/server/middleware [2024-04-23T09:46:24.708Z] github.com/docker/docker/api/server/router [2024-04-23T09:46:24.708Z] github.com/docker/docker/api/server/router/build [2024-04-23T09:46:24.708Z] github.com/docker/docker/api/server/router/checkpoint [2024-04-23T09:46:24.708Z] github.com/docker/docker/api/server/router/container [2024-04-23T09:46:24.708Z] github.com/docker/docker/api/server/router/debug [2024-04-23T09:46:24.708Z] github.com/docker/docker/api/server/router/distribution [2024-04-23T09:46:24.708Z] github.com/docker/docker/api/server/router/grpc [2024-04-23T09:46:24.708Z] github.com/docker/docker/api/server/router/image [2024-04-23T09:46:24.708Z] github.com/docker/docker/api/server/router/network [2024-04-23T09:46:24.708Z] github.com/docker/docker/api/server/router/plugin [2024-04-23T09:46:24.708Z] github.com/docker/docker/api/server/router/session [2024-04-23T09:46:24.708Z] github.com/docker/docker/api/server/router/swarm [2024-04-23T09:46:24.708Z] github.com/docker/docker/api/server/router/system [2024-04-23T09:46:24.708Z] github.com/docker/docker/api/server/router/volume [2024-04-23T09:46:24.708Z] github.com/docker/docker/api/types [2024-04-23T09:46:24.708Z] github.com/docker/docker/api/types/backend [2024-04-23T09:46:24.708Z] github.com/docker/docker/api/types/blkiodev [2024-04-23T09:46:24.708Z] github.com/docker/docker/api/types/checkpoint [2024-04-23T09:46:24.708Z] github.com/docker/docker/api/types/container [2024-04-23T09:46:24.708Z] github.com/docker/docker/api/types/events [2024-04-23T09:46:24.708Z] github.com/docker/docker/api/types/filters [2024-04-23T09:46:24.708Z] github.com/docker/docker/api/types/image [2024-04-23T09:46:24.708Z] github.com/docker/docker/api/types/mount [2024-04-23T09:46:24.708Z] github.com/docker/docker/api/types/network [2024-04-23T09:46:24.708Z] github.com/docker/docker/api/types/plugins/logdriver [2024-04-23T09:46:24.708Z] github.com/docker/docker/api/types/registry [2024-04-23T09:46:24.708Z] github.com/docker/docker/api/types/strslice [2024-04-23T09:46:24.708Z] github.com/docker/docker/api/types/swarm [2024-04-23T09:46:24.708Z] github.com/docker/docker/api/types/swarm/runtime [2024-04-23T09:46:24.708Z] github.com/docker/docker/api/types/system [2024-04-23T09:46:24.708Z] github.com/docker/docker/api/types/time [2024-04-23T09:46:24.708Z] github.com/docker/docker/api/types/versions [2024-04-23T09:46:24.708Z] github.com/docker/docker/api/types/volume [2024-04-23T09:46:24.708Z] github.com/docker/docker/builder [2024-04-23T09:46:24.708Z] github.com/docker/docker/builder/builder-next [2024-04-23T09:46:24.708Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2024-04-23T09:46:24.708Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2024-04-23T09:46:24.708Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2024-04-23T09:46:24.708Z] github.com/docker/docker/builder/builder-next/exporter [2024-04-23T09:46:24.708Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter [2024-04-23T09:46:24.708Z] github.com/docker/docker/builder/builder-next/exporter/overrides [2024-04-23T09:46:24.708Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2024-04-23T09:46:24.708Z] github.com/docker/docker/builder/builder-next/worker [2024-04-23T09:46:24.708Z] github.com/docker/docker/builder/builder-next/worker/label [2024-04-23T09:46:24.708Z] github.com/docker/docker/builder/dockerfile [2024-04-23T09:46:24.708Z] github.com/docker/docker/builder/remotecontext [2024-04-23T09:46:24.708Z] github.com/docker/docker/builder/remotecontext/git [2024-04-23T09:46:24.708Z] github.com/docker/docker/builder/remotecontext/urlutil [2024-04-23T09:46:24.708Z] github.com/docker/docker/cli/debug [2024-04-23T09:46:24.708Z] github.com/docker/docker/cli/winresources/docker-proxy [2024-04-23T09:46:24.708Z] github.com/docker/docker/cli/winresources/dockerd [2024-04-23T09:46:24.708Z] github.com/docker/docker/client [2024-04-23T09:46:24.708Z] github.com/docker/docker/client/buildkit [2024-04-23T09:46:24.708Z] github.com/docker/docker/cmd/docker-proxy [2024-04-23T09:46:24.708Z] github.com/docker/docker/cmd/dockerd [2024-04-23T09:46:24.708Z] github.com/docker/docker/cmd/dockerd/trap [2024-04-23T09:46:24.708Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2024-04-23T09:46:24.708Z] github.com/docker/docker/container [2024-04-23T09:46:24.708Z] github.com/docker/docker/container/stream [2024-04-23T09:46:24.708Z] github.com/docker/docker/contrib/apparmor [2024-04-23T09:46:24.708Z] github.com/docker/docker/contrib/httpserver [2024-04-23T09:46:24.708Z] github.com/docker/docker/daemon [2024-04-23T09:46:24.708Z] github.com/docker/docker/daemon/cluster [2024-04-23T09:46:24.708Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2024-04-23T09:46:24.708Z] github.com/docker/docker/daemon/cluster/convert [2024-04-23T09:46:24.708Z] github.com/docker/docker/daemon/cluster/executor [2024-04-23T09:46:24.708Z] github.com/docker/docker/daemon/cluster/executor/container [2024-04-23T09:46:24.708Z] github.com/docker/docker/daemon/cluster/provider [2024-04-23T09:46:24.708Z] github.com/docker/docker/daemon/config [2024-04-23T09:46:24.708Z] github.com/docker/docker/daemon/containerd [2024-04-23T09:46:24.708Z] github.com/docker/docker/daemon/events [2024-04-23T09:46:24.708Z] github.com/docker/docker/daemon/events/testutils [2024-04-23T09:46:24.708Z] github.com/docker/docker/daemon/graphdriver [2024-04-23T09:46:24.708Z] github.com/docker/docker/daemon/graphdriver/btrfs [2024-04-23T09:46:24.708Z] github.com/docker/docker/daemon/graphdriver/copy [2024-04-23T09:46:24.708Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2024-04-23T09:46:24.708Z] github.com/docker/docker/daemon/graphdriver/graphtest [2024-04-23T09:46:24.708Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2024-04-23T09:46:24.708Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2024-04-23T09:46:24.708Z] github.com/docker/docker/daemon/graphdriver/register [2024-04-23T09:46:24.708Z] github.com/docker/docker/daemon/graphdriver/vfs [2024-04-23T09:46:24.708Z] github.com/docker/docker/daemon/graphdriver/zfs [2024-04-23T09:46:24.708Z] github.com/docker/docker/daemon/images [2024-04-23T09:46:24.708Z] github.com/docker/docker/daemon/initlayer [2024-04-23T09:46:24.708Z] github.com/docker/docker/daemon/links [2024-04-23T09:46:24.708Z] github.com/docker/docker/daemon/listeners [2024-04-23T09:46:24.708Z] github.com/docker/docker/daemon/logger [2024-04-23T09:46:24.708Z] github.com/docker/docker/daemon/logger/awslogs [2024-04-23T09:46:24.708Z] github.com/docker/docker/daemon/logger/fluentd [2024-04-23T09:46:24.708Z] github.com/docker/docker/daemon/logger/gcplogs [2024-04-23T09:46:24.708Z] github.com/docker/docker/daemon/logger/gelf [2024-04-23T09:46:24.708Z] github.com/docker/docker/daemon/logger/journald [2024-04-23T09:46:24.708Z] github.com/docker/docker/daemon/logger/journald/internal/export [2024-04-23T09:46:24.708Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2024-04-23T09:46:24.708Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2024-04-23T09:46:24.708Z] github.com/docker/docker/daemon/logger/jsonfilelog [2024-04-23T09:46:24.708Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2024-04-23T09:46:24.708Z] github.com/docker/docker/daemon/logger/local [2024-04-23T09:46:24.708Z] github.com/docker/docker/daemon/logger/loggertest [2024-04-23T09:46:24.708Z] github.com/docker/docker/daemon/logger/loggerutils [2024-04-23T09:46:24.708Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2024-04-23T09:46:24.708Z] github.com/docker/docker/daemon/logger/splunk [2024-04-23T09:46:24.708Z] github.com/docker/docker/daemon/logger/syslog [2024-04-23T09:46:24.708Z] github.com/docker/docker/daemon/logger/templates [2024-04-23T09:46:24.708Z] github.com/docker/docker/daemon/names [2024-04-23T09:46:24.708Z] github.com/docker/docker/daemon/network [2024-04-23T09:46:24.708Z] github.com/docker/docker/daemon/snapshotter [2024-04-23T09:46:24.708Z] github.com/docker/docker/daemon/stats [2024-04-23T09:46:24.708Z] github.com/docker/docker/distribution [2024-04-23T09:46:24.708Z] github.com/docker/docker/distribution/metadata [2024-04-23T09:46:24.708Z] github.com/docker/docker/distribution/utils [2024-04-23T09:46:24.708Z] github.com/docker/docker/distribution/xfer [2024-04-23T09:46:24.708Z] github.com/docker/docker/dockerversion [2024-04-23T09:46:24.708Z] github.com/docker/docker/errdefs [2024-04-23T09:46:24.708Z] github.com/docker/docker/image [2024-04-23T09:46:24.708Z] github.com/docker/docker/image/cache [2024-04-23T09:46:24.708Z] github.com/docker/docker/image/spec/specs-go [2024-04-23T09:46:24.708Z] github.com/docker/docker/image/spec/specs-go/v1 [2024-04-23T09:46:24.708Z] github.com/docker/docker/image/tarexport [2024-04-23T09:46:24.708Z] github.com/docker/docker/image/v1 [2024-04-23T09:46:24.708Z] github.com/docker/docker/internal/cleanups [2024-04-23T09:46:24.708Z] github.com/docker/docker/internal/compatcontext [2024-04-23T09:46:24.708Z] github.com/docker/docker/internal/mod [2024-04-23T09:46:24.708Z] github.com/docker/docker/internal/mounttree [2024-04-23T09:46:24.708Z] github.com/docker/docker/internal/multierror [2024-04-23T09:46:24.708Z] github.com/docker/docker/internal/rootless/mountopts [2024-04-23T09:46:24.708Z] github.com/docker/docker/internal/safepath [2024-04-23T09:46:24.708Z] github.com/docker/docker/internal/sliceutil [2024-04-23T09:46:24.708Z] github.com/docker/docker/internal/test/suite [2024-04-23T09:46:24.708Z] github.com/docker/docker/internal/testutils [2024-04-23T09:46:24.708Z] github.com/docker/docker/internal/testutils/netnsutils [2024-04-23T09:46:24.708Z] github.com/docker/docker/internal/testutils/specialimage [2024-04-23T09:46:24.708Z] github.com/docker/docker/internal/unix_noeintr [2024-04-23T09:46:24.708Z] github.com/docker/docker/internal/unshare [2024-04-23T09:46:24.708Z] github.com/docker/docker/layer [2024-04-23T09:46:24.708Z] github.com/docker/docker/libcontainerd [2024-04-23T09:46:24.708Z] github.com/docker/docker/libcontainerd/queue [2024-04-23T09:46:24.708Z] github.com/docker/docker/libcontainerd/remote [2024-04-23T09:46:24.708Z] github.com/docker/docker/libcontainerd/shimopts [2024-04-23T09:46:24.708Z] github.com/docker/docker/libcontainerd/supervisor [2024-04-23T09:46:24.708Z] github.com/docker/docker/libcontainerd/types [2024-04-23T09:46:24.708Z] github.com/docker/docker/libnetwork [2024-04-23T09:46:24.708Z] github.com/docker/docker/libnetwork/bitmap [2024-04-23T09:46:24.708Z] github.com/docker/docker/libnetwork/cluster [2024-04-23T09:46:24.708Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2024-04-23T09:46:24.708Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2024-04-23T09:46:24.708Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2024-04-23T09:46:24.708Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2024-04-23T09:46:24.708Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2024-04-23T09:46:24.708Z] github.com/docker/docker/libnetwork/cnmallocator [2024-04-23T09:46:24.708Z] github.com/docker/docker/libnetwork/config [2024-04-23T09:46:24.708Z] github.com/docker/docker/libnetwork/datastore [2024-04-23T09:46:24.708Z] github.com/docker/docker/libnetwork/diagnostic [2024-04-23T09:46:24.708Z] github.com/docker/docker/libnetwork/discoverapi [2024-04-23T09:46:24.708Z] github.com/docker/docker/libnetwork/driverapi [2024-04-23T09:46:24.708Z] github.com/docker/docker/libnetwork/drivers/bridge [2024-04-23T09:46:24.708Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2024-04-23T09:46:24.708Z] github.com/docker/docker/libnetwork/drivers/host [2024-04-23T09:46:24.708Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2024-04-23T09:46:24.708Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2024-04-23T09:46:24.708Z] github.com/docker/docker/libnetwork/drivers/macvlan [2024-04-23T09:46:24.708Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/drivers/null [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/drivers/overlay [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/drivers/remote [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/drivers/remote/api [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/drivers/windows [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/drvregistry [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/etchosts [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/internal/caller [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/internal/kvstore [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/internal/netiputil [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/internal/resolvconf [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/internal/setmatrix [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/ipam [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/ipamapi [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/ipams/builtin [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/ipams/null [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/ipams/remote [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/ipams/remote/api [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/ipamutils [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/ipbits [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/iptables [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/netlabel [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/netutils [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/networkdb [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/ns [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/options [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/osl [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/osl/kernel [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/portallocator [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/portmapper [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/resolvconf [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/scope [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/types [2024-04-23T09:46:24.709Z] github.com/docker/docker/oci [2024-04-23T09:46:24.709Z] github.com/docker/docker/oci/caps [2024-04-23T09:46:24.709Z] github.com/docker/docker/opts [2024-04-23T09:46:24.709Z] github.com/docker/docker/pkg/archive [2024-04-23T09:46:24.709Z] github.com/docker/docker/pkg/authorization [2024-04-23T09:46:24.709Z] github.com/docker/docker/pkg/broadcaster [2024-04-23T09:46:24.709Z] github.com/docker/docker/pkg/capabilities [2024-04-23T09:46:24.709Z] github.com/docker/docker/pkg/chrootarchive [2024-04-23T09:46:24.709Z] github.com/docker/docker/pkg/containerfs [2024-04-23T09:46:24.709Z] github.com/docker/docker/pkg/directory [2024-04-23T09:46:24.709Z] github.com/docker/docker/pkg/dmesg [2024-04-23T09:46:24.709Z] github.com/docker/docker/pkg/fileutils [2024-04-23T09:46:24.709Z] github.com/docker/docker/pkg/homedir [2024-04-23T09:46:24.709Z] github.com/docker/docker/pkg/idtools [2024-04-23T09:46:24.709Z] github.com/docker/docker/pkg/ioutils [2024-04-23T09:46:24.709Z] github.com/docker/docker/pkg/jsonmessage [2024-04-23T09:46:24.709Z] github.com/docker/docker/pkg/longpath [2024-04-23T09:46:24.709Z] github.com/docker/docker/pkg/meminfo [2024-04-23T09:46:24.709Z] github.com/docker/docker/pkg/namesgenerator [2024-04-23T09:46:24.709Z] github.com/docker/docker/pkg/parsers [2024-04-23T09:46:24.709Z] github.com/docker/docker/pkg/parsers/kernel [2024-04-23T09:46:24.709Z] github.com/docker/docker/pkg/parsers/operatingsystem [2024-04-23T09:46:24.709Z] github.com/docker/docker/pkg/pidfile [2024-04-23T09:46:24.709Z] github.com/docker/docker/pkg/platform [2024-04-23T09:46:24.709Z] github.com/docker/docker/pkg/plugingetter [2024-04-23T09:46:24.709Z] github.com/docker/docker/pkg/plugins [2024-04-23T09:46:24.709Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2024-04-23T09:46:24.709Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2024-04-23T09:46:24.709Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2024-04-23T09:46:24.709Z] github.com/docker/docker/pkg/plugins/transport [2024-04-23T09:46:24.709Z] github.com/docker/docker/pkg/pools [2024-04-23T09:46:24.709Z] github.com/docker/docker/pkg/process [2024-04-23T09:46:24.709Z] github.com/docker/docker/pkg/progress [2024-04-23T09:46:24.709Z] github.com/docker/docker/pkg/reexec [2024-04-23T09:46:24.709Z] github.com/docker/docker/pkg/rootless [2024-04-23T09:46:24.709Z] github.com/docker/docker/pkg/rootless/specconv [2024-04-23T09:46:24.709Z] github.com/docker/docker/pkg/stack [2024-04-23T09:46:24.709Z] github.com/docker/docker/pkg/stdcopy [2024-04-23T09:46:24.709Z] github.com/docker/docker/pkg/streamformatter [2024-04-23T09:46:24.709Z] github.com/docker/docker/pkg/stringid [2024-04-23T09:46:24.709Z] github.com/docker/docker/pkg/sysinfo [2024-04-23T09:46:24.709Z] github.com/docker/docker/pkg/system [2024-04-23T09:46:24.709Z] github.com/docker/docker/pkg/tailfile [2024-04-23T09:46:24.709Z] github.com/docker/docker/pkg/tarsum [2024-04-23T09:46:24.709Z] github.com/docker/docker/pkg/useragent [2024-04-23T09:46:24.709Z] github.com/docker/docker/plugin [2024-04-23T09:46:24.709Z] github.com/docker/docker/plugin/executor/containerd [2024-04-23T09:46:24.709Z] github.com/docker/docker/plugin/v2 [2024-04-23T09:46:24.709Z] github.com/docker/docker/profiles/apparmor [2024-04-23T09:46:24.709Z] github.com/docker/docker/profiles/seccomp [2024-04-23T09:46:24.709Z] github.com/docker/docker/quota [2024-04-23T09:46:24.709Z] github.com/docker/docker/reference [2024-04-23T09:46:24.709Z] github.com/docker/docker/registry [2024-04-23T09:46:24.709Z] github.com/docker/docker/registry/resumable [2024-04-23T09:46:24.709Z] github.com/docker/docker/restartmanager [2024-04-23T09:46:24.709Z] github.com/docker/docker/runconfig [2024-04-23T09:46:24.709Z] github.com/docker/docker/runconfig/opts [2024-04-23T09:46:24.709Z] github.com/docker/docker/testutil [2024-04-23T09:46:24.709Z] github.com/docker/docker/testutil/daemon [2024-04-23T09:46:24.709Z] github.com/docker/docker/testutil/environment [2024-04-23T09:46:24.709Z] github.com/docker/docker/testutil/fakecontext [2024-04-23T09:46:24.709Z] github.com/docker/docker/testutil/fakegit [2024-04-23T09:46:24.709Z] github.com/docker/docker/testutil/fakestorage [2024-04-23T09:46:24.709Z] github.com/docker/docker/testutil/fixtures/load [2024-04-23T09:46:24.709Z] github.com/docker/docker/testutil/fixtures/plugin [2024-04-23T09:46:24.709Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2024-04-23T09:46:24.709Z] github.com/docker/docker/testutil/registry [2024-04-23T09:46:24.709Z] github.com/docker/docker/testutil/request [2024-04-23T09:46:24.709Z] github.com/docker/docker/volume [2024-04-23T09:46:24.709Z] github.com/docker/docker/volume/drivers [2024-04-23T09:46:24.709Z] github.com/docker/docker/volume/local [2024-04-23T09:46:24.709Z] github.com/docker/docker/volume/mounts [2024-04-23T09:46:24.709Z] github.com/docker/docker/volume/service [2024-04-23T09:46:24.709Z] github.com/docker/docker/volume/service/opts [2024-04-23T09:46:24.709Z] github.com/docker/docker/volume/testutils' [2024-04-23T09:46:24.709Z] ++ grep --fixed-strings -v /libnetwork [2024-04-23T09:46:24.709Z] ++ echo 'github.com/docker/docker/api [2024-04-23T09:46:24.709Z] github.com/docker/docker/api/server [2024-04-23T09:46:24.709Z] github.com/docker/docker/api/server/backend/build [2024-04-23T09:46:24.709Z] github.com/docker/docker/api/server/httpstatus [2024-04-23T09:46:24.709Z] github.com/docker/docker/api/server/httputils [2024-04-23T09:46:24.709Z] github.com/docker/docker/api/server/middleware [2024-04-23T09:46:24.709Z] github.com/docker/docker/api/server/router [2024-04-23T09:46:24.709Z] github.com/docker/docker/api/server/router/build [2024-04-23T09:46:24.709Z] github.com/docker/docker/api/server/router/checkpoint [2024-04-23T09:46:24.709Z] github.com/docker/docker/api/server/router/container [2024-04-23T09:46:24.709Z] github.com/docker/docker/api/server/router/debug [2024-04-23T09:46:24.709Z] github.com/docker/docker/api/server/router/distribution [2024-04-23T09:46:24.709Z] github.com/docker/docker/api/server/router/grpc [2024-04-23T09:46:24.709Z] github.com/docker/docker/api/server/router/image [2024-04-23T09:46:24.709Z] github.com/docker/docker/api/server/router/network [2024-04-23T09:46:24.709Z] github.com/docker/docker/api/server/router/plugin [2024-04-23T09:46:24.709Z] github.com/docker/docker/api/server/router/session [2024-04-23T09:46:24.709Z] github.com/docker/docker/api/server/router/swarm [2024-04-23T09:46:24.709Z] github.com/docker/docker/api/server/router/system [2024-04-23T09:46:24.709Z] github.com/docker/docker/api/server/router/volume [2024-04-23T09:46:24.709Z] github.com/docker/docker/api/types [2024-04-23T09:46:24.709Z] github.com/docker/docker/api/types/backend [2024-04-23T09:46:24.709Z] github.com/docker/docker/api/types/blkiodev [2024-04-23T09:46:24.709Z] github.com/docker/docker/api/types/checkpoint [2024-04-23T09:46:24.709Z] github.com/docker/docker/api/types/container [2024-04-23T09:46:24.709Z] github.com/docker/docker/api/types/events [2024-04-23T09:46:24.709Z] github.com/docker/docker/api/types/filters [2024-04-23T09:46:24.709Z] github.com/docker/docker/api/types/image [2024-04-23T09:46:24.709Z] github.com/docker/docker/api/types/mount [2024-04-23T09:46:24.709Z] github.com/docker/docker/api/types/network [2024-04-23T09:46:24.709Z] github.com/docker/docker/api/types/plugins/logdriver [2024-04-23T09:46:24.709Z] github.com/docker/docker/api/types/registry [2024-04-23T09:46:24.709Z] github.com/docker/docker/api/types/strslice [2024-04-23T09:46:24.709Z] github.com/docker/docker/api/types/swarm [2024-04-23T09:46:24.709Z] github.com/docker/docker/api/types/swarm/runtime [2024-04-23T09:46:24.709Z] github.com/docker/docker/api/types/system [2024-04-23T09:46:24.709Z] github.com/docker/docker/api/types/time [2024-04-23T09:46:24.709Z] github.com/docker/docker/api/types/versions [2024-04-23T09:46:24.709Z] github.com/docker/docker/api/types/volume [2024-04-23T09:46:24.709Z] github.com/docker/docker/builder [2024-04-23T09:46:24.709Z] github.com/docker/docker/builder/builder-next [2024-04-23T09:46:24.709Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2024-04-23T09:46:24.709Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2024-04-23T09:46:24.709Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2024-04-23T09:46:24.709Z] github.com/docker/docker/builder/builder-next/exporter [2024-04-23T09:46:24.709Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter [2024-04-23T09:46:24.709Z] github.com/docker/docker/builder/builder-next/exporter/overrides [2024-04-23T09:46:24.709Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2024-04-23T09:46:24.709Z] github.com/docker/docker/builder/builder-next/worker [2024-04-23T09:46:24.709Z] github.com/docker/docker/builder/builder-next/worker/label [2024-04-23T09:46:24.709Z] github.com/docker/docker/builder/dockerfile [2024-04-23T09:46:24.709Z] github.com/docker/docker/builder/remotecontext [2024-04-23T09:46:24.709Z] github.com/docker/docker/builder/remotecontext/git [2024-04-23T09:46:24.709Z] github.com/docker/docker/builder/remotecontext/urlutil [2024-04-23T09:46:24.709Z] github.com/docker/docker/cli/debug [2024-04-23T09:46:24.709Z] github.com/docker/docker/cli/winresources/docker-proxy [2024-04-23T09:46:24.709Z] github.com/docker/docker/cli/winresources/dockerd [2024-04-23T09:46:24.709Z] github.com/docker/docker/client [2024-04-23T09:46:24.709Z] github.com/docker/docker/client/buildkit [2024-04-23T09:46:24.709Z] github.com/docker/docker/cmd/docker-proxy [2024-04-23T09:46:24.709Z] github.com/docker/docker/cmd/dockerd [2024-04-23T09:46:24.709Z] github.com/docker/docker/cmd/dockerd/trap [2024-04-23T09:46:24.709Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2024-04-23T09:46:24.709Z] github.com/docker/docker/container [2024-04-23T09:46:24.709Z] github.com/docker/docker/container/stream [2024-04-23T09:46:24.709Z] github.com/docker/docker/contrib/apparmor [2024-04-23T09:46:24.709Z] github.com/docker/docker/contrib/httpserver [2024-04-23T09:46:24.709Z] github.com/docker/docker/daemon [2024-04-23T09:46:24.709Z] github.com/docker/docker/daemon/cluster [2024-04-23T09:46:24.709Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2024-04-23T09:46:24.709Z] github.com/docker/docker/daemon/cluster/convert [2024-04-23T09:46:24.709Z] github.com/docker/docker/daemon/cluster/executor [2024-04-23T09:46:24.709Z] github.com/docker/docker/daemon/cluster/executor/container [2024-04-23T09:46:24.709Z] github.com/docker/docker/daemon/cluster/provider [2024-04-23T09:46:24.709Z] github.com/docker/docker/daemon/config [2024-04-23T09:46:24.709Z] github.com/docker/docker/daemon/containerd [2024-04-23T09:46:24.709Z] github.com/docker/docker/daemon/events [2024-04-23T09:46:24.709Z] github.com/docker/docker/daemon/events/testutils [2024-04-23T09:46:24.709Z] github.com/docker/docker/daemon/graphdriver [2024-04-23T09:46:24.709Z] github.com/docker/docker/daemon/graphdriver/btrfs [2024-04-23T09:46:24.709Z] github.com/docker/docker/daemon/graphdriver/copy [2024-04-23T09:46:24.709Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2024-04-23T09:46:24.709Z] github.com/docker/docker/daemon/graphdriver/graphtest [2024-04-23T09:46:24.709Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2024-04-23T09:46:24.709Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2024-04-23T09:46:24.709Z] github.com/docker/docker/daemon/graphdriver/register [2024-04-23T09:46:24.709Z] github.com/docker/docker/daemon/graphdriver/vfs [2024-04-23T09:46:24.709Z] github.com/docker/docker/daemon/graphdriver/zfs [2024-04-23T09:46:24.709Z] github.com/docker/docker/daemon/images [2024-04-23T09:46:24.709Z] github.com/docker/docker/daemon/initlayer [2024-04-23T09:46:24.709Z] github.com/docker/docker/daemon/links [2024-04-23T09:46:24.709Z] github.com/docker/docker/daemon/listeners [2024-04-23T09:46:24.709Z] github.com/docker/docker/daemon/logger [2024-04-23T09:46:24.709Z] github.com/docker/docker/daemon/logger/awslogs [2024-04-23T09:46:24.709Z] github.com/docker/docker/daemon/logger/fluentd [2024-04-23T09:46:24.709Z] github.com/docker/docker/daemon/logger/gcplogs [2024-04-23T09:46:24.709Z] github.com/docker/docker/daemon/logger/gelf [2024-04-23T09:46:24.709Z] github.com/docker/docker/daemon/logger/journald [2024-04-23T09:46:24.709Z] github.com/docker/docker/daemon/logger/journald/internal/export [2024-04-23T09:46:24.709Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2024-04-23T09:46:24.709Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2024-04-23T09:46:24.709Z] github.com/docker/docker/daemon/logger/jsonfilelog [2024-04-23T09:46:24.709Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2024-04-23T09:46:24.709Z] github.com/docker/docker/daemon/logger/local [2024-04-23T09:46:24.709Z] github.com/docker/docker/daemon/logger/loggertest [2024-04-23T09:46:24.709Z] github.com/docker/docker/daemon/logger/loggerutils [2024-04-23T09:46:24.709Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2024-04-23T09:46:24.709Z] github.com/docker/docker/daemon/logger/splunk [2024-04-23T09:46:24.709Z] github.com/docker/docker/daemon/logger/syslog [2024-04-23T09:46:24.709Z] github.com/docker/docker/daemon/logger/templates [2024-04-23T09:46:24.709Z] github.com/docker/docker/daemon/names [2024-04-23T09:46:24.709Z] github.com/docker/docker/daemon/network [2024-04-23T09:46:24.709Z] github.com/docker/docker/daemon/snapshotter [2024-04-23T09:46:24.709Z] github.com/docker/docker/daemon/stats [2024-04-23T09:46:24.709Z] github.com/docker/docker/distribution [2024-04-23T09:46:24.709Z] github.com/docker/docker/distribution/metadata [2024-04-23T09:46:24.709Z] github.com/docker/docker/distribution/utils [2024-04-23T09:46:24.709Z] github.com/docker/docker/distribution/xfer [2024-04-23T09:46:24.709Z] github.com/docker/docker/dockerversion [2024-04-23T09:46:24.709Z] github.com/docker/docker/errdefs [2024-04-23T09:46:24.709Z] github.com/docker/docker/image [2024-04-23T09:46:24.709Z] github.com/docker/docker/image/cache [2024-04-23T09:46:24.709Z] github.com/docker/docker/image/spec/specs-go [2024-04-23T09:46:24.709Z] github.com/docker/docker/image/spec/specs-go/v1 [2024-04-23T09:46:24.709Z] github.com/docker/docker/image/tarexport [2024-04-23T09:46:24.709Z] github.com/docker/docker/image/v1 [2024-04-23T09:46:24.709Z] github.com/docker/docker/internal/cleanups [2024-04-23T09:46:24.709Z] github.com/docker/docker/internal/compatcontext [2024-04-23T09:46:24.709Z] github.com/docker/docker/internal/mod [2024-04-23T09:46:24.709Z] github.com/docker/docker/internal/mounttree [2024-04-23T09:46:24.709Z] github.com/docker/docker/internal/multierror [2024-04-23T09:46:24.709Z] github.com/docker/docker/internal/rootless/mountopts [2024-04-23T09:46:24.709Z] github.com/docker/docker/internal/safepath [2024-04-23T09:46:24.709Z] github.com/docker/docker/internal/sliceutil [2024-04-23T09:46:24.709Z] github.com/docker/docker/internal/test/suite [2024-04-23T09:46:24.709Z] github.com/docker/docker/internal/testutils [2024-04-23T09:46:24.709Z] github.com/docker/docker/internal/testutils/netnsutils [2024-04-23T09:46:24.709Z] github.com/docker/docker/internal/testutils/specialimage [2024-04-23T09:46:24.709Z] github.com/docker/docker/internal/unix_noeintr [2024-04-23T09:46:24.709Z] github.com/docker/docker/internal/unshare [2024-04-23T09:46:24.709Z] github.com/docker/docker/layer [2024-04-23T09:46:24.709Z] github.com/docker/docker/libcontainerd [2024-04-23T09:46:24.709Z] github.com/docker/docker/libcontainerd/queue [2024-04-23T09:46:24.709Z] github.com/docker/docker/libcontainerd/remote [2024-04-23T09:46:24.709Z] github.com/docker/docker/libcontainerd/shimopts [2024-04-23T09:46:24.709Z] github.com/docker/docker/libcontainerd/supervisor [2024-04-23T09:46:24.709Z] github.com/docker/docker/libcontainerd/types [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/bitmap [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/cluster [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/cnmallocator [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/config [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/datastore [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/diagnostic [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/discoverapi [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/driverapi [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/drivers/bridge [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/drivers/host [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/drivers/macvlan [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/drivers/null [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/drivers/overlay [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/drivers/remote [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/drivers/remote/api [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/drivers/windows [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/drvregistry [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/etchosts [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/internal/caller [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/internal/kvstore [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/internal/netiputil [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/internal/resolvconf [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/internal/setmatrix [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/ipam [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/ipamapi [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/ipams/builtin [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/ipams/null [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/ipams/remote [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/ipams/remote/api [2024-04-23T09:46:24.709Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2024-04-23T09:46:24.710Z] github.com/docker/docker/libnetwork/ipamutils [2024-04-23T09:46:24.710Z] github.com/docker/docker/libnetwork/ipbits [2024-04-23T09:46:24.710Z] github.com/docker/docker/libnetwork/iptables [2024-04-23T09:46:24.710Z] github.com/docker/docker/libnetwork/netlabel [2024-04-23T09:46:24.710Z] github.com/docker/docker/libnetwork/netutils [2024-04-23T09:46:24.710Z] github.com/docker/docker/libnetwork/networkdb [2024-04-23T09:46:24.710Z] github.com/docker/docker/libnetwork/ns [2024-04-23T09:46:24.710Z] github.com/docker/docker/libnetwork/options [2024-04-23T09:46:24.710Z] github.com/docker/docker/libnetwork/osl [2024-04-23T09:46:24.710Z] github.com/docker/docker/libnetwork/osl/kernel [2024-04-23T09:46:24.710Z] github.com/docker/docker/libnetwork/portallocator [2024-04-23T09:46:24.710Z] github.com/docker/docker/libnetwork/portmapper [2024-04-23T09:46:24.710Z] github.com/docker/docker/libnetwork/resolvconf [2024-04-23T09:46:24.710Z] github.com/docker/docker/libnetwork/scope [2024-04-23T09:46:24.710Z] github.com/docker/docker/libnetwork/types [2024-04-23T09:46:24.710Z] github.com/docker/docker/oci [2024-04-23T09:46:24.710Z] github.com/docker/docker/oci/caps [2024-04-23T09:46:24.710Z] github.com/docker/docker/opts [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/archive [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/authorization [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/broadcaster [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/capabilities [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/chrootarchive [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/containerfs [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/directory [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/dmesg [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/fileutils [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/homedir [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/idtools [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/ioutils [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/jsonmessage [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/longpath [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/meminfo [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/namesgenerator [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/parsers [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/parsers/kernel [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/parsers/operatingsystem [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/pidfile [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/platform [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/plugingetter [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/plugins [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/plugins/transport [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/pools [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/process [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/progress [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/reexec [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/rootless [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/rootless/specconv [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/stack [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/stdcopy [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/streamformatter [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/stringid [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/sysinfo [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/system [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/tailfile [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/tarsum [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/useragent [2024-04-23T09:46:24.710Z] github.com/docker/docker/plugin [2024-04-23T09:46:24.710Z] github.com/docker/docker/plugin/executor/containerd [2024-04-23T09:46:24.710Z] github.com/docker/docker/plugin/v2 [2024-04-23T09:46:24.710Z] github.com/docker/docker/profiles/apparmor [2024-04-23T09:46:24.710Z] github.com/docker/docker/profiles/seccomp [2024-04-23T09:46:24.710Z] github.com/docker/docker/quota [2024-04-23T09:46:24.710Z] github.com/docker/docker/reference [2024-04-23T09:46:24.710Z] github.com/docker/docker/registry [2024-04-23T09:46:24.710Z] github.com/docker/docker/registry/resumable [2024-04-23T09:46:24.710Z] github.com/docker/docker/restartmanager [2024-04-23T09:46:24.710Z] github.com/docker/docker/runconfig [2024-04-23T09:46:24.710Z] github.com/docker/docker/runconfig/opts [2024-04-23T09:46:24.710Z] github.com/docker/docker/testutil [2024-04-23T09:46:24.710Z] github.com/docker/docker/testutil/daemon [2024-04-23T09:46:24.710Z] github.com/docker/docker/testutil/environment [2024-04-23T09:46:24.710Z] github.com/docker/docker/testutil/fakecontext [2024-04-23T09:46:24.710Z] github.com/docker/docker/testutil/fakegit [2024-04-23T09:46:24.710Z] github.com/docker/docker/testutil/fakestorage [2024-04-23T09:46:24.710Z] github.com/docker/docker/testutil/fixtures/load [2024-04-23T09:46:24.710Z] github.com/docker/docker/testutil/fixtures/plugin [2024-04-23T09:46:24.710Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2024-04-23T09:46:24.710Z] github.com/docker/docker/testutil/registry [2024-04-23T09:46:24.710Z] github.com/docker/docker/testutil/request [2024-04-23T09:46:24.710Z] github.com/docker/docker/volume [2024-04-23T09:46:24.710Z] github.com/docker/docker/volume/drivers [2024-04-23T09:46:24.710Z] github.com/docker/docker/volume/local [2024-04-23T09:46:24.710Z] github.com/docker/docker/volume/mounts [2024-04-23T09:46:24.710Z] github.com/docker/docker/volume/service [2024-04-23T09:46:24.710Z] github.com/docker/docker/volume/service/opts [2024-04-23T09:46:24.710Z] github.com/docker/docker/volume/testutils' [2024-04-23T09:46:24.710Z] + base_pkg_list='github.com/docker/docker/api [2024-04-23T09:46:24.710Z] github.com/docker/docker/api/server [2024-04-23T09:46:24.710Z] github.com/docker/docker/api/server/backend/build [2024-04-23T09:46:24.710Z] github.com/docker/docker/api/server/httpstatus [2024-04-23T09:46:24.710Z] github.com/docker/docker/api/server/httputils [2024-04-23T09:46:24.710Z] github.com/docker/docker/api/server/middleware [2024-04-23T09:46:24.710Z] github.com/docker/docker/api/server/router [2024-04-23T09:46:24.710Z] github.com/docker/docker/api/server/router/build [2024-04-23T09:46:24.710Z] github.com/docker/docker/api/server/router/checkpoint [2024-04-23T09:46:24.710Z] github.com/docker/docker/api/server/router/container [2024-04-23T09:46:24.710Z] github.com/docker/docker/api/server/router/debug [2024-04-23T09:46:24.710Z] github.com/docker/docker/api/server/router/distribution [2024-04-23T09:46:24.710Z] github.com/docker/docker/api/server/router/grpc [2024-04-23T09:46:24.710Z] github.com/docker/docker/api/server/router/image [2024-04-23T09:46:24.710Z] github.com/docker/docker/api/server/router/network [2024-04-23T09:46:24.710Z] github.com/docker/docker/api/server/router/plugin [2024-04-23T09:46:24.710Z] github.com/docker/docker/api/server/router/session [2024-04-23T09:46:24.710Z] github.com/docker/docker/api/server/router/swarm [2024-04-23T09:46:24.710Z] github.com/docker/docker/api/server/router/system [2024-04-23T09:46:24.710Z] github.com/docker/docker/api/server/router/volume [2024-04-23T09:46:24.710Z] github.com/docker/docker/api/types [2024-04-23T09:46:24.710Z] github.com/docker/docker/api/types/backend [2024-04-23T09:46:24.710Z] github.com/docker/docker/api/types/blkiodev [2024-04-23T09:46:24.710Z] github.com/docker/docker/api/types/checkpoint [2024-04-23T09:46:24.710Z] github.com/docker/docker/api/types/container [2024-04-23T09:46:24.710Z] github.com/docker/docker/api/types/events [2024-04-23T09:46:24.710Z] github.com/docker/docker/api/types/filters [2024-04-23T09:46:24.710Z] github.com/docker/docker/api/types/image [2024-04-23T09:46:24.710Z] github.com/docker/docker/api/types/mount [2024-04-23T09:46:24.710Z] github.com/docker/docker/api/types/network [2024-04-23T09:46:24.710Z] github.com/docker/docker/api/types/plugins/logdriver [2024-04-23T09:46:24.710Z] github.com/docker/docker/api/types/registry [2024-04-23T09:46:24.710Z] github.com/docker/docker/api/types/strslice [2024-04-23T09:46:24.710Z] github.com/docker/docker/api/types/swarm [2024-04-23T09:46:24.710Z] github.com/docker/docker/api/types/swarm/runtime [2024-04-23T09:46:24.710Z] github.com/docker/docker/api/types/system [2024-04-23T09:46:24.710Z] github.com/docker/docker/api/types/time [2024-04-23T09:46:24.710Z] github.com/docker/docker/api/types/versions [2024-04-23T09:46:24.710Z] github.com/docker/docker/api/types/volume [2024-04-23T09:46:24.710Z] github.com/docker/docker/builder [2024-04-23T09:46:24.710Z] github.com/docker/docker/builder/builder-next [2024-04-23T09:46:24.710Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2024-04-23T09:46:24.710Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2024-04-23T09:46:24.710Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2024-04-23T09:46:24.710Z] github.com/docker/docker/builder/builder-next/exporter [2024-04-23T09:46:24.710Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter [2024-04-23T09:46:24.710Z] github.com/docker/docker/builder/builder-next/exporter/overrides [2024-04-23T09:46:24.710Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2024-04-23T09:46:24.710Z] github.com/docker/docker/builder/builder-next/worker [2024-04-23T09:46:24.710Z] github.com/docker/docker/builder/builder-next/worker/label [2024-04-23T09:46:24.710Z] github.com/docker/docker/builder/dockerfile [2024-04-23T09:46:24.710Z] github.com/docker/docker/builder/remotecontext [2024-04-23T09:46:24.710Z] github.com/docker/docker/builder/remotecontext/git [2024-04-23T09:46:24.710Z] github.com/docker/docker/builder/remotecontext/urlutil [2024-04-23T09:46:24.710Z] github.com/docker/docker/cli/debug [2024-04-23T09:46:24.710Z] github.com/docker/docker/cli/winresources/docker-proxy [2024-04-23T09:46:24.710Z] github.com/docker/docker/cli/winresources/dockerd [2024-04-23T09:46:24.710Z] github.com/docker/docker/client [2024-04-23T09:46:24.710Z] github.com/docker/docker/client/buildkit [2024-04-23T09:46:24.710Z] github.com/docker/docker/cmd/docker-proxy [2024-04-23T09:46:24.710Z] github.com/docker/docker/cmd/dockerd [2024-04-23T09:46:24.710Z] github.com/docker/docker/cmd/dockerd/trap [2024-04-23T09:46:24.710Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2024-04-23T09:46:24.710Z] github.com/docker/docker/container [2024-04-23T09:46:24.710Z] github.com/docker/docker/container/stream [2024-04-23T09:46:24.710Z] github.com/docker/docker/contrib/apparmor [2024-04-23T09:46:24.710Z] github.com/docker/docker/contrib/httpserver [2024-04-23T09:46:24.710Z] github.com/docker/docker/daemon [2024-04-23T09:46:24.710Z] github.com/docker/docker/daemon/cluster [2024-04-23T09:46:24.710Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2024-04-23T09:46:24.710Z] github.com/docker/docker/daemon/cluster/convert [2024-04-23T09:46:24.710Z] github.com/docker/docker/daemon/cluster/executor [2024-04-23T09:46:24.710Z] github.com/docker/docker/daemon/cluster/executor/container [2024-04-23T09:46:24.710Z] github.com/docker/docker/daemon/cluster/provider [2024-04-23T09:46:24.710Z] github.com/docker/docker/daemon/config [2024-04-23T09:46:24.710Z] github.com/docker/docker/daemon/containerd [2024-04-23T09:46:24.710Z] github.com/docker/docker/daemon/events [2024-04-23T09:46:24.710Z] github.com/docker/docker/daemon/events/testutils [2024-04-23T09:46:24.710Z] github.com/docker/docker/daemon/graphdriver [2024-04-23T09:46:24.710Z] github.com/docker/docker/daemon/graphdriver/btrfs [2024-04-23T09:46:24.710Z] github.com/docker/docker/daemon/graphdriver/copy [2024-04-23T09:46:24.710Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2024-04-23T09:46:24.710Z] github.com/docker/docker/daemon/graphdriver/graphtest [2024-04-23T09:46:24.710Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2024-04-23T09:46:24.710Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2024-04-23T09:46:24.710Z] github.com/docker/docker/daemon/graphdriver/register [2024-04-23T09:46:24.710Z] github.com/docker/docker/daemon/graphdriver/vfs [2024-04-23T09:46:24.710Z] github.com/docker/docker/daemon/graphdriver/zfs [2024-04-23T09:46:24.710Z] github.com/docker/docker/daemon/images [2024-04-23T09:46:24.710Z] github.com/docker/docker/daemon/initlayer [2024-04-23T09:46:24.710Z] github.com/docker/docker/daemon/links [2024-04-23T09:46:24.710Z] github.com/docker/docker/daemon/listeners [2024-04-23T09:46:24.710Z] github.com/docker/docker/daemon/logger [2024-04-23T09:46:24.710Z] github.com/docker/docker/daemon/logger/awslogs [2024-04-23T09:46:24.710Z] github.com/docker/docker/daemon/logger/fluentd [2024-04-23T09:46:24.710Z] github.com/docker/docker/daemon/logger/gcplogs [2024-04-23T09:46:24.710Z] github.com/docker/docker/daemon/logger/gelf [2024-04-23T09:46:24.710Z] github.com/docker/docker/daemon/logger/journald [2024-04-23T09:46:24.710Z] github.com/docker/docker/daemon/logger/journald/internal/export [2024-04-23T09:46:24.710Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2024-04-23T09:46:24.710Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2024-04-23T09:46:24.710Z] github.com/docker/docker/daemon/logger/jsonfilelog [2024-04-23T09:46:24.710Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2024-04-23T09:46:24.710Z] github.com/docker/docker/daemon/logger/local [2024-04-23T09:46:24.710Z] github.com/docker/docker/daemon/logger/loggertest [2024-04-23T09:46:24.710Z] github.com/docker/docker/daemon/logger/loggerutils [2024-04-23T09:46:24.710Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2024-04-23T09:46:24.710Z] github.com/docker/docker/daemon/logger/splunk [2024-04-23T09:46:24.710Z] github.com/docker/docker/daemon/logger/syslog [2024-04-23T09:46:24.710Z] github.com/docker/docker/daemon/logger/templates [2024-04-23T09:46:24.710Z] github.com/docker/docker/daemon/names [2024-04-23T09:46:24.710Z] github.com/docker/docker/daemon/network [2024-04-23T09:46:24.710Z] github.com/docker/docker/daemon/snapshotter [2024-04-23T09:46:24.710Z] github.com/docker/docker/daemon/stats [2024-04-23T09:46:24.710Z] github.com/docker/docker/distribution [2024-04-23T09:46:24.710Z] github.com/docker/docker/distribution/metadata [2024-04-23T09:46:24.710Z] github.com/docker/docker/distribution/utils [2024-04-23T09:46:24.710Z] github.com/docker/docker/distribution/xfer [2024-04-23T09:46:24.710Z] github.com/docker/docker/dockerversion [2024-04-23T09:46:24.710Z] github.com/docker/docker/errdefs [2024-04-23T09:46:24.710Z] github.com/docker/docker/image [2024-04-23T09:46:24.710Z] github.com/docker/docker/image/cache [2024-04-23T09:46:24.710Z] github.com/docker/docker/image/spec/specs-go [2024-04-23T09:46:24.710Z] github.com/docker/docker/image/spec/specs-go/v1 [2024-04-23T09:46:24.710Z] github.com/docker/docker/image/tarexport [2024-04-23T09:46:24.710Z] github.com/docker/docker/image/v1 [2024-04-23T09:46:24.710Z] github.com/docker/docker/internal/cleanups [2024-04-23T09:46:24.710Z] github.com/docker/docker/internal/compatcontext [2024-04-23T09:46:24.710Z] github.com/docker/docker/internal/mod [2024-04-23T09:46:24.710Z] github.com/docker/docker/internal/mounttree [2024-04-23T09:46:24.710Z] github.com/docker/docker/internal/multierror [2024-04-23T09:46:24.710Z] github.com/docker/docker/internal/rootless/mountopts [2024-04-23T09:46:24.710Z] github.com/docker/docker/internal/safepath [2024-04-23T09:46:24.710Z] github.com/docker/docker/internal/sliceutil [2024-04-23T09:46:24.710Z] github.com/docker/docker/internal/test/suite [2024-04-23T09:46:24.710Z] github.com/docker/docker/internal/testutils [2024-04-23T09:46:24.710Z] github.com/docker/docker/internal/testutils/netnsutils [2024-04-23T09:46:24.710Z] github.com/docker/docker/internal/testutils/specialimage [2024-04-23T09:46:24.710Z] github.com/docker/docker/internal/unix_noeintr [2024-04-23T09:46:24.710Z] github.com/docker/docker/internal/unshare [2024-04-23T09:46:24.710Z] github.com/docker/docker/layer [2024-04-23T09:46:24.710Z] github.com/docker/docker/libcontainerd [2024-04-23T09:46:24.710Z] github.com/docker/docker/libcontainerd/queue [2024-04-23T09:46:24.710Z] github.com/docker/docker/libcontainerd/remote [2024-04-23T09:46:24.710Z] github.com/docker/docker/libcontainerd/shimopts [2024-04-23T09:46:24.710Z] github.com/docker/docker/libcontainerd/supervisor [2024-04-23T09:46:24.710Z] github.com/docker/docker/libcontainerd/types [2024-04-23T09:46:24.710Z] github.com/docker/docker/oci [2024-04-23T09:46:24.710Z] github.com/docker/docker/oci/caps [2024-04-23T09:46:24.710Z] github.com/docker/docker/opts [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/archive [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/authorization [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/broadcaster [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/capabilities [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/chrootarchive [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/containerfs [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/directory [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/dmesg [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/fileutils [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/homedir [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/idtools [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/ioutils [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/jsonmessage [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/longpath [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/meminfo [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/namesgenerator [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/parsers [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/parsers/kernel [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/parsers/operatingsystem [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/pidfile [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/platform [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/plugingetter [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/plugins [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/plugins/transport [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/pools [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/process [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/progress [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/reexec [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/rootless [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/rootless/specconv [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/stack [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/stdcopy [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/streamformatter [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/stringid [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/sysinfo [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/system [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/tailfile [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/tarsum [2024-04-23T09:46:24.710Z] github.com/docker/docker/pkg/useragent [2024-04-23T09:46:24.710Z] github.com/docker/docker/plugin [2024-04-23T09:46:24.710Z] github.com/docker/docker/plugin/executor/containerd [2024-04-23T09:46:24.710Z] github.com/docker/docker/plugin/v2 [2024-04-23T09:46:24.710Z] github.com/docker/docker/profiles/apparmor [2024-04-23T09:46:24.710Z] github.com/docker/docker/profiles/seccomp [2024-04-23T09:46:24.710Z] github.com/docker/docker/quota [2024-04-23T09:46:24.710Z] github.com/docker/docker/reference [2024-04-23T09:46:24.710Z] github.com/docker/docker/registry [2024-04-23T09:46:24.710Z] github.com/docker/docker/registry/resumable [2024-04-23T09:46:24.710Z] github.com/docker/docker/restartmanager [2024-04-23T09:46:24.710Z] github.com/docker/docker/runconfig [2024-04-23T09:46:24.710Z] github.com/docker/docker/runconfig/opts [2024-04-23T09:46:24.710Z] github.com/docker/docker/testutil [2024-04-23T09:46:24.710Z] github.com/docker/docker/testutil/daemon [2024-04-23T09:46:24.710Z] github.com/docker/docker/testutil/environment [2024-04-23T09:46:24.710Z] github.com/docker/docker/testutil/fakecontext [2024-04-23T09:46:24.710Z] github.com/docker/docker/testutil/fakegit [2024-04-23T09:46:24.710Z] github.com/docker/docker/testutil/fakestorage [2024-04-23T09:46:24.710Z] github.com/docker/docker/testutil/fixtures/load [2024-04-23T09:46:24.710Z] github.com/docker/docker/testutil/fixtures/plugin [2024-04-23T09:46:24.710Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2024-04-23T09:46:24.710Z] github.com/docker/docker/testutil/registry [2024-04-23T09:46:24.710Z] github.com/docker/docker/testutil/request [2024-04-23T09:46:24.710Z] github.com/docker/docker/volume [2024-04-23T09:46:24.710Z] github.com/docker/docker/volume/drivers [2024-04-23T09:46:24.710Z] github.com/docker/docker/volume/local [2024-04-23T09:46:24.710Z] github.com/docker/docker/volume/mounts [2024-04-23T09:46:24.710Z] github.com/docker/docker/volume/service [2024-04-23T09:46:24.710Z] github.com/docker/docker/volume/service/opts [2024-04-23T09:46:24.711Z] github.com/docker/docker/volume/testutils' [2024-04-23T09:46:24.711Z] ++ grep --fixed-strings /libnetwork [2024-04-23T09:46:24.711Z] ++ echo 'github.com/docker/docker/api [2024-04-23T09:46:24.711Z] github.com/docker/docker/api/server [2024-04-23T09:46:24.711Z] github.com/docker/docker/api/server/backend/build [2024-04-23T09:46:24.711Z] github.com/docker/docker/api/server/httpstatus [2024-04-23T09:46:24.711Z] github.com/docker/docker/api/server/httputils [2024-04-23T09:46:24.711Z] github.com/docker/docker/api/server/middleware [2024-04-23T09:46:24.711Z] github.com/docker/docker/api/server/router [2024-04-23T09:46:24.711Z] github.com/docker/docker/api/server/router/build [2024-04-23T09:46:24.711Z] github.com/docker/docker/api/server/router/checkpoint [2024-04-23T09:46:24.711Z] github.com/docker/docker/api/server/router/container [2024-04-23T09:46:24.711Z] github.com/docker/docker/api/server/router/debug [2024-04-23T09:46:24.711Z] github.com/docker/docker/api/server/router/distribution [2024-04-23T09:46:24.711Z] github.com/docker/docker/api/server/router/grpc [2024-04-23T09:46:24.711Z] github.com/docker/docker/api/server/router/image [2024-04-23T09:46:24.711Z] github.com/docker/docker/api/server/router/network [2024-04-23T09:46:24.711Z] github.com/docker/docker/api/server/router/plugin [2024-04-23T09:46:24.711Z] github.com/docker/docker/api/server/router/session [2024-04-23T09:46:24.711Z] github.com/docker/docker/api/server/router/swarm [2024-04-23T09:46:24.711Z] github.com/docker/docker/api/server/router/system [2024-04-23T09:46:24.711Z] github.com/docker/docker/api/server/router/volume [2024-04-23T09:46:24.711Z] github.com/docker/docker/api/types [2024-04-23T09:46:24.711Z] github.com/docker/docker/api/types/backend [2024-04-23T09:46:24.711Z] github.com/docker/docker/api/types/blkiodev [2024-04-23T09:46:24.711Z] github.com/docker/docker/api/types/checkpoint [2024-04-23T09:46:24.711Z] github.com/docker/docker/api/types/container [2024-04-23T09:46:24.711Z] github.com/docker/docker/api/types/events [2024-04-23T09:46:24.711Z] github.com/docker/docker/api/types/filters [2024-04-23T09:46:24.711Z] github.com/docker/docker/api/types/image [2024-04-23T09:46:24.711Z] github.com/docker/docker/api/types/mount [2024-04-23T09:46:24.711Z] github.com/docker/docker/api/types/network [2024-04-23T09:46:24.711Z] github.com/docker/docker/api/types/plugins/logdriver [2024-04-23T09:46:24.711Z] github.com/docker/docker/api/types/registry [2024-04-23T09:46:24.711Z] github.com/docker/docker/api/types/strslice [2024-04-23T09:46:24.711Z] github.com/docker/docker/api/types/swarm [2024-04-23T09:46:24.711Z] github.com/docker/docker/api/types/swarm/runtime [2024-04-23T09:46:24.711Z] github.com/docker/docker/api/types/system [2024-04-23T09:46:24.711Z] github.com/docker/docker/api/types/time [2024-04-23T09:46:24.711Z] github.com/docker/docker/api/types/versions [2024-04-23T09:46:24.711Z] github.com/docker/docker/api/types/volume [2024-04-23T09:46:24.711Z] github.com/docker/docker/builder [2024-04-23T09:46:24.711Z] github.com/docker/docker/builder/builder-next [2024-04-23T09:46:24.711Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2024-04-23T09:46:24.711Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2024-04-23T09:46:24.711Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2024-04-23T09:46:24.711Z] github.com/docker/docker/builder/builder-next/exporter [2024-04-23T09:46:24.711Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter [2024-04-23T09:46:24.711Z] github.com/docker/docker/builder/builder-next/exporter/overrides [2024-04-23T09:46:24.711Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2024-04-23T09:46:24.711Z] github.com/docker/docker/builder/builder-next/worker [2024-04-23T09:46:24.711Z] github.com/docker/docker/builder/builder-next/worker/label [2024-04-23T09:46:24.711Z] github.com/docker/docker/builder/dockerfile [2024-04-23T09:46:24.711Z] github.com/docker/docker/builder/remotecontext [2024-04-23T09:46:24.711Z] github.com/docker/docker/builder/remotecontext/git [2024-04-23T09:46:24.711Z] github.com/docker/docker/builder/remotecontext/urlutil [2024-04-23T09:46:24.711Z] github.com/docker/docker/cli/debug [2024-04-23T09:46:24.711Z] github.com/docker/docker/cli/winresources/docker-proxy [2024-04-23T09:46:24.711Z] github.com/docker/docker/cli/winresources/dockerd [2024-04-23T09:46:24.711Z] github.com/docker/docker/client [2024-04-23T09:46:24.711Z] github.com/docker/docker/client/buildkit [2024-04-23T09:46:24.711Z] github.com/docker/docker/cmd/docker-proxy [2024-04-23T09:46:24.711Z] github.com/docker/docker/cmd/dockerd [2024-04-23T09:46:24.711Z] github.com/docker/docker/cmd/dockerd/trap [2024-04-23T09:46:24.711Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2024-04-23T09:46:24.711Z] github.com/docker/docker/container [2024-04-23T09:46:24.711Z] github.com/docker/docker/container/stream [2024-04-23T09:46:24.711Z] github.com/docker/docker/contrib/apparmor [2024-04-23T09:46:24.711Z] github.com/docker/docker/contrib/httpserver [2024-04-23T09:46:24.711Z] github.com/docker/docker/daemon [2024-04-23T09:46:24.711Z] github.com/docker/docker/daemon/cluster [2024-04-23T09:46:24.711Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2024-04-23T09:46:24.711Z] github.com/docker/docker/daemon/cluster/convert [2024-04-23T09:46:24.711Z] github.com/docker/docker/daemon/cluster/executor [2024-04-23T09:46:24.711Z] github.com/docker/docker/daemon/cluster/executor/container [2024-04-23T09:46:24.711Z] github.com/docker/docker/daemon/cluster/provider [2024-04-23T09:46:24.711Z] github.com/docker/docker/daemon/config [2024-04-23T09:46:24.711Z] github.com/docker/docker/daemon/containerd [2024-04-23T09:46:24.711Z] github.com/docker/docker/daemon/events [2024-04-23T09:46:24.711Z] github.com/docker/docker/daemon/events/testutils [2024-04-23T09:46:24.711Z] github.com/docker/docker/daemon/graphdriver [2024-04-23T09:46:24.711Z] github.com/docker/docker/daemon/graphdriver/btrfs [2024-04-23T09:46:24.711Z] github.com/docker/docker/daemon/graphdriver/copy [2024-04-23T09:46:24.711Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2024-04-23T09:46:24.711Z] github.com/docker/docker/daemon/graphdriver/graphtest [2024-04-23T09:46:24.711Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2024-04-23T09:46:24.711Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2024-04-23T09:46:24.711Z] github.com/docker/docker/daemon/graphdriver/register [2024-04-23T09:46:24.711Z] github.com/docker/docker/daemon/graphdriver/vfs [2024-04-23T09:46:24.711Z] github.com/docker/docker/daemon/graphdriver/zfs [2024-04-23T09:46:24.711Z] github.com/docker/docker/daemon/images [2024-04-23T09:46:24.711Z] github.com/docker/docker/daemon/initlayer [2024-04-23T09:46:24.711Z] github.com/docker/docker/daemon/links [2024-04-23T09:46:24.711Z] github.com/docker/docker/daemon/listeners [2024-04-23T09:46:24.711Z] github.com/docker/docker/daemon/logger [2024-04-23T09:46:24.711Z] github.com/docker/docker/daemon/logger/awslogs [2024-04-23T09:46:24.711Z] github.com/docker/docker/daemon/logger/fluentd [2024-04-23T09:46:24.711Z] github.com/docker/docker/daemon/logger/gcplogs [2024-04-23T09:46:24.711Z] github.com/docker/docker/daemon/logger/gelf [2024-04-23T09:46:24.711Z] github.com/docker/docker/daemon/logger/journald [2024-04-23T09:46:24.711Z] github.com/docker/docker/daemon/logger/journald/internal/export [2024-04-23T09:46:24.711Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2024-04-23T09:46:24.711Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2024-04-23T09:46:24.711Z] github.com/docker/docker/daemon/logger/jsonfilelog [2024-04-23T09:46:24.711Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2024-04-23T09:46:24.711Z] github.com/docker/docker/daemon/logger/local [2024-04-23T09:46:24.711Z] github.com/docker/docker/daemon/logger/loggertest [2024-04-23T09:46:24.711Z] github.com/docker/docker/daemon/logger/loggerutils [2024-04-23T09:46:24.711Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2024-04-23T09:46:24.711Z] github.com/docker/docker/daemon/logger/splunk [2024-04-23T09:46:24.711Z] github.com/docker/docker/daemon/logger/syslog [2024-04-23T09:46:24.711Z] github.com/docker/docker/daemon/logger/templates [2024-04-23T09:46:24.711Z] github.com/docker/docker/daemon/names [2024-04-23T09:46:24.711Z] github.com/docker/docker/daemon/network [2024-04-23T09:46:24.711Z] github.com/docker/docker/daemon/snapshotter [2024-04-23T09:46:24.711Z] github.com/docker/docker/daemon/stats [2024-04-23T09:46:24.711Z] github.com/docker/docker/distribution [2024-04-23T09:46:24.711Z] github.com/docker/docker/distribution/metadata [2024-04-23T09:46:24.711Z] github.com/docker/docker/distribution/utils [2024-04-23T09:46:24.711Z] github.com/docker/docker/distribution/xfer [2024-04-23T09:46:24.711Z] github.com/docker/docker/dockerversion [2024-04-23T09:46:24.711Z] github.com/docker/docker/errdefs [2024-04-23T09:46:24.711Z] github.com/docker/docker/image [2024-04-23T09:46:24.711Z] github.com/docker/docker/image/cache [2024-04-23T09:46:24.711Z] github.com/docker/docker/image/spec/specs-go [2024-04-23T09:46:24.711Z] github.com/docker/docker/image/spec/specs-go/v1 [2024-04-23T09:46:24.711Z] github.com/docker/docker/image/tarexport [2024-04-23T09:46:24.711Z] github.com/docker/docker/image/v1 [2024-04-23T09:46:24.711Z] github.com/docker/docker/internal/cleanups [2024-04-23T09:46:24.711Z] github.com/docker/docker/internal/compatcontext [2024-04-23T09:46:24.711Z] github.com/docker/docker/internal/mod [2024-04-23T09:46:24.711Z] github.com/docker/docker/internal/mounttree [2024-04-23T09:46:24.711Z] github.com/docker/docker/internal/multierror [2024-04-23T09:46:24.711Z] github.com/docker/docker/internal/rootless/mountopts [2024-04-23T09:46:24.711Z] github.com/docker/docker/internal/safepath [2024-04-23T09:46:24.711Z] github.com/docker/docker/internal/sliceutil [2024-04-23T09:46:24.711Z] github.com/docker/docker/internal/test/suite [2024-04-23T09:46:24.711Z] github.com/docker/docker/internal/testutils [2024-04-23T09:46:24.711Z] github.com/docker/docker/internal/testutils/netnsutils [2024-04-23T09:46:24.711Z] github.com/docker/docker/internal/testutils/specialimage [2024-04-23T09:46:24.711Z] github.com/docker/docker/internal/unix_noeintr [2024-04-23T09:46:24.711Z] github.com/docker/docker/internal/unshare [2024-04-23T09:46:24.711Z] github.com/docker/docker/layer [2024-04-23T09:46:24.711Z] github.com/docker/docker/libcontainerd [2024-04-23T09:46:24.711Z] github.com/docker/docker/libcontainerd/queue [2024-04-23T09:46:24.711Z] github.com/docker/docker/libcontainerd/remote [2024-04-23T09:46:24.711Z] github.com/docker/docker/libcontainerd/shimopts [2024-04-23T09:46:24.711Z] github.com/docker/docker/libcontainerd/supervisor [2024-04-23T09:46:24.711Z] github.com/docker/docker/libcontainerd/types [2024-04-23T09:46:24.711Z] github.com/docker/docker/libnetwork [2024-04-23T09:46:24.711Z] github.com/docker/docker/libnetwork/bitmap [2024-04-23T09:46:24.711Z] github.com/docker/docker/libnetwork/cluster [2024-04-23T09:46:24.711Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2024-04-23T09:46:24.711Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2024-04-23T09:46:24.711Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2024-04-23T09:46:24.711Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2024-04-23T09:46:24.711Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2024-04-23T09:46:24.711Z] github.com/docker/docker/libnetwork/cnmallocator [2024-04-23T09:46:24.711Z] github.com/docker/docker/libnetwork/config [2024-04-23T09:46:24.711Z] github.com/docker/docker/libnetwork/datastore [2024-04-23T09:46:24.711Z] github.com/docker/docker/libnetwork/diagnostic [2024-04-23T09:46:24.711Z] github.com/docker/docker/libnetwork/discoverapi [2024-04-23T09:46:24.711Z] github.com/docker/docker/libnetwork/driverapi [2024-04-23T09:46:24.711Z] github.com/docker/docker/libnetwork/drivers/bridge [2024-04-23T09:46:24.711Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2024-04-23T09:46:24.711Z] github.com/docker/docker/libnetwork/drivers/host [2024-04-23T09:46:24.711Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2024-04-23T09:46:24.711Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2024-04-23T09:46:24.711Z] github.com/docker/docker/libnetwork/drivers/macvlan [2024-04-23T09:46:24.711Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2024-04-23T09:46:24.711Z] github.com/docker/docker/libnetwork/drivers/null [2024-04-23T09:46:24.711Z] github.com/docker/docker/libnetwork/drivers/overlay [2024-04-23T09:46:24.711Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2024-04-23T09:46:24.711Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2024-04-23T09:46:24.711Z] github.com/docker/docker/libnetwork/drivers/remote [2024-04-23T09:46:24.711Z] github.com/docker/docker/libnetwork/drivers/remote/api [2024-04-23T09:46:24.711Z] github.com/docker/docker/libnetwork/drivers/windows [2024-04-23T09:46:24.711Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2024-04-23T09:46:24.711Z] github.com/docker/docker/libnetwork/drvregistry [2024-04-23T09:46:24.711Z] github.com/docker/docker/libnetwork/etchosts [2024-04-23T09:46:24.711Z] github.com/docker/docker/libnetwork/internal/caller [2024-04-23T09:46:24.711Z] github.com/docker/docker/libnetwork/internal/kvstore [2024-04-23T09:46:24.711Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2024-04-23T09:46:24.711Z] github.com/docker/docker/libnetwork/internal/netiputil [2024-04-23T09:46:24.711Z] github.com/docker/docker/libnetwork/internal/resolvconf [2024-04-23T09:46:24.711Z] github.com/docker/docker/libnetwork/internal/setmatrix [2024-04-23T09:46:24.711Z] github.com/docker/docker/libnetwork/ipam [2024-04-23T09:46:24.711Z] github.com/docker/docker/libnetwork/ipamapi [2024-04-23T09:46:24.711Z] github.com/docker/docker/libnetwork/ipams/builtin [2024-04-23T09:46:24.711Z] github.com/docker/docker/libnetwork/ipams/null [2024-04-23T09:46:24.711Z] github.com/docker/docker/libnetwork/ipams/remote [2024-04-23T09:46:24.711Z] github.com/docker/docker/libnetwork/ipams/remote/api [2024-04-23T09:46:24.711Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2024-04-23T09:46:24.711Z] github.com/docker/docker/libnetwork/ipamutils [2024-04-23T09:46:24.711Z] github.com/docker/docker/libnetwork/ipbits [2024-04-23T09:46:24.711Z] github.com/docker/docker/libnetwork/iptables [2024-04-23T09:46:24.711Z] github.com/docker/docker/libnetwork/netlabel [2024-04-23T09:46:24.711Z] github.com/docker/docker/libnetwork/netutils [2024-04-23T09:46:24.711Z] github.com/docker/docker/libnetwork/networkdb [2024-04-23T09:46:24.711Z] github.com/docker/docker/libnetwork/ns [2024-04-23T09:46:24.711Z] github.com/docker/docker/libnetwork/options [2024-04-23T09:46:24.711Z] github.com/docker/docker/libnetwork/osl [2024-04-23T09:46:24.711Z] github.com/docker/docker/libnetwork/osl/kernel [2024-04-23T09:46:24.711Z] github.com/docker/docker/libnetwork/portallocator [2024-04-23T09:46:24.711Z] github.com/docker/docker/libnetwork/portmapper [2024-04-23T09:46:24.711Z] github.com/docker/docker/libnetwork/resolvconf [2024-04-23T09:46:24.711Z] github.com/docker/docker/libnetwork/scope [2024-04-23T09:46:24.711Z] github.com/docker/docker/libnetwork/types [2024-04-23T09:46:24.711Z] github.com/docker/docker/oci [2024-04-23T09:46:24.711Z] github.com/docker/docker/oci/caps [2024-04-23T09:46:24.711Z] github.com/docker/docker/opts [2024-04-23T09:46:24.711Z] github.com/docker/docker/pkg/archive [2024-04-23T09:46:24.711Z] github.com/docker/docker/pkg/authorization [2024-04-23T09:46:24.711Z] github.com/docker/docker/pkg/broadcaster [2024-04-23T09:46:24.711Z] github.com/docker/docker/pkg/capabilities [2024-04-23T09:46:24.711Z] github.com/docker/docker/pkg/chrootarchive [2024-04-23T09:46:24.711Z] github.com/docker/docker/pkg/containerfs [2024-04-23T09:46:24.711Z] github.com/docker/docker/pkg/directory [2024-04-23T09:46:24.711Z] github.com/docker/docker/pkg/dmesg [2024-04-23T09:46:24.711Z] github.com/docker/docker/pkg/fileutils [2024-04-23T09:46:24.711Z] github.com/docker/docker/pkg/homedir [2024-04-23T09:46:24.711Z] github.com/docker/docker/pkg/idtools [2024-04-23T09:46:24.711Z] github.com/docker/docker/pkg/ioutils [2024-04-23T09:46:24.711Z] github.com/docker/docker/pkg/jsonmessage [2024-04-23T09:46:24.711Z] github.com/docker/docker/pkg/longpath [2024-04-23T09:46:24.711Z] github.com/docker/docker/pkg/meminfo [2024-04-23T09:46:24.711Z] github.com/docker/docker/pkg/namesgenerator [2024-04-23T09:46:24.711Z] github.com/docker/docker/pkg/parsers [2024-04-23T09:46:24.711Z] github.com/docker/docker/pkg/parsers/kernel [2024-04-23T09:46:24.711Z] github.com/docker/docker/pkg/parsers/operatingsystem [2024-04-23T09:46:24.711Z] github.com/docker/docker/pkg/pidfile [2024-04-23T09:46:24.711Z] github.com/docker/docker/pkg/platform [2024-04-23T09:46:24.711Z] github.com/docker/docker/pkg/plugingetter [2024-04-23T09:46:24.711Z] github.com/docker/docker/pkg/plugins [2024-04-23T09:46:24.711Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2024-04-23T09:46:24.711Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2024-04-23T09:46:24.711Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2024-04-23T09:46:24.711Z] github.com/docker/docker/pkg/plugins/transport [2024-04-23T09:46:24.711Z] github.com/docker/docker/pkg/pools [2024-04-23T09:46:24.711Z] github.com/docker/docker/pkg/process [2024-04-23T09:46:24.711Z] github.com/docker/docker/pkg/progress [2024-04-23T09:46:24.711Z] github.com/docker/docker/pkg/reexec [2024-04-23T09:46:24.711Z] github.com/docker/docker/pkg/rootless [2024-04-23T09:46:24.711Z] github.com/docker/docker/pkg/rootless/specconv [2024-04-23T09:46:24.711Z] github.com/docker/docker/pkg/stack [2024-04-23T09:46:24.711Z] github.com/docker/docker/pkg/stdcopy [2024-04-23T09:46:24.711Z] github.com/docker/docker/pkg/streamformatter [2024-04-23T09:46:24.711Z] github.com/docker/docker/pkg/stringid [2024-04-23T09:46:24.711Z] github.com/docker/docker/pkg/sysinfo [2024-04-23T09:46:24.711Z] github.com/docker/docker/pkg/system [2024-04-23T09:46:24.711Z] github.com/docker/docker/pkg/tailfile [2024-04-23T09:46:24.711Z] github.com/docker/docker/pkg/tarsum [2024-04-23T09:46:24.711Z] github.com/docker/docker/pkg/useragent [2024-04-23T09:46:24.711Z] github.com/docker/docker/plugin [2024-04-23T09:46:24.711Z] github.com/docker/docker/plugin/executor/containerd [2024-04-23T09:46:24.711Z] github.com/docker/docker/plugin/v2 [2024-04-23T09:46:24.711Z] github.com/docker/docker/profiles/apparmor [2024-04-23T09:46:24.711Z] github.com/docker/docker/profiles/seccomp [2024-04-23T09:46:24.711Z] github.com/docker/docker/quota [2024-04-23T09:46:24.711Z] github.com/docker/docker/reference [2024-04-23T09:46:24.711Z] github.com/docker/docker/registry [2024-04-23T09:46:24.711Z] github.com/docker/docker/registry/resumable [2024-04-23T09:46:24.711Z] github.com/docker/docker/restartmanager [2024-04-23T09:46:24.711Z] github.com/docker/docker/runconfig [2024-04-23T09:46:24.711Z] github.com/docker/docker/runconfig/opts [2024-04-23T09:46:24.711Z] github.com/docker/docker/testutil [2024-04-23T09:46:24.711Z] github.com/docker/docker/testutil/daemon [2024-04-23T09:46:24.711Z] github.com/docker/docker/testutil/environment [2024-04-23T09:46:24.711Z] github.com/docker/docker/testutil/fakecontext [2024-04-23T09:46:24.712Z] github.com/docker/docker/testutil/fakegit [2024-04-23T09:46:24.712Z] github.com/docker/docker/testutil/fakestorage [2024-04-23T09:46:24.712Z] github.com/docker/docker/testutil/fixtures/load [2024-04-23T09:46:24.712Z] github.com/docker/docker/testutil/fixtures/plugin [2024-04-23T09:46:24.712Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2024-04-23T09:46:24.712Z] github.com/docker/docker/testutil/registry [2024-04-23T09:46:24.712Z] github.com/docker/docker/testutil/request [2024-04-23T09:46:24.712Z] github.com/docker/docker/volume [2024-04-23T09:46:24.712Z] github.com/docker/docker/volume/drivers [2024-04-23T09:46:24.712Z] github.com/docker/docker/volume/local [2024-04-23T09:46:24.712Z] github.com/docker/docker/volume/mounts [2024-04-23T09:46:24.712Z] github.com/docker/docker/volume/service [2024-04-23T09:46:24.712Z] github.com/docker/docker/volume/service/opts [2024-04-23T09:46:24.712Z] github.com/docker/docker/volume/testutils' [2024-04-23T09:46:24.712Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/bitmap [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/cluster [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/cnmallocator [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/config [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/datastore [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/diagnostic [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/discoverapi [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/driverapi [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/drivers/bridge [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/drivers/host [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/drivers/macvlan [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/drivers/null [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/drivers/overlay [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/drivers/remote [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/drivers/remote/api [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/drivers/windows [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/drvregistry [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/etchosts [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/internal/caller [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/internal/kvstore [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/internal/netiputil [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/internal/resolvconf [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/internal/setmatrix [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/ipam [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/ipamapi [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/ipams/builtin [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/ipams/null [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/ipams/remote [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/ipams/remote/api [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/ipamutils [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/ipbits [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/iptables [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/netlabel [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/netutils [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/networkdb [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/ns [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/options [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/osl [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/osl/kernel [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/portallocator [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/portmapper [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/resolvconf [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/scope [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/types' [2024-04-23T09:46:24.712Z] + echo 'github.com/docker/docker/libnetwork [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/bitmap [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/cluster [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/cnmallocator [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/config [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/datastore [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/diagnostic [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/discoverapi [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/driverapi [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/drivers/bridge [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/drivers/host [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/drivers/macvlan [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/drivers/null [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/drivers/overlay [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/drivers/remote [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/drivers/remote/api [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/drivers/windows [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/drvregistry [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/etchosts [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/internal/caller [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/internal/kvstore [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/internal/netiputil [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/internal/resolvconf [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/internal/setmatrix [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/ipam [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/ipa+ grep --fixed-strings libnetwork/drivers/bridge [2024-04-23T09:46:24.712Z] mapi [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/ipams/builtin [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/ipams/null [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/ipams/remote [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/ipams/remote/api [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/ipamutils [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/ipbits [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/iptables [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/netlabel [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/netutils [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/networkdb [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/ns [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/options [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/osl [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/osl/kernel [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/portallocator [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/portmapper [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/resolvconf [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/scope [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/types' [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/drivers/bridge [2024-04-23T09:46:24.712Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2024-04-23T09:46:24.712Z] + type docker-proxy [2024-04-23T09:46:24.712Z] hack/test/unit: line 25: type: docker-proxy: not found [2024-04-23T09:46:24.712Z] + hack/make.sh binary-proxy install-proxy [2024-04-23T09:46:24.712Z] [2024-04-23T09:46:24.712Z] Removing bundles/ [2024-04-23T09:46:24.712Z] [2024-04-23T09:46:24.712Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2024-04-23T09:46:24.712Z] Building static bundles/binary-proxy/docker-proxy (linux/arm64)... [2024-04-23T09:46:24.712Z] + tee /go/src/github.com/docker/docker/go.mod [2024-04-23T09:46:24.712Z] module github.com/docker/docker [2024-04-23T09:46:24.712Z] [2024-04-23T09:46:24.712Z] go 1.21 [2024-04-23T09:46:24.712Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT [2024-04-23T09:46:24.712Z] + GO111MODULE=on [2024-04-23T09:46:24.712Z] + GOTOOLCHAIN=local [2024-04-23T09:46:24.712Z] + 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=c7a28c86b3d9f37e9b6bcdec339c5fee141cafef" -X "github.com/docker/docker/dockerversion.BuildTime=2024-04-23T09:46:24.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=" -X "github.com/docker/docker/dockerversion.ProductName=" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" -extldflags -static ' -gcflags= github.com/docker/docker/cmd/docker-proxy [2024-04-23T09:46:28.874Z] + rm -f /go/src/github.com/docker/docker/go.mod [2024-04-23T09:46:28.874Z] Created binary: bundles/binary-proxy/docker-proxy [2024-04-23T09:46:28.874Z] [2024-04-23T09:46:28.874Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2024-04-23T09:46:28.874Z] Installing docker-proxy to /usr/local/bin/ [2024-04-23T09:46:28.874Z] [2024-04-23T09:46:28.874Z] + mkdir -p bundles [2024-04-23T09:46:28.874Z] + '[' -n 'github.com/docker/docker/api [2024-04-23T09:46:28.874Z] github.com/docker/docker/api/server [2024-04-23T09:46:28.874Z] github.com/docker/docker/api/server/backend/build [2024-04-23T09:46:28.874Z] github.com/docker/docker/api/server/httpstatus [2024-04-23T09:46:28.874Z] github.com/docker/docker/api/server/httputils [2024-04-23T09:46:28.874Z] github.com/docker/docker/api/server/middleware [2024-04-23T09:46:28.874Z] github.com/docker/docker/api/server/router [2024-04-23T09:46:28.874Z] github.com/docker/docker/api/server/router/build [2024-04-23T09:46:28.874Z] github.com/docker/docker/api/server/router/checkpoint [2024-04-23T09:46:28.874Z] github.com/docker/docker/api/server/router/container [2024-04-23T09:46:28.874Z] github.com/docker/docker/api/server/router/debug [2024-04-23T09:46:28.874Z] github.com/docker/docker/api/server/router/distribution [2024-04-23T09:46:28.874Z] github.com/docker/docker/api/server/router/grpc [2024-04-23T09:46:28.874Z] github.com/docker/docker/api/server/router/image [2024-04-23T09:46:28.874Z] github.com/docker/docker/api/server/router/network [2024-04-23T09:46:28.874Z] github.com/docker/docker/api/server/router/plugin [2024-04-23T09:46:28.874Z] github.com/docker/docker/api/server/router/session [2024-04-23T09:46:28.874Z] github.com/docker/docker/api/server/router/swarm [2024-04-23T09:46:28.874Z] github.com/docker/docker/api/server/router/system [2024-04-23T09:46:28.874Z] github.com/docker/docker/api/server/router/volume [2024-04-23T09:46:28.874Z] github.com/docker/docker/api/types [2024-04-23T09:46:28.874Z] github.com/docker/docker/api/types/backend [2024-04-23T09:46:28.874Z] github.com/docker/docker/api/types/blkiodev [2024-04-23T09:46:28.874Z] github.com/docker/docker/api/types/checkpoint [2024-04-23T09:46:28.874Z] github.com/docker/docker/api/types/container [2024-04-23T09:46:28.874Z] github.com/docker/docker/api/types/events [2024-04-23T09:46:28.874Z] github.com/docker/docker/api/types/filters [2024-04-23T09:46:28.874Z] github.com/docker/docker/api/types/image [2024-04-23T09:46:28.874Z] github.com/docker/docker/api/types/mount [2024-04-23T09:46:28.874Z] github.com/docker/docker/api/types/network [2024-04-23T09:46:28.874Z] github.com/docker/docker/api/types/plugins/logdriver [2024-04-23T09:46:28.874Z] github.com/docker/docker/api/types/registry [2024-04-23T09:46:28.874Z] github.com/docker/docker/api/types/strslice [2024-04-23T09:46:28.874Z] github.com/docker/docker/api/types/swarm [2024-04-23T09:46:28.874Z] github.com/docker/docker/api/types/swarm/runtime [2024-04-23T09:46:28.874Z] github.com/docker/docker/api/types/system [2024-04-23T09:46:28.874Z] github.com/docker/docker/api/types/time [2024-04-23T09:46:28.874Z] github.com/docker/docker/api/types/versions [2024-04-23T09:46:28.874Z] github.com/docker/docker/api/types/volume [2024-04-23T09:46:28.874Z] github.com/docker/docker/builder [2024-04-23T09:46:28.874Z] github.com/docker/docker/builder/builder-next [2024-04-23T09:46:28.874Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2024-04-23T09:46:28.874Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2024-04-23T09:46:28.874Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2024-04-23T09:46:28.874Z] github.com/docker/docker/builder/builder-next/exporter [2024-04-23T09:46:28.874Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter [2024-04-23T09:46:28.874Z] github.com/docker/docker/builder/builder-next/exporter/overrides [2024-04-23T09:46:28.874Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2024-04-23T09:46:28.874Z] github.com/docker/docker/builder/builder-next/worker [2024-04-23T09:46:28.874Z] github.com/docker/docker/builder/builder-next/worker/label [2024-04-23T09:46:28.874Z] github.com/docker/docker/builder/dockerfile [2024-04-23T09:46:28.874Z] github.com/docker/docker/builder/remotecontext [2024-04-23T09:46:28.874Z] github.com/docker/docker/builder/remotecontext/git [2024-04-23T09:46:28.874Z] github.com/docker/docker/builder/remotecontext/urlutil [2024-04-23T09:46:28.874Z] github.com/docker/docker/cli/debug [2024-04-23T09:46:28.874Z] github.com/docker/docker/cli/winresources/docker-proxy [2024-04-23T09:46:28.874Z] github.com/docker/docker/cli/winresources/dockerd [2024-04-23T09:46:28.874Z] github.com/docker/docker/client [2024-04-23T09:46:28.874Z] github.com/docker/docker/client/buildkit [2024-04-23T09:46:28.874Z] github.com/docker/docker/cmd/docker-proxy [2024-04-23T09:46:28.874Z] github.com/docker/docker/cmd/dockerd [2024-04-23T09:46:28.874Z] github.com/docker/docker/cmd/dockerd/trap [2024-04-23T09:46:28.874Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2024-04-23T09:46:28.874Z] github.com/docker/docker/container [2024-04-23T09:46:28.874Z] github.com/docker/docker/container/stream [2024-04-23T09:46:28.874Z] github.com/docker/docker/contrib/apparmor [2024-04-23T09:46:28.874Z] github.com/docker/docker/contrib/httpserver [2024-04-23T09:46:28.874Z] github.com/docker/docker/daemon [2024-04-23T09:46:28.874Z] github.com/docker/docker/daemon/cluster [2024-04-23T09:46:28.874Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2024-04-23T09:46:28.874Z] github.com/docker/docker/daemon/cluster/convert [2024-04-23T09:46:28.874Z] github.com/docker/docker/daemon/cluster/executor [2024-04-23T09:46:28.874Z] github.com/docker/docker/daemon/cluster/executor/container [2024-04-23T09:46:28.874Z] github.com/docker/docker/daemon/cluster/provider [2024-04-23T09:46:28.874Z] github.com/docker/docker/daemon/config [2024-04-23T09:46:28.874Z] github.com/docker/docker/daemon/containerd [2024-04-23T09:46:28.874Z] github.com/docker/docker/daemon/events [2024-04-23T09:46:28.874Z] github.com/docker/docker/daemon/events/testutils [2024-04-23T09:46:28.874Z] github.com/docker/docker/daemon/graphdriver [2024-04-23T09:46:28.874Z] github.com/docker/docker/daemon/graphdriver/btrfs [2024-04-23T09:46:28.874Z] github.com/docker/docker/daemon/graphdriver/copy [2024-04-23T09:46:28.874Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2024-04-23T09:46:28.874Z] github.com/docker/docker/daemon/graphdriver/graphtest [2024-04-23T09:46:28.874Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2024-04-23T09:46:28.874Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2024-04-23T09:46:28.874Z] github.com/docker/docker/daemon/graphdriver/register [2024-04-23T09:46:28.874Z] github.com/docker/docker/daemon/graphdriver/vfs [2024-04-23T09:46:28.874Z] github.com/docker/docker/daemon/graphdriver/zfs [2024-04-23T09:46:28.874Z] github.com/docker/docker/daemon/images [2024-04-23T09:46:28.874Z] github.com/docker/docker/daemon/initlayer [2024-04-23T09:46:28.874Z] github.com/docker/docker/daemon/links [2024-04-23T09:46:28.874Z] github.com/docker/docker/daemon/listeners [2024-04-23T09:46:28.874Z] github.com/docker/docker/daemon/logger [2024-04-23T09:46:28.874Z] github.com/docker/docker/daemon/logger/awslogs [2024-04-23T09:46:28.874Z] github.com/docker/docker/daemon/logger/fluentd [2024-04-23T09:46:28.874Z] github.com/docker/docker/daemon/logger/gcplogs [2024-04-23T09:46:28.874Z] github.com/docker/docker/daemon/logger/gelf [2024-04-23T09:46:28.874Z] github.com/docker/docker/daemon/logger/journald [2024-04-23T09:46:28.874Z] github.com/docker/docker/daemon/logger/journald/internal/export [2024-04-23T09:46:28.874Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2024-04-23T09:46:28.874Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2024-04-23T09:46:28.874Z] github.com/docker/docker/daemon/logger/jsonfilelog [2024-04-23T09:46:28.874Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2024-04-23T09:46:28.874Z] github.com/docker/docker/daemon/logger/local [2024-04-23T09:46:28.874Z] github.com/docker/docker/daemon/logger/loggertest [2024-04-23T09:46:28.874Z] github.com/docker/docker/daemon/logger/loggerutils [2024-04-23T09:46:28.874Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2024-04-23T09:46:28.874Z] github.com/docker/docker/daemon/logger/splunk [2024-04-23T09:46:28.874Z] github.com/docker/docker/daemon/logger/syslog [2024-04-23T09:46:28.874Z] github.com/docker/docker/daemon/logger/templates [2024-04-23T09:46:28.874Z] github.com/docker/docker/daemon/names [2024-04-23T09:46:28.874Z] github.com/docker/docker/daemon/network [2024-04-23T09:46:28.874Z] github.com/docker/docker/daemon/snapshotter [2024-04-23T09:46:28.874Z] github.com/docker/docker/daemon/stats [2024-04-23T09:46:28.874Z] github.com/docker/docker/distribution [2024-04-23T09:46:28.874Z] github.com/docker/docker/distribution/metadata [2024-04-23T09:46:28.874Z] github.com/docker/docker/distribution/utils [2024-04-23T09:46:28.874Z] github.com/docker/docker/distribution/xfer [2024-04-23T09:46:28.874Z] github.com/docker/docker/dockerversion [2024-04-23T09:46:28.874Z] github.com/docker/docker/errdefs [2024-04-23T09:46:28.874Z] github.com/docker/docker/image [2024-04-23T09:46:28.874Z] github.com/docker/docker/image/cache [2024-04-23T09:46:28.874Z] github.com/docker/docker/image/spec/specs-go [2024-04-23T09:46:28.874Z] github.com/docker/docker/image/spec/specs-go/v1 [2024-04-23T09:46:28.874Z] github.com/docker/docker/image/tarexport [2024-04-23T09:46:28.874Z] github.com/docker/docker/image/v1 [2024-04-23T09:46:28.874Z] github.com/docker/docker/internal/cleanups [2024-04-23T09:46:28.874Z] github.com/docker/docker/internal/compatcontext [2024-04-23T09:46:28.874Z] github.com/docker/docker/internal/mod [2024-04-23T09:46:28.874Z] github.com/docker/docker/internal/mounttree [2024-04-23T09:46:28.874Z] github.com/docker/docker/internal/multierror [2024-04-23T09:46:28.874Z] github.com/docker/docker/internal/rootless/mountopts [2024-04-23T09:46:28.874Z] github.com/docker/docker/internal/safepath [2024-04-23T09:46:28.874Z] github.com/docker/docker/internal/sliceutil [2024-04-23T09:46:28.874Z] github.com/docker/docker/internal/test/suite [2024-04-23T09:46:28.874Z] github.com/docker/docker/internal/testutils [2024-04-23T09:46:28.874Z] github.com/docker/docker/internal/testutils/netnsutils [2024-04-23T09:46:28.874Z] github.com/docker/docker/internal/testutils/specialimage [2024-04-23T09:46:28.874Z] github.com/docker/docker/internal/unix_noeintr [2024-04-23T09:46:28.874Z] github.com/docker/docker/internal/unshare [2024-04-23T09:46:28.874Z] github.com/docker/docker/layer [2024-04-23T09:46:28.874Z] github.com/docker/docker/libcontainerd [2024-04-23T09:46:28.874Z] github.com/docker/docker/libcontainerd/queue [2024-04-23T09:46:28.874Z] github.com/docker/docker/libcontainerd/remote [2024-04-23T09:46:28.874Z] github.com/docker/docker/libcontainerd/shimopts [2024-04-23T09:46:28.874Z] github.com/docker/docker/libcontainerd/supervisor [2024-04-23T09:46:28.874Z] github.com/docker/docker/libcontainerd/types [2024-04-23T09:46:28.874Z] github.com/docker/docker/oci [2024-04-23T09:46:28.874Z] github.com/docker/docker/oci/caps [2024-04-23T09:46:28.874Z] github.com/docker/docker/opts [2024-04-23T09:46:28.874Z] github.com/docker/docker/pkg/archive [2024-04-23T09:46:28.874Z] github.com/docker/docker/pkg/authorization [2024-04-23T09:46:28.874Z] github.com/docker/docker/pkg/broadcaster [2024-04-23T09:46:28.874Z] github.com/docker/docker/pkg/capabilities [2024-04-23T09:46:28.874Z] github.com/docker/docker/pkg/chrootarchive [2024-04-23T09:46:28.874Z] github.com/docker/docker/pkg/containerfs [2024-04-23T09:46:28.874Z] github.com/docker/docker/pkg/directory [2024-04-23T09:46:28.874Z] github.com/docker/docker/pkg/dmesg [2024-04-23T09:46:28.874Z] github.com/docker/docker/pkg/fileutils [2024-04-23T09:46:28.874Z] github.com/docker/docker/pkg/homedir [2024-04-23T09:46:28.874Z] github.com/docker/docker/pkg/idtools [2024-04-23T09:46:28.874Z] github.com/docker/docker/pkg/ioutils [2024-04-23T09:46:28.874Z] github.com/docker/docker/pkg/jsonmessage [2024-04-23T09:46:28.874Z] github.com/docker/docker/pkg/longpath [2024-04-23T09:46:28.874Z] github.com/docker/docker/pkg/meminfo [2024-04-23T09:46:28.874Z] github.com/docker/docker/pkg/namesgenerator [2024-04-23T09:46:28.874Z] github.com/docker/docker/pkg/parsers [2024-04-23T09:46:28.874Z] github.com/docker/docker/pkg/parsers/kernel [2024-04-23T09:46:28.874Z] github.com/docker/docker/pkg/parsers/operatingsystem [2024-04-23T09:46:28.874Z] github.com/docker/docker/pkg/pidfile [2024-04-23T09:46:28.874Z] github.com/docker/docker/pkg/platform [2024-04-23T09:46:28.874Z] github.com/docker/docker/pkg/plugingetter [2024-04-23T09:46:28.874Z] github.com/docker/docker/pkg/plugins [2024-04-23T09:46:28.874Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2024-04-23T09:46:28.874Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2024-04-23T09:46:28.874Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2024-04-23T09:46:28.874Z] github.com/docker/docker/pkg/plugins/transport [2024-04-23T09:46:28.874Z] github.com/docker/docker/pkg/pools [2024-04-23T09:46:28.874Z] github.com/docker/docker/pkg/process [2024-04-23T09:46:28.874Z] github.com/docker/docker/pkg/progress [2024-04-23T09:46:28.874Z] github.com/docker/docker/pkg/reexec [2024-04-23T09:46:28.874Z] github.com/docker/docker/pkg/rootless [2024-04-23T09:46:28.874Z] github.com/docker/docker/pkg/rootless/specconv [2024-04-23T09:46:28.874Z] github.com/docker/docker/pkg/stack [2024-04-23T09:46:28.874Z] github.com/docker/docker/pkg/stdcopy [2024-04-23T09:46:28.874Z] github.com/docker/docker/pkg/streamformatter [2024-04-23T09:46:28.874Z] github.com/docker/docker/pkg/stringid [2024-04-23T09:46:28.874Z] github.com/docker/docker/pkg/sysinfo [2024-04-23T09:46:28.874Z] github.com/docker/docker/pkg/system [2024-04-23T09:46:28.874Z] github.com/docker/docker/pkg/tailfile [2024-04-23T09:46:28.874Z] github.com/docker/docker/pkg/tarsum [2024-04-23T09:46:28.874Z] github.com/docker/docker/pkg/useragent [2024-04-23T09:46:28.874Z] github.com/docker/docker/plugin [2024-04-23T09:46:28.874Z] github.com/docker/docker/plugin/executor/containerd [2024-04-23T09:46:28.874Z] github.com/docker/docker/plugin/v2 [2024-04-23T09:46:28.874Z] github.com/docker/docker/profiles/apparmor [2024-04-23T09:46:28.874Z] github.com/docker/docker/profiles/seccomp [2024-04-23T09:46:28.874Z] github.com/docker/docker/quota [2024-04-23T09:46:28.874Z] github.com/docker/docker/reference [2024-04-23T09:46:28.874Z] github.com/docker/docker/registry [2024-04-23T09:46:28.874Z] github.com/docker/docker/registry/resumable [2024-04-23T09:46:28.874Z] github.com/docker/docker/restartmanager [2024-04-23T09:46:28.874Z] github.com/docker/docker/runconfig [2024-04-23T09:46:28.874Z] github.com/docker/docker/runconfig/opts [2024-04-23T09:46:28.874Z] github.com/docker/docker/testutil [2024-04-23T09:46:28.874Z] github.com/docker/docker/testutil/daemon [2024-04-23T09:46:28.874Z] github.com/docker/docker/testutil/environment [2024-04-23T09:46:28.874Z] github.com/docker/docker/testutil/fakecontext [2024-04-23T09:46:28.874Z] github.com/docker/docker/testutil/fakegit [2024-04-23T09:46:28.874Z] github.com/docker/docker/testutil/fakestorage [2024-04-23T09:46:28.874Z] github.com/docker/docker/testutil/fixtures/load [2024-04-23T09:46:28.874Z] github.com/docker/docker/testutil/fixtures/plugin [2024-04-23T09:46:28.874Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2024-04-23T09:46:28.874Z] github.com/docker/docker/testutil/registry [2024-04-23T09:46:28.874Z] github.com/docker/docker/testutil/request [2024-04-23T09:46:28.874Z] github.com/docker/docker/volume [2024-04-23T09:46:28.874Z] github.com/docker/docker/volume/drivers [2024-04-23T09:46:28.874Z] github.com/docker/docker/volume/local [2024-04-23T09:46:28.874Z] github.com/docker/docker/volume/mounts [2024-04-23T09:46:28.874Z] github.com/docker/docker/volume/service [2024-04-23T09:46:28.874Z] github.com/docker/docker/volume/service/opts [2024-04-23T09:46:28.874Z] github.com/docker/docker/volume/testutils' ']' [2024-04-23T09:46:28.875Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo journald' -cover -coverprofile=bundles/coverage.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httpstatus github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/checkpoint github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/system github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/exporter/mobyexporter github.com/docker/docker/builder/builder-next/exporter/overrides github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/builder-next/worker/label github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/builder/remotecontext/urlutil github.com/docker/docker/cli/debug github.com/docker/docker/cli/winresources/docker-proxy github.com/docker/docker/cli/winresources/dockerd github.com/docker/docker/client github.com/docker/docker/client/buildkit github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/containerd github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/journald/internal/export github.com/docker/docker/daemon/logger/journald/internal/fake github.com/docker/docker/daemon/logger/journald/internal/sdjournal github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/loggertest github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/snapshotter github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/spec/specs-go github.com/docker/docker/image/spec/specs-go/v1 github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/cleanups github.com/docker/docker/internal/compatcontext github.com/docker/docker/internal/mod github.com/docker/docker/internal/mounttree github.com/docker/docker/internal/multierror github.com/docker/docker/internal/rootless/mountopts github.com/docker/docker/internal/safepath github.com/docker/docker/internal/sliceutil github.com/docker/docker/internal/test/suite github.com/docker/docker/internal/testutils github.com/docker/docker/internal/testutils/netnsutils github.com/docker/docker/internal/testutils/specialimage github.com/docker/docker/internal/unix_noeintr github.com/docker/docker/internal/unshare github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/shimopts github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/meminfo github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/process github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/rootless github.com/docker/docker/pkg/rootless/specconv github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2024-04-23T09:46:29.437Z] ? github.com/docker/docker/api [no test files] [2024-04-23T09:46:37.517Z] ok github.com/docker/docker/api/server 0.029s coverage: 16.2% of statements [2024-04-23T09:46:59.388Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2024-04-23T09:46:59.388Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2024-04-23T09:46:59.388Z] ok github.com/docker/docker/api/server/httputils 0.012s coverage: 28.3% of statements [2024-04-23T09:46:59.388Z] ? github.com/docker/docker/api/server/router [no test files] [2024-04-23T09:46:59.388Z] ? github.com/docker/docker/api/server/router/build [no test files] [2024-04-23T09:46:59.388Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2024-04-23T09:46:59.388Z] ok github.com/docker/docker/api/server/middleware 0.007s coverage: 42.7% of statements [2024-04-23T09:46:59.388Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2024-04-23T09:46:59.388Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2024-04-23T09:46:59.388Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2024-04-23T09:46:59.388Z] ? github.com/docker/docker/api/server/router/image [no test files] [2024-04-23T09:46:59.388Z] ? github.com/docker/docker/api/server/router/network [no test files] [2024-04-23T09:46:59.388Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2024-04-23T09:46:59.388Z] ? github.com/docker/docker/api/server/router/session [no test files] [2024-04-23T09:46:59.388Z] ok github.com/docker/docker/api/server/router/container 0.012s coverage: 5.9% of statements [2024-04-23T09:46:59.388Z] ? github.com/docker/docker/api/server/router/system [no test files] [2024-04-23T09:46:59.388Z] ? github.com/docker/docker/api/types [no test files] [2024-04-23T09:46:59.388Z] ? github.com/docker/docker/api/types/backend [no test files] [2024-04-23T09:46:59.388Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2024-04-23T09:46:59.388Z] ? github.com/docker/docker/api/types/checkpoint [no test files] [2024-04-23T09:46:59.388Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 7.3% of statements [2024-04-23T09:46:59.388Z] ? github.com/docker/docker/api/types/events [no test files] [2024-04-23T09:46:59.388Z] ok github.com/docker/docker/api/server/router/volume 0.006s coverage: 66.7% of statements [2024-04-23T09:46:59.388Z] ok github.com/docker/docker/api/types/container 0.007s coverage: 83.7% of statements [2024-04-23T09:46:59.388Z] ? github.com/docker/docker/api/types/image [no test files] [2024-04-23T09:46:59.388Z] ? github.com/docker/docker/api/types/mount [no test files] [2024-04-23T09:46:59.388Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2024-04-23T09:46:59.388Z] ? github.com/docker/docker/api/types/swarm [no test files] [2024-04-23T09:46:59.388Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2024-04-23T09:46:59.388Z] ? github.com/docker/docker/api/types/system [no test files] [2024-04-23T09:46:59.388Z] ok github.com/docker/docker/api/types/strslice 0.002s coverage: 90.0% of statements [2024-04-23T09:46:59.388Z] ok github.com/docker/docker/api/types/filters 0.004s coverage: 94.0% of statements [2024-04-23T09:46:59.388Z] ok github.com/docker/docker/api/types/registry 0.004s coverage: 54.2% of statements [2024-04-23T09:46:59.388Z] ok github.com/docker/docker/api/types/network 0.004s coverage: 80.0% of statements [2024-04-23T09:46:59.388Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2024-04-23T09:46:59.388Z] ? github.com/docker/docker/api/types/volume [no test files] [2024-04-23T09:46:59.388Z] ? github.com/docker/docker/builder [no test files] [2024-04-23T09:46:59.388Z] ? github.com/docker/docker/builder/builder-next [no test files] [2024-04-23T09:46:59.388Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2024-04-23T09:46:59.388Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2024-04-23T09:46:59.388Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2024-04-23T09:46:59.388Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2024-04-23T09:46:59.388Z] ? github.com/docker/docker/builder/builder-next/exporter/mobyexporter [no test files] [2024-04-23T09:46:59.388Z] ? github.com/docker/docker/builder/builder-next/exporter/overrides [no test files] [2024-04-23T09:46:59.388Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2024-04-23T09:46:59.388Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2024-04-23T09:46:59.388Z] ? github.com/docker/docker/builder/builder-next/worker/label [no test files] [2024-04-23T09:46:59.388Z] ok github.com/docker/docker/api/types/versions 0.016s coverage: 77.3% of statements [2024-04-23T09:47:00.749Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2024-04-23T09:47:00.749Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2024-04-23T09:47:00.749Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2024-04-23T09:47:00.749Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.002s coverage: 100.0% of statements [2024-04-23T09:47:00.749Z] ok github.com/docker/docker/builder/dockerfile 0.064s coverage: 50.1% of statements [2024-04-23T09:47:00.749Z] ok github.com/docker/docker/builder/remotecontext 0.097s coverage: 33.7% of statements [2024-04-23T09:47:02.699Z] ? github.com/docker/docker/client/buildkit [no test files] [2024-04-23T09:47:02.699Z] ok github.com/docker/docker/cmd/docker-proxy 0.039s coverage: 66.5% of statements [2024-04-23T09:47:02.699Z] ok github.com/docker/docker/client 0.137s coverage: 77.0% of statements [2024-04-23T09:47:04.089Z] ok github.com/docker/docker/builder/remotecontext/git 3.287s coverage: 82.5% of statements [2024-04-23T09:47:16.293Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2024-04-23T09:47:16.293Z] ? github.com/docker/docker/container/stream [no test files] [2024-04-23T09:47:16.293Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2024-04-23T09:47:16.293Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2024-04-23T09:47:16.293Z] ok github.com/docker/docker/container 0.125s coverage: 36.4% of statements [2024-04-23T09:47:16.293Z] ok github.com/docker/docker/cmd/dockerd 0.190s coverage: 29.7% of statements [2024-04-23T09:47:17.217Z] ok github.com/docker/docker/cmd/dockerd/trap 2.389s coverage: 0.0% of statements [2024-04-23T09:47:18.578Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2024-04-23T09:47:18.578Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.008s coverage: 65.3% of statements [2024-04-23T09:47:18.578Z] ok github.com/docker/docker/daemon/cluster/convert 0.016s coverage: 39.3% of statements [2024-04-23T09:47:18.578Z] ok github.com/docker/docker/daemon/cluster 0.062s coverage: 0.5% of statements [2024-04-23T09:47:18.833Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2024-04-23T09:47:18.833Z] ok github.com/docker/docker/daemon/config 0.042s coverage: 74.4% of statements [2024-04-23T09:47:20.717Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2024-04-23T09:47:20.717Z] ok github.com/docker/docker/daemon/graphdriver 0.006s coverage: 2.3% of statements [2024-04-23T09:47:20.717Z] ok github.com/docker/docker/daemon/containerd 0.043s coverage: 17.6% of statements [2024-04-23T09:47:20.717Z] ok github.com/docker/docker/daemon/events 0.057s coverage: 50.0% of statements [2024-04-23T09:47:20.717Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.006s coverage: 2.8% of statements [2024-04-23T09:47:20.717Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.195s coverage: 60.9% of statements [2024-04-23T09:47:21.276Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2024-04-23T09:47:21.276Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.007s coverage: 1.9% of statements [2024-04-23T09:47:21.276Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2024-04-23T09:47:21.276Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2024-04-23T09:47:21.531Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.017s coverage: 60.9% of statements [2024-04-23T09:47:21.531Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.195s coverage: 60.2% of statements [2024-04-23T09:47:22.090Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.007s coverage: 3.0% of statements [2024-04-23T09:47:22.345Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.467s coverage: 13.2% of statements [2024-04-23T09:47:22.599Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2024-04-23T09:47:22.599Z] ? github.com/docker/docker/daemon/listeners [no test files] [2024-04-23T09:47:22.599Z] ok github.com/docker/docker/daemon/links 0.002s coverage: 93.0% of statements [2024-04-23T09:47:22.599Z] ok github.com/docker/docker/daemon/images 0.018s coverage: 2.9% of statements [2024-04-23T09:47:22.854Z] ok github.com/docker/docker/daemon/logger 0.217s coverage: 43.2% of statements [2024-04-23T09:47:23.108Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2024-04-23T09:47:23.108Z] ok github.com/docker/docker/daemon/logger/fluentd 0.011s coverage: 53.6% of statements [2024-04-23T09:47:23.108Z] ok github.com/docker/docker/daemon/logger/gelf 0.007s coverage: 68.2% of statements [2024-04-23T09:47:23.108Z] ok github.com/docker/docker/daemon/logger/awslogs 0.113s coverage: 78.2% of statements [2024-04-23T09:47:23.668Z] ? github.com/docker/docker/daemon/logger/journald/internal/fake [no test files] [2024-04-23T09:47:23.668Z] ? github.com/docker/docker/daemon/logger/journald/internal/sdjournal [no test files] [2024-04-23T09:47:23.668Z] ok github.com/docker/docker/daemon/logger/journald/internal/export 0.025s coverage: 88.2% of statements [2024-04-23T09:47:23.668Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.004s coverage: 87.2% of statements [2024-04-23T09:47:23.668Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.089s coverage: 76.8% of statements [2024-04-23T09:47:23.923Z] ? github.com/docker/docker/daemon/logger/loggertest [no test files] [2024-04-23T09:47:23.923Z] ok github.com/docker/docker/daemon/logger/local 0.053s coverage: 79.4% of statements [2024-04-23T09:47:24.483Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.024s coverage: 31.5% of statements [2024-04-23T09:47:24.483Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.025s coverage: 63.5% of statements [2024-04-23T09:47:24.483Z] ? github.com/docker/docker/daemon/names [no test files] [2024-04-23T09:47:24.483Z] ok github.com/docker/docker/daemon/logger/templates 0.003s coverage: 8.3% of statements [2024-04-23T09:47:24.483Z] ok github.com/docker/docker/daemon/logger/syslog 0.009s coverage: 46.8% of statements [2024-04-23T09:47:25.042Z] ? github.com/docker/docker/daemon/snapshotter [no test files] [2024-04-23T09:47:25.042Z] ? github.com/docker/docker/daemon/stats [no test files] [2024-04-23T09:47:25.042Z] ok github.com/docker/docker/daemon/network 0.022s coverage: 63.8% of statements [2024-04-23T09:47:25.297Z] ok github.com/docker/docker/daemon/logger/journald 1.638s coverage: 72.7% of statements [2024-04-23T09:47:25.551Z] ? github.com/docker/docker/distribution/utils [no test files] [2024-04-23T09:47:25.551Z] ok github.com/docker/docker/dockerversion 0.003s coverage: 100.0% of statements [2024-04-23T09:47:25.551Z] ok github.com/docker/docker/distribution/metadata 0.027s coverage: 44.4% of statements [2024-04-23T09:47:25.551Z] ok github.com/docker/docker/errdefs 0.003s coverage: 77.2% of statements [2024-04-23T09:47:25.806Z] ok github.com/docker/docker/daemon/logger/splunk 1.431s coverage: 82.5% of statements [2024-04-23T09:47:26.450Z] ok github.com/docker/docker/image 0.025s coverage: 82.8% of statements [2024-04-23T09:47:26.450Z] ? github.com/docker/docker/image/spec/specs-go [no test files] [2024-04-23T09:47:26.450Z] ? github.com/docker/docker/image/spec/specs-go/v1 [no test files] [2024-04-23T09:47:26.450Z] ok github.com/docker/docker/image/cache 0.012s coverage: 26.1% of statements [2024-04-23T09:47:26.450Z] ? github.com/docker/docker/image/v1 [no test files] [2024-04-23T09:47:26.710Z] ok github.com/docker/docker/image/tarexport 0.009s coverage: 0.6% of statements [2024-04-23T09:47:26.710Z] ? github.com/docker/docker/internal/compatcontext [no test files] [2024-04-23T09:47:26.710Z] ? github.com/docker/docker/internal/mounttree [no test files] [2024-04-23T09:47:26.710Z] ok github.com/docker/docker/internal/cleanups 0.003s coverage: 69.2% of statements [2024-04-23T09:47:26.710Z] ok github.com/docker/docker/internal/mod 0.003s coverage: 66.7% of statements [2024-04-23T09:47:26.710Z] ? github.com/docker/docker/internal/rootless/mountopts [no test files] [2024-04-23T09:47:26.710Z] ok github.com/docker/docker/internal/multierror 0.012s coverage: 88.9% of statements [2024-04-23T09:47:26.964Z] ? github.com/docker/docker/internal/test/suite [no test files] [2024-04-23T09:47:26.964Z] ? github.com/docker/docker/internal/testutils [no test files] [2024-04-23T09:47:26.964Z] ? github.com/docker/docker/internal/testutils/netnsutils [no test files] [2024-04-23T09:47:26.964Z] ? github.com/docker/docker/internal/testutils/specialimage [no test files] [2024-04-23T09:47:26.964Z] ? github.com/docker/docker/internal/unix_noeintr [no test files] [2024-04-23T09:47:26.964Z] ? github.com/docker/docker/internal/unshare [no test files] [2024-04-23T09:47:26.964Z] ok github.com/docker/docker/internal/sliceutil 0.002s coverage: 56.2% of statements [2024-04-23T09:47:26.964Z] ok github.com/docker/docker/internal/safepath 0.005s coverage: 42.9% of statements [2024-04-23T09:47:27.218Z] ok github.com/docker/docker/distribution 1.501s coverage: 28.7% of statements [2024-04-23T09:47:27.777Z] ok github.com/docker/docker/distribution/xfer 2.192s coverage: 85.4% of statements [2024-04-23T09:47:27.777Z] ok github.com/docker/docker/daemon 10.568s coverage: 15.8% of statements [2024-04-23T09:47:28.032Z] ? github.com/docker/docker/libcontainerd [no test files] [2024-04-23T09:47:28.032Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2024-04-23T09:47:28.032Z] ? github.com/docker/docker/libcontainerd/shimopts [no test files] [2024-04-23T09:47:28.032Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2024-04-23T09:47:28.032Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2024-04-23T09:47:28.032Z] ok github.com/docker/docker/libcontainerd/queue 0.023s coverage: 100.0% of statements [2024-04-23T09:47:28.287Z] ? github.com/docker/docker/oci/caps [no test files] [2024-04-23T09:47:28.287Z] ok github.com/docker/docker/oci 0.007s coverage: 35.8% of statements [2024-04-23T09:47:28.542Z] ok github.com/docker/docker/opts 0.066s coverage: 67.9% of statements [2024-04-23T09:47:29.101Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2024-04-23T09:47:29.101Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 81.8% of statements [2024-04-23T09:47:29.101Z] ok github.com/docker/docker/pkg/containerfs 0.004s coverage: 26.7% of statements [2024-04-23T09:47:29.101Z] ok github.com/docker/docker/pkg/capabilities 0.005s coverage: 87.5% of statements [2024-04-23T09:47:29.357Z] ok github.com/docker/docker/pkg/dmesg 0.008s coverage: 83.3% of statements [2024-04-23T09:47:29.357Z] ok github.com/docker/docker/pkg/chrootarchive 0.273s coverage: 83.7% of statements [2024-04-23T09:47:29.357Z] ok github.com/docker/docker/pkg/fileutils 0.007s coverage: 51.7% of statements [2024-04-23T09:47:29.357Z] ok github.com/docker/docker/pkg/authorization 0.337s coverage: 68.3% of statements [2024-04-23T09:47:29.357Z] ok github.com/docker/docker/pkg/homedir 0.013s coverage: 6.5% of statements [2024-04-23T09:47:29.357Z] ok github.com/docker/docker/pkg/archive 0.432s coverage: 81.1% of statements [2024-04-23T09:47:29.612Z] ok github.com/docker/docker/pkg/meminfo 0.002s coverage: 75.0% of statements [2024-04-23T09:47:29.612Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2024-04-23T09:47:29.612Z] ok github.com/docker/docker/pkg/jsonmessage 0.003s coverage: 92.3% of statements [2024-04-23T09:47:29.612Z] ok github.com/docker/docker/pkg/longpath 0.003s coverage: 45.5% of statements [2024-04-23T09:47:29.867Z] ok github.com/docker/docker/pkg/parsers 0.003s coverage: 97.0% of statements [2024-04-23T09:47:29.867Z] ok github.com/docker/docker/pkg/idtools 0.364s coverage: 69.7% of statements [2024-04-23T09:47:29.867Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2024-04-23T09:47:29.867Z] ? github.com/docker/docker/pkg/platform [no test files] [2024-04-23T09:47:29.867Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2024-04-23T09:47:29.867Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.005s coverage: 90.2% of statements [2024-04-23T09:47:29.867Z] ok github.com/docker/docker/pkg/pidfile 0.003s coverage: 94.1% of statements [2024-04-23T09:47:30.121Z] ok github.com/docker/docker/pkg/ioutils 0.390s coverage: 69.5% of statements [2024-04-23T09:47:30.376Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2024-04-23T09:47:30.376Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2024-04-23T09:47:30.376Z] ok github.com/docker/docker/pkg/process 0.004s coverage: 21.7% of statements [2024-04-23T09:47:30.376Z] ok github.com/docker/docker/pkg/pools 0.004s coverage: 88.2% of statements [2024-04-23T09:47:30.376Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.005s coverage: 56.8% of statements [2024-04-23T09:47:30.376Z] ok github.com/docker/docker/pkg/plugins/transport 0.005s coverage: 90.0% of statements [2024-04-23T09:47:30.632Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2024-04-23T09:47:30.632Z] ? github.com/docker/docker/pkg/rootless [no test files] [2024-04-23T09:47:30.632Z] ? github.com/docker/docker/pkg/rootless/specconv [no test files] [2024-04-23T09:47:30.632Z] ok github.com/docker/docker/pkg/stack 0.021s coverage: 90.9% of statements [2024-04-23T09:47:30.632Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2024-04-23T09:47:30.632Z] ok github.com/docker/docker/pkg/reexec 0.040s coverage: 82.4% of statements [2024-04-23T09:47:30.886Z] ok github.com/docker/docker/pkg/stringid 0.003s coverage: 61.9% of statements [2024-04-23T09:47:30.886Z] ok github.com/docker/docker/pkg/streamformatter 0.007s coverage: 64.5% of statements [2024-04-23T09:47:31.141Z] ok github.com/docker/docker/pkg/sysinfo 0.011s coverage: 53.4% of statements [2024-04-23T09:47:31.141Z] ok github.com/docker/docker/pkg/system 0.026s coverage: 41.0% of statements [2024-04-23T09:47:31.141Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2024-04-23T09:47:31.141Z] ok github.com/docker/docker/pkg/tailfile 0.039s coverage: 88.6% of statements [2024-04-23T09:47:31.141Z] ok github.com/docker/docker/pkg/tarsum 0.048s coverage: 89.6% of statements [2024-04-23T09:47:32.065Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2024-04-23T09:47:32.065Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2024-04-23T09:47:32.065Z] ok github.com/docker/docker/plugin/v2 0.005s coverage: 13.6% of statements [2024-04-23T09:47:32.065Z] ok github.com/docker/docker/profiles/seccomp 0.011s coverage: 86.0% of statements [2024-04-23T09:47:32.320Z] ok github.com/docker/docker/reference 0.005s coverage: 83.7% of statements [2024-04-23T09:47:32.320Z] ok github.com/docker/docker/pkg/plugins 2.013s coverage: 73.7% of statements [2024-04-23T09:47:32.575Z] ok github.com/docker/docker/quota 0.254s coverage: 69.3% of statements [2024-04-23T09:47:32.575Z] ok github.com/docker/docker/plugin 0.517s coverage: 23.2% of statements [2024-04-23T09:47:32.830Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 51.9% of statements [2024-04-23T09:47:32.830Z] ok github.com/docker/docker/registry/resumable 0.023s coverage: 100.0% of statements [2024-04-23T09:47:32.830Z] ? github.com/docker/docker/runconfig/opts [no test files] [2024-04-23T09:47:32.830Z] ok github.com/docker/docker/runconfig 0.006s coverage: 54.0% of statements [2024-04-23T09:47:32.830Z] ok github.com/docker/docker/registry 0.126s coverage: 63.9% of statements [2024-04-23T09:47:33.085Z] ok github.com/docker/docker/testutil 0.006s coverage: 6.8% of statements [2024-04-23T09:47:33.085Z] ? github.com/docker/docker/testutil/daemon [no test files] [2024-04-23T09:47:33.085Z] ? github.com/docker/docker/testutil/environment [no test files] [2024-04-23T09:47:33.085Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2024-04-23T09:47:33.085Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2024-04-23T09:47:33.085Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2024-04-23T09:47:33.085Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2024-04-23T09:47:33.085Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2024-04-23T09:47:33.340Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2024-04-23T09:47:33.340Z] ? github.com/docker/docker/testutil/registry [no test files] [2024-04-23T09:47:33.340Z] ? github.com/docker/docker/testutil/request [no test files] [2024-04-23T09:47:33.340Z] ? github.com/docker/docker/volume [no test files] [2024-04-23T09:47:33.595Z] ok github.com/docker/docker/volume/drivers 0.006s coverage: 36.1% of statements [2024-04-23T09:47:33.850Z] ok github.com/docker/docker/volume/mounts 0.008s coverage: 61.5% of statements [2024-04-23T09:47:33.850Z] ok github.com/docker/docker/volume/local 0.095s coverage: 76.4% of statements [2024-04-23T09:47:34.409Z] ? github.com/docker/docker/volume/service/opts [no test files] [2024-04-23T09:47:34.409Z] ? github.com/docker/docker/volume/testutils [no test files] [2024-04-23T09:47:34.409Z] ok github.com/docker/docker/volume/service 0.011s coverage: 71.8% of statements [2024-04-23T09:47:35.333Z] ok github.com/docker/docker/layer 7.083s coverage: 68.1% of statements [2024-04-23T09:47:35.333Z] [2024-04-23T09:47:35.333Z] === Skipped [2024-04-23T09:47:35.333Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2024-04-23T09:47:35.333Z] network_proxy_test.go:195: Need to start CI docker with --ipv6 [2024-04-23T09:47:35.333Z] [2024-04-23T09:47:35.333Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2024-04-23T09:47:35.333Z] network_proxy_test.go:210: No support for dual stack yet [2024-04-23T09:47:35.333Z] [2024-04-23T09:47:35.333Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2024-04-23T09:47:35.333Z] network_proxy_test.go:239: Need to start CI docker with --ipv6 [2024-04-23T09:47:35.333Z] [2024-04-23T09:47:35.333Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2024-04-23T09:47:35.333Z] network_proxy_test.go:300: Need to start CI docker with --ipv6 [2024-04-23T09:47:35.333Z] [2024-04-23T09:47:35.333Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2024-04-23T09:47:35.333Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-04-23T09:47:35.333Z] graphtest_unix.go:41: Driver btrfs not supported [2024-04-23T09:47:35.333Z] [2024-04-23T09:47:35.333Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2024-04-23T09:47:35.333Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-04-23T09:47:35.333Z] graphtest_unix.go:41: Driver btrfs not supported [2024-04-23T09:47:35.333Z] [2024-04-23T09:47:35.333Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2024-04-23T09:47:35.333Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-04-23T09:47:35.333Z] graphtest_unix.go:41: Driver btrfs not supported [2024-04-23T09:47:35.333Z] [2024-04-23T09:47:35.333Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2024-04-23T09:47:35.333Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-04-23T09:47:35.333Z] graphtest_unix.go:41: Driver btrfs not supported [2024-04-23T09:47:35.333Z] [2024-04-23T09:47:35.333Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2024-04-23T09:47:35.333Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-04-23T09:47:35.333Z] graphtest_unix.go:41: Driver btrfs not supported [2024-04-23T09:47:35.333Z] [2024-04-23T09:47:35.333Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2024-04-23T09:47:35.333Z] graphtest_unix.go:68: No driver to put! [2024-04-23T09:47:35.333Z] [2024-04-23T09:47:35.333Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2024-04-23T09:47:35.333Z] time="2024-04-23T09:47:21Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2024-04-23T09:47:35.333Z] graphtest_unix.go:39: graphdriver: driver not supported [2024-04-23T09:47:35.333Z] graphtest_unix.go:41: Driver fuse-overlayfs not supported [2024-04-23T09:47:35.333Z] [2024-04-23T09:47:35.333Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2024-04-23T09:47:35.333Z] time="2024-04-23T09:47:21Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2024-04-23T09:47:35.333Z] graphtest_unix.go:39: graphdriver: driver not supported [2024-04-23T09:47:35.333Z] graphtest_unix.go:41: Driver fuse-overlayfs not supported [2024-04-23T09:47:35.333Z] [2024-04-23T09:47:35.333Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2024-04-23T09:47:35.333Z] time="2024-04-23T09:47:21Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2024-04-23T09:47:35.333Z] graphtest_unix.go:39: graphdriver: driver not supported [2024-04-23T09:47:35.333Z] graphtest_unix.go:41: Driver fuse-overlayfs not supported [2024-04-23T09:47:35.333Z] [2024-04-23T09:47:35.333Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2024-04-23T09:47:35.333Z] time="2024-04-23T09:47:21Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2024-04-23T09:47:35.333Z] graphtest_unix.go:39: graphdriver: driver not supported [2024-04-23T09:47:35.333Z] graphtest_unix.go:41: Driver fuse-overlayfs not supported [2024-04-23T09:47:35.333Z] [2024-04-23T09:47:35.333Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2024-04-23T09:47:35.333Z] time="2024-04-23T09:47:21Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2024-04-23T09:47:35.333Z] graphtest_unix.go:39: graphdriver: driver not supported [2024-04-23T09:47:35.333Z] graphtest_unix.go:41: Driver fuse-overlayfs not supported [2024-04-23T09:47:35.333Z] [2024-04-23T09:47:35.333Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2024-04-23T09:47:35.333Z] graphtest_unix.go:68: No driver to put! [2024-04-23T09:47:35.333Z] [2024-04-23T09:47:35.333Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2024-04-23T09:47:35.333Z] overlay_test.go:61: Cannot run test with naive change algorithm [2024-04-23T09:47:35.333Z] [2024-04-23T09:47:35.333Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2024-04-23T09:47:35.333Z] graphtest_unix.go:311: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2024-04-23T09:47:35.333Z] [2024-04-23T09:47:35.333Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2024-04-23T09:47:35.333Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-04-23T09:47:35.333Z] graphtest_unix.go:41: Driver zfs not supported [2024-04-23T09:47:35.333Z] [2024-04-23T09:47:35.333Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2024-04-23T09:47:35.333Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-04-23T09:47:35.333Z] graphtest_unix.go:41: Driver zfs not supported [2024-04-23T09:47:35.333Z] [2024-04-23T09:47:35.333Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2024-04-23T09:47:35.333Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-04-23T09:47:35.333Z] graphtest_unix.go:41: Driver zfs not supported [2024-04-23T09:47:35.333Z] [2024-04-23T09:47:35.333Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2024-04-23T09:47:35.333Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-04-23T09:47:35.333Z] graphtest_unix.go:41: Driver zfs not supported [2024-04-23T09:47:35.333Z] [2024-04-23T09:47:35.333Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2024-04-23T09:47:35.333Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-04-23T09:47:35.333Z] graphtest_unix.go:41: Driver zfs not supported [2024-04-23T09:47:35.333Z] [2024-04-23T09:47:35.333Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2024-04-23T09:47:35.333Z] graphtest_unix.go:68: No driver to put! [2024-04-23T09:47:35.333Z] [2024-04-23T09:47:35.333Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2024-04-23T09:47:35.333Z] sysinfo_linux_test.go:86: AppArmor Must be Disabled [2024-04-23T09:47:35.333Z] [2024-04-23T09:47:35.333Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2024-04-23T09:47:35.333Z] sysinfo_linux_test.go:106: cgroup namespaces must be disabled [2024-04-23T09:47:35.333Z] [2024-04-23T09:47:35.333Z] === SKIP: volume/mounts TestValidateLCOWMount (0.00s) [2024-04-23T09:47:35.333Z] validate_test.go:73: only tested on Windows [2024-04-23T09:47:35.333Z] [2024-04-23T09:47:35.333Z] DONE 3286 tests, 27 skipped in 66.454s [2024-04-23T09:47:35.333Z] + '[' -n 'github.com/docker/docker/libnetwork [2024-04-23T09:47:35.333Z] github.com/docker/docker/libnetwork/bitmap [2024-04-23T09:47:35.333Z] github.com/docker/docker/libnetwork/cluster [2024-04-23T09:47:35.333Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2024-04-23T09:47:35.333Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2024-04-23T09:47:35.333Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2024-04-23T09:47:35.333Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2024-04-23T09:47:35.333Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2024-04-23T09:47:35.333Z] github.com/docker/docker/libnetwork/cnmallocator [2024-04-23T09:47:35.333Z] github.com/docker/docker/libnetwork/config [2024-04-23T09:47:35.333Z] github.com/docker/docker/libnetwork/datastore [2024-04-23T09:47:35.333Z] github.com/docker/docker/libnetwork/diagnostic [2024-04-23T09:47:35.333Z] github.com/docker/docker/libnetwork/discoverapi [2024-04-23T09:47:35.333Z] github.com/docker/docker/libnetwork/driverapi [2024-04-23T09:47:35.333Z] github.com/docker/docker/libnetwork/drivers/bridge [2024-04-23T09:47:35.333Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2024-04-23T09:47:35.333Z] github.com/docker/docker/libnetwork/drivers/host [2024-04-23T09:47:35.333Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2024-04-23T09:47:35.333Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2024-04-23T09:47:35.333Z] github.com/docker/docker/libnetwork/drivers/macvlan [2024-04-23T09:47:35.333Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2024-04-23T09:47:35.333Z] github.com/docker/docker/libnetwork/drivers/null [2024-04-23T09:47:35.333Z] github.com/docker/docker/libnetwork/drivers/overlay [2024-04-23T09:47:35.333Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2024-04-23T09:47:35.333Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2024-04-23T09:47:35.333Z] github.com/docker/docker/libnetwork/drivers/remote [2024-04-23T09:47:35.333Z] github.com/docker/docker/libnetwork/drivers/remote/api [2024-04-23T09:47:35.333Z] github.com/docker/docker/libnetwork/drivers/windows [2024-04-23T09:47:35.333Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2024-04-23T09:47:35.333Z] github.com/docker/docker/libnetwork/drvregistry [2024-04-23T09:47:35.333Z] github.com/docker/docker/libnetwork/etchosts [2024-04-23T09:47:35.333Z] github.com/docker/docker/libnetwork/internal/caller [2024-04-23T09:47:35.333Z] github.com/docker/docker/libnetwork/internal/kvstore [2024-04-23T09:47:35.333Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2024-04-23T09:47:35.333Z] github.com/docker/docker/libnetwork/internal/netiputil [2024-04-23T09:47:35.333Z] github.com/docker/docker/libnetwork/internal/resolvconf [2024-04-23T09:47:35.333Z] github.com/docker/docker/libnetwork/internal/setmatrix [2024-04-23T09:47:35.333Z] github.com/docker/docker/libnetwork/ipam [2024-04-23T09:47:35.333Z] github.com/docker/docker/libnetwork/ipamapi [2024-04-23T09:47:35.333Z] github.com/docker/docker/libnetwork/ipams/builtin [2024-04-23T09:47:35.333Z] github.com/docker/docker/libnetwork/ipams/null [2024-04-23T09:47:35.333Z] github.com/docker/docker/libnetwork/ipams/remote [2024-04-23T09:47:35.333Z] github.com/docker/docker/libnetwork/ipams/remote/api [2024-04-23T09:47:35.333Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2024-04-23T09:47:35.333Z] github.com/docker/docker/libnetwork/ipamutils [2024-04-23T09:47:35.333Z] github.com/docker/docker/libnetwork/ipbits [2024-04-23T09:47:35.333Z] github.com/docker/docker/libnetwork/iptables [2024-04-23T09:47:35.333Z] github.com/docker/docker/libnetwork/netlabel [2024-04-23T09:47:35.333Z] github.com/docker/docker/libnetwork/netutils [2024-04-23T09:47:35.333Z] github.com/docker/docker/libnetwork/networkdb [2024-04-23T09:47:35.333Z] github.com/docker/docker/libnetwork/ns [2024-04-23T09:47:35.333Z] github.com/docker/docker/libnetwork/options [2024-04-23T09:47:35.333Z] github.com/docker/docker/libnetwork/osl [2024-04-23T09:47:35.333Z] github.com/docker/docker/libnetwork/osl/kernel [2024-04-23T09:47:35.333Z] github.com/docker/docker/libnetwork/portallocator [2024-04-23T09:47:35.333Z] github.com/docker/docker/libnetwork/portmapper [2024-04-23T09:47:35.333Z] github.com/docker/docker/libnetwork/resolvconf [2024-04-23T09:47:35.333Z] github.com/docker/docker/libnetwork/scope [2024-04-23T09:47:35.333Z] github.com/docker/docker/libnetwork/types' ']' [2024-04-23T09:47:35.334Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo journald' -cover -coverprofile=bundles/coverage-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitmap github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cnmallocator github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/kvstore github.com/docker/docker/libnetwork/internal/kvstore/boltdb github.com/docker/docker/libnetwork/internal/netiputil github.com/docker/docker/libnetwork/internal/resolvconf github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/ipbits github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/scope github.com/docker/docker/libnetwork/types [2024-04-23T09:48:31.479Z] ok github.com/docker/docker/libnetwork 45.037s coverage: 43.0% of statements [2024-04-23T09:48:31.479Z] ok github.com/docker/docker/libnetwork/bitmap 0.006s coverage: 96.1% of statements [2024-04-23T09:48:31.479Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2024-04-23T09:48:31.479Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2024-04-23T09:48:31.479Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2024-04-23T09:48:31.479Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2024-04-23T09:48:31.479Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2024-04-23T09:48:31.479Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2024-04-23T09:48:31.734Z] ok github.com/docker/docker/libnetwork/cnmallocator 4.926s coverage: 72.3% of statements [2024-04-23T09:48:31.989Z] ok github.com/docker/docker/libnetwork/config 0.011s coverage: 10.3% of statements [2024-04-23T09:48:32.243Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 37.0% of statements [2024-04-23T09:48:32.243Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2024-04-23T09:48:32.243Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2024-04-23T09:48:32.498Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2024-04-23T09:48:37.732Z] ok github.com/docker/docker/libnetwork/drivers/bridge 3.734s coverage: 63.3% of statements [2024-04-23T09:48:37.732Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2024-04-23T09:48:37.732Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 40.0% of statements [2024-04-23T09:48:39.091Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.982s coverage: 5.1% of statements [2024-04-23T09:48:39.091Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2024-04-23T09:48:39.091Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.003s coverage: 4.7% of statements [2024-04-23T09:48:39.091Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2024-04-23T09:48:39.346Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 40.0% of statements [2024-04-23T09:48:40.270Z] ok github.com/docker/docker/libnetwork/drivers/overlay 0.009s coverage: 1.4% of statements [2024-04-23T09:48:40.525Z] ok github.com/docker/docker/libnetwork/drivers/overlay/overlayutils 0.003s coverage: 45.0% of statements [2024-04-23T09:48:40.780Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.003s coverage: 62.7% of statements [2024-04-23T09:48:41.339Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.011s coverage: 57.2% of statements [2024-04-23T09:48:41.339Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2024-04-23T09:48:41.339Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2024-04-23T09:48:41.339Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2024-04-23T09:48:41.594Z] ok github.com/docker/docker/libnetwork/drvregistry 0.018s coverage: 87.0% of statements [2024-04-23T09:48:42.154Z] ok github.com/docker/docker/libnetwork/etchosts 0.018s coverage: 82.1% of statements [2024-04-23T09:48:42.154Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2024-04-23T09:48:42.154Z] ? github.com/docker/docker/libnetwork/internal/kvstore [no test files] [2024-04-23T09:48:42.154Z] ? github.com/docker/docker/libnetwork/internal/kvstore/boltdb [no test files] [2024-04-23T09:48:42.154Z] ? github.com/docker/docker/libnetwork/internal/netiputil [no test files] [2024-04-23T09:48:42.409Z] ok github.com/docker/docker/libnetwork/internal/resolvconf 0.015s coverage: 86.0% of statements [2024-04-23T09:48:54.584Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.003s coverage: 100.0% of statements [2024-04-23T09:48:56.466Z] ok github.com/docker/docker/libnetwork/ipam 3.028s coverage: 80.3% of statements [2024-04-23T09:48:56.466Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2024-04-23T09:48:56.466Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2024-04-23T09:48:56.466Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 63.2% of statements [2024-04-23T09:48:56.721Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.008s coverage: 48.7% of statements [2024-04-23T09:48:56.721Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2024-04-23T09:48:56.975Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 80.0% of statements [2024-04-23T09:48:57.534Z] ok github.com/docker/docker/libnetwork/ipamutils 0.312s coverage: 86.4% of statements [2024-04-23T09:48:57.788Z] ok github.com/docker/docker/libnetwork/ipbits 0.002s coverage: 100.0% of statements [2024-04-23T09:48:58.347Z] ok github.com/docker/docker/libnetwork/iptables 0.163s coverage: 39.9% of statements [2024-04-23T09:48:58.347Z] ? github.com/docker/docker/libnetwork/netlabel [no test files] [2024-04-23T09:48:58.602Z] ok github.com/docker/docker/libnetwork/netutils 0.015s coverage: 50.6% of statements [2024-04-23T09:50:49.954Z] ok github.com/docker/docker/libnetwork/networkdb 104.264s coverage: 59.6% of statements [2024-04-23T09:50:49.954Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2024-04-23T09:50:49.954Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2024-04-23T09:50:49.954Z] ok github.com/docker/docker/libnetwork/osl 4.419s coverage: 37.5% of statements [2024-04-23T09:50:49.954Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.003s coverage: 20.0% of statements [2024-04-23T09:50:49.954Z] ok github.com/docker/docker/libnetwork/portallocator 0.015s coverage: 80.5% of statements [2024-04-23T09:50:50.877Z] ok github.com/docker/docker/libnetwork/portmapper 0.685s coverage: 47.9% of statements [2024-04-23T09:50:51.132Z] ok github.com/docker/docker/libnetwork/resolvconf 0.005s coverage: 75.8% of statements [2024-04-23T09:50:51.132Z] ? github.com/docker/docker/libnetwork/scope [no test files] [2024-04-23T09:50:51.386Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 41.7% of statements [2024-04-23T09:50:51.386Z] [2024-04-23T09:50:51.386Z] === Skipped [2024-04-23T09:50:51.386Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2024-04-23T09:50:51.386Z] firewalld_test.go:29: cannot connect to D-bus system bus: dial unix /var/run/dbus/system_bus_socket: connect: no such file or directory [2024-04-23T09:50:51.386Z] [2024-04-23T09:50:51.386Z] === SKIP: libnetwork/iptables TestPassthrough (0.00s) [2024-04-23T09:50:51.386Z] firewalld_test.go:88: cannot connect to D-bus system bus: dial unix /var/run/dbus/system_bus_socket: connect: no such file or directory [2024-04-23T09:50:51.386Z] [2024-04-23T09:50:51.386Z] DONE 471 tests, 2 skipped in 196.139s Post stage [Pipeline] junit [2024-04-23T09:50:52.316Z] Recording test results [2024-04-23T09:50:52.463Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-04-23T09:50:52.766Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-47744/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c7a28c86b3d9f37e9b6bcdec339c5fee141cafef -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:c7a28c86b3d9f37e9b6bcdec339c5fee141cafef hack/make.sh dynbinary test-integration [2024-04-23T09:50:53.021Z] [2024-04-23T09:50:53.021Z] Removing bundles/ [2024-04-23T09:50:53.021Z] [2024-04-23T09:50:53.021Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2024-04-23T09:50:53.021Z] Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)... [2024-04-23T09:50:53.021Z] + tee /go/src/github.com/docker/docker/go.mod [2024-04-23T09:50:53.021Z] module github.com/docker/docker [2024-04-23T09:50:53.021Z] [2024-04-23T09:50:53.021Z] go 1.21 [2024-04-23T09:50:53.021Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT [2024-04-23T09:50:53.021Z] + GO111MODULE=on [2024-04-23T09:50:53.021Z] + GOTOOLCHAIN=local [2024-04-23T09:50:53.021Z] + 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=c7a28c86b3d9f37e9b6bcdec339c5fee141cafef" -X "github.com/docker/docker/dockerversion.BuildTime=2024-04-23T09:50:52.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=" -X "github.com/docker/docker/dockerversion.ProductName=" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/dockerd [2024-04-23T09:51:31.664Z] + rm -f /go/src/github.com/docker/docker/go.mod [2024-04-23T09:51:31.664Z] Created binary: bundles/dynbinary-daemon/dockerd [2024-04-23T09:51:31.664Z] Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)... [2024-04-23T09:51:31.664Z] + tee /go/src/github.com/docker/docker/go.mod [2024-04-23T09:51:31.664Z] module github.com/docker/docker [2024-04-23T09:51:31.664Z] [2024-04-23T09:51:31.664Z] go 1.21 [2024-04-23T09:51:31.664Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT [2024-04-23T09:51:31.664Z] + GO111MODULE=on [2024-04-23T09:51:31.664Z] + GOTOOLCHAIN=local [2024-04-23T09:51:31.664Z] + 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=c7a28c86b3d9f37e9b6bcdec339c5fee141cafef" -X "github.com/docker/docker/dockerversion.BuildTime=2024-04-23T09:50:52.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=" -X "github.com/docker/docker/dockerversion.ProductName=" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/docker-proxy [2024-04-23T09:51:31.664Z] + rm -f /go/src/github.com/docker/docker/go.mod [2024-04-23T09:51:31.664Z] Created binary: bundles/dynbinary-daemon/docker-proxy [2024-04-23T09:51:31.664Z] [2024-04-23T09:51:31.664Z] ---> Making bundle: test-integration (in bundles/test-integration) [2024-04-23T09:51:31.664Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2024-04-23T09:51:31.664Z] HOSTNAME=66af0ef665cf [2024-04-23T09:51:31.664Z] TESTDEBUG=0 [2024-04-23T09:51:31.664Z] DEST=bundles/test-integration [2024-04-23T09:51:31.664Z] PWD=/go/src/github.com/docker/docker [2024-04-23T09:51:31.664Z] CONTAINERD_ADDRESS=/run/docker/containerd/containerd.sock [2024-04-23T09:51:31.664Z] DOCKER_GITCOMMIT=c7a28c86b3d9f37e9b6bcdec339c5fee141cafef [2024-04-23T09:51:31.664Z] container=docker [2024-04-23T09:51:31.664Z] HOME=/root [2024-04-23T09:51:31.664Z] CONTAINERD_NAMESPACE=moby [2024-04-23T09:51:31.664Z] GOLANG_VERSION=1.21.9 [2024-04-23T09:51:31.664Z] VALIDATE_REPO=https://github.com/moby/moby.git [2024-04-23T09:51:31.664Z] VALIDATE_BRANCH=master [2024-04-23T09:51:31.664Z] TERM=xterm [2024-04-23T09:51:31.664Z] DOCKER_PKG=github.com/docker/docker [2024-04-23T09:51:31.664Z] TEST_CLIENT_BINARY=/usr/local/cli-integration/docker [2024-04-23T09:51:31.664Z] SHLVL=1 [2024-04-23T09:51:31.664Z] TIMEOUT=120m [2024-04-23T09:51:31.664Z] GOTOOLCHAIN=local [2024-04-23T09:51:31.664Z] DOCKER_GRAPHDRIVER=overlay2 [2024-04-23T09:51:31.664Z] GO111MODULE=off [2024-04-23T09:51:31.664Z] DOCKER_EXPERIMENTAL=1 [2024-04-23T09:51:31.664Z] TEST_SKIP_INTEGRATION_CLI=1 [2024-04-23T09:51:31.664Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2024-04-23T09:51:31.664Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2024-04-23T09:51:31.664Z] GOPATH=/go [2024-04-23T09:51:31.664Z] PKG_CONFIG=pkg-config [2024-04-23T09:51:31.664Z] _=/usr/bin/env [2024-04-23T09:51:31.664Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2024-04-23T09:51:53.538Z] Building test suite binary /go/src/github.com/docker/docker/integration/capabilities/test.main [2024-04-23T09:51:53.538Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2024-04-23T09:51:53.793Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2024-04-23T09:51:57.948Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2024-04-23T09:52:02.105Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2024-04-23T09:52:05.364Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main [2024-04-23T09:52:05.619Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2024-04-23T09:52:06.980Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2024-04-23T09:52:08.376Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2024-04-23T09:52:09.300Z] Building test suite binary /go/src/github.com/docker/docker/integration/networking/test.main [2024-04-23T09:52:10.662Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2024-04-23T09:52:10.662Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2024-04-23T09:52:12.066Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2024-04-23T09:52:13.427Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2024-04-23T09:52:15.310Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2024-04-23T09:52:16.233Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2024-04-23T09:52:16.488Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2024-04-23T09:52:17.847Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2024-04-23T09:52:18.770Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2024-04-23T09:52:20.129Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2024-04-23T09:52:20.688Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2024-04-23T09:52:22.048Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2024-04-23T09:52:22.970Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2024-04-23T09:52:22.970Z] Using test binary /usr/local/cli-integration/docker [2024-04-23T09:52:22.970Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2024-04-23T09:52:22.970Z] +++ /etc/init.d/apparmor start [2024-04-23T09:52:22.970Z] Not: starting. [2024-04-23T09:52:23.225Z] INFO: Waiting for daemon to start... [2024-04-23T09:52:23.225Z] Starting dockerd [2024-04-23T09:52:23.225Z] +++ exec dockerd --debug --host unix:///run/docker/tmp.NSyrXw05lW/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2024-04-23T09:52:25.730Z] . [2024-04-23T09:52:25.730Z] Running integration-test (iteration 1) [2024-04-23T09:52:25.730Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2024-04-23T09:52:25.730Z] ++ '[' -n '' ']' [2024-04-23T09:52:25.730Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2024-04-23T09:52:25.730Z] ++ set -e [2024-04-23T09:52:25.730Z] ++ '[' -n 0 ']' [2024-04-23T09:52:25.730Z] ++ set -x [2024-04-23T09:52:25.730Z] ++ 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.NSyrXw05lW/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2024-04-23T09:52:25.730Z] Loaded image: busybox:latest [2024-04-23T09:52:25.984Z] Loaded image: busybox:glibc [2024-04-23T09:52:26.908Z] Loaded image: debian:bookworm-slim [2024-04-23T09:52:26.908Z] Loaded image: hello-world:latest [2024-04-23T09:52:26.908Z] Loaded image: arm32v7/hello-world:latest [2024-04-23T09:52:26.908Z] INFO: Testing against a local daemon [2024-04-23T09:52:26.908Z] === RUN TestCgroupNamespacesBuild [2024-04-23T09:52:27.831Z] --- PASS: TestCgroupNamespacesBuild (1.08s) [2024-04-23T09:52:27.832Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2024-04-23T09:52:29.190Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.09s) [2024-04-23T09:52:29.190Z] === RUN TestBuildWithSession [2024-04-23T09:52:29.190Z] build_session_test.go:26: TODO: BuildKit [2024-04-23T09:52:29.190Z] --- SKIP: TestBuildWithSession (0.00s) [2024-04-23T09:52:29.190Z] === RUN TestBuildSquashParent [2024-04-23T09:52:32.450Z] --- PASS: TestBuildSquashParent (2.97s) [2024-04-23T09:52:32.450Z] === RUN TestBuildWithRemoveAndForceRemove [2024-04-23T09:52:32.450Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2024-04-23T09:52:32.450Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2024-04-23T09:52:32.450Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2024-04-23T09:52:32.450Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2024-04-23T09:52:32.450Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2024-04-23T09:52:32.450Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2024-04-23T09:52:32.450Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2024-04-23T09:52:32.450Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2024-04-23T09:52:32.450Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2024-04-23T09:52:32.450Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2024-04-23T09:52:32.450Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2024-04-23T09:52:32.450Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2024-04-23T09:52:32.450Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2024-04-23T09:52:32.450Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2024-04-23T09:52:32.450Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2024-04-23T09:52:32.450Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2024-04-23T09:52:32.450Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2024-04-23T09:52:32.450Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2024-04-23T09:52:34.957Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.06s) [2024-04-23T09:52:34.957Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.05s) [2024-04-23T09:52:34.957Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.39s) [2024-04-23T09:52:34.957Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.63s) [2024-04-23T09:52:34.957Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.74s) [2024-04-23T09:52:34.957Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.94s) [2024-04-23T09:52:34.957Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.97s) [2024-04-23T09:52:34.957Z] === RUN TestBuildMultiStageCopy [2024-04-23T09:52:34.957Z] === RUN TestBuildMultiStageCopy/copy_to_root [2024-04-23T09:52:35.880Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2024-04-23T09:52:36.134Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2024-04-23T09:52:36.134Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2024-04-23T09:52:36.134Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2024-04-23T09:52:36.389Z] --- PASS: TestBuildMultiStageCopy (1.36s) [2024-04-23T09:52:36.389Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (0.92s) [2024-04-23T09:52:36.389Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.08s) [2024-04-23T09:52:36.389Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.10s) [2024-04-23T09:52:36.389Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.10s) [2024-04-23T09:52:36.389Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.12s) [2024-04-23T09:52:36.389Z] === RUN TestBuildMultiStageParentConfig [2024-04-23T09:52:36.644Z] --- PASS: TestBuildMultiStageParentConfig (0.39s) [2024-04-23T09:52:36.644Z] === RUN TestBuildLabelWithTargets [2024-04-23T09:52:37.611Z] --- PASS: TestBuildLabelWithTargets (0.60s) [2024-04-23T09:52:37.611Z] === RUN TestBuildWithEmptyLayers [2024-04-23T09:52:37.611Z] --- PASS: TestBuildWithEmptyLayers (0.14s) [2024-04-23T09:52:37.611Z] === RUN TestBuildMultiStageOnBuild [2024-04-23T09:52:38.534Z] --- PASS: TestBuildMultiStageOnBuild (1.09s) [2024-04-23T09:52:38.534Z] === RUN TestBuildUncleanTarFilenames [2024-04-23T09:52:38.788Z] --- PASS: TestBuildUncleanTarFilenames (0.12s) [2024-04-23T09:52:38.788Z] === RUN TestBuildMultiStageLayerLeak [2024-04-23T09:52:39.711Z] --- PASS: TestBuildMultiStageLayerLeak (1.04s) [2024-04-23T09:52:39.711Z] === RUN TestBuildWithHugeFile [2024-04-23T09:53:47.302Z] --- PASS: TestBuildWithHugeFile (65.64s) [2024-04-23T09:53:47.302Z] === RUN TestBuildWCOWSandboxSize [2024-04-23T09:53:47.302Z] build_test.go:531: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2024-04-23T09:53:47.302Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2024-04-23T09:53:47.302Z] === RUN TestBuildWithEmptyDockerfile [2024-04-23T09:53:47.302Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2024-04-23T09:53:47.303Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2024-04-23T09:53:47.303Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2024-04-23T09:53:47.303Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2024-04-23T09:53:47.303Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2024-04-23T09:53:47.303Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2024-04-23T09:53:47.303Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2024-04-23T09:53:47.303Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2024-04-23T09:53:47.303Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2024-04-23T09:53:47.303Z] --- PASS: TestBuildWithEmptyDockerfile (0.01s) [2024-04-23T09:53:47.303Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s) [2024-04-23T09:53:47.303Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2024-04-23T09:53:47.303Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s) [2024-04-23T09:53:47.303Z] === RUN TestBuildPreserveOwnership [2024-04-23T09:53:47.303Z] === RUN TestBuildPreserveOwnership/copy_from [2024-04-23T09:53:47.303Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2024-04-23T09:53:47.558Z] --- PASS: TestBuildPreserveOwnership (2.03s) [2024-04-23T09:53:47.558Z] --- PASS: TestBuildPreserveOwnership/copy_from (1.43s) [2024-04-23T09:53:47.558Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.59s) [2024-04-23T09:53:47.558Z] === RUN TestBuildPlatformInvalid [2024-04-23T09:53:47.558Z] --- PASS: TestBuildPlatformInvalid (0.01s) [2024-04-23T09:53:47.558Z] === RUN TestBuildWorkdirNoCacheMiss [2024-04-23T09:53:47.558Z] === RUN TestBuildWorkdirNoCacheMiss/trailing_slash [2024-04-23T09:53:47.558Z] === RUN TestBuildWorkdirNoCacheMiss/no_trailing_slash [2024-04-23T09:53:47.558Z] --- PASS: TestBuildWorkdirNoCacheMiss (0.08s) [2024-04-23T09:53:47.558Z] --- PASS: TestBuildWorkdirNoCacheMiss/trailing_slash (0.06s) [2024-04-23T09:53:47.558Z] --- PASS: TestBuildWorkdirNoCacheMiss/no_trailing_slash (0.00s) [2024-04-23T09:53:47.558Z] === RUN TestBuildkitHistoryTracePropagation [2024-04-23T09:53:47.558Z] time="2024-04-23T09:53:47Z" level=info msg="[core] [Channel #1] Channel created" module=grpc [2024-04-23T09:53:47.558Z] time="2024-04-23T09:53:47Z" level=info msg="[core] [Channel #1] original dial target is: \"unix:///run/buildkit/buildkitd.sock\"" module=grpc [2024-04-23T09:53:47.558Z] time="2024-04-23T09:53:47Z" level=info msg="[core] [Channel #1] parsed dial target is: {URL:{Scheme:unix Opaque: User: Host: Path:/run/buildkit/buildkitd.sock RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}}" module=grpc [2024-04-23T09:53:47.558Z] time="2024-04-23T09:53:47Z" level=info msg="[core] [Channel #1] Channel authority set to \"localhost\"" module=grpc [2024-04-23T09:53:47.558Z] time="2024-04-23T09:53:47Z" level=info msg="[core] [Channel #1] Resolver state updated: {\n \"Addresses\": [\n {\n \"Addr\": \"/run/buildkit/buildkitd.sock\",\n \"ServerName\": \"\",\n \"Attributes\": {\n \"\\u003c%!p(networktype.keyType=grpc.internal.transport.networktype)\\u003e\": \"unix\"\n },\n \"BalancerAttributes\": null,\n \"Metadata\": null\n }\n ],\n \"Endpoints\": [\n {\n \"Addresses\": [\n {\n \"Addr\": \"/run/buildkit/buildkitd.sock\",\n \"ServerName\": \"\",\n \"Attributes\": {\n \"\\u003c%!p(networktype.keyType=grpc.internal.transport.networktype)\\u003e\": \"unix\"\n },\n \"BalancerAttributes\": null,\n \"Metadata\": null\n }\n ],\n \"Attributes\": null\n }\n ],\n \"ServiceConfig\": null,\n \"Attributes\": null\n} (resolver returned new addresses)" module=grpc [2024-04-23T09:53:47.558Z] time="2024-04-23T09:53:47Z" level=info msg="[core] [Channel #1] Channel switches to new LB policy \"pick_first\"" module=grpc [2024-04-23T09:53:47.558Z] time="2024-04-23T09:53:47Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel created" module=grpc [2024-04-23T09:53:47.558Z] time="2024-04-23T09:53:47Z" level=info msg="[core] [Channel #1] Channel Connectivity change to CONNECTING" module=grpc [2024-04-23T09:53:47.558Z] time="2024-04-23T09:53:47Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to CONNECTING" module=grpc [2024-04-23T09:53:47.558Z] time="2024-04-23T09:53:47Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel picks a new address \"/run/buildkit/buildkitd.sock\" to connect" module=grpc [2024-04-23T09:53:47.558Z] time="2024-04-23T09:53:47Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to READY" module=grpc [2024-04-23T09:53:47.558Z] time="2024-04-23T09:53:47Z" level=info msg="[core] [Channel #1] Channel Connectivity change to READY" module=grpc [2024-04-23T09:53:47.558Z] time="2024-04-23T09:53:47Z" level=info msg="[core] [Server #4] Server created" module=grpc [2024-04-23T09:53:47.558Z] build_traces_test.go:87: Waiting for trace to be available [2024-04-23T09:53:51.714Z] time="2024-04-23T09:53:51Z" level=info msg="[core] [Channel #1] Channel Connectivity change to SHUTDOWN" module=grpc [2024-04-23T09:53:51.714Z] time="2024-04-23T09:53:51Z" level=info msg="[core] [Channel #1] ccBalancerWrapper: closing" module=grpc [2024-04-23T09:53:51.714Z] time="2024-04-23T09:53:51Z" level=info msg="[core] [Channel #1] Closing the name resolver" module=grpc [2024-04-23T09:53:51.714Z] time="2024-04-23T09:53:51Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to SHUTDOWN" module=grpc [2024-04-23T09:53:51.714Z] time="2024-04-23T09:53:51Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel deleted" module=grpc [2024-04-23T09:53:51.714Z] time="2024-04-23T09:53:51Z" level=info msg="[core] [Channel #1] Channel deleted" module=grpc [2024-04-23T09:53:51.714Z] --- PASS: TestBuildkitHistoryTracePropagation (4.03s) [2024-04-23T09:53:51.714Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2024-04-23T09:53:52.275Z] Loaded image: busybox:latest [2024-04-23T09:53:52.275Z] Loaded image: busybox:glibc [2024-04-23T09:53:53.200Z] Loaded image: debian:bookworm-slim [2024-04-23T09:53:53.200Z] Loaded image: hello-world:latest [2024-04-23T09:53:53.200Z] Loaded image: arm32v7/hello-world:latest [2024-04-23T09:54:01.274Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (8.96s) [2024-04-23T09:54:01.274Z] PASS [2024-04-23T09:54:01.274Z] [2024-04-23T09:54:01.274Z] === Skipped [2024-04-23T09:54:01.274Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2024-04-23T09:54:01.274Z] build_session_test.go:26: TODO: BuildKit [2024-04-23T09:54:01.274Z] [2024-04-23T09:54:01.274Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s) [2024-04-23T09:54:01.274Z] build_test.go:531: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2024-04-23T09:54:01.274Z] [2024-04-23T09:54:01.274Z] DONE 38 tests, 2 skipped in 94.817s [2024-04-23T09:54:01.274Z] Running /go/src/github.com/docker/docker/integration/capabilities (arm64.integration.capabilities) flags=-test.v -test.timeout=120m [2024-04-23T09:54:01.274Z] ++ '[' -n '' ']' [2024-04-23T09:54:01.274Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-capabilities-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-capabilities-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.capabilities -t ./test.main -test.v -test.timeout=120m [2024-04-23T09:54:01.274Z] ++ set -e [2024-04-23T09:54:01.274Z] ++ '[' -n 0 ']' [2024-04-23T09:54:01.274Z] ++ set -x [2024-04-23T09:54:01.274Z] ++ 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.NSyrXw05lW/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-capabilities-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-capabilities-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.capabilities -t ./test.main -test.v -test.timeout=120m [2024-04-23T09:54:01.274Z] INFO: Testing against a local daemon [2024-04-23T09:54:01.274Z] === RUN TestNoNewPrivileges [2024-04-23T09:54:09.341Z] === RUN TestNoNewPrivileges/CapabilityRequested=true [2024-04-23T09:54:09.341Z] === RUN TestNoNewPrivileges/CapabilityRequested=false [2024-04-23T09:54:09.899Z] --- PASS: TestNoNewPrivileges (9.24s) [2024-04-23T09:54:09.899Z] --- PASS: TestNoNewPrivileges/CapabilityRequested=true (0.36s) [2024-04-23T09:54:09.899Z] --- PASS: TestNoNewPrivileges/CapabilityRequested=false (0.39s) [2024-04-23T09:54:09.899Z] PASS [2024-04-23T09:54:09.899Z] [2024-04-23T09:54:09.899Z] DONE 3 tests in 9.268s [2024-04-23T09:54:09.899Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2024-04-23T09:54:09.899Z] ++ '[' -n '' ']' [2024-04-23T09:54:09.899Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2024-04-23T09:54:09.899Z] ++ set -e [2024-04-23T09:54:09.899Z] ++ '[' -n 0 ']' [2024-04-23T09:54:09.899Z] ++ set -x [2024-04-23T09:54:09.899Z] ++ 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.NSyrXw05lW/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2024-04-23T09:54:09.899Z] INFO: Testing against a local daemon [2024-04-23T09:54:09.899Z] === RUN TestConfigInspect [2024-04-23T09:54:11.780Z] --- PASS: TestConfigInspect (1.96s) [2024-04-23T09:54:11.780Z] === RUN TestConfigList [2024-04-23T09:54:13.184Z] === RUN TestConfigList/test_filter_by_name [2024-04-23T09:54:13.184Z] === RUN TestConfigList/test_filter_by_id [2024-04-23T09:54:13.184Z] === RUN TestConfigList/test_filter_by_label_key_only [2024-04-23T09:54:13.184Z] === RUN TestConfigList/test_filter_by_label_key=value_test0-TestConfigList [2024-04-23T09:54:13.184Z] === RUN TestConfigList/test_filter_by_label_key=value_test1-TestConfigList [2024-04-23T09:54:13.742Z] --- PASS: TestConfigList (1.91s) [2024-04-23T09:54:13.742Z] --- PASS: TestConfigList/test_filter_by_name (0.00s) [2024-04-23T09:54:13.742Z] --- PASS: TestConfigList/test_filter_by_id (0.00s) [2024-04-23T09:54:13.742Z] --- PASS: TestConfigList/test_filter_by_label_key_only (0.00s) [2024-04-23T09:54:13.742Z] --- PASS: TestConfigList/test_filter_by_label_key=value_test0-TestConfigList (0.00s) [2024-04-23T09:54:13.742Z] --- PASS: TestConfigList/test_filter_by_label_key=value_test1-TestConfigList (0.00s) [2024-04-23T09:54:13.742Z] === RUN TestConfigsCreateAndDelete [2024-04-23T09:54:15.666Z] --- PASS: TestConfigsCreateAndDelete (1.86s) [2024-04-23T09:54:15.666Z] === RUN TestConfigsUpdate [2024-04-23T09:54:17.551Z] --- PASS: TestConfigsUpdate (1.93s) [2024-04-23T09:54:17.551Z] === RUN TestTemplatedConfig [2024-04-23T09:54:20.065Z] --- PASS: TestTemplatedConfig (2.41s) [2024-04-23T09:54:20.065Z] === RUN TestConfigCreateResolve [2024-04-23T09:54:21.949Z] --- PASS: TestConfigCreateResolve (1.83s) [2024-04-23T09:54:21.949Z] PASS [2024-04-23T09:54:21.949Z] [2024-04-23T09:54:21.949Z] DONE 11 tests in 11.916s [2024-04-23T09:54:21.949Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2024-04-23T09:54:21.949Z] ++ '[' -n '' ']' [2024-04-23T09:54:21.949Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2024-04-23T09:54:21.949Z] ++ set -e [2024-04-23T09:54:21.949Z] ++ '[' -n 0 ']' [2024-04-23T09:54:21.949Z] ++ set -x [2024-04-23T09:54:21.949Z] ++ 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.NSyrXw05lW/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2024-04-23T09:54:21.949Z] INFO: Testing against a local daemon [2024-04-23T09:54:21.949Z] === RUN TestAttach [2024-04-23T09:54:21.949Z] === RUN TestAttach/without_TTY [2024-04-23T09:54:21.949Z] === PAUSE TestAttach/without_TTY [2024-04-23T09:54:21.949Z] === RUN TestAttach/with_TTY [2024-04-23T09:54:21.949Z] === PAUSE TestAttach/with_TTY [2024-04-23T09:54:21.949Z] === CONT TestAttach/without_TTY [2024-04-23T09:54:21.949Z] === CONT TestAttach/with_TTY [2024-04-23T09:54:21.949Z] --- PASS: TestAttach (0.02s) [2024-04-23T09:54:21.949Z] --- PASS: TestAttach/with_TTY (0.04s) [2024-04-23T09:54:21.949Z] --- PASS: TestAttach/without_TTY (0.05s) [2024-04-23T09:54:21.949Z] === RUN TestCreateWithCDIDevices [2024-04-23T09:54:22.873Z] --- PASS: TestCreateWithCDIDevices (1.01s) [2024-04-23T09:54:22.873Z] === RUN TestCDISpecDirsAreInSystemInfo [2024-04-23T09:54:22.873Z] === RUN TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_no_spec_dirs_specified_returns_default [2024-04-23T09:54:23.432Z] === RUN TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_specified_spec_dirs_are_returned [2024-04-23T09:54:23.991Z] === RUN TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_string_as_spec_dir_returns_empty_slice [2024-04-23T09:54:24.550Z] === RUN TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_config_option_returns_empty_slice [2024-04-23T09:54:24.805Z] === RUN TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_no_spec_dirs_specified_returns_empty_slice [2024-04-23T09:54:25.364Z] === RUN TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_specified_spec_dirs_returns_empty_slice [2024-04-23T09:54:25.923Z] === RUN TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_string_as_spec_dir_returns_empty_slice [2024-04-23T09:54:26.483Z] === RUN TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_config_option_returns_empty_slice [2024-04-23T09:54:27.042Z] --- PASS: TestCDISpecDirsAreInSystemInfo (4.15s) [2024-04-23T09:54:27.042Z] --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_no_spec_dirs_specified_returns_default (0.52s) [2024-04-23T09:54:27.042Z] --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_specified_spec_dirs_are_returned (0.52s) [2024-04-23T09:54:27.042Z] --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_string_as_spec_dir_returns_empty_slice (0.52s) [2024-04-23T09:54:27.042Z] --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_config_option_returns_empty_slice (0.52s) [2024-04-23T09:54:27.042Z] --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_no_spec_dirs_specified_returns_empty_slice (0.52s) [2024-04-23T09:54:27.042Z] --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_specified_spec_dirs_returns_empty_slice (0.52s) [2024-04-23T09:54:27.042Z] --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_string_as_spec_dir_returns_empty_slice (0.52s) [2024-04-23T09:54:27.042Z] --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_config_option_returns_empty_slice (0.52s) [2024-04-23T09:54:27.042Z] === RUN TestCheckpoint [2024-04-23T09:54:27.042Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2024-04-23T09:54:27.042Z] --- SKIP: TestCheckpoint (0.00s) [2024-04-23T09:54:27.042Z] === RUN TestContainerInvalidJSON [2024-04-23T09:54:27.042Z] === RUN TestContainerInvalidJSON/commit [2024-04-23T09:54:27.042Z] === PAUSE TestContainerInvalidJSON/commit [2024-04-23T09:54:27.042Z] === RUN TestContainerInvalidJSON/containers/create [2024-04-23T09:54:27.042Z] === PAUSE TestContainerInvalidJSON/containers/create [2024-04-23T09:54:27.042Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2024-04-23T09:54:27.042Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2024-04-23T09:54:27.042Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2024-04-23T09:54:27.042Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2024-04-23T09:54:27.042Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2024-04-23T09:54:27.042Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2024-04-23T09:54:27.042Z] === CONT TestContainerInvalidJSON/commit [2024-04-23T09:54:27.042Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2024-04-23T09:54:27.042Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2024-04-23T09:54:27.042Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2024-04-23T09:54:27.042Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2024-04-23T09:54:27.042Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2024-04-23T09:54:27.042Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2024-04-23T09:54:27.042Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2024-04-23T09:54:27.042Z] === CONT TestContainerInvalidJSON/containers/create [2024-04-23T09:54:27.042Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2024-04-23T09:54:27.042Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2024-04-23T09:54:27.042Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2024-04-23T09:54:27.042Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2024-04-23T09:54:27.042Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2024-04-23T09:54:27.042Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2024-04-23T09:54:27.042Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2024-04-23T09:54:27.042Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2024-04-23T09:54:27.042Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2024-04-23T09:54:27.042Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2024-04-23T09:54:27.042Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2024-04-23T09:54:27.042Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2024-04-23T09:54:27.042Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2024-04-23T09:54:27.042Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2024-04-23T09:54:27.042Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2024-04-23T09:54:27.042Z] === RUN TestContainerInvalidJSON/commit/empty_body [2024-04-23T09:54:27.042Z] --- PASS: TestContainerInvalidJSON (0.01s) [2024-04-23T09:54:27.042Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2024-04-23T09:54:27.042Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2024-04-23T09:54:27.042Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2024-04-23T09:54:27.042Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2024-04-23T09:54:27.042Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2024-04-23T09:54:27.042Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2024-04-23T09:54:27.042Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2024-04-23T09:54:27.042Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2024-04-23T09:54:27.042Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2024-04-23T09:54:27.042Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2024-04-23T09:54:27.042Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2024-04-23T09:54:27.042Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2024-04-23T09:54:27.042Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2024-04-23T09:54:27.042Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2024-04-23T09:54:27.042Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2024-04-23T09:54:27.042Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2024-04-23T09:54:27.042Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2024-04-23T09:54:27.042Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2024-04-23T09:54:27.042Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2024-04-23T09:54:27.042Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2024-04-23T09:54:27.042Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2024-04-23T09:54:27.042Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2024-04-23T09:54:27.042Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2024-04-23T09:54:27.042Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2024-04-23T09:54:27.042Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2024-04-23T09:54:27.042Z] === RUN TestCopyFromContainerPathDoesNotExist [2024-04-23T09:54:27.042Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.04s) [2024-04-23T09:54:27.042Z] === RUN TestCopyFromContainerPathIsNotDir [2024-04-23T09:54:27.042Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2024-04-23T09:54:27.042Z] === RUN TestCopyToContainerPathDoesNotExist [2024-04-23T09:54:27.042Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2024-04-23T09:54:27.042Z] === RUN TestCopyEmptyFile [2024-04-23T09:54:27.297Z] --- PASS: TestCopyEmptyFile (0.05s) [2024-04-23T09:54:27.297Z] === RUN TestCopyToContainerPathIsNotDir [2024-04-23T09:54:27.297Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2024-04-23T09:54:27.297Z] === RUN TestCopyFromContainer [2024-04-23T09:54:27.856Z] === RUN TestCopyFromContainer// [2024-04-23T09:54:27.856Z] === RUN TestCopyFromContainer/. [2024-04-23T09:54:27.856Z] === RUN TestCopyFromContainer//. [2024-04-23T09:54:27.856Z] === RUN TestCopyFromContainer/./ [2024-04-23T09:54:27.856Z] === RUN TestCopyFromContainer//./ [2024-04-23T09:54:27.856Z] === RUN TestCopyFromContainer//bar/root [2024-04-23T09:54:27.856Z] === RUN TestCopyFromContainer//bar/root/ [2024-04-23T09:54:27.856Z] === RUN TestCopyFromContainer//bar/root/. [2024-04-23T09:54:27.856Z] === RUN TestCopyFromContainer/bar/quux [2024-04-23T09:54:27.856Z] === RUN TestCopyFromContainer/bar/quux/ [2024-04-23T09:54:27.856Z] === RUN TestCopyFromContainer/bar/quux/. [2024-04-23T09:54:27.856Z] === RUN TestCopyFromContainer/bar/quux/baz [2024-04-23T09:54:27.856Z] === RUN TestCopyFromContainer/bar/filesymlink [2024-04-23T09:54:27.856Z] === RUN TestCopyFromContainer/bar/dirsymlink [2024-04-23T09:54:27.856Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2024-04-23T09:54:27.856Z] === RUN TestCopyFromContainer/bar/dirsymlink/. [2024-04-23T09:54:27.856Z] === RUN TestCopyFromContainer/bar/notarget [2024-04-23T09:54:27.856Z] --- PASS: TestCopyFromContainer (0.70s) [2024-04-23T09:54:27.856Z] --- PASS: TestCopyFromContainer// (0.01s) [2024-04-23T09:54:27.856Z] --- PASS: TestCopyFromContainer/. (0.01s) [2024-04-23T09:54:27.856Z] --- PASS: TestCopyFromContainer//. (0.01s) [2024-04-23T09:54:27.856Z] --- PASS: TestCopyFromContainer/./ (0.01s) [2024-04-23T09:54:27.856Z] --- PASS: TestCopyFromContainer//./ (0.01s) [2024-04-23T09:54:27.856Z] --- PASS: TestCopyFromContainer//bar/root (0.01s) [2024-04-23T09:54:27.856Z] --- PASS: TestCopyFromContainer//bar/root/ (0.01s) [2024-04-23T09:54:27.856Z] --- PASS: TestCopyFromContainer//bar/root/. (0.01s) [2024-04-23T09:54:27.856Z] --- PASS: TestCopyFromContainer/bar/quux (0.01s) [2024-04-23T09:54:27.856Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.01s) [2024-04-23T09:54:27.856Z] --- PASS: TestCopyFromContainer/bar/quux/. (0.00s) [2024-04-23T09:54:27.856Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.00s) [2024-04-23T09:54:27.856Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.01s) [2024-04-23T09:54:27.856Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.00s) [2024-04-23T09:54:27.856Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.00s) [2024-04-23T09:54:27.856Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/. (0.01s) [2024-04-23T09:54:27.856Z] --- PASS: TestCopyFromContainer/bar/notarget (0.00s) [2024-04-23T09:54:27.856Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2024-04-23T09:54:27.856Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2024-04-23T09:54:27.856Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2024-04-23T09:54:27.856Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2024-04-23T09:54:27.856Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2024-04-23T09:54:27.856Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2024-04-23T09:54:27.856Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2024-04-23T09:54:27.856Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2024-04-23T09:54:27.856Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2024-04-23T09:54:27.856Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2024-04-23T09:54:27.856Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2024-04-23T09:54:27.856Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2024-04-23T09:54:27.856Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2024-04-23T09:54:27.856Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2024-04-23T09:54:27.856Z] === RUN TestCreateLinkToNonExistingContainer [2024-04-23T09:54:27.856Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2024-04-23T09:54:27.856Z] === RUN TestCreateWithInvalidEnv [2024-04-23T09:54:27.856Z] === RUN TestCreateWithInvalidEnv/0 [2024-04-23T09:54:27.856Z] === PAUSE TestCreateWithInvalidEnv/0 [2024-04-23T09:54:27.856Z] === RUN TestCreateWithInvalidEnv/1 [2024-04-23T09:54:27.856Z] === PAUSE TestCreateWithInvalidEnv/1 [2024-04-23T09:54:27.856Z] === RUN TestCreateWithInvalidEnv/2 [2024-04-23T09:54:27.856Z] === PAUSE TestCreateWithInvalidEnv/2 [2024-04-23T09:54:27.856Z] === CONT TestCreateWithInvalidEnv/0 [2024-04-23T09:54:27.856Z] === CONT TestCreateWithInvalidEnv/2 [2024-04-23T09:54:27.856Z] === CONT TestCreateWithInvalidEnv/1 [2024-04-23T09:54:27.856Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2024-04-23T09:54:27.856Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2024-04-23T09:54:27.856Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2024-04-23T09:54:27.856Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2024-04-23T09:54:27.856Z] === RUN TestCreateTmpfsMountsTarget [2024-04-23T09:54:27.856Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2024-04-23T09:54:27.856Z] === RUN TestCreateWithCustomMaskedPaths [2024-04-23T09:54:29.235Z] --- PASS: TestCreateWithCustomMaskedPaths (1.18s) [2024-04-23T09:54:29.235Z] === RUN TestCreateWithCustomReadonlyPaths [2024-04-23T09:54:30.597Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.31s) [2024-04-23T09:54:30.597Z] === RUN TestCreateWithInvalidHealthcheckParams [2024-04-23T09:54:30.597Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2024-04-23T09:54:30.597Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2024-04-23T09:54:30.597Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2024-04-23T09:54:30.597Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2024-04-23T09:54:30.597Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2024-04-23T09:54:30.597Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2024-04-23T09:54:30.597Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2024-04-23T09:54:30.597Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2024-04-23T09:54:30.597Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2024-04-23T09:54:30.597Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2024-04-23T09:54:30.597Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms [2024-04-23T09:54:30.597Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms [2024-04-23T09:54:30.597Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2024-04-23T09:54:30.597Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2024-04-23T09:54:30.597Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms [2024-04-23T09:54:30.597Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2024-04-23T09:54:30.597Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2024-04-23T09:54:30.597Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2024-04-23T09:54:30.597Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2024-04-23T09:54:30.597Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms (0.00s) [2024-04-23T09:54:30.597Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.00s) [2024-04-23T09:54:30.597Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.00s) [2024-04-23T09:54:30.597Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.00s) [2024-04-23T09:54:30.597Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2024-04-23T09:54:30.597Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s) [2024-04-23T09:54:30.597Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2024-04-23T09:54:30.851Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.42s) [2024-04-23T09:54:30.852Z] === RUN TestCreateDifferentPlatform [2024-04-23T09:54:30.852Z] === RUN TestCreateDifferentPlatform/different_os [2024-04-23T09:54:30.852Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2024-04-23T09:54:30.852Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2024-04-23T09:54:30.852Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2024-04-23T09:54:30.852Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2024-04-23T09:54:30.852Z] === RUN TestCreateVolumesFromNonExistingContainer [2024-04-23T09:54:30.852Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2024-04-23T09:54:30.852Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2024-04-23T09:54:31.106Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2024-04-23T09:54:31.106Z] === RUN TestCreateInvalidHostConfig [2024-04-23T09:54:31.106Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2024-04-23T09:54:31.106Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2024-04-23T09:54:31.106Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2024-04-23T09:54:31.106Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2024-04-23T09:54:31.106Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2024-04-23T09:54:31.106Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2024-04-23T09:54:31.106Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2024-04-23T09:54:31.106Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2024-04-23T09:54:31.106Z] === RUN TestCreateInvalidHostConfig/invalid_Annotations [2024-04-23T09:54:31.106Z] === PAUSE TestCreateInvalidHostConfig/invalid_Annotations [2024-04-23T09:54:31.106Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2024-04-23T09:54:31.107Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2024-04-23T09:54:31.107Z] === CONT TestCreateInvalidHostConfig/invalid_Annotations [2024-04-23T09:54:31.107Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2024-04-23T09:54:31.107Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2024-04-23T09:54:31.107Z] --- PASS: TestCreateInvalidHostConfig (0.01s) [2024-04-23T09:54:31.107Z] --- PASS: TestCreateInvalidHostConfig/invalid_Annotations (0.00s) [2024-04-23T09:54:31.107Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2024-04-23T09:54:31.107Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2024-04-23T09:54:31.107Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2024-04-23T09:54:31.107Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s) [2024-04-23T09:54:31.107Z] === RUN TestCreateWithMultipleEndpointSettings [2024-04-23T09:54:31.107Z] === RUN TestCreateWithMultipleEndpointSettings/with_API_v1.44 [2024-04-23T09:54:31.107Z] === RUN TestCreateWithMultipleEndpointSettings/with_API_v1.43 [2024-04-23T09:54:31.107Z] --- PASS: TestCreateWithMultipleEndpointSettings (0.04s) [2024-04-23T09:54:31.107Z] --- PASS: TestCreateWithMultipleEndpointSettings/with_API_v1.44 (0.03s) [2024-04-23T09:54:31.107Z] --- PASS: TestCreateWithMultipleEndpointSettings/with_API_v1.43 (0.00s) [2024-04-23T09:54:31.107Z] === RUN TestCreateWithCustomMACs [2024-04-23T09:54:31.666Z] --- PASS: TestCreateWithCustomMACs (0.50s) [2024-04-23T09:54:31.666Z] === RUN TestContainerStartOnDaemonRestart [2024-04-23T09:54:31.666Z] === PAUSE TestContainerStartOnDaemonRestart [2024-04-23T09:54:31.666Z] === RUN TestDaemonRestartIpcMode [2024-04-23T09:54:31.666Z] === PAUSE TestDaemonRestartIpcMode [2024-04-23T09:54:31.666Z] === RUN TestDaemonHostGatewayIP [2024-04-23T09:54:31.666Z] === PAUSE TestDaemonHostGatewayIP [2024-04-23T09:54:31.666Z] === RUN TestRestartDaemonWithRestartingContainer [2024-04-23T09:54:31.666Z] === PAUSE TestRestartDaemonWithRestartingContainer [2024-04-23T09:54:31.666Z] === RUN TestHardRestartWhenContainerIsRunning [2024-04-23T09:54:31.666Z] === PAUSE TestHardRestartWhenContainerIsRunning [2024-04-23T09:54:31.666Z] === RUN TestContainerKillOnDaemonStart [2024-04-23T09:54:31.666Z] === PAUSE TestContainerKillOnDaemonStart [2024-04-23T09:54:31.666Z] === RUN TestDiff [2024-04-23T09:54:31.921Z] --- PASS: TestDiff (0.41s) [2024-04-23T09:54:31.921Z] === RUN TestDiffStoppedContainer [2024-04-23T09:54:32.481Z] --- PASS: TestDiffStoppedContainer (0.40s) [2024-04-23T09:54:32.481Z] === RUN TestExecConsoleSize [2024-04-23T09:54:32.735Z] --- PASS: TestExecConsoleSize (0.42s) [2024-04-23T09:54:32.735Z] === RUN TestExecWithCloseStdin [2024-04-23T09:54:33.294Z] --- PASS: TestExecWithCloseStdin (0.44s) [2024-04-23T09:54:33.294Z] === RUN TestExec [2024-04-23T09:54:33.853Z] --- PASS: TestExec (0.48s) [2024-04-23T09:54:33.853Z] === RUN TestExecUser [2024-04-23T09:54:34.107Z] --- PASS: TestExecUser (0.43s) [2024-04-23T09:54:34.107Z] === RUN TestExecWithGroupAdd [2024-04-23T09:54:34.666Z] --- PASS: TestExecWithGroupAdd (0.43s) [2024-04-23T09:54:34.666Z] === RUN TestExportContainerAndImportImage [2024-04-23T09:54:34.920Z] --- PASS: TestExportContainerAndImportImage (0.44s) [2024-04-23T09:54:34.920Z] === RUN TestExportContainerAfterDaemonRestart [2024-04-23T09:54:41.439Z] --- PASS: TestExportContainerAfterDaemonRestart (6.14s) [2024-04-23T09:54:41.439Z] === RUN TestHealthCheckWorkdir [2024-04-23T09:54:41.694Z] --- PASS: TestHealthCheckWorkdir (0.48s) [2024-04-23T09:54:41.694Z] === RUN TestHealthKillContainer [2024-04-23T09:54:49.763Z] --- PASS: TestHealthKillContainer (7.62s) [2024-04-23T09:54:49.763Z] === RUN TestHealthCheckProcessKilled [2024-04-23T09:54:49.763Z] --- PASS: TestHealthCheckProcessKilled (0.58s) [2024-04-23T09:54:49.763Z] === RUN TestHealthStartInterval [2024-04-23T09:54:51.178Z] health_test.go:141: &{2024-04-23 09:54:50.931676271 +0000 UTC 2024-04-23 09:54:50.957380559 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-04-23T09:54:51.178Z] } [2024-04-23T09:54:51.178Z] health_test.go:141: &{2024-04-23 09:54:50.931676271 +0000 UTC 2024-04-23 09:54:50.957380559 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-04-23T09:54:51.178Z] } [2024-04-23T09:54:51.432Z] health_test.go:141: &{2024-04-23 09:54:50.931676271 +0000 UTC 2024-04-23 09:54:50.957380559 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-04-23T09:54:51.432Z] } [2024-04-23T09:54:51.432Z] health_test.go:141: &{2024-04-23 09:54:50.931676271 +0000 UTC 2024-04-23 09:54:50.957380559 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-04-23T09:54:51.432Z] } [2024-04-23T09:54:51.432Z] health_test.go:141: &{2024-04-23 09:54:50.931676271 +0000 UTC 2024-04-23 09:54:50.957380559 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-04-23T09:54:51.432Z] } [2024-04-23T09:54:51.686Z] health_test.go:141: &{2024-04-23 09:54:50.931676271 +0000 UTC 2024-04-23 09:54:50.957380559 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-04-23T09:54:51.686Z] } [2024-04-23T09:54:51.686Z] health_test.go:141: &{2024-04-23 09:54:50.931676271 +0000 UTC 2024-04-23 09:54:50.957380559 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-04-23T09:54:51.686Z] } [2024-04-23T09:54:51.941Z] health_test.go:141: &{2024-04-23 09:54:50.931676271 +0000 UTC 2024-04-23 09:54:50.957380559 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-04-23T09:54:51.941Z] } [2024-04-23T09:54:51.941Z] health_test.go:141: &{2024-04-23 09:54:50.931676271 +0000 UTC 2024-04-23 09:54:50.957380559 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-04-23T09:54:51.941Z] } [2024-04-23T09:54:51.941Z] health_test.go:141: &{2024-04-23 09:54:50.931676271 +0000 UTC 2024-04-23 09:54:50.957380559 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-04-23T09:54:51.941Z] } [2024-04-23T09:54:52.195Z] health_test.go:141: &{2024-04-23 09:54:51.958691023 +0000 UTC 2024-04-23 09:54:51.983235704 +0000 UTC 1 2} [2024-04-23T09:54:52.195Z] health_test.go:141: &{2024-04-23 09:54:51.958691023 +0000 UTC 2024-04-23 09:54:51.983235704 +0000 UTC 1 2} [2024-04-23T09:54:52.449Z] health_test.go:141: &{2024-04-23 09:54:51.958691023 +0000 UTC 2024-04-23 09:54:51.983235704 +0000 UTC 1 2} [2024-04-23T09:54:52.449Z] health_test.go:141: &{2024-04-23 09:54:51.958691023 +0000 UTC 2024-04-23 09:54:51.983235704 +0000 UTC 1 2} [2024-04-23T09:54:52.449Z] health_test.go:141: &{2024-04-23 09:54:51.958691023 +0000 UTC 2024-04-23 09:54:51.983235704 +0000 UTC 1 2} [2024-04-23T09:54:52.703Z] health_test.go:141: &{2024-04-23 09:54:51.958691023 +0000 UTC 2024-04-23 09:54:51.983235704 +0000 UTC 1 2} [2024-04-23T09:54:52.703Z] health_test.go:141: &{2024-04-23 09:54:51.958691023 +0000 UTC 2024-04-23 09:54:51.983235704 +0000 UTC 1 2} [2024-04-23T09:54:52.958Z] health_test.go:141: &{2024-04-23 09:54:51.958691023 +0000 UTC 2024-04-23 09:54:51.983235704 +0000 UTC 1 2} [2024-04-23T09:54:52.958Z] health_test.go:141: &{2024-04-23 09:54:51.958691023 +0000 UTC 2024-04-23 09:54:51.983235704 +0000 UTC 1 2} [2024-04-23T09:54:52.958Z] health_test.go:141: &{2024-04-23 09:54:51.958691023 +0000 UTC 2024-04-23 09:54:51.983235704 +0000 UTC 1 2} [2024-04-23T09:54:53.212Z] health_test.go:169: 1.0254454s [2024-04-23T09:54:54.134Z] health_test.go:169: 1.0254454s [2024-04-23T09:54:55.056Z] health_test.go:169: 1.0254454s [2024-04-23T09:54:56.414Z] health_test.go:169: 1.0254454s [2024-04-23T09:54:57.337Z] health_test.go:169: 1.0254454s [2024-04-23T09:54:58.259Z] health_test.go:169: 1.0254454s [2024-04-23T09:54:59.181Z] health_test.go:169: 1.0254454s [2024-04-23T09:55:00.104Z] health_test.go:169: 1.0254454s [2024-04-23T09:55:01.463Z] health_test.go:169: 1.0254454s [2024-04-23T09:55:02.385Z] health_test.go:169: 1.0254454s [2024-04-23T09:55:03.308Z] health_test.go:169: 1.0254454s [2024-04-23T09:55:04.232Z] health_test.go:169: 1.0254454s [2024-04-23T09:55:05.156Z] health_test.go:169: 1.0254454s [2024-04-23T09:55:06.078Z] health_test.go:169: 1.0254454s [2024-04-23T09:55:07.479Z] health_test.go:169: 1.0254454s [2024-04-23T09:55:08.401Z] health_test.go:169: 1.0254454s [2024-04-23T09:55:09.322Z] health_test.go:169: 1.0254454s [2024-04-23T09:55:10.245Z] health_test.go:169: 1.0254454s [2024-04-23T09:55:11.167Z] health_test.go:169: 1.0254454s [2024-04-23T09:55:12.090Z] health_test.go:169: 1.0254454s [2024-04-23T09:55:13.450Z] health_test.go:169: 1.0254454s [2024-04-23T09:55:14.375Z] health_test.go:169: 1.0254454s [2024-04-23T09:55:15.299Z] health_test.go:169: 1.0254454s [2024-04-23T09:55:16.251Z] health_test.go:169: 1.0254454s [2024-04-23T09:55:17.196Z] health_test.go:169: 1.0254454s [2024-04-23T09:55:18.119Z] health_test.go:169: 1.0254454s [2024-04-23T09:55:19.477Z] health_test.go:169: 1.0254454s [2024-04-23T09:55:20.399Z] health_test.go:169: 1.0254454s [2024-04-23T09:55:21.322Z] health_test.go:169: 1.0254454s [2024-04-23T09:55:22.243Z] health_test.go:169: 1.0254454s [2024-04-23T09:55:23.602Z] --- PASS: TestHealthStartInterval (33.58s) [2024-04-23T09:55:23.602Z] === RUN TestInspectAnnotations [2024-04-23T09:55:23.602Z] --- PASS: TestInspectAnnotations (0.04s) [2024-04-23T09:55:23.602Z] === RUN TestNetworkAliasesAreEmpty [2024-04-23T09:55:23.602Z] === RUN TestNetworkAliasesAreEmpty/host [2024-04-23T09:55:23.602Z] === RUN TestNetworkAliasesAreEmpty/bridge [2024-04-23T09:55:23.602Z] === RUN TestNetworkAliasesAreEmpty/none [2024-04-23T09:55:23.602Z] --- PASS: TestNetworkAliasesAreEmpty (0.11s) [2024-04-23T09:55:23.602Z] --- PASS: TestNetworkAliasesAreEmpty/host (0.03s) [2024-04-23T09:55:23.602Z] --- PASS: TestNetworkAliasesAreEmpty/bridge (0.03s) [2024-04-23T09:55:23.602Z] --- PASS: TestNetworkAliasesAreEmpty/none (0.03s) [2024-04-23T09:55:23.602Z] === RUN TestIpcModeNone [2024-04-23T09:55:23.856Z] --- PASS: TestIpcModeNone (0.43s) [2024-04-23T09:55:23.856Z] === RUN TestIpcModePrivate [2024-04-23T09:55:24.111Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:78, shared: false, mustBeShared: false [2024-04-23T09:55:24.365Z] --- PASS: TestIpcModePrivate (0.42s) [2024-04-23T09:55:24.365Z] === RUN TestIpcModeShareable [2024-04-23T09:55:24.619Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:72, shared: true, mustBeShared: true [2024-04-23T09:55:24.874Z] --- PASS: TestIpcModeShareable (0.44s) [2024-04-23T09:55:24.874Z] === RUN TestAPIIpcModeShareableAndContainer [2024-04-23T09:55:25.797Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.04s) [2024-04-23T09:55:25.797Z] === RUN TestAPIIpcModeHost [2024-04-23T09:55:26.051Z] --- PASS: TestAPIIpcModeHost (0.26s) [2024-04-23T09:55:26.051Z] === RUN TestDaemonIpcModeShareable [2024-04-23T09:55:26.974Z] ipcmode_linux_test.go:257: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: true, mustBeShared: true [2024-04-23T09:55:27.228Z] --- PASS: TestDaemonIpcModeShareable (1.01s) [2024-04-23T09:55:27.228Z] === RUN TestDaemonIpcModePrivate [2024-04-23T09:55:28.151Z] ipcmode_linux_test.go:257: [testDaemonIpcPrivateShareable] ipcdev: 0:110, shared: false, mustBeShared: false [2024-04-23T09:55:28.151Z] --- PASS: TestDaemonIpcModePrivate (0.99s) [2024-04-23T09:55:28.151Z] === RUN TestDaemonIpcModePrivateFromConfig [2024-04-23T09:55:29.074Z] ipcmode_linux_test.go:257: [testDaemonIpcPrivateShareable] ipcdev: 0:110, shared: false, mustBeShared: false [2024-04-23T09:55:29.074Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.00s) [2024-04-23T09:55:29.074Z] === RUN TestDaemonIpcModeShareableFromConfig [2024-04-23T09:55:29.998Z] ipcmode_linux_test.go:257: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: true, mustBeShared: true [2024-04-23T09:55:29.998Z] --- PASS: TestDaemonIpcModeShareableFromConfig (0.99s) [2024-04-23T09:55:29.998Z] === RUN TestIpcModeOlderClient [2024-04-23T09:55:29.998Z] === PAUSE TestIpcModeOlderClient [2024-04-23T09:55:29.998Z] === RUN TestKillContainerInvalidSignal [2024-04-23T09:55:30.556Z] --- PASS: TestKillContainerInvalidSignal (0.40s) [2024-04-23T09:55:30.556Z] === RUN TestKillContainer [2024-04-23T09:55:30.556Z] === RUN TestKillContainer/no_signal [2024-04-23T09:55:30.812Z] === RUN TestKillContainer/non_killing_signal [2024-04-23T09:55:31.066Z] === RUN TestKillContainer/killing_signal [2024-04-23T09:55:31.990Z] --- PASS: TestKillContainer (1.24s) [2024-04-23T09:55:31.990Z] --- PASS: TestKillContainer/no_signal (0.41s) [2024-04-23T09:55:31.990Z] --- PASS: TestKillContainer/non_killing_signal (0.24s) [2024-04-23T09:55:31.990Z] --- PASS: TestKillContainer/killing_signal (0.36s) [2024-04-23T09:55:31.990Z] === RUN TestKillWithStopSignalAndRestartPolicies [2024-04-23T09:55:31.990Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2024-04-23T09:55:32.244Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2024-04-23T09:55:32.499Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.83s) [2024-04-23T09:55:32.499Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.44s) [2024-04-23T09:55:32.499Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.22s) [2024-04-23T09:55:32.499Z] === RUN TestKillStoppedContainer [2024-04-23T09:55:32.753Z] --- PASS: TestKillStoppedContainer (0.04s) [2024-04-23T09:55:32.753Z] === RUN TestKillDifferentUserContainer [2024-04-23T09:55:33.008Z] --- PASS: TestKillDifferentUserContainer (0.41s) [2024-04-23T09:55:33.008Z] === RUN TestInspectOomKilledTrue [2024-04-23T09:55:33.566Z] --- PASS: TestInspectOomKilledTrue (0.46s) [2024-04-23T09:55:33.566Z] === RUN TestInspectOomKilledFalse [2024-04-23T09:55:33.820Z] --- PASS: TestInspectOomKilledFalse (0.40s) [2024-04-23T09:55:33.820Z] === RUN TestLinksEtcHostsContentMatch [2024-04-23T09:55:34.075Z] --- PASS: TestLinksEtcHostsContentMatch (0.20s) [2024-04-23T09:55:34.075Z] === RUN TestLinksContainerNames [2024-04-23T09:55:35.001Z] --- PASS: TestLinksContainerNames (0.80s) [2024-04-23T09:55:35.001Z] === RUN TestLogsFollowTailEmpty [2024-04-23T09:55:35.256Z] --- PASS: TestLogsFollowTailEmpty (0.38s) [2024-04-23T09:55:35.256Z] === RUN TestLogs [2024-04-23T09:55:35.256Z] === RUN TestLogs/driver_local [2024-04-23T09:55:35.256Z] === RUN TestLogs/driver_local/tty/stdout_and_stderr [2024-04-23T09:55:35.256Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr [2024-04-23T09:55:35.256Z] === RUN TestLogs/driver_local/tty/only_stdout [2024-04-23T09:55:35.256Z] === PAUSE TestLogs/driver_local/tty/only_stdout [2024-04-23T09:55:35.256Z] === RUN TestLogs/driver_local/tty/only_stderr [2024-04-23T09:55:35.256Z] === PAUSE TestLogs/driver_local/tty/only_stderr [2024-04-23T09:55:35.256Z] === RUN TestLogs/driver_local/without_tty/stdout_and_stderr [2024-04-23T09:55:35.256Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr [2024-04-23T09:55:35.256Z] === RUN TestLogs/driver_local/without_tty/only_stdout [2024-04-23T09:55:35.256Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout [2024-04-23T09:55:35.256Z] === RUN TestLogs/driver_local/without_tty/only_stderr [2024-04-23T09:55:35.256Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr [2024-04-23T09:55:35.256Z] === CONT TestLogs/driver_local/tty/stdout_and_stderr [2024-04-23T09:55:35.256Z] === CONT TestLogs/driver_local/without_tty/stdout_and_stderr [2024-04-23T09:55:35.256Z] === CONT TestLogs/driver_local/tty/only_stderr [2024-04-23T09:55:35.256Z] === CONT TestLogs/driver_local/tty/only_stdout [2024-04-23T09:55:35.256Z] === CONT TestLogs/driver_local/without_tty/only_stderr [2024-04-23T09:55:35.256Z] === CONT TestLogs/driver_local/without_tty/only_stdout [2024-04-23T09:55:36.614Z] === RUN TestLogs/driver_json-file [2024-04-23T09:55:36.614Z] === RUN TestLogs/driver_json-file/tty/stdout_and_stderr [2024-04-23T09:55:36.614Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr [2024-04-23T09:55:36.614Z] === RUN TestLogs/driver_json-file/tty/only_stdout [2024-04-23T09:55:36.614Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout [2024-04-23T09:55:36.614Z] === RUN TestLogs/driver_json-file/tty/only_stderr [2024-04-23T09:55:36.614Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr [2024-04-23T09:55:36.614Z] === RUN TestLogs/driver_json-file/without_tty/stdout_and_stderr [2024-04-23T09:55:36.614Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr [2024-04-23T09:55:36.614Z] === RUN TestLogs/driver_json-file/without_tty/only_stdout [2024-04-23T09:55:36.614Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout [2024-04-23T09:55:36.614Z] === RUN TestLogs/driver_json-file/without_tty/only_stderr [2024-04-23T09:55:36.614Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr [2024-04-23T09:55:36.614Z] === CONT TestLogs/driver_json-file/tty/stdout_and_stderr [2024-04-23T09:55:36.614Z] === CONT TestLogs/driver_json-file/without_tty/stdout_and_stderr [2024-04-23T09:55:36.614Z] === CONT TestLogs/driver_json-file/tty/only_stderr [2024-04-23T09:55:36.614Z] === CONT TestLogs/driver_json-file/without_tty/only_stderr [2024-04-23T09:55:36.614Z] === CONT TestLogs/driver_json-file/tty/only_stdout [2024-04-23T09:55:36.614Z] === CONT TestLogs/driver_json-file/without_tty/only_stdout [2024-04-23T09:55:37.974Z] --- PASS: TestLogs (2.75s) [2024-04-23T09:55:37.974Z] --- PASS: TestLogs/driver_local (0.01s) [2024-04-23T09:55:37.974Z] --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.93s) [2024-04-23T09:55:37.974Z] --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (1.01s) [2024-04-23T09:55:37.974Z] --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (1.22s) [2024-04-23T09:55:37.974Z] --- PASS: TestLogs/driver_local/without_tty/only_stderr (1.26s) [2024-04-23T09:55:37.974Z] --- PASS: TestLogs/driver_local/tty/only_stdout (1.34s) [2024-04-23T09:55:37.974Z] --- PASS: TestLogs/driver_local/tty/only_stderr (1.39s) [2024-04-23T09:55:37.974Z] --- PASS: TestLogs/driver_json-file (0.01s) [2024-04-23T09:55:37.974Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.82s) [2024-04-23T09:55:37.974Z] --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.94s) [2024-04-23T09:55:37.974Z] --- PASS: TestLogs/driver_json-file/tty/only_stdout (1.15s) [2024-04-23T09:55:37.974Z] --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (1.22s) [2024-04-23T09:55:37.974Z] --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (1.29s) [2024-04-23T09:55:37.974Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (1.35s) [2024-04-23T09:55:37.974Z] === RUN TestContainerNetworkMountsNoChown [2024-04-23T09:55:38.533Z] --- PASS: TestContainerNetworkMountsNoChown (0.40s) [2024-04-23T09:55:38.533Z] === RUN TestMountDaemonRoot [2024-04-23T09:55:38.533Z] === RUN TestMountDaemonRoot/default [2024-04-23T09:55:38.533Z] === PAUSE TestMountDaemonRoot/default [2024-04-23T09:55:38.533Z] === RUN TestMountDaemonRoot/private [2024-04-23T09:55:38.533Z] === PAUSE TestMountDaemonRoot/private [2024-04-23T09:55:38.533Z] === RUN TestMountDaemonRoot/rprivate [2024-04-23T09:55:38.533Z] === PAUSE TestMountDaemonRoot/rprivate [2024-04-23T09:55:38.533Z] === RUN TestMountDaemonRoot/slave [2024-04-23T09:55:38.533Z] === PAUSE TestMountDaemonRoot/slave [2024-04-23T09:55:38.533Z] === RUN TestMountDaemonRoot/rslave [2024-04-23T09:55:38.533Z] === PAUSE TestMountDaemonRoot/rslave [2024-04-23T09:55:38.533Z] === RUN TestMountDaemonRoot/shared [2024-04-23T09:55:38.533Z] === PAUSE TestMountDaemonRoot/shared [2024-04-23T09:55:38.533Z] === RUN TestMountDaemonRoot/rshared [2024-04-23T09:55:38.533Z] === PAUSE TestMountDaemonRoot/rshared [2024-04-23T09:55:38.534Z] === CONT TestMountDaemonRoot/default [2024-04-23T09:55:38.534Z] === CONT TestMountDaemonRoot/rslave [2024-04-23T09:55:38.534Z] === CONT TestMountDaemonRoot/rprivate [2024-04-23T09:55:38.534Z] === CONT TestMountDaemonRoot/rshared [2024-04-23T09:55:38.534Z] === RUN TestMountDaemonRoot/default/mount_subpath [2024-04-23T09:55:38.534Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2024-04-23T09:55:38.534Z] === CONT TestMountDaemonRoot/slave [2024-04-23T09:55:38.534Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2024-04-23T09:55:38.534Z] === RUN TestMountDaemonRoot/default/bind_root [2024-04-23T09:55:38.534Z] === PAUSE TestMountDaemonRoot/default/bind_root [2024-04-23T09:55:38.534Z] === RUN TestMountDaemonRoot/slave/bind_root [2024-04-23T09:55:38.534Z] === RUN TestMountDaemonRoot/default/bind_subpath [2024-04-23T09:55:38.534Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2024-04-23T09:55:38.534Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2024-04-23T09:55:38.534Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2024-04-23T09:55:38.534Z] === CONT TestMountDaemonRoot/private [2024-04-23T09:55:38.534Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2024-04-23T09:55:38.534Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2024-04-23T09:55:38.534Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2024-04-23T09:55:38.534Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2024-04-23T09:55:38.534Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2024-04-23T09:55:38.534Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2024-04-23T09:55:38.534Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2024-04-23T09:55:38.534Z] === RUN TestMountDaemonRoot/slave/mount_root [2024-04-23T09:55:38.534Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2024-04-23T09:55:38.534Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2024-04-23T09:55:38.534Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2024-04-23T09:55:38.534Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2024-04-23T09:55:38.534Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2024-04-23T09:55:38.534Z] === CONT TestMountDaemonRoot/slave/bind_root [2024-04-23T09:55:38.534Z] === RUN TestMountDaemonRoot/private/bind_root [2024-04-23T09:55:38.534Z] === PAUSE TestMountDaemonRoot/private/bind_root [2024-04-23T09:55:38.534Z] === RUN TestMountDaemonRoot/private/bind_subpath [2024-04-23T09:55:38.534Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2024-04-23T09:55:38.534Z] === RUN TestMountDaemonRoot/private/mount_root [2024-04-23T09:55:38.534Z] === PAUSE TestMountDaemonRoot/private/mount_root [2024-04-23T09:55:38.534Z] === RUN TestMountDaemonRoot/private/mount_subpath [2024-04-23T09:55:38.534Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2024-04-23T09:55:38.534Z] === CONT TestMountDaemonRoot/private/bind_root [2024-04-23T09:55:38.534Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2024-04-23T09:55:38.534Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2024-04-23T09:55:38.534Z] === RUN TestMountDaemonRoot/rshared/bind_root [2024-04-23T09:55:38.534Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2024-04-23T09:55:38.534Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2024-04-23T09:55:38.534Z] === RUN TestMountDaemonRoot/default/mount_root [2024-04-23T09:55:38.534Z] === PAUSE TestMountDaemonRoot/default/mount_root [2024-04-23T09:55:38.534Z] === CONT TestMountDaemonRoot/default/mount_subpath [2024-04-23T09:55:38.534Z] === CONT TestMountDaemonRoot/shared [2024-04-23T09:55:38.534Z] === RUN TestMountDaemonRoot/rslave/bind_root [2024-04-23T09:55:38.534Z] === RUN TestMountDaemonRoot/shared/mount_root [2024-04-23T09:55:38.534Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2024-04-23T09:55:38.534Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2024-04-23T09:55:38.534Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2024-04-23T09:55:38.534Z] === RUN TestMountDaemonRoot/rslave/mount_root [2024-04-23T09:55:38.534Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2024-04-23T09:55:38.534Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2024-04-23T09:55:38.534Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2024-04-23T09:55:38.534Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2024-04-23T09:55:38.534Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2024-04-23T09:55:38.534Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2024-04-23T09:55:38.534Z] === RUN TestMountDaemonRoot/shared/bind_root [2024-04-23T09:55:38.534Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2024-04-23T09:55:38.534Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2024-04-23T09:55:38.534Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2024-04-23T09:55:38.534Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2024-04-23T09:55:38.534Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2024-04-23T09:55:38.534Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2024-04-23T09:55:38.534Z] === RUN TestMountDaemonRoot/rshared/mount_root [2024-04-23T09:55:38.534Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2024-04-23T09:55:38.534Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2024-04-23T09:55:38.534Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2024-04-23T09:55:38.534Z] === CONT TestMountDaemonRoot/default/bind_subpath [2024-04-23T09:55:38.534Z] === CONT TestMountDaemonRoot/default/mount_root [2024-04-23T09:55:38.534Z] === CONT TestMountDaemonRoot/private/mount_subpath [2024-04-23T09:55:38.534Z] === CONT TestMountDaemonRoot/private/mount_root [2024-04-23T09:55:38.534Z] === CONT TestMountDaemonRoot/private/bind_subpath [2024-04-23T09:55:38.534Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2024-04-23T09:55:38.534Z] === CONT TestMountDaemonRoot/slave/mount_root [2024-04-23T09:55:38.534Z] === CONT TestMountDaemonRoot/default/bind_root [2024-04-23T09:55:38.534Z] === CONT TestMountDaemonRoot/rslave/bind_root [2024-04-23T09:55:38.534Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2024-04-23T09:55:38.534Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2024-04-23T09:55:38.534Z] === CONT TestMountDaemonRoot/rslave/mount_root [2024-04-23T09:55:38.534Z] === CONT TestMountDaemonRoot/shared/mount_root [2024-04-23T09:55:38.534Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2024-04-23T09:55:38.534Z] === CONT TestMountDaemonRoot/shared/bind_root [2024-04-23T09:55:38.534Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2024-04-23T09:55:38.534Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2024-04-23T09:55:38.534Z] === CONT TestMountDaemonRoot/rshared/mount_root [2024-04-23T09:55:38.534Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2024-04-23T09:55:38.534Z] === CONT TestMountDaemonRoot/rshared/bind_root [2024-04-23T09:55:38.534Z] --- PASS: TestMountDaemonRoot (0.01s) [2024-04-23T09:55:38.534Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2024-04-23T09:55:38.534Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2024-04-23T09:55:38.534Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2024-04-23T09:55:38.534Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2024-04-23T09:55:38.534Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2024-04-23T09:55:38.534Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2024-04-23T09:55:38.534Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2024-04-23T09:55:38.534Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2024-04-23T09:55:38.534Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2024-04-23T09:55:38.534Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2024-04-23T09:55:38.534Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2024-04-23T09:55:38.534Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2024-04-23T09:55:38.534Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2024-04-23T09:55:38.534Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2024-04-23T09:55:38.534Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2024-04-23T09:55:38.534Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2024-04-23T09:55:38.534Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2024-04-23T09:55:38.534Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.07s) [2024-04-23T09:55:38.534Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s) [2024-04-23T09:55:38.534Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2024-04-23T09:55:38.534Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2024-04-23T09:55:38.534Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s) [2024-04-23T09:55:38.534Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2024-04-23T09:55:38.534Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2024-04-23T09:55:38.534Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2024-04-23T09:55:38.534Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2024-04-23T09:55:38.534Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2024-04-23T09:55:38.534Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2024-04-23T09:55:38.534Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2024-04-23T09:55:38.534Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2024-04-23T09:55:38.534Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2024-04-23T09:55:38.534Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2024-04-23T09:55:38.534Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2024-04-23T09:55:38.534Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2024-04-23T09:55:38.534Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2024-04-23T09:55:38.534Z] === RUN TestContainerBindMountNonRecursive [2024-04-23T09:55:39.893Z] --- PASS: TestContainerBindMountNonRecursive (1.06s) [2024-04-23T09:55:39.893Z] === RUN TestContainerVolumesMountedAsShared [2024-04-23T09:55:40.147Z] --- PASS: TestContainerVolumesMountedAsShared (0.37s) [2024-04-23T09:55:40.147Z] === RUN TestContainerVolumesMountedAsSlave [2024-04-23T09:55:40.402Z] --- PASS: TestContainerVolumesMountedAsSlave (0.21s) [2024-04-23T09:55:40.402Z] === RUN TestContainerCopyLeaksMounts [2024-04-23T09:55:40.656Z] --- PASS: TestContainerCopyLeaksMounts (0.43s) [2024-04-23T09:55:40.656Z] === RUN TestContainerBindMountReadOnlyDefault [2024-04-23T09:55:40.656Z] === RUN TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44 [2024-04-23T09:55:40.656Z] === RUN TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44/mount [2024-04-23T09:55:41.215Z] === RUN TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44/bind_mount [2024-04-23T09:55:41.470Z] === RUN TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44 [2024-04-23T09:55:41.470Z] === RUN TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44/mount [2024-04-23T09:55:42.047Z] === RUN TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44/bind_mount [2024-04-23T09:55:42.302Z] === RUN TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default [2024-04-23T09:55:42.302Z] === RUN TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default/mount [2024-04-23T09:55:42.860Z] === RUN TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default/bind_mount [2024-04-23T09:55:43.115Z] === RUN TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default [2024-04-23T09:55:43.115Z] === RUN TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default/mount [2024-04-23T09:55:43.369Z] === RUN TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default/bind_mount [2024-04-23T09:55:43.928Z] --- PASS: TestContainerBindMountReadOnlyDefault (3.22s) [2024-04-23T09:55:43.928Z] --- PASS: TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44 (0.78s) [2024-04-23T09:55:43.928Z] --- PASS: TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44/mount (0.40s) [2024-04-23T09:55:43.928Z] --- PASS: TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44/bind_mount (0.38s) [2024-04-23T09:55:43.928Z] --- PASS: TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44 (0.82s) [2024-04-23T09:55:43.928Z] --- PASS: TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44/mount (0.42s) [2024-04-23T09:55:43.928Z] --- PASS: TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44/bind_mount (0.40s) [2024-04-23T09:55:43.928Z] --- PASS: TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default (0.76s) [2024-04-23T09:55:43.928Z] --- PASS: TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default/mount (0.36s) [2024-04-23T09:55:43.928Z] --- PASS: TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default/bind_mount (0.39s) [2024-04-23T09:55:43.928Z] --- PASS: TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default (0.80s) [2024-04-23T09:55:43.928Z] --- PASS: TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default/mount (0.38s) [2024-04-23T09:55:43.928Z] --- PASS: TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default/bind_mount (0.42s) [2024-04-23T09:55:43.928Z] === RUN TestContainerBindMountRecursivelyReadOnly [2024-04-23T09:55:45.288Z] --- PASS: TestContainerBindMountRecursivelyReadOnly (1.34s) [2024-04-23T09:55:45.288Z] === RUN TestNetworkNat [2024-04-23T09:55:45.847Z] --- PASS: TestNetworkNat (0.44s) [2024-04-23T09:55:45.847Z] === RUN TestNetworkLocalhostTCPNat [2024-04-23T09:55:46.101Z] --- PASS: TestNetworkLocalhostTCPNat (0.41s) [2024-04-23T09:55:46.101Z] === RUN TestNetworkLoopbackNat [2024-04-23T09:55:48.606Z] --- PASS: TestNetworkLoopbackNat (2.53s) [2024-04-23T09:55:48.606Z] === RUN TestNoOverlayfsWarningsAboutUndefinedBehaviors [2024-04-23T09:55:48.861Z] === RUN TestNoOverlayfsWarningsAboutUndefinedBehaviors/diff [2024-04-23T09:55:48.861Z] === RUN TestNoOverlayfsWarningsAboutUndefinedBehaviors/export [2024-04-23T09:55:48.861Z] === RUN TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_to_container [2024-04-23T09:55:48.861Z] === RUN TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_from_container [2024-04-23T09:55:49.116Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors (0.51s) [2024-04-23T09:55:49.116Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/diff (0.02s) [2024-04-23T09:55:49.116Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/export (0.01s) [2024-04-23T09:55:49.116Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_to_container (0.01s) [2024-04-23T09:55:49.116Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_from_container (0.01s) [2024-04-23T09:55:49.116Z] === RUN TestPause [2024-04-23T09:55:49.675Z] --- PASS: TestPause (0.47s) [2024-04-23T09:55:49.675Z] === RUN TestPauseFailsOnWindowsServerContainers [2024-04-23T09:55:49.675Z] pause_test.go:53: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2024-04-23T09:55:49.675Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2024-04-23T09:55:49.675Z] === RUN TestPauseStopPausedContainer [2024-04-23T09:55:50.234Z] --- PASS: TestPauseStopPausedContainer (0.45s) [2024-04-23T09:55:50.234Z] === RUN TestPIDModeHost [2024-04-23T09:55:51.157Z] --- PASS: TestPIDModeHost (0.87s) [2024-04-23T09:55:51.157Z] === RUN TestPIDModeContainer [2024-04-23T09:55:51.157Z] === RUN TestPIDModeContainer/non-existing_container [2024-04-23T09:55:51.157Z] === RUN TestPIDModeContainer/non-running_container [2024-04-23T09:55:51.157Z] === RUN TestPIDModeContainer/running_container [2024-04-23T09:55:52.080Z] --- PASS: TestPIDModeContainer (1.01s) [2024-04-23T09:55:52.080Z] --- PASS: TestPIDModeContainer/non-existing_container (0.00s) [2024-04-23T09:55:52.080Z] --- PASS: TestPIDModeContainer/non-running_container (0.14s) [2024-04-23T09:55:52.080Z] --- PASS: TestPIDModeContainer/running_container (0.45s) [2024-04-23T09:55:52.080Z] === RUN TestPsFilter [2024-04-23T09:55:52.080Z] === RUN TestPsFilter/since [2024-04-23T09:55:52.080Z] === RUN TestPsFilter/before [2024-04-23T09:55:52.080Z] --- PASS: TestPsFilter (0.11s) [2024-04-23T09:55:52.080Z] --- PASS: TestPsFilter/since (0.00s) [2024-04-23T09:55:52.080Z] --- PASS: TestPsFilter/before (0.00s) [2024-04-23T09:55:52.080Z] === RUN TestRemoveContainerWithRemovedVolume [2024-04-23T09:55:52.639Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.39s) [2024-04-23T09:55:52.639Z] === RUN TestRemoveContainerWithVolume [2024-04-23T09:55:52.893Z] --- PASS: TestRemoveContainerWithVolume (0.43s) [2024-04-23T09:55:52.893Z] === RUN TestRemoveContainerRunning [2024-04-23T09:55:53.452Z] --- PASS: TestRemoveContainerRunning (0.40s) [2024-04-23T09:55:53.452Z] === RUN TestRemoveContainerForceRemoveRunning [2024-04-23T09:55:53.706Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.42s) [2024-04-23T09:55:53.706Z] === RUN TestRemoveInvalidContainer [2024-04-23T09:55:53.706Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2024-04-23T09:55:53.706Z] === RUN TestRenameLinkedContainer [2024-04-23T09:55:55.587Z] --- PASS: TestRenameLinkedContainer (1.60s) [2024-04-23T09:55:55.587Z] === RUN TestRenameStoppedContainer [2024-04-23T09:55:55.841Z] --- PASS: TestRenameStoppedContainer (0.42s) [2024-04-23T09:55:55.841Z] === RUN TestRenameRunningContainerAndReuse [2024-04-23T09:55:56.764Z] --- PASS: TestRenameRunningContainerAndReuse (0.90s) [2024-04-23T09:55:56.764Z] === RUN TestRenameInvalidName [2024-04-23T09:55:57.019Z] --- PASS: TestRenameInvalidName (0.37s) [2024-04-23T09:55:57.019Z] === RUN TestRenameAnonymousContainer [2024-04-23T09:55:58.377Z] --- PASS: TestRenameAnonymousContainer (1.40s) [2024-04-23T09:55:58.377Z] === RUN TestRenameContainerWithSameName [2024-04-23T09:55:58.939Z] --- PASS: TestRenameContainerWithSameName (0.39s) [2024-04-23T09:55:58.939Z] === RUN TestRenameContainerWithLinkedContainer [2024-04-23T09:55:59.863Z] --- PASS: TestRenameContainerWithLinkedContainer (0.84s) [2024-04-23T09:55:59.863Z] === RUN TestRenameContainerTwice [2024-04-23T09:56:00.117Z] --- PASS: TestRenameContainerTwice (0.43s) [2024-04-23T09:56:00.117Z] === RUN TestResize [2024-04-23T09:56:00.117Z] === RUN TestResize/success [2024-04-23T09:56:00.372Z] === RUN TestResize/invalid_size [2024-04-23T09:56:00.626Z] === RUN TestResize/invalid_state [2024-04-23T09:56:00.881Z] --- PASS: TestResize (0.91s) [2024-04-23T09:56:00.881Z] --- PASS: TestResize/success (0.24s) [2024-04-23T09:56:00.881Z] --- PASS: TestResize/invalid_size (0.22s) [2024-04-23T09:56:00.881Z] --- PASS: TestResize/invalid_state (0.04s) [2024-04-23T09:56:00.881Z] === RUN TestDaemonRestartKillContainers [2024-04-23T09:56:00.881Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2024-04-23T09:56:00.881Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2024-04-23T09:56:00.881Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2024-04-23T09:56:00.881Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2024-04-23T09:56:00.881Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2024-04-23T09:56:00.881Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2024-04-23T09:56:00.881Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2024-04-23T09:56:00.881Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2024-04-23T09:56:00.881Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2024-04-23T09:56:00.881Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2024-04-23T09:56:00.881Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2024-04-23T09:56:00.881Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2024-04-23T09:56:00.881Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2024-04-23T09:56:00.881Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2024-04-23T09:56:00.881Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2024-04-23T09:56:00.881Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2024-04-23T09:56:00.881Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2024-04-23T09:56:00.881Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2024-04-23T09:56:00.881Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2024-04-23T09:56:00.881Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2024-04-23T09:56:00.881Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2024-04-23T09:56:00.881Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2024-04-23T09:56:00.881Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2024-04-23T09:56:00.881Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2024-04-23T09:56:00.881Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2024-04-23T09:56:00.881Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2024-04-23T09:56:00.881Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2024-04-23T09:56:00.881Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2024-04-23T09:56:00.881Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2024-04-23T09:56:00.881Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2024-04-23T09:56:00.881Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2024-04-23T09:56:00.881Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2024-04-23T09:56:00.881Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2024-04-23T09:56:00.881Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2024-04-23T09:56:00.881Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2024-04-23T09:56:00.881Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2024-04-23T09:56:00.881Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2024-04-23T09:56:00.881Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2024-04-23T09:56:00.881Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2024-04-23T09:56:00.881Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2024-04-23T09:56:02.242Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2024-04-23T09:56:02.242Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2024-04-23T09:56:02.801Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2024-04-23T09:56:03.361Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2024-04-23T09:56:03.361Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2024-04-23T09:56:03.361Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2024-04-23T09:56:04.722Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2024-04-23T09:56:04.722Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2024-04-23T09:56:08.876Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2024-04-23T09:56:08.876Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.26s) [2024-04-23T09:56:08.876Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.26s) [2024-04-23T09:56:08.876Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.88s) [2024-04-23T09:56:08.876Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.22s) [2024-04-23T09:56:08.876Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.22s) [2024-04-23T09:56:08.876Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.26s) [2024-04-23T09:56:08.876Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.22s) [2024-04-23T09:56:08.876Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.30s) [2024-04-23T09:56:08.876Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.76s) [2024-04-23T09:56:08.876Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.86s) [2024-04-23T09:56:08.876Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.18s) [2024-04-23T09:56:08.876Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (4.75s) [2024-04-23T09:56:08.876Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.67s) [2024-04-23T09:56:08.876Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (5.43s) [2024-04-23T09:56:08.876Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (4.85s) [2024-04-23T09:56:08.876Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (5.26s) [2024-04-23T09:56:08.876Z] === RUN TestContainerWithAutoRemoveCanBeRestarted [2024-04-23T09:56:08.876Z] === RUN TestContainerWithAutoRemoveCanBeRestarted/kill [2024-04-23T09:56:09.435Z] === RUN TestContainerWithAutoRemoveCanBeRestarted/stop [2024-04-23T09:56:10.358Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.76s) [2024-04-23T09:56:10.358Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.85s) [2024-04-23T09:56:10.358Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (0.90s) [2024-04-23T09:56:10.358Z] === RUN TestContainerRestartWithCancelledRequest [2024-04-23T09:56:12.299Z] --- PASS: TestContainerRestartWithCancelledRequest (1.85s) [2024-04-23T09:56:12.299Z] === RUN TestCgroupNamespacesRun [2024-04-23T09:56:13.236Z] --- PASS: TestCgroupNamespacesRun (1.02s) [2024-04-23T09:56:13.236Z] === RUN TestCgroupNamespacesRunPrivileged [2024-04-23T09:56:14.159Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.04s) [2024-04-23T09:56:14.159Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2024-04-23T09:56:15.082Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (0.99s) [2024-04-23T09:56:15.082Z] === RUN TestCgroupNamespacesRunHostMode [2024-04-23T09:56:16.442Z] --- PASS: TestCgroupNamespacesRunHostMode (1.03s) [2024-04-23T09:56:16.442Z] === RUN TestCgroupNamespacesRunPrivateMode [2024-04-23T09:56:17.365Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.00s) [2024-04-23T09:56:17.365Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2024-04-23T09:56:18.288Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.03s) [2024-04-23T09:56:18.288Z] === RUN TestCgroupNamespacesRunInvalidMode [2024-04-23T09:56:18.847Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.59s) [2024-04-23T09:56:18.847Z] === RUN TestCgroupNamespacesRunOlderClient [2024-04-23T09:56:19.771Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.02s) [2024-04-23T09:56:19.771Z] === RUN TestNISDomainname [2024-04-23T09:56:20.330Z] --- PASS: TestNISDomainname (0.49s) [2024-04-23T09:56:20.330Z] === RUN TestHostnameDnsResolution [2024-04-23T09:56:20.889Z] --- PASS: TestHostnameDnsResolution (0.68s) [2024-04-23T09:56:20.889Z] === RUN TestUnprivilegedPortsAndPing [2024-04-23T09:56:21.448Z] --- PASS: TestUnprivilegedPortsAndPing (0.47s) [2024-04-23T09:56:21.448Z] === RUN TestPrivilegedHostDevices [2024-04-23T09:56:22.008Z] --- PASS: TestPrivilegedHostDevices (0.45s) [2024-04-23T09:56:22.008Z] === RUN TestRunConsoleSize [2024-04-23T09:56:22.262Z] --- PASS: TestRunConsoleSize (0.40s) [2024-04-23T09:56:22.262Z] === RUN TestRunWithAlternativeContainerdShim [2024-04-23T09:56:28.786Z] --- PASS: TestRunWithAlternativeContainerdShim (5.33s) [2024-04-23T09:56:28.786Z] === RUN TestMacAddressIsAppliedToMainNetworkWithShortID [2024-04-23T09:56:28.786Z] --- PASS: TestMacAddressIsAppliedToMainNetworkWithShortID (1.05s) [2024-04-23T09:56:28.786Z] === RUN TestStaticIPOutsideSubpool [2024-04-23T09:56:29.709Z] --- PASS: TestStaticIPOutsideSubpool (1.14s) [2024-04-23T09:56:29.709Z] === RUN TestWorkingDirNormalization [2024-04-23T09:56:29.709Z] === RUN TestWorkingDirNormalization/trailing_slash [2024-04-23T09:56:29.709Z] === PAUSE TestWorkingDirNormalization/trailing_slash [2024-04-23T09:56:29.709Z] === RUN TestWorkingDirNormalization/no_trailing_slash [2024-04-23T09:56:29.709Z] === PAUSE TestWorkingDirNormalization/no_trailing_slash [2024-04-23T09:56:29.709Z] === CONT TestWorkingDirNormalization/trailing_slash [2024-04-23T09:56:29.709Z] === CONT TestWorkingDirNormalization/no_trailing_slash [2024-04-23T09:56:30.632Z] --- PASS: TestWorkingDirNormalization (0.01s) [2024-04-23T09:56:30.632Z] --- PASS: TestWorkingDirNormalization/no_trailing_slash (0.53s) [2024-04-23T09:56:30.632Z] --- PASS: TestWorkingDirNormalization/trailing_slash (0.58s) [2024-04-23T09:56:30.632Z] === RUN TestStats [2024-04-23T09:56:31.994Z] --- PASS: TestStats (1.41s) [2024-04-23T09:56:31.994Z] === RUN TestStopContainerWithTimeout [2024-04-23T09:56:31.994Z] === RUN TestStopContainerWithTimeout/0 [2024-04-23T09:56:31.994Z] === PAUSE TestStopContainerWithTimeout/0 [2024-04-23T09:56:31.994Z] === RUN TestStopContainerWithTimeout/1 [2024-04-23T09:56:31.994Z] === PAUSE TestStopContainerWithTimeout/1 [2024-04-23T09:56:31.994Z] === RUN TestStopContainerWithTimeout/3 [2024-04-23T09:56:31.994Z] === PAUSE TestStopContainerWithTimeout/3 [2024-04-23T09:56:31.994Z] === RUN TestStopContainerWithTimeout/-1 [2024-04-23T09:56:31.994Z] === PAUSE TestStopContainerWithTimeout/-1 [2024-04-23T09:56:31.994Z] === CONT TestStopContainerWithTimeout/0 [2024-04-23T09:56:31.994Z] === CONT TestStopContainerWithTimeout/3 [2024-04-23T09:56:31.994Z] === CONT TestStopContainerWithTimeout/1 [2024-04-23T09:56:31.994Z] === CONT TestStopContainerWithTimeout/-1 [2024-04-23T09:56:35.249Z] --- PASS: TestStopContainerWithTimeout (0.04s) [2024-04-23T09:56:35.249Z] --- PASS: TestStopContainerWithTimeout/0 (0.77s) [2024-04-23T09:56:35.249Z] --- PASS: TestStopContainerWithTimeout/1 (1.77s) [2024-04-23T09:56:35.249Z] --- PASS: TestStopContainerWithTimeout/-1 (2.75s) [2024-04-23T09:56:35.249Z] --- PASS: TestStopContainerWithTimeout/3 (2.81s) [2024-04-23T09:56:35.249Z] === RUN TestStopContainerWithTimeoutCancel [2024-04-23T09:56:35.249Z] === PAUSE TestStopContainerWithTimeoutCancel [2024-04-23T09:56:35.249Z] === RUN TestStopContainerWithRestartPolicyAlways [2024-04-23T09:56:36.608Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.78s) [2024-04-23T09:56:36.608Z] === RUN TestUpdateMemory [2024-04-23T09:56:36.863Z] --- PASS: TestUpdateMemory (0.49s) [2024-04-23T09:56:36.863Z] === RUN TestUpdateCPUQuota [2024-04-23T09:56:37.786Z] --- PASS: TestUpdateCPUQuota (0.68s) [2024-04-23T09:56:37.786Z] === RUN TestUpdatePidsLimit [2024-04-23T09:56:37.786Z] === RUN TestUpdatePidsLimit/update_from_none [2024-04-23T09:56:37.786Z] === RUN TestUpdatePidsLimit/no_change [2024-04-23T09:56:38.040Z] === RUN TestUpdatePidsLimit/update_lower [2024-04-23T09:56:38.040Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2024-04-23T09:56:38.294Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2024-04-23T09:56:38.294Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2024-04-23T09:56:38.548Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2024-04-23T09:56:39.107Z] --- PASS: TestUpdatePidsLimit (1.46s) [2024-04-23T09:56:39.107Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.15s) [2024-04-23T09:56:39.107Z] --- PASS: TestUpdatePidsLimit/no_change (0.15s) [2024-04-23T09:56:39.107Z] --- PASS: TestUpdatePidsLimit/update_lower (0.15s) [2024-04-23T09:56:39.107Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.15s) [2024-04-23T09:56:39.107Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.15s) [2024-04-23T09:56:39.107Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.15s) [2024-04-23T09:56:39.107Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.15s) [2024-04-23T09:56:39.107Z] === RUN TestUpdateRestartPolicy [2024-04-23T09:56:51.256Z] --- PASS: TestUpdateRestartPolicy (10.53s) [2024-04-23T09:56:51.256Z] === RUN TestUpdateRestartWithAutoRemove [2024-04-23T09:56:51.256Z] --- PASS: TestUpdateRestartWithAutoRemove (0.44s) [2024-04-23T09:56:51.256Z] === RUN TestWaitNonBlocked [2024-04-23T09:56:51.256Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2024-04-23T09:56:51.256Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2024-04-23T09:56:51.256Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2024-04-23T09:56:51.256Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2024-04-23T09:56:51.256Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2024-04-23T09:56:51.256Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2024-04-23T09:56:51.256Z] --- PASS: TestWaitNonBlocked (0.02s) [2024-04-23T09:56:51.256Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.51s) [2024-04-23T09:56:51.256Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.54s) [2024-04-23T09:56:51.256Z] === RUN TestWaitBlocked [2024-04-23T09:56:51.256Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2024-04-23T09:56:51.256Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2024-04-23T09:56:51.256Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2024-04-23T09:56:51.256Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2024-04-23T09:56:51.256Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2024-04-23T09:56:51.256Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2024-04-23T09:56:51.256Z] --- PASS: TestWaitBlocked (0.02s) [2024-04-23T09:56:51.256Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.51s) [2024-04-23T09:56:51.256Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.56s) [2024-04-23T09:56:51.256Z] === RUN TestWaitConditions [2024-04-23T09:56:51.256Z] === RUN TestWaitConditions/default [2024-04-23T09:56:51.256Z] === PAUSE TestWaitConditions/default [2024-04-23T09:56:51.256Z] === RUN TestWaitConditions/not-running [2024-04-23T09:56:51.256Z] === PAUSE TestWaitConditions/not-running [2024-04-23T09:56:51.256Z] === RUN TestWaitConditions/next-exit [2024-04-23T09:56:51.256Z] === PAUSE TestWaitConditions/next-exit [2024-04-23T09:56:51.256Z] === RUN TestWaitConditions/removed [2024-04-23T09:56:51.256Z] === PAUSE TestWaitConditions/removed [2024-04-23T09:56:51.256Z] === CONT TestWaitConditions/default [2024-04-23T09:56:51.256Z] === CONT TestWaitConditions/next-exit [2024-04-23T09:56:51.256Z] === CONT TestWaitConditions/removed [2024-04-23T09:56:51.256Z] === CONT TestWaitConditions/not-running [2024-04-23T09:56:51.256Z] wait_test.go:145: ContainerID = 4610471e03427879827f2274a23fd65d52b9dc0893ab5ab26666e02f47a2f98a [2024-04-23T09:56:51.256Z] wait_test.go:145: ContainerID = 6c0a48b968e1d51449fc05fae6be6975243eca6588bf57214e2b0e04f52ae910 [2024-04-23T09:56:51.256Z] wait_test.go:145: ContainerID = 61470d3dc4c30d542ea96f169a1994aed8493a1a734be0e133fa82694b129a58 [2024-04-23T09:56:51.256Z] wait_test.go:145: ContainerID = 17f566b61a751112acc92000cf52714c8667896390e80a590e56a26c7a51b8c4 [2024-04-23T09:56:52.182Z] --- PASS: TestWaitConditions (0.03s) [2024-04-23T09:56:52.182Z] --- PASS: TestWaitConditions/default (0.62s) [2024-04-23T09:56:52.182Z] --- PASS: TestWaitConditions/not-running (0.89s) [2024-04-23T09:56:52.182Z] --- PASS: TestWaitConditions/next-exit (0.94s) [2024-04-23T09:56:52.182Z] --- PASS: TestWaitConditions/removed (1.01s) [2024-04-23T09:56:52.182Z] === RUN TestWaitRestartedContainer [2024-04-23T09:56:52.182Z] === RUN TestWaitRestartedContainer/default [2024-04-23T09:56:52.182Z] === PAUSE TestWaitRestartedContainer/default [2024-04-23T09:56:52.182Z] === RUN TestWaitRestartedContainer/not-running [2024-04-23T09:56:52.182Z] === PAUSE TestWaitRestartedContainer/not-running [2024-04-23T09:56:52.182Z] === RUN TestWaitRestartedContainer/next-exit [2024-04-23T09:56:52.182Z] === PAUSE TestWaitRestartedContainer/next-exit [2024-04-23T09:56:52.182Z] === CONT TestWaitRestartedContainer/default [2024-04-23T09:56:52.182Z] === CONT TestWaitRestartedContainer/next-exit [2024-04-23T09:56:52.182Z] === CONT TestWaitRestartedContainer/not-running [2024-04-23T09:56:54.086Z] --- PASS: TestWaitRestartedContainer (0.01s) [2024-04-23T09:56:54.086Z] --- PASS: TestWaitRestartedContainer/not-running (1.47s) [2024-04-23T09:56:54.086Z] --- PASS: TestWaitRestartedContainer/next-exit (1.50s) [2024-04-23T09:56:54.086Z] --- PASS: TestWaitRestartedContainer/default (1.69s) [2024-04-23T09:56:54.086Z] === CONT TestContainerStartOnDaemonRestart [2024-04-23T09:56:54.086Z] === CONT TestHardRestartWhenContainerIsRunning [2024-04-23T09:56:54.086Z] === CONT TestIpcModeOlderClient [2024-04-23T09:56:54.086Z] === CONT TestStopContainerWithTimeoutCancel [2024-04-23T09:56:54.086Z] === CONT TestDaemonHostGatewayIP [2024-04-23T09:56:54.086Z] === CONT TestRestartDaemonWithRestartingContainer [2024-04-23T09:56:54.086Z] === CONT TestDaemonRestartIpcMode [2024-04-23T09:56:54.086Z] === CONT TestContainerKillOnDaemonStart [2024-04-23T09:56:54.086Z] --- PASS: TestIpcModeOlderClient (0.08s) [2024-04-23T09:56:55.970Z] === RUN TestHardRestartWhenContainerIsRunning/RestartPolicy=none [2024-04-23T09:56:55.970Z] === RUN TestHardRestartWhenContainerIsRunning/RestartPolicy=on-failure [2024-04-23T09:56:56.224Z] --- PASS: TestHardRestartWhenContainerIsRunning (2.26s) [2024-04-23T09:56:56.224Z] --- PASS: TestHardRestartWhenContainerIsRunning/RestartPolicy=none (0.00s) [2024-04-23T09:56:56.224Z] --- PASS: TestHardRestartWhenContainerIsRunning/RestartPolicy=on-failure (0.33s) [2024-04-23T09:56:56.479Z] --- PASS: TestContainerStartOnDaemonRestart (2.58s) [2024-04-23T09:56:57.038Z] --- PASS: TestDaemonHostGatewayIP (3.02s) [2024-04-23T09:56:57.038Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.05s) [2024-04-23T09:56:57.293Z] --- PASS: TestDaemonRestartIpcMode (3.43s) [2024-04-23T09:56:57.548Z] --- PASS: TestStopContainerWithTimeoutCancel (3.56s) [2024-04-23T09:57:05.615Z] --- PASS: TestContainerKillOnDaemonStart (11.73s) [2024-04-23T09:57:05.615Z] PASS [2024-04-23T09:57:05.615Z] [2024-04-23T09:57:05.615Z] === Skipped [2024-04-23T09:57:05.615Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2024-04-23T09:57:05.615Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2024-04-23T09:57:05.615Z] [2024-04-23T09:57:05.615Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2024-04-23T09:57:05.615Z] pause_test.go:53: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2024-04-23T09:57:05.615Z] [2024-04-23T09:57:05.615Z] DONE 330 tests, 2 skipped in 163.980s [2024-04-23T09:57:05.615Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2024-04-23T09:57:05.615Z] ++ '[' -n '' ']' [2024-04-23T09:57:05.615Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2024-04-23T09:57:05.615Z] ++ set -e [2024-04-23T09:57:05.615Z] ++ '[' -n 0 ']' [2024-04-23T09:57:05.615Z] ++ set -x [2024-04-23T09:57:05.615Z] ++ 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.NSyrXw05lW/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2024-04-23T09:57:05.870Z] INFO: Testing against a local daemon [2024-04-23T09:57:05.870Z] === RUN TestConfigDaemonID [2024-04-23T09:57:06.793Z] daemon_test.go:61: [d4575f57136eb] daemon is not started [2024-04-23T09:57:06.793Z] --- PASS: TestConfigDaemonID (1.04s) [2024-04-23T09:57:06.793Z] === RUN TestDaemonConfigValidation [2024-04-23T09:57:06.793Z] === RUN TestDaemonConfigValidation/config_with_no_content [2024-04-23T09:57:06.793Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2024-04-23T09:57:06.793Z] === RUN TestDaemonConfigValidation/config_with_{} [2024-04-23T09:57:06.793Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2024-04-23T09:57:06.793Z] === RUN TestDaemonConfigValidation/invalid_config [2024-04-23T09:57:06.793Z] === PAUSE TestDaemonConfigValidation/invalid_config [2024-04-23T09:57:06.793Z] === RUN TestDaemonConfigValidation/malformed_config [2024-04-23T09:57:06.793Z] === PAUSE TestDaemonConfigValidation/malformed_config [2024-04-23T09:57:06.793Z] === RUN TestDaemonConfigValidation/valid_config [2024-04-23T09:57:06.793Z] === PAUSE TestDaemonConfigValidation/valid_config [2024-04-23T09:57:06.793Z] === CONT TestDaemonConfigValidation/config_with_no_content [2024-04-23T09:57:06.793Z] === CONT TestDaemonConfigValidation/invalid_config [2024-04-23T09:57:06.793Z] === CONT TestDaemonConfigValidation/malformed_config [2024-04-23T09:57:06.793Z] === CONT TestDaemonConfigValidation/config_with_{} [2024-04-23T09:57:06.793Z] === CONT TestDaemonConfigValidation/valid_config [2024-04-23T09:57:06.793Z] --- PASS: TestDaemonConfigValidation (0.00s) [2024-04-23T09:57:06.793Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.06s) [2024-04-23T09:57:06.793Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.06s) [2024-04-23T09:57:06.793Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.06s) [2024-04-23T09:57:06.793Z] --- PASS: TestDaemonConfigValidation/valid_config (0.06s) [2024-04-23T09:57:06.793Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.07s) [2024-04-23T09:57:06.793Z] === RUN TestConfigDaemonSeccompProfiles [2024-04-23T09:57:06.793Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2024-04-23T09:57:08.152Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2024-04-23T09:57:09.076Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2024-04-23T09:57:09.999Z] daemon_test.go:180: [dca3571be561c] daemon is not started [2024-04-23T09:57:09.999Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s) [2024-04-23T09:57:09.999Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2024-04-23T09:57:09.999Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2024-04-23T09:57:09.999Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2024-04-23T09:57:09.999Z] === RUN TestDaemonProxy [2024-04-23T09:57:09.999Z] === RUN TestDaemonProxy/environment_variables [2024-04-23T09:57:09.999Z] === PAUSE TestDaemonProxy/environment_variables [2024-04-23T09:57:09.999Z] === RUN TestDaemonProxy/command-line_options [2024-04-23T09:57:09.999Z] === PAUSE TestDaemonProxy/command-line_options [2024-04-23T09:57:09.999Z] === RUN TestDaemonProxy/configuration_file [2024-04-23T09:57:09.999Z] === PAUSE TestDaemonProxy/configuration_file [2024-04-23T09:57:09.999Z] === RUN TestDaemonProxy/conflicting_options [2024-04-23T09:57:10.558Z] === RUN TestDaemonProxy/reload_sanitized [2024-04-23T09:57:10.558Z] === PAUSE TestDaemonProxy/reload_sanitized [2024-04-23T09:57:10.558Z] === CONT TestDaemonProxy/environment_variables [2024-04-23T09:57:10.558Z] === CONT TestDaemonProxy/reload_sanitized [2024-04-23T09:57:10.558Z] === CONT TestDaemonProxy/configuration_file [2024-04-23T09:57:10.558Z] === CONT TestDaemonProxy/command-line_options [2024-04-23T09:57:11.916Z] --- PASS: TestDaemonProxy (0.50s) [2024-04-23T09:57:11.916Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2024-04-23T09:57:11.916Z] --- PASS: TestDaemonProxy/reload_sanitized (0.62s) [2024-04-23T09:57:11.916Z] --- PASS: TestDaemonProxy/environment_variables (1.49s) [2024-04-23T09:57:11.916Z] --- PASS: TestDaemonProxy/configuration_file (1.50s) [2024-04-23T09:57:11.916Z] --- PASS: TestDaemonProxy/command-line_options (1.50s) [2024-04-23T09:57:11.916Z] === RUN TestLiveRestore [2024-04-23T09:57:11.916Z] === RUN TestLiveRestore/volume_references [2024-04-23T09:57:11.916Z] === PAUSE TestLiveRestore/volume_references [2024-04-23T09:57:11.916Z] === RUN TestLiveRestore/autoremove [2024-04-23T09:57:11.916Z] === PAUSE TestLiveRestore/autoremove [2024-04-23T09:57:11.916Z] === CONT TestLiveRestore/volume_references [2024-04-23T09:57:11.916Z] === CONT TestLiveRestore/autoremove [2024-04-23T09:57:11.916Z] === RUN TestLiveRestore/autoremove/engine_restart_shouldnt_kill_alive_containers [2024-04-23T09:57:12.475Z] === RUN TestLiveRestore/volume_references/restartPolicy [2024-04-23T09:57:12.475Z] === RUN TestLiveRestore/volume_references/restartPolicy/always [2024-04-23T09:57:13.833Z] === RUN TestLiveRestore/volume_references/restartPolicy/unless-stopped [2024-04-23T09:57:13.833Z] === RUN TestLiveRestore/autoremove/engine_restart_should_remove_containers_that_exited [2024-04-23T09:57:14.756Z] === RUN TestLiveRestore/volume_references/restartPolicy/on-failure [2024-04-23T09:57:15.678Z] === RUN TestLiveRestore/volume_references/restartPolicy/no [2024-04-23T09:57:16.601Z] === RUN TestLiveRestore/volume_references/local_volume_with_mount_options [2024-04-23T09:57:17.159Z] === RUN TestLiveRestore/volume_references/local_volume_with_mount_options/volume_still_mounted [2024-04-23T09:57:18.082Z] === RUN TestLiveRestore/volume_references/container_with_bind-mounts [2024-04-23T09:57:18.641Z] --- PASS: TestLiveRestore (0.00s) [2024-04-23T09:57:18.641Z] --- PASS: TestLiveRestore/autoremove (3.39s) [2024-04-23T09:57:18.641Z] --- PASS: TestLiveRestore/autoremove/engine_restart_shouldnt_kill_alive_containers (1.83s) [2024-04-23T09:57:18.641Z] --- PASS: TestLiveRestore/autoremove/engine_restart_should_remove_containers_that_exited (1.56s) [2024-04-23T09:57:18.641Z] --- PASS: TestLiveRestore/volume_references (6.77s) [2024-04-23T09:57:18.641Z] --- PASS: TestLiveRestore/volume_references/restartPolicy (3.99s) [2024-04-23T09:57:18.641Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/always (1.11s) [2024-04-23T09:57:18.641Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (0.98s) [2024-04-23T09:57:18.641Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (0.96s) [2024-04-23T09:57:18.641Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/no (0.94s) [2024-04-23T09:57:18.641Z] --- PASS: TestLiveRestore/volume_references/local_volume_with_mount_options (1.29s) [2024-04-23T09:57:18.641Z] --- PASS: TestLiveRestore/volume_references/local_volume_with_mount_options/volume_still_mounted (0.37s) [2024-04-23T09:57:18.641Z] --- PASS: TestLiveRestore/volume_references/container_with_bind-mounts (0.89s) [2024-04-23T09:57:18.641Z] === RUN TestDaemonDefaultBridgeWithFixedCidrButNoBip [2024-04-23T09:57:19.565Z] --- PASS: TestDaemonDefaultBridgeWithFixedCidrButNoBip (0.67s) [2024-04-23T09:57:19.565Z] PASS [2024-04-23T09:57:19.565Z] [2024-04-23T09:57:19.565Z] DONE 31 tests in 13.718s [2024-04-23T09:57:19.565Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2024-04-23T09:57:19.565Z] ++ '[' -n '' ']' [2024-04-23T09:57:19.565Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2024-04-23T09:57:19.565Z] ++ set -e [2024-04-23T09:57:19.565Z] ++ '[' -n 0 ']' [2024-04-23T09:57:19.565Z] ++ set -x [2024-04-23T09:57:19.565Z] ++ 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.NSyrXw05lW/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2024-04-23T09:57:19.565Z] INFO: Testing against a local daemon [2024-04-23T09:57:19.565Z] === RUN TestCommitInheritsEnv [2024-04-23T09:57:19.565Z] --- PASS: TestCommitInheritsEnv (0.16s) [2024-04-23T09:57:19.565Z] === RUN TestUsernsCommit [2024-04-23T09:57:20.923Z] --- PASS: TestUsernsCommit (1.23s) [2024-04-23T09:57:20.923Z] === RUN TestImportExtremelyLargeImageWorks [2024-04-23T09:57:20.923Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2024-04-23T09:57:20.923Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2024-04-23T09:57:20.923Z] === RUN TestImportWithCustomPlatform [2024-04-23T09:57:20.923Z] === RUN TestImportWithCustomPlatform/#00 [2024-04-23T09:57:20.923Z] === RUN TestImportWithCustomPlatform/linux [2024-04-23T09:57:20.923Z] === RUN TestImportWithCustomPlatform/LINUX [2024-04-23T09:57:20.923Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2024-04-23T09:57:20.923Z] --- PASS: TestImportWithCustomPlatform (0.11s) [2024-04-23T09:57:20.923Z] --- PASS: TestImportWithCustomPlatform/#00 (0.02s) [2024-04-23T09:57:20.923Z] --- PASS: TestImportWithCustomPlatform/linux (0.02s) [2024-04-23T09:57:20.923Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.02s) [2024-04-23T09:57:20.923Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.02s) [2024-04-23T09:57:20.923Z] === RUN TestImportWithCustomPlatformReject [2024-04-23T09:57:20.923Z] === RUN TestImportWithCustomPlatformReject/_______ [2024-04-23T09:57:20.923Z] === RUN TestImportWithCustomPlatformReject// [2024-04-23T09:57:20.923Z] === RUN TestImportWithCustomPlatformReject/macos [2024-04-23T09:57:20.923Z] === RUN TestImportWithCustomPlatformReject/macos/arm64 [2024-04-23T09:57:20.923Z] === RUN TestImportWithCustomPlatformReject/nintendo64 [2024-04-23T09:57:20.923Z] --- PASS: TestImportWithCustomPlatformReject (0.01s) [2024-04-23T09:57:20.923Z] --- PASS: TestImportWithCustomPlatformReject/_______ (0.00s) [2024-04-23T09:57:20.923Z] --- PASS: TestImportWithCustomPlatformReject// (0.00s) [2024-04-23T09:57:20.923Z] --- PASS: TestImportWithCustomPlatformReject/macos (0.00s) [2024-04-23T09:57:20.923Z] --- PASS: TestImportWithCustomPlatformReject/macos/arm64 (0.00s) [2024-04-23T09:57:20.923Z] --- PASS: TestImportWithCustomPlatformReject/nintendo64 (0.00s) [2024-04-23T09:57:20.923Z] === RUN TestImageInspectEmptyTagsAndDigests [2024-04-23T09:57:20.923Z] --- PASS: TestImageInspectEmptyTagsAndDigests (0.01s) [2024-04-23T09:57:20.923Z] === RUN TestImagesFilterMultiReference [2024-04-23T09:57:20.923Z] --- PASS: TestImagesFilterMultiReference (0.04s) [2024-04-23T09:57:20.923Z] === RUN TestImagesFilterUntil [2024-04-23T09:57:21.177Z] list_test.go:99: ImageList: ID=sha256:99d9696cd933546664da161453e4fe099d9c087c6bc73d4ab7269802d5f970cb RepoTags=[testimagesfilteruntil:v1] [2024-04-23T09:57:21.177Z] --- PASS: TestImagesFilterUntil (0.25s) [2024-04-23T09:57:21.177Z] === RUN TestImagesFilterBeforeSince [2024-04-23T09:57:21.432Z] list_test.go:133: ImageList: ID=sha256:c9ea44d811bcaec00c62ce73917cf2c7341795d64c9b7f39e7259d1ebea2cbef RepoTags=[testimagesfilterbeforesince:v3] [2024-04-23T09:57:21.432Z] list_test.go:133: ImageList: ID=sha256:bbc6f09fd15bc60c3bb433c48054256b83673d2236a8762340a3d02166caf29e RepoTags=[testimagesfilterbeforesince:v2] [2024-04-23T09:57:21.432Z] list_test.go:133: ImageList: ID=sha256:376b23829620939fd3ba2b9632aebd1f6ecd9084c5330a529fc788e6aebfe9cc RepoTags=[testimagesfilterbeforesince:v1] [2024-04-23T09:57:21.432Z] --- PASS: TestImagesFilterBeforeSince (0.26s) [2024-04-23T09:57:21.432Z] === RUN TestAPIImagesFilters [2024-04-23T09:57:21.432Z] === RUN TestAPIImagesFilters/repository_regex [2024-04-23T09:57:21.432Z] === PAUSE TestAPIImagesFilters/repository_regex [2024-04-23T09:57:21.432Z] === RUN TestAPIImagesFilters/image_name_regex [2024-04-23T09:57:21.432Z] === PAUSE TestAPIImagesFilters/image_name_regex [2024-04-23T09:57:21.432Z] === RUN TestAPIImagesFilters/image_name_without_a_tag [2024-04-23T09:57:21.432Z] === PAUSE TestAPIImagesFilters/image_name_without_a_tag [2024-04-23T09:57:21.432Z] === RUN TestAPIImagesFilters/registry_port_regex [2024-04-23T09:57:21.432Z] === PAUSE TestAPIImagesFilters/registry_port_regex [2024-04-23T09:57:21.432Z] === CONT TestAPIImagesFilters/repository_regex [2024-04-23T09:57:21.432Z] === CONT TestAPIImagesFilters/image_name_without_a_tag [2024-04-23T09:57:21.432Z] === CONT TestAPIImagesFilters/image_name_regex [2024-04-23T09:57:21.432Z] === CONT TestAPIImagesFilters/registry_port_regex [2024-04-23T09:57:21.432Z] --- PASS: TestAPIImagesFilters (0.03s) [2024-04-23T09:57:21.432Z] --- PASS: TestAPIImagesFilters/image_name_without_a_tag (0.00s) [2024-04-23T09:57:21.432Z] --- PASS: TestAPIImagesFilters/image_name_regex (0.00s) [2024-04-23T09:57:21.432Z] --- PASS: TestAPIImagesFilters/repository_regex (0.00s) [2024-04-23T09:57:21.432Z] --- PASS: TestAPIImagesFilters/registry_port_regex (0.00s) [2024-04-23T09:57:21.432Z] === RUN TestAPIImagesListSizeShared [2024-04-23T09:57:22.355Z] --- PASS: TestAPIImagesListSizeShared (0.60s) [2024-04-23T09:57:22.356Z] === RUN TestPruneDontDeleteUsedDangling [2024-04-23T09:57:22.610Z] --- PASS: TestPruneDontDeleteUsedDangling (0.55s) [2024-04-23T09:57:22.610Z] === RUN TestImagePullPlatformInvalid [2024-04-23T09:57:22.610Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2024-04-23T09:57:22.610Z] === RUN TestImagePullStoredDigestForOtherRepo [2024-04-23T09:57:22.610Z] time="2024-04-23T09:57:22.628676168Z" 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=818c2f6e-ec1c-425d-961e-34852272da33 version=2.8.3 [2024-04-23T09:57:22.610Z] time="2024-04-23T09:57:22.62874569Z" level=info msg="redis not configured" go.version=go1.20.8 instance.id=818c2f6e-ec1c-425d-961e-34852272da33 version=2.8.3 [2024-04-23T09:57:22.610Z] time="2024-04-23T09:57:22.628780176Z" level=info msg="Starting upload purge in 1m0s" go.version=go1.20.8 instance.id=818c2f6e-ec1c-425d-961e-34852272da33 version=2.8.3 [2024-04-23T09:57:22.610Z] time="2024-04-23T09:57:22.628962861Z" level=info msg="listening on 127.0.0.1:5000" go.version=go1.20.8 instance.id=818c2f6e-ec1c-425d-961e-34852272da33 version=2.8.3 [2024-04-23T09:57:22.867Z] time="2024-04-23T09:57:22.724688946Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=bc1d9e6a-7bb7-40d4-966a-a86891767d77 http.request.method=GET http.request.remoteaddr="127.0.0.1:46170" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" [2024-04-23T09:57:22.867Z] time="2024-04-23T09:57:22.724823731Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=bc1d9e6a-7bb7-40d4-966a-a86891767d77 http.request.method=GET http.request.remoteaddr="127.0.0.1:46170" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.558286ms http.response.status=200 http.response.written=2 [2024-04-23T09:57:22.867Z] 127.0.0.1 - - [23/Apr/2024:09:57:22 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" [2024-04-23T09:57:22.867Z] time="2024-04-23T09:57:22.727055094Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=34351b52-8214-4dac-811c-873c13f7e767 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46192" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-04-23T09:57:22.867Z] time="2024-04-23T09:57:22.727095381Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=34351b52-8214-4dac-811c-873c13f7e767 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46192" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-04-23T09:57:22.867Z] time="2024-04-23T09:57:22.727110166Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=03e32c36-f744-4519-ac66-8ef5a1379225 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46176" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-04-23T09:57:22.867Z] time="2024-04-23T09:57:22.72716176Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=03e32c36-f744-4519-ac66-8ef5a1379225 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46176" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-04-23T09:57:22.867Z] time="2024-04-23T09:57:22.727177243Z" 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=34351b52-8214-4dac-811c-873c13f7e767 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46192" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" trace.duration=35.651µ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=a2864b78-e28c-4143-86f6-876473d1781c trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-04-23T09:57:22.867Z] time="2024-04-23T09:57:22.727217283Z" 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=03e32c36-f744-4519-ac66-8ef5a1379225 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46176" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" trace.duration=24.123µ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=16a52d11-a1b8-43d9-8395-0de0f00781db trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-04-23T09:57:22.867Z] time="2024-04-23T09:57:22.727291211Z" 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=34351b52-8214-4dac-811c-873c13f7e767 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46192" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.105769ms http.response.status=404 http.response.written=157 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-04-23T09:57:22.867Z] 127.0.0.1 - - [23/Apr/2024:09:57:22 +0000] "HEAD /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 404 157 "" "containerd/1.7.15+unknown" [2024-04-23T09:57:22.867Z] time="2024-04-23T09:57:22.72738145Z" 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=03e32c36-f744-4519-ac66-8ef5a1379225 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46176" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.220592ms http.response.status=404 http.response.written=157 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-04-23T09:57:22.867Z] 127.0.0.1 - - [23/Apr/2024:09:57:22 +0000] "HEAD /v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 404 157 "" "containerd/1.7.15+unknown" [2024-04-23T09:57:22.867Z] time="2024-04-23T09:57:22.728941812Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=3cb54f97-c5b2-4a0b-9d5b-be3b2769ca81 http.request.method=POST http.request.remoteaddr="127.0.0.1:46176" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" vars.name=test [2024-04-23T09:57:22.867Z] time="2024-04-23T09:57:22.728983215Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=3cb54f97-c5b2-4a0b-9d5b-be3b2769ca81 http.request.method=POST http.request.remoteaddr="127.0.0.1:46176" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" vars.name=test [2024-04-23T09:57:22.867Z] time="2024-04-23T09:57:22.729104863Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=46b73a45-bd22-4e16-a2a1-84a65bd2a1bb http.request.method=POST http.request.remoteaddr="127.0.0.1:46192" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" vars.name=test [2024-04-23T09:57:22.867Z] time="2024-04-23T09:57:22.729121774Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/79c0664b-85ef-4ab2-a648-8a7bf47357e5/startedat")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=3cb54f97-c5b2-4a0b-9d5b-be3b2769ca81 http.request.method=POST http.request.remoteaddr="127.0.0.1:46176" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" trace.duration=108.274µ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=ce406b45-4f3e-4307-a6fd-4221e0ff5e12 trace.line=110 vars.name=test [2024-04-23T09:57:22.867Z] time="2024-04-23T09:57:22.729143304Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=46b73a45-bd22-4e16-a2a1-84a65bd2a1bb http.request.method=POST http.request.remoteaddr="127.0.0.1:46192" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" vars.name=test [2024-04-23T09:57:22.867Z] time="2024-04-23T09:57:22.729169478Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/79c0664b-85ef-4ab2-a648-8a7bf47357e5/data", false)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=3cb54f97-c5b2-4a0b-9d5b-be3b2769ca81 http.request.method=POST http.request.remoteaddr="127.0.0.1:46176" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" trace.duration=22.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).Writer" trace.id=72552e05-3bf1-4849-945e-6fd7d6cfbd96 trace.line=142 vars.name=test [2024-04-23T09:57:22.867Z] time="2024-04-23T09:57:22.729230655Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/c4414fdb-17ad-45c3-a117-c99322e7eab6/startedat")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=46b73a45-bd22-4e16-a2a1-84a65bd2a1bb http.request.method=POST http.request.remoteaddr="127.0.0.1:46192" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" trace.duration=60.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=a38abc3a-66ac-44c1-968a-ce21e09e798f trace.line=110 vars.name=test [2024-04-23T09:57:22.867Z] time="2024-04-23T09:57:22.729261752Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/79c0664b-85ef-4ab2-a648-8a7bf47357e5/hashstates/sha256/0")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=3cb54f97-c5b2-4a0b-9d5b-be3b2769ca81 http.request.method=POST http.request.remoteaddr="127.0.0.1:46176" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" trace.duration=47.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=b2f81e3c-9e10-4f19-98fd-6df773e10f5f trace.line=110 vars.name=test [2024-04-23T09:57:22.867Z] time="2024-04-23T09:57:22.729290068Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/c4414fdb-17ad-45c3-a117-c99322e7eab6/data", false)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=46b73a45-bd22-4e16-a2a1-84a65bd2a1bb http.request.method=POST http.request.remoteaddr="127.0.0.1:46192" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" trace.duration=23.589µ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=17619545-61eb-489a-8b50-f7da8cd4372b trace.line=142 vars.name=test [2024-04-23T09:57:22.867Z] time="2024-04-23T09:57:22.729358465Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=3cb54f97-c5b2-4a0b-9d5b-be3b2769ca81 http.request.method=POST http.request.remoteaddr="127.0.0.1:46176" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" http.response.duration=1.754371ms http.response.status=202 http.response.written=0 [2024-04-23T09:57:22.867Z] 127.0.0.1 - - [23/Apr/2024:09:57:22 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.7.15+unknown" [2024-04-23T09:57:22.867Z] time="2024-04-23T09:57:22.729361271Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/c4414fdb-17ad-45c3-a117-c99322e7eab6/hashstates/sha256/0")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=46b73a45-bd22-4e16-a2a1-84a65bd2a1bb http.request.method=POST http.request.remoteaddr="127.0.0.1:46192" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" trace.duration=43.724µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=cb3ac1c9-42d0-49d8-acc9-efe8da78b843 trace.line=110 vars.name=test [2024-04-23T09:57:22.867Z] time="2024-04-23T09:57:22.729481024Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=46b73a45-bd22-4e16-a2a1-84a65bd2a1bb http.request.method=POST http.request.remoteaddr="127.0.0.1:46192" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" http.response.duration=1.821488ms http.response.status=202 http.response.written=0 [2024-04-23T09:57:22.867Z] 127.0.0.1 - - [23/Apr/2024:09:57:22 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.7.15+unknown" [2024-04-23T09:57:22.867Z] time="2024-04-23T09:57:22.731587941Z" 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=1afe5ed6-187c-4603-8713-3e9d1d5b3325 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46192" http.request.uri="/v2/test/blobs/uploads/79c0664b-85ef-4ab2-a648-8a7bf47357e5?_state=1hzArIZUWJXrcIHl4azXTnNtXvnzSYKIa1QCv47QzaN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc5YzA2NjRiLTg1ZWYtNGFiMi1hNjQ4LThhN2JmNDczNTdlNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QwOTo1NzoyMi43Mjg5OTQzMDhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.uuid=79c0664b-85ef-4ab2-a648-8a7bf47357e5 [2024-04-23T09:57:22.867Z] time="2024-04-23T09:57:22.731664929Z" 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=1afe5ed6-187c-4603-8713-3e9d1d5b3325 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46192" http.request.uri="/v2/test/blobs/uploads/79c0664b-85ef-4ab2-a648-8a7bf47357e5?_state=1hzArIZUWJXrcIHl4azXTnNtXvnzSYKIa1QCv47QzaN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc5YzA2NjRiLTg1ZWYtNGFiMi1hNjQ4LThhN2JmNDczNTdlNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QwOTo1NzoyMi43Mjg5OTQzMDhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.uuid=79c0664b-85ef-4ab2-a648-8a7bf47357e5 [2024-04-23T09:57:22.867Z] time="2024-04-23T09:57:22.731586013Z" 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=7f0a6ee4-c179-452c-a700-2189aa9ca7e5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46176" http.request.uri="/v2/test/blobs/uploads/c4414fdb-17ad-45c3-a117-c99322e7eab6?_state=ZHfBZ2pW9zI6-k3bteywkQPpKu7UY03xoYc0AHsyMwl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM0NDE0ZmRiLTE3YWQtNDVjMy1hMTE3LWM5OTMyMmU3ZWFiNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QwOTo1NzoyMi43MjkxNTQxMjZaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.uuid=c4414fdb-17ad-45c3-a117-c99322e7eab6 [2024-04-23T09:57:22.867Z] time="2024-04-23T09:57:22.731805555Z" 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=7f0a6ee4-c179-452c-a700-2189aa9ca7e5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46176" http.request.uri="/v2/test/blobs/uploads/c4414fdb-17ad-45c3-a117-c99322e7eab6?_state=ZHfBZ2pW9zI6-k3bteywkQPpKu7UY03xoYc0AHsyMwl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM0NDE0ZmRiLTE3YWQtNDVjMy1hMTE3LWM5OTMyMmU3ZWFiNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QwOTo1NzoyMi43MjkxNTQxMjZaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.uuid=c4414fdb-17ad-45c3-a117-c99322e7eab6 [2024-04-23T09:57:22.867Z] time="2024-04-23T09:57:22.731736674Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_uploads/79c0664b-85ef-4ab2-a648-8a7bf47357e5/startedat")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=1afe5ed6-187c-4603-8713-3e9d1d5b3325 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46192" http.request.uri="/v2/test/blobs/uploads/79c0664b-85ef-4ab2-a648-8a7bf47357e5?_state=1hzArIZUWJXrcIHl4azXTnNtXvnzSYKIa1QCv47QzaN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc5YzA2NjRiLTg1ZWYtNGFiMi1hNjQ4LThhN2JmNDczNTdlNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QwOTo1NzoyMi43Mjg5OTQzMDhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" trace.duration=37.726µ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=ba2f5248-e3e9-4d08-afd3-25e0987c0f40 trace.line=95 vars.name=test vars.uuid=79c0664b-85ef-4ab2-a648-8a7bf47357e5 [2024-04-23T09:57:22.867Z] time="2024-04-23T09:57:22.73187584Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_uploads/c4414fdb-17ad-45c3-a117-c99322e7eab6/startedat")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=7f0a6ee4-c179-452c-a700-2189aa9ca7e5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46176" http.request.uri="/v2/test/blobs/uploads/c4414fdb-17ad-45c3-a117-c99322e7eab6?_state=ZHfBZ2pW9zI6-k3bteywkQPpKu7UY03xoYc0AHsyMwl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM0NDE0ZmRiLTE3YWQtNDVjMy1hMTE3LWM5OTMyMmU3ZWFiNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QwOTo1NzoyMi43MjkxNTQxMjZaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" trace.duration=34.945µ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=b3c0ae35-eec8-45a0-ba13-1ac7b7349866 trace.line=95 vars.name=test vars.uuid=c4414fdb-17ad-45c3-a117-c99322e7eab6 [2024-04-23T09:57:22.867Z] time="2024-04-23T09:57:22.731922781Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/c4414fdb-17ad-45c3-a117-c99322e7eab6/data", true)" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=7f0a6ee4-c179-452c-a700-2189aa9ca7e5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46176" http.request.uri="/v2/test/blobs/uploads/c4414fdb-17ad-45c3-a117-c99322e7eab6?_state=ZHfBZ2pW9zI6-k3bteywkQPpKu7UY03xoYc0AHsyMwl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM0NDE0ZmRiLTE3YWQtNDVjMy1hMTE3LWM5OTMyMmU3ZWFiNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QwOTo1NzoyMi43MjkxNTQxMjZaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" trace.duration=20.816µ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=bf275991-d0f6-4e38-a402-1969b4c36bfb trace.line=142 vars.name=test vars.uuid=c4414fdb-17ad-45c3-a117-c99322e7eab6 [2024-04-23T09:57:22.867Z] time="2024-04-23T09:57:22.731942153Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/79c0664b-85ef-4ab2-a648-8a7bf47357e5/data", true)" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=1afe5ed6-187c-4603-8713-3e9d1d5b3325 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46192" http.request.uri="/v2/test/blobs/uploads/79c0664b-85ef-4ab2-a648-8a7bf47357e5?_state=1hzArIZUWJXrcIHl4azXTnNtXvnzSYKIa1QCv47QzaN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc5YzA2NjRiLTg1ZWYtNGFiMi1hNjQ4LThhN2JmNDczNTdlNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QwOTo1NzoyMi43Mjg5OTQzMDhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" trace.duration=37.834µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Writer" trace.id=77cf07ab-9383-492b-9230-ce9e2c87b50e trace.line=142 vars.name=test vars.uuid=79c0664b-85ef-4ab2-a648-8a7bf47357e5 [2024-04-23T09:57:22.867Z] time="2024-04-23T09:57:22.731984992Z" 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=1afe5ed6-187c-4603-8713-3e9d1d5b3325 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46192" http.request.uri="/v2/test/blobs/uploads/79c0664b-85ef-4ab2-a648-8a7bf47357e5?_state=1hzArIZUWJXrcIHl4azXTnNtXvnzSYKIa1QCv47QzaN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc5YzA2NjRiLTg1ZWYtNGFiMi1hNjQ4LThhN2JmNDczNTdlNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QwOTo1NzoyMi43Mjg5OTQzMDhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.uuid=79c0664b-85ef-4ab2-a648-8a7bf47357e5 [2024-04-23T09:57:22.867Z] time="2024-04-23T09:57:22.731994583Z" 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=7f0a6ee4-c179-452c-a700-2189aa9ca7e5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46176" http.request.uri="/v2/test/blobs/uploads/c4414fdb-17ad-45c3-a117-c99322e7eab6?_state=ZHfBZ2pW9zI6-k3bteywkQPpKu7UY03xoYc0AHsyMwl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM0NDE0ZmRiLTE3YWQtNDVjMy1hMTE3LWM5OTMyMmU3ZWFiNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QwOTo1NzoyMi43MjkxNTQxMjZaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.uuid=c4414fdb-17ad-45c3-a117-c99322e7eab6 [2024-04-23T09:57:22.867Z] time="2024-04-23T09:57:22.732067124Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/79c0664b-85ef-4ab2-a648-8a7bf47357e5/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=1afe5ed6-187c-4603-8713-3e9d1d5b3325 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46192" http.request.uri="/v2/test/blobs/uploads/79c0664b-85ef-4ab2-a648-8a7bf47357e5?_state=1hzArIZUWJXrcIHl4azXTnNtXvnzSYKIa1QCv47QzaN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc5YzA2NjRiLTg1ZWYtNGFiMi1hNjQ4LThhN2JmNDczNTdlNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QwOTo1NzoyMi43Mjg5OTQzMDhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" trace.duration=41.707µ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=235e486c-d18c-40b8-b907-017173d8efb5 trace.line=110 vars.name=test vars.uuid=79c0664b-85ef-4ab2-a648-8a7bf47357e5 [2024-04-23T09:57:22.867Z] time="2024-04-23T09:57:22.732111062Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/79c0664b-85ef-4ab2-a648-8a7bf47357e5/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=1afe5ed6-187c-4603-8713-3e9d1d5b3325 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46192" http.request.uri="/v2/test/blobs/uploads/79c0664b-85ef-4ab2-a648-8a7bf47357e5?_state=1hzArIZUWJXrcIHl4azXTnNtXvnzSYKIa1QCv47QzaN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc5YzA2NjRiLTg1ZWYtNGFiMi1hNjQ4LThhN2JmNDczNTdlNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QwOTo1NzoyMi43Mjg5OTQzMDhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" trace.duration=14.285µ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=ae63a2fe-1438-4506-9421-bd52c56b4196 trace.line=155 vars.name=test vars.uuid=79c0664b-85ef-4ab2-a648-8a7bf47357e5 [2024-04-23T09:57:22.867Z] time="2024-04-23T09:57:22.732069274Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/c4414fdb-17ad-45c3-a117-c99322e7eab6/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=7f0a6ee4-c179-452c-a700-2189aa9ca7e5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46176" http.request.uri="/v2/test/blobs/uploads/c4414fdb-17ad-45c3-a117-c99322e7eab6?_state=ZHfBZ2pW9zI6-k3bteywkQPpKu7UY03xoYc0AHsyMwl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM0NDE0ZmRiLTE3YWQtNDVjMy1hMTE3LWM5OTMyMmU3ZWFiNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QwOTo1NzoyMi43MjkxNTQxMjZaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" trace.duration=41.116µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=2c6a3939-c316-4f9d-938e-b491f80713d1 trace.line=110 vars.name=test vars.uuid=c4414fdb-17ad-45c3-a117-c99322e7eab6 [2024-04-23T09:57:22.867Z] time="2024-04-23T09:57:22.732234606Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/c4414fdb-17ad-45c3-a117-c99322e7eab6/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=7f0a6ee4-c179-452c-a700-2189aa9ca7e5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46176" http.request.uri="/v2/test/blobs/uploads/c4414fdb-17ad-45c3-a117-c99322e7eab6?_state=ZHfBZ2pW9zI6-k3bteywkQPpKu7UY03xoYc0AHsyMwl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM0NDE0ZmRiLTE3YWQtNDVjMy1hMTE3LWM5OTMyMmU3ZWFiNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QwOTo1NzoyMi43MjkxNTQxMjZaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" trace.duration=30.408µ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=8695faad-21b9-409a-aad2-be84e98db6ee trace.line=155 vars.name=test vars.uuid=c4414fdb-17ad-45c3-a117-c99322e7eab6 [2024-04-23T09:57:22.867Z] time="2024-04-23T09:57:22.73229305Z" 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=7f0a6ee4-c179-452c-a700-2189aa9ca7e5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46176" http.request.uri="/v2/test/blobs/uploads/c4414fdb-17ad-45c3-a117-c99322e7eab6?_state=ZHfBZ2pW9zI6-k3bteywkQPpKu7UY03xoYc0AHsyMwl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM0NDE0ZmRiLTE3YWQtNDVjMy1hMTE3LWM5OTMyMmU3ZWFiNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QwOTo1NzoyMi43MjkxNTQxMjZaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" trace.duration=16.419µ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=63b20883-e46a-4f8a-bd7a-b2ec1582bf01 trace.line=155 vars.name=test vars.uuid=c4414fdb-17ad-45c3-a117-c99322e7eab6 [2024-04-23T09:57:22.867Z] time="2024-04-23T09:57:22.732323417Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/c4414fdb-17ad-45c3-a117-c99322e7eab6/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=7f0a6ee4-c179-452c-a700-2189aa9ca7e5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46176" http.request.uri="/v2/test/blobs/uploads/c4414fdb-17ad-45c3-a117-c99322e7eab6?_state=ZHfBZ2pW9zI6-k3bteywkQPpKu7UY03xoYc0AHsyMwl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM0NDE0ZmRiLTE3YWQtNDVjMy1hMTE3LWM5OTMyMmU3ZWFiNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QwOTo1NzoyMi43MjkxNTQxMjZaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" trace.duration=9.477µ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=8ab4bc42-f8d2-4832-aeea-24d7dcaef2ce trace.line=155 vars.name=test vars.uuid=c4414fdb-17ad-45c3-a117-c99322e7eab6 [2024-04-23T09:57:22.867Z] time="2024-04-23T09:57:22.732149995Z" 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=1afe5ed6-187c-4603-8713-3e9d1d5b3325 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46192" http.request.uri="/v2/test/blobs/uploads/79c0664b-85ef-4ab2-a648-8a7bf47357e5?_state=1hzArIZUWJXrcIHl4azXTnNtXvnzSYKIa1QCv47QzaN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc5YzA2NjRiLTg1ZWYtNGFiMi1hNjQ4LThhN2JmNDczNTdlNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QwOTo1NzoyMi43Mjg5OTQzMDhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" trace.duration=12.348µ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=f7fe3571-32fd-4e55-8d05-2619289edd96 trace.line=155 vars.name=test vars.uuid=79c0664b-85ef-4ab2-a648-8a7bf47357e5 [2024-04-23T09:57:22.867Z] time="2024-04-23T09:57:22.732384848Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/79c0664b-85ef-4ab2-a648-8a7bf47357e5/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=1afe5ed6-187c-4603-8713-3e9d1d5b3325 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46192" http.request.uri="/v2/test/blobs/uploads/79c0664b-85ef-4ab2-a648-8a7bf47357e5?_state=1hzArIZUWJXrcIHl4azXTnNtXvnzSYKIa1QCv47QzaN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc5YzA2NjRiLTg1ZWYtNGFiMi1hNjQ4LThhN2JmNDczNTdlNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QwOTo1NzoyMi43Mjg5OTQzMDhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" trace.duration=15.582µ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=f41c581b-c67e-42cb-9461-9742ebb4b0bf trace.line=155 vars.name=test vars.uuid=79c0664b-85ef-4ab2-a648-8a7bf47357e5 [2024-04-23T09:57:22.867Z] time="2024-04-23T09:57:22.732407486Z" level=debug msg="filesystem.Move("/docker/registry/v2/repositories/test/_uploads/c4414fdb-17ad-45c3-a117-c99322e7eab6/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=7f0a6ee4-c179-452c-a700-2189aa9ca7e5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46176" http.request.uri="/v2/test/blobs/uploads/c4414fdb-17ad-45c3-a117-c99322e7eab6?_state=ZHfBZ2pW9zI6-k3bteywkQPpKu7UY03xoYc0AHsyMwl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM0NDE0ZmRiLTE3YWQtNDVjMy1hMTE3LWM5OTMyMmU3ZWFiNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QwOTo1NzoyMi43MjkxNTQxMjZaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" trace.duration=55.572µ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=33a30728-9348-4abb-a40c-d24b7431af30 trace.line=185 vars.name=test vars.uuid=c4414fdb-17ad-45c3-a117-c99322e7eab6 [2024-04-23T09:57:22.867Z] time="2024-04-23T09:57:22.732457545Z" level=debug msg="filesystem.Move("/docker/registry/v2/repositories/test/_uploads/79c0664b-85ef-4ab2-a648-8a7bf47357e5/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=1afe5ed6-187c-4603-8713-3e9d1d5b3325 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46192" http.request.uri="/v2/test/blobs/uploads/79c0664b-85ef-4ab2-a648-8a7bf47357e5?_state=1hzArIZUWJXrcIHl4azXTnNtXvnzSYKIa1QCv47QzaN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc5YzA2NjRiLTg1ZWYtNGFiMi1hNjQ4LThhN2JmNDczNTdlNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QwOTo1NzoyMi43Mjg5OTQzMDhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" trace.duration=43.815µ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=1e5d43b0-93bc-4438-9168-e6eb9e4781b7 trace.line=185 vars.name=test vars.uuid=79c0664b-85ef-4ab2-a648-8a7bf47357e5 [2024-04-23T09:57:22.868Z] time="2024-04-23T09:57:22.732487264Z" 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=7f0a6ee4-c179-452c-a700-2189aa9ca7e5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46176" http.request.uri="/v2/test/blobs/uploads/c4414fdb-17ad-45c3-a117-c99322e7eab6?_state=ZHfBZ2pW9zI6-k3bteywkQPpKu7UY03xoYc0AHsyMwl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM0NDE0ZmRiLTE3YWQtNDVjMy1hMTE3LWM5OTMyMmU3ZWFiNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QwOTo1NzoyMi43MjkxNTQxMjZaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" trace.duration=53.382µ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=600e4823-8680-477f-bc9b-962d747a7500 trace.line=110 vars.name=test vars.uuid=c4414fdb-17ad-45c3-a117-c99322e7eab6 [2024-04-23T09:57:22.868Z] time="2024-04-23T09:57:22.73253665Z" 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=1afe5ed6-187c-4603-8713-3e9d1d5b3325 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46192" http.request.uri="/v2/test/blobs/uploads/79c0664b-85ef-4ab2-a648-8a7bf47357e5?_state=1hzArIZUWJXrcIHl4azXTnNtXvnzSYKIa1QCv47QzaN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc5YzA2NjRiLTg1ZWYtNGFiMi1hNjQ4LThhN2JmNDczNTdlNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QwOTo1NzoyMi43Mjg5OTQzMDhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" trace.duration=47.039µ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=b8d0eb9d-4817-4acc-85c7-2a53130d243d trace.line=110 vars.name=test vars.uuid=79c0664b-85ef-4ab2-a648-8a7bf47357e5 [2024-04-23T09:57:22.868Z] time="2024-04-23T09:57:22.732610446Z" level=debug msg="filesystem.Delete("/docker/registry/v2/repositories/test/_uploads/c4414fdb-17ad-45c3-a117-c99322e7eab6")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=7f0a6ee4-c179-452c-a700-2189aa9ca7e5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46176" http.request.uri="/v2/test/blobs/uploads/c4414fdb-17ad-45c3-a117-c99322e7eab6?_state=ZHfBZ2pW9zI6-k3bteywkQPpKu7UY03xoYc0AHsyMwl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM0NDE0ZmRiLTE3YWQtNDVjMy1hMTE3LWM5OTMyMmU3ZWFiNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QwOTo1NzoyMi43MjkxNTQxMjZaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" trace.duration=99.454µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Delete" trace.id=0a5e81e5-5cff-42ec-bbcb-a601c71586c9 trace.line=202 vars.name=test vars.uuid=c4414fdb-17ad-45c3-a117-c99322e7eab6 [2024-04-23T09:57:22.868Z] time="2024-04-23T09:57:22.732648427Z" level=debug msg="filesystem.Delete("/docker/registry/v2/repositories/test/_uploads/79c0664b-85ef-4ab2-a648-8a7bf47357e5")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=1afe5ed6-187c-4603-8713-3e9d1d5b3325 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46192" http.request.uri="/v2/test/blobs/uploads/79c0664b-85ef-4ab2-a648-8a7bf47357e5?_state=1hzArIZUWJXrcIHl4azXTnNtXvnzSYKIa1QCv47QzaN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc5YzA2NjRiLTg1ZWYtNGFiMi1hNjQ4LThhN2JmNDczNTdlNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QwOTo1NzoyMi43Mjg5OTQzMDhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" trace.duration=83.897µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Delete" trace.id=533fd89d-5eb9-424e-a572-d6df29517043 trace.line=202 vars.name=test vars.uuid=79c0664b-85ef-4ab2-a648-8a7bf47357e5 [2024-04-23T09:57:22.868Z] time="2024-04-23T09:57:22.732692833Z" 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=7f0a6ee4-c179-452c-a700-2189aa9ca7e5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46176" http.request.uri="/v2/test/blobs/uploads/c4414fdb-17ad-45c3-a117-c99322e7eab6?_state=ZHfBZ2pW9zI6-k3bteywkQPpKu7UY03xoYc0AHsyMwl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM0NDE0ZmRiLTE3YWQtNDVjMy1hMTE3LWM5OTMyMmU3ZWFiNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QwOTo1NzoyMi43MjkxNTQxMjZaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" http.response.duration=2.376101ms http.response.status=201 http.response.written=0 [2024-04-23T09:57:22.868Z] 127.0.0.1 - - [23/Apr/2024:09:57:22 +0000] "PUT /v2/test/blobs/uploads/c4414fdb-17ad-45c3-a117-c99322e7eab6?_state=ZHfBZ2pW9zI6-k3bteywkQPpKu7UY03xoYc0AHsyMwl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM0NDE0ZmRiLTE3YWQtNDVjMy1hMTE3LWM5OTMyMmU3ZWFiNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QwOTo1NzoyMi43MjkxNTQxMjZaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 201 0 "" "containerd/1.7.15+unknown" [2024-04-23T09:57:22.868Z] time="2024-04-23T09:57:22.732798219Z" 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=1afe5ed6-187c-4603-8713-3e9d1d5b3325 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46192" http.request.uri="/v2/test/blobs/uploads/79c0664b-85ef-4ab2-a648-8a7bf47357e5?_state=1hzArIZUWJXrcIHl4azXTnNtXvnzSYKIa1QCv47QzaN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc5YzA2NjRiLTg1ZWYtNGFiMi1hNjQ4LThhN2JmNDczNTdlNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QwOTo1NzoyMi43Mjg5OTQzMDhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" http.response.duration=2.448773ms http.response.status=201 http.response.written=0 [2024-04-23T09:57:22.868Z] 127.0.0.1 - - [23/Apr/2024:09:57:22 +0000] "PUT /v2/test/blobs/uploads/79c0664b-85ef-4ab2-a648-8a7bf47357e5?_state=1hzArIZUWJXrcIHl4azXTnNtXvnzSYKIa1QCv47QzaN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijc5YzA2NjRiLTg1ZWYtNGFiMi1hNjQ4LThhN2JmNDczNTdlNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0yM1QwOTo1NzoyMi43Mjg5OTQzMDhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 201 0 "" "containerd/1.7.15+unknown" [2024-04-23T09:57:22.868Z] time="2024-04-23T09:57:22.734360452Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=544799e1-8146-4e15-a64d-2627deb5573d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46176" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.reference=latest [2024-04-23T09:57:22.868Z] time="2024-04-23T09:57:22.73439493Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=544799e1-8146-4e15-a64d-2627deb5573d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46176" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.reference=latest [2024-04-23T09:57:22.868Z] time="2024-04-23T09:57:22.734448574Z" 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=544799e1-8146-4e15-a64d-2627deb5573d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46176" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" trace.duration=25.28µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=f2629f48-452c-458c-900e-40bf126a9dcd trace.line=95 vars.name=test vars.reference=latest [2024-04-23T09:57:22.868Z] time="2024-04-23T09:57:22.734516241Z" 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=544799e1-8146-4e15-a64d-2627deb5573d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46176" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.295176ms http.response.status=404 http.response.written=96 vars.name=test vars.reference=latest [2024-04-23T09:57:22.868Z] 127.0.0.1 - - [23/Apr/2024:09:57:22 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 404 96 "" "containerd/1.7.15+unknown" [2024-04-23T09:57:22.868Z] time="2024-04-23T09:57:22.735639767Z" 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=d640358e-3ec1-4c28-af48-db39cdd45731 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46176" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.reference=latest [2024-04-23T09:57:22.868Z] time="2024-04-23T09:57:22.735674335Z" 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=d640358e-3ec1-4c28-af48-db39cdd45731 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46176" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.reference=latest [2024-04-23T09:57:22.868Z] time="2024-04-23T09:57:22.735810202Z" 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=d640358e-3ec1-4c28-af48-db39cdd45731 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46176" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.reference=latest [2024-04-23T09:57:22.868Z] time="2024-04-23T09:57:22.735826834Z" 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=d640358e-3ec1-4c28-af48-db39cdd45731 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46176" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.reference=latest [2024-04-23T09:57:22.868Z] time="2024-04-23T09:57:22.735835736Z" 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=d640358e-3ec1-4c28-af48-db39cdd45731 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46176" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.reference=latest [2024-04-23T09:57:22.868Z] time="2024-04-23T09:57:22.735921282Z" 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=d640358e-3ec1-4c28-af48-db39cdd45731 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46176" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" trace.duration=35.446µ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=080fe810-20f4-4e25-a9c9-10730dadffcf trace.line=95 vars.name=test vars.reference=latest [2024-04-23T09:57:22.868Z] time="2024-04-23T09:57:22.735968658Z" 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=d640358e-3ec1-4c28-af48-db39cdd45731 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46176" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" trace.duration=15.113µ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=677da9e6-983d-4370-86d0-abb3531a84c9 trace.line=155 vars.name=test vars.reference=latest [2024-04-23T09:57:22.868Z] time="2024-04-23T09:57:22.736019915Z" 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=d640358e-3ec1-4c28-af48-db39cdd45731 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46176" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" trace.duration=18.921µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=07abd66b-7cb7-4eec-998f-44a57b1c99bb trace.line=95 vars.name=test vars.reference=latest [2024-04-23T09:57:22.868Z] time="2024-04-23T09:57:22.736055771Z" 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=d640358e-3ec1-4c28-af48-db39cdd45731 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46176" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" trace.duration=10.946µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=758442f5-295c-468e-9329-ce341b7f2455 trace.line=155 vars.name=test vars.reference=latest [2024-04-23T09:57:22.868Z] time="2024-04-23T09:57:22.736093629Z" 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=d640358e-3ec1-4c28-af48-db39cdd45731 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46176" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" trace.duration=12.234µ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=f426ad0e-0ae3-4721-9f68-a321536a5e03 trace.line=155 vars.name=test vars.reference=latest [2024-04-23T09:57:22.868Z] time="2024-04-23T09:57:22.736163143Z" 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=d640358e-3ec1-4c28-af48-db39cdd45731 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46176" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" trace.duration=46.367µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=69da0c61-68b3-4770-ba12-ac7da4c27198 trace.line=110 vars.name=test vars.reference=latest [2024-04-23T09:57:22.868Z] time="2024-04-23T09:57:22.736244381Z" 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=d640358e-3ec1-4c28-af48-db39cdd45731 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46176" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" trace.duration=50.716µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=483793ea-45e3-46b6-ac09-929d9fb82d84 trace.line=110 vars.name=test vars.reference=latest [2024-04-23T09:57:22.868Z] time="2024-04-23T09:57:22.736396264Z" 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=d640358e-3ec1-4c28-af48-db39cdd45731 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46176" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" trace.duration=63.212µ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=b47a5650-3e6a-407d-8714-348fb9ac079d trace.line=110 vars.name=test vars.reference=latest [2024-04-23T09:57:22.868Z] time="2024-04-23T09:57:22.736456334Z" 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=d640358e-3ec1-4c28-af48-db39cdd45731 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46176" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" trace.duration=36.881µ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=66b2b645-7b9b-45fc-bf2c-2ec3001fb622 trace.line=110 vars.name=test vars.reference=latest [2024-04-23T09:57:22.868Z] time="2024-04-23T09:57:22.736491328Z" 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=d640358e-3ec1-4c28-af48-db39cdd45731 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46176" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.reference=latest [2024-04-23T09:57:22.868Z] time="2024-04-23T09:57:22.736508953Z" 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=d640358e-3ec1-4c28-af48-db39cdd45731 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46176" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" http.response.duration=1.603021ms http.response.status=201 http.response.written=0 [2024-04-23T09:57:22.868Z] 127.0.0.1 - - [23/Apr/2024:09:57:22 +0000] "PUT /v2/test/manifests/latest HTTP/1.1" 201 0 "" "containerd/1.7.15+unknown" [2024-04-23T09:57:22.868Z] time="2024-04-23T09:57:22.740960857Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=41b99a41-e8db-48f9-a879-40d2c0485810 http.request.method=GET http.request.remoteaddr="127.0.0.1:46202" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-04-23T09:57:22.868Z] time="2024-04-23T09:57:22.740999109Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=41b99a41-e8db-48f9-a879-40d2c0485810 http.request.method=GET http.request.remoteaddr="127.0.0.1:46202" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef 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="807.615µs" http.response.status=200 http.response.written=2 [2024-04-23T09:57:22.868Z] 127.0.0.1 - - [23/Apr/2024:09:57:22 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-04-23T09:57:22.868Z] time="2024-04-23T09:57:22.743459943Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=de5f345a-a9af-40e6-a9a6-d77ef51f0654 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46204" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest [2024-04-23T09:57:22.868Z] time="2024-04-23T09:57:22.743497169Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=de5f345a-a9af-40e6-a9a6-d77ef51f0654 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46204" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest [2024-04-23T09:57:22.868Z] time="2024-04-23T09:57:22.743569447Z" 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=de5f345a-a9af-40e6-a9a6-d77ef51f0654 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46204" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=42.232µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=ce40bd63-11f4-4c39-94ef-3566b8d55d48 trace.line=95 vars.name=test vars.reference=latest [2024-04-23T09:57:22.868Z] time="2024-04-23T09:57:22.743591297Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=de5f345a-a9af-40e6-a9a6-d77ef51f0654 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46204" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest [2024-04-23T09:57:22.868Z] time="2024-04-23T09:57:22.743640766Z" 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=de5f345a-a9af-40e6-a9a6-d77ef51f0654 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46204" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=23.934µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=9ade93a5-4724-4481-90de-47bf1729ffdb trace.line=95 vars.name=test vars.reference=latest [2024-04-23T09:57:22.868Z] time="2024-04-23T09:57:22.743684466Z" 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=de5f345a-a9af-40e6-a9a6-d77ef51f0654 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46204" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=16.058µ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=0564337c-c101-4d26-a7ba-20ca3cf990c2 trace.line=155 vars.name=test vars.reference=latest [2024-04-23T09:57:22.868Z] time="2024-04-23T09:57:22.74372403Z" 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=de5f345a-a9af-40e6-a9a6-d77ef51f0654 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46204" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=13.645µ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=1b54af3f-395f-4c5f-8dcd-fa32b6cfd379 trace.line=125 vars.name=test vars.reference=latest [2024-04-23T09:57:22.868Z] time="2024-04-23T09:57:22.743765458Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=de5f345a-a9af-40e6-a9a6-d77ef51f0654 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46204" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest [2024-04-23T09:57:22.868Z] time="2024-04-23T09:57:22.74385326Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=de5f345a-a9af-40e6-a9a6-d77ef51f0654 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46204" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef 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.560289ms http.response.status=200 http.response.written=417 [2024-04-23T09:57:22.868Z] 127.0.0.1 - - [23/Apr/2024:09:57:22 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 200 417 "" "docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-04-23T09:57:22.868Z] time="2024-04-23T09:57:22.753991223Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=fc85078d-6e85-4fff-bcd6-05fdf16a7428 http.request.method=GET http.request.remoteaddr="127.0.0.1:46210" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-04-23T09:57:22.868Z] time="2024-04-23T09:57:22.75403498Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=fc85078d-6e85-4fff-bcd6-05fdf16a7428 http.request.method=GET http.request.remoteaddr="127.0.0.1:46210" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-04-23T09:57:22.868Z] time="2024-04-23T09:57:22.754048461Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=fc85078d-6e85-4fff-bcd6-05fdf16a7428 http.request.method=GET http.request.remoteaddr="127.0.0.1:46210" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-04-23T09:57:22.868Z] time="2024-04-23T09:57:22.754111632Z" 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=fc85078d-6e85-4fff-bcd6-05fdf16a7428 http.request.method=GET http.request.remoteaddr="127.0.0.1:46210" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=36.636µ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=f994c482-1331-4dba-ab5f-80129e2c459f trace.line=95 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-04-23T09:57:22.868Z] time="2024-04-23T09:57:22.75419534Z" 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=fc85078d-6e85-4fff-bcd6-05fdf16a7428 http.request.method=GET http.request.remoteaddr="127.0.0.1:46210" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=15.384µ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=dc5e1dca-5b0d-4498-baf1-cba029f170f8 trace.line=155 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-04-23T09:57:22.868Z] time="2024-04-23T09:57:22.754237062Z" 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=fc85078d-6e85-4fff-bcd6-05fdf16a7428 http.request.method=GET http.request.remoteaddr="127.0.0.1:46210" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=14.58µ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=4ee36e91-0869-402d-be5f-7e159a8d0729 trace.line=125 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-04-23T09:57:22.868Z] time="2024-04-23T09:57:22.754269349Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=fc85078d-6e85-4fff-bcd6-05fdf16a7428 http.request.method=GET http.request.remoteaddr="127.0.0.1:46210" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-04-23T09:57:22.868Z] time="2024-04-23T09:57:22.754353008Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=fc85078d-6e85-4fff-bcd6-05fdf16a7428 http.request.method=GET http.request.remoteaddr="127.0.0.1:46210" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef 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.165839ms http.response.status=200 http.response.written=417 [2024-04-23T09:57:22.868Z] 127.0.0.1 - - [23/Apr/2024:09:57:22 +0000] "GET /v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 200 417 "" "docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-04-23T09:57:22.868Z] time="2024-04-23T09:57:22.76064519Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=7442e771-c474-4270-938e-d11d2a1eb877 http.request.method=GET http.request.remoteaddr="127.0.0.1:46214" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-04-23T09:57:22.869Z] time="2024-04-23T09:57:22.760688997Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=7442e771-c474-4270-938e-d11d2a1eb877 http.request.method=GET http.request.remoteaddr="127.0.0.1:46214" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-04-23T09:57:22.869Z] time="2024-04-23T09:57:22.760757115Z" 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=7442e771-c474-4270-938e-d11d2a1eb877 http.request.method=GET http.request.remoteaddr="127.0.0.1:46214" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=37.292µ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=42db7165-93bf-4d0b-a9bf-2ea1e65472fb trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-04-23T09:57:22.869Z] time="2024-04-23T09:57:22.760807174Z" 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=7442e771-c474-4270-938e-d11d2a1eb877 http.request.method=GET http.request.remoteaddr="127.0.0.1:46214" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=16.254µ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=b6e720ed-04d3-46b7-a0de-174d02725aa6 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-04-23T09:57:22.869Z] time="2024-04-23T09:57:22.760845327Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=1d7cf766-e3a5-4a59-a5c4-439e00d934ef http.request.method=GET http.request.remoteaddr="127.0.0.1:46230" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-04-23T09:57:22.869Z] time="2024-04-23T09:57:22.760879042Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=1d7cf766-e3a5-4a59-a5c4-439e00d934ef http.request.method=GET http.request.remoteaddr="127.0.0.1:46230" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-04-23T09:57:22.869Z] time="2024-04-23T09:57:22.760888347Z" 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=7442e771-c474-4270-938e-d11d2a1eb877 http.request.method=GET http.request.remoteaddr="127.0.0.1:46214" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=50.699µ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=242c0bc1-1c1b-4bff-a66a-15d2ee456c17 trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-04-23T09:57:22.869Z] time="2024-04-23T09:57:22.760929651Z" 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=7442e771-c474-4270-938e-d11d2a1eb877 http.request.method=GET http.request.remoteaddr="127.0.0.1:46214" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=11.52µ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=cdfb8253-c10e-4ea4-8889-bee177671a7b trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-04-23T09:57:22.869Z] time="2024-04-23T09:57:22.760948924Z" 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=1d7cf766-e3a5-4a59-a5c4-439e00d934ef http.request.method=GET http.request.remoteaddr="127.0.0.1:46230" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=35.208µ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=98396376-ff8e-4f37-b768-c0b6cbb90710 trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-04-23T09:57:22.869Z] time="2024-04-23T09:57:22.760968649Z" 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=7442e771-c474-4270-938e-d11d2a1eb877 http.request.method=GET http.request.remoteaddr="127.0.0.1:46214" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=10.42µ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=5d03cb24-7c9e-4d78-b59a-57f30392a93f trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-04-23T09:57:22.869Z] time="2024-04-23T09:57:22.760999779Z" 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=1d7cf766-e3a5-4a59-a5c4-439e00d934ef http.request.method=GET http.request.remoteaddr="127.0.0.1:46230" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=23.319µ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=689bb9fd-5f78-401b-8cd5-bc1d4a2c0ecf trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-04-23T09:57:22.869Z] time="2024-04-23T09:57:22.761005351Z" 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=7442e771-c474-4270-938e-d11d2a1eb877 http.request.method=GET http.request.remoteaddr="127.0.0.1:46214" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=11.717µ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=2eff4b3f-6b67-4dc2-a7a8-4d3fa49bceb1 trace.line=217 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-04-23T09:57:22.869Z] time="2024-04-23T09:57:22.761048517Z" 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=1d7cf766-e3a5-4a59-a5c4-439e00d934ef http.request.method=GET http.request.remoteaddr="127.0.0.1:46230" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=18.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=233c0318-7cbf-4fbf-9947-0ff50ce850d6 trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-04-23T09:57:22.869Z] time="2024-04-23T09:57:22.761062146Z" 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=7442e771-c474-4270-938e-d11d2a1eb877 http.request.method=GET http.request.remoteaddr="127.0.0.1:46214" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=15.204µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Reader" trace.id=d0075f04-6751-418e-ab8c-267ba9e3f829 trace.line=125 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-04-23T09:57:22.869Z] time="2024-04-23T09:57:22.761085087Z" 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=1d7cf766-e3a5-4a59-a5c4-439e00d934ef http.request.method=GET http.request.remoteaddr="127.0.0.1:46230" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=9.821µ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=58e913a2-f35c-420e-8e6b-2a3b63b20565 trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-04-23T09:57:22.869Z] time="2024-04-23T09:57:22.761118408Z" 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=1d7cf766-e3a5-4a59-a5c4-439e00d934ef http.request.method=GET http.request.remoteaddr="127.0.0.1:46230" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=9.28µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=0dd6fe66-df95-46c7-af90-0c86ca1ff086 trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-04-23T09:57:22.869Z] time="2024-04-23T09:57:22.761150473Z" 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=1d7cf766-e3a5-4a59-a5c4-439e00d934ef http.request.method=GET http.request.remoteaddr="127.0.0.1:46230" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=6.368µ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=f0bb0097-a599-404c-b198-4f82c579ce1f trace.line=217 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-04-23T09:57:22.869Z] time="2024-04-23T09:57:22.761402459Z" 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=1d7cf766-e3a5-4a59-a5c4-439e00d934ef http.request.method=GET http.request.remoteaddr="127.0.0.1:46230" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=20.571µ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=0c92714a-5e60-4c3a-a6ed-524ab1cedaff trace.line=125 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-04-23T09:57:22.869Z] time="2024-04-23T09:57:22.76227212Z" 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=1d7cf766-e3a5-4a59-a5c4-439e00d934ef http.request.method=GET http.request.remoteaddr="127.0.0.1:46230" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=36.972µ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=76158e89-286d-4cf5-b955-cbe124f55368 trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-04-23T09:57:22.869Z] time="2024-04-23T09:57:22.762329875Z" 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=1d7cf766-e3a5-4a59-a5c4-439e00d934ef http.request.method=GET http.request.remoteaddr="127.0.0.1:46230" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=18.125µ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=9bb0d610-e7cb-4131-a23b-22f2edc7d146 trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-04-23T09:57:22.869Z] time="2024-04-23T09:57:22.762386047Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=1d7cf766-e3a5-4a59-a5c4-439e00d934ef http.request.method=GET http.request.remoteaddr="127.0.0.1:46230" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=2.996887ms http.response.status=200 http.response.written=68 [2024-04-23T09:57:22.869Z] 127.0.0.1 - - [23/Apr/2024:09:57:22 +0000] "GET /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 200 68 "" "docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-04-23T09:57:22.869Z] time="2024-04-23T09:57:22.762486559Z" 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=7442e771-c474-4270-938e-d11d2a1eb877 http.request.method=GET http.request.remoteaddr="127.0.0.1:46214" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=35.692µ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=6f241ed1-9f30-446a-a134-34ffcf92d5dc trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-04-23T09:57:22.869Z] time="2024-04-23T09:57:22.76254159Z" 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=7442e771-c474-4270-938e-d11d2a1eb877 http.request.method=GET http.request.remoteaddr="127.0.0.1:46214" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=14.892µ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=df9d2d73-dcd4-4577-93ee-05a9be103853 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-04-23T09:57:22.869Z] time="2024-04-23T09:57:22.762591124Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=7442e771-c474-4270-938e-d11d2a1eb877 http.request.method=GET http.request.remoteaddr="127.0.0.1:46214" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef 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=3.295ms http.response.status=200 http.response.written=194 [2024-04-23T09:57:22.869Z] 127.0.0.1 - - [23/Apr/2024:09:57:22 +0000] "GET /v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 200 194 "" "docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-04-23T09:57:22.869Z] time="2024-04-23T09:57:22.77430554Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=f93d70ed-611c-4da5-88a0-adc8f810f411 http.request.method=GET http.request.remoteaddr="127.0.0.1:46256" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-04-23T09:57:22.869Z] time="2024-04-23T09:57:22.774344645Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=f93d70ed-611c-4da5-88a0-adc8f810f411 http.request.method=GET http.request.remoteaddr="127.0.0.1:46256" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef 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="773.211µs" http.response.status=200 http.response.written=2 [2024-04-23T09:57:22.869Z] 127.0.0.1 - - [23/Apr/2024:09:57:22 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-04-23T09:57:22.869Z] time="2024-04-23T09:57:22.780731636Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=d0411224-f03d-45b7-bb7b-8a9dd0288c4a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46262" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-04-23T09:57:22.869Z] time="2024-04-23T09:57:22.780868111Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=d0411224-f03d-45b7-bb7b-8a9dd0288c4a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46262" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-04-23T09:57:22.869Z] time="2024-04-23T09:57:22.781014751Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=d0411224-f03d-45b7-bb7b-8a9dd0288c4a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46262" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-04-23T09:57:22.869Z] time="2024-04-23T09:57:22.781084576Z" 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=d0411224-f03d-45b7-bb7b-8a9dd0288c4a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46262" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=32.107µ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=077f14fb-fe22-4f71-b26a-a057c9ceeb3e trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-04-23T09:57:22.869Z] time="2024-04-23T09:57:22.781134045Z" 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=d0411224-f03d-45b7-bb7b-8a9dd0288c4a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46262" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=14.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).GetContent" trace.id=adecd75e-6337-4710-b3d4-095cb7dc4966 trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-04-23T09:57:22.869Z] time="2024-04-23T09:57:22.781206011Z" 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=d0411224-f03d-45b7-bb7b-8a9dd0288c4a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46262" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef 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.511551ms http.response.status=404 http.response.written=181 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-04-23T09:57:22.869Z] 127.0.0.1 - - [23/Apr/2024:09:57:22 +0000] "HEAD /v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 404 181 "" "docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-04-23T09:57:22.869Z] time="2024-04-23T09:57:22.782605653Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=9d9c650f-bae1-4857-8b1f-73e2a55f31ae http.request.method=GET http.request.remoteaddr="127.0.0.1:46264" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-04-23T09:57:22.869Z] time="2024-04-23T09:57:22.782644422Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=9d9c650f-bae1-4857-8b1f-73e2a55f31ae http.request.method=GET http.request.remoteaddr="127.0.0.1:46264" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-04-23T09:57:22.869Z] time="2024-04-23T09:57:22.782658051Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=9d9c650f-bae1-4857-8b1f-73e2a55f31ae http.request.method=GET http.request.remoteaddr="127.0.0.1:46264" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-04-23T09:57:22.869Z] time="2024-04-23T09:57:22.782710817Z" 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=9d9c650f-bae1-4857-8b1f-73e2a55f31ae http.request.method=GET http.request.remoteaddr="127.0.0.1:46264" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=25.157µ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=da2cb17a-808e-40d9-b3b8-78a69e70625f trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-04-23T09:57:22.869Z] time="2024-04-23T09:57:22.782757315Z" 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=9d9c650f-bae1-4857-8b1f-73e2a55f31ae http.request.method=GET http.request.remoteaddr="127.0.0.1:46264" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=14.392µ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=0c20bf5b-cc6a-411e-bc04-82fd48c76391 trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-04-23T09:57:22.869Z] time="2024-04-23T09:57:22.782802172Z" 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=9d9c650f-bae1-4857-8b1f-73e2a55f31ae http.request.method=GET http.request.remoteaddr="127.0.0.1:46264" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef 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="974.768µs" http.response.status=404 http.response.written=181 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-04-23T09:57:22.869Z] 127.0.0.1 - - [23/Apr/2024:09:57:22 +0000] "GET /v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 404 181 "" "docker/dev go/go1.21.9 git-commit/c7a28c86b3d9f37e9b6bcdec339c5fee141cafef kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-04-23T09:57:22.869Z] --- PASS: TestImagePullStoredDigestForOtherRepo (0.17s) [2024-04-23T09:57:22.869Z] === RUN TestImagePullNonExisting [2024-04-23T09:57:22.869Z] === RUN TestImagePullNonExisting/asdfasdf:foobar [2024-04-23T09:57:22.869Z] === PAUSE TestImagePullNonExisting/asdfasdf:foobar [2024-04-23T09:57:22.869Z] === RUN TestImagePullNonExisting/library/asdfasdf:foobar [2024-04-23T09:57:22.869Z] === PAUSE TestImagePullNonExisting/library/asdfasdf:foobar [2024-04-23T09:57:22.869Z] === RUN TestImagePullNonExisting/asdfasdf [2024-04-23T09:57:22.869Z] === PAUSE TestImagePullNonExisting/asdfasdf [2024-04-23T09:57:22.869Z] === RUN TestImagePullNonExisting/asdfasdf:latest [2024-04-23T09:57:22.869Z] === PAUSE TestImagePullNonExisting/asdfasdf:latest [2024-04-23T09:57:22.869Z] === RUN TestImagePullNonExisting/library/asdfasdf [2024-04-23T09:57:22.869Z] === PAUSE TestImagePullNonExisting/library/asdfasdf [2024-04-23T09:57:22.869Z] === RUN TestImagePullNonExisting/library/asdfasdf:latest [2024-04-23T09:57:22.869Z] === PAUSE TestImagePullNonExisting/library/asdfasdf:latest [2024-04-23T09:57:22.869Z] === CONT TestImagePullNonExisting/asdfasdf:foobar [2024-04-23T09:57:22.869Z] === CONT TestImagePullNonExisting/library/asdfasdf:latest [2024-04-23T09:57:22.869Z] === CONT TestImagePullNonExisting/library/asdfasdf [2024-04-23T09:57:22.869Z] === CONT TestImagePullNonExisting/asdfasdf:latest [2024-04-23T09:57:22.869Z] === CONT TestImagePullNonExisting/asdfasdf [2024-04-23T09:57:22.869Z] === CONT TestImagePullNonExisting/library/asdfasdf:foobar [2024-04-23T09:57:24.751Z] --- PASS: TestImagePullNonExisting (0.01s) [2024-04-23T09:57:24.751Z] --- PASS: TestImagePullNonExisting/library/asdfasdf:latest (0.95s) [2024-04-23T09:57:24.751Z] --- PASS: TestImagePullNonExisting/asdfasdf:foobar (0.96s) [2024-04-23T09:57:24.751Z] --- PASS: TestImagePullNonExisting/library/asdfasdf:foobar (0.96s) [2024-04-23T09:57:24.751Z] --- PASS: TestImagePullNonExisting/asdfasdf (1.27s) [2024-04-23T09:57:24.751Z] --- PASS: TestImagePullNonExisting/asdfasdf:latest (1.33s) [2024-04-23T09:57:24.751Z] --- PASS: TestImagePullNonExisting/library/asdfasdf (1.66s) [2024-04-23T09:57:24.751Z] === RUN TestRemoveImageOrphaning [2024-04-23T09:57:24.751Z] --- PASS: TestRemoveImageOrphaning (0.14s) [2024-04-23T09:57:24.751Z] === RUN TestRemoveByDigest [2024-04-23T09:57:24.751Z] remove_test.go:64: !testEnv.UsingSnapshotter(): RepoDigests doesn't include tags when using graphdrivers [2024-04-23T09:57:24.751Z] --- SKIP: TestRemoveByDigest (0.00s) [2024-04-23T09:57:24.751Z] === RUN TestRemoveImageGarbageCollector [2024-04-23T09:57:24.751Z] remove_unix_test.go:35: (*Execution).NotAmd64-fm [2024-04-23T09:57:24.751Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2024-04-23T09:57:24.751Z] === RUN TestSaveCheckTimes [2024-04-23T09:57:24.751Z] === PAUSE TestSaveCheckTimes [2024-04-23T09:57:24.751Z] === RUN TestSaveOCI [2024-04-23T09:57:24.751Z] === RUN TestSaveOCI/busybox:latest [2024-04-23T09:57:24.751Z] === RUN TestSaveOCI/busybox:latest/Manifest [2024-04-23T09:57:24.751Z] === RUN TestSaveOCI/busybox:latest/Config [2024-04-23T09:57:24.751Z] === RUN TestSaveOCI/busybox:latest/Containerd_image_name [2024-04-23T09:57:24.751Z] === RUN TestSaveOCI/busybox:latest/OCI_reference_tag [2024-04-23T09:57:24.751Z] === RUN TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e [2024-04-23T09:57:24.751Z] === RUN TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Manifest [2024-04-23T09:57:24.751Z] === RUN TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Config [2024-04-23T09:57:24.751Z] === RUN TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Containerd_image_name [2024-04-23T09:57:24.751Z] === RUN TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/OCI_reference_tag [2024-04-23T09:57:24.752Z] === RUN TestSaveOCI/multilayer:latest [2024-04-23T09:57:24.752Z] === RUN TestSaveOCI/multilayer:latest/Manifest [2024-04-23T09:57:24.752Z] === RUN TestSaveOCI/multilayer:latest/Config [2024-04-23T09:57:24.752Z] === RUN TestSaveOCI/multilayer:latest/Containerd_image_name [2024-04-23T09:57:24.752Z] === RUN TestSaveOCI/multilayer:latest/OCI_reference_tag [2024-04-23T09:57:24.752Z] --- PASS: TestSaveOCI (0.13s) [2024-04-23T09:57:24.752Z] --- PASS: TestSaveOCI/busybox:latest (0.02s) [2024-04-23T09:57:24.752Z] --- PASS: TestSaveOCI/busybox:latest/Manifest (0.00s) [2024-04-23T09:57:24.752Z] --- PASS: TestSaveOCI/busybox:latest/Config (0.00s) [2024-04-23T09:57:24.752Z] --- PASS: TestSaveOCI/busybox:latest/Containerd_image_name (0.00s) [2024-04-23T09:57:24.752Z] --- PASS: TestSaveOCI/busybox:latest/OCI_reference_tag (0.00s) [2024-04-23T09:57:24.752Z] --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e (0.02s) [2024-04-23T09:57:24.752Z] --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Manifest (0.00s) [2024-04-23T09:57:24.752Z] --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Config (0.00s) [2024-04-23T09:57:24.752Z] --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Containerd_image_name (0.00s) [2024-04-23T09:57:24.752Z] --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/OCI_reference_tag (0.00s) [2024-04-23T09:57:24.752Z] --- PASS: TestSaveOCI/multilayer:latest (0.01s) [2024-04-23T09:57:24.752Z] --- PASS: TestSaveOCI/multilayer:latest/Manifest (0.00s) [2024-04-23T09:57:24.752Z] --- PASS: TestSaveOCI/multilayer:latest/Config (0.00s) [2024-04-23T09:57:24.752Z] --- PASS: TestSaveOCI/multilayer:latest/Containerd_image_name (0.00s) [2024-04-23T09:57:24.752Z] --- PASS: TestSaveOCI/multilayer:latest/OCI_reference_tag (0.00s) [2024-04-23T09:57:24.752Z] === RUN TestSaveRepoWithMultipleImages [2024-04-23T09:57:25.010Z] --- PASS: TestSaveRepoWithMultipleImages (0.17s) [2024-04-23T09:57:25.010Z] === RUN TestSaveDirectoryPermissions [2024-04-23T09:57:25.956Z] --- PASS: TestSaveDirectoryPermissions (0.93s) [2024-04-23T09:57:25.956Z] === RUN TestTagUnprefixedRepoByNameOrName [2024-04-23T09:57:25.956Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2024-04-23T09:57:25.956Z] === RUN TestTagUsingDigestAlgorithmAsName [2024-04-23T09:57:25.956Z] --- PASS: TestTagUsingDigestAlgorithmAsName (0.01s) [2024-04-23T09:57:25.956Z] === RUN TestTagValidPrefixedRepo [2024-04-23T09:57:25.956Z] === RUN TestTagValidPrefixedRepo/fooo/bar [2024-04-23T09:57:25.956Z] === PAUSE TestTagValidPrefixedRepo/fooo/bar [2024-04-23T09:57:25.956Z] === RUN TestTagValidPrefixedRepo/fooaa/test [2024-04-23T09:57:25.956Z] === PAUSE TestTagValidPrefixedRepo/fooaa/test [2024-04-23T09:57:25.956Z] === RUN TestTagValidPrefixedRepo/foooo:t [2024-04-23T09:57:25.956Z] === PAUSE TestTagValidPrefixedRepo/foooo:t [2024-04-23T09:57:25.956Z] === RUN TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar [2024-04-23T09:57:25.956Z] === PAUSE TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar [2024-04-23T09:57:25.956Z] === CONT TestTagValidPrefixedRepo/fooo/bar [2024-04-23T09:57:25.956Z] === CONT TestTagValidPrefixedRepo/foooo:t [2024-04-23T09:57:25.956Z] === CONT TestTagValidPrefixedRepo/fooaa/test [2024-04-23T09:57:25.956Z] === CONT TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar [2024-04-23T09:57:25.956Z] --- PASS: TestTagValidPrefixedRepo (0.02s) [2024-04-23T09:57:25.956Z] --- PASS: TestTagValidPrefixedRepo/fooo/bar (0.01s) [2024-04-23T09:57:25.956Z] --- PASS: TestTagValidPrefixedRepo/foooo:t (0.01s) [2024-04-23T09:57:25.956Z] --- PASS: TestTagValidPrefixedRepo/fooaa/test (0.02s) [2024-04-23T09:57:25.956Z] --- PASS: TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar (0.02s) [2024-04-23T09:57:25.956Z] === RUN TestTagExistedNameWithoutForce [2024-04-23T09:57:25.956Z] --- PASS: TestTagExistedNameWithoutForce (0.01s) [2024-04-23T09:57:25.956Z] === RUN TestTagOfficialNames [2024-04-23T09:57:25.956Z] === RUN TestTagOfficialNames/tag_from_busybox_to_docker.io/busybox [2024-04-23T09:57:25.956Z] === RUN TestTagOfficialNames/tag_from_busybox_to_index.docker.io/busybox [2024-04-23T09:57:25.956Z] === RUN TestTagOfficialNames/tag_from_busybox_to_library/busybox [2024-04-23T09:57:25.956Z] === RUN TestTagOfficialNames/tag_from_busybox_to_docker.io/library/busybox [2024-04-23T09:57:25.956Z] === RUN TestTagOfficialNames/tag_from_busybox_to_index.docker.io/library/busybox [2024-04-23T09:57:25.956Z] --- PASS: TestTagOfficialNames (0.05s) [2024-04-23T09:57:25.956Z] --- PASS: TestTagOfficialNames/tag_from_busybox_to_docker.io/busybox (0.01s) [2024-04-23T09:57:25.956Z] --- PASS: TestTagOfficialNames/tag_from_busybox_to_index.docker.io/busybox (0.01s) [2024-04-23T09:57:25.956Z] --- PASS: TestTagOfficialNames/tag_from_busybox_to_library/busybox (0.01s) [2024-04-23T09:57:25.956Z] --- PASS: TestTagOfficialNames/tag_from_busybox_to_docker.io/library/busybox (0.01s) [2024-04-23T09:57:25.956Z] --- PASS: TestTagOfficialNames/tag_from_busybox_to_index.docker.io/library/busybox (0.01s) [2024-04-23T09:57:25.956Z] === RUN TestTagMatchesDigest [2024-04-23T09:57:25.956Z] --- PASS: TestTagMatchesDigest (0.01s) [2024-04-23T09:57:25.956Z] === CONT TestSaveCheckTimes [2024-04-23T09:57:26.211Z] --- PASS: TestSaveCheckTimes (0.03s) [2024-04-23T09:57:26.211Z] PASS [2024-04-23T09:57:26.211Z] [2024-04-23T09:57:26.211Z] === Skipped [2024-04-23T09:57:26.211Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2024-04-23T09:57:26.211Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2024-04-23T09:57:26.211Z] [2024-04-23T09:57:26.211Z] === SKIP: arm64.integration.image TestRemoveByDigest (0.00s) [2024-04-23T09:57:26.211Z] remove_test.go:64: !testEnv.UsingSnapshotter(): RepoDigests doesn't include tags when using graphdrivers [2024-04-23T09:57:26.211Z] [2024-04-23T09:57:26.211Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2024-04-23T09:57:26.211Z] remove_unix_test.go:35: (*Execution).NotAmd64-fm [2024-04-23T09:57:26.211Z] [2024-04-23T09:57:26.211Z] DONE 71 tests, 3 skipped in 6.650s [2024-04-23T09:57:26.211Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m [2024-04-23T09:57:26.211Z] ++ '[' -n '' ']' [2024-04-23T09:57:26.211Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m [2024-04-23T09:57:26.211Z] ++ set -e [2024-04-23T09:57:26.211Z] ++ '[' -n 0 ']' [2024-04-23T09:57:26.211Z] ++ set -x [2024-04-23T09:57:26.211Z] ++ 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.NSyrXw05lW/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m [2024-04-23T09:57:26.211Z] === RUN TestStripANSICommands [2024-04-23T09:57:26.211Z] === RUN TestStripANSICommands/#00 [2024-04-23T09:57:26.211Z] === RUN TestStripANSICommands/#01 [2024-04-23T09:57:26.211Z] --- PASS: TestStripANSICommands (0.00s) [2024-04-23T09:57:26.211Z] --- PASS: TestStripANSICommands/#00 (0.00s) [2024-04-23T09:57:26.211Z] --- PASS: TestStripANSICommands/#01 (0.00s) [2024-04-23T09:57:26.211Z] PASS [2024-04-23T09:57:26.211Z] [2024-04-23T09:57:26.211Z] DONE 3 tests in 0.006s [2024-04-23T09:57:26.211Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2024-04-23T09:57:26.211Z] ++ '[' -n '' ']' [2024-04-23T09:57:26.211Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2024-04-23T09:57:26.211Z] ++ set -e [2024-04-23T09:57:26.211Z] ++ '[' -n 0 ']' [2024-04-23T09:57:26.211Z] ++ set -x [2024-04-23T09:57:26.211Z] ++ 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.NSyrXw05lW/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2024-04-23T09:57:26.211Z] INFO: Testing against a local daemon [2024-04-23T09:57:26.211Z] === RUN TestCreateWithMultiNetworks [2024-04-23T09:57:27.134Z] --- PASS: TestCreateWithMultiNetworks (0.85s) [2024-04-23T09:57:27.134Z] === RUN TestNetworkCreateDelete [2024-04-23T09:57:27.134Z] --- PASS: TestNetworkCreateDelete (0.17s) [2024-04-23T09:57:27.134Z] === RUN TestDockerNetworkDeletePreferID [2024-04-23T09:57:27.693Z] --- PASS: TestDockerNetworkDeletePreferID (0.45s) [2024-04-23T09:57:27.693Z] === RUN TestDaemonDNSFallback [2024-04-23T09:57:34.214Z] --- PASS: TestDaemonDNSFallback (6.16s) [2024-04-23T09:57:34.214Z] === RUN TestIntDNSAsExtDNS [2024-04-23T09:57:34.469Z] === RUN TestIntDNSAsExtDNS/only_self [2024-04-23T09:57:40.987Z] === RUN TestIntDNSAsExtDNS/self_then_ext [2024-04-23T09:57:46.217Z] --- PASS: TestIntDNSAsExtDNS (11.72s) [2024-04-23T09:57:46.217Z] --- PASS: TestIntDNSAsExtDNS/only_self (5.55s) [2024-04-23T09:57:46.217Z] --- PASS: TestIntDNSAsExtDNS/self_then_ext (5.57s) [2024-04-23T09:57:46.217Z] === RUN TestInspectNetwork [2024-04-23T09:57:48.098Z] === RUN TestInspectNetwork/full_network_id [2024-04-23T09:57:48.098Z] === RUN TestInspectNetwork/partial_network_id [2024-04-23T09:57:48.098Z] === RUN TestInspectNetwork/network_name [2024-04-23T09:57:48.098Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2024-04-23T09:57:53.327Z] --- PASS: TestInspectNetwork (6.98s) [2024-04-23T09:57:53.327Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2024-04-23T09:57:53.327Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2024-04-23T09:57:53.327Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2024-04-23T09:57:53.327Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2024-04-23T09:57:53.327Z] === RUN TestRunContainerWithBridgeNone [2024-04-23T09:57:53.582Z] --- PASS: TestRunContainerWithBridgeNone (1.14s) [2024-04-23T09:57:53.582Z] === RUN TestNetworkInvalidJSON [2024-04-23T09:57:53.582Z] === RUN TestNetworkInvalidJSON/networks/create [2024-04-23T09:57:53.582Z] === PAUSE TestNetworkInvalidJSON/networks/create [2024-04-23T09:57:53.582Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2024-04-23T09:57:53.582Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2024-04-23T09:57:53.582Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2024-04-23T09:57:53.582Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2024-04-23T09:57:53.582Z] === CONT TestNetworkInvalidJSON/networks/create [2024-04-23T09:57:53.582Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2024-04-23T09:57:53.582Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2024-04-23T09:57:53.582Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2024-04-23T09:57:53.582Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2024-04-23T09:57:53.582Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2024-04-23T09:57:53.582Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2024-04-23T09:57:53.582Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2024-04-23T09:57:53.582Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2024-04-23T09:57:53.582Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2024-04-23T09:57:53.582Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2024-04-23T09:57:53.582Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2024-04-23T09:57:53.582Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2024-04-23T09:57:53.582Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2024-04-23T09:57:53.582Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2024-04-23T09:57:53.582Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2024-04-23T09:57:53.582Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2024-04-23T09:57:53.582Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2024-04-23T09:57:53.582Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2024-04-23T09:57:53.582Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2024-04-23T09:57:53.582Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2024-04-23T09:57:53.582Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2024-04-23T09:57:53.582Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2024-04-23T09:57:53.582Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2024-04-23T09:57:53.582Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2024-04-23T09:57:53.582Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2024-04-23T09:57:53.582Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2024-04-23T09:57:53.582Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2024-04-23T09:57:53.582Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2024-04-23T09:57:53.582Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2024-04-23T09:57:53.582Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2024-04-23T09:57:53.582Z] === RUN TestNetworkList [2024-04-23T09:57:53.582Z] === RUN TestNetworkList//networks [2024-04-23T09:57:53.582Z] === PAUSE TestNetworkList//networks [2024-04-23T09:57:53.582Z] === RUN TestNetworkList//networks/ [2024-04-23T09:57:53.582Z] === PAUSE TestNetworkList//networks/ [2024-04-23T09:57:53.582Z] === CONT TestNetworkList//networks [2024-04-23T09:57:53.582Z] === CONT TestNetworkList//networks/ [2024-04-23T09:57:53.582Z] --- PASS: TestNetworkList (0.01s) [2024-04-23T09:57:53.582Z] --- PASS: TestNetworkList//networks/ (0.00s) [2024-04-23T09:57:53.582Z] --- PASS: TestNetworkList//networks (0.00s) [2024-04-23T09:57:53.582Z] === RUN TestHostIPv4BridgeLabel [2024-04-23T09:57:54.141Z] --- PASS: TestHostIPv4BridgeLabel (0.55s) [2024-04-23T09:57:54.141Z] === RUN TestDefaultNetworkOpts [2024-04-23T09:57:54.141Z] === RUN TestDefaultNetworkOpts/default_value [2024-04-23T09:57:55.502Z] === RUN TestDefaultNetworkOpts/cmdline_value [2024-04-23T09:57:56.861Z] === RUN TestDefaultNetworkOpts/config-from_value [2024-04-23T09:57:57.784Z] --- PASS: TestDefaultNetworkOpts (3.58s) [2024-04-23T09:57:57.784Z] --- PASS: TestDefaultNetworkOpts/default_value (1.18s) [2024-04-23T09:57:57.784Z] --- PASS: TestDefaultNetworkOpts/cmdline_value (1.20s) [2024-04-23T09:57:57.784Z] --- PASS: TestDefaultNetworkOpts/config-from_value (1.20s) [2024-04-23T09:57:57.784Z] === RUN TestForbidDuplicateNetworkNames [2024-04-23T09:57:58.343Z] --- PASS: TestForbidDuplicateNetworkNames (0.62s) [2024-04-23T09:57:58.343Z] === RUN TestDaemonRestartWithLiveRestore [2024-04-23T09:57:59.703Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2024-04-23T09:57:59.703Z] === RUN TestDaemonDefaultNetworkPools [2024-04-23T09:58:00.261Z] --- PASS: TestDaemonDefaultNetworkPools (0.80s) [2024-04-23T09:58:00.261Z] === RUN TestDaemonRestartWithExistingNetwork [2024-04-23T09:58:01.620Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s) [2024-04-23T09:58:01.620Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2024-04-23T09:58:02.543Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.22s) [2024-04-23T09:58:02.543Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2024-04-23T09:58:03.102Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2024-04-23T09:58:03.102Z] === RUN TestServiceWithPredefinedNetwork [2024-04-23T09:58:05.608Z] --- PASS: TestServiceWithPredefinedNetwork (2.05s) [2024-04-23T09:58:05.608Z] === RUN TestServiceRemoveKeepsIngressNetwork [2024-04-23T09:58:05.608Z] service_test.go:250: FLAKY_TEST [2024-04-23T09:58:05.608Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2024-04-23T09:58:05.608Z] === RUN TestServiceWithDataPathPortInit [2024-04-23T09:58:17.782Z] --- PASS: TestServiceWithDataPathPortInit (12.69s) [2024-04-23T09:58:17.782Z] === RUN TestServiceWithDefaultAddressPoolInit [2024-04-23T09:58:20.288Z] service_test.go:440: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:24acppbhybg115wxt4li7ihpe Created:2024-04-23 09:58:19.110189535 +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[7e4175b3f83b0836315b1f2f9a08c331aec7ad66182984b45513ccaf4d2eb7a1:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.jr0gcmmxqhg6i692jsrq5ya42 EndpointID:0a64509b6b63b1dc39b4ae05a5b3d40add4583d89fc35af8229860ef75a6b7ad MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:5f522b9f680eb89201829602fa93e3aa17816cc0e5bd1c49b93674df5fcf9785 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:ff302c7669a6 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.jr0gcmmxqhg6i692jsrq5ya42 EndpointID:0a64509b6b63b1dc39b4ae05a5b3d40add4583d89fc35af8229860ef75a6b7ad EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2024-04-23T09:58:25.518Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.81s) [2024-04-23T09:58:25.518Z] PASS [2024-04-23T09:58:25.518Z] [2024-04-23T09:58:25.518Z] === Skipped [2024-04-23T09:58:25.518Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2024-04-23T09:58:25.518Z] service_test.go:250: FLAKY_TEST [2024-04-23T09:58:25.518Z] [2024-04-23T09:58:25.518Z] DONE 47 tests, 1 skipped in 58.599s [2024-04-23T09:58:25.518Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2024-04-23T09:58:25.518Z] ++ '[' -n '' ']' [2024-04-23T09:58:25.518Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2024-04-23T09:58:25.518Z] ++ set -e [2024-04-23T09:58:25.518Z] ++ '[' -n 0 ']' [2024-04-23T09:58:25.518Z] ++ set -x [2024-04-23T09:58:25.518Z] ++ 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.NSyrXw05lW/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2024-04-23T09:58:25.518Z] INFO: Testing against a local daemon [2024-04-23T09:58:25.518Z] === RUN TestDockerNetworkIpvlanPersistance [2024-04-23T09:58:26.078Z] --- PASS: TestDockerNetworkIpvlanPersistance (1.17s) [2024-04-23T09:58:26.078Z] === RUN TestDockerNetworkIpvlan [2024-04-23T09:58:26.078Z] === RUN TestDockerNetworkIpvlan/Subinterface [2024-04-23T09:58:26.638Z] === RUN TestDockerNetworkIpvlan/OverlapParent [2024-04-23T09:58:27.198Z] === RUN TestDockerNetworkIpvlan/L2NilParent [2024-04-23T09:58:28.561Z] === RUN TestDockerNetworkIpvlan/L2InternalMode [2024-04-23T09:58:29.923Z] === RUN TestDockerNetworkIpvlan/L3NilParent [2024-04-23T09:58:31.284Z] === RUN TestDockerNetworkIpvlan/L3InternalMode [2024-04-23T09:58:32.646Z] === RUN TestDockerNetworkIpvlan/L2MultiSubnetWithParent [2024-04-23T09:58:34.529Z] === RUN TestDockerNetworkIpvlan/L2MultiSubnetNoParent [2024-04-23T09:58:36.413Z] === RUN TestDockerNetworkIpvlan/L3MultiSubnet [2024-04-23T09:58:38.924Z] === RUN TestDockerNetworkIpvlan/L2Addressing [2024-04-23T09:58:39.849Z] === RUN TestDockerNetworkIpvlan/L3Addressing [2024-04-23T09:58:40.775Z] === RUN TestDockerNetworkIpvlan/NoIPv6 [2024-04-23T09:58:41.700Z] --- PASS: TestDockerNetworkIpvlan (15.86s) [2024-04-23T09:58:41.700Z] --- PASS: TestDockerNetworkIpvlan/Subinterface (0.70s) [2024-04-23T09:58:41.700Z] --- PASS: TestDockerNetworkIpvlan/OverlapParent (0.66s) [2024-04-23T09:58:41.700Z] --- PASS: TestDockerNetworkIpvlan/L2NilParent (1.33s) [2024-04-23T09:58:41.700Z] --- PASS: TestDockerNetworkIpvlan/L2InternalMode (1.38s) [2024-04-23T09:58:41.700Z] --- PASS: TestDockerNetworkIpvlan/L3NilParent (1.34s) [2024-04-23T09:58:41.700Z] --- PASS: TestDockerNetworkIpvlan/L3InternalMode (1.30s) [2024-04-23T09:58:41.700Z] --- PASS: TestDockerNetworkIpvlan/L2MultiSubnetWithParent (1.84s) [2024-04-23T09:58:41.700Z] --- PASS: TestDockerNetworkIpvlan/L2MultiSubnetNoParent (2.05s) [2024-04-23T09:58:41.700Z] --- PASS: TestDockerNetworkIpvlan/L3MultiSubnet (2.15s) [2024-04-23T09:58:41.700Z] --- PASS: TestDockerNetworkIpvlan/L2Addressing (1.01s) [2024-04-23T09:58:41.700Z] --- PASS: TestDockerNetworkIpvlan/L3Addressing (1.02s) [2024-04-23T09:58:41.700Z] --- PASS: TestDockerNetworkIpvlan/NoIPv6 (1.07s) [2024-04-23T09:58:41.700Z] === RUN TestIPVlanDNS [2024-04-23T09:58:42.259Z] === RUN TestIPVlanDNS/Mode=l2/HasParent=true/Internal=false [2024-04-23T09:58:50.332Z] === RUN TestIPVlanDNS/Mode=l2/HasParent=false/Internal=false [2024-04-23T09:58:54.539Z] === RUN TestIPVlanDNS/Mode=l2/HasParent=true/Internal=true [2024-04-23T09:59:01.057Z] === RUN TestIPVlanDNS/Mode=l3/HasParent=true/Internal=false [2024-04-23T09:59:07.575Z] === RUN TestIPVlanDNS/Mode=l3/HasParent=false/Internal=false [2024-04-23T09:59:12.804Z] === RUN TestIPVlanDNS/Mode=l3/HasParent=true/Internal=true [2024-04-23T09:59:18.034Z] --- PASS: TestIPVlanDNS (36.16s) [2024-04-23T09:59:18.034Z] --- PASS: TestIPVlanDNS/Mode=l2/HasParent=true/Internal=false (6.79s) [2024-04-23T09:59:18.034Z] --- PASS: TestIPVlanDNS/Mode=l2/HasParent=false/Internal=false (5.49s) [2024-04-23T09:59:18.034Z] --- PASS: TestIPVlanDNS/Mode=l2/HasParent=true/Internal=true (5.46s) [2024-04-23T09:59:18.034Z] --- PASS: TestIPVlanDNS/Mode=l3/HasParent=true/Internal=false (6.83s) [2024-04-23T09:59:18.034Z] --- PASS: TestIPVlanDNS/Mode=l3/HasParent=false/Internal=false (5.49s) [2024-04-23T09:59:18.034Z] --- PASS: TestIPVlanDNS/Mode=l3/HasParent=true/Internal=true (5.48s) [2024-04-23T09:59:18.034Z] PASS [2024-04-23T09:59:18.034Z] [2024-04-23T09:59:18.034Z] DONE 21 tests in 53.214s [2024-04-23T09:59:18.034Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2024-04-23T09:59:18.034Z] ++ '[' -n '' ']' [2024-04-23T09:59:18.034Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2024-04-23T09:59:18.034Z] ++ set -e [2024-04-23T09:59:18.034Z] ++ '[' -n 0 ']' [2024-04-23T09:59:18.034Z] ++ set -x [2024-04-23T09:59:18.034Z] ++ 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.NSyrXw05lW/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2024-04-23T09:59:18.034Z] INFO: Testing against a local daemon [2024-04-23T09:59:18.034Z] === RUN TestDockerNetworkMacvlanPersistance [2024-04-23T09:59:19.393Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.18s) [2024-04-23T09:59:19.393Z] === RUN TestDockerNetworkMacvlan [2024-04-23T09:59:19.393Z] === RUN TestDockerNetworkMacvlan/Subinterface [2024-04-23T09:59:19.951Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2024-04-23T09:59:20.510Z] === RUN TestDockerNetworkMacvlan/NilParent [2024-04-23T09:59:21.877Z] === RUN TestDockerNetworkMacvlan/InternalMode [2024-04-23T09:59:23.236Z] === RUN TestDockerNetworkMacvlan/MultiSubnetWithParent [2024-04-23T09:59:25.119Z] === RUN TestDockerNetworkMacvlan/MultiSubnetNoParent [2024-04-23T09:59:27.628Z] === RUN TestDockerNetworkMacvlan/Addressing [2024-04-23T09:59:28.552Z] === RUN TestDockerNetworkMacvlan/NoIPv6 [2024-04-23T09:59:29.477Z] --- PASS: TestDockerNetworkMacvlan (10.34s) [2024-04-23T09:59:29.477Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.67s) [2024-04-23T09:59:29.477Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.70s) [2024-04-23T09:59:29.477Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.38s) [2024-04-23T09:59:29.477Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.43s) [2024-04-23T09:59:29.477Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnetWithParent (1.88s) [2024-04-23T09:59:29.477Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnetNoParent (2.21s) [2024-04-23T09:59:29.477Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.02s) [2024-04-23T09:59:29.477Z] --- PASS: TestDockerNetworkMacvlan/NoIPv6 (1.06s) [2024-04-23T09:59:29.477Z] === RUN TestMACVlanDNS [2024-04-23T09:59:30.037Z] === RUN TestMACVlanDNS/with_parent [2024-04-23T09:59:38.107Z] === RUN TestMACVlanDNS/no_parent [2024-04-23T09:59:43.351Z] === RUN TestMACVlanDNS/with_parent,_internal [2024-04-23T09:59:48.581Z] --- PASS: TestMACVlanDNS (18.48s) [2024-04-23T09:59:48.581Z] --- PASS: TestMACVlanDNS/with_parent (6.86s) [2024-04-23T09:59:48.581Z] --- PASS: TestMACVlanDNS/no_parent (5.50s) [2024-04-23T09:59:48.581Z] --- PASS: TestMACVlanDNS/with_parent,_internal (5.51s) [2024-04-23T09:59:48.581Z] PASS [2024-04-23T09:59:48.581Z] [2024-04-23T09:59:48.581Z] DONE 14 tests in 30.031s [2024-04-23T09:59:48.581Z] Running /go/src/github.com/docker/docker/integration/networking (arm64.integration.networking) flags=-test.v -test.timeout=120m [2024-04-23T09:59:48.581Z] ++ '[' -n '' ']' [2024-04-23T09:59:48.581Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-networking-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-networking-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.networking -t ./test.main -test.v -test.timeout=120m [2024-04-23T09:59:48.581Z] ++ set -e [2024-04-23T09:59:48.581Z] ++ '[' -n 0 ']' [2024-04-23T09:59:48.581Z] ++ set -x [2024-04-23T09:59:48.581Z] ++ 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.NSyrXw05lW/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-networking-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-networking-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.networking -t ./test.main -test.v -test.timeout=120m [2024-04-23T09:59:48.581Z] INFO: Testing against a local daemon [2024-04-23T09:59:48.581Z] === RUN TestBridgeICC [2024-04-23T09:59:48.581Z] === RUN TestBridgeICC/IPv4_non-internal_network [2024-04-23T09:59:49.942Z] === RUN TestBridgeICC/IPv4_internal_network [2024-04-23T09:59:50.865Z] === RUN TestBridgeICC/IPv6_ULA_on_non-internal_network [2024-04-23T09:59:51.789Z] === RUN TestBridgeICC/IPv6_ULA_on_internal_network [2024-04-23T09:59:52.712Z] === RUN TestBridgeICC/IPv6_link-local_address_on_non-internal_network [2024-04-23T09:59:53.635Z] === RUN TestBridgeICC/IPv6_link-local_address_on_internal_network [2024-04-23T09:59:54.995Z] === RUN TestBridgeICC/IPv6_link-local_address_on_non-internal_network_ping_by_name [2024-04-23T09:59:55.919Z] === RUN TestBridgeICC/IPv6_nonstandard_link-local_subnet_on_non-internal_network_ping_by_name [2024-04-23T09:59:56.842Z] === RUN TestBridgeICC/IPv6_non-internal_network_with_SLAAC_LL_address [2024-04-23T09:59:59.350Z] === RUN TestBridgeICC/IPv6_internal_network_with_SLAAC_LL_address [2024-04-23T10:00:01.231Z] --- PASS: TestBridgeICC (13.17s) [2024-04-23T10:00:01.231Z] --- PASS: TestBridgeICC/IPv4_non-internal_network (1.06s) [2024-04-23T10:00:01.231Z] --- PASS: TestBridgeICC/IPv4_internal_network (0.97s) [2024-04-23T10:00:01.231Z] --- PASS: TestBridgeICC/IPv6_ULA_on_non-internal_network (1.01s) [2024-04-23T10:00:01.231Z] --- PASS: TestBridgeICC/IPv6_ULA_on_internal_network (0.95s) [2024-04-23T10:00:01.231Z] --- PASS: TestBridgeICC/IPv6_link-local_address_on_non-internal_network (1.07s) [2024-04-23T10:00:01.231Z] --- PASS: TestBridgeICC/IPv6_link-local_address_on_internal_network (1.04s) [2024-04-23T10:00:01.231Z] --- PASS: TestBridgeICC/IPv6_link-local_address_on_non-internal_network_ping_by_name (1.14s) [2024-04-23T10:00:01.231Z] --- PASS: TestBridgeICC/IPv6_nonstandard_link-local_subnet_on_non-internal_network_ping_by_name (1.11s) [2024-04-23T10:00:01.231Z] --- PASS: TestBridgeICC/IPv6_non-internal_network_with_SLAAC_LL_address (2.13s) [2024-04-23T10:00:01.231Z] --- PASS: TestBridgeICC/IPv6_internal_network_with_SLAAC_LL_address (2.09s) [2024-04-23T10:00:01.231Z] === RUN TestBridgeICCWindows [2024-04-23T10:00:01.231Z] bridge_test.go:215: testEnv.DaemonInfo.OSType != "windows" [2024-04-23T10:00:01.231Z] --- SKIP: TestBridgeICCWindows (0.00s) [2024-04-23T10:00:01.231Z] === RUN TestBridgeINC [2024-04-23T10:00:01.791Z] === RUN TestBridgeINC/IPv4_non-internal_network [2024-04-23T10:00:05.946Z] === RUN TestBridgeINC/IPv4_internal_network [2024-04-23T10:00:07.304Z] === RUN TestBridgeINC/IPv6_ULA_on_non-internal_network [2024-04-23T10:00:11.458Z] === RUN TestBridgeINC/IPv6_ULA_on_internal_network [2024-04-23T10:00:12.820Z] --- PASS: TestBridgeINC (11.44s) [2024-04-23T10:00:12.820Z] --- PASS: TestBridgeINC/IPv4_non-internal_network (4.20s) [2024-04-23T10:00:12.820Z] --- PASS: TestBridgeINC/IPv4_internal_network (1.12s) [2024-04-23T10:00:12.820Z] --- PASS: TestBridgeINC/IPv6_ULA_on_non-internal_network (4.30s) [2024-04-23T10:00:12.820Z] --- PASS: TestBridgeINC/IPv6_ULA_on_internal_network (1.21s) [2024-04-23T10:00:12.820Z] === RUN TestDefaultBridgeIPv6 [2024-04-23T10:00:12.820Z] === RUN TestDefaultBridgeIPv6/IPv6_ULA [2024-04-23T10:00:14.181Z] === RUN TestDefaultBridgeIPv6/IPv6_LLA_only [2024-04-23T10:00:15.544Z] === RUN TestDefaultBridgeIPv6/IPv6_nonstandard_LLA_only [2024-04-23T10:00:16.934Z] --- PASS: TestDefaultBridgeIPv6 (4.33s) [2024-04-23T10:00:16.934Z] --- PASS: TestDefaultBridgeIPv6/IPv6_ULA (1.46s) [2024-04-23T10:00:16.934Z] --- PASS: TestDefaultBridgeIPv6/IPv6_LLA_only (1.42s) [2024-04-23T10:00:16.934Z] --- PASS: TestDefaultBridgeIPv6/IPv6_nonstandard_LLA_only (1.45s) [2024-04-23T10:00:16.934Z] === RUN TestDefaultBridgeAddresses [2024-04-23T10:00:16.934Z] === RUN TestDefaultBridgeAddresses/Unique-Local_Subnet_Changes [2024-04-23T10:00:18.825Z] === RUN TestDefaultBridgeAddresses/Link-Local_Subnet_Changes [2024-04-23T10:00:20.187Z] --- PASS: TestDefaultBridgeAddresses (3.10s) [2024-04-23T10:00:20.187Z] --- PASS: TestDefaultBridgeAddresses/Unique-Local_Subnet_Changes (1.55s) [2024-04-23T10:00:20.187Z] --- PASS: TestDefaultBridgeAddresses/Link-Local_Subnet_Changes (1.55s) [2024-04-23T10:00:20.187Z] === RUN TestInternalNwConnectivity [2024-04-23T10:00:23.447Z] --- PASS: TestInternalNwConnectivity (3.24s) [2024-04-23T10:00:23.447Z] === RUN TestDisableIPv6Addrs [2024-04-23T10:00:24.007Z] === RUN TestDisableIPv6Addrs/IPv6_enabled [2024-04-23T10:00:24.262Z] === RUN TestDisableIPv6Addrs/IPv6_disabled [2024-04-23T10:00:24.821Z] --- PASS: TestDisableIPv6Addrs (1.58s) [2024-04-23T10:00:24.821Z] --- PASS: TestDisableIPv6Addrs/IPv6_enabled (0.42s) [2024-04-23T10:00:24.821Z] --- PASS: TestDisableIPv6Addrs/IPv6_disabled (0.44s) [2024-04-23T10:00:24.821Z] === RUN TestNonIPv6Network [2024-04-23T10:00:26.180Z] --- PASS: TestNonIPv6Network (1.25s) [2024-04-23T10:00:26.180Z] === RUN TestSetInterfaceSysctl [2024-04-23T10:00:27.103Z] --- PASS: TestSetInterfaceSysctl (1.02s) [2024-04-23T10:00:27.103Z] === RUN TestEtcHostsIpv6 [2024-04-23T10:00:27.661Z] === RUN TestEtcHostsIpv6/IPv6_enabled [2024-04-23T10:00:28.220Z] === RUN TestEtcHostsIpv6/IPv6_disabled [2024-04-23T10:00:28.779Z] --- PASS: TestEtcHostsIpv6 (1.54s) [2024-04-23T10:00:28.779Z] --- PASS: TestEtcHostsIpv6/IPv6_enabled (0.49s) [2024-04-23T10:00:28.779Z] --- PASS: TestEtcHostsIpv6/IPv6_disabled (0.45s) [2024-04-23T10:00:28.779Z] === RUN TestMACAddrOnRestart [2024-04-23T10:00:30.662Z] --- PASS: TestMACAddrOnRestart (2.06s) [2024-04-23T10:00:30.662Z] === RUN TestCfgdMACAddrOnRestart [2024-04-23T10:00:33.918Z] --- PASS: TestCfgdMACAddrOnRestart (2.59s) [2024-04-23T10:00:33.918Z] === RUN TestInspectCfgdMAC [2024-04-23T10:00:33.918Z] === RUN TestInspectCfgdMAC/generated_address_default_bridge [2024-04-23T10:00:33.918Z] === RUN TestInspectCfgdMAC/configured_address_default_bridge [2024-04-23T10:00:33.918Z] === RUN TestInspectCfgdMAC/generated_address_custom_bridge [2024-04-23T10:00:34.172Z] === RUN TestInspectCfgdMAC/configured_address_custom_bridge [2024-04-23T10:00:34.427Z] === RUN TestInspectCfgdMAC/ctr-wide_address_default_bridge [2024-04-23T10:00:34.427Z] --- PASS: TestInspectCfgdMAC (1.06s) [2024-04-23T10:00:34.427Z] --- PASS: TestInspectCfgdMAC/generated_address_default_bridge (0.04s) [2024-04-23T10:00:34.427Z] --- PASS: TestInspectCfgdMAC/configured_address_default_bridge (0.03s) [2024-04-23T10:00:34.427Z] --- PASS: TestInspectCfgdMAC/generated_address_custom_bridge (0.17s) [2024-04-23T10:00:34.427Z] --- PASS: TestInspectCfgdMAC/configured_address_custom_bridge (0.17s) [2024-04-23T10:00:34.427Z] --- PASS: TestInspectCfgdMAC/ctr-wide_address_default_bridge (0.03s) [2024-04-23T10:00:34.427Z] === RUN TestWatchtowerCreate [2024-04-23T10:00:35.786Z] --- PASS: TestWatchtowerCreate (1.09s) [2024-04-23T10:00:35.786Z] === RUN TestResolvConfLocalhostIPv6 [2024-04-23T10:00:36.709Z] --- PASS: TestResolvConfLocalhostIPv6 (1.19s) [2024-04-23T10:00:36.709Z] === RUN TestInternalNetworkDNS [2024-04-23T10:01:03.179Z] --- PASS: TestInternalNetworkDNS (23.05s) [2024-04-23T10:01:03.179Z] === RUN TestNslookupWindows [2024-04-23T10:01:03.179Z] resolvconf_test.go:140: testEnv.DaemonInfo.OSType != "windows" [2024-04-23T10:01:03.179Z] --- SKIP: TestNslookupWindows (0.00s) [2024-04-23T10:01:03.179Z] PASS [2024-04-23T10:01:03.179Z] [2024-04-23T10:01:03.179Z] === Skipped [2024-04-23T10:01:03.179Z] === SKIP: arm64.integration.networking TestBridgeICCWindows (0.00s) [2024-04-23T10:01:03.179Z] bridge_test.go:215: testEnv.DaemonInfo.OSType != "windows" [2024-04-23T10:01:03.179Z] [2024-04-23T10:01:03.179Z] === SKIP: arm64.integration.networking TestNslookupWindows (0.00s) [2024-04-23T10:01:03.179Z] resolvconf_test.go:140: testEnv.DaemonInfo.OSType != "windows" [2024-04-23T10:01:03.179Z] [2024-04-23T10:01:03.179Z] DONE 45 tests, 2 skipped in 71.755s [2024-04-23T10:01:03.179Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2024-04-23T10:01:03.179Z] ++ '[' -n '' ']' [2024-04-23T10:01:03.179Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2024-04-23T10:01:03.179Z] ++ set -e [2024-04-23T10:01:03.179Z] ++ '[' -n 0 ']' [2024-04-23T10:01:03.179Z] ++ set -x [2024-04-23T10:01:03.179Z] ++ 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.NSyrXw05lW/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2024-04-23T10:01:03.179Z] testing: warning: no tests to run [2024-04-23T10:01:03.179Z] PASS [2024-04-23T10:01:03.179Z] [2024-04-23T10:01:03.179Z] DONE 0 tests in 0.005s [2024-04-23T10:01:03.179Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2024-04-23T10:01:03.179Z] ++ '[' -n '' ']' [2024-04-23T10:01:03.179Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2024-04-23T10:01:03.179Z] ++ set -e [2024-04-23T10:01:03.179Z] ++ '[' -n 0 ']' [2024-04-23T10:01:03.179Z] ++ set -x [2024-04-23T10:01:03.179Z] ++ 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.NSyrXw05lW/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2024-04-23T10:01:03.179Z] INFO: Testing against a local daemon [2024-04-23T10:01:03.179Z] === RUN TestAuthZPluginAllowRequest [2024-04-23T10:01:03.179Z] --- PASS: TestAuthZPluginAllowRequest (1.06s) [2024-04-23T10:01:03.179Z] === RUN TestAuthZPluginTLS [2024-04-23T10:01:03.179Z] --- PASS: TestAuthZPluginTLS (0.54s) [2024-04-23T10:01:03.179Z] === RUN TestAuthZPluginDenyRequest [2024-04-23T10:01:03.179Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2024-04-23T10:01:03.179Z] === RUN TestAuthZPluginAPIDenyResponse [2024-04-23T10:01:03.179Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2024-04-23T10:01:03.179Z] === RUN TestAuthZPluginDenyResponse [2024-04-23T10:01:03.179Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2024-04-23T10:01:03.179Z] === RUN TestAuthZPluginAllowEventStream [2024-04-23T10:01:03.738Z] 2024/04/23 10:01:03 http: panic serving 127.0.0.1:54386: runtime error: invalid memory address or nil pointer dereference [2024-04-23T10:01:03.738Z] goroutine 136 [running]: [2024-04-23T10:01:03.738Z] net/http.(*conn).serve.func1() [2024-04-23T10:01:03.739Z] /usr/local/go/src/net/http/server.go:1868 +0xb0 [2024-04-23T10:01:03.739Z] panic({0xa86700?, 0x15bafd0?}) [2024-04-23T10:01:03.739Z] /usr/local/go/src/runtime/panic.go:920 +0x26c [2024-04-23T10:01:03.739Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd8a350, 0x40004b8240}, 0xffff3a7b7ac8?) [2024-04-23T10:01:03.739Z] /go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:159 +0x14c [2024-04-23T10:01:03.739Z] net/http.HandlerFunc.ServeHTTP(0x4000362100?, {0xd8a350?, 0x40004b8240?}, 0x402eb4?) [2024-04-23T10:01:03.739Z] /usr/local/go/src/net/http/server.go:2136 +0x38 [2024-04-23T10:01:03.739Z] net/http.(*ServeMux).ServeHTTP(0xd906e8?, {0xd8a350, 0x40004b8240}, 0x4000362100) [2024-04-23T10:01:03.739Z] /usr/local/go/src/net/http/server.go:2514 +0x144 [2024-04-23T10:01:03.739Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*middleware).serveHTTP(0x4000200f20, {0xd88f10?, 0x400016e000}, 0x4000362000, {0xd7efa0, 0x40003be2c0}) [2024-04-23T10:01:03.739Z] /go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:229 +0xf44 [2024-04-23T10:01:03.739Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.NewMiddleware.func1.1({0xd88f10?, 0x400016e000?}, 0x400011e030?) [2024-04-23T10:01:03.739Z] /go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:81 +0x40 [2024-04-23T10:01:03.739Z] net/http.HandlerFunc.ServeHTTP(0x10?, {0xd88f10?, 0x400016e000?}, 0x400016e000?) [2024-04-23T10:01:03.739Z] /usr/local/go/src/net/http/server.go:2136 +0x38 [2024-04-23T10:01:03.739Z] net/http.serverHandler.ServeHTTP({0xd85988?}, {0xd88f10?, 0x400016e000?}, 0x6?) [2024-04-23T10:01:03.739Z] /usr/local/go/src/net/http/server.go:2938 +0xbc [2024-04-23T10:01:03.739Z] net/http.(*conn).serve(0x4000496cf0, {0xd906e8, 0x400003be60}) [2024-04-23T10:01:03.739Z] /usr/local/go/src/net/http/server.go:2009 +0x518 [2024-04-23T10:01:03.739Z] created by net/http.(*Server).Serve in goroutine 21 [2024-04-23T10:01:03.739Z] /usr/local/go/src/net/http/server.go:3086 +0x4cc [2024-04-23T10:01:05.098Z] 2024/04/23 10:01:04 http: panic serving 127.0.0.1:54390: could not unmarshal json for /AuthZPlugin.AuthZRes: unexpected end of JSON input [2024-04-23T10:01:05.098Z] goroutine 181 [running]: [2024-04-23T10:01:05.098Z] net/http.(*conn).serve.func1() [2024-04-23T10:01:05.098Z] /usr/local/go/src/net/http/server.go:1868 +0xb0 [2024-04-23T10:01:05.098Z] panic({0xa1c140?, 0x400011e400?}) [2024-04-23T10:01:05.098Z] /usr/local/go/src/runtime/panic.go:920 +0x26c [2024-04-23T10:01:05.098Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd8a350, 0x40004b83c0}, 0xffff3a7b7ac8?) [2024-04-23T10:01:05.098Z] /go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:149 +0x360 [2024-04-23T10:01:05.098Z] net/http.HandlerFunc.ServeHTTP(0x4000362200?, {0xd8a350?, 0x40004b83c0?}, 0x402eb4?) [2024-04-23T10:01:05.098Z] /usr/local/go/src/net/http/server.go:2136 +0x38 [2024-04-23T10:01:05.098Z] net/http.(*ServeMux).ServeHTTP(0xd906e8?, {0xd8a350, 0x40004b83c0}, 0x4000362200) [2024-04-23T10:01:05.098Z] /usr/local/go/src/net/http/server.go:2514 +0x144 [2024-04-23T10:01:05.098Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*middleware).serveHTTP(0x4000200f20, {0xd88f10?, 0x400016e0e0}, 0x4000363700, {0xd7efa0, 0x40003be2c0}) [2024-04-23T10:01:05.098Z] /go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:229 +0xf44 [2024-04-23T10:01:05.098Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.NewMiddleware.func1.1({0xd88f10?, 0x400016e0e0?}, 0x400049f620?) [2024-04-23T10:01:05.098Z] /go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:81 +0x40 [2024-04-23T10:01:05.098Z] net/http.HandlerFunc.ServeHTTP(0x1618da0?, {0xd88f10?, 0x400016e0e0?}, 0x400020db40?) [2024-04-23T10:01:05.098Z] /usr/local/go/src/net/http/server.go:2136 +0x38 [2024-04-23T10:01:05.098Z] net/http.serverHandler.ServeHTTP({0x400049f620?}, {0xd88f10?, 0x400016e0e0?}, 0x6?) [2024-04-23T10:01:05.098Z] /usr/local/go/src/net/http/server.go:2938 +0xbc [2024-04-23T10:01:05.098Z] net/http.(*conn).serve(0x4000497e60, {0xd906e8, 0x400003be60}) [2024-04-23T10:01:05.098Z] /usr/local/go/src/net/http/server.go:2009 +0x518 [2024-04-23T10:01:05.098Z] created by net/http.(*Server).Serve in goroutine 21 [2024-04-23T10:01:05.098Z] /usr/local/go/src/net/http/server.go:3086 +0x4cc [2024-04-23T10:01:06.977Z] 2024/04/23 10:01:06 http: panic serving 127.0.0.1:54394: could not unmarshal json for /AuthZPlugin.AuthZRes: unexpected end of JSON input [2024-04-23T10:01:06.977Z] goroutine 171 [running]: [2024-04-23T10:01:06.977Z] net/http.(*conn).serve.func1() [2024-04-23T10:01:06.978Z] /usr/local/go/src/net/http/server.go:1868 +0xb0 [2024-04-23T10:01:06.978Z] panic({0xa1c140?, 0x400011e560?}) [2024-04-23T10:01:06.978Z] /usr/local/go/src/runtime/panic.go:920 +0x26c [2024-04-23T10:01:06.978Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd8a350, 0x40004b85a0}, 0xffff3a7b7ac8?) [2024-04-23T10:01:06.978Z] /go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:149 +0x360 [2024-04-23T10:01:06.978Z] net/http.HandlerFunc.ServeHTTP(0x4000362400?, {0xd8a350?, 0x40004b85a0?}, 0x402eb4?) [2024-04-23T10:01:06.978Z] /usr/local/go/src/net/http/server.go:2136 +0x38 [2024-04-23T10:01:06.978Z] net/http.(*ServeMux).ServeHTTP(0xd906e8?, {0xd8a350, 0x40004b85a0}, 0x4000362400) [2024-04-23T10:01:06.978Z] /usr/local/go/src/net/http/server.go:2514 +0x144 [2024-04-23T10:01:06.978Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*middleware).serveHTTP(0x4000200f20, {0xd88f10?, 0x400016e1c0}, 0x4000362300, {0xd7efa0, 0x40003be2c0}) [2024-04-23T10:01:06.978Z] /go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:229 +0xf44 [2024-04-23T10:01:06.978Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.NewMiddleware.func1.1({0xd88f10?, 0x400016e1c0?}, 0x400030c4e0?) [2024-04-23T10:01:06.978Z] /go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:81 +0x40 [2024-04-23T10:01:06.978Z] net/http.HandlerFunc.ServeHTTP(0x1618da0?, {0xd88f10?, 0x400016e1c0?}, 0x400020db40?) [2024-04-23T10:01:06.978Z] /usr/local/go/src/net/http/server.go:2136 +0x38 [2024-04-23T10:01:06.978Z] net/http.serverHandler.ServeHTTP({0x400030c4e0?}, {0xd88f10?, 0x400016e1c0?}, 0x6?) [2024-04-23T10:01:06.978Z] /usr/local/go/src/net/http/server.go:2938 +0xbc [2024-04-23T10:01:06.978Z] net/http.(*conn).serve(0x4000128360, {0xd906e8, 0x400003be60}) [2024-04-23T10:01:06.978Z] /usr/local/go/src/net/http/server.go:2009 +0x518 [2024-04-23T10:01:06.978Z] created by net/http.(*Server).Serve in goroutine 21 [2024-04-23T10:01:06.978Z] /usr/local/go/src/net/http/server.go:3086 +0x4cc [2024-04-23T10:01:09.501Z] --- PASS: TestAuthZPluginAllowEventStream (6.03s) [2024-04-23T10:01:09.501Z] === RUN TestAuthZPluginErrorResponse [2024-04-23T10:01:09.501Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2024-04-23T10:01:09.501Z] === RUN TestAuthZPluginErrorRequest [2024-04-23T10:01:10.060Z] --- PASS: TestAuthZPluginErrorRequest (0.52s) [2024-04-23T10:01:10.060Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2024-04-23T10:01:10.619Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2024-04-23T10:01:10.619Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2024-04-23T10:01:11.978Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.17s) [2024-04-23T10:01:11.979Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2024-04-23T10:01:12.902Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.08s) [2024-04-23T10:01:12.902Z] === RUN TestAuthZPluginHeader [2024-04-23T10:01:13.462Z] --- PASS: TestAuthZPluginHeader (0.61s) [2024-04-23T10:01:13.463Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2024-04-23T10:01:13.463Z] authz_plugin_v2_test.go:40: (*Execution).NotAmd64-fm [2024-04-23T10:01:13.463Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2024-04-23T10:01:13.463Z] === RUN TestAuthZPluginV2Disable [2024-04-23T10:01:13.463Z] authz_plugin_v2_test.go:61: (*Execution).NotAmd64-fm [2024-04-23T10:01:13.463Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2024-04-23T10:01:13.463Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2024-04-23T10:01:13.463Z] authz_plugin_v2_test.go:87: (*Execution).NotAmd64-fm [2024-04-23T10:01:13.463Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2024-04-23T10:01:13.463Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2024-04-23T10:01:13.463Z] authz_plugin_v2_test.go:122: (*Execution).NotAmd64-fm [2024-04-23T10:01:13.463Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2024-04-23T10:01:13.463Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2024-04-23T10:01:31.487Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.88s) [2024-04-23T10:01:31.487Z] PASS [2024-04-23T10:01:31.487Z] [2024-04-23T10:01:31.487Z] === Skipped [2024-04-23T10:01:31.487Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2024-04-23T10:01:31.487Z] authz_plugin_v2_test.go:40: (*Execution).NotAmd64-fm [2024-04-23T10:01:31.487Z] [2024-04-23T10:01:31.487Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2024-04-23T10:01:31.487Z] authz_plugin_v2_test.go:61: (*Execution).NotAmd64-fm [2024-04-23T10:01:31.487Z] [2024-04-23T10:01:31.487Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2024-04-23T10:01:31.487Z] authz_plugin_v2_test.go:87: (*Execution).NotAmd64-fm [2024-04-23T10:01:31.487Z] [2024-04-23T10:01:31.487Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2024-04-23T10:01:31.487Z] authz_plugin_v2_test.go:122: (*Execution).NotAmd64-fm [2024-04-23T10:01:31.487Z] [2024-04-23T10:01:31.487Z] DONE 17 tests, 4 skipped in 30.572s [2024-04-23T10:01:31.487Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2024-04-23T10:01:31.487Z] ++ '[' -n '' ']' [2024-04-23T10:01:31.487Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2024-04-23T10:01:31.487Z] ++ set -e [2024-04-23T10:01:31.487Z] ++ '[' -n 0 ']' [2024-04-23T10:01:31.487Z] ++ set -x [2024-04-23T10:01:31.487Z] ++ 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.NSyrXw05lW/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2024-04-23T10:01:31.487Z] INFO: Testing against a local daemon [2024-04-23T10:01:31.487Z] === RUN TestPluginInvalidJSON [2024-04-23T10:01:31.487Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2024-04-23T10:01:31.487Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2024-04-23T10:01:31.487Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2024-04-23T10:01:31.487Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2024-04-23T10:01:31.487Z] === RUN TestPluginInvalidJSON/plugins/pull [2024-04-23T10:01:31.487Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2024-04-23T10:01:31.487Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2024-04-23T10:01:31.487Z] === CONT TestPluginInvalidJSON/plugins/pull [2024-04-23T10:01:31.487Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2024-04-23T10:01:31.487Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2024-04-23T10:01:31.487Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2024-04-23T10:01:31.487Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2024-04-23T10:01:31.487Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2024-04-23T10:01:31.487Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2024-04-23T10:01:31.487Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2024-04-23T10:01:31.487Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2024-04-23T10:01:31.487Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2024-04-23T10:01:31.487Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2024-04-23T10:01:31.487Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2024-04-23T10:01:31.487Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2024-04-23T10:01:31.487Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2024-04-23T10:01:31.487Z] --- PASS: TestPluginInvalidJSON (0.01s) [2024-04-23T10:01:31.487Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s) [2024-04-23T10:01:31.487Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2024-04-23T10:01:31.487Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2024-04-23T10:01:31.487Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2024-04-23T10:01:31.487Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2024-04-23T10:01:31.487Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s) [2024-04-23T10:01:31.487Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2024-04-23T10:01:31.487Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2024-04-23T10:01:31.487Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2024-04-23T10:01:31.487Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2024-04-23T10:01:31.487Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2024-04-23T10:01:31.487Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2024-04-23T10:01:31.487Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2024-04-23T10:01:31.487Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2024-04-23T10:01:31.487Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2024-04-23T10:01:31.487Z] === RUN TestPluginInstall [2024-04-23T10:01:31.487Z] === RUN TestPluginInstall/no_auth [2024-04-23T10:01:33.994Z] time="2024-04-23T10:01:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2024-04-23T10:01:33.994Z] time="2024-04-23T10:01:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ff4c08a2b9028ed07b652c2a4d2c067b91bae62d1fd716540860cec27c0dc8b8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2024-04-23T10:01:33.994Z] time="2024-04-23T10:01:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2024-04-23T10:01:33.994Z] time="2024-04-23T10:01:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ff4c08a2b9028ed07b652c2a4d2c067b91bae62d1fd716540860cec27c0dc8b8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2024-04-23T10:01:33.994Z] === RUN TestPluginInstall/with_digest [2024-04-23T10:01:34.553Z] === RUN TestPluginInstall/with_htpasswd [2024-04-23T10:01:34.807Z] time="2024-04-23T10:01:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2024-04-23T10:01:34.807Z] time="2024-04-23T10:01:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a377f55644056b3a23f6bc26f1b17c2a861aa87de466efbd1ee4b6d7f5d860d5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2024-04-23T10:01:34.807Z] time="2024-04-23T10:01:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2024-04-23T10:01:34.807Z] time="2024-04-23T10:01:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a377f55644056b3a23f6bc26f1b17c2a861aa87de466efbd1ee4b6d7f5d860d5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2024-04-23T10:01:34.807Z] === RUN TestPluginInstall/with_insecure [2024-04-23T10:01:35.731Z] time="2024-04-23T10:01:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2024-04-23T10:01:35.731Z] time="2024-04-23T10:01:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0d05c045392e7e71f6f3063935073c898a300976f323f90a6dea6d004947ce93" mediatype=application/vnd.docker.plugin.v1+json size=522 [2024-04-23T10:01:35.731Z] time="2024-04-23T10:01:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2024-04-23T10:01:35.731Z] time="2024-04-23T10:01:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0d05c045392e7e71f6f3063935073c898a300976f323f90a6dea6d004947ce93" mediatype=application/vnd.docker.plugin.v1+json size=522 [2024-04-23T10:01:35.731Z] plugin_test.go:247: [df01e681f21bf] daemon is not started [2024-04-23T10:01:35.731Z] --- PASS: TestPluginInstall (5.46s) [2024-04-23T10:01:35.731Z] --- PASS: TestPluginInstall/no_auth (3.63s) [2024-04-23T10:01:35.731Z] --- PASS: TestPluginInstall/with_digest (0.46s) [2024-04-23T10:01:35.731Z] --- PASS: TestPluginInstall/with_htpasswd (0.45s) [2024-04-23T10:01:35.731Z] --- PASS: TestPluginInstall/with_insecure (0.93s) [2024-04-23T10:01:35.731Z] === RUN TestPluginsWithRuntimes [2024-04-23T10:01:37.614Z] === RUN TestPluginsWithRuntimes/No_Args [2024-04-23T10:01:38.174Z] === RUN TestPluginsWithRuntimes/With_Args [2024-04-23T10:01:39.099Z] --- PASS: TestPluginsWithRuntimes (3.12s) [2024-04-23T10:01:39.099Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.83s) [2024-04-23T10:01:39.099Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.83s) [2024-04-23T10:01:39.099Z] === RUN TestPluginBackCompatMediaTypes [2024-04-23T10:01:39.354Z] --- PASS: TestPluginBackCompatMediaTypes (0.49s) [2024-04-23T10:01:39.354Z] PASS [2024-04-23T10:01:39.354Z] [2024-04-23T10:01:39.354Z] DONE 25 tests in 9.108s [2024-04-23T10:01:39.354Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2024-04-23T10:01:39.354Z] ++ '[' -n '' ']' [2024-04-23T10:01:39.354Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2024-04-23T10:01:39.354Z] ++ set -e [2024-04-23T10:01:39.354Z] ++ '[' -n 0 ']' [2024-04-23T10:01:39.354Z] ++ set -x [2024-04-23T10:01:39.354Z] ++ 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.NSyrXw05lW/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2024-04-23T10:01:39.609Z] INFO: Testing against a local daemon [2024-04-23T10:01:39.609Z] === RUN TestExternalGraphDriver [2024-04-23T10:01:39.863Z] === RUN TestExternalGraphDriver/json [2024-04-23T10:01:39.863Z] === RUN TestExternalGraphDriver/spec [2024-04-23T10:01:39.863Z] === RUN TestExternalGraphDriver/pull [2024-04-23T10:01:39.863Z] --- PASS: TestExternalGraphDriver (0.34s) [2024-04-23T10:01:39.863Z] --- PASS: TestExternalGraphDriver/json (0.00s) [2024-04-23T10:01:39.863Z] --- PASS: TestExternalGraphDriver/spec (0.00s) [2024-04-23T10:01:39.863Z] --- PASS: TestExternalGraphDriver/pull (0.00s) [2024-04-23T10:01:39.863Z] === RUN TestGraphdriverPluginV2 [2024-04-23T10:01:40.118Z] external_test.go:416: (*Execution).NotAmd64-fm [2024-04-23T10:01:40.118Z] --- SKIP: TestGraphdriverPluginV2 (0.33s) [2024-04-23T10:01:40.118Z] PASS [2024-04-23T10:01:40.118Z] [2024-04-23T10:01:40.118Z] === Skipped [2024-04-23T10:01:40.118Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.33s) [2024-04-23T10:01:40.118Z] external_test.go:416: (*Execution).NotAmd64-fm [2024-04-23T10:01:40.118Z] [2024-04-23T10:01:40.118Z] DONE 5 tests, 1 skipped in 0.694s [2024-04-23T10:01:40.118Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2024-04-23T10:01:40.118Z] ++ '[' -n '' ']' [2024-04-23T10:01:40.118Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2024-04-23T10:01:40.118Z] ++ set -e [2024-04-23T10:01:40.118Z] ++ '[' -n 0 ']' [2024-04-23T10:01:40.118Z] ++ set -x [2024-04-23T10:01:40.118Z] ++ 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.NSyrXw05lW/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2024-04-23T10:01:40.118Z] INFO: Testing against a local daemon [2024-04-23T10:01:40.118Z] === RUN TestContinueAfterPluginCrash [2024-04-23T10:01:40.118Z] === PAUSE TestContinueAfterPluginCrash [2024-04-23T10:01:40.118Z] === RUN TestReadPluginNoRead [2024-04-23T10:01:40.118Z] === PAUSE TestReadPluginNoRead [2024-04-23T10:01:40.118Z] === RUN TestDaemonStartWithLogOpt [2024-04-23T10:01:40.118Z] === PAUSE TestDaemonStartWithLogOpt [2024-04-23T10:01:40.118Z] === CONT TestContinueAfterPluginCrash [2024-04-23T10:01:40.118Z] === CONT TestReadPluginNoRead [2024-04-23T10:01:40.118Z] === CONT TestDaemonStartWithLogOpt [2024-04-23T10:01:42.626Z] === RUN TestReadPluginNoRead/default [2024-04-23T10:01:42.880Z] --- PASS: TestDaemonStartWithLogOpt (2.57s) [2024-04-23T10:01:43.439Z] === RUN TestReadPluginNoRead/disabled_caching [2024-04-23T10:01:44.361Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2024-04-23T10:01:45.720Z] read_test.go:93: [d5c64fc8e43bb] daemon is not started [2024-04-23T10:01:45.720Z] --- PASS: TestReadPluginNoRead (5.34s) [2024-04-23T10:01:45.720Z] --- PASS: TestReadPluginNoRead/default (1.10s) [2024-04-23T10:01:45.720Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.10s) [2024-04-23T10:01:45.720Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.13s) [2024-04-23T10:01:47.600Z] --- PASS: TestContinueAfterPluginCrash (7.48s) [2024-04-23T10:01:47.600Z] PASS [2024-04-23T10:01:47.600Z] [2024-04-23T10:01:47.600Z] DONE 6 tests in 7.505s [2024-04-23T10:01:47.600Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2024-04-23T10:01:47.600Z] ++ '[' -n '' ']' [2024-04-23T10:01:47.600Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2024-04-23T10:01:47.600Z] ++ set -e [2024-04-23T10:01:47.600Z] ++ '[' -n 0 ']' [2024-04-23T10:01:47.600Z] ++ set -x [2024-04-23T10:01:47.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.NSyrXw05lW/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2024-04-23T10:01:47.600Z] testing: warning: no tests to run [2024-04-23T10:01:47.600Z] PASS [2024-04-23T10:01:47.600Z] [2024-04-23T10:01:47.600Z] DONE 0 tests in 0.006s [2024-04-23T10:01:47.600Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2024-04-23T10:01:47.600Z] ++ '[' -n '' ']' [2024-04-23T10:01:47.600Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2024-04-23T10:01:47.600Z] ++ set -e [2024-04-23T10:01:47.600Z] ++ '[' -n 0 ']' [2024-04-23T10:01:47.600Z] ++ set -x [2024-04-23T10:01:47.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.NSyrXw05lW/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2024-04-23T10:01:47.600Z] INFO: Testing against a local daemon [2024-04-23T10:01:47.600Z] === RUN TestPluginWithDevMounts [2024-04-23T10:01:47.600Z] === PAUSE TestPluginWithDevMounts [2024-04-23T10:01:47.600Z] === CONT TestPluginWithDevMounts [2024-04-23T10:01:49.481Z] --- PASS: TestPluginWithDevMounts (1.45s) [2024-04-23T10:01:49.481Z] PASS [2024-04-23T10:01:49.481Z] [2024-04-23T10:01:49.481Z] DONE 1 tests in 1.481s [2024-04-23T10:01:49.481Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2024-04-23T10:01:49.481Z] ++ '[' -n '' ']' [2024-04-23T10:01:49.481Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2024-04-23T10:01:49.481Z] ++ set -e [2024-04-23T10:01:49.481Z] ++ '[' -n 0 ']' [2024-04-23T10:01:49.481Z] ++ set -x [2024-04-23T10:01:49.481Z] ++ 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.NSyrXw05lW/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2024-04-23T10:01:49.481Z] INFO: Testing against a local daemon [2024-04-23T10:01:49.481Z] === RUN TestSecretInspect [2024-04-23T10:01:51.375Z] --- PASS: TestSecretInspect (1.91s) [2024-04-23T10:01:51.375Z] === RUN TestSecretList [2024-04-23T10:01:53.256Z] --- PASS: TestSecretList (1.89s) [2024-04-23T10:01:53.256Z] === RUN TestSecretsCreateAndDelete [2024-04-23T10:01:55.138Z] --- PASS: TestSecretsCreateAndDelete (1.87s) [2024-04-23T10:01:55.138Z] === RUN TestSecretsUpdate [2024-04-23T10:01:57.021Z] --- PASS: TestSecretsUpdate (1.81s) [2024-04-23T10:01:57.021Z] === RUN TestTemplatedSecret [2024-04-23T10:01:59.529Z] --- PASS: TestTemplatedSecret (2.36s) [2024-04-23T10:01:59.529Z] === RUN TestSecretCreateResolve [2024-04-23T10:02:00.890Z] --- PASS: TestSecretCreateResolve (1.89s) [2024-04-23T10:02:00.890Z] PASS [2024-04-23T10:02:00.890Z] [2024-04-23T10:02:00.890Z] DONE 6 tests in 11.760s [2024-04-23T10:02:00.890Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2024-04-23T10:02:00.890Z] ++ '[' -n '' ']' [2024-04-23T10:02:00.890Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2024-04-23T10:02:00.890Z] ++ set -e [2024-04-23T10:02:00.890Z] ++ '[' -n 0 ']' [2024-04-23T10:02:00.890Z] ++ set -x [2024-04-23T10:02:00.890Z] ++ 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.NSyrXw05lW/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2024-04-23T10:02:00.890Z] INFO: Testing against a local daemon [2024-04-23T10:02:00.890Z] === RUN TestServiceCreateInit [2024-04-23T10:02:00.890Z] === RUN TestServiceCreateInit/daemonInitDisabled [2024-04-23T10:02:05.050Z] === RUN TestServiceCreateInit/daemonInitEnabled [2024-04-23T10:02:08.311Z] --- PASS: TestServiceCreateInit (6.81s) [2024-04-23T10:02:08.311Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.47s) [2024-04-23T10:02:08.311Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.34s) [2024-04-23T10:02:08.311Z] === RUN TestCreateServiceMultipleTimes [2024-04-23T10:02:23.130Z] --- PASS: TestCreateServiceMultipleTimes (14.69s) [2024-04-23T10:02:23.130Z] === RUN TestCreateServiceConflict [2024-04-23T10:02:24.489Z] --- PASS: TestCreateServiceConflict (1.85s) [2024-04-23T10:02:24.489Z] === RUN TestCreateServiceMaxReplicas [2024-04-23T10:02:26.996Z] --- PASS: TestCreateServiceMaxReplicas (2.73s) [2024-04-23T10:02:26.996Z] === RUN TestCreateServiceSecretFileMode [2024-04-23T10:02:41.817Z] --- PASS: TestCreateServiceSecretFileMode (12.25s) [2024-04-23T10:02:41.817Z] === RUN TestCreateServiceConfigFileMode [2024-04-23T10:02:51.757Z] --- PASS: TestCreateServiceConfigFileMode (12.40s) [2024-04-23T10:02:51.757Z] === RUN TestCreateServiceSysctls [2024-04-23T10:02:55.014Z] --- PASS: TestCreateServiceSysctls (2.77s) [2024-04-23T10:02:55.014Z] === RUN TestCreateServiceCapabilities [2024-04-23T10:02:56.895Z] --- PASS: TestCreateServiceCapabilities (2.38s) [2024-04-23T10:02:56.895Z] === RUN TestInspect [2024-04-23T10:02:59.402Z] --- PASS: TestInspect (2.19s) [2024-04-23T10:02:59.402Z] === RUN TestCreateJob [2024-04-23T10:03:01.908Z] --- PASS: TestCreateJob (2.94s) [2024-04-23T10:03:01.908Z] === RUN TestReplicatedJob [2024-04-23T10:03:07.139Z] --- PASS: TestReplicatedJob (4.74s) [2024-04-23T10:03:07.139Z] === RUN TestUpdateReplicatedJob [2024-04-23T10:03:09.645Z] --- PASS: TestUpdateReplicatedJob (2.89s) [2024-04-23T10:03:09.645Z] === RUN TestServiceListWithStatuses [2024-04-23T10:03:13.801Z] --- PASS: TestServiceListWithStatuses (4.11s) [2024-04-23T10:03:13.801Z] === RUN TestDockerNetworkConnectAliasPreV144 [2024-04-23T10:03:17.956Z] --- PASS: TestDockerNetworkConnectAliasPreV144 (4.02s) [2024-04-23T10:03:17.956Z] === RUN TestDockerNetworkReConnect [2024-04-23T10:03:21.211Z] --- PASS: TestDockerNetworkReConnect (3.11s) [2024-04-23T10:03:21.211Z] === RUN TestServicePlugin [2024-04-23T10:03:21.211Z] plugin_test.go:25: (*Execution).NotAmd64-fm [2024-04-23T10:03:21.211Z] --- SKIP: TestServicePlugin (0.00s) [2024-04-23T10:03:21.211Z] === RUN TestServiceUpdateLabel [2024-04-23T10:03:23.092Z] --- PASS: TestServiceUpdateLabel (1.88s) [2024-04-23T10:03:23.092Z] === RUN TestServiceUpdateSecrets [2024-04-23T10:03:37.932Z] --- PASS: TestServiceUpdateSecrets (14.25s) [2024-04-23T10:03:37.932Z] === RUN TestServiceUpdateConfigs [2024-04-23T10:03:52.776Z] --- PASS: TestServiceUpdateConfigs (14.26s) [2024-04-23T10:03:52.776Z] === RUN TestServiceUpdateNetwork [2024-04-23T10:04:04.923Z] --- PASS: TestServiceUpdateNetwork (11.81s) [2024-04-23T10:04:04.923Z] === RUN TestServiceUpdatePidsLimit [2024-04-23T10:04:04.923Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2024-04-23T10:04:04.923Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2024-04-23T10:04:12.990Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2024-04-23T10:04:19.516Z] --- PASS: TestServiceUpdatePidsLimit (15.89s) [2024-04-23T10:04:19.516Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s) [2024-04-23T10:04:19.516Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.78s) [2024-04-23T10:04:19.516Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.68s) [2024-04-23T10:04:19.516Z] PASS [2024-04-23T10:04:19.516Z] [2024-04-23T10:04:19.516Z] === Skipped [2024-04-23T10:04:19.516Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2024-04-23T10:04:19.516Z] plugin_test.go:25: (*Execution).NotAmd64-fm [2024-04-23T10:04:19.516Z] [2024-04-23T10:04:19.516Z] DONE 26 tests, 1 skipped in 138.003s [2024-04-23T10:04:19.516Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2024-04-23T10:04:19.516Z] ++ '[' -n '' ']' [2024-04-23T10:04:19.516Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2024-04-23T10:04:19.516Z] ++ set -e [2024-04-23T10:04:19.516Z] ++ '[' -n 0 ']' [2024-04-23T10:04:19.516Z] ++ set -x [2024-04-23T10:04:19.516Z] ++ 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.NSyrXw05lW/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2024-04-23T10:04:19.516Z] INFO: Testing against a local daemon [2024-04-23T10:04:19.516Z] === RUN TestSessionCreate [2024-04-23T10:04:19.516Z] --- PASS: TestSessionCreate (0.01s) [2024-04-23T10:04:19.516Z] === RUN TestSessionCreateWithBadUpgrade [2024-04-23T10:04:19.516Z] --- PASS: TestSessionCreateWithBadUpgrade (0.01s) [2024-04-23T10:04:19.516Z] PASS [2024-04-23T10:04:19.516Z] [2024-04-23T10:04:19.516Z] DONE 2 tests in 0.040s [2024-04-23T10:04:19.516Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2024-04-23T10:04:19.516Z] ++ '[' -n '' ']' [2024-04-23T10:04:19.516Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2024-04-23T10:04:19.516Z] ++ set -e [2024-04-23T10:04:19.516Z] ++ '[' -n 0 ']' [2024-04-23T10:04:19.516Z] ++ set -x [2024-04-23T10:04:19.516Z] ++ 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.NSyrXw05lW/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2024-04-23T10:04:19.516Z] INFO: Testing against a local daemon [2024-04-23T10:04:19.516Z] === RUN TestCgroupDriverSystemdMemoryLimit [2024-04-23T10:04:19.516Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2024-04-23T10:04:19.516Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2024-04-23T10:04:19.516Z] === RUN TestDiskUsage [2024-04-23T10:04:19.516Z] === RUN TestDiskUsage/empty [2024-04-23T10:04:19.516Z] === RUN TestDiskUsage/empty/container_types [2024-04-23T10:04:19.516Z] === RUN TestDiskUsage/empty/image_types [2024-04-23T10:04:19.516Z] === RUN TestDiskUsage/empty/volume_types [2024-04-23T10:04:19.516Z] === RUN TestDiskUsage/empty/build-cache_types [2024-04-23T10:04:19.516Z] === RUN TestDiskUsage/empty/container,_volume_types [2024-04-23T10:04:19.516Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2024-04-23T10:04:19.516Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2024-04-23T10:04:19.516Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2024-04-23T10:04:19.516Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2024-04-23T10:04:19.516Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2024-04-23T10:04:19.516Z] === RUN TestDiskUsage/after_LoadBusybox [2024-04-23T10:04:19.516Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2024-04-23T10:04:19.516Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2024-04-23T10:04:19.516Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2024-04-23T10:04:19.516Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2024-04-23T10:04:19.516Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2024-04-23T10:04:19.516Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2024-04-23T10:04:19.516Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2024-04-23T10:04:19.516Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2024-04-23T10:04:19.516Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2024-04-23T10:04:19.516Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2024-04-23T10:04:19.516Z] === RUN TestDiskUsage/after_container.Run [2024-04-23T10:04:19.771Z] === RUN TestDiskUsage/after_container.Run/container_types [2024-04-23T10:04:19.771Z] === RUN TestDiskUsage/after_container.Run/image_types [2024-04-23T10:04:19.771Z] === RUN TestDiskUsage/after_container.Run/volume_types [2024-04-23T10:04:19.771Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2024-04-23T10:04:19.771Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2024-04-23T10:04:19.771Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2024-04-23T10:04:19.771Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2024-04-23T10:04:19.771Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2024-04-23T10:04:19.771Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2024-04-23T10:04:19.771Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2024-04-23T10:04:20.025Z] --- PASS: TestDiskUsage (1.00s) [2024-04-23T10:04:20.025Z] --- PASS: TestDiskUsage/empty (0.01s) [2024-04-23T10:04:20.025Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2024-04-23T10:04:20.025Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2024-04-23T10:04:20.025Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2024-04-23T10:04:20.025Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2024-04-23T10:04:20.025Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2024-04-23T10:04:20.025Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2024-04-23T10:04:20.025Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2024-04-23T10:04:20.025Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2024-04-23T10:04:20.025Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2024-04-23T10:04:20.025Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2024-04-23T10:04:20.025Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.08s) [2024-04-23T10:04:20.025Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2024-04-23T10:04:20.025Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2024-04-23T10:04:20.025Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2024-04-23T10:04:20.025Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2024-04-23T10:04:20.025Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2024-04-23T10:04:20.025Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2024-04-23T10:04:20.025Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2024-04-23T10:04:20.025Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2024-04-23T10:04:20.025Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2024-04-23T10:04:20.025Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2024-04-23T10:04:20.025Z] --- PASS: TestDiskUsage/after_container.Run (0.23s) [2024-04-23T10:04:20.025Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2024-04-23T10:04:20.025Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2024-04-23T10:04:20.025Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2024-04-23T10:04:20.025Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2024-04-23T10:04:20.026Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2024-04-23T10:04:20.026Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2024-04-23T10:04:20.026Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2024-04-23T10:04:20.026Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2024-04-23T10:04:20.026Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2024-04-23T10:04:20.026Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2024-04-23T10:04:20.026Z] === RUN TestEventsExecDie [2024-04-23T10:04:20.585Z] --- PASS: TestEventsExecDie (0.48s) [2024-04-23T10:04:20.585Z] === RUN TestEventsBackwardsCompatible [2024-04-23T10:04:20.585Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2024-04-23T10:04:20.585Z] === RUN TestEventsVolumeCreate [2024-04-23T10:04:20.585Z] --- PASS: TestEventsVolumeCreate (0.04s) [2024-04-23T10:04:20.585Z] === RUN TestInfoBinaryCommits [2024-04-23T10:04:20.585Z] --- PASS: TestInfoBinaryCommits (0.01s) [2024-04-23T10:04:20.585Z] === RUN TestInfoAPIVersioned [2024-04-23T10:04:20.585Z] --- PASS: TestInfoAPIVersioned (0.01s) [2024-04-23T10:04:20.585Z] === RUN TestInfoAPI [2024-04-23T10:04:20.585Z] --- PASS: TestInfoAPI (0.01s) [2024-04-23T10:04:20.585Z] === RUN TestInfoAPIWarnings [2024-04-23T10:04:38.606Z] --- PASS: TestInfoAPIWarnings (16.54s) [2024-04-23T10:04:38.606Z] === RUN TestInfoDebug [2024-04-23T10:04:38.606Z] --- PASS: TestInfoDebug (0.52s) [2024-04-23T10:04:38.606Z] === RUN TestInfoInsecureRegistries [2024-04-23T10:04:38.606Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2024-04-23T10:04:38.606Z] === RUN TestInfoRegistryMirrors [2024-04-23T10:04:38.861Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2024-04-23T10:04:38.861Z] === RUN TestLoginFailsWithBadCredentials [2024-04-23T10:04:39.783Z] --- PASS: TestLoginFailsWithBadCredentials (0.98s) [2024-04-23T10:04:39.783Z] === RUN TestPingCacheHeaders [2024-04-23T10:04:39.783Z] --- PASS: TestPingCacheHeaders (0.01s) [2024-04-23T10:04:39.783Z] === RUN TestPingGet [2024-04-23T10:04:39.783Z] --- PASS: TestPingGet (0.01s) [2024-04-23T10:04:39.783Z] === RUN TestPingHead [2024-04-23T10:04:39.783Z] --- PASS: TestPingHead (0.01s) [2024-04-23T10:04:39.783Z] === RUN TestPingSwarmHeader [2024-04-23T10:04:40.342Z] === RUN TestPingSwarmHeader/before_swarm_init [2024-04-23T10:04:40.899Z] === RUN TestPingSwarmHeader/after_swarm_init [2024-04-23T10:04:41.822Z] === RUN TestPingSwarmHeader/after_swarm_leave [2024-04-23T10:04:41.822Z] --- PASS: TestPingSwarmHeader (1.91s) [2024-04-23T10:04:41.822Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2024-04-23T10:04:41.822Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2024-04-23T10:04:41.822Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2024-04-23T10:04:41.822Z] === RUN TestPingBuilderHeader [2024-04-23T10:04:41.822Z] === RUN TestPingBuilderHeader/default_config [2024-04-23T10:04:42.076Z] === RUN TestPingBuilderHeader/buildkit_disabled [2024-04-23T10:04:42.635Z] --- PASS: TestPingBuilderHeader (1.04s) [2024-04-23T10:04:42.635Z] --- PASS: TestPingBuilderHeader/default_config (0.52s) [2024-04-23T10:04:42.635Z] --- PASS: TestPingBuilderHeader/buildkit_disabled (0.51s) [2024-04-23T10:04:42.635Z] === RUN TestVersion [2024-04-23T10:04:42.635Z] --- PASS: TestVersion (0.01s) [2024-04-23T10:04:42.635Z] PASS [2024-04-23T10:04:42.635Z] [2024-04-23T10:04:42.635Z] === Skipped [2024-04-23T10:04:42.635Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2024-04-23T10:04:42.635Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2024-04-23T10:04:42.635Z] [2024-04-23T10:04:42.635Z] DONE 57 tests, 1 skipped in 23.686s [2024-04-23T10:04:42.635Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2024-04-23T10:04:42.635Z] ++ '[' -n '' ']' [2024-04-23T10:04:42.635Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2024-04-23T10:04:42.635Z] ++ set -e [2024-04-23T10:04:42.635Z] ++ '[' -n 0 ']' [2024-04-23T10:04:42.635Z] ++ set -x [2024-04-23T10:04:42.635Z] ++ 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.NSyrXw05lW/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2024-04-23T10:04:42.635Z] INFO: Testing against a local daemon [2024-04-23T10:04:42.635Z] === RUN TestRunMountVolumeSubdir [2024-04-23T10:04:43.194Z] mount_test.go:28: Setup stderr: [2024-04-23T10:04:43.194Z] mount_test.go:28: Setup stdout: [2024-04-23T10:04:43.194Z] /volume: [2024-04-23T10:04:43.194Z] total 24K [2024-04-23T10:04:43.194Z] drwxr-xr-x 5 root root 4.0K Apr 23 10:04 . [2024-04-23T10:04:43.194Z] drwxr-xr-x 1 root root 4.0K Apr 23 10:04 .. [2024-04-23T10:04:43.194Z] -rw-r--r-- 1 root root 4 Apr 23 10:04 bar.txt [2024-04-23T10:04:43.194Z] drwxr-xr-x 2 root root 4.0K Apr 23 10:04 bin [2024-04-23T10:04:43.194Z] drwxr-xr-x 3 root root 4.0K Apr 23 10:04 hack [2024-04-23T10:04:43.194Z] drwxr-xr-x 2 root root 4.0K Apr 23 10:04 subdir [2024-04-23T10:04:43.194Z] [2024-04-23T10:04:43.194Z] /volume/hack/: [2024-04-23T10:04:43.194Z] total 12K [2024-04-23T10:04:43.194Z] drwxr-xr-x 3 root root 4.0K Apr 23 10:04 . [2024-04-23T10:04:43.194Z] drwxr-xr-x 5 root root 4.0K Apr 23 10:04 .. [2024-04-23T10:04:43.194Z] lrwxrwxrwx 1 root root 4 Apr 23 10:04 bad -> root [2024-04-23T10:04:43.194Z] lrwxrwxrwx 1 root root 9 Apr 23 10:04 good -> ../subdir [2024-04-23T10:04:43.194Z] drwxr-xr-x 2 root root 4.0K Apr 23 10:04 iwanttobehackedwithtoctou [2024-04-23T10:04:43.194Z] lrwxrwxrwx 1 root root 1 Apr 23 10:04 root -> / [2024-04-23T10:04:43.194Z] === RUN TestRunMountVolumeSubdir/subdir [2024-04-23T10:04:43.448Z] mount_test.go:101: stdout: [2024-04-23T10:04:43.448Z] hello.txt [2024-04-23T10:04:43.448Z] mount_test.go:102: stderr: [2024-04-23T10:04:43.448Z] === RUN TestRunMountVolumeSubdir/subdir_link [2024-04-23T10:04:44.024Z] mount_test.go:101: stdout: [2024-04-23T10:04:44.024Z] hello.txt [2024-04-23T10:04:44.024Z] mount_test.go:102: stderr: [2024-04-23T10:04:44.024Z] === RUN TestRunMountVolumeSubdir/subdir_with_copy_data [2024-04-23T10:04:44.280Z] mount_test.go:101: stdout: [2024-04-23T10:04:44.280Z] /bin/busybox [2024-04-23T10:04:44.280Z] mount_test.go:102: stderr: [2024-04-23T10:04:44.280Z] === RUN TestRunMountVolumeSubdir/file [2024-04-23T10:04:44.839Z] mount_test.go:101: stdout: [2024-04-23T10:04:44.839Z] foo [2024-04-23T10:04:44.839Z] mount_test.go:102: stderr: [2024-04-23T10:04:44.839Z] === RUN TestRunMountVolumeSubdir/relative_with_backtracks [2024-04-23T10:04:44.839Z] === RUN TestRunMountVolumeSubdir/not_existing [2024-04-23T10:04:44.839Z] === RUN TestRunMountVolumeSubdir/mount_link [2024-04-23T10:04:45.093Z] === RUN TestRunMountVolumeSubdir/mount_link_link [2024-04-23T10:04:45.093Z] --- PASS: TestRunMountVolumeSubdir (2.38s) [2024-04-23T10:04:45.093Z] --- PASS: TestRunMountVolumeSubdir/subdir (0.40s) [2024-04-23T10:04:45.093Z] --- PASS: TestRunMountVolumeSubdir/subdir_link (0.38s) [2024-04-23T10:04:45.093Z] --- PASS: TestRunMountVolumeSubdir/subdir_with_copy_data (0.45s) [2024-04-23T10:04:45.093Z] --- PASS: TestRunMountVolumeSubdir/file (0.38s) [2024-04-23T10:04:45.093Z] --- PASS: TestRunMountVolumeSubdir/relative_with_backtracks (0.00s) [2024-04-23T10:04:45.093Z] --- PASS: TestRunMountVolumeSubdir/not_existing (0.13s) [2024-04-23T10:04:45.093Z] --- PASS: TestRunMountVolumeSubdir/mount_link (0.12s) [2024-04-23T10:04:45.093Z] --- PASS: TestRunMountVolumeSubdir/mount_link_link (0.11s) [2024-04-23T10:04:45.093Z] === RUN TestVolumesCreateAndList [2024-04-23T10:04:45.093Z] --- PASS: TestVolumesCreateAndList (0.01s) [2024-04-23T10:04:45.093Z] === RUN TestVolumesRemove [2024-04-23T10:04:45.093Z] === RUN TestVolumesRemove/volume_in_use [2024-04-23T10:04:45.093Z] === RUN TestVolumesRemove/volume_not_in_use [2024-04-23T10:04:45.093Z] === RUN TestVolumesRemove/non-existing_volume [2024-04-23T10:04:45.093Z] === RUN TestVolumesRemove/non-existing_volume_force [2024-04-23T10:04:45.093Z] --- PASS: TestVolumesRemove (0.05s) [2024-04-23T10:04:45.093Z] --- PASS: TestVolumesRemove/volume_in_use (0.00s) [2024-04-23T10:04:45.093Z] --- PASS: TestVolumesRemove/volume_not_in_use (0.01s) [2024-04-23T10:04:45.093Z] --- PASS: TestVolumesRemove/non-existing_volume (0.00s) [2024-04-23T10:04:45.093Z] --- PASS: TestVolumesRemove/non-existing_volume_force (0.00s) [2024-04-23T10:04:45.093Z] === RUN TestVolumesRemoveSwarmEnabled [2024-04-23T10:04:45.093Z] === PAUSE TestVolumesRemoveSwarmEnabled [2024-04-23T10:04:45.093Z] === RUN TestVolumesInspect [2024-04-23T10:04:45.093Z] --- PASS: TestVolumesInspect (0.01s) [2024-04-23T10:04:45.093Z] === RUN TestVolumesInvalidJSON [2024-04-23T10:04:45.093Z] === RUN TestVolumesInvalidJSON/volumes/create [2024-04-23T10:04:45.093Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2024-04-23T10:04:45.093Z] === CONT TestVolumesInvalidJSON/volumes/create [2024-04-23T10:04:45.093Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2024-04-23T10:04:45.093Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2024-04-23T10:04:45.093Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2024-04-23T10:04:45.093Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2024-04-23T10:04:45.093Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2024-04-23T10:04:45.093Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2024-04-23T10:04:45.093Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2024-04-23T10:04:45.093Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2024-04-23T10:04:45.093Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2024-04-23T10:04:45.093Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2024-04-23T10:04:45.093Z] === RUN TestVolumePruneAnonymous [2024-04-23T10:04:45.093Z] --- PASS: TestVolumePruneAnonymous (0.02s) [2024-04-23T10:04:45.093Z] === RUN TestVolumePruneAnonFromImage [2024-04-23T10:04:45.348Z] --- PASS: TestVolumePruneAnonFromImage (0.11s) [2024-04-23T10:04:45.348Z] === CONT TestVolumesRemoveSwarmEnabled [2024-04-23T10:04:46.707Z] === RUN TestVolumesRemoveSwarmEnabled/volume_in_use [2024-04-23T10:04:46.707Z] === RUN TestVolumesRemoveSwarmEnabled/volume_not_in_use [2024-04-23T10:04:46.707Z] === RUN TestVolumesRemoveSwarmEnabled/non-existing_volume [2024-04-23T10:04:46.707Z] === RUN TestVolumesRemoveSwarmEnabled/non-existing_volume_force [2024-04-23T10:04:47.266Z] --- PASS: TestVolumesRemoveSwarmEnabled (1.94s) [2024-04-23T10:04:47.266Z] --- PASS: TestVolumesRemoveSwarmEnabled/volume_in_use (0.00s) [2024-04-23T10:04:47.266Z] --- PASS: TestVolumesRemoveSwarmEnabled/volume_not_in_use (0.01s) [2024-04-23T10:04:47.266Z] --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume (0.00s) [2024-04-23T10:04:47.266Z] --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume_force (0.00s) [2024-04-23T10:04:47.266Z] PASS [2024-04-23T10:04:47.266Z] [2024-04-23T10:04:47.266Z] DONE 29 tests in 4.560s [2024-04-23T10:04:47.266Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2024-04-23T10:04:47.520Z] ++++ cat bundles/test-integration/TestUsernsCommit/dda4178dda967/docker.pid [2024-04-23T10:04:47.520Z] +++ kill 68024 [2024-04-23T10:04:47.520Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 68024 is not a child of this shell [2024-04-23T10:04:47.520Z] warning: PID 68024 from bundles/test-integration/TestUsernsCommit/dda4178dda967/docker.pid had a nonzero exit code [2024-04-23T10:04:47.520Z] umount: bundles/test-integration/TestUsernsCommit/dda4178dda967/root: not mounted. [2024-04-23T10:04:47.520Z] ++++ cat bundles/test-integration/docker.pid [2024-04-23T10:04:47.520Z] +++ kill 25087 [2024-04-23T10:04:48.879Z] +++ /etc/init.d/apparmor stop [2024-04-23T10:04:48.879Z] Leaving: AppArmorNo profiles have been unloaded. [2024-04-23T10:04:48.879Z] [2024-04-23T10:04:48.879Z] Unloading profiles will leave already running processes permanently [2024-04-23T10:04:48.879Z] unconfined, which can lead to unexpected situations. [2024-04-23T10:04:48.879Z] [2024-04-23T10:04:48.879Z] To set a process to complain mode, use the command line tool [2024-04-23T10:04:48.879Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2024-04-23T10:04:48.879Z] +++ true [2024-04-23T10:04:48.879Z] exiting test-integration [2024-04-23T10:04:48.879Z] ++ exit 0 [2024-04-23T10:04:48.879Z] Post stage [Pipeline] junit [2024-04-23T10:04:50.249Z] Recording test results [2024-04-23T10:04:50.487Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2024-04-23T10:04:50.815Z] + echo Ensuring container killed. [2024-04-23T10:04:50.815Z] Ensuring container killed. [2024-04-23T10:04:50.815Z] + docker rm -vf docker-pr1 [2024-04-23T10:04:50.815Z] Error response from daemon: No such container: docker-pr1 [Pipeline] sh [2024-04-23T10:04:51.128Z] + echo Chowning /workspace to jenkins user [2024-04-23T10:04:51.128Z] Chowning /workspace to jenkins user [2024-04-23T10:04:51.128Z] + id -u [2024-04-23T10:04:51.128Z] + id -g [2024-04-23T10:04:51.128Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-47744:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2024-04-23T10:04:52.775Z] + bundleName=arm64-integration [2024-04-23T10:04:52.775Z] + echo Creating arm64-integration-bundles.tar.gz [2024-04-23T10:04:52.775Z] Creating arm64-integration-bundles.tar.gz [2024-04-23T10:04:52.775Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2024-04-23T10:04:52.775Z] + xargs tar -czf arm64-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2024-04-23T10:04:53.043Z] Archiving artifacts [2024-04-23T10:04:53.254Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-47744/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2024-04-23T10:04:53.606Z] + make clean [2024-04-23T10:04:53.606Z] docker volume rm -f docker-dev-cache docker-mod-cache [2024-04-23T10:04:53.606Z] docker-dev-cache [2024-04-23T10:04:53.606Z] 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-47744/1/stashes/