Skip to content
Success

Console Output

Push event to branch master
12:23:18 Connecting to https://api.github.com using docker-jenkins GitHub credentials
Obtained Jenkinsfile from ee8b788538ea2c6d46d65f17be156de65bc21bb9
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
 > git rev-parse --resolve-git-dir /var/jenkins_home/workspace/moby_master@libs/844ea30ef9e3435836b59d97b843a9ee4531c81c8fa28ed5787dbe7ec68c4c29/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
 > git --version # 'git version 2.39.2'
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Checking out Revision c8880eb865108326b5561629a909e5c780e6ef50 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c8880eb865108326b5561629a909e5c780e6ef50 # timeout=10
Commit message: "Merge pull request #28 from docker/codeowners_oos4a9mi"
 > git rev-list --no-walk c8880eb865108326b5561629a909e5c780e6ef50 # timeout=10
Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that library test code cannot be accessed by Pipelines.
To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins.
[Pipeline] Start of Pipeline
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 2 hr 0 min
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (pr-hack)
Stage "pr-hack" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
12:23:20 [2024-04-19T12:23:20.986Z] Running on EC2 (ec2-managed-agents) - ubuntu-2004-arm64v8 (i-02362014694252b5d) in /home/ubuntu/workspace/moby_master
[Pipeline] {
[Pipeline] checkout
12:23:21 [2024-04-19T12:23:21.007Z] The recommended git tool is: git
12:23:21 [2024-04-19T12:23:21.037Z] using credential docker-jenkins-github-credentials
12:23:21 [2024-04-19T12:23:21.052Z] Cloning the remote Git repository
12:23:21 [2024-04-19T12:23:21.052Z] Cloning with configured refspecs honoured and without tags
12:23:21 [2024-04-19T12:23:21.053Z] Cloning repository https://github.com/moby/moby.git
12:23:21 [2024-04-19T12:23:21.054Z]  > git init /home/ubuntu/workspace/moby_master # timeout=10
12:23:21 [2024-04-19T12:23:21.058Z] Fetching upstream changes from https://github.com/moby/moby.git
12:23:21 [2024-04-19T12:23:21.058Z]  > git --version # timeout=10
12:23:21 [2024-04-19T12:23:21.060Z]  > git --version # 'git version 2.25.1'
12:23:21 [2024-04-19T12:23:21.060Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:23:21 [2024-04-19T12:23:21.063Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/heads/master:refs/remotes/origin/master # timeout=10
12:23:32 [2024-04-19T12:23:32.472Z] Avoid second fetch
12:23:32 [2024-04-19T12:23:32.473Z] Checking out Revision ee8b788538ea2c6d46d65f17be156de65bc21bb9 (master)
12:23:33 [2024-04-19T12:23:33.158Z] Commit message: "Merge pull request #47734 from krissetto/image-history-timestamp-dereference"
12:23:32 [2024-04-19T12:23:32.457Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
12:23:32 [2024-04-19T12:23:32.459Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
12:23:32 [2024-04-19T12:23:32.474Z]  > git config core.sparsecheckout # timeout=10
12:23:32 [2024-04-19T12:23:32.477Z]  > git checkout -f ee8b788538ea2c6d46d65f17be156de65bc21bb9 # timeout=10
12:23:33 [2024-04-19T12:23:33.159Z]  > git rev-list --no-walk 96c9353e9b6c101bac489e0386aab72ee20e7edb # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
12:23:33 [2024-04-19T12:23:33.905Z] + docker run --rm -v /home/ubuntu/workspace/moby_master:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH= alpine sh -c apk add --no-cache -q bash git openssh-client && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco
12:23:36 [2024-04-19T12:23:36.439Z] 0 adds, 0 deletions; nothing to validate! :)
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] parallel
[Pipeline] { (Branch: arm64)
[Pipeline] stage
[Pipeline] { (arm64)
[Pipeline] node
12:23:36 [2024-04-19T12:23:36.501Z] Running on EC2 (ec2-managed-agents) - ubuntu-2004-arm64v8 (i-0287f3b93ee8cc7e0) in /home/ubuntu/workspace/moby_master
[Pipeline] {
[Pipeline] checkout
12:23:36 [2024-04-19T12:23:36.512Z] The recommended git tool is: git
12:23:36 [2024-04-19T12:23:36.518Z] using credential docker-jenkins-github-credentials
12:23:36 [2024-04-19T12:23:36.523Z] Cloning the remote Git repository
12:23:36 [2024-04-19T12:23:36.523Z] Cloning with configured refspecs honoured and without tags
12:23:36 [2024-04-19T12:23:36.531Z] Cloning repository https://github.com/moby/moby.git
12:23:36 [2024-04-19T12:23:36.531Z]  > git init /home/ubuntu/workspace/moby_master # timeout=10
12:23:36 [2024-04-19T12:23:36.536Z] Fetching upstream changes from https://github.com/moby/moby.git
12:23:36 [2024-04-19T12:23:36.536Z]  > git --version # timeout=10
12:23:36 [2024-04-19T12:23:36.538Z]  > git --version # 'git version 2.25.1'
12:23:36 [2024-04-19T12:23:36.538Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:23:36 [2024-04-19T12:23:36.540Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/heads/master:refs/remotes/origin/master # timeout=10
12:23:48 [2024-04-19T12:23:48.430Z] Avoid second fetch
12:23:48 [2024-04-19T12:23:48.430Z] Checking out Revision ee8b788538ea2c6d46d65f17be156de65bc21bb9 (master)
12:23:48 [2024-04-19T12:23:48.427Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
12:23:48 [2024-04-19T12:23:48.430Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
12:23:48 [2024-04-19T12:23:48.437Z]  > git config core.sparsecheckout # timeout=10
12:23:48 [2024-04-19T12:23:48.439Z]  > git checkout -f ee8b788538ea2c6d46d65f17be156de65bc21bb9 # timeout=10
12:23:49 [2024-04-19T12:23:49.104Z] Commit message: "Merge pull request #47734 from krissetto/image-history-timestamp-dereference"
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
12:23:49 [2024-04-19T12:23:49.789Z] + docker version
12:23:49 [2024-04-19T12:23:49.789Z] Client: Docker Engine - Community
12:23:49 [2024-04-19T12:23:49.789Z]  Version:           25.0.3
12:23:49 [2024-04-19T12:23:49.789Z]  API version:       1.44
12:23:49 [2024-04-19T12:23:49.789Z]  Go version:        go1.21.6
12:23:49 [2024-04-19T12:23:49.789Z]  Git commit:        4debf41
12:23:49 [2024-04-19T12:23:49.789Z]  Built:             Tue Feb  6 21:13:09 2024
12:23:49 [2024-04-19T12:23:49.789Z]  OS/Arch:           linux/arm64
12:23:49 [2024-04-19T12:23:49.789Z]  Context:           default
12:23:49 [2024-04-19T12:23:49.789Z] 
12:23:49 [2024-04-19T12:23:49.789Z] Server: Docker Engine - Community
12:23:49 [2024-04-19T12:23:49.789Z]  Engine:
12:23:49 [2024-04-19T12:23:49.789Z]   Version:          25.0.3
12:23:49 [2024-04-19T12:23:49.789Z]   API version:      1.44 (minimum version 1.24)
12:23:49 [2024-04-19T12:23:49.789Z]   Go version:       go1.21.6
12:23:49 [2024-04-19T12:23:49.789Z]   Git commit:       f417435
12:23:49 [2024-04-19T12:23:49.789Z]   Built:            Tue Feb  6 21:13:09 2024
12:23:49 [2024-04-19T12:23:49.789Z]   OS/Arch:          linux/arm64
12:23:49 [2024-04-19T12:23:49.789Z]   Experimental:     true
12:23:49 [2024-04-19T12:23:49.789Z]  containerd:
12:23:49 [2024-04-19T12:23:49.789Z]   Version:          1.6.28
12:23:49 [2024-04-19T12:23:49.789Z]   GitCommit:        ae07eda36dd25f8a1b98dfbf587313b99c0190bb
12:23:49 [2024-04-19T12:23:49.789Z]  runc:
12:23:49 [2024-04-19T12:23:49.789Z]   Version:          1.1.12
12:23:49 [2024-04-19T12:23:49.789Z]   GitCommit:        v1.1.12-0-g51d5e94
12:23:49 [2024-04-19T12:23:49.789Z]  docker-init:
12:23:49 [2024-04-19T12:23:49.789Z]   Version:          0.19.0
12:23:49 [2024-04-19T12:23:49.789Z]   GitCommit:        de40ad0
[Pipeline] sh
12:23:50 [2024-04-19T12:23:50.103Z] + docker info
12:23:50 [2024-04-19T12:23:50.103Z] Client: Docker Engine - Community
12:23:50 [2024-04-19T12:23:50.103Z]  Version:    25.0.3
12:23:50 [2024-04-19T12:23:50.103Z]  Context:    default
12:23:50 [2024-04-19T12:23:50.103Z]  Debug Mode: false
12:23:50 [2024-04-19T12:23:50.103Z]  Plugins:
12:23:50 [2024-04-19T12:23:50.103Z]   buildx: Docker Buildx (Docker Inc.)
12:23:50 [2024-04-19T12:23:50.103Z]     Version:  v0.12.1
12:23:50 [2024-04-19T12:23:50.103Z]     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
12:23:50 [2024-04-19T12:23:50.103Z]   compose: Docker Compose (Docker Inc.)
12:23:50 [2024-04-19T12:23:50.103Z]     Version:  v2.24.6
12:23:50 [2024-04-19T12:23:50.103Z]     Path:     /usr/libexec/docker/cli-plugins/docker-compose
12:23:50 [2024-04-19T12:23:50.103Z] 
12:23:50 [2024-04-19T12:23:50.103Z] Server:
12:23:50 [2024-04-19T12:23:50.103Z]  Containers: 0
12:23:50 [2024-04-19T12:23:50.103Z]   Running: 0
12:23:50 [2024-04-19T12:23:50.103Z]   Paused: 0
12:23:50 [2024-04-19T12:23:50.103Z]   Stopped: 0
12:23:50 [2024-04-19T12:23:50.103Z]  Images: 3
12:23:50 [2024-04-19T12:23:50.103Z]  Server Version: 25.0.3
12:23:50 [2024-04-19T12:23:50.103Z]  Storage Driver: overlay2
12:23:50 [2024-04-19T12:23:50.103Z]   Backing Filesystem: extfs
12:23:50 [2024-04-19T12:23:50.103Z]   Supports d_type: true
12:23:50 [2024-04-19T12:23:50.103Z]   Using metacopy: false
12:23:50 [2024-04-19T12:23:50.103Z]   Native Overlay Diff: true
12:23:50 [2024-04-19T12:23:50.103Z]   userxattr: false
12:23:50 [2024-04-19T12:23:50.103Z]  Logging Driver: json-file
12:23:50 [2024-04-19T12:23:50.103Z]  Cgroup Driver: cgroupfs
12:23:50 [2024-04-19T12:23:50.103Z]  Cgroup Version: 1
12:23:50 [2024-04-19T12:23:50.103Z]  Plugins:
12:23:50 [2024-04-19T12:23:50.103Z]   Volume: local
12:23:50 [2024-04-19T12:23:50.103Z]   Network: bridge host ipvlan macvlan null overlay
12:23:50 [2024-04-19T12:23:50.103Z]   Log: awslogs fluentd gcplogs gelf journald json-file local splunk syslog
12:23:50 [2024-04-19T12:23:50.103Z]  Swarm: inactive
12:23:50 [2024-04-19T12:23:50.103Z]  Runtimes: io.containerd.runc.v2 runc
12:23:50 [2024-04-19T12:23:50.103Z]  Default Runtime: runc
12:23:50 [2024-04-19T12:23:50.103Z]  Init Binary: docker-init
12:23:50 [2024-04-19T12:23:50.103Z]  containerd version: ae07eda36dd25f8a1b98dfbf587313b99c0190bb
12:23:50 [2024-04-19T12:23:50.103Z]  runc version: v1.1.12-0-g51d5e94
12:23:50 [2024-04-19T12:23:50.103Z]  init version: de40ad0
12:23:50 [2024-04-19T12:23:50.103Z]  Security Options:
12:23:50 [2024-04-19T12:23:50.103Z]   apparmor
12:23:50 [2024-04-19T12:23:50.103Z]   seccomp
12:23:50 [2024-04-19T12:23:50.103Z]    Profile: builtin
12:23:50 [2024-04-19T12:23:50.103Z]  Kernel Version: 5.15.0-1053-aws
12:23:50 [2024-04-19T12:23:50.103Z]  Operating System: Ubuntu 20.04.6 LTS
12:23:50 [2024-04-19T12:23:50.103Z]  OSType: linux
12:23:50 [2024-04-19T12:23:50.103Z]  Architecture: aarch64
12:23:50 [2024-04-19T12:23:50.103Z]  CPUs: 8
12:23:50 [2024-04-19T12:23:50.103Z]  Total Memory: 30.64GiB
12:23:50 [2024-04-19T12:23:50.103Z]  Name: ip-10-100-110-197
12:23:50 [2024-04-19T12:23:50.103Z]  ID: de696752-8eb2-4b9b-9ebf-4859e2ca34ac
12:23:50 [2024-04-19T12:23:50.103Z]  Docker Root Dir: /var/lib/docker
12:23:50 [2024-04-19T12:23:50.103Z]  Debug Mode: false
12:23:50 [2024-04-19T12:23:50.103Z]  Experimental: true
12:23:50 [2024-04-19T12:23:50.103Z]  Insecure Registries:
12:23:50 [2024-04-19T12:23:50.103Z]   127.0.0.0/8
12:23:50 [2024-04-19T12:23:50.103Z]  Live Restore Enabled: true
12:23:50 [2024-04-19T12:23:50.103Z] 
[Pipeline] sh
12:23:50 [2024-04-19T12:23:50.376Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
12:23:50 [2024-04-19T12:23:50.376Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
12:23:50 [2024-04-19T12:23:50.376Z] + curl -fsSL -o /home/ubuntu/workspace/moby_master/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
12:23:50 [2024-04-19T12:23:50.376Z] + bash /home/ubuntu/workspace/moby_master/check-config.sh
12:23:50 [2024-04-19T12:23:50.376Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
12:23:50 [2024-04-19T12:23:50.376Z] info: reading kernel config from /boot/config-5.15.0-1053-aws ...
12:23:50 [2024-04-19T12:23:50.376Z] 
12:23:50 [2024-04-19T12:23:50.376Z] Generally Necessary:
12:23:50 [2024-04-19T12:23:50.376Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
12:23:50 [2024-04-19T12:23:50.376Z] - apparmor: enabled and tools installed
12:23:50 [2024-04-19T12:23:50.376Z] - CONFIG_NAMESPACES: enabled
12:23:50 [2024-04-19T12:23:50.376Z] - CONFIG_NET_NS: enabled
12:23:50 [2024-04-19T12:23:50.376Z] - CONFIG_PID_NS: enabled
12:23:50 [2024-04-19T12:23:50.376Z] - CONFIG_IPC_NS: enabled
12:23:50 [2024-04-19T12:23:50.376Z] - CONFIG_UTS_NS: enabled
12:23:50 [2024-04-19T12:23:50.376Z] - CONFIG_CGROUPS: enabled
12:23:50 [2024-04-19T12:23:50.376Z] - CONFIG_CGROUP_CPUACCT: enabled
12:23:50 [2024-04-19T12:23:50.376Z] - CONFIG_CGROUP_DEVICE: enabled
12:23:50 [2024-04-19T12:23:50.376Z] - CONFIG_CGROUP_FREEZER: enabled
12:23:50 [2024-04-19T12:23:50.376Z] - CONFIG_CGROUP_SCHED: enabled
12:23:50 [2024-04-19T12:23:50.376Z] - CONFIG_CPUSETS: enabled
12:23:50 [2024-04-19T12:23:50.376Z] - CONFIG_MEMCG: enabled
12:23:50 [2024-04-19T12:23:50.376Z] - CONFIG_KEYS: enabled
12:23:50 [2024-04-19T12:23:50.376Z] - CONFIG_VETH: enabled (as module)
12:23:50 [2024-04-19T12:23:50.376Z] - CONFIG_BRIDGE: enabled (as module)
12:23:50 [2024-04-19T12:23:50.376Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
12:23:50 [2024-04-19T12:23:50.376Z] - CONFIG_IP_NF_FILTER: enabled (as module)
12:23:50 [2024-04-19T12:23:50.376Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
12:23:50 [2024-04-19T12:23:50.376Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
12:23:50 [2024-04-19T12:23:50.632Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
12:23:50 [2024-04-19T12:23:50.632Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
12:23:50 [2024-04-19T12:23:50.632Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
12:23:50 [2024-04-19T12:23:50.632Z] - CONFIG_IP_NF_NAT: enabled (as module)
12:23:50 [2024-04-19T12:23:50.632Z] - CONFIG_NF_NAT: enabled (as module)
12:23:50 [2024-04-19T12:23:50.632Z] - CONFIG_POSIX_MQUEUE: enabled
12:23:50 [2024-04-19T12:23:50.632Z] - CONFIG_CGROUP_BPF: enabled
12:23:50 [2024-04-19T12:23:50.632Z] 
12:23:50 [2024-04-19T12:23:50.632Z] Optional Features:
12:23:50 [2024-04-19T12:23:50.632Z] - CONFIG_USER_NS: enabled
12:23:50 [2024-04-19T12:23:50.632Z] - CONFIG_SECCOMP: enabled
12:23:50 [2024-04-19T12:23:50.632Z] - CONFIG_SECCOMP_FILTER: enabled
12:23:50 [2024-04-19T12:23:50.632Z] - CONFIG_CGROUP_PIDS: enabled
12:23:50 [2024-04-19T12:23:50.632Z] - CONFIG_MEMCG_SWAP: enabled
12:23:50 [2024-04-19T12:23:50.632Z]     (cgroup swap accounting is currently enabled)
12:23:50 [2024-04-19T12:23:50.632Z] - CONFIG_BLK_CGROUP: enabled
12:23:50 [2024-04-19T12:23:50.632Z] - CONFIG_BLK_DEV_THROTTLING: enabled
12:23:50 [2024-04-19T12:23:50.632Z] - CONFIG_CGROUP_PERF: enabled
12:23:50 [2024-04-19T12:23:50.632Z] - CONFIG_CGROUP_HUGETLB: enabled
12:23:50 [2024-04-19T12:23:50.632Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
12:23:50 [2024-04-19T12:23:50.632Z] - CONFIG_CGROUP_NET_PRIO: enabled
12:23:50 [2024-04-19T12:23:50.632Z] - CONFIG_CFS_BANDWIDTH: enabled
12:23:50 [2024-04-19T12:23:50.632Z] - CONFIG_FAIR_GROUP_SCHED: enabled
12:23:50 [2024-04-19T12:23:50.632Z] - CONFIG_RT_GROUP_SCHED: missing
12:23:50 [2024-04-19T12:23:50.632Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
12:23:50 [2024-04-19T12:23:50.632Z] - CONFIG_IP_VS: enabled (as module)
12:23:50 [2024-04-19T12:23:50.632Z] - CONFIG_IP_VS_NFCT: enabled
12:23:50 [2024-04-19T12:23:50.632Z] - CONFIG_IP_VS_PROTO_TCP: enabled
12:23:50 [2024-04-19T12:23:50.632Z] - CONFIG_IP_VS_PROTO_UDP: enabled
12:23:50 [2024-04-19T12:23:50.632Z] - CONFIG_IP_VS_RR: enabled (as module)
12:23:50 [2024-04-19T12:23:50.632Z] - CONFIG_SECURITY_SELINUX: enabled
12:23:50 [2024-04-19T12:23:50.632Z] - CONFIG_SECURITY_APPARMOR: enabled
12:23:50 [2024-04-19T12:23:50.632Z] - CONFIG_EXT4_FS: enabled
12:23:50 [2024-04-19T12:23:50.632Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
12:23:50 [2024-04-19T12:23:50.632Z] - CONFIG_EXT4_FS_SECURITY: enabled
12:23:50 [2024-04-19T12:23:50.632Z] - Network Drivers:
12:23:50 [2024-04-19T12:23:50.632Z]   - "overlay":
12:23:50 [2024-04-19T12:23:50.632Z]     - CONFIG_VXLAN: enabled (as module)
12:23:50 [2024-04-19T12:23:50.632Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
12:23:50 [2024-04-19T12:23:50.632Z]       Optional (for encrypted networks):
12:23:50 [2024-04-19T12:23:50.889Z]       - CONFIG_CRYPTO: enabled
12:23:50 [2024-04-19T12:23:50.889Z]       - CONFIG_CRYPTO_AEAD: enabled
12:23:50 [2024-04-19T12:23:50.889Z]       - CONFIG_CRYPTO_GCM: enabled
12:23:50 [2024-04-19T12:23:50.889Z]       - CONFIG_CRYPTO_SEQIV: enabled
12:23:50 [2024-04-19T12:23:50.889Z]       - CONFIG_CRYPTO_GHASH: enabled
12:23:50 [2024-04-19T12:23:50.889Z]       - CONFIG_XFRM: enabled
12:23:50 [2024-04-19T12:23:50.889Z]       - CONFIG_XFRM_USER: enabled (as module)
12:23:50 [2024-04-19T12:23:50.889Z]       - CONFIG_XFRM_ALGO: enabled (as module)
12:23:50 [2024-04-19T12:23:50.889Z]       - CONFIG_INET_ESP: enabled (as module)
12:23:50 [2024-04-19T12:23:50.889Z]   - "ipvlan":
12:23:50 [2024-04-19T12:23:50.889Z]     - CONFIG_IPVLAN: enabled (as module)
12:23:50 [2024-04-19T12:23:50.889Z]   - "macvlan":
12:23:50 [2024-04-19T12:23:50.889Z]     - CONFIG_MACVLAN: enabled (as module)
12:23:50 [2024-04-19T12:23:50.889Z]     - CONFIG_DUMMY: enabled (as module)
12:23:50 [2024-04-19T12:23:50.889Z]   - "ftp,tftp client in container":
12:23:50 [2024-04-19T12:23:50.889Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
12:23:50 [2024-04-19T12:23:50.889Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
12:23:50 [2024-04-19T12:23:50.889Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
12:23:50 [2024-04-19T12:23:50.889Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
12:23:50 [2024-04-19T12:23:50.889Z] - Storage Drivers:
12:23:50 [2024-04-19T12:23:50.889Z]   - "aufs":
12:23:50 [2024-04-19T12:23:50.889Z]     - CONFIG_AUFS_FS: enabled (as module)
12:23:50 [2024-04-19T12:23:50.889Z]   - "btrfs":
12:23:50 [2024-04-19T12:23:50.889Z]     - CONFIG_BTRFS_FS: enabled (as module)
12:23:50 [2024-04-19T12:23:50.889Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
12:23:50 [2024-04-19T12:23:50.889Z]   - "devicemapper":
12:23:50 [2024-04-19T12:23:50.889Z]     - CONFIG_BLK_DEV_DM: enabled
12:23:50 [2024-04-19T12:23:50.889Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
12:23:50 [2024-04-19T12:23:50.889Z]   - "overlay":
12:23:50 [2024-04-19T12:23:50.889Z]     - CONFIG_OVERLAY_FS: enabled (as module)
12:23:50 [2024-04-19T12:23:50.889Z]   - "zfs":
12:23:50 [2024-04-19T12:23:50.889Z]     - /dev/zfs: present
12:23:50 [2024-04-19T12:23:50.889Z]     - zfs command: missing
12:23:50 [2024-04-19T12:23:50.889Z]     - zpool command: missing
12:23:50 [2024-04-19T12:23:50.889Z] 
12:23:50 [2024-04-19T12:23:50.889Z] Limits:
12:23:50 [2024-04-19T12:23:50.889Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
12:23:50 [2024-04-19T12:23:50.889Z] 
12:23:50 [2024-04-19T12:23:50.889Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
12:23:51 [2024-04-19T12:23:51.222Z] + docker build --force-rm -t docker:ee8b788538ea2c6d46d65f17be156de65bc21bb9 .
12:23:51 [2024-04-19T12:23:51.478Z] #0 building with "default" instance using docker driver
12:23:51 [2024-04-19T12:23:51.478Z] 
12:23:51 [2024-04-19T12:23:51.478Z] #1 [internal] load build definition from Dockerfile
12:23:51 [2024-04-19T12:23:51.478Z] #1 transferring dockerfile: 28.30kB done
12:23:51 [2024-04-19T12:23:51.478Z] #1 DONE 0.0s
12:23:51 [2024-04-19T12:23:51.478Z] 
12:23:51 [2024-04-19T12:23:51.478Z] #2 resolve image config for docker.io/docker/dockerfile:1.7
12:23:51 [2024-04-19T12:23:51.478Z] #2 DONE 0.1s
12:23:51 [2024-04-19T12:23:51.478Z] 
12:23:51 [2024-04-19T12:23:51.478Z] #3 docker-image://docker.io/docker/dockerfile:1.7@sha256:dbbd5e059e8a07ff7ea6233b213b36aa516b4c53c645f1817a4dd18b83cbea56
12:23:51 [2024-04-19T12:23:51.478Z] #3 CACHED
12:23:51 [2024-04-19T12:23:51.478Z] 
12:23:51 [2024-04-19T12:23:51.478Z] #4 [internal] load metadata for docker.io/library/busybox:latest
12:23:51 [2024-04-19T12:23:51.478Z] #4 DONE 0.0s
12:23:51 [2024-04-19T12:23:51.478Z] 
12:23:51 [2024-04-19T12:23:51.478Z] #5 [internal] load metadata for docker.io/tonistiigi/xx:1.4.0
12:23:51 [2024-04-19T12:23:51.478Z] #5 DONE 0.1s
12:23:51 [2024-04-19T12:23:51.478Z] 
12:23:51 [2024-04-19T12:23:51.478Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
12:23:51 [2024-04-19T12:23:51.735Z] #6 DONE 0.2s
12:23:51 [2024-04-19T12:23:51.735Z] 
12:23:51 [2024-04-19T12:23:51.735Z] #7 [internal] load metadata for docker.io/library/debian:bookworm
12:23:51 [2024-04-19T12:23:51.735Z] #7 DONE 0.1s
12:23:51 [2024-04-19T12:23:51.735Z] 
12:23:51 [2024-04-19T12:23:51.735Z] #8 [internal] load metadata for docker.io/library/golang:1.21.9-bookworm
12:23:51 [2024-04-19T12:23:51.735Z] #8 DONE 0.1s
12:23:51 [2024-04-19T12:23:51.735Z] 
12:23:51 [2024-04-19T12:23:51.735Z] #9 [internal] load metadata for docker.io/distribution/distribution:2.8.3
12:23:51 [2024-04-19T12:23:51.735Z] #9 DONE 0.1s
12:23:51 [2024-04-19T12:23:51.735Z] 
12:23:51 [2024-04-19T12:23:51.735Z] #10 [internal] load metadata for docker.io/docker/compose-bin:v2.25.0
12:23:51 [2024-04-19T12:23:51.735Z] #10 DONE 0.2s
12:23:51 [2024-04-19T12:23:51.735Z] 
12:23:51 [2024-04-19T12:23:51.735Z] #11 [internal] load metadata for docker.io/docker/buildx-bin:0.13.1
12:23:51 [2024-04-19T12:23:51.735Z] #11 DONE 0.2s
12:23:51 [2024-04-19T12:23:51.735Z] 
12:23:51 [2024-04-19T12:23:51.735Z] #12 [internal] load .dockerignore
12:23:51 [2024-04-19T12:23:51.735Z] #12 transferring context: 113B done
12:23:51 [2024-04-19T12:23:51.735Z] #12 DONE 0.0s
12:23:51 [2024-04-19T12:23:51.991Z] 
12:23:51 [2024-04-19T12:23:51.991Z] #13 [frozen-images 1/4] FROM docker.io/library/debian:bookworm@sha256:b37bc259c67238d814516548c17ad912f26c3eed48dd9bb54893eafec8739c89
12:23:51 [2024-04-19T12:23:51.991Z] #13 DONE 0.0s
12:23:51 [2024-04-19T12:23:51.991Z] 
12:23:51 [2024-04-19T12:23:51.991Z] #14 [registry-v2 1/2] FROM docker.io/distribution/distribution:2.8.3@sha256:f84b2078238ff03cdbc2a08f1cb90ca4c11683a1f15cd9817120f5cabbc48ebb
12:23:51 [2024-04-19T12:23:51.991Z] #14 DONE 0.0s
12:23:51 [2024-04-19T12:23:51.991Z] 
12:23:51 [2024-04-19T12:23:51.991Z] #15 [compose 1/1] FROM docker.io/docker/compose-bin:v2.25.0@sha256:b17f617b148fca1143582c267fe2547b91b60241872557fa7a8f8df5bb16ef58
12:23:51 [2024-04-19T12:23:51.991Z] #15 DONE 0.0s
12:23:51 [2024-04-19T12:23:51.991Z] 
12:23:51 [2024-04-19T12:23:51.991Z] #16 [xx 1/1] FROM docker.io/tonistiigi/xx:1.4.0@sha256:0cd3f05c72d6c9b038eb135f91376ee1169ef3a330d34e418e65e2a5c2e9c0d4
12:23:51 [2024-04-19T12:23:51.991Z] #16 DONE 0.0s
12:23:51 [2024-04-19T12:23:51.991Z] 
12:23:51 [2024-04-19T12:23:51.991Z] #17 [buildx 1/1] FROM docker.io/docker/buildx-bin:0.13.1@sha256:b3ca2dfdd79c0378bbba69dd91e494f2683b5ab592e78a6d57d6f1f7bc0a5a60
12:23:51 [2024-04-19T12:23:51.991Z] #17 DONE 0.0s
12:23:51 [2024-04-19T12:23:51.991Z] 
12:23:51 [2024-04-19T12:23:51.991Z] #18 [base 1/4] FROM docker.io/library/golang:1.21.9-bookworm@sha256:8d2a57588df055d8124fdcbf15f8d4d53870e1f3d7806ba61cacc98b1dcef8c7
12:23:51 [2024-04-19T12:23:51.991Z] #18 DONE 0.0s
12:23:51 [2024-04-19T12:23:51.991Z] 
12:23:51 [2024-04-19T12:23:51.991Z] #19 [build-dummy 1/2] FROM docker.io/library/busybox:latest
12:23:51 [2024-04-19T12:23:51.991Z] #19 DONE 0.0s
12:23:51 [2024-04-19T12:23:51.991Z] 
12:23:51 [2024-04-19T12:23:51.991Z] #20 [vpnkit-linux-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
12:23:51 [2024-04-19T12:23:51.991Z] #20 DONE 0.0s
12:23:51 [2024-04-19T12:23:51.991Z] 
12:23:51 [2024-04-19T12:23:51.991Z] #21 [internal] load build context
12:23:53 [2024-04-19T12:23:53.361Z] #21 transferring context: 77.63MB 1.0s done
12:23:53 [2024-04-19T12:23:53.361Z] #21 DONE 1.1s
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #22 [dev-systemd-false 13/21] COPY --link --from=containerd    /build/ /usr/local/bin/
12:23:53 [2024-04-19T12:23:53.361Z] #22 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #23 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v2.0.2" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
12:23:53 [2024-04-19T12:23:53.361Z] #23 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #24 [tini-src 3/3] RUN git fetch -q --depth 1 origin "v0.19.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
12:23:53 [2024-04-19T12:23:53.361Z] #24 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #25 [delve-supported 2/2] RUN --mount=from=delve-src,src=/usr/src/delve,rw     --mount=type=cache,target=/root/.cache/go-build,id=delve-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod <<EOT (set -e...)
12:23:53 [2024-04-19T12:23:53.361Z] #25 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #26 [dev-systemd-false 21/21] WORKDIR /go/src/github.com/docker/docker
12:23:53 [2024-04-19T12:23:53.361Z] #26 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #27 [build-dummy 2/2] RUN mkdir -p /build
12:23:53 [2024-04-19T12:23:53.361Z] #27 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #28 [tini-build 3/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         xx-apt-get install -y --no-install-recommends             gcc             libc6-dev             pkg-config
12:23:53 [2024-04-19T12:23:53.361Z] #28 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #29 [registry-src 1/2] WORKDIR /usr/src/registry
12:23:53 [2024-04-19T12:23:53.361Z] #29 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #30 [base 2/4] COPY --from=xx / /
12:23:53 [2024-04-19T12:23:53.361Z] #30 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #31 [dev-base  2/12] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
12:23:53 [2024-04-19T12:23:53.361Z] #31 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #32 [dev-base 11/12] COPY --link --from=dockercli             /build/ /usr/local/cli
12:23:53 [2024-04-19T12:23:53.361Z] #32 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #33 [rootlesskit-build 1/5] WORKDIR /go/src/github.com/rootless-containers/rootlesskit
12:23:53 [2024-04-19T12:23:53.361Z] #33 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #34 [dev-systemd-false 10/21] COPY --link --from=golangci_lint /build/ /usr/local/bin/
12:23:53 [2024-04-19T12:23:53.361Z] #34 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #35 [dev-systemd-false 11/21] COPY --link --from=shfmt         /build/ /usr/local/bin/
12:23:53 [2024-04-19T12:23:53.361Z] #35 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #36 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
12:23:53 [2024-04-19T12:23:53.361Z] #36 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #37 [runc-build 3/3] RUN --mount=from=runc-src,src=/usr/src/runc,rw     --mount=type=cache,target=/root/.cache/go-build,id=runc-build-linux/arm64 <<EOT (set -e...)
12:23:53 [2024-04-19T12:23:53.361Z] #37 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #38 [dockercli-integration 2/2] RUN --mount=source=hack/dockerfile/cli.sh,target=/download-or-build-cli.sh     --mount=type=cache,id=dockercli-git-linux/arm64,sharing=locked,target=./.git     --mount=type=cache,target=/root/.cache/go-build,id=dockercli-build-linux/arm64         rm -f ./.git/*.lock      && /download-or-build-cli.sh v17.06.2-ce https://github.com/docker/cli.git /build      && /build/docker --version
12:23:53 [2024-04-19T12:23:53.361Z] #38 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #39 [base 4/4] RUN apt-get update && apt-get install --no-install-recommends -y file
12:23:53 [2024-04-19T12:23:53.361Z] #39 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #40 [dev-base  7/12] RUN git config --global --add safe.directory /go/src/github.com/docker/docker
12:23:53 [2024-04-19T12:23:53.361Z] #40 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #41 [dev-systemd-false  4/21] COPY --link --from=tomll         /build/ /usr/local/bin/
12:23:53 [2024-04-19T12:23:53.361Z] #41 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #42 [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
12:23:53 [2024-04-19T12:23:53.361Z] #42 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #43 [delve-src 2/3] RUN git init . && git remote add origin "https://github.com/go-delve/delve.git"
12:23:53 [2024-04-19T12:23:53.361Z] #43 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #44 [swagger-src 1/3] WORKDIR /usr/src/swagger
12:23:53 [2024-04-19T12:23:53.361Z] #44 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #45 [rootlesskit-src 2/3] RUN git init . && git remote add origin "https://github.com/rootless-containers/rootlesskit.git"
12:23:53 [2024-04-19T12:23:53.361Z] #45 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #46 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
12:23:53 [2024-04-19T12:23:53.361Z] #46 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #47 [tini-src 1/3] WORKDIR /usr/src/tini
12:23:53 [2024-04-19T12:23:53.361Z] #47 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #48 [registry-src 2/2] RUN git init . && git remote add origin "https://github.com/distribution/distribution.git"
12:23:53 [2024-04-19T12:23:53.361Z] #48 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #49 [dev-systemd-false  3/21] COPY --link --from=delve         /build/ /usr/local/bin/
12:23:53 [2024-04-19T12:23:53.361Z] #49 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #50 [dev-base  5/12] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
12:23:53 [2024-04-19T12:23:53.361Z] #50 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #51 [dev-base  3/12] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
12:23:53 [2024-04-19T12:23:53.361Z] #51 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #52 [containerd-src 1/3] WORKDIR /usr/src/containerd
12:23:53 [2024-04-19T12:23:53.361Z] #52 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #53 [dev-systemd-false 16/21] COPY --link --from=containerutil /build/ /usr/local/bin/
12:23:53 [2024-04-19T12:23:53.361Z] #53 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #54 [rootlesskit-build 4/5] COPY --link ./contrib/dockerd-rootless.sh /build/
12:23:53 [2024-04-19T12:23:53.361Z] #54 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #55 [registry-v2 2/2] RUN mkdir /build && mv /bin/registry /build/registry-v2
12:23:53 [2024-04-19T12:23:53.361Z] #55 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #56 [dev-systemd-false  1/21] COPY --link --from=frozen-images /build/ /docker-frozen-images
12:23:53 [2024-04-19T12:23:53.361Z] #56 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #57 [runc-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-runc-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-runc-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             dpkg-dev             gcc             libc6-dev             libseccomp-dev             pkg-config
12:23:53 [2024-04-19T12:23:53.361Z] #57 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #58 [dev-systemd-false  8/21] COPY --link --from=registry-v2   /build/ /usr/local/bin/
12:23:53 [2024-04-19T12:23:53.361Z] #58 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #59 [rootlesskit-build 5/5] COPY --link ./contrib/dockerd-rootless-setuptool.sh /build/
12:23:53 [2024-04-19T12:23:53.361Z] #59 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #60 [containerd-src 2/3] RUN git init . && git remote add origin "https://github.com/containerd/containerd.git"
12:23:53 [2024-04-19T12:23:53.361Z] #60 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #61 [swagger-src 2/3] RUN git init . && git remote add origin "https://github.com/kolyshkin/go-swagger.git"
12:23:53 [2024-04-19T12:23:53.361Z] #61 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #62 [gowinres 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/tc-hib/go-winres@v0.3.1"      && /build/go-winres --help
12:23:53 [2024-04-19T12:23:53.361Z] #62 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #63 [containerd-build 1/3] WORKDIR /go/src/github.com/containerd/containerd
12:23:53 [2024-04-19T12:23:53.361Z] #63 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #64 [dev-systemd-false 12/21] COPY --link --from=runc          /build/ /usr/local/bin/
12:23:53 [2024-04-19T12:23:53.361Z] #64 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #65 [dev-systemd-false 20/21] COPY --link --from=compose       /docker-compose /usr/libexec/docker/cli-plugins/docker-compose
12:23:53 [2024-04-19T12:23:53.361Z] #65 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #66 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
12:23:53 [2024-04-19T12:23:53.361Z] #66 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #67 [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
12:23:53 [2024-04-19T12:23:53.361Z] #67 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #68 [tini-src 2/3] RUN git init . && git remote add origin "https://github.com/krallin/tini.git"
12:23:53 [2024-04-19T12:23:53.361Z] #68 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #69 [dev-systemd-false  7/21] COPY --link --from=registry      /build/ /usr/local/bin/
12:23:53 [2024-04-19T12:23:53.361Z] #69 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #70 [runc-src 2/3] RUN git init . && git remote add origin "https://github.com/opencontainers/runc.git"
12:23:53 [2024-04-19T12:23:53.361Z] #70 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #71 [base 3/4] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
12:23:53 [2024-04-19T12:23:53.361Z] #71 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #72 [rootlesskit-src 1/3] WORKDIR /usr/src/rootlesskit
12:23:53 [2024-04-19T12:23:53.361Z] #72 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #73 [dockercli-integration 1/2] WORKDIR /go/src/github.com/docker/cli
12:23:53 [2024-04-19T12:23:53.361Z] #73 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #74 [tini-build 4/4] RUN --mount=from=tini-src,src=/usr/src/tini,rw     --mount=type=cache,target=/root/.cache/go-build,id=tini-build-linux/arm64 <<EOT (set -e...)
12:23:53 [2024-04-19T12:23:53.361Z] #74 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #75 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.2"      && /build/gotestsum --version
12:23:53 [2024-04-19T12:23:53.361Z] #75 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #76 [swagger-src 3/3] RUN git fetch -q --depth 1 origin "c56166c036004ba7a3a321e5951ba472b9ae298c" && git checkout -q FETCH_HEAD
12:23:53 [2024-04-19T12:23:53.361Z] #76 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #77 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
12:23:53 [2024-04-19T12:23:53.361Z] #77 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #78 [binary-dummy 1/1] COPY --from=build-dummy /build /build
12:23:53 [2024-04-19T12:23:53.361Z] #78 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #79 [runc-src 1/3] WORKDIR /usr/src/runc
12:23:53 [2024-04-19T12:23:53.361Z] #79 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #80 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bookworm-slim@sha256:2bc5c236e9b262645a323e9088dfa3bb1ecb16cc75811daf40a23a824d665be9         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
12:23:53 [2024-04-19T12:23:53.361Z] #80 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #81 [tini-build 1/4] WORKDIR /go/src/github.com/krallin/tini
12:23:53 [2024-04-19T12:23:53.361Z] #81 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #82 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.7.15" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
12:23:53 [2024-04-19T12:23:53.361Z] #82 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #83 [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
12:23:53 [2024-04-19T12:23:53.361Z] #83 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #84 [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
12:23:53 [2024-04-19T12:23:53.361Z] #84 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #85 [dev-systemd-false 14/21] COPY --link --from=rootlesskit   /build/ /usr/local/bin/
12:23:53 [2024-04-19T12:23:53.361Z] #85 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #86 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
12:23:53 [2024-04-19T12:23:53.361Z] #86 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #87 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.12" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
12:23:53 [2024-04-19T12:23:53.361Z] #87 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #88 [dev-systemd-false 17/21] COPY --link --from=crun          /build/ /usr/local/bin/
12:23:53 [2024-04-19T12:23:53.361Z] #88 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #89 [dev-systemd-false  9/21] COPY --link --from=gotestsum     /build/ /usr/local/bin/
12:23:53 [2024-04-19T12:23:53.361Z] #89 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #90 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.55.2"      && /build/golangci-lint --version
12:23:53 [2024-04-19T12:23:53.361Z] #90 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #91 [dev-systemd-false  5/21] COPY --link --from=gowinres      /build/ /usr/local/bin/
12:23:53 [2024-04-19T12:23:53.361Z] #91 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #92 [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
12:23:53 [2024-04-19T12:23:53.361Z] #92 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #93 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
12:23:53 [2024-04-19T12:23:53.361Z] #93 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #94 [dev-systemd-false 18/21] COPY --link hack/dockerfile/etc/docker/  /etc/docker/
12:23:53 [2024-04-19T12:23:53.361Z] #94 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #95 [runc-build 1/3] WORKDIR /go/src/github.com/opencontainers/runc
12:23:53 [2024-04-19T12:23:53.361Z] #95 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #96 [dockercli 2/2] RUN --mount=source=hack/dockerfile/cli.sh,target=/download-or-build-cli.sh     --mount=type=cache,id=dockercli-git-linux/arm64,sharing=locked,target=./.git     --mount=type=cache,target=/root/.cache/go-build,id=dockercli-build-linux/arm64         rm -f ./.git/*.lock      && /download-or-build-cli.sh v26.0.0 https://github.com/docker/cli.git /build      && /build/docker --version
12:23:53 [2024-04-19T12:23:53.361Z] #96 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #97 [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
12:23:53 [2024-04-19T12:23:53.361Z] #97 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #98 [rootlesskit-build 3/5] RUN --mount=from=rootlesskit-src,src=/usr/src/rootlesskit,rw     --mount=type=cache,target=/go/pkg/mod     --mount=type=cache,target=/root/.cache/go-build,id=rootlesskit-build-linux/arm64 <<EOT (set -e...)
12:23:53 [2024-04-19T12:23:53.361Z] #98 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #99 [dev-base  1/12] RUN groupadd -r docker
12:23:53 [2024-04-19T12:23:53.361Z] #99 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #100 [delve-src 1/3] WORKDIR /usr/src/delve
12:23:53 [2024-04-19T12:23:53.361Z] #100 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #101 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 <<EOT (set -e...)
12:23:53 [2024-04-19T12:23:53.361Z] #101 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #102 [dev-base  6/12] RUN ldconfig
12:23:53 [2024-04-19T12:23:53.361Z] #102 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #103 [tini-build 2/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends cmake
12:23:53 [2024-04-19T12:23:53.361Z] #103 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #104 [dev-systemd-false 19/21] COPY --link --from=buildx        /buildx /usr/local/libexec/docker/cli-plugins/docker-buildx
12:23:53 [2024-04-19T12:23:53.361Z] #104 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #105 [delve-src 3/3] RUN git fetch -q --depth 1 origin "v1.21.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
12:23:53 [2024-04-19T12:23:53.361Z] #105 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #106 [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
12:23:53 [2024-04-19T12:23:53.361Z] #106 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #107 [dev-systemd-false  2/21] COPY --link --from=swagger       /build/ /usr/local/bin/
12:23:53 [2024-04-19T12:23:53.361Z] #107 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #108 [dev-systemd-false 15/21] COPY --link --from=vpnkit        /       /usr/local/bin/
12:23:53 [2024-04-19T12:23:53.361Z] #108 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #109 [dev-systemd-false  6/21] COPY --link --from=tini          /build/ /usr/local/bin/
12:23:53 [2024-04-19T12:23:53.361Z] #109 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #110 [dev-base  4/12] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
12:23:53 [2024-04-19T12:23:53.361Z] #110 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #111 [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 <<EOT (set -ex...)
12:23:53 [2024-04-19T12:23:53.361Z] #111 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #112 [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/ <<EOT (set -e...)
12:23:53 [2024-04-19T12:23:53.361Z] #112 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #113 [dev-base 12/12] COPY --link --from=dockercli-integration /build/ /usr/local/cli-integration
12:23:53 [2024-04-19T12:23:53.361Z] #113 CACHED
12:23:53 [2024-04-19T12:23:53.361Z] 
12:23:53 [2024-04-19T12:23:53.361Z] #114 [dev 1/1] COPY --link . .
12:23:54 [2024-04-19T12:23:54.729Z] #114 DONE 1.7s
12:23:54 [2024-04-19T12:23:54.985Z] 
12:23:54 [2024-04-19T12:23:54.985Z] #115 exporting to image
12:23:54 [2024-04-19T12:23:54.985Z] #115 exporting layers
12:23:55 [2024-04-19T12:23:55.914Z] #115 exporting layers 0.9s done
12:23:55 [2024-04-19T12:23:55.914Z] #115 writing image sha256:e02c6bb544ed442d90dc98997f274eab3a108167a24342afd8e6889060150471 done
12:23:55 [2024-04-19T12:23:55.914Z] #115 naming to docker.io/library/docker:ee8b788538ea2c6d46d65f17be156de65bc21bb9 done
12:23:55 [2024-04-19T12:23:55.914Z] #115 DONE 0.9s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
12:23:56 [2024-04-19T12:23:56.203Z] + sudo modprobe ip6table_filter
[Pipeline] sh
12:23:56 [2024-04-19T12:23:56.477Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_master/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2941 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ee8b788538ea2c6d46d65f17be156de65bc21bb9 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH= docker:ee8b788538ea2c6d46d65f17be156de65bc21bb9 hack/test/unit
12:23:56 [2024-04-19T12:23:56.734Z] + BUILDFLAGS=(-tags 'netgo journald')
12:23:56 [2024-04-19T12:23:56.734Z] + TESTFLAGS+=' -test.timeout=5m'
12:23:56 [2024-04-19T12:23:56.734Z] + TESTDIRS=./...
12:23:56 [2024-04-19T12:23:56.734Z] + exclude_paths='/vendor/|/integration'
12:23:56 [2024-04-19T12:23:56.734Z] ++ go list ./...
12:23:56 [2024-04-19T12:23:56.734Z] ++ grep -vE '(/vendor/|/integration)'
12:23:57 [2024-04-19T12:23:57.298Z] + pkg_list='github.com/docker/docker/api
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/api/server
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/api/server/backend/build
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/api/server/httpstatus
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/api/server/httputils
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/api/server/middleware
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/api/server/router
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/api/server/router/build
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/api/server/router/checkpoint
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/api/server/router/container
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/api/server/router/debug
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/api/server/router/distribution
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/api/server/router/grpc
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/api/server/router/image
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/api/server/router/network
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/api/server/router/plugin
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/api/server/router/session
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/api/server/router/swarm
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/api/server/router/system
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/api/server/router/volume
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/api/types
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/api/types/backend
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/api/types/blkiodev
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/api/types/checkpoint
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/api/types/container
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/api/types/events
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/api/types/filters
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/api/types/image
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/api/types/mount
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/api/types/network
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/api/types/plugins/logdriver
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/api/types/registry
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/api/types/strslice
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/api/types/swarm
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/api/types/swarm/runtime
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/api/types/system
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/api/types/time
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/api/types/versions
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/api/types/volume
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/builder
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/builder/builder-next
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/builder/builder-next/exporter
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/builder/builder-next/exporter/overrides
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/builder/builder-next/imagerefchecker
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/builder/builder-next/worker
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/builder/builder-next/worker/label
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/builder/dockerfile
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/builder/remotecontext
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/builder/remotecontext/git
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/builder/remotecontext/urlutil
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/cli/debug
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/cli/winresources/docker-proxy
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/cli/winresources/dockerd
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/client
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/client/buildkit
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/cmd/docker-proxy
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/cmd/dockerd
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/cmd/dockerd/trap
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/container
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/container/stream
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/contrib/apparmor
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/contrib/httpserver
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/daemon
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/daemon/cluster
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/daemon/cluster/controllers/plugin
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/daemon/cluster/convert
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/daemon/cluster/executor
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/daemon/cluster/executor/container
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/daemon/cluster/provider
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/daemon/config
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/daemon/containerd
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/daemon/events
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/daemon/events/testutils
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/daemon/graphdriver
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/daemon/graphdriver/btrfs
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/daemon/graphdriver/copy
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/daemon/graphdriver/graphtest
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/daemon/graphdriver/overlay2
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/daemon/graphdriver/overlayutils
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/daemon/graphdriver/register
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/daemon/graphdriver/vfs
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/daemon/graphdriver/zfs
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/daemon/images
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/daemon/initlayer
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/daemon/links
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/daemon/listeners
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/daemon/logger
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/daemon/logger/awslogs
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/daemon/logger/fluentd
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/daemon/logger/gcplogs
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/daemon/logger/gelf
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/daemon/logger/journald
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/daemon/logger/journald/internal/export
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/daemon/logger/journald/internal/fake
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/daemon/logger/jsonfilelog
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/daemon/logger/local
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/daemon/logger/loggertest
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/daemon/logger/loggerutils
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/daemon/logger/loggerutils/cache
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/daemon/logger/splunk
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/daemon/logger/syslog
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/daemon/logger/templates
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/daemon/names
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/daemon/network
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/daemon/snapshotter
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/daemon/stats
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/distribution
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/distribution/metadata
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/distribution/utils
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/distribution/xfer
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/dockerversion
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/errdefs
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/image
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/image/cache
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/image/spec/specs-go
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/image/spec/specs-go/v1
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/image/tarexport
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/image/v1
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/internal/cleanups
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/internal/compatcontext
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/internal/mod
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/internal/mounttree
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/internal/multierror
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/internal/rootless/mountopts
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/internal/safepath
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/internal/sliceutil
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/internal/test/suite
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/internal/testutils
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/internal/testutils/netnsutils
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/internal/testutils/specialimage
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/internal/unix_noeintr
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/internal/unshare
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/layer
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libcontainerd
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libcontainerd/queue
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libcontainerd/remote
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libcontainerd/shimopts
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libcontainerd/supervisor
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libcontainerd/types
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libnetwork
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libnetwork/bitmap
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libnetwork/cluster
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libnetwork/cmd/diagnostic
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libnetwork/cnmallocator
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libnetwork/config
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libnetwork/datastore
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libnetwork/diagnostic
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libnetwork/discoverapi
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libnetwork/driverapi
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libnetwork/drivers/bridge
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libnetwork/drivers/host
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libnetwork/drivers/ipvlan
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libnetwork/drivers/macvlan
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libnetwork/drivers/null
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libnetwork/drivers/overlay
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libnetwork/drivers/remote
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libnetwork/drivers/remote/api
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libnetwork/drivers/windows
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libnetwork/drvregistry
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libnetwork/etchosts
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libnetwork/internal/caller
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libnetwork/internal/kvstore
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libnetwork/internal/netiputil
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libnetwork/internal/resolvconf
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libnetwork/internal/setmatrix
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libnetwork/ipam
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libnetwork/ipamapi
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libnetwork/ipams/builtin
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libnetwork/ipams/null
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libnetwork/ipams/remote
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libnetwork/ipams/remote/api
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libnetwork/ipams/windowsipam
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libnetwork/ipamutils
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libnetwork/ipbits
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libnetwork/iptables
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libnetwork/netlabel
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libnetwork/netutils
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libnetwork/networkdb
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libnetwork/ns
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libnetwork/options
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libnetwork/osl
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libnetwork/osl/kernel
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libnetwork/portallocator
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libnetwork/portmapper
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libnetwork/resolvconf
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libnetwork/scope
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/libnetwork/types
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/oci
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/oci/caps
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/opts
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/pkg/archive
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/pkg/authorization
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/pkg/broadcaster
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/pkg/capabilities
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/pkg/chrootarchive
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/pkg/containerfs
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/pkg/directory
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/pkg/dmesg
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/pkg/fileutils
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/pkg/homedir
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/pkg/idtools
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/pkg/ioutils
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/pkg/jsonmessage
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/pkg/longpath
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/pkg/meminfo
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/pkg/namesgenerator
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/pkg/parsers
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/pkg/parsers/kernel
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/pkg/parsers/operatingsystem
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/pkg/pidfile
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/pkg/platform
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/pkg/plugingetter
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/pkg/plugins
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/pkg/plugins/transport
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/pkg/pools
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/pkg/process
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/pkg/progress
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/pkg/reexec
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/pkg/rootless
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/pkg/rootless/specconv
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/pkg/stack
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/pkg/stdcopy
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/pkg/streamformatter
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/pkg/stringid
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/pkg/sysinfo
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/pkg/system
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/pkg/tailfile
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/pkg/tarsum
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/pkg/useragent
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/plugin
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/plugin/executor/containerd
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/plugin/v2
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/profiles/apparmor
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/profiles/seccomp
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/quota
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/reference
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/registry
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/registry/resumable
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/restartmanager
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/runconfig
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/runconfig/opts
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/testutil
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/testutil/daemon
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/testutil/environment
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/testutil/fakecontext
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/testutil/fakegit
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/testutil/fakestorage
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/testutil/fixtures/load
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/testutil/fixtures/plugin
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/testutil/fixtures/plugin/basic
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/testutil/registry
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/testutil/request
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/volume
12:23:57 [2024-04-19T12:23:57.298Z] github.com/docker/docker/volume/drivers
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/volume/local
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/volume/mounts
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/volume/service
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/volume/service/opts
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/volume/testutils'
12:23:57 [2024-04-19T12:23:57.299Z] ++ grep --fixed-strings -v /libnetwork
12:23:57 [2024-04-19T12:23:57.299Z] ++ echo 'github.com/docker/docker/api
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/server
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/server/backend/build
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/server/httpstatus
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/server/httputils
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/server/middleware
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/server/router
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/server/router/build
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/server/router/checkpoint
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/server/router/container
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/server/router/debug
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/server/router/distribution
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/server/router/grpc
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/server/router/image
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/server/router/network
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/server/router/plugin
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/server/router/session
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/server/router/swarm
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/server/router/system
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/server/router/volume
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/types
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/types/backend
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/types/blkiodev
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/types/checkpoint
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/types/container
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/types/events
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/types/filters
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/types/image
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/types/mount
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/types/network
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/types/plugins/logdriver
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/types/registry
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/types/strslice
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/types/swarm
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/types/swarm/runtime
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/types/system
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/types/time
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/types/versions
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/types/volume
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/builder
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/builder/builder-next
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/builder/builder-next/exporter
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/builder/builder-next/exporter/overrides
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/builder/builder-next/imagerefchecker
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/builder/builder-next/worker
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/builder/builder-next/worker/label
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/builder/dockerfile
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/builder/remotecontext
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/builder/remotecontext/git
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/builder/remotecontext/urlutil
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/cli/debug
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/cli/winresources/docker-proxy
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/cli/winresources/dockerd
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/client
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/client/buildkit
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/cmd/docker-proxy
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/cmd/dockerd
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/cmd/dockerd/trap
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/container
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/container/stream
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/contrib/apparmor
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/contrib/httpserver
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/cluster
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/cluster/controllers/plugin
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/cluster/convert
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/cluster/executor
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/cluster/executor/container
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/cluster/provider
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/config
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/containerd
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/events
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/events/testutils
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/graphdriver
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/graphdriver/btrfs
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/graphdriver/copy
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/graphdriver/graphtest
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/graphdriver/overlay2
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/graphdriver/overlayutils
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/graphdriver/register
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/graphdriver/vfs
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/graphdriver/zfs
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/images
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/initlayer
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/links
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/listeners
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/logger
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/logger/awslogs
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/logger/fluentd
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/logger/gcplogs
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/logger/gelf
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/logger/journald
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/logger/journald/internal/export
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/logger/journald/internal/fake
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/logger/jsonfilelog
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/logger/local
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/logger/loggertest
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/logger/loggerutils
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/logger/loggerutils/cache
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/logger/splunk
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/logger/syslog
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/logger/templates
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/names
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/network
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/snapshotter
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/stats
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/distribution
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/distribution/metadata
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/distribution/utils
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/distribution/xfer
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/dockerversion
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/errdefs
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/image
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/image/cache
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/image/spec/specs-go
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/image/spec/specs-go/v1
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/image/tarexport
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/image/v1
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/internal/cleanups
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/internal/compatcontext
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/internal/mod
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/internal/mounttree
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/internal/multierror
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/internal/rootless/mountopts
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/internal/safepath
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/internal/sliceutil
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/internal/test/suite
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/internal/testutils
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/internal/testutils/netnsutils
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/internal/testutils/specialimage
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/internal/unix_noeintr
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/internal/unshare
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/layer
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libcontainerd
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libcontainerd/queue
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libcontainerd/remote
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libcontainerd/shimopts
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libcontainerd/supervisor
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libcontainerd/types
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libnetwork
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libnetwork/bitmap
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libnetwork/cluster
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libnetwork/cmd/diagnostic
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libnetwork/cnmallocator
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libnetwork/config
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libnetwork/datastore
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libnetwork/diagnostic
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libnetwork/discoverapi
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libnetwork/driverapi
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libnetwork/drivers/bridge
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libnetwork/drivers/host
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libnetwork/drivers/ipvlan
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libnetwork/drivers/macvlan
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libnetwork/drivers/null
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libnetwork/drivers/overlay
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libnetwork/drivers/remote
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libnetwork/drivers/remote/api
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libnetwork/drivers/windows
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libnetwork/drvregistry
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libnetwork/etchosts
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libnetwork/internal/caller
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libnetwork/internal/kvstore
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libnetwork/internal/netiputil
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libnetwork/internal/resolvconf
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libnetwork/internal/setmatrix
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libnetwork/ipam
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libnetwork/ipamapi
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libnetwork/ipams/builtin
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libnetwork/ipams/null
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libnetwork/ipams/remote
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libnetwork/ipams/remote/api
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libnetwork/ipams/windowsipam
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libnetwork/ipamutils
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libnetwork/ipbits
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libnetwork/iptables
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libnetwork/netlabel
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libnetwork/netutils
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libnetwork/networkdb
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libnetwork/ns
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libnetwork/options
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libnetwork/osl
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libnetwork/osl/kernel
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libnetwork/portallocator
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libnetwork/portmapper
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libnetwork/resolvconf
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libnetwork/scope
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libnetwork/types
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/oci
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/oci/caps
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/opts
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/archive
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/authorization
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/broadcaster
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/capabilities
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/chrootarchive
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/containerfs
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/directory
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/dmesg
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/fileutils
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/homedir
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/idtools
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/ioutils
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/jsonmessage
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/longpath
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/meminfo
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/namesgenerator
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/parsers
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/parsers/kernel
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/parsers/operatingsystem
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/pidfile
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/platform
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/plugingetter
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/plugins
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/plugins/transport
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/pools
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/process
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/progress
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/reexec
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/rootless
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/rootless/specconv
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/stack
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/stdcopy
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/streamformatter
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/stringid
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/sysinfo
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/system
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/tailfile
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/tarsum
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/useragent
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/plugin
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/plugin/executor/containerd
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/plugin/v2
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/profiles/apparmor
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/profiles/seccomp
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/quota
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/reference
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/registry
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/registry/resumable
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/restartmanager
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/runconfig
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/runconfig/opts
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/testutil
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/testutil/daemon
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/testutil/environment
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/testutil/fakecontext
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/testutil/fakegit
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/testutil/fakestorage
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/testutil/fixtures/load
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/testutil/fixtures/plugin
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/testutil/fixtures/plugin/basic
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/testutil/registry
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/testutil/request
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/volume
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/volume/drivers
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/volume/local
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/volume/mounts
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/volume/service
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/volume/service/opts
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/volume/testutils'
12:23:57 [2024-04-19T12:23:57.299Z] + base_pkg_list='github.com/docker/docker/api
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/server
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/server/backend/build
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/server/httpstatus
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/server/httputils
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/server/middleware
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/server/router
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/server/router/build
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/server/router/checkpoint
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/server/router/container
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/server/router/debug
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/server/router/distribution
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/server/router/grpc
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/server/router/image
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/server/router/network
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/server/router/plugin
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/server/router/session
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/server/router/swarm
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/server/router/system
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/server/router/volume
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/types
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/types/backend
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/types/blkiodev
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/types/checkpoint
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/types/container
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/types/events
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/types/filters
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/types/image
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/types/mount
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/types/network
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/types/plugins/logdriver
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/types/registry
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/types/strslice
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/types/swarm
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/types/swarm/runtime
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/types/system
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/types/time
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/types/versions
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/api/types/volume
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/builder
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/builder/builder-next
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/builder/builder-next/exporter
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/builder/builder-next/exporter/overrides
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/builder/builder-next/imagerefchecker
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/builder/builder-next/worker
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/builder/builder-next/worker/label
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/builder/dockerfile
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/builder/remotecontext
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/builder/remotecontext/git
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/builder/remotecontext/urlutil
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/cli/debug
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/cli/winresources/docker-proxy
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/cli/winresources/dockerd
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/client
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/client/buildkit
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/cmd/docker-proxy
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/cmd/dockerd
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/cmd/dockerd/trap
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/container
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/container/stream
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/contrib/apparmor
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/contrib/httpserver
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/cluster
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/cluster/controllers/plugin
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/cluster/convert
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/cluster/executor
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/cluster/executor/container
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/cluster/provider
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/config
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/containerd
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/events
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/events/testutils
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/graphdriver
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/graphdriver/btrfs
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/graphdriver/copy
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/graphdriver/graphtest
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/graphdriver/overlay2
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/graphdriver/overlayutils
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/graphdriver/register
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/graphdriver/vfs
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/graphdriver/zfs
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/images
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/initlayer
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/links
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/listeners
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/logger
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/logger/awslogs
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/logger/fluentd
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/logger/gcplogs
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/logger/gelf
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/logger/journald
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/logger/journald/internal/export
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/logger/journald/internal/fake
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/logger/jsonfilelog
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/logger/local
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/logger/loggertest
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/logger/loggerutils
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/logger/loggerutils/cache
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/logger/splunk
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/logger/syslog
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/logger/templates
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/names
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/network
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/snapshotter
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/daemon/stats
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/distribution
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/distribution/metadata
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/distribution/utils
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/distribution/xfer
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/dockerversion
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/errdefs
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/image
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/image/cache
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/image/spec/specs-go
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/image/spec/specs-go/v1
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/image/tarexport
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/image/v1
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/internal/cleanups
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/internal/compatcontext
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/internal/mod
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/internal/mounttree
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/internal/multierror
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/internal/rootless/mountopts
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/internal/safepath
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/internal/sliceutil
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/internal/test/suite
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/internal/testutils
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/internal/testutils/netnsutils
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/internal/testutils/specialimage
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/internal/unix_noeintr
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/internal/unshare
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/layer
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libcontainerd
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libcontainerd/queue
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libcontainerd/remote
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libcontainerd/shimopts
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libcontainerd/supervisor
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/libcontainerd/types
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/oci
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/oci/caps
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/opts
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/archive
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/authorization
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/broadcaster
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/capabilities
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/chrootarchive
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/containerfs
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/directory
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/dmesg
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/fileutils
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/homedir
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/idtools
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/ioutils
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/jsonmessage
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/longpath
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/meminfo
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/namesgenerator
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/parsers
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/parsers/kernel
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/parsers/operatingsystem
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/pidfile
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/platform
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/plugingetter
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/plugins
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/plugins/transport
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/pools
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/process
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/progress
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/reexec
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/rootless
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/rootless/specconv
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/stack
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/stdcopy
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/streamformatter
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/stringid
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/sysinfo
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/system
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/tailfile
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/tarsum
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/pkg/useragent
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/plugin
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/plugin/executor/containerd
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/plugin/v2
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/profiles/apparmor
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/profiles/seccomp
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/quota
12:23:57 [2024-04-19T12:23:57.299Z] github.com/docker/docker/reference
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/registry
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/registry/resumable
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/restartmanager
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/runconfig
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/runconfig/opts
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/testutil
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/testutil/daemon
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/testutil/environment
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/testutil/fakecontext
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/testutil/fakegit
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/testutil/fakestorage
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/testutil/fixtures/load
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/testutil/fixtures/plugin
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/testutil/fixtures/plugin/basic
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/testutil/registry
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/testutil/request
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/volume
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/volume/drivers
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/volume/local
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/volume/mounts
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/volume/service
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/volume/service/opts
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/volume/testutils'
12:23:57 [2024-04-19T12:23:57.300Z] ++ grep --fixed-strings /libnetwork
12:23:57 [2024-04-19T12:23:57.300Z] ++ echo 'github.com/docker/docker/api
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/api/server
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/api/server/backend/build
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/api/server/httpstatus
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/api/server/httputils
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/api/server/middleware
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/api/server/router
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/api/server/router/build
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/api/server/router/checkpoint
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/api/server/router/container
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/api/server/router/debug
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/api/server/router/distribution
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/api/server/router/grpc
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/api/server/router/image
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/api/server/router/network
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/api/server/router/plugin
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/api/server/router/session
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/api/server/router/swarm
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/api/server/router/system
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/api/server/router/volume
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/api/types
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/api/types/backend
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/api/types/blkiodev
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/api/types/checkpoint
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/api/types/container
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/api/types/events
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/api/types/filters
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/api/types/image
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/api/types/mount
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/api/types/network
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/api/types/plugins/logdriver
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/api/types/registry
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/api/types/strslice
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/api/types/swarm
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/api/types/swarm/runtime
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/api/types/system
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/api/types/time
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/api/types/versions
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/api/types/volume
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/builder
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/builder/builder-next
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/builder/builder-next/exporter
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/builder/builder-next/exporter/overrides
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/builder/builder-next/imagerefchecker
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/builder/builder-next/worker
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/builder/builder-next/worker/label
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/builder/dockerfile
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/builder/remotecontext
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/builder/remotecontext/git
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/builder/remotecontext/urlutil
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/cli/debug
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/cli/winresources/docker-proxy
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/cli/winresources/dockerd
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/client
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/client/buildkit
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/cmd/docker-proxy
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/cmd/dockerd
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/cmd/dockerd/trap
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/container
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/container/stream
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/contrib/apparmor
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/contrib/httpserver
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/daemon
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/daemon/cluster
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/daemon/cluster/controllers/plugin
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/daemon/cluster/convert
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/daemon/cluster/executor
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/daemon/cluster/executor/container
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/daemon/cluster/provider
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/daemon/config
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/daemon/containerd
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/daemon/events
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/daemon/events/testutils
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/daemon/graphdriver
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/daemon/graphdriver/btrfs
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/daemon/graphdriver/copy
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/daemon/graphdriver/graphtest
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/daemon/graphdriver/overlay2
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/daemon/graphdriver/overlayutils
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/daemon/graphdriver/register
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/daemon/graphdriver/vfs
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/daemon/graphdriver/zfs
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/daemon/images
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/daemon/initlayer
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/daemon/links
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/daemon/listeners
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/daemon/logger
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/daemon/logger/awslogs
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/daemon/logger/fluentd
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/daemon/logger/gcplogs
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/daemon/logger/gelf
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/daemon/logger/journald
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/daemon/logger/journald/internal/export
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/daemon/logger/journald/internal/fake
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/daemon/logger/jsonfilelog
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/daemon/logger/local
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/daemon/logger/loggertest
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/daemon/logger/loggerutils
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/daemon/logger/loggerutils/cache
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/daemon/logger/splunk
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/daemon/logger/syslog
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/daemon/logger/templates
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/daemon/names
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/daemon/network
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/daemon/snapshotter
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/daemon/stats
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/distribution
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/distribution/metadata
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/distribution/utils
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/distribution/xfer
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/dockerversion
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/errdefs
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/image
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/image/cache
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/image/spec/specs-go
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/image/spec/specs-go/v1
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/image/tarexport
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/image/v1
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/internal/cleanups
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/internal/compatcontext
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/internal/mod
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/internal/mounttree
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/internal/multierror
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/internal/rootless/mountopts
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/internal/safepath
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/internal/sliceutil
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/internal/test/suite
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/internal/testutils
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/internal/testutils/netnsutils
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/internal/testutils/specialimage
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/internal/unix_noeintr
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/internal/unshare
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/layer
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libcontainerd
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libcontainerd/queue
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libcontainerd/remote
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libcontainerd/shimopts
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libcontainerd/supervisor
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libcontainerd/types
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/bitmap
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/cluster
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/cmd/diagnostic
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/cnmallocator
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/config
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/datastore
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/diagnostic
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/discoverapi
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/driverapi
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/drivers/bridge
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/drivers/host
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/drivers/ipvlan
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/drivers/macvlan
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/drivers/null
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/drivers/overlay
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/drivers/remote
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/drivers/remote/api
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/drivers/windows
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/drvregistry
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/etchosts
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/internal/caller
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/internal/kvstore
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/internal/netiputil
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/internal/resolvconf
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/internal/setmatrix
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/ipam
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/ipamapi
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/ipams/builtin
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/ipams/null
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/ipams/remote
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/ipams/remote/api
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/ipams/windowsipam
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/ipamutils
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/ipbits
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/iptables
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/netlabel
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/netutils
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/networkdb
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/ns
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/options
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/osl
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/osl/kernel
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/portallocator
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/portmapper
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/resolvconf
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/scope
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/types
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/oci
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/oci/caps
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/opts
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/pkg/archive
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/pkg/authorization
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/pkg/broadcaster
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/pkg/capabilities
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/pkg/chrootarchive
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/pkg/containerfs
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/pkg/directory
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/pkg/dmesg
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/pkg/fileutils
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/pkg/homedir
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/pkg/idtools
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/pkg/ioutils
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/pkg/jsonmessage
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/pkg/longpath
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/pkg/meminfo
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/pkg/namesgenerator
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/pkg/parsers
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/pkg/parsers/kernel
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/pkg/parsers/operatingsystem
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/pkg/pidfile
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/pkg/platform
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/pkg/plugingetter
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/pkg/plugins
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/pkg/plugins/transport
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/pkg/pools
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/pkg/process
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/pkg/progress
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/pkg/reexec
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/pkg/rootless
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/pkg/rootless/specconv
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/pkg/stack
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/pkg/stdcopy
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/pkg/streamformatter
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/pkg/stringid
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/pkg/sysinfo
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/pkg/system
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/pkg/tailfile
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/pkg/tarsum
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/pkg/useragent
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/plugin
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/plugin/executor/containerd
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/plugin/v2
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/profiles/apparmor
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/profiles/seccomp
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/quota
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/reference
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/registry
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/registry/resumable
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/restartmanager
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/runconfig
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/runconfig/opts
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/testutil
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/testutil/daemon
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/testutil/environment
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/testutil/fakecontext
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/testutil/fakegit
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/testutil/fakestorage
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/testutil/fixtures/load
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/testutil/fixtures/plugin
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/testutil/fixtures/plugin/basic
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/testutil/registry
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/testutil/request
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/volume
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/volume/drivers
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/volume/local
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/volume/mounts
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/volume/service
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/volume/service/opts
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/volume/testutils'
12:23:57 [2024-04-19T12:23:57.300Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/bitmap
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/cluster
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/cmd/diagnostic
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/cnmallocator
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/config
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/datastore
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/diagnostic
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/discoverapi
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/driverapi
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/drivers/bridge
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/drivers/host
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/drivers/ipvlan
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/drivers/macvlan
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/drivers/null
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/drivers/overlay
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/drivers/remote
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/drivers/remote/api
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/drivers/windows
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/drvregistry
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/etchosts
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/internal/caller
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/internal/kvstore
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/internal/netiputil
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/internal/resolvconf
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/internal/setmatrix
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/ipam
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/ipamapi
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/ipams/builtin
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/ipams/null
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/ipams/remote
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/ipams/remote/api
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/ipams/windowsipam
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/ipamutils
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/ipbits
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/iptables
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/netlabel
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/netutils
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/networkdb
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/ns
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/options
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/osl
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/osl/kernel
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/portallocator
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/portmapper
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/resolvconf
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/scope
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/types'
12:23:57 [2024-04-19T12:23:57.300Z] + echo 'github.com/docker/docker/libnetwork
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/bitmap
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/cluster
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/cmd/diagnostic
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/cnmallocator
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/config
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/datastore
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/diagnostic
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/discoverapi
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/driverapi
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/drivers/bridge
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/drivers/host
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/drivers/ipvlan
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/drivers/macvlan
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/drivers/null
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/drivers/overlay
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/drivers/remote
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/drivers/remote/api
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/drivers/windows
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/drvregistry
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/etchosts
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/internal/caller
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/internal/kvstore
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/internal/netiputil
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/internal/resolvconf
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/internal/setmatrix
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/ipam
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/ipa+ grep --fixed-strings libnetwork/drivers/bridge
12:23:57 [2024-04-19T12:23:57.300Z] mapi
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/ipams/builtin
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/ipams/null
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/ipams/remote
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/ipams/remote/api
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/ipams/windowsipam
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/ipamutils
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/ipbits
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/iptables
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/netlabel
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/netutils
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/networkdb
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/ns
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/options
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/osl
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/osl/kernel
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/portallocator
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/portmapper
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/resolvconf
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/scope
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/types'
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/drivers/bridge
12:23:57 [2024-04-19T12:23:57.300Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
12:23:57 [2024-04-19T12:23:57.300Z] + type docker-proxy
12:23:57 [2024-04-19T12:23:57.300Z] hack/test/unit: line 25: type: docker-proxy: not found
12:23:57 [2024-04-19T12:23:57.300Z] + hack/make.sh binary-proxy install-proxy
12:23:57 [2024-04-19T12:23:57.300Z] 
12:23:57 [2024-04-19T12:23:57.300Z] Removing bundles/
12:23:57 [2024-04-19T12:23:57.300Z] 
12:23:57 [2024-04-19T12:23:57.300Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy)
12:23:57 [2024-04-19T12:23:57.300Z] Building static bundles/binary-proxy/docker-proxy (linux/arm64)...
12:23:57 [2024-04-19T12:23:57.300Z] + tee /go/src/github.com/docker/docker/go.mod
12:23:57 [2024-04-19T12:23:57.300Z] module github.com/docker/docker
12:23:57 [2024-04-19T12:23:57.300Z] 
12:23:57 [2024-04-19T12:23:57.300Z] go 1.21
12:23:57 [2024-04-19T12:23:57.300Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT
12:23:57 [2024-04-19T12:23:57.300Z] + GO111MODULE=on
12:23:57 [2024-04-19T12:23:57.301Z] + GOTOOLCHAIN=local
12:23:57 [2024-04-19T12:23:57.301Z] + 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=ee8b788538ea2c6d46d65f17be156de65bc21bb9" -X "github.com/docker/docker/dockerversion.BuildTime=2024-04-19T12:23:57.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
12:24:01 [2024-04-19T12:24:01.470Z] + rm -f /go/src/github.com/docker/docker/go.mod
12:24:01 [2024-04-19T12:24:01.470Z] Created binary: bundles/binary-proxy/docker-proxy
12:24:01 [2024-04-19T12:24:01.470Z] 
12:24:01 [2024-04-19T12:24:01.470Z] ---> Making bundle: install-proxy (in bundles/install-proxy)
12:24:01 [2024-04-19T12:24:01.471Z] Installing docker-proxy to /usr/local/bin/
12:24:01 [2024-04-19T12:24:01.471Z] 
12:24:01 [2024-04-19T12:24:01.471Z] + mkdir -p bundles
12:24:01 [2024-04-19T12:24:01.471Z] + '[' -n 'github.com/docker/docker/api
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/api/server
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/api/server/backend/build
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/api/server/httpstatus
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/api/server/httputils
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/api/server/middleware
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/api/server/router
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/api/server/router/build
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/api/server/router/checkpoint
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/api/server/router/container
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/api/server/router/debug
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/api/server/router/distribution
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/api/server/router/grpc
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/api/server/router/image
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/api/server/router/network
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/api/server/router/plugin
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/api/server/router/session
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/api/server/router/swarm
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/api/server/router/system
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/api/server/router/volume
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/api/types
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/api/types/backend
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/api/types/blkiodev
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/api/types/checkpoint
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/api/types/container
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/api/types/events
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/api/types/filters
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/api/types/image
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/api/types/mount
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/api/types/network
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/api/types/plugins/logdriver
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/api/types/registry
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/api/types/strslice
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/api/types/swarm
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/api/types/swarm/runtime
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/api/types/system
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/api/types/time
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/api/types/versions
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/api/types/volume
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/builder
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/builder/builder-next
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/builder/builder-next/exporter
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/builder/builder-next/exporter/overrides
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/builder/builder-next/imagerefchecker
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/builder/builder-next/worker
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/builder/builder-next/worker/label
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/builder/dockerfile
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/builder/remotecontext
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/builder/remotecontext/git
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/builder/remotecontext/urlutil
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/cli/debug
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/cli/winresources/docker-proxy
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/cli/winresources/dockerd
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/client
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/client/buildkit
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/cmd/docker-proxy
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/cmd/dockerd
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/cmd/dockerd/trap
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/container
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/container/stream
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/contrib/apparmor
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/contrib/httpserver
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/daemon
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/daemon/cluster
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/daemon/cluster/controllers/plugin
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/daemon/cluster/convert
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/daemon/cluster/executor
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/daemon/cluster/executor/container
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/daemon/cluster/provider
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/daemon/config
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/daemon/containerd
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/daemon/events
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/daemon/events/testutils
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/daemon/graphdriver
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/daemon/graphdriver/btrfs
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/daemon/graphdriver/copy
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/daemon/graphdriver/graphtest
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/daemon/graphdriver/overlay2
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/daemon/graphdriver/overlayutils
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/daemon/graphdriver/register
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/daemon/graphdriver/vfs
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/daemon/graphdriver/zfs
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/daemon/images
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/daemon/initlayer
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/daemon/links
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/daemon/listeners
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/daemon/logger
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/daemon/logger/awslogs
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/daemon/logger/fluentd
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/daemon/logger/gcplogs
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/daemon/logger/gelf
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/daemon/logger/journald
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/daemon/logger/journald/internal/export
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/daemon/logger/journald/internal/fake
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/daemon/logger/jsonfilelog
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/daemon/logger/local
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/daemon/logger/loggertest
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/daemon/logger/loggerutils
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/daemon/logger/loggerutils/cache
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/daemon/logger/splunk
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/daemon/logger/syslog
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/daemon/logger/templates
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/daemon/names
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/daemon/network
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/daemon/snapshotter
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/daemon/stats
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/distribution
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/distribution/metadata
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/distribution/utils
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/distribution/xfer
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/dockerversion
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/errdefs
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/image
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/image/cache
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/image/spec/specs-go
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/image/spec/specs-go/v1
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/image/tarexport
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/image/v1
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/internal/cleanups
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/internal/compatcontext
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/internal/mod
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/internal/mounttree
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/internal/multierror
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/internal/rootless/mountopts
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/internal/safepath
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/internal/sliceutil
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/internal/test/suite
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/internal/testutils
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/internal/testutils/netnsutils
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/internal/testutils/specialimage
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/internal/unix_noeintr
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/internal/unshare
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/layer
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/libcontainerd
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/libcontainerd/queue
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/libcontainerd/remote
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/libcontainerd/shimopts
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/libcontainerd/supervisor
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/libcontainerd/types
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/oci
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/oci/caps
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/opts
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/pkg/archive
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/pkg/authorization
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/pkg/broadcaster
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/pkg/capabilities
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/pkg/chrootarchive
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/pkg/containerfs
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/pkg/directory
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/pkg/dmesg
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/pkg/fileutils
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/pkg/homedir
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/pkg/idtools
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/pkg/ioutils
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/pkg/jsonmessage
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/pkg/longpath
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/pkg/meminfo
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/pkg/namesgenerator
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/pkg/parsers
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/pkg/parsers/kernel
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/pkg/parsers/operatingsystem
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/pkg/pidfile
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/pkg/platform
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/pkg/plugingetter
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/pkg/plugins
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/pkg/plugins/transport
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/pkg/pools
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/pkg/process
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/pkg/progress
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/pkg/reexec
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/pkg/rootless
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/pkg/rootless/specconv
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/pkg/stack
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/pkg/stdcopy
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/pkg/streamformatter
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/pkg/stringid
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/pkg/sysinfo
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/pkg/system
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/pkg/tailfile
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/pkg/tarsum
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/pkg/useragent
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/plugin
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/plugin/executor/containerd
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/plugin/v2
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/profiles/apparmor
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/profiles/seccomp
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/quota
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/reference
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/registry
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/registry/resumable
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/restartmanager
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/runconfig
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/runconfig/opts
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/testutil
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/testutil/daemon
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/testutil/environment
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/testutil/fakecontext
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/testutil/fakegit
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/testutil/fakestorage
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/testutil/fixtures/load
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/testutil/fixtures/plugin
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/testutil/fixtures/plugin/basic
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/testutil/registry
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/testutil/request
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/volume
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/volume/drivers
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/volume/local
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/volume/mounts
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/volume/service
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/volume/service/opts
12:24:01 [2024-04-19T12:24:01.471Z] github.com/docker/docker/volume/testutils' ']'
12:24:01 [2024-04-19T12:24:01.471Z] + 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
12:24:02 [2024-04-19T12:24:02.035Z] ?   	github.com/docker/docker/api	[no test files]
12:24:10 [2024-04-19T12:24:10.130Z] ok  	github.com/docker/docker/api/server	0.033s	coverage: 16.2% of statements
12:24:32 [2024-04-19T12:24:32.031Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
12:24:32 [2024-04-19T12:24:32.031Z] ?   	github.com/docker/docker/api/server/httpstatus	[no test files]
12:24:32 [2024-04-19T12:24:32.031Z] ok  	github.com/docker/docker/api/server/httputils	0.004s	coverage: 28.3% of statements
12:24:32 [2024-04-19T12:24:32.031Z] ?   	github.com/docker/docker/api/server/router	[no test files]
12:24:32 [2024-04-19T12:24:32.031Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
12:24:32 [2024-04-19T12:24:32.031Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
12:24:32 [2024-04-19T12:24:32.031Z] ok  	github.com/docker/docker/api/server/middleware	0.004s	coverage: 42.7% of statements
12:24:32 [2024-04-19T12:24:32.031Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
12:24:32 [2024-04-19T12:24:32.031Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
12:24:32 [2024-04-19T12:24:32.031Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
12:24:32 [2024-04-19T12:24:32.031Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
12:24:32 [2024-04-19T12:24:32.031Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
12:24:32 [2024-04-19T12:24:32.031Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
12:24:32 [2024-04-19T12:24:32.031Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
12:24:32 [2024-04-19T12:24:32.031Z] ok  	github.com/docker/docker/api/server/router/container	0.015s	coverage: 5.9% of statements
12:24:32 [2024-04-19T12:24:32.031Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
12:24:32 [2024-04-19T12:24:32.031Z] ?   	github.com/docker/docker/api/types	[no test files]
12:24:32 [2024-04-19T12:24:32.031Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
12:24:32 [2024-04-19T12:24:32.031Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
12:24:32 [2024-04-19T12:24:32.031Z] ?   	github.com/docker/docker/api/types/checkpoint	[no test files]
12:24:32 [2024-04-19T12:24:32.031Z] ?   	github.com/docker/docker/api/types/events	[no test files]
12:24:32 [2024-04-19T12:24:32.031Z] ok  	github.com/docker/docker/api/server/router/swarm	0.005s	coverage: 7.3% of statements
12:24:32 [2024-04-19T12:24:32.031Z] ok  	github.com/docker/docker/api/server/router/volume	0.005s	coverage: 66.7% of statements
12:24:32 [2024-04-19T12:24:32.031Z] ok  	github.com/docker/docker/api/types/container	0.007s	coverage: 83.7% of statements
12:24:32 [2024-04-19T12:24:32.031Z] ?   	github.com/docker/docker/api/types/image	[no test files]
12:24:32 [2024-04-19T12:24:32.031Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
12:24:32 [2024-04-19T12:24:32.031Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
12:24:32 [2024-04-19T12:24:32.031Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
12:24:32 [2024-04-19T12:24:32.031Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
12:24:32 [2024-04-19T12:24:32.031Z] ?   	github.com/docker/docker/api/types/system	[no test files]
12:24:32 [2024-04-19T12:24:32.031Z] ok  	github.com/docker/docker/api/types/network	0.003s	coverage: 80.0% of statements
12:24:32 [2024-04-19T12:24:32.031Z] ok  	github.com/docker/docker/api/types/filters	0.004s	coverage: 94.0% of statements
12:24:32 [2024-04-19T12:24:32.031Z] ok  	github.com/docker/docker/api/types/registry	0.004s	coverage: 54.2% of statements
12:24:32 [2024-04-19T12:24:32.031Z] ok  	github.com/docker/docker/api/types/strslice	0.004s	coverage: 90.0% of statements
12:24:32 [2024-04-19T12:24:32.031Z] ok  	github.com/docker/docker/api/types/time	0.002s	coverage: 100.0% of statements
12:24:32 [2024-04-19T12:24:32.031Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
12:24:32 [2024-04-19T12:24:32.031Z] ?   	github.com/docker/docker/builder	[no test files]
12:24:32 [2024-04-19T12:24:32.031Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
12:24:32 [2024-04-19T12:24:32.031Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
12:24:32 [2024-04-19T12:24:32.031Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
12:24:32 [2024-04-19T12:24:32.031Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
12:24:32 [2024-04-19T12:24:32.031Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
12:24:32 [2024-04-19T12:24:32.031Z] ?   	github.com/docker/docker/builder/builder-next/exporter/mobyexporter	[no test files]
12:24:32 [2024-04-19T12:24:32.031Z] ?   	github.com/docker/docker/builder/builder-next/exporter/overrides	[no test files]
12:24:32 [2024-04-19T12:24:32.031Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
12:24:32 [2024-04-19T12:24:32.031Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
12:24:32 [2024-04-19T12:24:32.031Z] ?   	github.com/docker/docker/builder/builder-next/worker/label	[no test files]
12:24:32 [2024-04-19T12:24:32.031Z] ok  	github.com/docker/docker/api/types/versions	0.002s	coverage: 77.3% of statements
12:24:32 [2024-04-19T12:24:32.961Z] ?   	github.com/docker/docker/cli/winresources/docker-proxy	[no test files]
12:24:32 [2024-04-19T12:24:32.961Z] ?   	github.com/docker/docker/cli/winresources/dockerd	[no test files]
12:24:32 [2024-04-19T12:24:32.961Z] ok  	github.com/docker/docker/builder/remotecontext/urlutil	0.005s	coverage: 100.0% of statements
12:24:32 [2024-04-19T12:24:32.961Z] ok  	github.com/docker/docker/cli/debug	0.015s	coverage: 100.0% of statements
12:24:32 [2024-04-19T12:24:32.961Z] ok  	github.com/docker/docker/builder/remotecontext	0.044s	coverage: 33.7% of statements
12:24:32 [2024-04-19T12:24:32.961Z] ok  	github.com/docker/docker/builder/dockerfile	0.075s	coverage: 50.1% of statements
12:24:34 [2024-04-19T12:24:34.854Z] ?   	github.com/docker/docker/client/buildkit	[no test files]
12:24:34 [2024-04-19T12:24:34.854Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.054s	coverage: 66.5% of statements
12:24:34 [2024-04-19T12:24:34.854Z] ok  	github.com/docker/docker/client	0.181s	coverage: 77.0% of statements
12:24:35 [2024-04-19T12:24:35.784Z] ok  	github.com/docker/docker/builder/remotecontext/git	2.911s	coverage: 82.5% of statements
12:24:47 [2024-04-19T12:24:47.962Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
12:24:47 [2024-04-19T12:24:47.962Z] ?   	github.com/docker/docker/container/stream	[no test files]
12:24:47 [2024-04-19T12:24:47.962Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
12:24:47 [2024-04-19T12:24:47.962Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
12:24:47 [2024-04-19T12:24:47.962Z] ok  	github.com/docker/docker/container	0.125s	coverage: 36.4% of statements
12:24:47 [2024-04-19T12:24:47.962Z] ok  	github.com/docker/docker/cmd/dockerd	0.257s	coverage: 29.7% of statements
12:24:49 [2024-04-19T12:24:49.330Z] ok  	github.com/docker/docker/cmd/dockerd/trap	2.406s	coverage: 0.0% of statements
12:24:50 [2024-04-19T12:24:50.698Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
12:24:50 [2024-04-19T12:24:50.698Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.024s	coverage: 65.3% of statements
12:24:50 [2024-04-19T12:24:50.698Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.045s	coverage: 39.3% of statements
12:24:50 [2024-04-19T12:24:50.698Z] ok  	github.com/docker/docker/daemon/cluster	0.065s	coverage: 0.5% of statements
12:24:51 [2024-04-19T12:24:51.261Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
12:24:51 [2024-04-19T12:24:51.261Z] ok  	github.com/docker/docker/daemon/config	0.033s	coverage: 74.4% of statements
12:24:52 [2024-04-19T12:24:52.628Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
12:24:52 [2024-04-19T12:24:52.628Z] ok  	github.com/docker/docker/daemon/graphdriver	0.006s	coverage: 2.3% of statements
12:24:52 [2024-04-19T12:24:52.628Z] ok  	github.com/docker/docker/daemon/containerd	0.055s	coverage: 17.4% of statements
12:24:52 [2024-04-19T12:24:52.628Z] ok  	github.com/docker/docker/daemon/events	0.057s	coverage: 50.0% of statements
12:24:52 [2024-04-19T12:24:52.628Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.008s	coverage: 2.8% of statements
12:24:52 [2024-04-19T12:24:52.628Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.182s	coverage: 60.9% of statements
12:24:53 [2024-04-19T12:24:53.192Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
12:24:53 [2024-04-19T12:24:53.192Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.006s	coverage: 1.9% of statements
12:24:53 [2024-04-19T12:24:53.478Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
12:24:53 [2024-04-19T12:24:53.478Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
12:24:53 [2024-04-19T12:24:53.742Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.179s	coverage: 60.2% of statements
12:24:53 [2024-04-19T12:24:53.742Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.012s	coverage: 60.9% of statements
12:24:53 [2024-04-19T12:24:53.998Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.006s	coverage: 3.0% of statements
12:24:54 [2024-04-19T12:24:54.561Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.453s	coverage: 13.2% of statements
12:24:54 [2024-04-19T12:24:54.561Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
12:24:54 [2024-04-19T12:24:54.561Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
12:24:54 [2024-04-19T12:24:54.561Z] ok  	github.com/docker/docker/daemon/links	0.002s	coverage: 93.0% of statements
12:24:54 [2024-04-19T12:24:54.561Z] ok  	github.com/docker/docker/daemon/images	0.017s	coverage: 2.9% of statements
12:24:54 [2024-04-19T12:24:54.817Z] ok  	github.com/docker/docker/daemon/logger	0.218s	coverage: 43.2% of statements
12:24:55 [2024-04-19T12:24:55.073Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
12:24:55 [2024-04-19T12:24:55.073Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.008s	coverage: 68.2% of statements
12:24:55 [2024-04-19T12:24:55.073Z] ok  	github.com/docker/docker/daemon/logger/fluentd	0.010s	coverage: 53.6% of statements
12:24:55 [2024-04-19T12:24:55.329Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.136s	coverage: 78.2% of statements
12:24:55 [2024-04-19T12:24:55.586Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/fake	[no test files]
12:24:55 [2024-04-19T12:24:55.586Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/sdjournal	[no test files]
12:24:55 [2024-04-19T12:24:55.586Z] ok  	github.com/docker/docker/daemon/logger/journald/internal/export	0.003s	coverage: 88.2% of statements
12:24:55 [2024-04-19T12:24:55.842Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.004s	coverage: 87.2% of statements
12:24:55 [2024-04-19T12:24:55.842Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.085s	coverage: 76.8% of statements
12:24:55 [2024-04-19T12:24:55.842Z] ?   	github.com/docker/docker/daemon/logger/loggertest	[no test files]
12:24:55 [2024-04-19T12:24:55.842Z] ok  	github.com/docker/docker/daemon/logger/local	0.048s	coverage: 79.4% of statements
12:24:56 [2024-04-19T12:24:56.405Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.017s	coverage: 63.5% of statements
12:24:56 [2024-04-19T12:24:56.405Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.020s	coverage: 31.5% of statements
12:24:56 [2024-04-19T12:24:56.661Z] ?   	github.com/docker/docker/daemon/names	[no test files]
12:24:56 [2024-04-19T12:24:56.661Z] ok  	github.com/docker/docker/daemon/logger/templates	0.003s	coverage: 8.3% of statements
12:24:56 [2024-04-19T12:24:56.661Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.009s	coverage: 46.8% of statements
12:24:56 [2024-04-19T12:24:56.917Z] ?   	github.com/docker/docker/daemon/snapshotter	[no test files]
12:24:56 [2024-04-19T12:24:56.917Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
12:24:56 [2024-04-19T12:24:56.917Z] ok  	github.com/docker/docker/daemon/network	0.004s	coverage: 63.8% of statements
12:24:57 [2024-04-19T12:24:57.173Z] ok  	github.com/docker/docker/daemon/logger/journald	1.639s	coverage: 72.7% of statements
12:24:57 [2024-04-19T12:24:57.735Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
12:24:57 [2024-04-19T12:24:57.735Z] ok  	github.com/docker/docker/dockerversion	0.003s	coverage: 100.0% of statements
12:24:57 [2024-04-19T12:24:57.735Z] ok  	github.com/docker/docker/errdefs	0.003s	coverage: 77.2% of statements
12:24:57 [2024-04-19T12:24:57.735Z] ok  	github.com/docker/docker/distribution/metadata	0.024s	coverage: 44.4% of statements
12:24:57 [2024-04-19T12:24:57.992Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.461s	coverage: 82.5% of statements
12:24:58 [2024-04-19T12:24:58.248Z] ok  	github.com/docker/docker/image	0.024s	coverage: 82.8% of statements
12:24:58 [2024-04-19T12:24:58.504Z] ?   	github.com/docker/docker/image/spec/specs-go	[no test files]
12:24:58 [2024-04-19T12:24:58.504Z] ?   	github.com/docker/docker/image/spec/specs-go/v1	[no test files]
12:24:58 [2024-04-19T12:24:58.504Z] ok  	github.com/docker/docker/image/cache	0.011s	coverage: 26.1% of statements
12:24:58 [2024-04-19T12:24:58.760Z] ?   	github.com/docker/docker/image/v1	[no test files]
12:24:58 [2024-04-19T12:24:58.760Z] ok  	github.com/docker/docker/image/tarexport	0.007s	coverage: 0.6% of statements
12:24:58 [2024-04-19T12:24:58.760Z] ?   	github.com/docker/docker/internal/compatcontext	[no test files]
12:24:58 [2024-04-19T12:24:58.760Z] ?   	github.com/docker/docker/internal/mounttree	[no test files]
12:24:58 [2024-04-19T12:24:58.760Z] ok  	github.com/docker/docker/internal/mod	0.002s	coverage: 66.7% of statements
12:24:58 [2024-04-19T12:24:58.760Z] ok  	github.com/docker/docker/internal/cleanups	0.003s	coverage: 69.2% of statements
12:24:58 [2024-04-19T12:24:58.760Z] ?   	github.com/docker/docker/internal/rootless/mountopts	[no test files]
12:24:58 [2024-04-19T12:24:58.760Z] ok  	github.com/docker/docker/internal/multierror	0.003s	coverage: 88.9% of statements
12:24:59 [2024-04-19T12:24:59.016Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
12:24:59 [2024-04-19T12:24:59.016Z] ?   	github.com/docker/docker/internal/testutils	[no test files]
12:24:59 [2024-04-19T12:24:59.016Z] ?   	github.com/docker/docker/internal/testutils/netnsutils	[no test files]
12:24:59 [2024-04-19T12:24:59.016Z] ?   	github.com/docker/docker/internal/testutils/specialimage	[no test files]
12:24:59 [2024-04-19T12:24:59.016Z] ?   	github.com/docker/docker/internal/unix_noeintr	[no test files]
12:24:59 [2024-04-19T12:24:59.016Z] ?   	github.com/docker/docker/internal/unshare	[no test files]
12:24:59 [2024-04-19T12:24:59.016Z] ok  	github.com/docker/docker/internal/sliceutil	0.002s	coverage: 56.2% of statements
12:24:59 [2024-04-19T12:24:59.016Z] ok  	github.com/docker/docker/internal/safepath	0.005s	coverage: 42.9% of statements
12:24:59 [2024-04-19T12:24:59.272Z] ok  	github.com/docker/docker/distribution	1.492s	coverage: 28.7% of statements
12:24:59 [2024-04-19T12:24:59.834Z] ok  	github.com/docker/docker/distribution/xfer	2.187s	coverage: 85.4% of statements
12:25:00 [2024-04-19T12:25:00.090Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
12:25:00 [2024-04-19T12:25:00.090Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
12:25:00 [2024-04-19T12:25:00.090Z] ?   	github.com/docker/docker/libcontainerd/shimopts	[no test files]
12:25:00 [2024-04-19T12:25:00.090Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
12:25:00 [2024-04-19T12:25:00.090Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
12:25:00 [2024-04-19T12:25:00.090Z] ok  	github.com/docker/docker/libcontainerd/queue	0.023s	coverage: 100.0% of statements
12:25:00 [2024-04-19T12:25:00.347Z] ok  	github.com/docker/docker/daemon	10.728s	coverage: 15.8% of statements
12:25:00 [2024-04-19T12:25:00.603Z] ?   	github.com/docker/docker/oci/caps	[no test files]
12:25:00 [2024-04-19T12:25:00.603Z] ok  	github.com/docker/docker/oci	0.016s	coverage: 35.8% of statements
12:25:00 [2024-04-19T12:25:00.603Z] ok  	github.com/docker/docker/opts	0.046s	coverage: 67.9% of statements
12:25:01 [2024-04-19T12:25:01.166Z] ok  	github.com/docker/docker/pkg/broadcaster	0.002s	coverage: 100.0% of statements
12:25:01 [2024-04-19T12:25:01.166Z] ok  	github.com/docker/docker/pkg/containerfs	0.003s	coverage: 26.7% of statements
12:25:01 [2024-04-19T12:25:01.166Z] ok  	github.com/docker/docker/pkg/capabilities	0.020s	coverage: 87.5% of statements
12:25:01 [2024-04-19T12:25:01.166Z] ok  	github.com/docker/docker/pkg/directory	0.003s	coverage: 81.8% of statements
12:25:01 [2024-04-19T12:25:01.166Z] ok  	github.com/docker/docker/pkg/authorization	0.174s	coverage: 68.3% of statements
12:25:01 [2024-04-19T12:25:01.166Z] ok  	github.com/docker/docker/pkg/dmesg	0.005s	coverage: 83.3% of statements
12:25:01 [2024-04-19T12:25:01.422Z] ok  	github.com/docker/docker/pkg/chrootarchive	0.286s	coverage: 83.7% of statements
12:25:01 [2024-04-19T12:25:01.422Z] ok  	github.com/docker/docker/pkg/homedir	0.013s	coverage: 6.5% of statements
12:25:01 [2024-04-19T12:25:01.422Z] ok  	github.com/docker/docker/pkg/fileutils	0.013s	coverage: 51.7% of statements
12:25:01 [2024-04-19T12:25:01.422Z] ok  	github.com/docker/docker/pkg/archive	0.410s	coverage: 81.4% of statements
12:25:01 [2024-04-19T12:25:01.678Z] ok  	github.com/docker/docker/pkg/meminfo	0.002s	coverage: 75.0% of statements
12:25:01 [2024-04-19T12:25:01.678Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.004s	coverage: 92.3% of statements
12:25:01 [2024-04-19T12:25:01.678Z] ok  	github.com/docker/docker/pkg/longpath	0.005s	coverage: 45.5% of statements
12:25:01 [2024-04-19T12:25:01.678Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.005s	coverage: 85.7% of statements
12:25:01 [2024-04-19T12:25:01.678Z] ok  	github.com/docker/docker/pkg/parsers	0.018s	coverage: 97.0% of statements
12:25:01 [2024-04-19T12:25:01.935Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.002s	coverage: 60.0% of statements
12:25:01 [2024-04-19T12:25:01.935Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
12:25:01 [2024-04-19T12:25:01.935Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
12:25:01 [2024-04-19T12:25:01.935Z] ok  	github.com/docker/docker/pkg/pidfile	0.004s	coverage: 94.1% of statements
12:25:01 [2024-04-19T12:25:01.935Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.005s	coverage: 90.2% of statements
12:25:02 [2024-04-19T12:25:02.191Z] ok  	github.com/docker/docker/pkg/ioutils	0.384s	coverage: 69.5% of statements
12:25:02 [2024-04-19T12:25:02.191Z] ok  	github.com/docker/docker/pkg/idtools	0.435s	coverage: 69.7% of statements
12:25:02 [2024-04-19T12:25:02.448Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
12:25:02 [2024-04-19T12:25:02.448Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
12:25:02 [2024-04-19T12:25:02.448Z] ok  	github.com/docker/docker/pkg/pools	0.004s	coverage: 88.2% of statements
12:25:02 [2024-04-19T12:25:02.448Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.004s	coverage: 90.0% of statements
12:25:02 [2024-04-19T12:25:02.448Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.005s	coverage: 56.8% of statements
12:25:02 [2024-04-19T12:25:02.448Z] ok  	github.com/docker/docker/pkg/process	0.004s	coverage: 21.7% of statements
12:25:02 [2024-04-19T12:25:02.705Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
12:25:02 [2024-04-19T12:25:02.705Z] ?   	github.com/docker/docker/pkg/rootless	[no test files]
12:25:02 [2024-04-19T12:25:02.705Z] ?   	github.com/docker/docker/pkg/rootless/specconv	[no test files]
12:25:02 [2024-04-19T12:25:02.705Z] ok  	github.com/docker/docker/pkg/reexec	0.011s	coverage: 82.4% of statements
12:25:02 [2024-04-19T12:25:02.705Z] ok  	github.com/docker/docker/pkg/stack	0.027s	coverage: 90.9% of statements
12:25:02 [2024-04-19T12:25:02.705Z] ok  	github.com/docker/docker/pkg/stdcopy	0.003s	coverage: 100.0% of statements
12:25:02 [2024-04-19T12:25:02.961Z] ok  	github.com/docker/docker/pkg/streamformatter	0.003s	coverage: 64.5% of statements
12:25:02 [2024-04-19T12:25:02.961Z] ok  	github.com/docker/docker/pkg/stringid	0.006s	coverage: 61.9% of statements
12:25:03 [2024-04-19T12:25:03.218Z] ok  	github.com/docker/docker/pkg/system	0.006s	coverage: 41.0% of statements
12:25:03 [2024-04-19T12:25:03.218Z] ok  	github.com/docker/docker/pkg/sysinfo	0.006s	coverage: 53.4% of statements
12:25:03 [2024-04-19T12:25:03.218Z] ok  	github.com/docker/docker/pkg/tailfile	0.030s	coverage: 88.6% of statements
12:25:03 [2024-04-19T12:25:03.474Z] ok  	github.com/docker/docker/pkg/useragent	0.005s	coverage: 88.9% of statements
12:25:03 [2024-04-19T12:25:03.474Z] ok  	github.com/docker/docker/pkg/tarsum	0.064s	coverage: 89.6% of statements
12:25:04 [2024-04-19T12:25:04.037Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
12:25:04 [2024-04-19T12:25:04.037Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
12:25:04 [2024-04-19T12:25:04.037Z] ok  	github.com/docker/docker/plugin/v2	0.006s	coverage: 13.6% of statements
12:25:04 [2024-04-19T12:25:04.037Z] ok  	github.com/docker/docker/profiles/seccomp	0.009s	coverage: 86.0% of statements
12:25:04 [2024-04-19T12:25:04.600Z] ok  	github.com/docker/docker/reference	0.005s	coverage: 83.7% of statements
12:25:04 [2024-04-19T12:25:04.600Z] ok  	github.com/docker/docker/pkg/plugins	2.011s	coverage: 73.7% of statements
12:25:04 [2024-04-19T12:25:04.600Z] ok  	github.com/docker/docker/plugin	0.516s	coverage: 23.2% of statements
12:25:04 [2024-04-19T12:25:04.600Z] ok  	github.com/docker/docker/quota	0.259s	coverage: 69.3% of statements
12:25:04 [2024-04-19T12:25:04.600Z] ok  	github.com/docker/docker/restartmanager	0.003s	coverage: 46.2% of statements
12:25:04 [2024-04-19T12:25:04.856Z] ok  	github.com/docker/docker/registry/resumable	0.016s	coverage: 100.0% of statements
12:25:04 [2024-04-19T12:25:04.856Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
12:25:04 [2024-04-19T12:25:04.856Z] ok  	github.com/docker/docker/runconfig	0.006s	coverage: 54.0% of statements
12:25:04 [2024-04-19T12:25:04.856Z] ok  	github.com/docker/docker/registry	0.143s	coverage: 63.9% of statements
12:25:05 [2024-04-19T12:25:05.113Z] ok  	github.com/docker/docker/testutil	0.005s	coverage: 6.8% of statements
12:25:05 [2024-04-19T12:25:05.370Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
12:25:05 [2024-04-19T12:25:05.370Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
12:25:05 [2024-04-19T12:25:05.370Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
12:25:05 [2024-04-19T12:25:05.370Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
12:25:05 [2024-04-19T12:25:05.370Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
12:25:05 [2024-04-19T12:25:05.370Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
12:25:05 [2024-04-19T12:25:05.370Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
12:25:05 [2024-04-19T12:25:05.370Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
12:25:05 [2024-04-19T12:25:05.370Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
12:25:05 [2024-04-19T12:25:05.370Z] ?   	github.com/docker/docker/testutil/request	[no test files]
12:25:05 [2024-04-19T12:25:05.370Z] ?   	github.com/docker/docker/volume	[no test files]
12:25:05 [2024-04-19T12:25:05.933Z] ok  	github.com/docker/docker/volume/drivers	0.017s	coverage: 36.1% of statements
12:25:05 [2024-04-19T12:25:05.933Z] ok  	github.com/docker/docker/volume/mounts	0.008s	coverage: 61.5% of statements
12:25:06 [2024-04-19T12:25:06.188Z] ok  	github.com/docker/docker/volume/local	0.077s	coverage: 76.4% of statements
12:25:06 [2024-04-19T12:25:06.444Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
12:25:06 [2024-04-19T12:25:06.444Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
12:25:06 [2024-04-19T12:25:06.444Z] ok  	github.com/docker/docker/volume/service	0.011s	coverage: 71.8% of statements
12:25:07 [2024-04-19T12:25:07.372Z] ok  	github.com/docker/docker/layer	7.084s	coverage: 68.1% of statements
12:25:07 [2024-04-19T12:25:07.372Z] 
12:25:07 [2024-04-19T12:25:07.372Z] === Skipped
12:25:07 [2024-04-19T12:25:07.372Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s)
12:25:07 [2024-04-19T12:25:07.372Z]     network_proxy_test.go:195: Need to start CI docker with --ipv6
12:25:07 [2024-04-19T12:25:07.372Z] 
12:25:07 [2024-04-19T12:25:07.372Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s)
12:25:07 [2024-04-19T12:25:07.372Z]     network_proxy_test.go:210: No support for dual stack yet
12:25:07 [2024-04-19T12:25:07.372Z] 
12:25:07 [2024-04-19T12:25:07.372Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s)
12:25:07 [2024-04-19T12:25:07.372Z]     network_proxy_test.go:239: Need to start CI docker with --ipv6
12:25:07 [2024-04-19T12:25:07.372Z] 
12:25:07 [2024-04-19T12:25:07.372Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s)
12:25:07 [2024-04-19T12:25:07.372Z]     network_proxy_test.go:300: Need to start CI docker with --ipv6
12:25:07 [2024-04-19T12:25:07.372Z] 
12:25:07 [2024-04-19T12:25:07.372Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
12:25:07 [2024-04-19T12:25:07.372Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
12:25:07 [2024-04-19T12:25:07.372Z]     graphtest_unix.go:41: Driver btrfs not supported
12:25:07 [2024-04-19T12:25:07.372Z] 
12:25:07 [2024-04-19T12:25:07.372Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
12:25:07 [2024-04-19T12:25:07.372Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
12:25:07 [2024-04-19T12:25:07.372Z]     graphtest_unix.go:41: Driver btrfs not supported
12:25:07 [2024-04-19T12:25:07.372Z] 
12:25:07 [2024-04-19T12:25:07.372Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
12:25:07 [2024-04-19T12:25:07.372Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
12:25:07 [2024-04-19T12:25:07.372Z]     graphtest_unix.go:41: Driver btrfs not supported
12:25:07 [2024-04-19T12:25:07.372Z] 
12:25:07 [2024-04-19T12:25:07.372Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
12:25:07 [2024-04-19T12:25:07.372Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
12:25:07 [2024-04-19T12:25:07.372Z]     graphtest_unix.go:41: Driver btrfs not supported
12:25:07 [2024-04-19T12:25:07.372Z] 
12:25:07 [2024-04-19T12:25:07.372Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
12:25:07 [2024-04-19T12:25:07.372Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
12:25:07 [2024-04-19T12:25:07.372Z]     graphtest_unix.go:41: Driver btrfs not supported
12:25:07 [2024-04-19T12:25:07.372Z] 
12:25:07 [2024-04-19T12:25:07.372Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
12:25:07 [2024-04-19T12:25:07.372Z]     graphtest_unix.go:68: No driver to put!
12:25:07 [2024-04-19T12:25:07.372Z] 
12:25:07 [2024-04-19T12:25:07.372Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
12:25:07 [2024-04-19T12:25:07.372Z] time="2024-04-19T12:24:53Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
12:25:07 [2024-04-19T12:25:07.372Z]     graphtest_unix.go:39: graphdriver: driver not supported
12:25:07 [2024-04-19T12:25:07.372Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
12:25:07 [2024-04-19T12:25:07.372Z] 
12:25:07 [2024-04-19T12:25:07.372Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
12:25:07 [2024-04-19T12:25:07.372Z] time="2024-04-19T12:24:53Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
12:25:07 [2024-04-19T12:25:07.372Z]     graphtest_unix.go:39: graphdriver: driver not supported
12:25:07 [2024-04-19T12:25:07.372Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
12:25:07 [2024-04-19T12:25:07.372Z] 
12:25:07 [2024-04-19T12:25:07.372Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
12:25:07 [2024-04-19T12:25:07.372Z] time="2024-04-19T12:24:53Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
12:25:07 [2024-04-19T12:25:07.372Z]     graphtest_unix.go:39: graphdriver: driver not supported
12:25:07 [2024-04-19T12:25:07.372Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
12:25:07 [2024-04-19T12:25:07.372Z] 
12:25:07 [2024-04-19T12:25:07.372Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
12:25:07 [2024-04-19T12:25:07.372Z] time="2024-04-19T12:24:53Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
12:25:07 [2024-04-19T12:25:07.372Z]     graphtest_unix.go:39: graphdriver: driver not supported
12:25:07 [2024-04-19T12:25:07.372Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
12:25:07 [2024-04-19T12:25:07.372Z] 
12:25:07 [2024-04-19T12:25:07.372Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
12:25:07 [2024-04-19T12:25:07.372Z] time="2024-04-19T12:24:53Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
12:25:07 [2024-04-19T12:25:07.372Z]     graphtest_unix.go:39: graphdriver: driver not supported
12:25:07 [2024-04-19T12:25:07.372Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
12:25:07 [2024-04-19T12:25:07.372Z] 
12:25:07 [2024-04-19T12:25:07.372Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
12:25:07 [2024-04-19T12:25:07.372Z]     graphtest_unix.go:68: No driver to put!
12:25:07 [2024-04-19T12:25:07.372Z] 
12:25:07 [2024-04-19T12:25:07.372Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
12:25:07 [2024-04-19T12:25:07.372Z]     overlay_test.go:61: Cannot run test with naive change algorithm
12:25:07 [2024-04-19T12:25:07.372Z] 
12:25:07 [2024-04-19T12:25:07.372Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
12:25:07 [2024-04-19T12:25:07.372Z]     graphtest_unix.go:311: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
12:25:07 [2024-04-19T12:25:07.372Z] 
12:25:07 [2024-04-19T12:25:07.372Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
12:25:07 [2024-04-19T12:25:07.372Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
12:25:07 [2024-04-19T12:25:07.372Z]     graphtest_unix.go:41: Driver zfs not supported
12:25:07 [2024-04-19T12:25:07.372Z] 
12:25:07 [2024-04-19T12:25:07.372Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
12:25:07 [2024-04-19T12:25:07.372Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
12:25:07 [2024-04-19T12:25:07.372Z]     graphtest_unix.go:41: Driver zfs not supported
12:25:07 [2024-04-19T12:25:07.372Z] 
12:25:07 [2024-04-19T12:25:07.372Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
12:25:07 [2024-04-19T12:25:07.372Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
12:25:07 [2024-04-19T12:25:07.372Z]     graphtest_unix.go:41: Driver zfs not supported
12:25:07 [2024-04-19T12:25:07.372Z] 
12:25:07 [2024-04-19T12:25:07.372Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
12:25:07 [2024-04-19T12:25:07.372Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
12:25:07 [2024-04-19T12:25:07.372Z]     graphtest_unix.go:41: Driver zfs not supported
12:25:07 [2024-04-19T12:25:07.372Z] 
12:25:07 [2024-04-19T12:25:07.372Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
12:25:07 [2024-04-19T12:25:07.372Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
12:25:07 [2024-04-19T12:25:07.372Z]     graphtest_unix.go:41: Driver zfs not supported
12:25:07 [2024-04-19T12:25:07.372Z] 
12:25:07 [2024-04-19T12:25:07.372Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
12:25:07 [2024-04-19T12:25:07.372Z]     graphtest_unix.go:68: No driver to put!
12:25:07 [2024-04-19T12:25:07.372Z] 
12:25:07 [2024-04-19T12:25:07.372Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
12:25:07 [2024-04-19T12:25:07.372Z]     sysinfo_linux_test.go:86: AppArmor Must be Disabled
12:25:07 [2024-04-19T12:25:07.372Z] 
12:25:07 [2024-04-19T12:25:07.372Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
12:25:07 [2024-04-19T12:25:07.372Z]     sysinfo_linux_test.go:106: cgroup namespaces must be disabled
12:25:07 [2024-04-19T12:25:07.372Z] 
12:25:07 [2024-04-19T12:25:07.372Z] === SKIP: volume/mounts TestValidateLCOWMount (0.00s)
12:25:07 [2024-04-19T12:25:07.372Z]     validate_test.go:73: only tested on Windows
12:25:07 [2024-04-19T12:25:07.372Z] 
12:25:07 [2024-04-19T12:25:07.372Z] DONE 3285 tests, 27 skipped in 65.894s
12:25:07 [2024-04-19T12:25:07.372Z] + '[' -n 'github.com/docker/docker/libnetwork
12:25:07 [2024-04-19T12:25:07.372Z] github.com/docker/docker/libnetwork/bitmap
12:25:07 [2024-04-19T12:25:07.372Z] github.com/docker/docker/libnetwork/cluster
12:25:07 [2024-04-19T12:25:07.372Z] github.com/docker/docker/libnetwork/cmd/diagnostic
12:25:07 [2024-04-19T12:25:07.372Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
12:25:07 [2024-04-19T12:25:07.372Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
12:25:07 [2024-04-19T12:25:07.372Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
12:25:07 [2024-04-19T12:25:07.372Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
12:25:07 [2024-04-19T12:25:07.372Z] github.com/docker/docker/libnetwork/cnmallocator
12:25:07 [2024-04-19T12:25:07.372Z] github.com/docker/docker/libnetwork/config
12:25:07 [2024-04-19T12:25:07.372Z] github.com/docker/docker/libnetwork/datastore
12:25:07 [2024-04-19T12:25:07.372Z] github.com/docker/docker/libnetwork/diagnostic
12:25:07 [2024-04-19T12:25:07.372Z] github.com/docker/docker/libnetwork/discoverapi
12:25:07 [2024-04-19T12:25:07.372Z] github.com/docker/docker/libnetwork/driverapi
12:25:07 [2024-04-19T12:25:07.372Z] github.com/docker/docker/libnetwork/drivers/bridge
12:25:07 [2024-04-19T12:25:07.372Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
12:25:07 [2024-04-19T12:25:07.372Z] github.com/docker/docker/libnetwork/drivers/host
12:25:07 [2024-04-19T12:25:07.372Z] github.com/docker/docker/libnetwork/drivers/ipvlan
12:25:07 [2024-04-19T12:25:07.372Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
12:25:07 [2024-04-19T12:25:07.372Z] github.com/docker/docker/libnetwork/drivers/macvlan
12:25:07 [2024-04-19T12:25:07.372Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
12:25:07 [2024-04-19T12:25:07.372Z] github.com/docker/docker/libnetwork/drivers/null
12:25:07 [2024-04-19T12:25:07.372Z] github.com/docker/docker/libnetwork/drivers/overlay
12:25:07 [2024-04-19T12:25:07.372Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
12:25:07 [2024-04-19T12:25:07.372Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
12:25:07 [2024-04-19T12:25:07.372Z] github.com/docker/docker/libnetwork/drivers/remote
12:25:07 [2024-04-19T12:25:07.372Z] github.com/docker/docker/libnetwork/drivers/remote/api
12:25:07 [2024-04-19T12:25:07.372Z] github.com/docker/docker/libnetwork/drivers/windows
12:25:07 [2024-04-19T12:25:07.372Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
12:25:07 [2024-04-19T12:25:07.372Z] github.com/docker/docker/libnetwork/drvregistry
12:25:07 [2024-04-19T12:25:07.372Z] github.com/docker/docker/libnetwork/etchosts
12:25:07 [2024-04-19T12:25:07.372Z] github.com/docker/docker/libnetwork/internal/caller
12:25:07 [2024-04-19T12:25:07.372Z] github.com/docker/docker/libnetwork/internal/kvstore
12:25:07 [2024-04-19T12:25:07.372Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
12:25:07 [2024-04-19T12:25:07.372Z] github.com/docker/docker/libnetwork/internal/netiputil
12:25:07 [2024-04-19T12:25:07.372Z] github.com/docker/docker/libnetwork/internal/resolvconf
12:25:07 [2024-04-19T12:25:07.372Z] github.com/docker/docker/libnetwork/internal/setmatrix
12:25:07 [2024-04-19T12:25:07.372Z] github.com/docker/docker/libnetwork/ipam
12:25:07 [2024-04-19T12:25:07.372Z] github.com/docker/docker/libnetwork/ipamapi
12:25:07 [2024-04-19T12:25:07.372Z] github.com/docker/docker/libnetwork/ipams/builtin
12:25:07 [2024-04-19T12:25:07.372Z] github.com/docker/docker/libnetwork/ipams/null
12:25:07 [2024-04-19T12:25:07.372Z] github.com/docker/docker/libnetwork/ipams/remote
12:25:07 [2024-04-19T12:25:07.372Z] github.com/docker/docker/libnetwork/ipams/remote/api
12:25:07 [2024-04-19T12:25:07.372Z] github.com/docker/docker/libnetwork/ipams/windowsipam
12:25:07 [2024-04-19T12:25:07.372Z] github.com/docker/docker/libnetwork/ipamutils
12:25:07 [2024-04-19T12:25:07.372Z] github.com/docker/docker/libnetwork/ipbits
12:25:07 [2024-04-19T12:25:07.372Z] github.com/docker/docker/libnetwork/iptables
12:25:07 [2024-04-19T12:25:07.372Z] github.com/docker/docker/libnetwork/netlabel
12:25:07 [2024-04-19T12:25:07.372Z] github.com/docker/docker/libnetwork/netutils
12:25:07 [2024-04-19T12:25:07.372Z] github.com/docker/docker/libnetwork/networkdb
12:25:07 [2024-04-19T12:25:07.372Z] github.com/docker/docker/libnetwork/ns
12:25:07 [2024-04-19T12:25:07.372Z] github.com/docker/docker/libnetwork/options
12:25:07 [2024-04-19T12:25:07.372Z] github.com/docker/docker/libnetwork/osl
12:25:07 [2024-04-19T12:25:07.372Z] github.com/docker/docker/libnetwork/osl/kernel
12:25:07 [2024-04-19T12:25:07.372Z] github.com/docker/docker/libnetwork/portallocator
12:25:07 [2024-04-19T12:25:07.372Z] github.com/docker/docker/libnetwork/portmapper
12:25:07 [2024-04-19T12:25:07.372Z] github.com/docker/docker/libnetwork/resolvconf
12:25:07 [2024-04-19T12:25:07.372Z] github.com/docker/docker/libnetwork/scope
12:25:07 [2024-04-19T12:25:07.372Z] github.com/docker/docker/libnetwork/types' ']'
12:25:07 [2024-04-19T12:25:07.372Z] + 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
12:26:03 [2024-04-19T12:26:03.538Z] ok  	github.com/docker/docker/libnetwork	45.335s	coverage: 43.0% of statements
12:26:03 [2024-04-19T12:26:03.538Z] ok  	github.com/docker/docker/libnetwork/bitmap	0.006s	coverage: 96.1% of statements
12:26:03 [2024-04-19T12:26:03.538Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
12:26:03 [2024-04-19T12:26:03.538Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
12:26:03 [2024-04-19T12:26:03.538Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
12:26:03 [2024-04-19T12:26:03.538Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
12:26:03 [2024-04-19T12:26:03.538Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
12:26:03 [2024-04-19T12:26:03.538Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
12:26:03 [2024-04-19T12:26:03.795Z] ok  	github.com/docker/docker/libnetwork/cnmallocator	4.901s	coverage: 72.3% of statements
12:26:04 [2024-04-19T12:26:04.050Z] ok  	github.com/docker/docker/libnetwork/config	0.012s	coverage: 10.3% of statements
12:26:04 [2024-04-19T12:26:04.307Z] ok  	github.com/docker/docker/libnetwork/datastore	0.003s	coverage: 37.0% of statements
12:26:04 [2024-04-19T12:26:04.307Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
12:26:04 [2024-04-19T12:26:04.307Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
12:26:04 [2024-04-19T12:26:04.564Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.002s	coverage: 68.9% of statements
12:26:09 [2024-04-19T12:26:09.831Z] ok  	github.com/docker/docker/libnetwork/drivers/bridge	3.639s	coverage: 63.3% of statements
12:26:09 [2024-04-19T12:26:09.831Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
12:26:09 [2024-04-19T12:26:09.831Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.002s	coverage: 40.0% of statements
12:26:10 [2024-04-19T12:26:10.759Z] ok  	github.com/docker/docker/libnetwork/drivers/ipvlan	0.993s	coverage: 5.1% of statements
12:26:10 [2024-04-19T12:26:10.759Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
12:26:11 [2024-04-19T12:26:11.321Z] ok  	github.com/docker/docker/libnetwork/drivers/macvlan	0.003s	coverage: 4.7% of statements
12:26:11 [2024-04-19T12:26:11.321Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
12:26:11 [2024-04-19T12:26:11.577Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.002s	coverage: 40.0% of statements
12:26:12 [2024-04-19T12:26:12.505Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay	0.009s	coverage: 1.4% of statements
12:26:12 [2024-04-19T12:26:12.505Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	0.003s	coverage: 45.0% of statements
12:26:12 [2024-04-19T12:26:12.761Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.003s	coverage: 62.7% of statements
12:26:13 [2024-04-19T12:26:13.323Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.010s	coverage: 57.2% of statements
12:26:13 [2024-04-19T12:26:13.323Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
12:26:13 [2024-04-19T12:26:13.323Z] ?   	github.com/docker/docker/libnetwork/drivers/windows	[no test files]
12:26:13 [2024-04-19T12:26:13.323Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
12:26:13 [2024-04-19T12:26:13.884Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.017s	coverage: 87.0% of statements
12:26:14 [2024-04-19T12:26:14.141Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.017s	coverage: 82.1% of statements
12:26:14 [2024-04-19T12:26:14.141Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.002s	coverage: 100.0% of statements
12:26:14 [2024-04-19T12:26:14.141Z] ?   	github.com/docker/docker/libnetwork/internal/kvstore	[no test files]
12:26:14 [2024-04-19T12:26:14.141Z] ?   	github.com/docker/docker/libnetwork/internal/kvstore/boltdb	[no test files]
12:26:14 [2024-04-19T12:26:14.141Z] ?   	github.com/docker/docker/libnetwork/internal/netiputil	[no test files]
12:26:14 [2024-04-19T12:26:14.703Z] ok  	github.com/docker/docker/libnetwork/internal/resolvconf	0.016s	coverage: 86.0% of statements
12:26:26 [2024-04-19T12:26:26.874Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.003s	coverage: 100.0% of statements
12:26:28 [2024-04-19T12:26:28.764Z] ok  	github.com/docker/docker/libnetwork/ipam	3.157s	coverage: 80.3% of statements
12:26:28 [2024-04-19T12:26:28.764Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
12:26:28 [2024-04-19T12:26:28.764Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
12:26:28 [2024-04-19T12:26:28.764Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.002s	coverage: 63.2% of statements
12:26:29 [2024-04-19T12:26:29.020Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.007s	coverage: 48.7% of statements
12:26:29 [2024-04-19T12:26:29.020Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
12:26:29 [2024-04-19T12:26:29.277Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.002s	coverage: 80.0% of statements
12:26:29 [2024-04-19T12:26:29.838Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.314s	coverage: 86.4% of statements
12:26:29 [2024-04-19T12:26:29.838Z] ok  	github.com/docker/docker/libnetwork/ipbits	0.002s	coverage: 100.0% of statements
12:26:30 [2024-04-19T12:26:30.400Z] ok  	github.com/docker/docker/libnetwork/iptables	0.161s	coverage: 39.9% of statements
12:26:30 [2024-04-19T12:26:30.400Z] ?   	github.com/docker/docker/libnetwork/netlabel	[no test files]
12:26:30 [2024-04-19T12:26:30.962Z] ok  	github.com/docker/docker/libnetwork/netutils	0.015s	coverage: 50.6% of statements
12:28:22 [2024-04-19T12:28:22.349Z] ok  	github.com/docker/docker/libnetwork/networkdb	103.862s	coverage: 59.2% of statements
12:28:22 [2024-04-19T12:28:22.349Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
12:28:22 [2024-04-19T12:28:22.350Z] ok  	github.com/docker/docker/libnetwork/options	0.002s	coverage: 100.0% of statements
12:28:22 [2024-04-19T12:28:22.350Z] ok  	github.com/docker/docker/libnetwork/osl	4.435s	coverage: 37.5% of statements
12:28:22 [2024-04-19T12:28:22.350Z] ok  	github.com/docker/docker/libnetwork/osl/kernel	0.003s	coverage: 20.0% of statements
12:28:22 [2024-04-19T12:28:22.350Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.015s	coverage: 80.5% of statements
12:28:22 [2024-04-19T12:28:22.605Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.671s	coverage: 47.9% of statements
12:28:22 [2024-04-19T12:28:22.861Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.005s	coverage: 75.8% of statements
12:28:22 [2024-04-19T12:28:22.861Z] ?   	github.com/docker/docker/libnetwork/scope	[no test files]
12:28:23 [2024-04-19T12:28:23.117Z] ok  	github.com/docker/docker/libnetwork/types	0.002s	coverage: 41.7% of statements
12:28:23 [2024-04-19T12:28:23.117Z] 
12:28:23 [2024-04-19T12:28:23.117Z] === Skipped
12:28:23 [2024-04-19T12:28:23.117Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s)
12:28:23 [2024-04-19T12:28:23.117Z]     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
12:28:23 [2024-04-19T12:28:23.117Z] 
12:28:23 [2024-04-19T12:28:23.117Z] === SKIP: libnetwork/iptables TestPassthrough (0.00s)
12:28:23 [2024-04-19T12:28:23.117Z]     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
12:28:23 [2024-04-19T12:28:23.117Z] 
12:28:23 [2024-04-19T12:28:23.117Z] DONE 471 tests, 2 skipped in 195.871s
Post stage
[Pipeline] junit
12:28:24 [2024-04-19T12:28:24.056Z] Recording test results
12:28:24 [2024-04-19T12:28:24.188Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
12:28:24 [2024-04-19T12:28:24.507Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_master/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2941 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ee8b788538ea2c6d46d65f17be156de65bc21bb9 -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= docker:ee8b788538ea2c6d46d65f17be156de65bc21bb9 hack/make.sh dynbinary test-integration
12:28:24 [2024-04-19T12:28:24.765Z] 
12:28:24 [2024-04-19T12:28:24.765Z] Removing bundles/
12:28:24 [2024-04-19T12:28:24.765Z] 
12:28:24 [2024-04-19T12:28:24.765Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
12:28:24 [2024-04-19T12:28:24.765Z] Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
12:28:24 [2024-04-19T12:28:24.765Z] + tee /go/src/github.com/docker/docker/go.mod
12:28:24 [2024-04-19T12:28:24.765Z] module github.com/docker/docker
12:28:24 [2024-04-19T12:28:24.765Z] 
12:28:24 [2024-04-19T12:28:24.765Z] go 1.21
12:28:24 [2024-04-19T12:28:24.765Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT
12:28:24 [2024-04-19T12:28:24.765Z] + GO111MODULE=on
12:28:24 [2024-04-19T12:28:24.765Z] + GOTOOLCHAIN=local
12:28:24 [2024-04-19T12:28:24.765Z] + 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=ee8b788538ea2c6d46d65f17be156de65bc21bb9" -X "github.com/docker/docker/dockerversion.BuildTime=2024-04-19T12:28: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="   ' -gcflags= github.com/docker/docker/cmd/dockerd
12:29:03 [2024-04-19T12:29:03.444Z] + rm -f /go/src/github.com/docker/docker/go.mod
12:29:03 [2024-04-19T12:29:03.444Z] Created binary: bundles/dynbinary-daemon/dockerd
12:29:03 [2024-04-19T12:29:03.444Z] Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
12:29:03 [2024-04-19T12:29:03.444Z] + tee /go/src/github.com/docker/docker/go.mod
12:29:03 [2024-04-19T12:29:03.444Z] module github.com/docker/docker
12:29:03 [2024-04-19T12:29:03.444Z] 
12:29:03 [2024-04-19T12:29:03.444Z] go 1.21
12:29:03 [2024-04-19T12:29:03.444Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT
12:29:03 [2024-04-19T12:29:03.444Z] + GO111MODULE=on
12:29:03 [2024-04-19T12:29:03.444Z] + GOTOOLCHAIN=local
12:29:03 [2024-04-19T12:29:03.444Z] + 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=ee8b788538ea2c6d46d65f17be156de65bc21bb9" -X "github.com/docker/docker/dockerversion.BuildTime=2024-04-19T12:28: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="   ' -gcflags= github.com/docker/docker/cmd/docker-proxy
12:29:03 [2024-04-19T12:29:03.444Z] + rm -f /go/src/github.com/docker/docker/go.mod
12:29:03 [2024-04-19T12:29:03.444Z] Created binary: bundles/dynbinary-daemon/docker-proxy
12:29:03 [2024-04-19T12:29:03.444Z] 
12:29:03 [2024-04-19T12:29:03.444Z] ---> Making bundle: test-integration (in bundles/test-integration)
12:29:03 [2024-04-19T12:29:03.444Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
12:29:03 [2024-04-19T12:29:03.444Z] HOSTNAME=35a406315f4e
12:29:03 [2024-04-19T12:29:03.444Z] TESTDEBUG=0
12:29:03 [2024-04-19T12:29:03.444Z] DEST=bundles/test-integration
12:29:03 [2024-04-19T12:29:03.444Z] PWD=/go/src/github.com/docker/docker
12:29:03 [2024-04-19T12:29:03.444Z] CONTAINERD_ADDRESS=/run/docker/containerd/containerd.sock
12:29:03 [2024-04-19T12:29:03.444Z] DOCKER_GITCOMMIT=ee8b788538ea2c6d46d65f17be156de65bc21bb9
12:29:03 [2024-04-19T12:29:03.444Z] container=docker
12:29:03 [2024-04-19T12:29:03.444Z] HOME=/root
12:29:03 [2024-04-19T12:29:03.444Z] CONTAINERD_NAMESPACE=moby
12:29:03 [2024-04-19T12:29:03.444Z] GOLANG_VERSION=1.21.9
12:29:03 [2024-04-19T12:29:03.444Z] VALIDATE_REPO=https://github.com/moby/moby.git
12:29:03 [2024-04-19T12:29:03.444Z] VALIDATE_BRANCH=
12:29:03 [2024-04-19T12:29:03.444Z] TERM=xterm
12:29:03 [2024-04-19T12:29:03.444Z] DOCKER_PKG=github.com/docker/docker
12:29:03 [2024-04-19T12:29:03.444Z] TEST_CLIENT_BINARY=/usr/local/cli-integration/docker
12:29:03 [2024-04-19T12:29:03.444Z] SHLVL=1
12:29:03 [2024-04-19T12:29:03.444Z] TIMEOUT=120m
12:29:03 [2024-04-19T12:29:03.444Z] GOTOOLCHAIN=local
12:29:03 [2024-04-19T12:29:03.444Z] DOCKER_GRAPHDRIVER=overlay2
12:29:03 [2024-04-19T12:29:03.444Z] GO111MODULE=off
12:29:03 [2024-04-19T12:29:03.444Z] DOCKER_EXPERIMENTAL=1
12:29:03 [2024-04-19T12:29:03.444Z] TEST_SKIP_INTEGRATION_CLI=1
12:29:03 [2024-04-19T12:29:03.444Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
12:29:03 [2024-04-19T12:29:03.444Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
12:29:03 [2024-04-19T12:29:03.444Z] GOPATH=/go
12:29:03 [2024-04-19T12:29:03.444Z] PKG_CONFIG=pkg-config
12:29:03 [2024-04-19T12:29:03.444Z] _=/usr/bin/env
12:29:03 [2024-04-19T12:29:03.444Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
12:29:25 [2024-04-19T12:29:25.346Z] Building test suite binary /go/src/github.com/docker/docker/integration/capabilities/test.main
12:29:25 [2024-04-19T12:29:25.346Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
12:29:25 [2024-04-19T12:29:25.346Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
12:29:27 [2024-04-19T12:29:27.863Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
12:29:32 [2024-04-19T12:29:32.035Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
12:29:35 [2024-04-19T12:29:35.305Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
12:29:35 [2024-04-19T12:29:35.561Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
12:29:36 [2024-04-19T12:29:36.941Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
12:29:38 [2024-04-19T12:29:38.309Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
12:29:39 [2024-04-19T12:29:39.237Z] Building test suite binary /go/src/github.com/docker/docker/integration/networking/test.main
12:29:40 [2024-04-19T12:29:40.604Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
12:29:40 [2024-04-19T12:29:40.860Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
12:29:42 [2024-04-19T12:29:42.226Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
12:29:43 [2024-04-19T12:29:43.593Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
12:29:44 [2024-04-19T12:29:44.960Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
12:29:46 [2024-04-19T12:29:46.325Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
12:29:46 [2024-04-19T12:29:46.325Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
12:29:47 [2024-04-19T12:29:47.691Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
12:29:48 [2024-04-19T12:29:48.619Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
12:29:49 [2024-04-19T12:29:49.985Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
12:29:50 [2024-04-19T12:29:50.546Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
12:29:51 [2024-04-19T12:29:51.475Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
12:29:52 [2024-04-19T12:29:52.841Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
12:29:52 [2024-04-19T12:29:52.841Z] Using test binary /usr/local/cli-integration/docker
12:29:52 [2024-04-19T12:29:52.841Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
12:29:52 [2024-04-19T12:29:52.841Z] +++ /etc/init.d/apparmor start
12:29:52 [2024-04-19T12:29:52.841Z] Not: starting.
12:29:52 [2024-04-19T12:29:52.841Z] INFO: Waiting for daemon to start...
12:29:52 [2024-04-19T12:29:52.841Z] Starting dockerd
12:29:52 [2024-04-19T12:29:52.841Z] +++ exec dockerd --debug --host unix:///run/docker/tmp.PGGBnACvoN/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental
12:29:56 [2024-04-19T12:29:56.107Z] .
12:29:56 [2024-04-19T12:29:56.107Z] Running integration-test (iteration 1)
12:29:56 [2024-04-19T12:29:56.107Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m  
12:29:56 [2024-04-19T12:29:56.107Z] ++ '[' -n '' ']'
12:29:56 [2024-04-19T12:29:56.107Z] ++ 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
12:29:56 [2024-04-19T12:29:56.107Z] ++ set -e
12:29:56 [2024-04-19T12:29:56.107Z] ++ '[' -n 0 ']'
12:29:56 [2024-04-19T12:29:56.107Z] ++ set -x
12:29:56 [2024-04-19T12:29:56.107Z] ++ 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.PGGBnACvoN/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
12:29:56 [2024-04-19T12:29:56.107Z] Loaded image: busybox:latest
12:29:56 [2024-04-19T12:29:56.107Z] Loaded image: busybox:glibc
12:29:56 [2024-04-19T12:29:56.670Z] Loaded image: debian:bookworm-slim
12:29:56 [2024-04-19T12:29:56.670Z] Loaded image: hello-world:latest
12:29:56 [2024-04-19T12:29:56.670Z] Loaded image: arm32v7/hello-world:latest
12:29:56 [2024-04-19T12:29:56.670Z] INFO: Testing against a local daemon
12:29:56 [2024-04-19T12:29:56.670Z] === RUN   TestCgroupNamespacesBuild
12:29:58 [2024-04-19T12:29:58.037Z] --- PASS: TestCgroupNamespacesBuild (1.24s)
12:29:58 [2024-04-19T12:29:58.037Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
12:29:58 [2024-04-19T12:29:58.966Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.08s)
12:29:58 [2024-04-19T12:29:58.966Z] === RUN   TestBuildWithSession
12:29:58 [2024-04-19T12:29:58.966Z]     build_session_test.go:26: TODO: BuildKit
12:29:58 [2024-04-19T12:29:58.966Z] --- SKIP: TestBuildWithSession (0.00s)
12:29:58 [2024-04-19T12:29:58.966Z] === RUN   TestBuildSquashParent
12:30:02 [2024-04-19T12:30:02.234Z] --- PASS: TestBuildSquashParent (2.93s)
12:30:02 [2024-04-19T12:30:02.234Z] === RUN   TestBuildWithRemoveAndForceRemove
12:30:02 [2024-04-19T12:30:02.234Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
12:30:02 [2024-04-19T12:30:02.234Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
12:30:02 [2024-04-19T12:30:02.234Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
12:30:02 [2024-04-19T12:30:02.234Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
12:30:02 [2024-04-19T12:30:02.234Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
12:30:02 [2024-04-19T12:30:02.234Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
12:30:02 [2024-04-19T12:30:02.234Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
12:30:02 [2024-04-19T12:30:02.234Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
12:30:02 [2024-04-19T12:30:02.234Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
12:30:02 [2024-04-19T12:30:02.234Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
12:30:02 [2024-04-19T12:30:02.234Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
12:30:02 [2024-04-19T12:30:02.234Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
12:30:02 [2024-04-19T12:30:02.234Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
12:30:02 [2024-04-19T12:30:02.234Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
12:30:02 [2024-04-19T12:30:02.234Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
12:30:02 [2024-04-19T12:30:02.234Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
12:30:02 [2024-04-19T12:30:02.234Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
12:30:02 [2024-04-19T12:30:02.234Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
12:30:05 [2024-04-19T12:30:05.502Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.06s)
12:30:05 [2024-04-19T12:30:05.502Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.94s)
12:30:05 [2024-04-19T12:30:05.502Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.31s)
12:30:05 [2024-04-19T12:30:05.502Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.49s)
12:30:05 [2024-04-19T12:30:05.502Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.60s)
12:30:05 [2024-04-19T12:30:05.502Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.72s)
12:30:05 [2024-04-19T12:30:05.502Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.82s)
12:30:05 [2024-04-19T12:30:05.502Z] === RUN   TestBuildMultiStageCopy
12:30:05 [2024-04-19T12:30:05.502Z] === RUN   TestBuildMultiStageCopy/copy_to_root
12:30:06 [2024-04-19T12:30:06.063Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
12:30:06 [2024-04-19T12:30:06.063Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
12:30:06 [2024-04-19T12:30:06.319Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
12:30:06 [2024-04-19T12:30:06.319Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
12:30:06 [2024-04-19T12:30:06.575Z] --- PASS: TestBuildMultiStageCopy (1.64s)
12:30:06 [2024-04-19T12:30:06.575Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.09s)
12:30:06 [2024-04-19T12:30:06.575Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.10s)
12:30:06 [2024-04-19T12:30:06.575Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.12s)
12:30:06 [2024-04-19T12:30:06.575Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.13s)
12:30:06 [2024-04-19T12:30:06.575Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.15s)
12:30:06 [2024-04-19T12:30:06.575Z] === RUN   TestBuildMultiStageParentConfig
12:30:07 [2024-04-19T12:30:07.137Z] --- PASS: TestBuildMultiStageParentConfig (0.48s)
12:30:07 [2024-04-19T12:30:07.137Z] === RUN   TestBuildLabelWithTargets
12:30:07 [2024-04-19T12:30:07.699Z] --- PASS: TestBuildLabelWithTargets (0.75s)
12:30:07 [2024-04-19T12:30:07.699Z] === RUN   TestBuildWithEmptyLayers
12:30:07 [2024-04-19T12:30:07.955Z] --- PASS: TestBuildWithEmptyLayers (0.19s)
12:30:07 [2024-04-19T12:30:07.955Z] === RUN   TestBuildMultiStageOnBuild
12:30:09 [2024-04-19T12:30:09.320Z] --- PASS: TestBuildMultiStageOnBuild (1.15s)
12:30:09 [2024-04-19T12:30:09.320Z] === RUN   TestBuildUncleanTarFilenames
12:30:09 [2024-04-19T12:30:09.320Z] --- PASS: TestBuildUncleanTarFilenames (0.13s)
12:30:09 [2024-04-19T12:30:09.320Z] === RUN   TestBuildMultiStageLayerLeak
12:30:10 [2024-04-19T12:30:10.247Z] --- PASS: TestBuildMultiStageLayerLeak (1.02s)
12:30:10 [2024-04-19T12:30:10.247Z] === RUN   TestBuildWithHugeFile
12:31:17 [2024-04-19T12:31:17.910Z] --- PASS: TestBuildWithHugeFile (56.52s)
12:31:17 [2024-04-19T12:31:17.910Z] === RUN   TestBuildWCOWSandboxSize
12:31:17 [2024-04-19T12:31:17.910Z]     build_test.go:531: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
12:31:17 [2024-04-19T12:31:17.910Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
12:31:17 [2024-04-19T12:31:17.910Z] === RUN   TestBuildWithEmptyDockerfile
12:31:17 [2024-04-19T12:31:17.910Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
12:31:17 [2024-04-19T12:31:17.910Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
12:31:17 [2024-04-19T12:31:17.910Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
12:31:17 [2024-04-19T12:31:17.910Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
12:31:17 [2024-04-19T12:31:17.910Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
12:31:17 [2024-04-19T12:31:17.910Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
12:31:17 [2024-04-19T12:31:17.910Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
12:31:17 [2024-04-19T12:31:17.910Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
12:31:17 [2024-04-19T12:31:17.910Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
12:31:17 [2024-04-19T12:31:17.910Z] --- PASS: TestBuildWithEmptyDockerfile (0.01s)
12:31:17 [2024-04-19T12:31:17.910Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s)
12:31:17 [2024-04-19T12:31:17.910Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s)
12:31:17 [2024-04-19T12:31:17.910Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s)
12:31:17 [2024-04-19T12:31:17.910Z] === RUN   TestBuildPreserveOwnership
12:31:17 [2024-04-19T12:31:17.910Z] === RUN   TestBuildPreserveOwnership/copy_from
12:31:17 [2024-04-19T12:31:17.910Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
12:31:17 [2024-04-19T12:31:17.910Z] --- PASS: TestBuildPreserveOwnership (2.28s)
12:31:17 [2024-04-19T12:31:17.910Z]     --- PASS: TestBuildPreserveOwnership/copy_from (1.53s)
12:31:17 [2024-04-19T12:31:17.910Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.73s)
12:31:17 [2024-04-19T12:31:17.910Z] === RUN   TestBuildPlatformInvalid
12:31:17 [2024-04-19T12:31:17.910Z] --- PASS: TestBuildPlatformInvalid (0.01s)
12:31:17 [2024-04-19T12:31:17.910Z] === RUN   TestBuildWorkdirNoCacheMiss
12:31:17 [2024-04-19T12:31:17.910Z] === RUN   TestBuildWorkdirNoCacheMiss/trailing_slash
12:31:17 [2024-04-19T12:31:17.910Z] === RUN   TestBuildWorkdirNoCacheMiss/no_trailing_slash
12:31:17 [2024-04-19T12:31:17.910Z] --- PASS: TestBuildWorkdirNoCacheMiss (0.12s)
12:31:17 [2024-04-19T12:31:17.910Z]     --- PASS: TestBuildWorkdirNoCacheMiss/trailing_slash (0.09s)
12:31:17 [2024-04-19T12:31:17.910Z]     --- PASS: TestBuildWorkdirNoCacheMiss/no_trailing_slash (0.00s)
12:31:17 [2024-04-19T12:31:17.910Z] === RUN   TestBuildkitHistoryTracePropagation
12:31:17 [2024-04-19T12:31:17.910Z] time="2024-04-19T12:31:09Z" level=info msg="[core] [Channel #1] Channel created" module=grpc
12:31:17 [2024-04-19T12:31:17.910Z] time="2024-04-19T12:31:09Z" level=info msg="[core] [Channel #1] original dial target is: \"unix:///run/buildkit/buildkitd.sock\"" module=grpc
12:31:17 [2024-04-19T12:31:17.910Z] time="2024-04-19T12:31:09Z" 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
12:31:17 [2024-04-19T12:31:17.910Z] time="2024-04-19T12:31:09Z" level=info msg="[core] [Channel #1] Channel authority set to \"localhost\"" module=grpc
12:31:17 [2024-04-19T12:31:17.910Z] time="2024-04-19T12:31:09Z" 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
12:31:17 [2024-04-19T12:31:17.910Z] time="2024-04-19T12:31:09Z" level=info msg="[core] [Channel #1] Channel switches to new LB policy \"pick_first\"" module=grpc
12:31:17 [2024-04-19T12:31:17.910Z] time="2024-04-19T12:31:09Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel created" module=grpc
12:31:17 [2024-04-19T12:31:17.910Z] time="2024-04-19T12:31:09Z" level=info msg="[core] [Channel #1] Channel Connectivity change to CONNECTING" module=grpc
12:31:17 [2024-04-19T12:31:17.910Z] time="2024-04-19T12:31:09Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to CONNECTING" module=grpc
12:31:17 [2024-04-19T12:31:17.910Z] time="2024-04-19T12:31:09Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel picks a new address \"/run/buildkit/buildkitd.sock\" to connect" module=grpc
12:31:17 [2024-04-19T12:31:17.910Z] time="2024-04-19T12:31:09Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to READY" module=grpc
12:31:17 [2024-04-19T12:31:17.910Z] time="2024-04-19T12:31:09Z" level=info msg="[core] [Channel #1] Channel Connectivity change to READY" module=grpc
12:31:17 [2024-04-19T12:31:17.910Z] time="2024-04-19T12:31:09Z" level=info msg="[core] [Server #4] Server created" module=grpc
12:31:17 [2024-04-19T12:31:17.910Z]     build_traces_test.go:87: Waiting for trace to be available
12:31:17 [2024-04-19T12:31:17.910Z] time="2024-04-19T12:31:13Z" level=info msg="[core] [Channel #1] Channel Connectivity change to SHUTDOWN" module=grpc
12:31:17 [2024-04-19T12:31:17.910Z] time="2024-04-19T12:31:13Z" level=info msg="[core] [Channel #1] ccBalancerWrapper: closing" module=grpc
12:31:17 [2024-04-19T12:31:17.910Z] time="2024-04-19T12:31:13Z" level=info msg="[core] [Channel #1] Closing the name resolver" module=grpc
12:31:17 [2024-04-19T12:31:17.910Z] time="2024-04-19T12:31:13Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to SHUTDOWN" module=grpc
12:31:17 [2024-04-19T12:31:17.910Z] time="2024-04-19T12:31:13Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel deleted" module=grpc
12:31:17 [2024-04-19T12:31:17.910Z] time="2024-04-19T12:31:13Z" level=info msg="[core] [Channel #1] Channel deleted" module=grpc
12:31:17 [2024-04-19T12:31:17.910Z] --- PASS: TestBuildkitHistoryTracePropagation (4.05s)
12:31:17 [2024-04-19T12:31:17.910Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
12:31:17 [2024-04-19T12:31:17.910Z] Loaded image: busybox:latest
12:31:17 [2024-04-19T12:31:17.910Z] Loaded image: busybox:glibc
12:31:17 [2024-04-19T12:31:17.910Z] Loaded image: debian:bookworm-slim
12:31:17 [2024-04-19T12:31:17.910Z] Loaded image: hello-world:latest
12:31:17 [2024-04-19T12:31:17.910Z] Loaded image: arm32v7/hello-world:latest
12:31:23 [2024-04-19T12:31:23.157Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.98s)
12:31:23 [2024-04-19T12:31:23.157Z] PASS
12:31:23 [2024-04-19T12:31:23.157Z] 
12:31:23 [2024-04-19T12:31:23.157Z] === Skipped
12:31:23 [2024-04-19T12:31:23.157Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s)
12:31:23 [2024-04-19T12:31:23.157Z]     build_session_test.go:26: TODO: BuildKit
12:31:23 [2024-04-19T12:31:23.157Z] 
12:31:23 [2024-04-19T12:31:23.157Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s)
12:31:23 [2024-04-19T12:31:23.157Z]     build_test.go:531: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
12:31:23 [2024-04-19T12:31:23.157Z] 
12:31:23 [2024-04-19T12:31:23.157Z] DONE 38 tests, 2 skipped in 87.652s
12:31:23 [2024-04-19T12:31:23.157Z] Running /go/src/github.com/docker/docker/integration/capabilities (arm64.integration.capabilities) flags=-test.v -test.timeout=120m  
12:31:23 [2024-04-19T12:31:23.157Z] ++ '[' -n '' ']'
12:31:23 [2024-04-19T12:31:23.157Z] ++ 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
12:31:23 [2024-04-19T12:31:23.157Z] ++ set -e
12:31:23 [2024-04-19T12:31:23.157Z] ++ '[' -n 0 ']'
12:31:23 [2024-04-19T12:31:23.157Z] ++ set -x
12:31:23 [2024-04-19T12:31:23.157Z] ++ 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.PGGBnACvoN/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
12:31:23 [2024-04-19T12:31:23.157Z] INFO: Testing against a local daemon
12:31:23 [2024-04-19T12:31:23.157Z] === RUN   TestNoNewPrivileges
12:31:33 [2024-04-19T12:31:33.100Z] === RUN   TestNoNewPrivileges/CapabilityRequested=true
12:31:33 [2024-04-19T12:31:33.100Z] === RUN   TestNoNewPrivileges/CapabilityRequested=false
12:31:33 [2024-04-19T12:31:33.100Z] --- PASS: TestNoNewPrivileges (9.80s)
12:31:33 [2024-04-19T12:31:33.100Z]     --- PASS: TestNoNewPrivileges/CapabilityRequested=true (0.39s)
12:31:33 [2024-04-19T12:31:33.100Z]     --- PASS: TestNoNewPrivileges/CapabilityRequested=false (0.39s)
12:31:33 [2024-04-19T12:31:33.100Z] PASS
12:31:33 [2024-04-19T12:31:33.100Z] 
12:31:33 [2024-04-19T12:31:33.100Z] DONE 3 tests in 9.819s
12:31:33 [2024-04-19T12:31:33.100Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m  
12:31:33 [2024-04-19T12:31:33.100Z] ++ '[' -n '' ']'
12:31:33 [2024-04-19T12:31:33.100Z] ++ 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
12:31:33 [2024-04-19T12:31:33.100Z] ++ set -e
12:31:33 [2024-04-19T12:31:33.100Z] ++ '[' -n 0 ']'
12:31:33 [2024-04-19T12:31:33.100Z] ++ set -x
12:31:33 [2024-04-19T12:31:33.100Z] ++ 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.PGGBnACvoN/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
12:31:33 [2024-04-19T12:31:33.100Z] INFO: Testing against a local daemon
12:31:33 [2024-04-19T12:31:33.100Z] === RUN   TestConfigInspect
12:31:34 [2024-04-19T12:31:34.990Z] --- PASS: TestConfigInspect (1.93s)
12:31:34 [2024-04-19T12:31:34.990Z] === RUN   TestConfigList
12:31:36 [2024-04-19T12:31:36.355Z] === RUN   TestConfigList/test_filter_by_name
12:31:36 [2024-04-19T12:31:36.355Z] === RUN   TestConfigList/test_filter_by_id
12:31:36 [2024-04-19T12:31:36.355Z] === RUN   TestConfigList/test_filter_by_label_key_only
12:31:36 [2024-04-19T12:31:36.355Z] === RUN   TestConfigList/test_filter_by_label_key=value_test0-TestConfigList
12:31:36 [2024-04-19T12:31:36.355Z] === RUN   TestConfigList/test_filter_by_label_key=value_test1-TestConfigList
12:31:36 [2024-04-19T12:31:36.917Z] --- PASS: TestConfigList (1.92s)
12:31:36 [2024-04-19T12:31:36.917Z]     --- PASS: TestConfigList/test_filter_by_name (0.00s)
12:31:36 [2024-04-19T12:31:36.917Z]     --- PASS: TestConfigList/test_filter_by_id (0.00s)
12:31:36 [2024-04-19T12:31:36.917Z]     --- PASS: TestConfigList/test_filter_by_label_key_only (0.00s)
12:31:36 [2024-04-19T12:31:36.917Z]     --- PASS: TestConfigList/test_filter_by_label_key=value_test0-TestConfigList (0.00s)
12:31:36 [2024-04-19T12:31:36.917Z]     --- PASS: TestConfigList/test_filter_by_label_key=value_test1-TestConfigList (0.00s)
12:31:36 [2024-04-19T12:31:36.917Z] === RUN   TestConfigsCreateAndDelete
12:31:38 [2024-04-19T12:31:38.807Z] --- PASS: TestConfigsCreateAndDelete (1.94s)
12:31:38 [2024-04-19T12:31:38.807Z] === RUN   TestConfigsUpdate
12:31:41 [2024-04-19T12:31:41.325Z] --- PASS: TestConfigsUpdate (1.96s)
12:31:41 [2024-04-19T12:31:41.325Z] === RUN   TestTemplatedConfig
12:31:43 [2024-04-19T12:31:43.215Z] --- PASS: TestTemplatedConfig (2.44s)
12:31:43 [2024-04-19T12:31:43.215Z] === RUN   TestConfigCreateResolve
12:31:45 [2024-04-19T12:31:45.105Z] --- PASS: TestConfigCreateResolve (1.85s)
12:31:45 [2024-04-19T12:31:45.105Z] PASS
12:31:45 [2024-04-19T12:31:45.105Z] 
12:31:45 [2024-04-19T12:31:45.105Z] DONE 11 tests in 12.068s
12:31:45 [2024-04-19T12:31:45.105Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m  
12:31:45 [2024-04-19T12:31:45.105Z] ++ '[' -n '' ']'
12:31:45 [2024-04-19T12:31:45.105Z] ++ 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
12:31:45 [2024-04-19T12:31:45.105Z] ++ set -e
12:31:45 [2024-04-19T12:31:45.105Z] ++ '[' -n 0 ']'
12:31:45 [2024-04-19T12:31:45.105Z] ++ set -x
12:31:45 [2024-04-19T12:31:45.105Z] ++ 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.PGGBnACvoN/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
12:31:45 [2024-04-19T12:31:45.105Z] INFO: Testing against a local daemon
12:31:45 [2024-04-19T12:31:45.105Z] === RUN   TestAttach
12:31:45 [2024-04-19T12:31:45.105Z] === RUN   TestAttach/without_TTY
12:31:45 [2024-04-19T12:31:45.105Z] === PAUSE TestAttach/without_TTY
12:31:45 [2024-04-19T12:31:45.105Z] === RUN   TestAttach/with_TTY
12:31:45 [2024-04-19T12:31:45.105Z] === PAUSE TestAttach/with_TTY
12:31:45 [2024-04-19T12:31:45.105Z] === CONT  TestAttach/without_TTY
12:31:45 [2024-04-19T12:31:45.105Z] === CONT  TestAttach/with_TTY
12:31:45 [2024-04-19T12:31:45.361Z] --- PASS: TestAttach (0.02s)
12:31:45 [2024-04-19T12:31:45.361Z]     --- PASS: TestAttach/with_TTY (0.06s)
12:31:45 [2024-04-19T12:31:45.361Z]     --- PASS: TestAttach/without_TTY (0.06s)
12:31:45 [2024-04-19T12:31:45.361Z] === RUN   TestCreateWithCDIDevices
12:31:46 [2024-04-19T12:31:46.289Z] --- PASS: TestCreateWithCDIDevices (1.02s)
12:31:46 [2024-04-19T12:31:46.289Z] === RUN   TestCDISpecDirsAreInSystemInfo
12:31:46 [2024-04-19T12:31:46.289Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_no_spec_dirs_specified_returns_default
12:31:46 [2024-04-19T12:31:46.851Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_specified_spec_dirs_are_returned
12:31:47 [2024-04-19T12:31:47.413Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_string_as_spec_dir_returns_empty_slice
12:31:47 [2024-04-19T12:31:47.975Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_config_option_returns_empty_slice
12:31:48 [2024-04-19T12:31:48.537Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_no_spec_dirs_specified_returns_empty_slice
12:31:48 [2024-04-19T12:31:48.793Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_specified_spec_dirs_returns_empty_slice
12:31:49 [2024-04-19T12:31:49.355Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_string_as_spec_dir_returns_empty_slice
12:31:49 [2024-04-19T12:31:49.916Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_config_option_returns_empty_slice
12:31:50 [2024-04-19T12:31:50.478Z] --- PASS: TestCDISpecDirsAreInSystemInfo (4.16s)
12:31:50 [2024-04-19T12:31:50.478Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_no_spec_dirs_specified_returns_default (0.52s)
12:31:50 [2024-04-19T12:31:50.478Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_specified_spec_dirs_are_returned (0.52s)
12:31:50 [2024-04-19T12:31:50.478Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_string_as_spec_dir_returns_empty_slice (0.52s)
12:31:50 [2024-04-19T12:31:50.478Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_config_option_returns_empty_slice (0.52s)
12:31:50 [2024-04-19T12:31:50.478Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_no_spec_dirs_specified_returns_empty_slice (0.52s)
12:31:50 [2024-04-19T12:31:50.478Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_specified_spec_dirs_returns_empty_slice (0.52s)
12:31:50 [2024-04-19T12:31:50.478Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_string_as_spec_dir_returns_empty_slice (0.52s)
12:31:50 [2024-04-19T12:31:50.478Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_config_option_returns_empty_slice (0.52s)
12:31:50 [2024-04-19T12:31:50.478Z] === RUN   TestCheckpoint
12:31:50 [2024-04-19T12:31:50.478Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
12:31:50 [2024-04-19T12:31:50.478Z] --- SKIP: TestCheckpoint (0.00s)
12:31:50 [2024-04-19T12:31:50.478Z] === RUN   TestContainerInvalidJSON
12:31:50 [2024-04-19T12:31:50.478Z] === RUN   TestContainerInvalidJSON/commit
12:31:50 [2024-04-19T12:31:50.478Z] === PAUSE TestContainerInvalidJSON/commit
12:31:50 [2024-04-19T12:31:50.478Z] === RUN   TestContainerInvalidJSON/containers/create
12:31:50 [2024-04-19T12:31:50.478Z] === PAUSE TestContainerInvalidJSON/containers/create
12:31:50 [2024-04-19T12:31:50.478Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
12:31:50 [2024-04-19T12:31:50.478Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
12:31:50 [2024-04-19T12:31:50.478Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
12:31:50 [2024-04-19T12:31:50.478Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
12:31:50 [2024-04-19T12:31:50.478Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
12:31:50 [2024-04-19T12:31:50.478Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
12:31:50 [2024-04-19T12:31:50.478Z] === CONT  TestContainerInvalidJSON/commit
12:31:50 [2024-04-19T12:31:50.478Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
12:31:50 [2024-04-19T12:31:50.478Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
12:31:50 [2024-04-19T12:31:50.478Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
12:31:50 [2024-04-19T12:31:50.478Z] === CONT  TestContainerInvalidJSON/containers/create
12:31:50 [2024-04-19T12:31:50.479Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
12:31:50 [2024-04-19T12:31:50.479Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
12:31:50 [2024-04-19T12:31:50.479Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
12:31:50 [2024-04-19T12:31:50.479Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
12:31:50 [2024-04-19T12:31:50.479Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
12:31:50 [2024-04-19T12:31:50.479Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
12:31:50 [2024-04-19T12:31:50.479Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
12:31:50 [2024-04-19T12:31:50.479Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
12:31:50 [2024-04-19T12:31:50.479Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
12:31:50 [2024-04-19T12:31:50.479Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
12:31:50 [2024-04-19T12:31:50.479Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
12:31:50 [2024-04-19T12:31:50.479Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
12:31:50 [2024-04-19T12:31:50.479Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
12:31:50 [2024-04-19T12:31:50.479Z] === RUN   TestContainerInvalidJSON/commit/empty_body
12:31:50 [2024-04-19T12:31:50.479Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
12:31:50 [2024-04-19T12:31:50.479Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
12:31:50 [2024-04-19T12:31:50.479Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
12:31:50 [2024-04-19T12:31:50.479Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
12:31:50 [2024-04-19T12:31:50.479Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
12:31:50 [2024-04-19T12:31:50.479Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
12:31:50 [2024-04-19T12:31:50.479Z] --- PASS: TestContainerInvalidJSON (0.01s)
12:31:50 [2024-04-19T12:31:50.479Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
12:31:50 [2024-04-19T12:31:50.479Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
12:31:50 [2024-04-19T12:31:50.479Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
12:31:50 [2024-04-19T12:31:50.479Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
12:31:50 [2024-04-19T12:31:50.479Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
12:31:50 [2024-04-19T12:31:50.479Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
12:31:50 [2024-04-19T12:31:50.479Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
12:31:50 [2024-04-19T12:31:50.479Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
12:31:50 [2024-04-19T12:31:50.479Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
12:31:50 [2024-04-19T12:31:50.479Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
12:31:50 [2024-04-19T12:31:50.479Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
12:31:50 [2024-04-19T12:31:50.479Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
12:31:50 [2024-04-19T12:31:50.479Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
12:31:50 [2024-04-19T12:31:50.479Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
12:31:50 [2024-04-19T12:31:50.479Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
12:31:50 [2024-04-19T12:31:50.479Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
12:31:50 [2024-04-19T12:31:50.479Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
12:31:50 [2024-04-19T12:31:50.479Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
12:31:50 [2024-04-19T12:31:50.479Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
12:31:50 [2024-04-19T12:31:50.479Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
12:31:50 [2024-04-19T12:31:50.479Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
12:31:50 [2024-04-19T12:31:50.479Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
12:31:50 [2024-04-19T12:31:50.479Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
12:31:50 [2024-04-19T12:31:50.479Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
12:31:50 [2024-04-19T12:31:50.479Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
12:31:50 [2024-04-19T12:31:50.479Z] === RUN   TestCopyFromContainerPathDoesNotExist
12:31:50 [2024-04-19T12:31:50.479Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s)
12:31:50 [2024-04-19T12:31:50.479Z] === RUN   TestCopyFromContainerPathIsNotDir
12:31:50 [2024-04-19T12:31:50.479Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s)
12:31:50 [2024-04-19T12:31:50.479Z] === RUN   TestCopyToContainerPathDoesNotExist
12:31:50 [2024-04-19T12:31:50.735Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s)
12:31:50 [2024-04-19T12:31:50.735Z] === RUN   TestCopyEmptyFile
12:31:50 [2024-04-19T12:31:50.735Z] --- PASS: TestCopyEmptyFile (0.08s)
12:31:50 [2024-04-19T12:31:50.735Z] === RUN   TestCopyToContainerPathIsNotDir
12:31:50 [2024-04-19T12:31:50.735Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s)
12:31:50 [2024-04-19T12:31:50.735Z] === RUN   TestCopyFromContainer
12:31:51 [2024-04-19T12:31:51.663Z] === RUN   TestCopyFromContainer//
12:31:51 [2024-04-19T12:31:51.663Z] === RUN   TestCopyFromContainer/.
12:31:51 [2024-04-19T12:31:51.663Z] === RUN   TestCopyFromContainer//.
12:31:51 [2024-04-19T12:31:51.663Z] === RUN   TestCopyFromContainer/./
12:31:51 [2024-04-19T12:31:51.663Z] === RUN   TestCopyFromContainer//./
12:31:51 [2024-04-19T12:31:51.663Z] === RUN   TestCopyFromContainer//bar/root
12:31:51 [2024-04-19T12:31:51.663Z] === RUN   TestCopyFromContainer//bar/root/
12:31:51 [2024-04-19T12:31:51.663Z] === RUN   TestCopyFromContainer//bar/root/.
12:31:51 [2024-04-19T12:31:51.663Z] === RUN   TestCopyFromContainer/bar/quux
12:31:51 [2024-04-19T12:31:51.663Z] === RUN   TestCopyFromContainer/bar/quux/
12:31:51 [2024-04-19T12:31:51.663Z] === RUN   TestCopyFromContainer/bar/quux/.
12:31:51 [2024-04-19T12:31:51.663Z] === RUN   TestCopyFromContainer/bar/quux/baz
12:31:51 [2024-04-19T12:31:51.663Z] === RUN   TestCopyFromContainer/bar/filesymlink
12:31:51 [2024-04-19T12:31:51.663Z] === RUN   TestCopyFromContainer/bar/dirsymlink
12:31:51 [2024-04-19T12:31:51.663Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
12:31:51 [2024-04-19T12:31:51.663Z] === RUN   TestCopyFromContainer/bar/dirsymlink/.
12:31:51 [2024-04-19T12:31:51.663Z] === RUN   TestCopyFromContainer/bar/notarget
12:31:51 [2024-04-19T12:31:51.663Z] --- PASS: TestCopyFromContainer (0.87s)
12:31:51 [2024-04-19T12:31:51.663Z]     --- PASS: TestCopyFromContainer// (0.01s)
12:31:51 [2024-04-19T12:31:51.663Z]     --- PASS: TestCopyFromContainer/. (0.02s)
12:31:51 [2024-04-19T12:31:51.663Z]     --- PASS: TestCopyFromContainer//. (0.01s)
12:31:51 [2024-04-19T12:31:51.663Z]     --- PASS: TestCopyFromContainer/./ (0.01s)
12:31:51 [2024-04-19T12:31:51.663Z]     --- PASS: TestCopyFromContainer//./ (0.01s)
12:31:51 [2024-04-19T12:31:51.663Z]     --- PASS: TestCopyFromContainer//bar/root (0.01s)
12:31:51 [2024-04-19T12:31:51.663Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.01s)
12:31:51 [2024-04-19T12:31:51.663Z]     --- PASS: TestCopyFromContainer//bar/root/. (0.02s)
12:31:51 [2024-04-19T12:31:51.663Z]     --- PASS: TestCopyFromContainer/bar/quux (0.01s)
12:31:51 [2024-04-19T12:31:51.663Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.01s)
12:31:51 [2024-04-19T12:31:51.663Z]     --- PASS: TestCopyFromContainer/bar/quux/. (0.00s)
12:31:51 [2024-04-19T12:31:51.663Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.00s)
12:31:51 [2024-04-19T12:31:51.663Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.01s)
12:31:51 [2024-04-19T12:31:51.663Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.01s)
12:31:51 [2024-04-19T12:31:51.663Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.01s)
12:31:51 [2024-04-19T12:31:51.663Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/. (0.01s)
12:31:51 [2024-04-19T12:31:51.663Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.01s)
12:31:51 [2024-04-19T12:31:51.663Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
12:31:51 [2024-04-19T12:31:51.663Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
12:31:51 [2024-04-19T12:31:51.663Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
12:31:51 [2024-04-19T12:31:51.663Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
12:31:51 [2024-04-19T12:31:51.663Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
12:31:51 [2024-04-19T12:31:51.663Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
12:31:51 [2024-04-19T12:31:51.663Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
12:31:51 [2024-04-19T12:31:51.663Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
12:31:51 [2024-04-19T12:31:51.663Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
12:31:51 [2024-04-19T12:31:51.663Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
12:31:51 [2024-04-19T12:31:51.663Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
12:31:51 [2024-04-19T12:31:51.663Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
12:31:51 [2024-04-19T12:31:51.663Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
12:31:51 [2024-04-19T12:31:51.663Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
12:31:51 [2024-04-19T12:31:51.663Z] === RUN   TestCreateLinkToNonExistingContainer
12:31:51 [2024-04-19T12:31:51.663Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s)
12:31:51 [2024-04-19T12:31:51.663Z] === RUN   TestCreateWithInvalidEnv
12:31:51 [2024-04-19T12:31:51.663Z] === RUN   TestCreateWithInvalidEnv/0
12:31:51 [2024-04-19T12:31:51.663Z] === PAUSE TestCreateWithInvalidEnv/0
12:31:51 [2024-04-19T12:31:51.663Z] === RUN   TestCreateWithInvalidEnv/1
12:31:51 [2024-04-19T12:31:51.663Z] === PAUSE TestCreateWithInvalidEnv/1
12:31:51 [2024-04-19T12:31:51.663Z] === RUN   TestCreateWithInvalidEnv/2
12:31:51 [2024-04-19T12:31:51.663Z] === PAUSE TestCreateWithInvalidEnv/2
12:31:51 [2024-04-19T12:31:51.663Z] === CONT  TestCreateWithInvalidEnv/0
12:31:51 [2024-04-19T12:31:51.663Z] === CONT  TestCreateWithInvalidEnv/2
12:31:51 [2024-04-19T12:31:51.663Z] === CONT  TestCreateWithInvalidEnv/1
12:31:51 [2024-04-19T12:31:51.663Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
12:31:51 [2024-04-19T12:31:51.663Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
12:31:51 [2024-04-19T12:31:51.663Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
12:31:51 [2024-04-19T12:31:51.663Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
12:31:51 [2024-04-19T12:31:51.663Z] === RUN   TestCreateTmpfsMountsTarget
12:31:51 [2024-04-19T12:31:51.663Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
12:31:51 [2024-04-19T12:31:51.663Z] === RUN   TestCreateWithCustomMaskedPaths
12:31:53 [2024-04-19T12:31:53.075Z] --- PASS: TestCreateWithCustomMaskedPaths (1.33s)
12:31:53 [2024-04-19T12:31:53.075Z] === RUN   TestCreateWithCustomReadonlyPaths
12:31:54 [2024-04-19T12:31:54.440Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.28s)
12:31:54 [2024-04-19T12:31:54.440Z] === RUN   TestCreateWithInvalidHealthcheckParams
12:31:54 [2024-04-19T12:31:54.440Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
12:31:54 [2024-04-19T12:31:54.441Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
12:31:54 [2024-04-19T12:31:54.441Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
12:31:54 [2024-04-19T12:31:54.441Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
12:31:54 [2024-04-19T12:31:54.441Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
12:31:54 [2024-04-19T12:31:54.441Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
12:31:54 [2024-04-19T12:31:54.441Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
12:31:54 [2024-04-19T12:31:54.441Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
12:31:54 [2024-04-19T12:31:54.441Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
12:31:54 [2024-04-19T12:31:54.441Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
12:31:54 [2024-04-19T12:31:54.441Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms
12:31:54 [2024-04-19T12:31:54.441Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms
12:31:54 [2024-04-19T12:31:54.441Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
12:31:54 [2024-04-19T12:31:54.441Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
12:31:54 [2024-04-19T12:31:54.441Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
12:31:54 [2024-04-19T12:31:54.441Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
12:31:54 [2024-04-19T12:31:54.441Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms
12:31:54 [2024-04-19T12:31:54.441Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
12:31:54 [2024-04-19T12:31:54.441Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
12:31:54 [2024-04-19T12:31:54.441Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s)
12:31:54 [2024-04-19T12:31:54.441Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.00s)
12:31:54 [2024-04-19T12:31:54.441Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.00s)
12:31:54 [2024-04-19T12:31:54.441Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.00s)
12:31:54 [2024-04-19T12:31:54.441Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s)
12:31:54 [2024-04-19T12:31:54.441Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms (0.00s)
12:31:54 [2024-04-19T12:31:54.441Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
12:31:54 [2024-04-19T12:31:54.697Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.42s)
12:31:54 [2024-04-19T12:31:54.697Z] === RUN   TestCreateDifferentPlatform
12:31:54 [2024-04-19T12:31:54.697Z] === RUN   TestCreateDifferentPlatform/different_os
12:31:54 [2024-04-19T12:31:54.697Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
12:31:54 [2024-04-19T12:31:54.697Z] --- PASS: TestCreateDifferentPlatform (0.01s)
12:31:54 [2024-04-19T12:31:54.697Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
12:31:54 [2024-04-19T12:31:54.697Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
12:31:54 [2024-04-19T12:31:54.697Z] === RUN   TestCreateVolumesFromNonExistingContainer
12:31:54 [2024-04-19T12:31:54.697Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s)
12:31:54 [2024-04-19T12:31:54.697Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
12:31:54 [2024-04-19T12:31:54.953Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s)
12:31:54 [2024-04-19T12:31:54.953Z] === RUN   TestCreateInvalidHostConfig
12:31:54 [2024-04-19T12:31:54.953Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
12:31:54 [2024-04-19T12:31:54.953Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
12:31:54 [2024-04-19T12:31:54.953Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
12:31:54 [2024-04-19T12:31:54.953Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
12:31:54 [2024-04-19T12:31:54.953Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
12:31:54 [2024-04-19T12:31:54.953Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
12:31:54 [2024-04-19T12:31:54.953Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
12:31:54 [2024-04-19T12:31:54.953Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
12:31:54 [2024-04-19T12:31:54.953Z] === RUN   TestCreateInvalidHostConfig/invalid_Annotations
12:31:54 [2024-04-19T12:31:54.953Z] === PAUSE TestCreateInvalidHostConfig/invalid_Annotations
12:31:54 [2024-04-19T12:31:54.953Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
12:31:54 [2024-04-19T12:31:54.953Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
12:31:54 [2024-04-19T12:31:54.953Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
12:31:54 [2024-04-19T12:31:54.953Z] === CONT  TestCreateInvalidHostConfig/invalid_Annotations
12:31:54 [2024-04-19T12:31:54.953Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
12:31:54 [2024-04-19T12:31:54.953Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
12:31:54 [2024-04-19T12:31:54.953Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
12:31:54 [2024-04-19T12:31:54.953Z]     --- PASS: TestCreateInvalidHostConfig/invalid_Annotations (0.00s)
12:31:54 [2024-04-19T12:31:54.953Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
12:31:54 [2024-04-19T12:31:54.953Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
12:31:54 [2024-04-19T12:31:54.953Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
12:31:54 [2024-04-19T12:31:54.953Z] === RUN   TestCreateWithMultipleEndpointSettings
12:31:54 [2024-04-19T12:31:54.953Z] === RUN   TestCreateWithMultipleEndpointSettings/with_API_v1.44
12:31:54 [2024-04-19T12:31:54.953Z] === RUN   TestCreateWithMultipleEndpointSettings/with_API_v1.43
12:31:54 [2024-04-19T12:31:54.953Z] --- PASS: TestCreateWithMultipleEndpointSettings (0.06s)
12:31:54 [2024-04-19T12:31:54.953Z]     --- PASS: TestCreateWithMultipleEndpointSettings/with_API_v1.44 (0.05s)
12:31:54 [2024-04-19T12:31:54.953Z]     --- PASS: TestCreateWithMultipleEndpointSettings/with_API_v1.43 (0.00s)
12:31:54 [2024-04-19T12:31:54.953Z] === RUN   TestCreateWithCustomMACs
12:31:55 [2024-04-19T12:31:55.515Z] --- PASS: TestCreateWithCustomMACs (0.61s)
12:31:55 [2024-04-19T12:31:55.515Z] === RUN   TestContainerStartOnDaemonRestart
12:31:55 [2024-04-19T12:31:55.515Z] === PAUSE TestContainerStartOnDaemonRestart
12:31:55 [2024-04-19T12:31:55.515Z] === RUN   TestDaemonRestartIpcMode
12:31:55 [2024-04-19T12:31:55.515Z] === PAUSE TestDaemonRestartIpcMode
12:31:55 [2024-04-19T12:31:55.515Z] === RUN   TestDaemonHostGatewayIP
12:31:55 [2024-04-19T12:31:55.515Z] === PAUSE TestDaemonHostGatewayIP
12:31:55 [2024-04-19T12:31:55.515Z] === RUN   TestRestartDaemonWithRestartingContainer
12:31:55 [2024-04-19T12:31:55.515Z] === PAUSE TestRestartDaemonWithRestartingContainer
12:31:55 [2024-04-19T12:31:55.515Z] === RUN   TestHardRestartWhenContainerIsRunning
12:31:55 [2024-04-19T12:31:55.515Z] === PAUSE TestHardRestartWhenContainerIsRunning
12:31:55 [2024-04-19T12:31:55.515Z] === RUN   TestContainerKillOnDaemonStart
12:31:55 [2024-04-19T12:31:55.515Z] === PAUSE TestContainerKillOnDaemonStart
12:31:55 [2024-04-19T12:31:55.515Z] === RUN   TestDiff
12:31:56 [2024-04-19T12:31:56.077Z] --- PASS: TestDiff (0.45s)
12:31:56 [2024-04-19T12:31:56.077Z] === RUN   TestDiffStoppedContainer
12:31:56 [2024-04-19T12:31:56.333Z] --- PASS: TestDiffStoppedContainer (0.44s)
12:31:56 [2024-04-19T12:31:56.333Z] === RUN   TestExecConsoleSize
12:31:56 [2024-04-19T12:31:56.895Z] --- PASS: TestExecConsoleSize (0.51s)
12:31:56 [2024-04-19T12:31:56.895Z] === RUN   TestExecWithCloseStdin
12:31:57 [2024-04-19T12:31:57.457Z] --- PASS: TestExecWithCloseStdin (0.51s)
12:31:57 [2024-04-19T12:31:57.457Z] === RUN   TestExec
12:31:58 [2024-04-19T12:31:58.018Z] --- PASS: TestExec (0.46s)
12:31:58 [2024-04-19T12:31:58.018Z] === RUN   TestExecUser
12:31:58 [2024-04-19T12:31:58.580Z] --- PASS: TestExecUser (0.51s)
12:31:58 [2024-04-19T12:31:58.580Z] === RUN   TestExecWithGroupAdd
12:31:58 [2024-04-19T12:31:58.839Z] --- PASS: TestExecWithGroupAdd (0.48s)
12:31:58 [2024-04-19T12:31:58.839Z] === RUN   TestExportContainerAndImportImage
12:31:59 [2024-04-19T12:31:59.401Z] --- PASS: TestExportContainerAndImportImage (0.51s)
12:31:59 [2024-04-19T12:31:59.401Z] === RUN   TestExportContainerAfterDaemonRestart
12:32:05 [2024-04-19T12:32:05.941Z] --- PASS: TestExportContainerAfterDaemonRestart (6.16s)
12:32:05 [2024-04-19T12:32:05.941Z] === RUN   TestHealthCheckWorkdir
12:32:06 [2024-04-19T12:32:06.197Z] --- PASS: TestHealthCheckWorkdir (0.53s)
12:32:06 [2024-04-19T12:32:06.197Z] === RUN   TestHealthKillContainer
12:32:14 [2024-04-19T12:32:14.286Z] --- PASS: TestHealthKillContainer (7.61s)
12:32:14 [2024-04-19T12:32:14.286Z] === RUN   TestHealthCheckProcessKilled
12:32:14 [2024-04-19T12:32:14.286Z] --- PASS: TestHealthCheckProcessKilled (0.65s)
12:32:14 [2024-04-19T12:32:14.286Z] === RUN   TestHealthStartInterval
12:32:15 [2024-04-19T12:32:15.652Z]     health_test.go:141: &{2024-04-19 12:32:15.486494395 +0000 UTC 2024-04-19 12:32:15.512483627 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
12:32:15 [2024-04-19T12:32:15.652Z]         }
12:32:15 [2024-04-19T12:32:15.908Z]     health_test.go:141: &{2024-04-19 12:32:15.486494395 +0000 UTC 2024-04-19 12:32:15.512483627 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
12:32:15 [2024-04-19T12:32:15.908Z]         }
12:32:15 [2024-04-19T12:32:15.908Z]     health_test.go:141: &{2024-04-19 12:32:15.486494395 +0000 UTC 2024-04-19 12:32:15.512483627 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
12:32:15 [2024-04-19T12:32:15.908Z]         }
12:32:15 [2024-04-19T12:32:15.908Z]     health_test.go:141: &{2024-04-19 12:32:15.486494395 +0000 UTC 2024-04-19 12:32:15.512483627 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
12:32:15 [2024-04-19T12:32:15.908Z]         }
12:32:16 [2024-04-19T12:32:16.165Z]     health_test.go:141: &{2024-04-19 12:32:15.486494395 +0000 UTC 2024-04-19 12:32:15.512483627 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
12:32:16 [2024-04-19T12:32:16.165Z]         }
12:32:16 [2024-04-19T12:32:16.165Z]     health_test.go:141: &{2024-04-19 12:32:15.486494395 +0000 UTC 2024-04-19 12:32:15.512483627 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
12:32:16 [2024-04-19T12:32:16.165Z]         }
12:32:16 [2024-04-19T12:32:16.425Z]     health_test.go:141: &{2024-04-19 12:32:15.486494395 +0000 UTC 2024-04-19 12:32:15.512483627 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
12:32:16 [2024-04-19T12:32:16.425Z]         }
12:32:16 [2024-04-19T12:32:16.425Z]     health_test.go:141: &{2024-04-19 12:32:15.486494395 +0000 UTC 2024-04-19 12:32:15.512483627 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
12:32:16 [2024-04-19T12:32:16.425Z]         }
12:32:16 [2024-04-19T12:32:16.425Z]     health_test.go:141: &{2024-04-19 12:32:15.486494395 +0000 UTC 2024-04-19 12:32:15.512483627 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
12:32:16 [2024-04-19T12:32:16.425Z]         }
12:32:16 [2024-04-19T12:32:16.682Z]     health_test.go:141: &{2024-04-19 12:32:15.486494395 +0000 UTC 2024-04-19 12:32:15.512483627 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
12:32:16 [2024-04-19T12:32:16.682Z]         }
12:32:16 [2024-04-19T12:32:16.682Z]     health_test.go:141: &{2024-04-19 12:32:16.513555636 +0000 UTC 2024-04-19 12:32:16.539640778 +0000 UTC 1 2}
12:32:16 [2024-04-19T12:32:16.938Z]     health_test.go:141: &{2024-04-19 12:32:16.513555636 +0000 UTC 2024-04-19 12:32:16.539640778 +0000 UTC 1 2}
12:32:16 [2024-04-19T12:32:16.938Z]     health_test.go:141: &{2024-04-19 12:32:16.513555636 +0000 UTC 2024-04-19 12:32:16.539640778 +0000 UTC 1 2}
12:32:16 [2024-04-19T12:32:16.938Z]     health_test.go:141: &{2024-04-19 12:32:16.513555636 +0000 UTC 2024-04-19 12:32:16.539640778 +0000 UTC 1 2}
12:32:17 [2024-04-19T12:32:17.194Z]     health_test.go:141: &{2024-04-19 12:32:16.513555636 +0000 UTC 2024-04-19 12:32:16.539640778 +0000 UTC 1 2}
12:32:17 [2024-04-19T12:32:17.194Z]     health_test.go:141: &{2024-04-19 12:32:16.513555636 +0000 UTC 2024-04-19 12:32:16.539640778 +0000 UTC 1 2}
12:32:17 [2024-04-19T12:32:17.449Z]     health_test.go:141: &{2024-04-19 12:32:16.513555636 +0000 UTC 2024-04-19 12:32:16.539640778 +0000 UTC 1 2}
12:32:17 [2024-04-19T12:32:17.449Z]     health_test.go:141: &{2024-04-19 12:32:16.513555636 +0000 UTC 2024-04-19 12:32:16.539640778 +0000 UTC 1 2}
12:32:17 [2024-04-19T12:32:17.449Z]     health_test.go:141: &{2024-04-19 12:32:16.513555636 +0000 UTC 2024-04-19 12:32:16.539640778 +0000 UTC 1 2}
12:32:17 [2024-04-19T12:32:17.705Z]     health_test.go:141: &{2024-04-19 12:32:16.513555636 +0000 UTC 2024-04-19 12:32:16.539640778 +0000 UTC 1 2}
12:32:17 [2024-04-19T12:32:17.705Z]     health_test.go:169: 1.026701975s
12:32:18 [2024-04-19T12:32:18.632Z]     health_test.go:169: 1.026701975s
12:32:19 [2024-04-19T12:32:19.996Z]     health_test.go:169: 1.026701975s
12:32:20 [2024-04-19T12:32:20.923Z]     health_test.go:169: 1.026701975s
12:32:21 [2024-04-19T12:32:21.850Z]     health_test.go:169: 1.026701975s
12:32:22 [2024-04-19T12:32:22.777Z]     health_test.go:169: 1.026701975s
12:32:23 [2024-04-19T12:32:23.704Z]     health_test.go:169: 1.026701975s
12:32:24 [2024-04-19T12:32:24.632Z]     health_test.go:169: 1.026701975s
12:32:25 [2024-04-19T12:32:25.996Z]     health_test.go:169: 1.026701975s
12:32:26 [2024-04-19T12:32:26.923Z]     health_test.go:169: 1.026701975s
12:32:27 [2024-04-19T12:32:27.850Z]     health_test.go:169: 1.026701975s
12:32:28 [2024-04-19T12:32:28.777Z]     health_test.go:169: 1.026701975s
12:32:29 [2024-04-19T12:32:29.704Z]     health_test.go:169: 1.026701975s
12:32:30 [2024-04-19T12:32:30.647Z]     health_test.go:169: 1.026701975s
12:32:32 [2024-04-19T12:32:32.024Z]     health_test.go:169: 1.026701975s
12:32:32 [2024-04-19T12:32:32.951Z]     health_test.go:169: 1.026701975s
12:32:33 [2024-04-19T12:32:33.878Z]     health_test.go:169: 1.026701975s
12:32:34 [2024-04-19T12:32:34.805Z]     health_test.go:169: 1.026701975s
12:32:35 [2024-04-19T12:32:35.732Z]     health_test.go:169: 1.026701975s
12:32:36 [2024-04-19T12:32:36.659Z]     health_test.go:169: 1.026701975s
12:32:38 [2024-04-19T12:32:38.023Z]     health_test.go:169: 1.026701975s
12:32:38 [2024-04-19T12:32:38.950Z]     health_test.go:169: 1.026701975s
12:32:39 [2024-04-19T12:32:39.877Z]     health_test.go:169: 1.026701975s
12:32:40 [2024-04-19T12:32:40.804Z]     health_test.go:169: 1.026701975s
12:32:41 [2024-04-19T12:32:41.731Z]     health_test.go:169: 1.026701975s
12:32:42 [2024-04-19T12:32:42.657Z]     health_test.go:169: 1.026701975s
12:32:44 [2024-04-19T12:32:44.023Z]     health_test.go:169: 1.026701975s
12:32:44 [2024-04-19T12:32:44.950Z]     health_test.go:169: 1.026701975s
12:32:45 [2024-04-19T12:32:45.877Z]     health_test.go:169: 1.026701975s
12:32:46 [2024-04-19T12:32:46.804Z]     health_test.go:169: 1.026701975s
12:32:48 [2024-04-19T12:32:48.170Z] --- PASS: TestHealthStartInterval (33.61s)
12:32:48 [2024-04-19T12:32:48.170Z] === RUN   TestInspectAnnotations
12:32:48 [2024-04-19T12:32:48.170Z] --- PASS: TestInspectAnnotations (0.05s)
12:32:48 [2024-04-19T12:32:48.170Z] === RUN   TestNetworkAliasesAreEmpty
12:32:48 [2024-04-19T12:32:48.170Z] === RUN   TestNetworkAliasesAreEmpty/host
12:32:48 [2024-04-19T12:32:48.170Z] === RUN   TestNetworkAliasesAreEmpty/bridge
12:32:48 [2024-04-19T12:32:48.170Z] === RUN   TestNetworkAliasesAreEmpty/none
12:32:48 [2024-04-19T12:32:48.170Z] --- PASS: TestNetworkAliasesAreEmpty (0.14s)
12:32:48 [2024-04-19T12:32:48.170Z]     --- PASS: TestNetworkAliasesAreEmpty/host (0.05s)
12:32:48 [2024-04-19T12:32:48.170Z]     --- PASS: TestNetworkAliasesAreEmpty/bridge (0.05s)
12:32:48 [2024-04-19T12:32:48.170Z]     --- PASS: TestNetworkAliasesAreEmpty/none (0.04s)
12:32:48 [2024-04-19T12:32:48.170Z] === RUN   TestIpcModeNone
12:32:48 [2024-04-19T12:32:48.732Z] --- PASS: TestIpcModeNone (0.50s)
12:32:48 [2024-04-19T12:32:48.732Z] === RUN   TestIpcModePrivate
12:32:48 [2024-04-19T12:32:48.988Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:78, shared: false, mustBeShared: false
12:32:49 [2024-04-19T12:32:49.244Z] --- PASS: TestIpcModePrivate (0.48s)
12:32:49 [2024-04-19T12:32:49.244Z] === RUN   TestIpcModeShareable
12:32:49 [2024-04-19T12:32:49.500Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:72, shared: true, mustBeShared: true
12:32:49 [2024-04-19T12:32:49.500Z] --- PASS: TestIpcModeShareable (0.42s)
12:32:49 [2024-04-19T12:32:49.500Z] === RUN   TestAPIIpcModeShareableAndContainer
12:32:50 [2024-04-19T12:32:50.866Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.10s)
12:32:50 [2024-04-19T12:32:50.866Z] === RUN   TestAPIIpcModeHost
12:32:50 [2024-04-19T12:32:50.866Z] --- PASS: TestAPIIpcModeHost (0.29s)
12:32:50 [2024-04-19T12:32:50.866Z] === RUN   TestDaemonIpcModeShareable
12:32:51 [2024-04-19T12:32:51.793Z]     ipcmode_linux_test.go:257: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: true, mustBeShared: true
12:32:52 [2024-04-19T12:32:52.049Z] --- PASS: TestDaemonIpcModeShareable (1.06s)
12:32:52 [2024-04-19T12:32:52.049Z] === RUN   TestDaemonIpcModePrivate
12:32:52 [2024-04-19T12:32:52.977Z]     ipcmode_linux_test.go:257: [testDaemonIpcPrivateShareable] ipcdev: 0:110, shared: false, mustBeShared: false
12:32:53 [2024-04-19T12:32:53.233Z] --- PASS: TestDaemonIpcModePrivate (1.09s)
12:32:53 [2024-04-19T12:32:53.233Z] === RUN   TestDaemonIpcModePrivateFromConfig
12:32:54 [2024-04-19T12:32:54.161Z]     ipcmode_linux_test.go:257: [testDaemonIpcPrivateShareable] ipcdev: 0:110, shared: false, mustBeShared: false
12:32:54 [2024-04-19T12:32:54.161Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.06s)
12:32:54 [2024-04-19T12:32:54.161Z] === RUN   TestDaemonIpcModeShareableFromConfig
12:32:55 [2024-04-19T12:32:55.088Z]     ipcmode_linux_test.go:257: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: true, mustBeShared: true
12:32:55 [2024-04-19T12:32:55.088Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.02s)
12:32:55 [2024-04-19T12:32:55.088Z] === RUN   TestIpcModeOlderClient
12:32:55 [2024-04-19T12:32:55.088Z] === PAUSE TestIpcModeOlderClient
12:32:55 [2024-04-19T12:32:55.088Z] === RUN   TestKillContainerInvalidSignal
12:32:55 [2024-04-19T12:32:55.650Z] --- PASS: TestKillContainerInvalidSignal (0.44s)
12:32:55 [2024-04-19T12:32:55.650Z] === RUN   TestKillContainer
12:32:55 [2024-04-19T12:32:55.650Z] === RUN   TestKillContainer/no_signal
12:32:56 [2024-04-19T12:32:56.212Z] === RUN   TestKillContainer/non_killing_signal
12:32:56 [2024-04-19T12:32:56.212Z] === RUN   TestKillContainer/killing_signal
12:32:57 [2024-04-19T12:32:57.140Z] --- PASS: TestKillContainer (1.39s)
12:32:57 [2024-04-19T12:32:57.140Z]     --- PASS: TestKillContainer/no_signal (0.45s)
12:32:57 [2024-04-19T12:32:57.140Z]     --- PASS: TestKillContainer/non_killing_signal (0.25s)
12:32:57 [2024-04-19T12:32:57.140Z]     --- PASS: TestKillContainer/killing_signal (0.42s)
12:32:57 [2024-04-19T12:32:57.140Z] === RUN   TestKillWithStopSignalAndRestartPolicies
12:32:57 [2024-04-19T12:32:57.140Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
12:32:57 [2024-04-19T12:32:57.396Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
12:32:57 [2024-04-19T12:32:57.958Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.93s)
12:32:57 [2024-04-19T12:32:57.958Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.43s)
12:32:57 [2024-04-19T12:32:57.958Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.27s)
12:32:57 [2024-04-19T12:32:57.958Z] === RUN   TestKillStoppedContainer
12:32:57 [2024-04-19T12:32:57.958Z] --- PASS: TestKillStoppedContainer (0.06s)
12:32:57 [2024-04-19T12:32:57.958Z] === RUN   TestKillDifferentUserContainer
12:32:58 [2024-04-19T12:32:58.520Z] --- PASS: TestKillDifferentUserContainer (0.45s)
12:32:58 [2024-04-19T12:32:58.520Z] === RUN   TestInspectOomKilledTrue
12:32:59 [2024-04-19T12:32:59.081Z] --- PASS: TestInspectOomKilledTrue (0.49s)
12:32:59 [2024-04-19T12:32:59.081Z] === RUN   TestInspectOomKilledFalse
12:32:59 [2024-04-19T12:32:59.347Z] --- PASS: TestInspectOomKilledFalse (0.44s)
12:32:59 [2024-04-19T12:32:59.347Z] === RUN   TestLinksEtcHostsContentMatch
12:32:59 [2024-04-19T12:32:59.613Z] --- PASS: TestLinksEtcHostsContentMatch (0.23s)
12:32:59 [2024-04-19T12:32:59.613Z] === RUN   TestLinksContainerNames
12:33:00 [2024-04-19T12:33:00.544Z] --- PASS: TestLinksContainerNames (0.85s)
12:33:00 [2024-04-19T12:33:00.544Z] === RUN   TestLogsFollowTailEmpty
12:33:00 [2024-04-19T12:33:00.800Z] --- PASS: TestLogsFollowTailEmpty (0.43s)
12:33:00 [2024-04-19T12:33:00.800Z] === RUN   TestLogs
12:33:00 [2024-04-19T12:33:00.800Z] === RUN   TestLogs/driver_local
12:33:00 [2024-04-19T12:33:00.800Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
12:33:00 [2024-04-19T12:33:00.800Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
12:33:00 [2024-04-19T12:33:00.800Z] === RUN   TestLogs/driver_local/tty/only_stdout
12:33:00 [2024-04-19T12:33:00.800Z] === PAUSE TestLogs/driver_local/tty/only_stdout
12:33:00 [2024-04-19T12:33:00.800Z] === RUN   TestLogs/driver_local/tty/only_stderr
12:33:00 [2024-04-19T12:33:00.800Z] === PAUSE TestLogs/driver_local/tty/only_stderr
12:33:00 [2024-04-19T12:33:00.800Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
12:33:00 [2024-04-19T12:33:00.800Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
12:33:00 [2024-04-19T12:33:00.800Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
12:33:00 [2024-04-19T12:33:00.800Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
12:33:00 [2024-04-19T12:33:00.800Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
12:33:00 [2024-04-19T12:33:00.800Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
12:33:00 [2024-04-19T12:33:00.800Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
12:33:00 [2024-04-19T12:33:00.800Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
12:33:00 [2024-04-19T12:33:00.800Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
12:33:00 [2024-04-19T12:33:00.800Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
12:33:00 [2024-04-19T12:33:00.800Z] === CONT  TestLogs/driver_local/tty/only_stdout
12:33:00 [2024-04-19T12:33:00.800Z] === CONT  TestLogs/driver_local/tty/only_stderr
12:33:02 [2024-04-19T12:33:02.691Z] === RUN   TestLogs/driver_json-file
12:33:02 [2024-04-19T12:33:02.691Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
12:33:02 [2024-04-19T12:33:02.691Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
12:33:02 [2024-04-19T12:33:02.691Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
12:33:02 [2024-04-19T12:33:02.691Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
12:33:02 [2024-04-19T12:33:02.691Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
12:33:02 [2024-04-19T12:33:02.691Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
12:33:02 [2024-04-19T12:33:02.691Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
12:33:02 [2024-04-19T12:33:02.691Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
12:33:02 [2024-04-19T12:33:02.691Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
12:33:02 [2024-04-19T12:33:02.691Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
12:33:02 [2024-04-19T12:33:02.691Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
12:33:02 [2024-04-19T12:33:02.691Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
12:33:02 [2024-04-19T12:33:02.691Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
12:33:02 [2024-04-19T12:33:02.691Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
12:33:02 [2024-04-19T12:33:02.691Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
12:33:02 [2024-04-19T12:33:02.691Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
12:33:02 [2024-04-19T12:33:02.691Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
12:33:02 [2024-04-19T12:33:02.691Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
12:33:04 [2024-04-19T12:33:04.582Z] --- PASS: TestLogs (3.44s)
12:33:04 [2024-04-19T12:33:04.582Z]     --- PASS: TestLogs/driver_local (0.01s)
12:33:04 [2024-04-19T12:33:04.582Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (1.09s)
12:33:04 [2024-04-19T12:33:04.582Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (1.32s)
12:33:04 [2024-04-19T12:33:04.582Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (1.40s)
12:33:04 [2024-04-19T12:33:04.582Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (1.47s)
12:33:04 [2024-04-19T12:33:04.582Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (1.55s)
12:33:04 [2024-04-19T12:33:04.582Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (1.63s)
12:33:04 [2024-04-19T12:33:04.582Z]     --- PASS: TestLogs/driver_json-file (0.01s)
12:33:04 [2024-04-19T12:33:04.582Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (1.11s)
12:33:04 [2024-04-19T12:33:04.582Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (1.36s)
12:33:04 [2024-04-19T12:33:04.582Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (1.51s)
12:33:04 [2024-04-19T12:33:04.582Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (1.58s)
12:33:04 [2024-04-19T12:33:04.582Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (1.73s)
12:33:04 [2024-04-19T12:33:04.582Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (1.79s)
12:33:04 [2024-04-19T12:33:04.582Z] === RUN   TestContainerNetworkMountsNoChown
12:33:04 [2024-04-19T12:33:04.840Z] --- PASS: TestContainerNetworkMountsNoChown (0.46s)
12:33:04 [2024-04-19T12:33:04.840Z] === RUN   TestMountDaemonRoot
12:33:04 [2024-04-19T12:33:04.840Z] === RUN   TestMountDaemonRoot/default
12:33:04 [2024-04-19T12:33:04.840Z] === PAUSE TestMountDaemonRoot/default
12:33:04 [2024-04-19T12:33:04.840Z] === RUN   TestMountDaemonRoot/private
12:33:04 [2024-04-19T12:33:04.840Z] === PAUSE TestMountDaemonRoot/private
12:33:04 [2024-04-19T12:33:04.840Z] === RUN   TestMountDaemonRoot/rprivate
12:33:04 [2024-04-19T12:33:04.840Z] === PAUSE TestMountDaemonRoot/rprivate
12:33:04 [2024-04-19T12:33:04.840Z] === RUN   TestMountDaemonRoot/slave
12:33:04 [2024-04-19T12:33:04.840Z] === PAUSE TestMountDaemonRoot/slave
12:33:04 [2024-04-19T12:33:04.840Z] === RUN   TestMountDaemonRoot/rslave
12:33:04 [2024-04-19T12:33:04.840Z] === PAUSE TestMountDaemonRoot/rslave
12:33:04 [2024-04-19T12:33:04.840Z] === RUN   TestMountDaemonRoot/shared
12:33:04 [2024-04-19T12:33:04.840Z] === PAUSE TestMountDaemonRoot/shared
12:33:04 [2024-04-19T12:33:04.840Z] === RUN   TestMountDaemonRoot/rshared
12:33:04 [2024-04-19T12:33:04.840Z] === PAUSE TestMountDaemonRoot/rshared
12:33:04 [2024-04-19T12:33:04.840Z] === CONT  TestMountDaemonRoot/default
12:33:04 [2024-04-19T12:33:04.840Z] === CONT  TestMountDaemonRoot/rslave
12:33:04 [2024-04-19T12:33:04.840Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
12:33:04 [2024-04-19T12:33:04.840Z] === CONT  TestMountDaemonRoot/rshared
12:33:04 [2024-04-19T12:33:04.840Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
12:33:04 [2024-04-19T12:33:04.840Z] === RUN   TestMountDaemonRoot/rslave/bind_root
12:33:04 [2024-04-19T12:33:04.840Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
12:33:04 [2024-04-19T12:33:04.840Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
12:33:04 [2024-04-19T12:33:04.840Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
12:33:04 [2024-04-19T12:33:04.840Z] === RUN   TestMountDaemonRoot/rslave/mount_root
12:33:04 [2024-04-19T12:33:04.840Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
12:33:04 [2024-04-19T12:33:04.840Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
12:33:04 [2024-04-19T12:33:04.840Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
12:33:04 [2024-04-19T12:33:04.840Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
12:33:04 [2024-04-19T12:33:04.840Z] === RUN   TestMountDaemonRoot/rshared/bind_root
12:33:04 [2024-04-19T12:33:04.840Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
12:33:04 [2024-04-19T12:33:04.840Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
12:33:04 [2024-04-19T12:33:04.840Z] === CONT  TestMountDaemonRoot/rprivate
12:33:04 [2024-04-19T12:33:04.840Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
12:33:04 [2024-04-19T12:33:04.840Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
12:33:04 [2024-04-19T12:33:04.840Z] === CONT  TestMountDaemonRoot/slave
12:33:04 [2024-04-19T12:33:04.840Z] === RUN   TestMountDaemonRoot/slave/bind_root
12:33:04 [2024-04-19T12:33:04.840Z] === PAUSE TestMountDaemonRoot/slave/bind_root
12:33:04 [2024-04-19T12:33:04.840Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
12:33:04 [2024-04-19T12:33:04.840Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
12:33:04 [2024-04-19T12:33:04.840Z] === RUN   TestMountDaemonRoot/slave/mount_root
12:33:04 [2024-04-19T12:33:04.840Z] === PAUSE TestMountDaemonRoot/slave/mount_root
12:33:04 [2024-04-19T12:33:04.840Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
12:33:04 [2024-04-19T12:33:04.840Z] === CONT  TestMountDaemonRoot/private
12:33:04 [2024-04-19T12:33:04.840Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
12:33:04 [2024-04-19T12:33:04.840Z] === CONT  TestMountDaemonRoot/rslave/mount_root
12:33:04 [2024-04-19T12:33:04.840Z] === RUN   TestMountDaemonRoot/private/bind_subpath
12:33:04 [2024-04-19T12:33:04.840Z] === CONT  TestMountDaemonRoot/shared
12:33:04 [2024-04-19T12:33:04.840Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
12:33:04 [2024-04-19T12:33:04.840Z] === RUN   TestMountDaemonRoot/private/mount_root
12:33:04 [2024-04-19T12:33:04.840Z] === PAUSE TestMountDaemonRoot/private/mount_root
12:33:04 [2024-04-19T12:33:04.840Z] === RUN   TestMountDaemonRoot/default/bind_root
12:33:04 [2024-04-19T12:33:04.840Z] === RUN   TestMountDaemonRoot/shared/bind_root
12:33:04 [2024-04-19T12:33:04.840Z] === PAUSE TestMountDaemonRoot/default/bind_root
12:33:04 [2024-04-19T12:33:04.840Z] === RUN   TestMountDaemonRoot/default/bind_subpath
12:33:04 [2024-04-19T12:33:04.840Z] === PAUSE TestMountDaemonRoot/shared/bind_root
12:33:04 [2024-04-19T12:33:04.840Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
12:33:04 [2024-04-19T12:33:04.840Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
12:33:04 [2024-04-19T12:33:04.840Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
12:33:04 [2024-04-19T12:33:04.840Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
12:33:04 [2024-04-19T12:33:04.840Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
12:33:04 [2024-04-19T12:33:04.840Z] === RUN   TestMountDaemonRoot/shared/mount_root
12:33:04 [2024-04-19T12:33:04.840Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
12:33:04 [2024-04-19T12:33:04.840Z] === PAUSE TestMountDaemonRoot/shared/mount_root
12:33:04 [2024-04-19T12:33:04.840Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
12:33:04 [2024-04-19T12:33:04.840Z] === RUN   TestMountDaemonRoot/private/mount_subpath
12:33:04 [2024-04-19T12:33:04.840Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
12:33:04 [2024-04-19T12:33:04.840Z] === RUN   TestMountDaemonRoot/default/mount_root
12:33:04 [2024-04-19T12:33:04.840Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
12:33:04 [2024-04-19T12:33:04.840Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
12:33:04 [2024-04-19T12:33:04.840Z] === PAUSE TestMountDaemonRoot/default/mount_root
12:33:04 [2024-04-19T12:33:04.840Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
12:33:04 [2024-04-19T12:33:04.840Z] === RUN   TestMountDaemonRoot/private/bind_root
12:33:04 [2024-04-19T12:33:04.840Z] === RUN   TestMountDaemonRoot/default/mount_subpath
12:33:04 [2024-04-19T12:33:04.840Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
12:33:04 [2024-04-19T12:33:04.840Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
12:33:04 [2024-04-19T12:33:04.840Z] === RUN   TestMountDaemonRoot/rshared/mount_root
12:33:04 [2024-04-19T12:33:04.840Z] === PAUSE TestMountDaemonRoot/private/bind_root
12:33:04 [2024-04-19T12:33:04.840Z] === CONT  TestMountDaemonRoot/slave/bind_root
12:33:04 [2024-04-19T12:33:04.840Z] === CONT  TestMountDaemonRoot/rslave/bind_root
12:33:04 [2024-04-19T12:33:04.840Z] === CONT  TestMountDaemonRoot/slave/mount_root
12:33:04 [2024-04-19T12:33:04.840Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
12:33:04 [2024-04-19T12:33:04.840Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
12:33:04 [2024-04-19T12:33:04.840Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
12:33:04 [2024-04-19T12:33:04.840Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
12:33:04 [2024-04-19T12:33:04.840Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
12:33:04 [2024-04-19T12:33:04.840Z] === CONT  TestMountDaemonRoot/shared/bind_root
12:33:04 [2024-04-19T12:33:04.840Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
12:33:04 [2024-04-19T12:33:04.840Z] === CONT  TestMountDaemonRoot/shared/mount_root
12:33:04 [2024-04-19T12:33:04.840Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
12:33:04 [2024-04-19T12:33:04.840Z] === CONT  TestMountDaemonRoot/default/bind_root
12:33:04 [2024-04-19T12:33:04.840Z] === CONT  TestMountDaemonRoot/private/bind_subpath
12:33:04 [2024-04-19T12:33:04.840Z] === CONT  TestMountDaemonRoot/default/mount_root
12:33:04 [2024-04-19T12:33:04.840Z] === CONT  TestMountDaemonRoot/default/mount_subpath
12:33:04 [2024-04-19T12:33:04.840Z] === CONT  TestMountDaemonRoot/private/bind_root
12:33:04 [2024-04-19T12:33:04.840Z] === CONT  TestMountDaemonRoot/default/bind_subpath
12:33:05 [2024-04-19T12:33:05.096Z] === CONT  TestMountDaemonRoot/private/mount_subpath
12:33:05 [2024-04-19T12:33:05.096Z] === CONT  TestMountDaemonRoot/private/mount_root
12:33:05 [2024-04-19T12:33:05.096Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
12:33:05 [2024-04-19T12:33:05.096Z] === CONT  TestMountDaemonRoot/rshared/mount_root
12:33:05 [2024-04-19T12:33:05.096Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
12:33:05 [2024-04-19T12:33:05.096Z] === CONT  TestMountDaemonRoot/rshared/bind_root
12:33:05 [2024-04-19T12:33:05.096Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
12:33:05 [2024-04-19T12:33:05.096Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
12:33:05 [2024-04-19T12:33:05.096Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
12:33:05 [2024-04-19T12:33:05.096Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
12:33:05 [2024-04-19T12:33:05.096Z] --- PASS: TestMountDaemonRoot (0.01s)
12:33:05 [2024-04-19T12:33:05.096Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
12:33:05 [2024-04-19T12:33:05.096Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.08s)
12:33:05 [2024-04-19T12:33:05.096Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.08s)
12:33:05 [2024-04-19T12:33:05.096Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.08s)
12:33:05 [2024-04-19T12:33:05.096Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.08s)
12:33:05 [2024-04-19T12:33:05.096Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
12:33:05 [2024-04-19T12:33:05.096Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.11s)
12:33:05 [2024-04-19T12:33:05.096Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.11s)
12:33:05 [2024-04-19T12:33:05.096Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.11s)
12:33:05 [2024-04-19T12:33:05.096Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.11s)
12:33:05 [2024-04-19T12:33:05.096Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
12:33:05 [2024-04-19T12:33:05.096Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.08s)
12:33:05 [2024-04-19T12:33:05.096Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.08s)
12:33:05 [2024-04-19T12:33:05.096Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.09s)
12:33:05 [2024-04-19T12:33:05.096Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.09s)
12:33:05 [2024-04-19T12:33:05.096Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
12:33:05 [2024-04-19T12:33:05.096Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.08s)
12:33:05 [2024-04-19T12:33:05.096Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.09s)
12:33:05 [2024-04-19T12:33:05.096Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.08s)
12:33:05 [2024-04-19T12:33:05.096Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.08s)
12:33:05 [2024-04-19T12:33:05.096Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
12:33:05 [2024-04-19T12:33:05.096Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.12s)
12:33:05 [2024-04-19T12:33:05.096Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.12s)
12:33:05 [2024-04-19T12:33:05.096Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.12s)
12:33:05 [2024-04-19T12:33:05.096Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.10s)
12:33:05 [2024-04-19T12:33:05.096Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
12:33:05 [2024-04-19T12:33:05.096Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.10s)
12:33:05 [2024-04-19T12:33:05.096Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.10s)
12:33:05 [2024-04-19T12:33:05.096Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.10s)
12:33:05 [2024-04-19T12:33:05.096Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.10s)
12:33:05 [2024-04-19T12:33:05.096Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
12:33:05 [2024-04-19T12:33:05.097Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.08s)
12:33:05 [2024-04-19T12:33:05.097Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.08s)
12:33:05 [2024-04-19T12:33:05.097Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.08s)
12:33:05 [2024-04-19T12:33:05.097Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.07s)
12:33:05 [2024-04-19T12:33:05.097Z] === RUN   TestContainerBindMountNonRecursive
12:33:06 [2024-04-19T12:33:06.462Z] --- PASS: TestContainerBindMountNonRecursive (1.09s)
12:33:06 [2024-04-19T12:33:06.462Z] === RUN   TestContainerVolumesMountedAsShared
12:33:06 [2024-04-19T12:33:06.718Z] --- PASS: TestContainerVolumesMountedAsShared (0.42s)
12:33:06 [2024-04-19T12:33:06.718Z] === RUN   TestContainerVolumesMountedAsSlave
12:33:06 [2024-04-19T12:33:06.975Z] --- PASS: TestContainerVolumesMountedAsSlave (0.26s)
12:33:06 [2024-04-19T12:33:06.975Z] === RUN   TestContainerCopyLeaksMounts
12:33:07 [2024-04-19T12:33:07.537Z] --- PASS: TestContainerCopyLeaksMounts (0.50s)
12:33:07 [2024-04-19T12:33:07.537Z] === RUN   TestContainerBindMountReadOnlyDefault
12:33:07 [2024-04-19T12:33:07.537Z] === RUN   TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44
12:33:07 [2024-04-19T12:33:07.537Z] === RUN   TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44/mount
12:33:07 [2024-04-19T12:33:07.793Z] === RUN   TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44/bind_mount
12:33:08 [2024-04-19T12:33:08.355Z] === RUN   TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44
12:33:08 [2024-04-19T12:33:08.355Z] === RUN   TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44/mount
12:33:08 [2024-04-19T12:33:08.611Z] === RUN   TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44/bind_mount
12:33:09 [2024-04-19T12:33:09.173Z] === RUN   TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default
12:33:09 [2024-04-19T12:33:09.173Z] === RUN   TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default/mount
12:33:09 [2024-04-19T12:33:09.429Z] === RUN   TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default/bind_mount
12:33:09 [2024-04-19T12:33:09.685Z] === RUN   TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default
12:33:09 [2024-04-19T12:33:09.685Z] === RUN   TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default/mount
12:33:10 [2024-04-19T12:33:10.247Z] === RUN   TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default/bind_mount
12:33:10 [2024-04-19T12:33:10.809Z] --- PASS: TestContainerBindMountReadOnlyDefault (3.26s)
12:33:10 [2024-04-19T12:33:10.809Z]     --- PASS: TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44 (0.81s)
12:33:10 [2024-04-19T12:33:10.809Z]         --- PASS: TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44/mount (0.41s)
12:33:10 [2024-04-19T12:33:10.809Z]         --- PASS: TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44/bind_mount (0.39s)
12:33:10 [2024-04-19T12:33:10.809Z]     --- PASS: TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44 (0.80s)
12:33:10 [2024-04-19T12:33:10.809Z]         --- PASS: TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44/mount (0.40s)
12:33:10 [2024-04-19T12:33:10.809Z]         --- PASS: TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44/bind_mount (0.40s)
12:33:10 [2024-04-19T12:33:10.809Z]     --- PASS: TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default (0.78s)
12:33:10 [2024-04-19T12:33:10.809Z]         --- PASS: TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default/mount (0.37s)
12:33:10 [2024-04-19T12:33:10.809Z]         --- PASS: TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default/bind_mount (0.41s)
12:33:10 [2024-04-19T12:33:10.809Z]     --- PASS: TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default (0.80s)
12:33:10 [2024-04-19T12:33:10.809Z]         --- PASS: TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default/mount (0.39s)
12:33:10 [2024-04-19T12:33:10.809Z]         --- PASS: TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default/bind_mount (0.40s)
12:33:10 [2024-04-19T12:33:10.809Z] === RUN   TestContainerBindMountRecursivelyReadOnly
12:33:12 [2024-04-19T12:33:12.175Z] --- PASS: TestContainerBindMountRecursivelyReadOnly (1.39s)
12:33:12 [2024-04-19T12:33:12.175Z] === RUN   TestNetworkNat
12:33:12 [2024-04-19T12:33:12.431Z] --- PASS: TestNetworkNat (0.46s)
12:33:12 [2024-04-19T12:33:12.431Z] === RUN   TestNetworkLocalhostTCPNat
12:33:12 [2024-04-19T12:33:12.994Z] --- PASS: TestNetworkLocalhostTCPNat (0.49s)
12:33:12 [2024-04-19T12:33:12.994Z] === RUN   TestNetworkLoopbackNat
12:33:15 [2024-04-19T12:33:15.510Z] --- PASS: TestNetworkLoopbackNat (2.53s)
12:33:15 [2024-04-19T12:33:15.510Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors
12:33:15 [2024-04-19T12:33:15.767Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors/diff
12:33:15 [2024-04-19T12:33:15.767Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors/export
12:33:15 [2024-04-19T12:33:15.767Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_to_container
12:33:15 [2024-04-19T12:33:15.767Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_from_container
12:33:16 [2024-04-19T12:33:16.023Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors (0.50s)
12:33:16 [2024-04-19T12:33:16.023Z]     --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/diff (0.02s)
12:33:16 [2024-04-19T12:33:16.023Z]     --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/export (0.01s)
12:33:16 [2024-04-19T12:33:16.023Z]     --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_to_container (0.01s)
12:33:16 [2024-04-19T12:33:16.023Z]     --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_from_container (0.01s)
12:33:16 [2024-04-19T12:33:16.023Z] === RUN   TestPause
12:33:16 [2024-04-19T12:33:16.585Z] --- PASS: TestPause (0.48s)
12:33:16 [2024-04-19T12:33:16.585Z] === RUN   TestPauseFailsOnWindowsServerContainers
12:33:16 [2024-04-19T12:33:16.585Z]     pause_test.go:53: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
12:33:16 [2024-04-19T12:33:16.585Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
12:33:16 [2024-04-19T12:33:16.585Z] === RUN   TestPauseStopPausedContainer
12:33:17 [2024-04-19T12:33:17.147Z] --- PASS: TestPauseStopPausedContainer (0.47s)
12:33:17 [2024-04-19T12:33:17.147Z] === RUN   TestPIDModeHost
12:33:18 [2024-04-19T12:33:18.076Z] --- PASS: TestPIDModeHost (0.96s)
12:33:18 [2024-04-19T12:33:18.076Z] === RUN   TestPIDModeContainer
12:33:18 [2024-04-19T12:33:18.076Z] === RUN   TestPIDModeContainer/non-existing_container
12:33:18 [2024-04-19T12:33:18.076Z] === RUN   TestPIDModeContainer/non-running_container
12:33:18 [2024-04-19T12:33:18.076Z] === RUN   TestPIDModeContainer/running_container
12:33:19 [2024-04-19T12:33:19.004Z] --- PASS: TestPIDModeContainer (1.14s)
12:33:19 [2024-04-19T12:33:19.004Z]     --- PASS: TestPIDModeContainer/non-existing_container (0.00s)
12:33:19 [2024-04-19T12:33:19.004Z]     --- PASS: TestPIDModeContainer/non-running_container (0.20s)
12:33:19 [2024-04-19T12:33:19.004Z]     --- PASS: TestPIDModeContainer/running_container (0.52s)
12:33:19 [2024-04-19T12:33:19.004Z] === RUN   TestPsFilter
12:33:19 [2024-04-19T12:33:19.261Z] === RUN   TestPsFilter/since
12:33:19 [2024-04-19T12:33:19.261Z] === RUN   TestPsFilter/before
12:33:19 [2024-04-19T12:33:19.261Z] --- PASS: TestPsFilter (0.13s)
12:33:19 [2024-04-19T12:33:19.261Z]     --- PASS: TestPsFilter/since (0.00s)
12:33:19 [2024-04-19T12:33:19.261Z]     --- PASS: TestPsFilter/before (0.00s)
12:33:19 [2024-04-19T12:33:19.261Z] === RUN   TestRemoveContainerWithRemovedVolume
12:33:19 [2024-04-19T12:33:19.517Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.40s)
12:33:19 [2024-04-19T12:33:19.517Z] === RUN   TestRemoveContainerWithVolume
12:33:20 [2024-04-19T12:33:20.079Z] --- PASS: TestRemoveContainerWithVolume (0.43s)
12:33:20 [2024-04-19T12:33:20.079Z] === RUN   TestRemoveContainerRunning
12:33:20 [2024-04-19T12:33:20.641Z] --- PASS: TestRemoveContainerRunning (0.43s)
12:33:20 [2024-04-19T12:33:20.641Z] === RUN   TestRemoveContainerForceRemoveRunning
12:33:20 [2024-04-19T12:33:20.897Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.41s)
12:33:20 [2024-04-19T12:33:20.897Z] === RUN   TestRemoveInvalidContainer
12:33:20 [2024-04-19T12:33:20.897Z] --- PASS: TestRemoveInvalidContainer (0.01s)
12:33:20 [2024-04-19T12:33:20.897Z] === RUN   TestRenameLinkedContainer
12:33:22 [2024-04-19T12:33:22.788Z] --- PASS: TestRenameLinkedContainer (1.73s)
12:33:22 [2024-04-19T12:33:22.788Z] === RUN   TestRenameStoppedContainer
12:33:23 [2024-04-19T12:33:23.044Z] --- PASS: TestRenameStoppedContainer (0.44s)
12:33:23 [2024-04-19T12:33:23.044Z] === RUN   TestRenameRunningContainerAndReuse
12:33:23 [2024-04-19T12:33:23.972Z] --- PASS: TestRenameRunningContainerAndReuse (0.87s)
12:33:23 [2024-04-19T12:33:23.972Z] === RUN   TestRenameInvalidName
12:33:24 [2024-04-19T12:33:24.534Z] --- PASS: TestRenameInvalidName (0.42s)
12:33:24 [2024-04-19T12:33:24.534Z] === RUN   TestRenameAnonymousContainer
12:33:25 [2024-04-19T12:33:25.900Z] --- PASS: TestRenameAnonymousContainer (1.45s)
12:33:25 [2024-04-19T12:33:25.900Z] === RUN   TestRenameContainerWithSameName
12:33:26 [2024-04-19T12:33:26.462Z] --- PASS: TestRenameContainerWithSameName (0.47s)
12:33:26 [2024-04-19T12:33:26.462Z] === RUN   TestRenameContainerWithLinkedContainer
12:33:27 [2024-04-19T12:33:27.389Z] --- PASS: TestRenameContainerWithLinkedContainer (0.96s)
12:33:27 [2024-04-19T12:33:27.389Z] === RUN   TestRenameContainerTwice
12:33:27 [2024-04-19T12:33:27.645Z] --- PASS: TestRenameContainerTwice (0.46s)
12:33:27 [2024-04-19T12:33:27.645Z] === RUN   TestResize
12:33:27 [2024-04-19T12:33:27.645Z] === RUN   TestResize/success
12:33:27 [2024-04-19T12:33:27.901Z] === RUN   TestResize/invalid_size
12:33:28 [2024-04-19T12:33:28.156Z] === RUN   TestResize/invalid_state
12:33:28 [2024-04-19T12:33:28.718Z] --- PASS: TestResize (0.95s)
12:33:28 [2024-04-19T12:33:28.718Z]     --- PASS: TestResize/success (0.24s)
12:33:28 [2024-04-19T12:33:28.718Z]     --- PASS: TestResize/invalid_size (0.23s)
12:33:28 [2024-04-19T12:33:28.718Z]     --- PASS: TestResize/invalid_state (0.04s)
12:33:28 [2024-04-19T12:33:28.718Z] === RUN   TestDaemonRestartKillContainers
12:33:28 [2024-04-19T12:33:28.718Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
12:33:28 [2024-04-19T12:33:28.718Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
12:33:28 [2024-04-19T12:33:28.718Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
12:33:28 [2024-04-19T12:33:28.718Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
12:33:28 [2024-04-19T12:33:28.718Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
12:33:28 [2024-04-19T12:33:28.718Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
12:33:28 [2024-04-19T12:33:28.718Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
12:33:28 [2024-04-19T12:33:28.718Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
12:33:28 [2024-04-19T12:33:28.718Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
12:33:28 [2024-04-19T12:33:28.718Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
12:33:28 [2024-04-19T12:33:28.718Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
12:33:28 [2024-04-19T12:33:28.718Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
12:33:28 [2024-04-19T12:33:28.718Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
12:33:28 [2024-04-19T12:33:28.718Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
12:33:28 [2024-04-19T12:33:28.718Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
12:33:28 [2024-04-19T12:33:28.718Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
12:33:28 [2024-04-19T12:33:28.718Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
12:33:28 [2024-04-19T12:33:28.718Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
12:33:28 [2024-04-19T12:33:28.718Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
12:33:28 [2024-04-19T12:33:28.718Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
12:33:28 [2024-04-19T12:33:28.718Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
12:33:28 [2024-04-19T12:33:28.718Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
12:33:28 [2024-04-19T12:33:28.718Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
12:33:28 [2024-04-19T12:33:28.718Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
12:33:28 [2024-04-19T12:33:28.718Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
12:33:28 [2024-04-19T12:33:28.718Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
12:33:28 [2024-04-19T12:33:28.718Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
12:33:28 [2024-04-19T12:33:28.718Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
12:33:28 [2024-04-19T12:33:28.718Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
12:33:28 [2024-04-19T12:33:28.718Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
12:33:28 [2024-04-19T12:33:28.718Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
12:33:28 [2024-04-19T12:33:28.718Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
12:33:28 [2024-04-19T12:33:28.718Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
12:33:28 [2024-04-19T12:33:28.718Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
12:33:28 [2024-04-19T12:33:28.718Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
12:33:28 [2024-04-19T12:33:28.718Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
12:33:28 [2024-04-19T12:33:28.718Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
12:33:28 [2024-04-19T12:33:28.718Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
12:33:28 [2024-04-19T12:33:28.718Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
12:33:28 [2024-04-19T12:33:28.718Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
12:33:30 [2024-04-19T12:33:30.087Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
12:33:30 [2024-04-19T12:33:30.087Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
12:33:30 [2024-04-19T12:33:30.343Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
12:33:30 [2024-04-19T12:33:30.606Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
12:33:30 [2024-04-19T12:33:30.873Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
12:33:31 [2024-04-19T12:33:31.824Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
12:33:31 [2024-04-19T12:33:31.824Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
12:33:32 [2024-04-19T12:33:32.080Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
12:33:37 [2024-04-19T12:33:37.326Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
12:33:37 [2024-04-19T12:33:37.326Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.29s)
12:33:37 [2024-04-19T12:33:37.326Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.30s)
12:33:37 [2024-04-19T12:33:37.326Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.75s)
12:33:37 [2024-04-19T12:33:37.326Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.98s)
12:33:37 [2024-04-19T12:33:37.326Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.09s)
12:33:37 [2024-04-19T12:33:37.326Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.20s)
12:33:37 [2024-04-19T12:33:37.326Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.98s)
12:33:37 [2024-04-19T12:33:37.326Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.03s)
12:33:37 [2024-04-19T12:33:37.326Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.90s)
12:33:37 [2024-04-19T12:33:37.326Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.91s)
12:33:37 [2024-04-19T12:33:37.326Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.21s)
12:33:37 [2024-04-19T12:33:37.326Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (4.77s)
12:33:37 [2024-04-19T12:33:37.326Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (5.02s)
12:33:37 [2024-04-19T12:33:37.326Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.87s)
12:33:37 [2024-04-19T12:33:37.326Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (5.92s)
12:33:37 [2024-04-19T12:33:37.326Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.89s)
12:33:37 [2024-04-19T12:33:37.326Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted
12:33:37 [2024-04-19T12:33:37.326Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/kill
12:33:37 [2024-04-19T12:33:37.888Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/stop
12:33:38 [2024-04-19T12:33:38.817Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.80s)
12:33:38 [2024-04-19T12:33:38.817Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.86s)
12:33:38 [2024-04-19T12:33:38.817Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (0.93s)
12:33:38 [2024-04-19T12:33:38.817Z] === RUN   TestContainerRestartWithCancelledRequest
12:33:40 [2024-04-19T12:33:40.707Z] --- PASS: TestContainerRestartWithCancelledRequest (1.84s)
12:33:40 [2024-04-19T12:33:40.707Z] === RUN   TestCgroupNamespacesRun
12:33:41 [2024-04-19T12:33:41.634Z] --- PASS: TestCgroupNamespacesRun (1.03s)
12:33:41 [2024-04-19T12:33:41.634Z] === RUN   TestCgroupNamespacesRunPrivileged
12:33:42 [2024-04-19T12:33:42.562Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.08s)
12:33:42 [2024-04-19T12:33:42.562Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
12:33:43 [2024-04-19T12:33:43.927Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.07s)
12:33:43 [2024-04-19T12:33:43.927Z] === RUN   TestCgroupNamespacesRunHostMode
12:33:44 [2024-04-19T12:33:44.855Z] --- PASS: TestCgroupNamespacesRunHostMode (1.01s)
12:33:44 [2024-04-19T12:33:44.855Z] === RUN   TestCgroupNamespacesRunPrivateMode
12:33:45 [2024-04-19T12:33:45.782Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.03s)
12:33:45 [2024-04-19T12:33:45.782Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
12:33:46 [2024-04-19T12:33:46.710Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.04s)
12:33:46 [2024-04-19T12:33:46.710Z] === RUN   TestCgroupNamespacesRunInvalidMode
12:33:47 [2024-04-19T12:33:47.271Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.60s)
12:33:47 [2024-04-19T12:33:47.271Z] === RUN   TestCgroupNamespacesRunOlderClient
12:33:48 [2024-04-19T12:33:48.636Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.06s)
12:33:48 [2024-04-19T12:33:48.636Z] === RUN   TestNISDomainname
12:33:48 [2024-04-19T12:33:48.892Z] --- PASS: TestNISDomainname (0.53s)
12:33:48 [2024-04-19T12:33:48.892Z] === RUN   TestHostnameDnsResolution
12:33:49 [2024-04-19T12:33:49.820Z] --- PASS: TestHostnameDnsResolution (0.67s)
12:33:49 [2024-04-19T12:33:49.820Z] === RUN   TestUnprivilegedPortsAndPing
12:33:50 [2024-04-19T12:33:50.076Z] --- PASS: TestUnprivilegedPortsAndPing (0.48s)
12:33:50 [2024-04-19T12:33:50.076Z] === RUN   TestPrivilegedHostDevices
12:33:50 [2024-04-19T12:33:50.637Z] --- PASS: TestPrivilegedHostDevices (0.48s)
12:33:50 [2024-04-19T12:33:50.637Z] === RUN   TestRunConsoleSize
12:33:50 [2024-04-19T12:33:50.893Z] --- PASS: TestRunConsoleSize (0.42s)
12:33:50 [2024-04-19T12:33:50.893Z] === RUN   TestRunWithAlternativeContainerdShim
12:33:57 [2024-04-19T12:33:57.430Z] --- PASS: TestRunWithAlternativeContainerdShim (5.47s)
12:33:57 [2024-04-19T12:33:57.430Z] === RUN   TestMacAddressIsAppliedToMainNetworkWithShortID
12:33:57 [2024-04-19T12:33:57.686Z] --- PASS: TestMacAddressIsAppliedToMainNetworkWithShortID (1.16s)
12:33:57 [2024-04-19T12:33:57.686Z] === RUN   TestStaticIPOutsideSubpool
12:33:59 [2024-04-19T12:33:59.053Z] --- PASS: TestStaticIPOutsideSubpool (1.26s)
12:33:59 [2024-04-19T12:33:59.053Z] === RUN   TestWorkingDirNormalization
12:33:59 [2024-04-19T12:33:59.053Z] === RUN   TestWorkingDirNormalization/trailing_slash
12:33:59 [2024-04-19T12:33:59.053Z] === PAUSE TestWorkingDirNormalization/trailing_slash
12:33:59 [2024-04-19T12:33:59.053Z] === RUN   TestWorkingDirNormalization/no_trailing_slash
12:33:59 [2024-04-19T12:33:59.053Z] === PAUSE TestWorkingDirNormalization/no_trailing_slash
12:33:59 [2024-04-19T12:33:59.053Z] === CONT  TestWorkingDirNormalization/trailing_slash
12:33:59 [2024-04-19T12:33:59.053Z] === CONT  TestWorkingDirNormalization/no_trailing_slash
12:33:59 [2024-04-19T12:33:59.615Z] --- PASS: TestWorkingDirNormalization (0.01s)
12:33:59 [2024-04-19T12:33:59.615Z]     --- PASS: TestWorkingDirNormalization/no_trailing_slash (0.60s)
12:33:59 [2024-04-19T12:33:59.615Z]     --- PASS: TestWorkingDirNormalization/trailing_slash (0.64s)
12:33:59 [2024-04-19T12:33:59.615Z] === RUN   TestStats
12:34:00 [2024-04-19T12:34:00.981Z] --- PASS: TestStats (1.47s)
12:34:00 [2024-04-19T12:34:00.981Z] === RUN   TestStopContainerWithTimeout
12:34:00 [2024-04-19T12:34:00.981Z] === RUN   TestStopContainerWithTimeout/0
12:34:00 [2024-04-19T12:34:00.981Z] === PAUSE TestStopContainerWithTimeout/0
12:34:00 [2024-04-19T12:34:00.981Z] === RUN   TestStopContainerWithTimeout/1
12:34:00 [2024-04-19T12:34:00.981Z] === PAUSE TestStopContainerWithTimeout/1
12:34:00 [2024-04-19T12:34:00.981Z] === RUN   TestStopContainerWithTimeout/3
12:34:00 [2024-04-19T12:34:00.981Z] === PAUSE TestStopContainerWithTimeout/3
12:34:00 [2024-04-19T12:34:00.981Z] === RUN   TestStopContainerWithTimeout/-1
12:34:00 [2024-04-19T12:34:00.981Z] === PAUSE TestStopContainerWithTimeout/-1
12:34:00 [2024-04-19T12:34:00.981Z] === CONT  TestStopContainerWithTimeout/0
12:34:00 [2024-04-19T12:34:00.981Z] === CONT  TestStopContainerWithTimeout/3
12:34:00 [2024-04-19T12:34:00.981Z] === CONT  TestStopContainerWithTimeout/-1
12:34:00 [2024-04-19T12:34:00.981Z] === CONT  TestStopContainerWithTimeout/1
12:34:04 [2024-04-19T12:34:04.249Z] --- PASS: TestStopContainerWithTimeout (0.04s)
12:34:04 [2024-04-19T12:34:04.249Z]     --- PASS: TestStopContainerWithTimeout/0 (0.81s)
12:34:04 [2024-04-19T12:34:04.249Z]     --- PASS: TestStopContainerWithTimeout/1 (1.75s)
12:34:04 [2024-04-19T12:34:04.249Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.55s)
12:34:04 [2024-04-19T12:34:04.249Z]     --- PASS: TestStopContainerWithTimeout/3 (2.80s)
12:34:04 [2024-04-19T12:34:04.249Z] === RUN   TestStopContainerWithTimeoutCancel
12:34:04 [2024-04-19T12:34:04.249Z] === PAUSE TestStopContainerWithTimeoutCancel
12:34:04 [2024-04-19T12:34:04.249Z] === RUN   TestStopContainerWithRestartPolicyAlways
12:34:05 [2024-04-19T12:34:05.178Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.36s)
12:34:05 [2024-04-19T12:34:05.178Z] === RUN   TestUpdateMemory
12:34:05 [2024-04-19T12:34:05.740Z] --- PASS: TestUpdateMemory (0.55s)
12:34:05 [2024-04-19T12:34:05.740Z] === RUN   TestUpdateCPUQuota
12:34:06 [2024-04-19T12:34:06.669Z] --- PASS: TestUpdateCPUQuota (0.70s)
12:34:06 [2024-04-19T12:34:06.669Z] === RUN   TestUpdatePidsLimit
12:34:06 [2024-04-19T12:34:06.669Z] === RUN   TestUpdatePidsLimit/update_from_none
12:34:06 [2024-04-19T12:34:06.669Z] === RUN   TestUpdatePidsLimit/no_change
12:34:06 [2024-04-19T12:34:06.925Z] === RUN   TestUpdatePidsLimit/update_lower
12:34:06 [2024-04-19T12:34:06.925Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
12:34:07 [2024-04-19T12:34:07.181Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
12:34:07 [2024-04-19T12:34:07.181Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
12:34:07 [2024-04-19T12:34:07.437Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
12:34:08 [2024-04-19T12:34:08.000Z] --- PASS: TestUpdatePidsLimit (1.63s)
12:34:08 [2024-04-19T12:34:08.000Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.17s)
12:34:08 [2024-04-19T12:34:08.000Z]     --- PASS: TestUpdatePidsLimit/no_change (0.17s)
12:34:08 [2024-04-19T12:34:08.000Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.16s)
12:34:08 [2024-04-19T12:34:08.000Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.16s)
12:34:08 [2024-04-19T12:34:08.000Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.15s)
12:34:08 [2024-04-19T12:34:08.000Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.17s)
12:34:08 [2024-04-19T12:34:08.000Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.17s)
12:34:08 [2024-04-19T12:34:08.000Z] === RUN   TestUpdateRestartPolicy
12:34:20 [2024-04-19T12:34:20.209Z] --- PASS: TestUpdateRestartPolicy (10.68s)
12:34:20 [2024-04-19T12:34:20.209Z] === RUN   TestUpdateRestartWithAutoRemove
12:34:20 [2024-04-19T12:34:20.209Z] --- PASS: TestUpdateRestartWithAutoRemove (0.50s)
12:34:20 [2024-04-19T12:34:20.209Z] === RUN   TestWaitNonBlocked
12:34:20 [2024-04-19T12:34:20.209Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
12:34:20 [2024-04-19T12:34:20.209Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
12:34:20 [2024-04-19T12:34:20.209Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
12:34:20 [2024-04-19T12:34:20.209Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
12:34:20 [2024-04-19T12:34:20.209Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
12:34:20 [2024-04-19T12:34:20.209Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
12:34:20 [2024-04-19T12:34:20.209Z] --- PASS: TestWaitNonBlocked (0.02s)
12:34:20 [2024-04-19T12:34:20.209Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.56s)
12:34:20 [2024-04-19T12:34:20.209Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.60s)
12:34:20 [2024-04-19T12:34:20.209Z] === RUN   TestWaitBlocked
12:34:20 [2024-04-19T12:34:20.209Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
12:34:20 [2024-04-19T12:34:20.209Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
12:34:20 [2024-04-19T12:34:20.209Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
12:34:20 [2024-04-19T12:34:20.209Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
12:34:20 [2024-04-19T12:34:20.209Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
12:34:20 [2024-04-19T12:34:20.209Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
12:34:20 [2024-04-19T12:34:20.465Z] --- PASS: TestWaitBlocked (0.03s)
12:34:20 [2024-04-19T12:34:20.465Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.47s)
12:34:20 [2024-04-19T12:34:20.465Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.60s)
12:34:20 [2024-04-19T12:34:20.465Z] === RUN   TestWaitConditions
12:34:20 [2024-04-19T12:34:20.465Z] === RUN   TestWaitConditions/default
12:34:20 [2024-04-19T12:34:20.465Z] === PAUSE TestWaitConditions/default
12:34:20 [2024-04-19T12:34:20.465Z] === RUN   TestWaitConditions/not-running
12:34:20 [2024-04-19T12:34:20.465Z] === PAUSE TestWaitConditions/not-running
12:34:20 [2024-04-19T12:34:20.465Z] === RUN   TestWaitConditions/next-exit
12:34:20 [2024-04-19T12:34:20.465Z] === PAUSE TestWaitConditions/next-exit
12:34:20 [2024-04-19T12:34:20.465Z] === RUN   TestWaitConditions/removed
12:34:20 [2024-04-19T12:34:20.465Z] === PAUSE TestWaitConditions/removed
12:34:20 [2024-04-19T12:34:20.465Z] === CONT  TestWaitConditions/default
12:34:20 [2024-04-19T12:34:20.465Z] === CONT  TestWaitConditions/next-exit
12:34:20 [2024-04-19T12:34:20.465Z] === CONT  TestWaitConditions/removed
12:34:20 [2024-04-19T12:34:20.465Z] === CONT  TestWaitConditions/not-running
12:34:20 [2024-04-19T12:34:20.722Z]     wait_test.go:145: ContainerID = 1a619cf87878453fb4e24d94cb35f18ffb1636965b6828310dfcde51cfcfacbb
12:34:20 [2024-04-19T12:34:20.722Z]     wait_test.go:145: ContainerID = 99c3bb3b87809721bb920318280360a9d895a6bb092e6498ac34eb3caea68405
12:34:20 [2024-04-19T12:34:20.722Z]     wait_test.go:145: ContainerID = 176b779b6786c75ee3a4ec7495b24abc997896e7b3fdecc48e4867e44271dd15
12:34:20 [2024-04-19T12:34:20.722Z]     wait_test.go:145: ContainerID = 440f5d01c7f1eea4949a124b19a6a51aac80514248bd6344a5decca6cbd564f8
12:34:21 [2024-04-19T12:34:21.650Z] --- PASS: TestWaitConditions (0.04s)
12:34:21 [2024-04-19T12:34:21.650Z]     --- PASS: TestWaitConditions/next-exit (0.79s)
12:34:21 [2024-04-19T12:34:21.650Z]     --- PASS: TestWaitConditions/removed (1.05s)
12:34:21 [2024-04-19T12:34:21.650Z]     --- PASS: TestWaitConditions/not-running (1.09s)
12:34:21 [2024-04-19T12:34:21.650Z]     --- PASS: TestWaitConditions/default (1.16s)
12:34:21 [2024-04-19T12:34:21.650Z] === RUN   TestWaitRestartedContainer
12:34:21 [2024-04-19T12:34:21.650Z] === RUN   TestWaitRestartedContainer/default
12:34:21 [2024-04-19T12:34:21.650Z] === PAUSE TestWaitRestartedContainer/default
12:34:21 [2024-04-19T12:34:21.650Z] === RUN   TestWaitRestartedContainer/not-running
12:34:21 [2024-04-19T12:34:21.650Z] === PAUSE TestWaitRestartedContainer/not-running
12:34:21 [2024-04-19T12:34:21.650Z] === RUN   TestWaitRestartedContainer/next-exit
12:34:21 [2024-04-19T12:34:21.650Z] === PAUSE TestWaitRestartedContainer/next-exit
12:34:21 [2024-04-19T12:34:21.650Z] === CONT  TestWaitRestartedContainer/default
12:34:21 [2024-04-19T12:34:21.650Z] === CONT  TestWaitRestartedContainer/next-exit
12:34:21 [2024-04-19T12:34:21.650Z] === CONT  TestWaitRestartedContainer/not-running
12:34:23 [2024-04-19T12:34:23.541Z] --- PASS: TestWaitRestartedContainer (0.01s)
12:34:23 [2024-04-19T12:34:23.541Z]     --- PASS: TestWaitRestartedContainer/next-exit (1.41s)
12:34:23 [2024-04-19T12:34:23.541Z]     --- PASS: TestWaitRestartedContainer/not-running (1.67s)
12:34:23 [2024-04-19T12:34:23.541Z]     --- PASS: TestWaitRestartedContainer/default (1.74s)
12:34:23 [2024-04-19T12:34:23.541Z] === CONT  TestContainerStartOnDaemonRestart
12:34:23 [2024-04-19T12:34:23.541Z] === CONT  TestHardRestartWhenContainerIsRunning
12:34:23 [2024-04-19T12:34:23.541Z] === CONT  TestDaemonHostGatewayIP
12:34:23 [2024-04-19T12:34:23.541Z] === CONT  TestRestartDaemonWithRestartingContainer
12:34:23 [2024-04-19T12:34:23.541Z] === CONT  TestIpcModeOlderClient
12:34:23 [2024-04-19T12:34:23.541Z] === CONT  TestStopContainerWithTimeoutCancel
12:34:23 [2024-04-19T12:34:23.541Z] === CONT  TestDaemonRestartIpcMode
12:34:23 [2024-04-19T12:34:23.541Z] === CONT  TestContainerKillOnDaemonStart
12:34:23 [2024-04-19T12:34:23.541Z] --- PASS: TestIpcModeOlderClient (0.12s)
12:34:25 [2024-04-19T12:34:25.432Z] === RUN   TestHardRestartWhenContainerIsRunning/RestartPolicy=none
12:34:25 [2024-04-19T12:34:25.432Z] === RUN   TestHardRestartWhenContainerIsRunning/RestartPolicy=on-failure
12:34:25 [2024-04-19T12:34:25.688Z] --- PASS: TestHardRestartWhenContainerIsRunning (2.33s)
12:34:25 [2024-04-19T12:34:25.688Z]     --- PASS: TestHardRestartWhenContainerIsRunning/RestartPolicy=none (0.00s)
12:34:25 [2024-04-19T12:34:25.688Z]     --- PASS: TestHardRestartWhenContainerIsRunning/RestartPolicy=on-failure (0.40s)
12:34:26 [2024-04-19T12:34:26.251Z] --- PASS: TestContainerStartOnDaemonRestart (2.63s)
12:34:26 [2024-04-19T12:34:26.507Z] --- PASS: TestDaemonHostGatewayIP (3.10s)
12:34:27 [2024-04-19T12:34:27.069Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.58s)
12:34:27 [2024-04-19T12:34:27.069Z] --- PASS: TestDaemonRestartIpcMode (3.58s)
12:34:27 [2024-04-19T12:34:27.069Z] --- PASS: TestStopContainerWithTimeoutCancel (3.72s)
12:34:35 [2024-04-19T12:34:35.154Z] --- PASS: TestContainerKillOnDaemonStart (11.67s)
12:34:35 [2024-04-19T12:34:35.154Z] PASS
12:34:35 [2024-04-19T12:34:35.154Z] 
12:34:35 [2024-04-19T12:34:35.154Z] === Skipped
12:34:35 [2024-04-19T12:34:35.154Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
12:34:35 [2024-04-19T12:34:35.154Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
12:34:35 [2024-04-19T12:34:35.154Z] 
12:34:35 [2024-04-19T12:34:35.154Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
12:34:35 [2024-04-19T12:34:35.154Z]     pause_test.go:53: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
12:34:35 [2024-04-19T12:34:35.154Z] 
12:34:35 [2024-04-19T12:34:35.154Z] DONE 330 tests, 2 skipped in 169.975s
12:34:35 [2024-04-19T12:34:35.154Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m  
12:34:35 [2024-04-19T12:34:35.154Z] ++ '[' -n '' ']'
12:34:35 [2024-04-19T12:34:35.154Z] ++ 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
12:34:35 [2024-04-19T12:34:35.154Z] ++ set -e
12:34:35 [2024-04-19T12:34:35.154Z] ++ '[' -n 0 ']'
12:34:35 [2024-04-19T12:34:35.154Z] ++ set -x
12:34:35 [2024-04-19T12:34:35.154Z] ++ 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.PGGBnACvoN/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
12:34:35 [2024-04-19T12:34:35.154Z] INFO: Testing against a local daemon
12:34:35 [2024-04-19T12:34:35.154Z] === RUN   TestConfigDaemonID
12:34:36 [2024-04-19T12:34:36.520Z]     daemon_test.go:61: [d8b0bdfe0426f] daemon is not started
12:34:36 [2024-04-19T12:34:36.520Z] --- PASS: TestConfigDaemonID (1.04s)
12:34:36 [2024-04-19T12:34:36.520Z] === RUN   TestDaemonConfigValidation
12:34:36 [2024-04-19T12:34:36.520Z] === RUN   TestDaemonConfigValidation/config_with_no_content
12:34:36 [2024-04-19T12:34:36.520Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
12:34:36 [2024-04-19T12:34:36.520Z] === RUN   TestDaemonConfigValidation/config_with_{}
12:34:36 [2024-04-19T12:34:36.520Z] === PAUSE TestDaemonConfigValidation/config_with_{}
12:34:36 [2024-04-19T12:34:36.520Z] === RUN   TestDaemonConfigValidation/invalid_config
12:34:36 [2024-04-19T12:34:36.520Z] === PAUSE TestDaemonConfigValidation/invalid_config
12:34:36 [2024-04-19T12:34:36.520Z] === RUN   TestDaemonConfigValidation/malformed_config
12:34:36 [2024-04-19T12:34:36.520Z] === PAUSE TestDaemonConfigValidation/malformed_config
12:34:36 [2024-04-19T12:34:36.520Z] === RUN   TestDaemonConfigValidation/valid_config
12:34:36 [2024-04-19T12:34:36.520Z] === PAUSE TestDaemonConfigValidation/valid_config
12:34:36 [2024-04-19T12:34:36.520Z] === CONT  TestDaemonConfigValidation/config_with_no_content
12:34:36 [2024-04-19T12:34:36.520Z] === CONT  TestDaemonConfigValidation/malformed_config
12:34:36 [2024-04-19T12:34:36.520Z] === CONT  TestDaemonConfigValidation/valid_config
12:34:36 [2024-04-19T12:34:36.520Z] === CONT  TestDaemonConfigValidation/invalid_config
12:34:36 [2024-04-19T12:34:36.520Z] === CONT  TestDaemonConfigValidation/config_with_{}
12:34:36 [2024-04-19T12:34:36.520Z] --- PASS: TestDaemonConfigValidation (0.00s)
12:34:36 [2024-04-19T12:34:36.520Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.05s)
12:34:36 [2024-04-19T12:34:36.520Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.05s)
12:34:36 [2024-04-19T12:34:36.520Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s)
12:34:36 [2024-04-19T12:34:36.520Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.06s)
12:34:36 [2024-04-19T12:34:36.520Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.06s)
12:34:36 [2024-04-19T12:34:36.520Z] === RUN   TestConfigDaemonSeccompProfiles
12:34:36 [2024-04-19T12:34:36.520Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
12:34:37 [2024-04-19T12:34:37.448Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
12:34:38 [2024-04-19T12:34:38.375Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
12:34:39 [2024-04-19T12:34:39.303Z]     daemon_test.go:180: [d27330414908f] daemon is not started
12:34:39 [2024-04-19T12:34:39.303Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s)
12:34:39 [2024-04-19T12:34:39.303Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
12:34:39 [2024-04-19T12:34:39.303Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
12:34:39 [2024-04-19T12:34:39.303Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
12:34:39 [2024-04-19T12:34:39.303Z] === RUN   TestDaemonProxy
12:34:39 [2024-04-19T12:34:39.303Z] === RUN   TestDaemonProxy/environment_variables
12:34:39 [2024-04-19T12:34:39.303Z] === PAUSE TestDaemonProxy/environment_variables
12:34:39 [2024-04-19T12:34:39.303Z] === RUN   TestDaemonProxy/command-line_options
12:34:39 [2024-04-19T12:34:39.303Z] === PAUSE TestDaemonProxy/command-line_options
12:34:39 [2024-04-19T12:34:39.303Z] === RUN   TestDaemonProxy/configuration_file
12:34:39 [2024-04-19T12:34:39.303Z] === PAUSE TestDaemonProxy/configuration_file
12:34:39 [2024-04-19T12:34:39.303Z] === RUN   TestDaemonProxy/conflicting_options
12:34:39 [2024-04-19T12:34:39.865Z] === RUN   TestDaemonProxy/reload_sanitized
12:34:39 [2024-04-19T12:34:39.865Z] === PAUSE TestDaemonProxy/reload_sanitized
12:34:39 [2024-04-19T12:34:39.865Z] === CONT  TestDaemonProxy/environment_variables
12:34:39 [2024-04-19T12:34:39.865Z] === CONT  TestDaemonProxy/configuration_file
12:34:39 [2024-04-19T12:34:39.865Z] === CONT  TestDaemonProxy/reload_sanitized
12:34:39 [2024-04-19T12:34:39.865Z] === CONT  TestDaemonProxy/command-line_options
12:34:41 [2024-04-19T12:34:41.754Z] --- PASS: TestDaemonProxy (0.50s)
12:34:41 [2024-04-19T12:34:41.754Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
12:34:41 [2024-04-19T12:34:41.754Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.62s)
12:34:41 [2024-04-19T12:34:41.754Z]     --- PASS: TestDaemonProxy/environment_variables (1.72s)
12:34:41 [2024-04-19T12:34:41.754Z]     --- PASS: TestDaemonProxy/configuration_file (1.73s)
12:34:41 [2024-04-19T12:34:41.754Z]     --- PASS: TestDaemonProxy/command-line_options (1.74s)
12:34:41 [2024-04-19T12:34:41.754Z] === RUN   TestLiveRestore
12:34:41 [2024-04-19T12:34:41.754Z] === RUN   TestLiveRestore/volume_references
12:34:41 [2024-04-19T12:34:41.754Z] === PAUSE TestLiveRestore/volume_references
12:34:41 [2024-04-19T12:34:41.754Z] === RUN   TestLiveRestore/autoremove
12:34:41 [2024-04-19T12:34:41.754Z] === PAUSE TestLiveRestore/autoremove
12:34:41 [2024-04-19T12:34:41.754Z] === CONT  TestLiveRestore/volume_references
12:34:41 [2024-04-19T12:34:41.754Z] === CONT  TestLiveRestore/autoremove
12:34:41 [2024-04-19T12:34:41.754Z] === RUN   TestLiveRestore/autoremove/engine_restart_shouldnt_kill_alive_containers
12:34:42 [2024-04-19T12:34:42.315Z] === RUN   TestLiveRestore/volume_references/restartPolicy
12:34:42 [2024-04-19T12:34:42.315Z] === RUN   TestLiveRestore/volume_references/restartPolicy/always
12:34:43 [2024-04-19T12:34:43.243Z] === RUN   TestLiveRestore/volume_references/restartPolicy/unless-stopped
12:34:43 [2024-04-19T12:34:43.499Z] === RUN   TestLiveRestore/autoremove/engine_restart_should_remove_containers_that_exited
12:34:44 [2024-04-19T12:34:44.428Z] === RUN   TestLiveRestore/volume_references/restartPolicy/on-failure
12:34:45 [2024-04-19T12:34:45.356Z] === RUN   TestLiveRestore/volume_references/restartPolicy/no
12:34:46 [2024-04-19T12:34:46.284Z] === RUN   TestLiveRestore/volume_references/local_volume_with_mount_options
12:34:47 [2024-04-19T12:34:47.211Z] === RUN   TestLiveRestore/volume_references/local_volume_with_mount_options/volume_still_mounted
12:34:47 [2024-04-19T12:34:47.773Z] === RUN   TestLiveRestore/volume_references/container_with_bind-mounts
12:34:48 [2024-04-19T12:34:48.701Z] --- PASS: TestLiveRestore (0.00s)
12:34:48 [2024-04-19T12:34:48.701Z]     --- PASS: TestLiveRestore/autoremove (3.39s)
12:34:48 [2024-04-19T12:34:48.701Z]         --- PASS: TestLiveRestore/autoremove/engine_restart_shouldnt_kill_alive_containers (1.86s)
12:34:48 [2024-04-19T12:34:48.701Z]         --- PASS: TestLiveRestore/autoremove/engine_restart_should_remove_containers_that_exited (1.53s)
12:34:48 [2024-04-19T12:34:48.701Z]     --- PASS: TestLiveRestore/volume_references (6.91s)
12:34:48 [2024-04-19T12:34:48.701Z]         --- PASS: TestLiveRestore/volume_references/restartPolicy (4.00s)
12:34:48 [2024-04-19T12:34:48.701Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/always (1.12s)
12:34:48 [2024-04-19T12:34:48.701Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (0.97s)
12:34:48 [2024-04-19T12:34:48.701Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (0.97s)
12:34:48 [2024-04-19T12:34:48.701Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/no (0.95s)
12:34:48 [2024-04-19T12:34:48.702Z]         --- PASS: TestLiveRestore/volume_references/local_volume_with_mount_options (1.35s)
12:34:48 [2024-04-19T12:34:48.702Z]             --- PASS: TestLiveRestore/volume_references/local_volume_with_mount_options/volume_still_mounted (0.40s)
12:34:48 [2024-04-19T12:34:48.702Z]         --- PASS: TestLiveRestore/volume_references/container_with_bind-mounts (0.94s)
12:34:48 [2024-04-19T12:34:48.702Z] === RUN   TestDaemonDefaultBridgeWithFixedCidrButNoBip
12:34:49 [2024-04-19T12:34:49.263Z] --- PASS: TestDaemonDefaultBridgeWithFixedCidrButNoBip (0.67s)
12:34:49 [2024-04-19T12:34:49.263Z] PASS
12:34:49 [2024-04-19T12:34:49.263Z] 
12:34:49 [2024-04-19T12:34:49.263Z] DONE 31 tests in 14.086s
12:34:49 [2024-04-19T12:34:49.263Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m  
12:34:49 [2024-04-19T12:34:49.263Z] ++ '[' -n '' ']'
12:34:49 [2024-04-19T12:34:49.263Z] ++ 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
12:34:49 [2024-04-19T12:34:49.263Z] ++ set -e
12:34:49 [2024-04-19T12:34:49.263Z] ++ '[' -n 0 ']'
12:34:49 [2024-04-19T12:34:49.263Z] ++ set -x
12:34:49 [2024-04-19T12:34:49.263Z] ++ 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.PGGBnACvoN/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
12:34:49 [2024-04-19T12:34:49.263Z] INFO: Testing against a local daemon
12:34:49 [2024-04-19T12:34:49.263Z] === RUN   TestCommitInheritsEnv
12:34:49 [2024-04-19T12:34:49.519Z] --- PASS: TestCommitInheritsEnv (0.21s)
12:34:49 [2024-04-19T12:34:49.519Z] === RUN   TestUsernsCommit
12:34:50 [2024-04-19T12:34:50.885Z] --- PASS: TestUsernsCommit (1.53s)
12:34:50 [2024-04-19T12:34:50.885Z] === RUN   TestImportExtremelyLargeImageWorks
12:34:50 [2024-04-19T12:34:50.885Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
12:34:50 [2024-04-19T12:34:50.885Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
12:34:50 [2024-04-19T12:34:50.885Z] === RUN   TestImportWithCustomPlatform
12:34:50 [2024-04-19T12:34:50.885Z] === RUN   TestImportWithCustomPlatform/#00
12:34:51 [2024-04-19T12:34:51.141Z] === RUN   TestImportWithCustomPlatform/linux
12:34:51 [2024-04-19T12:34:51.141Z] === RUN   TestImportWithCustomPlatform/LINUX
12:34:51 [2024-04-19T12:34:51.141Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
12:34:51 [2024-04-19T12:34:51.141Z] --- PASS: TestImportWithCustomPlatform (0.14s)
12:34:51 [2024-04-19T12:34:51.141Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.03s)
12:34:51 [2024-04-19T12:34:51.141Z]     --- PASS: TestImportWithCustomPlatform/linux (0.02s)
12:34:51 [2024-04-19T12:34:51.141Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.03s)
12:34:51 [2024-04-19T12:34:51.141Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.03s)
12:34:51 [2024-04-19T12:34:51.141Z] === RUN   TestImportWithCustomPlatformReject
12:34:51 [2024-04-19T12:34:51.141Z] === RUN   TestImportWithCustomPlatformReject/_______
12:34:51 [2024-04-19T12:34:51.141Z] === RUN   TestImportWithCustomPlatformReject//
12:34:51 [2024-04-19T12:34:51.141Z] === RUN   TestImportWithCustomPlatformReject/macos
12:34:51 [2024-04-19T12:34:51.141Z] === RUN   TestImportWithCustomPlatformReject/macos/arm64
12:34:51 [2024-04-19T12:34:51.141Z] === RUN   TestImportWithCustomPlatformReject/nintendo64
12:34:51 [2024-04-19T12:34:51.141Z] --- PASS: TestImportWithCustomPlatformReject (0.01s)
12:34:51 [2024-04-19T12:34:51.141Z]     --- PASS: TestImportWithCustomPlatformReject/_______ (0.00s)
12:34:51 [2024-04-19T12:34:51.141Z]     --- PASS: TestImportWithCustomPlatformReject// (0.00s)
12:34:51 [2024-04-19T12:34:51.141Z]     --- PASS: TestImportWithCustomPlatformReject/macos (0.00s)
12:34:51 [2024-04-19T12:34:51.141Z]     --- PASS: TestImportWithCustomPlatformReject/macos/arm64 (0.00s)
12:34:51 [2024-04-19T12:34:51.141Z]     --- PASS: TestImportWithCustomPlatformReject/nintendo64 (0.00s)
12:34:51 [2024-04-19T12:34:51.141Z] === RUN   TestImageInspectEmptyTagsAndDigests
12:34:51 [2024-04-19T12:34:51.141Z] --- PASS: TestImageInspectEmptyTagsAndDigests (0.01s)
12:34:51 [2024-04-19T12:34:51.141Z] === RUN   TestImagesFilterMultiReference
12:34:51 [2024-04-19T12:34:51.141Z] --- PASS: TestImagesFilterMultiReference (0.04s)
12:34:51 [2024-04-19T12:34:51.141Z] === RUN   TestImagesFilterUntil
12:34:51 [2024-04-19T12:34:51.397Z]     list_test.go:99: ImageList: ID=sha256:72548d1e255296bedfbf2c840dc6e00549cf5e1ae007b24fe84467d1f92ae4ba RepoTags=[testimagesfilteruntil:v1]
12:34:51 [2024-04-19T12:34:51.397Z] --- PASS: TestImagesFilterUntil (0.27s)
12:34:51 [2024-04-19T12:34:51.397Z] === RUN   TestImagesFilterBeforeSince
12:34:51 [2024-04-19T12:34:51.653Z]     list_test.go:133: ImageList: ID=sha256:6adfee2f485538ea025ec68341a6a5e7716d5eca595ac4d4a534d07e1b504c5c RepoTags=[testimagesfilterbeforesince:v3]
12:34:51 [2024-04-19T12:34:51.653Z]     list_test.go:133: ImageList: ID=sha256:c0c2e34f9a7668f51b09cc7025aa17b0a449525cefac653bfe0978dc9197cf7c RepoTags=[testimagesfilterbeforesince:v1]
12:34:51 [2024-04-19T12:34:51.653Z]     list_test.go:133: ImageList: ID=sha256:bb338839985ca88d695d78a9fb4ac8044f99d794e3e1a4faf855486549fa117c RepoTags=[testimagesfilterbeforesince:v2]
12:34:51 [2024-04-19T12:34:51.653Z] --- PASS: TestImagesFilterBeforeSince (0.30s)
12:34:51 [2024-04-19T12:34:51.653Z] === RUN   TestAPIImagesFilters
12:34:51 [2024-04-19T12:34:51.909Z] === RUN   TestAPIImagesFilters/repository_regex
12:34:51 [2024-04-19T12:34:51.909Z] === PAUSE TestAPIImagesFilters/repository_regex
12:34:51 [2024-04-19T12:34:51.909Z] === RUN   TestAPIImagesFilters/image_name_regex
12:34:51 [2024-04-19T12:34:51.909Z] === PAUSE TestAPIImagesFilters/image_name_regex
12:34:51 [2024-04-19T12:34:51.909Z] === RUN   TestAPIImagesFilters/image_name_without_a_tag
12:34:51 [2024-04-19T12:34:51.909Z] === PAUSE TestAPIImagesFilters/image_name_without_a_tag
12:34:51 [2024-04-19T12:34:51.909Z] === RUN   TestAPIImagesFilters/registry_port_regex
12:34:51 [2024-04-19T12:34:51.909Z] === PAUSE TestAPIImagesFilters/registry_port_regex
12:34:51 [2024-04-19T12:34:51.909Z] === CONT  TestAPIImagesFilters/repository_regex
12:34:51 [2024-04-19T12:34:51.909Z] === CONT  TestAPIImagesFilters/image_name_without_a_tag
12:34:51 [2024-04-19T12:34:51.909Z] === CONT  TestAPIImagesFilters/image_name_regex
12:34:51 [2024-04-19T12:34:51.909Z] === CONT  TestAPIImagesFilters/registry_port_regex
12:34:51 [2024-04-19T12:34:51.909Z] --- PASS: TestAPIImagesFilters (0.03s)
12:34:51 [2024-04-19T12:34:51.909Z]     --- PASS: TestAPIImagesFilters/repository_regex (0.00s)
12:34:51 [2024-04-19T12:34:51.909Z]     --- PASS: TestAPIImagesFilters/registry_port_regex (0.00s)
12:34:51 [2024-04-19T12:34:51.909Z]     --- PASS: TestAPIImagesFilters/image_name_without_a_tag (0.00s)
12:34:51 [2024-04-19T12:34:51.909Z]     --- PASS: TestAPIImagesFilters/image_name_regex (0.00s)
12:34:51 [2024-04-19T12:34:51.909Z] === RUN   TestAPIImagesListSizeShared
12:34:52 [2024-04-19T12:34:52.530Z] --- PASS: TestAPIImagesListSizeShared (0.61s)
12:34:52 [2024-04-19T12:34:52.530Z] === RUN   TestPruneDontDeleteUsedDangling
12:34:53 [2024-04-19T12:34:53.116Z] --- PASS: TestPruneDontDeleteUsedDangling (0.55s)
12:34:53 [2024-04-19T12:34:53.116Z] === RUN   TestImagePullPlatformInvalid
12:34:53 [2024-04-19T12:34:53.116Z] --- PASS: TestImagePullPlatformInvalid (0.01s)
12:34:53 [2024-04-19T12:34:53.116Z] === RUN   TestImagePullStoredDigestForOtherRepo
12:34:53 [2024-04-19T12:34:53.116Z] time="2024-04-19T12:34:52.8768934Z" 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=4423820e-2a45-4234-a644-bf404dbc87d9 version=2.8.3 
12:34:53 [2024-04-19T12:34:53.116Z] time="2024-04-19T12:34:52.876960903Z" level=info msg="redis not configured" go.version=go1.20.8 instance.id=4423820e-2a45-4234-a644-bf404dbc87d9 version=2.8.3 
12:34:53 [2024-04-19T12:34:53.116Z] time="2024-04-19T12:34:52.876982204Z" level=info msg="Starting upload purge in 59m0s" go.version=go1.20.8 instance.id=4423820e-2a45-4234-a644-bf404dbc87d9 version=2.8.3 
12:34:53 [2024-04-19T12:34:53.116Z] time="2024-04-19T12:34:52.877171651Z" level=info msg="listening on 127.0.0.1:5000" go.version=go1.20.8 instance.id=4423820e-2a45-4234-a644-bf404dbc87d9 version=2.8.3 
12:34:53 [2024-04-19T12:34:53.116Z] time="2024-04-19T12:34:52.973327031Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=ce956d0f-b8f3-4d14-84eb-3e2fbfd5d4dd http.request.method=GET http.request.remoteaddr="127.0.0.1:54498" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" 
12:34:53 [2024-04-19T12:34:53.116Z] time="2024-04-19T12:34:52.973375269Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=ce956d0f-b8f3-4d14-84eb-3e2fbfd5d4dd http.request.method=GET http.request.remoteaddr="127.0.0.1:54498" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.913817ms http.response.status=200 http.response.written=2 
12:34:53 [2024-04-19T12:34:53.116Z] 127.0.0.1 - - [19/Apr/2024:12:34:52 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1"
12:34:53 [2024-04-19T12:34:53.116Z] time="2024-04-19T12:34:52.975521659Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b54a0d34-40e1-43db-9fae-1fa61a561cc6 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54504" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
12:34:53 [2024-04-19T12:34:53.116Z] time="2024-04-19T12:34:52.975566172Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b54a0d34-40e1-43db-9fae-1fa61a561cc6 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54504" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
12:34:53 [2024-04-19T12:34:53.116Z] time="2024-04-19T12:34:52.975564227Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=75ae78e2-9826-4fcd-9dbd-bbd08c33d830 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54506" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
12:34:53 [2024-04-19T12:34:53.116Z] time="2024-04-19T12:34:52.975696805Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=75ae78e2-9826-4fcd-9dbd-bbd08c33d830 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54506" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
12:34:53 [2024-04-19T12:34:53.116Z] time="2024-04-19T12:34:52.975659127Z" 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=b54a0d34-40e1-43db-9fae-1fa61a561cc6 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54504" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" trace.duration=38.826µ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=dce2f420-d0d4-45d2-ace7-b4fbc1fa32ee trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
12:34:53 [2024-04-19T12:34:53.116Z] time="2024-04-19T12:34:52.975754856Z" 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=75ae78e2-9826-4fcd-9dbd-bbd08c33d830 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54506" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" trace.duration=24.402µ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=6901b281-fae3-412c-95f4-927c9942c3fc trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
12:34:53 [2024-04-19T12:34:53.116Z] time="2024-04-19T12:34:52.975862728Z" 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=b54a0d34-40e1-43db-9fae-1fa61a561cc6 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54504" 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.227316ms http.response.status=404 http.response.written=157 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
12:34:53 [2024-04-19T12:34:53.116Z] 127.0.0.1 - - [19/Apr/2024:12:34:52 +0000] "HEAD /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 404 157 "" "containerd/1.7.15+unknown"
12:34:53 [2024-04-19T12:34:53.116Z] time="2024-04-19T12:34:52.975978362Z" 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=75ae78e2-9826-4fcd-9dbd-bbd08c33d830 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54506" 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.356315ms http.response.status=404 http.response.written=157 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
12:34:53 [2024-04-19T12:34:53.116Z] 127.0.0.1 - - [19/Apr/2024:12:34:52 +0000] "HEAD /v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 404 157 "" "containerd/1.7.15+unknown"
12:34:53 [2024-04-19T12:34:53.116Z] time="2024-04-19T12:34:52.977473557Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=ebc2c1e1-10b7-4491-8b34-22ff76fb44e5 http.request.method=POST http.request.remoteaddr="127.0.0.1:54504" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" vars.name=test 
12:34:53 [2024-04-19T12:34:53.116Z] time="2024-04-19T12:34:52.977514016Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=ebc2c1e1-10b7-4491-8b34-22ff76fb44e5 http.request.method=POST http.request.remoteaddr="127.0.0.1:54504" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" vars.name=test 
12:34:53 [2024-04-19T12:34:53.116Z] time="2024-04-19T12:34:52.977595402Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=8e2e33c4-8546-40ef-8ddb-e075e87a1b9f http.request.method=POST http.request.remoteaddr="127.0.0.1:54506" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" vars.name=test 
12:34:53 [2024-04-19T12:34:53.116Z] time="2024-04-19T12:34:52.977632735Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=8e2e33c4-8546-40ef-8ddb-e075e87a1b9f http.request.method=POST http.request.remoteaddr="127.0.0.1:54506" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" vars.name=test 
12:34:53 [2024-04-19T12:34:53.117Z] time="2024-04-19T12:34:52.977641744Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/b3dbadd8-db09-4989-8526-6143e58a0bdb/startedat")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=ebc2c1e1-10b7-4491-8b34-22ff76fb44e5 http.request.method=POST http.request.remoteaddr="127.0.0.1:54504" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" trace.duration=98.51µ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=cfa0253b-ef60-47a1-b172-2aa8a1890990 trace.line=110 vars.name=test 
12:34:53 [2024-04-19T12:34:53.117Z] time="2024-04-19T12:34:52.977686372Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/b3dbadd8-db09-4989-8526-6143e58a0bdb/data", false)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=ebc2c1e1-10b7-4491-8b34-22ff76fb44e5 http.request.method=POST http.request.remoteaddr="127.0.0.1:54504" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" trace.duration=20.874µ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=97726fcd-0c49-475a-90fb-b66b5b64659e trace.line=142 vars.name=test 
12:34:53 [2024-04-19T12:34:53.117Z] time="2024-04-19T12:34:52.977721571Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/e2206344-56f4-4f1c-a820-545389bcf3cc/startedat")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=8e2e33c4-8546-40ef-8ddb-e075e87a1b9f http.request.method=POST http.request.remoteaddr="127.0.0.1:54506" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" trace.duration=59.963µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=48e4cdd1-fc99-4186-97c4-33ae4460624d trace.line=110 vars.name=test 
12:34:53 [2024-04-19T12:34:53.117Z] time="2024-04-19T12:34:52.97776322Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/b3dbadd8-db09-4989-8526-6143e58a0bdb/hashstates/sha256/0")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=ebc2c1e1-10b7-4491-8b34-22ff76fb44e5 http.request.method=POST http.request.remoteaddr="127.0.0.1:54504" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" trace.duration=41.214µ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=5f954707-d418-4095-89c4-bf60e446744f trace.line=110 vars.name=test 
12:34:53 [2024-04-19T12:34:53.117Z] time="2024-04-19T12:34:52.977765584Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/e2206344-56f4-4f1c-a820-545389bcf3cc/data", false)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=8e2e33c4-8546-40ef-8ddb-e075e87a1b9f http.request.method=POST http.request.remoteaddr="127.0.0.1:54506" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" trace.duration=20.546µ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=0007c80f-e458-4a86-b9d5-1c4f56fc3edb trace.line=142 vars.name=test 
12:34:53 [2024-04-19T12:34:53.117Z] time="2024-04-19T12:34:52.977832176Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/e2206344-56f4-4f1c-a820-545389bcf3cc/hashstates/sha256/0")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=8e2e33c4-8546-40ef-8ddb-e075e87a1b9f http.request.method=POST http.request.remoteaddr="127.0.0.1:54506" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" trace.duration=40.944µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=4671dbb3-3b4e-4955-a0d6-b058b04320f9 trace.line=110 vars.name=test 
12:34:53 [2024-04-19T12:34:53.117Z] time="2024-04-19T12:34:52.977849366Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=ebc2c1e1-10b7-4491-8b34-22ff76fb44e5 http.request.method=POST http.request.remoteaddr="127.0.0.1:54504" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" http.response.duration=1.749044ms http.response.status=202 http.response.written=0 
12:34:53 [2024-04-19T12:34:53.117Z] 127.0.0.1 - - [19/Apr/2024:12:34:52 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.7.15+unknown"
12:34:53 [2024-04-19T12:34:53.117Z] time="2024-04-19T12:34:52.97790868Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=8e2e33c4-8546-40ef-8ddb-e075e87a1b9f http.request.method=POST http.request.remoteaddr="127.0.0.1:54506" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.15+unknown" http.response.duration=1.695398ms http.response.status=202 http.response.written=0 
12:34:53 [2024-04-19T12:34:53.117Z] 127.0.0.1 - - [19/Apr/2024:12:34:52 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.7.15+unknown"
12:34:53 [2024-04-19T12:34:53.117Z] time="2024-04-19T12:34:52.97906073Z" 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=3334668e-770c-45e7-9133-766cb21adac4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54506" http.request.uri="/v2/test/blobs/uploads/b3dbadd8-db09-4989-8526-6143e58a0bdb?_state=TB95x_6SNPZCrPtUGm6pB6aqYfv56doKvOyhiC6IZN97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImIzZGJhZGQ4LWRiMDktNDk4OS04NTI2LTYxNDNlNThhMGJkYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0xOVQxMjozNDo1Mi45Nzc1MjUwODVaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.uuid=b3dbadd8-db09-4989-8526-6143e58a0bdb 
12:34:53 [2024-04-19T12:34:53.117Z] time="2024-04-19T12:34:52.979126412Z" 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=3334668e-770c-45e7-9133-766cb21adac4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54506" http.request.uri="/v2/test/blobs/uploads/b3dbadd8-db09-4989-8526-6143e58a0bdb?_state=TB95x_6SNPZCrPtUGm6pB6aqYfv56doKvOyhiC6IZN97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImIzZGJhZGQ4LWRiMDktNDk4OS04NTI2LTYxNDNlNThhMGJkYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0xOVQxMjozNDo1Mi45Nzc1MjUwODVaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.uuid=b3dbadd8-db09-4989-8526-6143e58a0bdb 
12:34:53 [2024-04-19T12:34:53.117Z] time="2024-04-19T12:34:52.979188877Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_uploads/b3dbadd8-db09-4989-8526-6143e58a0bdb/startedat")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=3334668e-770c-45e7-9133-766cb21adac4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54506" http.request.uri="/v2/test/blobs/uploads/b3dbadd8-db09-4989-8526-6143e58a0bdb?_state=TB95x_6SNPZCrPtUGm6pB6aqYfv56doKvOyhiC6IZN97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImIzZGJhZGQ4LWRiMDktNDk4OS04NTI2LTYxNDNlNThhMGJkYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0xOVQxMjozNDo1Mi45Nzc1MjUwODVaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" trace.duration=35.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).GetContent" trace.id=d5c351f1-34e3-4815-bf76-430478309f05 trace.line=95 vars.name=test vars.uuid=b3dbadd8-db09-4989-8526-6143e58a0bdb 
12:34:53 [2024-04-19T12:34:53.117Z] time="2024-04-19T12:34:52.979240175Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/b3dbadd8-db09-4989-8526-6143e58a0bdb/data", true)" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=3334668e-770c-45e7-9133-766cb21adac4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54506" http.request.uri="/v2/test/blobs/uploads/b3dbadd8-db09-4989-8526-6143e58a0bdb?_state=TB95x_6SNPZCrPtUGm6pB6aqYfv56doKvOyhiC6IZN97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImIzZGJhZGQ4LWRiMDktNDk4OS04NTI2LTYxNDNlNThhMGJkYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0xOVQxMjozNDo1Mi45Nzc1MjUwODVaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" trace.duration=18.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).Writer" trace.id=23e50f72-f02d-45a8-ad92-828c237664c9 trace.line=142 vars.name=test vars.uuid=b3dbadd8-db09-4989-8526-6143e58a0bdb 
12:34:53 [2024-04-19T12:34:53.117Z] time="2024-04-19T12:34:52.979297684Z" 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=3334668e-770c-45e7-9133-766cb21adac4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54506" http.request.uri="/v2/test/blobs/uploads/b3dbadd8-db09-4989-8526-6143e58a0bdb?_state=TB95x_6SNPZCrPtUGm6pB6aqYfv56doKvOyhiC6IZN97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImIzZGJhZGQ4LWRiMDktNDk4OS04NTI2LTYxNDNlNThhMGJkYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0xOVQxMjozNDo1Mi45Nzc1MjUwODVaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.uuid=b3dbadd8-db09-4989-8526-6143e58a0bdb 
12:34:53 [2024-04-19T12:34:53.117Z] time="2024-04-19T12:34:52.979365992Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/b3dbadd8-db09-4989-8526-6143e58a0bdb/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=3334668e-770c-45e7-9133-766cb21adac4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54506" http.request.uri="/v2/test/blobs/uploads/b3dbadd8-db09-4989-8526-6143e58a0bdb?_state=TB95x_6SNPZCrPtUGm6pB6aqYfv56doKvOyhiC6IZN97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImIzZGJhZGQ4LWRiMDktNDk4OS04NTI2LTYxNDNlNThhMGJkYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0xOVQxMjozNDo1Mi45Nzc1MjUwODVaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" trace.duration=36.07µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=677a6f5e-a8fd-47c0-81ad-fb1147a73be8 trace.line=110 vars.name=test vars.uuid=b3dbadd8-db09-4989-8526-6143e58a0bdb 
12:34:53 [2024-04-19T12:34:53.117Z] time="2024-04-19T12:34:52.979406082Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/b3dbadd8-db09-4989-8526-6143e58a0bdb/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=3334668e-770c-45e7-9133-766cb21adac4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54506" http.request.uri="/v2/test/blobs/uploads/b3dbadd8-db09-4989-8526-6143e58a0bdb?_state=TB95x_6SNPZCrPtUGm6pB6aqYfv56doKvOyhiC6IZN97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImIzZGJhZGQ4LWRiMDktNDk4OS04NTI2LTYxNDNlNThhMGJkYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0xOVQxMjozNDo1Mi45Nzc1MjUwODVaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" trace.duration=13.194µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=578f9c86-0988-40a5-b773-1529957ca654 trace.line=155 vars.name=test vars.uuid=b3dbadd8-db09-4989-8526-6143e58a0bdb 
12:34:53 [2024-04-19T12:34:53.117Z] time="2024-04-19T12:34:52.979942956Z" 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=3334668e-770c-45e7-9133-766cb21adac4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54506" http.request.uri="/v2/test/blobs/uploads/b3dbadd8-db09-4989-8526-6143e58a0bdb?_state=TB95x_6SNPZCrPtUGm6pB6aqYfv56doKvOyhiC6IZN97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImIzZGJhZGQ4LWRiMDktNDk4OS04NTI2LTYxNDNlNThhMGJkYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0xOVQxMjozNDo1Mi45Nzc1MjUwODVaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" trace.duration=315.182µ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=59dab7f0-2d98-42f7-a2d8-bf284eeff8f8 trace.line=155 vars.name=test vars.uuid=b3dbadd8-db09-4989-8526-6143e58a0bdb 
12:34:53 [2024-04-19T12:34:53.117Z] time="2024-04-19T12:34:52.980250491Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/b3dbadd8-db09-4989-8526-6143e58a0bdb/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=3334668e-770c-45e7-9133-766cb21adac4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54506" http.request.uri="/v2/test/blobs/uploads/b3dbadd8-db09-4989-8526-6143e58a0bdb?_state=TB95x_6SNPZCrPtUGm6pB6aqYfv56doKvOyhiC6IZN97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImIzZGJhZGQ4LWRiMDktNDk4OS04NTI2LTYxNDNlNThhMGJkYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0xOVQxMjozNDo1Mi45Nzc1MjUwODVaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" trace.duration=194.985µ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=81b5337c-a55a-4358-ab8c-d7b1616a8009 trace.line=155 vars.name=test vars.uuid=b3dbadd8-db09-4989-8526-6143e58a0bdb 
12:34:53 [2024-04-19T12:34:53.117Z] time="2024-04-19T12:34:52.980369177Z" level=debug msg="filesystem.Move("/docker/registry/v2/repositories/test/_uploads/b3dbadd8-db09-4989-8526-6143e58a0bdb/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=3334668e-770c-45e7-9133-766cb21adac4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54506" http.request.uri="/v2/test/blobs/uploads/b3dbadd8-db09-4989-8526-6143e58a0bdb?_state=TB95x_6SNPZCrPtUGm6pB6aqYfv56doKvOyhiC6IZN97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImIzZGJhZGQ4LWRiMDktNDk4OS04NTI2LTYxNDNlNThhMGJkYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0xOVQxMjozNDo1Mi45Nzc1MjUwODVaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" trace.duration=69.891µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Move" trace.id=b4ef8470-8639-429c-b763-d0a4cb6bec6d trace.line=185 vars.name=test vars.uuid=b3dbadd8-db09-4989-8526-6143e58a0bdb 
12:34:53 [2024-04-19T12:34:53.117Z] time="2024-04-19T12:34:52.980489373Z" 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=3334668e-770c-45e7-9133-766cb21adac4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54506" http.request.uri="/v2/test/blobs/uploads/b3dbadd8-db09-4989-8526-6143e58a0bdb?_state=TB95x_6SNPZCrPtUGm6pB6aqYfv56doKvOyhiC6IZN97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImIzZGJhZGQ4LWRiMDktNDk4OS04NTI2LTYxNDNlNThhMGJkYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0xOVQxMjozNDo1Mi45Nzc1MjUwODVaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" trace.duration=78.26µ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=562be2a7-f3d3-4a0b-bd82-b8f8938b5682 trace.line=110 vars.name=test vars.uuid=b3dbadd8-db09-4989-8526-6143e58a0bdb 
12:34:53 [2024-04-19T12:34:53.117Z] time="2024-04-19T12:34:52.980607608Z" level=debug msg="filesystem.Delete("/docker/registry/v2/repositories/test/_uploads/b3dbadd8-db09-4989-8526-6143e58a0bdb")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=3334668e-770c-45e7-9133-766cb21adac4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54506" http.request.uri="/v2/test/blobs/uploads/b3dbadd8-db09-4989-8526-6143e58a0bdb?_state=TB95x_6SNPZCrPtUGm6pB6aqYfv56doKvOyhiC6IZN97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImIzZGJhZGQ4LWRiMDktNDk4OS04NTI2LTYxNDNlNThhMGJkYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0xOVQxMjozNDo1Mi45Nzc1MjUwODVaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" trace.duration=89.797µ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=81b7c202-a2e0-47c6-8db3-8e24f6d86866 trace.line=202 vars.name=test vars.uuid=b3dbadd8-db09-4989-8526-6143e58a0bdb 
12:34:53 [2024-04-19T12:34:53.117Z] time="2024-04-19T12:34:52.98068824Z" 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=3334668e-770c-45e7-9133-766cb21adac4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54506" http.request.uri="/v2/test/blobs/uploads/b3dbadd8-db09-4989-8526-6143e58a0bdb?_state=TB95x_6SNPZCrPtUGm6pB6aqYfv56doKvOyhiC6IZN97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImIzZGJhZGQ4LWRiMDktNDk4OS04NTI2LTYxNDNlNThhMGJkYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0xOVQxMjozNDo1Mi45Nzc1MjUwODVaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.15+unknown" http.response.duration=2.270304ms http.response.status=201 http.response.written=0 
12:34:53 [2024-04-19T12:34:53.117Z] 127.0.0.1 - - [19/Apr/2024:12:34:52 +0000] "PUT /v2/test/blobs/uploads/b3dbadd8-db09-4989-8526-6143e58a0bdb?_state=TB95x_6SNPZCrPtUGm6pB6aqYfv56doKvOyhiC6IZN97Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImIzZGJhZGQ4LWRiMDktNDk4OS04NTI2LTYxNDNlNThhMGJkYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0xOVQxMjozNDo1Mi45Nzc1MjUwODVaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 201 0 "" "containerd/1.7.15+unknown"
12:34:53 [2024-04-19T12:34:53.117Z] time="2024-04-19T12:34:52.980748793Z" 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=d32017de-4897-47e5-af04-a647eb03d12d http.request.method=PUT http.request.remoteaddr="127.0.0.1:54504" http.request.uri="/v2/test/blobs/uploads/e2206344-56f4-4f1c-a820-545389bcf3cc?_state=199eBq-DXQsztJn_w5FezQ5ExkTNefi9NsUE1JeoHOZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImUyMjA2MzQ0LTU2ZjQtNGYxYy1hODIwLTU0NTM4OWJjZjNjYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0xOVQxMjozNDo1Mi45Nzc2NDUzMzhaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.uuid=e2206344-56f4-4f1c-a820-545389bcf3cc 
12:34:53 [2024-04-19T12:34:53.117Z] time="2024-04-19T12:34:52.980808731Z" 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=d32017de-4897-47e5-af04-a647eb03d12d http.request.method=PUT http.request.remoteaddr="127.0.0.1:54504" http.request.uri="/v2/test/blobs/uploads/e2206344-56f4-4f1c-a820-545389bcf3cc?_state=199eBq-DXQsztJn_w5FezQ5ExkTNefi9NsUE1JeoHOZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImUyMjA2MzQ0LTU2ZjQtNGYxYy1hODIwLTU0NTM4OWJjZjNjYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0xOVQxMjozNDo1Mi45Nzc2NDUzMzhaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.uuid=e2206344-56f4-4f1c-a820-545389bcf3cc 
12:34:53 [2024-04-19T12:34:53.117Z] time="2024-04-19T12:34:52.98086775Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_uploads/e2206344-56f4-4f1c-a820-545389bcf3cc/startedat")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=d32017de-4897-47e5-af04-a647eb03d12d http.request.method=PUT http.request.remoteaddr="127.0.0.1:54504" http.request.uri="/v2/test/blobs/uploads/e2206344-56f4-4f1c-a820-545389bcf3cc?_state=199eBq-DXQsztJn_w5FezQ5ExkTNefi9NsUE1JeoHOZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImUyMjA2MzQ0LTU2ZjQtNGYxYy1hODIwLTU0NTM4OWJjZjNjYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0xOVQxMjozNDo1Mi45Nzc2NDUzMzhaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" trace.duration=34.527µ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=1d4389b7-5583-4610-bc1f-1d5db982b356 trace.line=95 vars.name=test vars.uuid=e2206344-56f4-4f1c-a820-545389bcf3cc 
12:34:53 [2024-04-19T12:34:53.117Z] time="2024-04-19T12:34:52.980921822Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/e2206344-56f4-4f1c-a820-545389bcf3cc/data", true)" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=d32017de-4897-47e5-af04-a647eb03d12d http.request.method=PUT http.request.remoteaddr="127.0.0.1:54504" http.request.uri="/v2/test/blobs/uploads/e2206344-56f4-4f1c-a820-545389bcf3cc?_state=199eBq-DXQsztJn_w5FezQ5ExkTNefi9NsUE1JeoHOZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImUyMjA2MzQ0LTU2ZjQtNGYxYy1hODIwLTU0NTM4OWJjZjNjYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0xOVQxMjozNDo1Mi45Nzc2NDUzMzhaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" trace.duration=20.398µ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=a9bd53b6-42fe-4a13-9364-9341ee3d7b5a trace.line=142 vars.name=test vars.uuid=e2206344-56f4-4f1c-a820-545389bcf3cc 
12:34:53 [2024-04-19T12:34:53.117Z] time="2024-04-19T12:34:52.980958072Z" 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=d32017de-4897-47e5-af04-a647eb03d12d http.request.method=PUT http.request.remoteaddr="127.0.0.1:54504" http.request.uri="/v2/test/blobs/uploads/e2206344-56f4-4f1c-a820-545389bcf3cc?_state=199eBq-DXQsztJn_w5FezQ5ExkTNefi9NsUE1JeoHOZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImUyMjA2MzQ0LTU2ZjQtNGYxYy1hODIwLTU0NTM4OWJjZjNjYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0xOVQxMjozNDo1Mi45Nzc2NDUzMzhaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.uuid=e2206344-56f4-4f1c-a820-545389bcf3cc 
12:34:53 [2024-04-19T12:34:53.117Z] time="2024-04-19T12:34:52.981028053Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/e2206344-56f4-4f1c-a820-545389bcf3cc/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=d32017de-4897-47e5-af04-a647eb03d12d http.request.method=PUT http.request.remoteaddr="127.0.0.1:54504" http.request.uri="/v2/test/blobs/uploads/e2206344-56f4-4f1c-a820-545389bcf3cc?_state=199eBq-DXQsztJn_w5FezQ5ExkTNefi9NsUE1JeoHOZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImUyMjA2MzQ0LTU2ZjQtNGYxYy1hODIwLTU0NTM4OWJjZjNjYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0xOVQxMjozNDo1Mi45Nzc2NDUzMzhaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" trace.duration=35.315µ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=7ae47ff7-5404-4eb6-b694-82164b7aadfc trace.line=110 vars.name=test vars.uuid=e2206344-56f4-4f1c-a820-545389bcf3cc 
12:34:53 [2024-04-19T12:34:53.117Z] time="2024-04-19T12:34:52.981063909Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/e2206344-56f4-4f1c-a820-545389bcf3cc/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=d32017de-4897-47e5-af04-a647eb03d12d http.request.method=PUT http.request.remoteaddr="127.0.0.1:54504" http.request.uri="/v2/test/blobs/uploads/e2206344-56f4-4f1c-a820-545389bcf3cc?_state=199eBq-DXQsztJn_w5FezQ5ExkTNefi9NsUE1JeoHOZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImUyMjA2MzQ0LTU2ZjQtNGYxYy1hODIwLTU0NTM4OWJjZjNjYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0xOVQxMjozNDo1Mi45Nzc2NDUzMzhaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" trace.duration=10.092µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=20ea99dd-e871-4672-93a6-8732e680f09c trace.line=155 vars.name=test vars.uuid=e2206344-56f4-4f1c-a820-545389bcf3cc 
12:34:53 [2024-04-19T12:34:53.117Z] time="2024-04-19T12:34:52.98110075Z" 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=d32017de-4897-47e5-af04-a647eb03d12d http.request.method=PUT http.request.remoteaddr="127.0.0.1:54504" http.request.uri="/v2/test/blobs/uploads/e2206344-56f4-4f1c-a820-545389bcf3cc?_state=199eBq-DXQsztJn_w5FezQ5ExkTNefi9NsUE1JeoHOZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImUyMjA2MzQ0LTU2ZjQtNGYxYy1hODIwLTU0NTM4OWJjZjNjYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0xOVQxMjozNDo1Mi45Nzc2NDUzMzhaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" trace.duration=12.603µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=9cb1cad4-6c8f-434f-a361-326489e5a3b7 trace.line=155 vars.name=test vars.uuid=e2206344-56f4-4f1c-a820-545389bcf3cc 
12:34:53 [2024-04-19T12:34:53.117Z] time="2024-04-19T12:34:52.981126571Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/e2206344-56f4-4f1c-a820-545389bcf3cc/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=d32017de-4897-47e5-af04-a647eb03d12d http.request.method=PUT http.request.remoteaddr="127.0.0.1:54504" http.request.uri="/v2/test/blobs/uploads/e2206344-56f4-4f1c-a820-545389bcf3cc?_state=199eBq-DXQsztJn_w5FezQ5ExkTNefi9NsUE1JeoHOZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImUyMjA2MzQ0LTU2ZjQtNGYxYy1hODIwLTU0NTM4OWJjZjNjYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0xOVQxMjozNDo1Mi45Nzc2NDUzMzhaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" trace.duration=8.451µ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=919a421d-bbde-420f-a861-087efa308aa5 trace.line=155 vars.name=test vars.uuid=e2206344-56f4-4f1c-a820-545389bcf3cc 
12:34:53 [2024-04-19T12:34:53.117Z] time="2024-04-19T12:34:52.981244568Z" level=debug msg="filesystem.Move("/docker/registry/v2/repositories/test/_uploads/e2206344-56f4-4f1c-a820-545389bcf3cc/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=d32017de-4897-47e5-af04-a647eb03d12d http.request.method=PUT http.request.remoteaddr="127.0.0.1:54504" http.request.uri="/v2/test/blobs/uploads/e2206344-56f4-4f1c-a820-545389bcf3cc?_state=199eBq-DXQsztJn_w5FezQ5ExkTNefi9NsUE1JeoHOZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImUyMjA2MzQ0LTU2ZjQtNGYxYy1hODIwLTU0NTM4OWJjZjNjYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0xOVQxMjozNDo1Mi45Nzc2NDUzMzhaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" trace.duration=43.044µ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=b035829a-f67d-432d-a610-c05c7a602f27 trace.line=185 vars.name=test vars.uuid=e2206344-56f4-4f1c-a820-545389bcf3cc 
12:34:53 [2024-04-19T12:34:53.117Z] time="2024-04-19T12:34:52.981364404Z" 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=d32017de-4897-47e5-af04-a647eb03d12d http.request.method=PUT http.request.remoteaddr="127.0.0.1:54504" http.request.uri="/v2/test/blobs/uploads/e2206344-56f4-4f1c-a820-545389bcf3cc?_state=199eBq-DXQsztJn_w5FezQ5ExkTNefi9NsUE1JeoHOZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImUyMjA2MzQ0LTU2ZjQtNGYxYy1hODIwLTU0NTM4OWJjZjNjYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0xOVQxMjozNDo1Mi45Nzc2NDUzMzhaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" trace.duration=46.334µ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=3cdf4e42-c5a4-47e2-aec7-8fe3d7ff326a trace.line=110 vars.name=test vars.uuid=e2206344-56f4-4f1c-a820-545389bcf3cc 
12:34:53 [2024-04-19T12:34:53.117Z] time="2024-04-19T12:34:52.981475312Z" level=debug msg="filesystem.Delete("/docker/registry/v2/repositories/test/_uploads/e2206344-56f4-4f1c-a820-545389bcf3cc")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=d32017de-4897-47e5-af04-a647eb03d12d http.request.method=PUT http.request.remoteaddr="127.0.0.1:54504" http.request.uri="/v2/test/blobs/uploads/e2206344-56f4-4f1c-a820-545389bcf3cc?_state=199eBq-DXQsztJn_w5FezQ5ExkTNefi9NsUE1JeoHOZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImUyMjA2MzQ0LTU2ZjQtNGYxYy1hODIwLTU0NTM4OWJjZjNjYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0xOVQxMjozNDo1Mi45Nzc2NDUzMzhaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" trace.duration=82.174µ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=1d61f928-10ed-4186-b832-17e89046ab37 trace.line=202 vars.name=test vars.uuid=e2206344-56f4-4f1c-a820-545389bcf3cc 
12:34:53 [2024-04-19T12:34:53.117Z] time="2024-04-19T12:34:52.981542979Z" 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=d32017de-4897-47e5-af04-a647eb03d12d http.request.method=PUT http.request.remoteaddr="127.0.0.1:54504" http.request.uri="/v2/test/blobs/uploads/e2206344-56f4-4f1c-a820-545389bcf3cc?_state=199eBq-DXQsztJn_w5FezQ5ExkTNefi9NsUE1JeoHOZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImUyMjA2MzQ0LTU2ZjQtNGYxYy1hODIwLTU0NTM4OWJjZjNjYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0xOVQxMjozNDo1Mi45Nzc2NDUzMzhaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.15+unknown" http.response.duration=2.152897ms http.response.status=201 http.response.written=0 
12:34:53 [2024-04-19T12:34:53.117Z] 127.0.0.1 - - [19/Apr/2024:12:34:52 +0000] "PUT /v2/test/blobs/uploads/e2206344-56f4-4f1c-a820-545389bcf3cc?_state=199eBq-DXQsztJn_w5FezQ5ExkTNefi9NsUE1JeoHOZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImUyMjA2MzQ0LTU2ZjQtNGYxYy1hODIwLTU0NTM4OWJjZjNjYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wNC0xOVQxMjozNDo1Mi45Nzc2NDUzMzhaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 201 0 "" "containerd/1.7.15+unknown"
12:34:53 [2024-04-19T12:34:53.117Z] time="2024-04-19T12:34:52.982919323Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=e5d02cdc-4527-48ce-938b-af345495f0f1 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54504" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.reference=latest 
12:34:53 [2024-04-19T12:34:53.117Z] time="2024-04-19T12:34:52.982975733Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=e5d02cdc-4527-48ce-938b-af345495f0f1 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54504" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.reference=latest 
12:34:53 [2024-04-19T12:34:53.118Z] time="2024-04-19T12:34:52.983029304Z" 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=e5d02cdc-4527-48ce-938b-af345495f0f1 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54504" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" trace.duration=24.516µ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=2c44867d-f53e-47cf-815f-0c541900272b trace.line=95 vars.name=test vars.reference=latest 
12:34:53 [2024-04-19T12:34:53.118Z] time="2024-04-19T12:34:52.983084614Z" 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=e5d02cdc-4527-48ce-938b-af345495f0f1 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54504" 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.214696ms http.response.status=404 http.response.written=96 vars.name=test vars.reference=latest 
12:34:53 [2024-04-19T12:34:53.118Z] 127.0.0.1 - - [19/Apr/2024:12:34:52 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 404 96 "" "containerd/1.7.15+unknown"
12:34:53 [2024-04-19T12:34:53.118Z] time="2024-04-19T12:34:52.984043467Z" 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=cb508b4d-fffc-49a1-96ce-c122c13f466f http.request.method=PUT http.request.remoteaddr="127.0.0.1:54504" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.reference=latest 
12:34:53 [2024-04-19T12:34:53.118Z] time="2024-04-19T12:34:52.984075976Z" 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=cb508b4d-fffc-49a1-96ce-c122c13f466f http.request.method=PUT http.request.remoteaddr="127.0.0.1:54504" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.reference=latest 
12:34:53 [2024-04-19T12:34:53.118Z] time="2024-04-19T12:34:52.984220188Z" 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=cb508b4d-fffc-49a1-96ce-c122c13f466f http.request.method=PUT http.request.remoteaddr="127.0.0.1:54504" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.reference=latest 
12:34:53 [2024-04-19T12:34:53.118Z] time="2024-04-19T12:34:52.984236631Z" 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=cb508b4d-fffc-49a1-96ce-c122c13f466f http.request.method=PUT http.request.remoteaddr="127.0.0.1:54504" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.reference=latest 
12:34:53 [2024-04-19T12:34:53.118Z] time="2024-04-19T12:34:52.984248767Z" 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=cb508b4d-fffc-49a1-96ce-c122c13f466f http.request.method=PUT http.request.remoteaddr="127.0.0.1:54504" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.reference=latest 
12:34:53 [2024-04-19T12:34:53.118Z] time="2024-04-19T12:34:52.984313792Z" 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=cb508b4d-fffc-49a1-96ce-c122c13f466f http.request.method=PUT http.request.remoteaddr="127.0.0.1:54504" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" trace.duration=36.004µ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=64ee3758-a8cf-4c08-8dd1-ba92ddec5e9d trace.line=95 vars.name=test vars.reference=latest 
12:34:53 [2024-04-19T12:34:53.118Z] time="2024-04-19T12:34:52.984361406Z" 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=cb508b4d-fffc-49a1-96ce-c122c13f466f http.request.method=PUT http.request.remoteaddr="127.0.0.1:54504" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" trace.duration=15.802µ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=6e4f807c-2765-4e10-af4a-61343d959555 trace.line=155 vars.name=test vars.reference=latest 
12:34:53 [2024-04-19T12:34:53.118Z] time="2024-04-19T12:34:52.984407601Z" 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=cb508b4d-fffc-49a1-96ce-c122c13f466f http.request.method=PUT http.request.remoteaddr="127.0.0.1:54504" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" trace.duration=19.315µ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=ba654654-8afb-43ff-b58b-c7b4e0ee6df9 trace.line=95 vars.name=test vars.reference=latest 
12:34:53 [2024-04-19T12:34:53.118Z] time="2024-04-19T12:34:52.984445057Z" 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=cb508b4d-fffc-49a1-96ce-c122c13f466f http.request.method=PUT http.request.remoteaddr="127.0.0.1:54504" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" trace.duration=11.586µ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=19d0a0a2-ca03-45f3-91c6-cd4a2b0d0f66 trace.line=155 vars.name=test vars.reference=latest 
12:34:53 [2024-04-19T12:34:53.118Z] time="2024-04-19T12:34:52.984481266Z" 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=cb508b4d-fffc-49a1-96ce-c122c13f466f http.request.method=PUT http.request.remoteaddr="127.0.0.1:54504" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" trace.duration=11.618µ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=36445305-99f6-4ff3-9d62-b09705a92ddc trace.line=155 vars.name=test vars.reference=latest 
12:34:53 [2024-04-19T12:34:53.118Z] time="2024-04-19T12:34:52.984552494Z" 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=cb508b4d-fffc-49a1-96ce-c122c13f466f http.request.method=PUT http.request.remoteaddr="127.0.0.1:54504" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" trace.duration=45.842µ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=37a8e58c-12b4-4ceb-92c8-2e5d118170c2 trace.line=110 vars.name=test vars.reference=latest 
12:34:53 [2024-04-19T12:34:53.118Z] time="2024-04-19T12:34:52.984633897Z" 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=cb508b4d-fffc-49a1-96ce-c122c13f466f http.request.method=PUT http.request.remoteaddr="127.0.0.1:54504" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" trace.duration=51.068µ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=aaefea2e-6415-4fc5-87a2-ba0b4aa2d579 trace.line=110 vars.name=test vars.reference=latest 
12:34:53 [2024-04-19T12:34:53.118Z] time="2024-04-19T12:34:52.984786404Z" 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=cb508b4d-fffc-49a1-96ce-c122c13f466f http.request.method=PUT http.request.remoteaddr="127.0.0.1:54504" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" trace.duration=62.498µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=6753ccf2-4406-468e-ad4b-e91f4b2417e4 trace.line=110 vars.name=test vars.reference=latest 
12:34:53 [2024-04-19T12:34:53.118Z] time="2024-04-19T12:34:52.984840591Z" 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=cb508b4d-fffc-49a1-96ce-c122c13f466f http.request.method=PUT http.request.remoteaddr="127.0.0.1:54504" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" trace.duration=31.729µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=6efb78a7-f703-47de-b091-5b39406e9d98 trace.line=110 vars.name=test vars.reference=latest 
12:34:53 [2024-04-19T12:34:53.118Z] time="2024-04-19T12:34:52.984874962Z" 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=cb508b4d-fffc-49a1-96ce-c122c13f466f http.request.method=PUT http.request.remoteaddr="127.0.0.1:54504" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" vars.name=test vars.reference=latest 
12:34:53 [2024-04-19T12:34:53.118Z] time="2024-04-19T12:34:52.984888237Z" 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=cb508b4d-fffc-49a1-96ce-c122c13f466f http.request.method=PUT http.request.remoteaddr="127.0.0.1:54504" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.15+unknown" http.response.duration=1.532897ms http.response.status=201 http.response.written=0 
12:34:53 [2024-04-19T12:34:53.118Z] 127.0.0.1 - - [19/Apr/2024:12:34:52 +0000] "PUT /v2/test/manifests/latest HTTP/1.1" 201 0 "" "containerd/1.7.15+unknown"
12:34:53 [2024-04-19T12:34:53.118Z] time="2024-04-19T12:34:52.98942667Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=5826ce15-a769-45b1-a083-bf5a0433c9ac http.request.method=GET http.request.remoteaddr="127.0.0.1:54532" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" 
12:34:53 [2024-04-19T12:34:53.118Z] time="2024-04-19T12:34:52.989466563Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=5826ce15-a769-45b1-a083-bf5a0433c9ac http.request.method=GET http.request.remoteaddr="127.0.0.1:54532" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 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="752.069µs" http.response.status=200 http.response.written=2 
12:34:53 [2024-04-19T12:34:53.118Z] 127.0.0.1 - - [19/Apr/2024:12:34:52 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
12:34:53 [2024-04-19T12:34:53.118Z] time="2024-04-19T12:34:52.991881973Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=ca7d12ae-dce4-4e61-b6ca-989544eab8f1 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54542" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest 
12:34:53 [2024-04-19T12:34:53.118Z] time="2024-04-19T12:34:52.991920611Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=ca7d12ae-dce4-4e61-b6ca-989544eab8f1 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54542" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest 
12:34:53 [2024-04-19T12:34:53.118Z] time="2024-04-19T12:34:52.991989796Z" 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=ca7d12ae-dce4-4e61-b6ca-989544eab8f1 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54542" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=38.227µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=3ffe56ac-34c1-4942-ab9c-cd50b8268d78 trace.line=95 vars.name=test vars.reference=latest 
12:34:53 [2024-04-19T12:34:53.118Z] time="2024-04-19T12:34:52.992011638Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=ca7d12ae-dce4-4e61-b6ca-989544eab8f1 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54542" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest 
12:34:53 [2024-04-19T12:34:53.118Z] time="2024-04-19T12:34:52.992058686Z" 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=ca7d12ae-dce4-4e61-b6ca-989544eab8f1 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54542" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=22.138µ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=c008d007-b8ce-4a36-863a-c58a54bb7242 trace.line=95 vars.name=test vars.reference=latest 
12:34:53 [2024-04-19T12:34:53.118Z] time="2024-04-19T12:34:52.992103592Z" 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=ca7d12ae-dce4-4e61-b6ca-989544eab8f1 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54542" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=17.083µ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=d141fe28-12a7-475a-8f11-1b657afaac18 trace.line=155 vars.name=test vars.reference=latest 
12:34:53 [2024-04-19T12:34:53.118Z] time="2024-04-19T12:34:52.992156138Z" 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=ca7d12ae-dce4-4e61-b6ca-989544eab8f1 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54542" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=14.482µ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=207b20e1-0098-4516-a760-3dad8cd3d8a0 trace.line=125 vars.name=test vars.reference=latest 
12:34:53 [2024-04-19T12:34:53.118Z] time="2024-04-19T12:34:52.992197294Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=ca7d12ae-dce4-4e61-b6ca-989544eab8f1 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54542" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest 
12:34:53 [2024-04-19T12:34:53.118Z] time="2024-04-19T12:34:52.992284243Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=ca7d12ae-dce4-4e61-b6ca-989544eab8f1 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54542" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 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.633778ms http.response.status=200 http.response.written=417 
12:34:53 [2024-04-19T12:34:53.118Z] 127.0.0.1 - - [19/Apr/2024:12:34:52 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 200 417 "" "docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
12:34:53 [2024-04-19T12:34:53.118Z] time="2024-04-19T12:34:53.001619454Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=34393065-2b66-4137-b2cc-63554346badb http.request.method=GET http.request.remoteaddr="127.0.0.1:54558" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
12:34:53 [2024-04-19T12:34:53.118Z] time="2024-04-19T12:34:53.001659601Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=34393065-2b66-4137-b2cc-63554346badb http.request.method=GET http.request.remoteaddr="127.0.0.1:54558" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
12:34:53 [2024-04-19T12:34:53.118Z] time="2024-04-19T12:34:53.00167291Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=34393065-2b66-4137-b2cc-63554346badb http.request.method=GET http.request.remoteaddr="127.0.0.1:54558" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
12:34:53 [2024-04-19T12:34:53.118Z] time="2024-04-19T12:34:53.001742759Z" 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=34393065-2b66-4137-b2cc-63554346badb http.request.method=GET http.request.remoteaddr="127.0.0.1:54558" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=39.843µ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=f0f41d58-789e-48d4-bbc5-40827b5165c3 trace.line=95 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
12:34:53 [2024-04-19T12:34:53.118Z] time="2024-04-19T12:34:53.001793426Z" 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=34393065-2b66-4137-b2cc-63554346badb http.request.method=GET http.request.remoteaddr="127.0.0.1:54558" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=15.097µ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=e749f96a-9845-49e8-8578-187962e0edc8 trace.line=155 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
12:34:53 [2024-04-19T12:34:53.118Z] time="2024-04-19T12:34:53.001835583Z" 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=34393065-2b66-4137-b2cc-63554346badb http.request.method=GET http.request.remoteaddr="127.0.0.1:54558" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 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).Reader" trace.id=287e5195-afc8-4cd9-921a-20691f0dce84 trace.line=125 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
12:34:53 [2024-04-19T12:34:53.118Z] time="2024-04-19T12:34:53.001867468Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=34393065-2b66-4137-b2cc-63554346badb http.request.method=GET http.request.remoteaddr="127.0.0.1:54558" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
12:34:53 [2024-04-19T12:34:53.118Z] time="2024-04-19T12:34:53.001950176Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=34393065-2b66-4137-b2cc-63554346badb http.request.method=GET http.request.remoteaddr="127.0.0.1:54558" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 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.076432ms http.response.status=200 http.response.written=417 
12:34:53 [2024-04-19T12:34:53.118Z] 127.0.0.1 - - [19/Apr/2024:12:34:53 +0000] "GET /v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 200 417 "" "docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
12:34:53 [2024-04-19T12:34:53.118Z] time="2024-04-19T12:34:53.00937083Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=be8d72b1-57fc-4362-b8d2-13e6496f0be3 http.request.method=GET http.request.remoteaddr="127.0.0.1:54572" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
12:34:53 [2024-04-19T12:34:53.118Z] time="2024-04-19T12:34:53.009418468Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=be8d72b1-57fc-4362-b8d2-13e6496f0be3 http.request.method=GET http.request.remoteaddr="127.0.0.1:54572" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
12:34:53 [2024-04-19T12:34:53.118Z] time="2024-04-19T12:34:53.009480441Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=ed60fa5f-d995-4505-8d32-4404eeda4a6a http.request.method=GET http.request.remoteaddr="127.0.0.1:54578" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
12:34:53 [2024-04-19T12:34:53.118Z] time="2024-04-19T12:34:53.009524101Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=ed60fa5f-d995-4505-8d32-4404eeda4a6a http.request.method=GET http.request.remoteaddr="127.0.0.1:54578" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
12:34:53 [2024-04-19T12:34:53.118Z] time="2024-04-19T12:34:53.009487965Z" 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=be8d72b1-57fc-4362-b8d2-13e6496f0be3 http.request.method=GET http.request.remoteaddr="127.0.0.1:54572" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=37.456µ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=63a37018-6d52-481b-9337-73a633ba541c trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
12:34:53 [2024-04-19T12:34:53.118Z] time="2024-04-19T12:34:53.009587395Z" 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=ed60fa5f-d995-4505-8d32-4404eeda4a6a http.request.method=GET http.request.remoteaddr="127.0.0.1:54578" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=33.542µ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=a968aba0-df7b-4ee8-aa0c-26e9bc146e5f trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
12:34:53 [2024-04-19T12:34:53.119Z] time="2024-04-19T12:34:53.0096318Z" 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=ed60fa5f-d995-4505-8d32-4404eeda4a6a http.request.method=GET http.request.remoteaddr="127.0.0.1:54578" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=15.459µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=57954be1-736f-46c7-b8fd-84ddac385992 trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
12:34:53 [2024-04-19T12:34:53.119Z] time="2024-04-19T12:34:53.009641146Z" 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=be8d72b1-57fc-4362-b8d2-13e6496f0be3 http.request.method=GET http.request.remoteaddr="127.0.0.1:54572" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=26.675µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=40624b9a-f436-481e-a38b-b65d23ea6de9 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
12:34:53 [2024-04-19T12:34:53.119Z] time="2024-04-19T12:34:53.009684116Z" 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=ed60fa5f-d995-4505-8d32-4404eeda4a6a http.request.method=GET http.request.remoteaddr="127.0.0.1:54578" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=21.448µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=fdeeaaf4-8751-481d-9e1a-c32a63382ea8 trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
12:34:53 [2024-04-19T12:34:53.119Z] time="2024-04-19T12:34:53.009698606Z" 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=be8d72b1-57fc-4362-b8d2-13e6496f0be3 http.request.method=GET http.request.remoteaddr="127.0.0.1:54572" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=26.634µ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=ea703aba-d9b0-4e0c-8c3b-2e204cb4123d trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
12:34:53 [2024-04-19T12:34:53.119Z] time="2024-04-19T12:34:53.009722409Z" 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=ed60fa5f-d995-4505-8d32-4404eeda4a6a http.request.method=GET http.request.remoteaddr="127.0.0.1:54578" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=10.888µ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=db7b8b9e-f2fa-49d1-b588-c15963e2ea45 trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
12:34:53 [2024-04-19T12:34:53.119Z] time="2024-04-19T12:34:53.009733092Z" 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=be8d72b1-57fc-4362-b8d2-13e6496f0be3 http.request.method=GET http.request.remoteaddr="127.0.0.1:54572" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=10.224µ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=391cbf41-7cd2-4ce7-8671-ac48426f91c9 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
12:34:53 [2024-04-19T12:34:53.119Z] time="2024-04-19T12:34:53.009763287Z" 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=ed60fa5f-d995-4505-8d32-4404eeda4a6a http.request.method=GET http.request.remoteaddr="127.0.0.1:54578" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=12.062µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=883175df-5c37-4fb4-8354-9959538d681a trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
12:34:53 [2024-04-19T12:34:53.119Z] time="2024-04-19T12:34:53.009766372Z" 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=be8d72b1-57fc-4362-b8d2-13e6496f0be3 http.request.method=GET http.request.remoteaddr="127.0.0.1:54572" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=9.862µ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=906e8ff9-1bfd-4806-b481-e1601137b973 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
12:34:53 [2024-04-19T12:34:53.119Z] time="2024-04-19T12:34:53.009804558Z" 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=ed60fa5f-d995-4505-8d32-4404eeda4a6a http.request.method=GET http.request.remoteaddr="127.0.0.1:54578" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=9.346µ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=5e47de48-b23a-441c-ad5c-e26079390773 trace.line=217 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
12:34:53 [2024-04-19T12:34:53.119Z] time="2024-04-19T12:34:53.009817096Z" 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=be8d72b1-57fc-4362-b8d2-13e6496f0be3 http.request.method=GET http.request.remoteaddr="127.0.0.1:54572" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=7.147µ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=a8672ea5-3155-4ae4-bf51-43a6328438c2 trace.line=217 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
12:34:53 [2024-04-19T12:34:53.119Z] time="2024-04-19T12:34:53.009854421Z" 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=ed60fa5f-d995-4505-8d32-4404eeda4a6a http.request.method=GET http.request.remoteaddr="127.0.0.1:54578" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=15.04µ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=92fb6a97-bae1-409c-9465-7afcdd370d92 trace.line=125 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
12:34:53 [2024-04-19T12:34:53.119Z] time="2024-04-19T12:34:53.00986599Z" 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=be8d72b1-57fc-4362-b8d2-13e6496f0be3 http.request.method=GET http.request.remoteaddr="127.0.0.1:54572" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=15.417µ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=c619adca-1829-4981-8a1a-627173e3da32 trace.line=125 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
12:34:53 [2024-04-19T12:34:53.119Z] time="2024-04-19T12:34:53.010405129Z" 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=be8d72b1-57fc-4362-b8d2-13e6496f0be3 http.request.method=GET http.request.remoteaddr="127.0.0.1:54572" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=29.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).GetContent" trace.id=c1eb5b48-3aae-4601-95e0-68d16a33d3c6 trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
12:34:53 [2024-04-19T12:34:53.119Z] time="2024-04-19T12:34:53.010474125Z" 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=be8d72b1-57fc-4362-b8d2-13e6496f0be3 http.request.method=GET http.request.remoteaddr="127.0.0.1:54572" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=14.252µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=fd52dec4-0c12-4f20-af25-81c75b8d1938 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
12:34:53 [2024-04-19T12:34:53.119Z] time="2024-04-19T12:34:53.010536082Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=be8d72b1-57fc-4362-b8d2-13e6496f0be3 http.request.method=GET http.request.remoteaddr="127.0.0.1:54572" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 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.541022ms http.response.status=200 http.response.written=194 
12:34:53 [2024-04-19T12:34:53.119Z] 127.0.0.1 - - [19/Apr/2024:12:34:53 +0000] "GET /v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 200 194 "" "docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
12:34:53 [2024-04-19T12:34:53.119Z] time="2024-04-19T12:34:53.011369923Z" 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=ed60fa5f-d995-4505-8d32-4404eeda4a6a http.request.method=GET http.request.remoteaddr="127.0.0.1:54578" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=45.095µ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=5247ffdc-1c97-406b-a971-fd88053fd1a6 trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
12:34:53 [2024-04-19T12:34:53.119Z] time="2024-04-19T12:34:53.011428138Z" 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=ed60fa5f-d995-4505-8d32-4404eeda4a6a http.request.method=GET http.request.remoteaddr="127.0.0.1:54578" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=16.607µ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=b90a8d30-dea2-4f13-8e9f-dc8f67ac9c1d trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
12:34:53 [2024-04-19T12:34:53.119Z] time="2024-04-19T12:34:53.011484712Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=ed60fa5f-d995-4505-8d32-4404eeda4a6a http.request.method=GET http.request.remoteaddr="127.0.0.1:54578" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 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.415125ms http.response.status=200 http.response.written=68 
12:34:53 [2024-04-19T12:34:53.119Z] 127.0.0.1 - - [19/Apr/2024:12:34:53 +0000] "GET /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 200 68 "" "docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
12:34:53 [2024-04-19T12:34:53.119Z] time="2024-04-19T12:34:53.025437361Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=ee2c2afa-cab0-4782-b36c-b9bfbeb2dc49 http.request.method=GET http.request.remoteaddr="127.0.0.1:54594" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" 
12:34:53 [2024-04-19T12:34:53.119Z] time="2024-04-19T12:34:53.025477033Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=ee2c2afa-cab0-4782-b36c-b9bfbeb2dc49 http.request.method=GET http.request.remoteaddr="127.0.0.1:54594" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 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="770.464µs" http.response.status=200 http.response.written=2 
12:34:53 [2024-04-19T12:34:53.119Z] 127.0.0.1 - - [19/Apr/2024:12:34:53 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
12:34:53 [2024-04-19T12:34:53.119Z] time="2024-04-19T12:34:53.031563025Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=c451194f-c2d9-4fda-b28a-78d715296c3d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54606" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
12:34:53 [2024-04-19T12:34:53.119Z] time="2024-04-19T12:34:53.031607029Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=c451194f-c2d9-4fda-b28a-78d715296c3d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54606" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
12:34:53 [2024-04-19T12:34:53.119Z] time="2024-04-19T12:34:53.031620116Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=c451194f-c2d9-4fda-b28a-78d715296c3d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54606" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
12:34:53 [2024-04-19T12:34:53.119Z] time="2024-04-19T12:34:53.031679685Z" 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=c451194f-c2d9-4fda-b28a-78d715296c3d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54606" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=31.04µ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=f6a2581e-4dab-4030-8dc0-78a71b9945fd trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
12:34:53 [2024-04-19T12:34:53.119Z] time="2024-04-19T12:34:53.031723647Z" 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=c451194f-c2d9-4fda-b28a-78d715296c3d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54606" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=13.235µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=205634f2-28e8-4d6f-b830-30ec21ad918b trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
12:34:53 [2024-04-19T12:34:53.119Z] time="2024-04-19T12:34:53.03179312Z" 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=c451194f-c2d9-4fda-b28a-78d715296c3d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:54606" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 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.016937ms http.response.status=404 http.response.written=181 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
12:34:53 [2024-04-19T12:34:53.119Z] 127.0.0.1 - - [19/Apr/2024:12:34:53 +0000] "HEAD /v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 404 181 "" "docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
12:34:53 [2024-04-19T12:34:53.119Z] time="2024-04-19T12:34:53.033067278Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=5d3d3a56-9f37-4662-83bc-e3c8f9b3d8fa http.request.method=GET http.request.remoteaddr="127.0.0.1:54618" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
12:34:53 [2024-04-19T12:34:53.119Z] time="2024-04-19T12:34:53.033109189Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=5d3d3a56-9f37-4662-83bc-e3c8f9b3d8fa http.request.method=GET http.request.remoteaddr="127.0.0.1:54618" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
12:34:53 [2024-04-19T12:34:53.119Z] time="2024-04-19T12:34:53.03312267Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=5d3d3a56-9f37-4662-83bc-e3c8f9b3d8fa http.request.method=GET http.request.remoteaddr="127.0.0.1:54618" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
12:34:53 [2024-04-19T12:34:53.119Z] time="2024-04-19T12:34:53.033173427Z" 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=5d3d3a56-9f37-4662-83bc-e3c8f9b3d8fa http.request.method=GET http.request.remoteaddr="127.0.0.1:54618" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=23.918µ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=08d4decd-834a-40b2-9712-0357d5ce4f48 trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
12:34:53 [2024-04-19T12:34:53.119Z] time="2024-04-19T12:34:53.033215076Z" 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=5d3d3a56-9f37-4662-83bc-e3c8f9b3d8fa http.request.method=GET http.request.remoteaddr="127.0.0.1:54618" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=11.931µ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=c529415e-caae-4fd0-b4c4-776e6193d103 trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
12:34:53 [2024-04-19T12:34:53.119Z] time="2024-04-19T12:34:53.033257759Z" 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=5d3d3a56-9f37-4662-83bc-e3c8f9b3d8fa http.request.method=GET http.request.remoteaddr="127.0.0.1:54618" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 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="941.689µs" http.response.status=404 http.response.written=181 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
12:34:53 [2024-04-19T12:34:53.119Z] 127.0.0.1 - - [19/Apr/2024:12:34:53 +0000] "GET /v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 404 181 "" "docker/dev go/go1.21.9 git-commit/ee8b788538ea2c6d46d65f17be156de65bc21bb9 kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
12:34:53 [2024-04-19T12:34:53.119Z] --- PASS: TestImagePullStoredDigestForOtherRepo (0.18s)
12:34:53 [2024-04-19T12:34:53.119Z] === RUN   TestImagePullNonExisting
12:34:53 [2024-04-19T12:34:53.119Z] === RUN   TestImagePullNonExisting/asdfasdf:foobar
12:34:53 [2024-04-19T12:34:53.119Z] === PAUSE TestImagePullNonExisting/asdfasdf:foobar
12:34:53 [2024-04-19T12:34:53.119Z] === RUN   TestImagePullNonExisting/library/asdfasdf:foobar
12:34:53 [2024-04-19T12:34:53.119Z] === PAUSE TestImagePullNonExisting/library/asdfasdf:foobar
12:34:53 [2024-04-19T12:34:53.119Z] === RUN   TestImagePullNonExisting/asdfasdf
12:34:53 [2024-04-19T12:34:53.119Z] === PAUSE TestImagePullNonExisting/asdfasdf
12:34:53 [2024-04-19T12:34:53.119Z] === RUN   TestImagePullNonExisting/asdfasdf:latest
12:34:53 [2024-04-19T12:34:53.119Z] === PAUSE TestImagePullNonExisting/asdfasdf:latest
12:34:53 [2024-04-19T12:34:53.119Z] === RUN   TestImagePullNonExisting/library/asdfasdf
12:34:53 [2024-04-19T12:34:53.119Z] === PAUSE TestImagePullNonExisting/library/asdfasdf
12:34:53 [2024-04-19T12:34:53.119Z] === RUN   TestImagePullNonExisting/library/asdfasdf:latest
12:34:53 [2024-04-19T12:34:53.119Z] === PAUSE TestImagePullNonExisting/library/asdfasdf:latest
12:34:53 [2024-04-19T12:34:53.119Z] === CONT  TestImagePullNonExisting/asdfasdf:foobar
12:34:53 [2024-04-19T12:34:53.119Z] === CONT  TestImagePullNonExisting/library/asdfasdf:latest
12:34:53 [2024-04-19T12:34:53.119Z] === CONT  TestImagePullNonExisting/library/asdfasdf
12:34:53 [2024-04-19T12:34:53.119Z] === CONT  TestImagePullNonExisting/asdfasdf
12:34:53 [2024-04-19T12:34:53.119Z] === CONT  TestImagePullNonExisting/library/asdfasdf:foobar
12:34:53 [2024-04-19T12:34:53.119Z] === CONT  TestImagePullNonExisting/asdfasdf:latest
12:34:54 [2024-04-19T12:34:54.485Z] --- PASS: TestImagePullNonExisting (0.01s)
12:34:54 [2024-04-19T12:34:54.485Z]     --- PASS: TestImagePullNonExisting/asdfasdf:foobar (0.96s)
12:34:54 [2024-04-19T12:34:54.485Z]     --- PASS: TestImagePullNonExisting/library/asdfasdf:foobar (0.96s)
12:34:54 [2024-04-19T12:34:54.485Z]     --- PASS: TestImagePullNonExisting/library/asdfasdf:latest (0.96s)
12:34:54 [2024-04-19T12:34:54.485Z]     --- PASS: TestImagePullNonExisting/asdfasdf:latest (0.96s)
12:34:54 [2024-04-19T12:34:54.485Z]     --- PASS: TestImagePullNonExisting/library/asdfasdf (1.28s)
12:34:54 [2024-04-19T12:34:54.485Z]     --- PASS: TestImagePullNonExisting/asdfasdf (1.28s)
12:34:54 [2024-04-19T12:34:54.485Z] === RUN   TestRemoveImageOrphaning
12:34:54 [2024-04-19T12:34:54.741Z] --- PASS: TestRemoveImageOrphaning (0.18s)
12:34:54 [2024-04-19T12:34:54.741Z] === RUN   TestRemoveByDigest
12:34:54 [2024-04-19T12:34:54.741Z]     remove_test.go:64: !testEnv.UsingSnapshotter(): RepoDigests doesn't include tags when using graphdrivers
12:34:54 [2024-04-19T12:34:54.741Z] --- SKIP: TestRemoveByDigest (0.00s)
12:34:54 [2024-04-19T12:34:54.741Z] === RUN   TestRemoveImageGarbageCollector
12:34:54 [2024-04-19T12:34:54.741Z]     remove_unix_test.go:35: (*Execution).NotAmd64-fm
12:34:54 [2024-04-19T12:34:54.741Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
12:34:54 [2024-04-19T12:34:54.741Z] === RUN   TestSaveCheckTimes
12:34:54 [2024-04-19T12:34:54.741Z] === PAUSE TestSaveCheckTimes
12:34:54 [2024-04-19T12:34:54.741Z] === RUN   TestSaveOCI
12:34:54 [2024-04-19T12:34:54.741Z] === RUN   TestSaveOCI/busybox:latest
12:34:54 [2024-04-19T12:34:54.741Z] === RUN   TestSaveOCI/busybox:latest/Manifest
12:34:54 [2024-04-19T12:34:54.741Z] === RUN   TestSaveOCI/busybox:latest/Config
12:34:54 [2024-04-19T12:34:54.741Z] === RUN   TestSaveOCI/busybox:latest/Containerd_image_name
12:34:54 [2024-04-19T12:34:54.741Z] === RUN   TestSaveOCI/busybox:latest/OCI_reference_tag
12:34:54 [2024-04-19T12:34:54.741Z] === RUN   TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e
12:34:54 [2024-04-19T12:34:54.741Z] === RUN   TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Manifest
12:34:54 [2024-04-19T12:34:54.741Z] === RUN   TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Config
12:34:54 [2024-04-19T12:34:54.741Z] === RUN   TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Containerd_image_name
12:34:54 [2024-04-19T12:34:54.741Z] === RUN   TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/OCI_reference_tag
12:34:54 [2024-04-19T12:34:54.741Z] === RUN   TestSaveOCI/multilayer:latest
12:34:54 [2024-04-19T12:34:54.741Z] === RUN   TestSaveOCI/multilayer:latest/Manifest
12:34:54 [2024-04-19T12:34:54.741Z] === RUN   TestSaveOCI/multilayer:latest/Config
12:34:54 [2024-04-19T12:34:54.741Z] === RUN   TestSaveOCI/multilayer:latest/Containerd_image_name
12:34:54 [2024-04-19T12:34:54.741Z] === RUN   TestSaveOCI/multilayer:latest/OCI_reference_tag
12:34:54 [2024-04-19T12:34:54.741Z] --- PASS: TestSaveOCI (0.14s)
12:34:54 [2024-04-19T12:34:54.741Z]     --- PASS: TestSaveOCI/busybox:latest (0.02s)
12:34:54 [2024-04-19T12:34:54.741Z]         --- PASS: TestSaveOCI/busybox:latest/Manifest (0.00s)
12:34:54 [2024-04-19T12:34:54.741Z]         --- PASS: TestSaveOCI/busybox:latest/Config (0.00s)
12:34:54 [2024-04-19T12:34:54.741Z]         --- PASS: TestSaveOCI/busybox:latest/Containerd_image_name (0.00s)
12:34:54 [2024-04-19T12:34:54.741Z]         --- PASS: TestSaveOCI/busybox:latest/OCI_reference_tag (0.00s)
12:34:54 [2024-04-19T12:34:54.741Z]     --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e (0.02s)
12:34:54 [2024-04-19T12:34:54.741Z]         --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Manifest (0.00s)
12:34:54 [2024-04-19T12:34:54.741Z]         --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Config (0.00s)
12:34:54 [2024-04-19T12:34:54.741Z]         --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Containerd_image_name (0.00s)
12:34:54 [2024-04-19T12:34:54.741Z]         --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/OCI_reference_tag (0.00s)
12:34:54 [2024-04-19T12:34:54.741Z]     --- PASS: TestSaveOCI/multilayer:latest (0.01s)
12:34:54 [2024-04-19T12:34:54.741Z]         --- PASS: TestSaveOCI/multilayer:latest/Manifest (0.00s)
12:34:54 [2024-04-19T12:34:54.741Z]         --- PASS: TestSaveOCI/multilayer:latest/Config (0.00s)
12:34:54 [2024-04-19T12:34:54.741Z]         --- PASS: TestSaveOCI/multilayer:latest/Containerd_image_name (0.00s)
12:34:54 [2024-04-19T12:34:54.741Z]         --- PASS: TestSaveOCI/multilayer:latest/OCI_reference_tag (0.00s)
12:34:54 [2024-04-19T12:34:54.741Z] === RUN   TestSaveRepoWithMultipleImages
12:34:54 [2024-04-19T12:34:54.997Z] --- PASS: TestSaveRepoWithMultipleImages (0.23s)
12:34:54 [2024-04-19T12:34:54.997Z] === RUN   TestSaveDirectoryPermissions
12:34:55 [2024-04-19T12:34:55.925Z] --- PASS: TestSaveDirectoryPermissions (0.92s)
12:34:55 [2024-04-19T12:34:55.925Z] === RUN   TestTagUnprefixedRepoByNameOrName
12:34:55 [2024-04-19T12:34:55.925Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
12:34:55 [2024-04-19T12:34:55.925Z] === RUN   TestTagUsingDigestAlgorithmAsName
12:34:55 [2024-04-19T12:34:55.925Z] --- PASS: TestTagUsingDigestAlgorithmAsName (0.01s)
12:34:55 [2024-04-19T12:34:55.925Z] === RUN   TestTagValidPrefixedRepo
12:34:55 [2024-04-19T12:34:55.925Z] === RUN   TestTagValidPrefixedRepo/fooo/bar
12:34:55 [2024-04-19T12:34:55.925Z] === PAUSE TestTagValidPrefixedRepo/fooo/bar
12:34:55 [2024-04-19T12:34:55.925Z] === RUN   TestTagValidPrefixedRepo/fooaa/test
12:34:55 [2024-04-19T12:34:55.925Z] === PAUSE TestTagValidPrefixedRepo/fooaa/test
12:34:55 [2024-04-19T12:34:55.925Z] === RUN   TestTagValidPrefixedRepo/foooo:t
12:34:55 [2024-04-19T12:34:55.925Z] === PAUSE TestTagValidPrefixedRepo/foooo:t
12:34:55 [2024-04-19T12:34:55.925Z] === RUN   TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar
12:34:55 [2024-04-19T12:34:55.925Z] === PAUSE TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar
12:34:55 [2024-04-19T12:34:55.925Z] === CONT  TestTagValidPrefixedRepo/fooo/bar
12:34:55 [2024-04-19T12:34:55.925Z] === CONT  TestTagValidPrefixedRepo/foooo:t
12:34:55 [2024-04-19T12:34:55.925Z] === CONT  TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar
12:34:55 [2024-04-19T12:34:55.925Z] === CONT  TestTagValidPrefixedRepo/fooaa/test
12:34:55 [2024-04-19T12:34:55.925Z] --- PASS: TestTagValidPrefixedRepo (0.02s)
12:34:55 [2024-04-19T12:34:55.925Z]     --- PASS: TestTagValidPrefixedRepo/fooo/bar (0.01s)
12:34:55 [2024-04-19T12:34:55.925Z]     --- PASS: TestTagValidPrefixedRepo/fooaa/test (0.01s)
12:34:55 [2024-04-19T12:34:55.925Z]     --- PASS: TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar (0.02s)
12:34:55 [2024-04-19T12:34:55.925Z]     --- PASS: TestTagValidPrefixedRepo/foooo:t (0.02s)
12:34:55 [2024-04-19T12:34:55.925Z] === RUN   TestTagExistedNameWithoutForce
12:34:55 [2024-04-19T12:34:55.925Z] --- PASS: TestTagExistedNameWithoutForce (0.01s)
12:34:55 [2024-04-19T12:34:55.925Z] === RUN   TestTagOfficialNames
12:34:55 [2024-04-19T12:34:55.925Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_docker.io/busybox
12:34:55 [2024-04-19T12:34:55.925Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_index.docker.io/busybox
12:34:55 [2024-04-19T12:34:55.925Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_library/busybox
12:34:55 [2024-04-19T12:34:55.925Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_docker.io/library/busybox
12:34:55 [2024-04-19T12:34:55.925Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_index.docker.io/library/busybox
12:34:56 [2024-04-19T12:34:56.181Z] --- PASS: TestTagOfficialNames (0.05s)
12:34:56 [2024-04-19T12:34:56.181Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_docker.io/busybox (0.01s)
12:34:56 [2024-04-19T12:34:56.181Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_index.docker.io/busybox (0.01s)
12:34:56 [2024-04-19T12:34:56.181Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_library/busybox (0.01s)
12:34:56 [2024-04-19T12:34:56.181Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_docker.io/library/busybox (0.01s)
12:34:56 [2024-04-19T12:34:56.181Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_index.docker.io/library/busybox (0.01s)
12:34:56 [2024-04-19T12:34:56.181Z] === RUN   TestTagMatchesDigest
12:34:56 [2024-04-19T12:34:56.181Z] --- PASS: TestTagMatchesDigest (0.01s)
12:34:56 [2024-04-19T12:34:56.181Z] === CONT  TestSaveCheckTimes
12:34:56 [2024-04-19T12:34:56.181Z] --- PASS: TestSaveCheckTimes (0.03s)
12:34:56 [2024-04-19T12:34:56.181Z] PASS
12:34:56 [2024-04-19T12:34:56.181Z] 
12:34:56 [2024-04-19T12:34:56.181Z] === Skipped
12:34:56 [2024-04-19T12:34:56.181Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
12:34:56 [2024-04-19T12:34:56.181Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
12:34:56 [2024-04-19T12:34:56.181Z] 
12:34:56 [2024-04-19T12:34:56.181Z] === SKIP: arm64.integration.image TestRemoveByDigest (0.00s)
12:34:56 [2024-04-19T12:34:56.181Z]     remove_test.go:64: !testEnv.UsingSnapshotter(): RepoDigests doesn't include tags when using graphdrivers
12:34:56 [2024-04-19T12:34:56.181Z] 
12:34:56 [2024-04-19T12:34:56.181Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
12:34:56 [2024-04-19T12:34:56.181Z]     remove_unix_test.go:35: (*Execution).NotAmd64-fm
12:34:56 [2024-04-19T12:34:56.181Z] 
12:34:56 [2024-04-19T12:34:56.181Z] DONE 71 tests, 3 skipped in 6.860s
12:34:56 [2024-04-19T12:34:56.181Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m  
12:34:56 [2024-04-19T12:34:56.181Z] ++ '[' -n '' ']'
12:34:56 [2024-04-19T12:34:56.181Z] ++ 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
12:34:56 [2024-04-19T12:34:56.181Z] ++ set -e
12:34:56 [2024-04-19T12:34:56.181Z] ++ '[' -n 0 ']'
12:34:56 [2024-04-19T12:34:56.181Z] ++ set -x
12:34:56 [2024-04-19T12:34:56.181Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.PGGBnACvoN/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
12:34:56 [2024-04-19T12:34:56.181Z] === RUN   TestStripANSICommands
12:34:56 [2024-04-19T12:34:56.181Z] === RUN   TestStripANSICommands/#00
12:34:56 [2024-04-19T12:34:56.181Z] === RUN   TestStripANSICommands/#01
12:34:56 [2024-04-19T12:34:56.181Z] --- PASS: TestStripANSICommands (0.00s)
12:34:56 [2024-04-19T12:34:56.181Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
12:34:56 [2024-04-19T12:34:56.181Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
12:34:56 [2024-04-19T12:34:56.181Z] PASS
12:34:56 [2024-04-19T12:34:56.181Z] 
12:34:56 [2024-04-19T12:34:56.181Z] DONE 3 tests in 0.006s
12:34:56 [2024-04-19T12:34:56.181Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m  
12:34:56 [2024-04-19T12:34:56.181Z] ++ '[' -n '' ']'
12:34:56 [2024-04-19T12:34:56.181Z] ++ 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
12:34:56 [2024-04-19T12:34:56.181Z] ++ set -e
12:34:56 [2024-04-19T12:34:56.181Z] ++ '[' -n 0 ']'
12:34:56 [2024-04-19T12:34:56.181Z] ++ set -x
12:34:56 [2024-04-19T12:34:56.182Z] ++ 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.PGGBnACvoN/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
12:34:56 [2024-04-19T12:34:56.182Z] INFO: Testing against a local daemon
12:34:56 [2024-04-19T12:34:56.182Z] === RUN   TestCreateWithMultiNetworks
12:34:57 [2024-04-19T12:34:57.109Z] --- PASS: TestCreateWithMultiNetworks (0.91s)
12:34:57 [2024-04-19T12:34:57.109Z] === RUN   TestNetworkCreateDelete
12:34:57 [2024-04-19T12:34:57.366Z] --- PASS: TestNetworkCreateDelete (0.18s)
12:34:57 [2024-04-19T12:34:57.366Z] === RUN   TestDockerNetworkDeletePreferID
12:34:57 [2024-04-19T12:34:57.622Z] --- PASS: TestDockerNetworkDeletePreferID (0.46s)
12:34:57 [2024-04-19T12:34:57.622Z] === RUN   TestDaemonDNSFallback
12:35:04 [2024-04-19T12:35:04.161Z] --- PASS: TestDaemonDNSFallback (6.17s)
12:35:04 [2024-04-19T12:35:04.161Z] === RUN   TestInspectNetwork
12:35:06 [2024-04-19T12:35:06.679Z] === RUN   TestInspectNetwork/full_network_id
12:35:06 [2024-04-19T12:35:06.679Z] === RUN   TestInspectNetwork/partial_network_id
12:35:06 [2024-04-19T12:35:06.679Z] === RUN   TestInspectNetwork/network_name
12:35:06 [2024-04-19T12:35:06.679Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
12:35:10 [2024-04-19T12:35:10.847Z] --- PASS: TestInspectNetwork (6.90s)
12:35:10 [2024-04-19T12:35:10.847Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
12:35:10 [2024-04-19T12:35:10.847Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
12:35:10 [2024-04-19T12:35:10.847Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
12:35:10 [2024-04-19T12:35:10.847Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
12:35:10 [2024-04-19T12:35:10.847Z] === RUN   TestRunContainerWithBridgeNone
12:35:12 [2024-04-19T12:35:12.213Z] --- PASS: TestRunContainerWithBridgeNone (1.25s)
12:35:12 [2024-04-19T12:35:12.213Z] === RUN   TestNetworkInvalidJSON
12:35:12 [2024-04-19T12:35:12.213Z] === RUN   TestNetworkInvalidJSON/networks/create
12:35:12 [2024-04-19T12:35:12.213Z] === PAUSE TestNetworkInvalidJSON/networks/create
12:35:12 [2024-04-19T12:35:12.213Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
12:35:12 [2024-04-19T12:35:12.213Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
12:35:12 [2024-04-19T12:35:12.213Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
12:35:12 [2024-04-19T12:35:12.213Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
12:35:12 [2024-04-19T12:35:12.213Z] === CONT  TestNetworkInvalidJSON/networks/create
12:35:12 [2024-04-19T12:35:12.213Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
12:35:12 [2024-04-19T12:35:12.213Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
12:35:12 [2024-04-19T12:35:12.213Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
12:35:12 [2024-04-19T12:35:12.213Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
12:35:12 [2024-04-19T12:35:12.214Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
12:35:12 [2024-04-19T12:35:12.214Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
12:35:12 [2024-04-19T12:35:12.214Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
12:35:12 [2024-04-19T12:35:12.214Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
12:35:12 [2024-04-19T12:35:12.214Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
12:35:12 [2024-04-19T12:35:12.214Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
12:35:12 [2024-04-19T12:35:12.214Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
12:35:12 [2024-04-19T12:35:12.214Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
12:35:12 [2024-04-19T12:35:12.214Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
12:35:12 [2024-04-19T12:35:12.214Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
12:35:12 [2024-04-19T12:35:12.214Z] --- PASS: TestNetworkInvalidJSON (0.01s)
12:35:12 [2024-04-19T12:35:12.214Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
12:35:12 [2024-04-19T12:35:12.214Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
12:35:12 [2024-04-19T12:35:12.214Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
12:35:12 [2024-04-19T12:35:12.214Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
12:35:12 [2024-04-19T12:35:12.214Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
12:35:12 [2024-04-19T12:35:12.214Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
12:35:12 [2024-04-19T12:35:12.214Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
12:35:12 [2024-04-19T12:35:12.214Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
12:35:12 [2024-04-19T12:35:12.214Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
12:35:12 [2024-04-19T12:35:12.214Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
12:35:12 [2024-04-19T12:35:12.214Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
12:35:12 [2024-04-19T12:35:12.214Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
12:35:12 [2024-04-19T12:35:12.214Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
12:35:12 [2024-04-19T12:35:12.214Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
12:35:12 [2024-04-19T12:35:12.214Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
12:35:12 [2024-04-19T12:35:12.214Z] === RUN   TestNetworkList
12:35:12 [2024-04-19T12:35:12.214Z] === RUN   TestNetworkList//networks
12:35:12 [2024-04-19T12:35:12.214Z] === PAUSE TestNetworkList//networks
12:35:12 [2024-04-19T12:35:12.214Z] === RUN   TestNetworkList//networks/
12:35:12 [2024-04-19T12:35:12.214Z] === PAUSE TestNetworkList//networks/
12:35:12 [2024-04-19T12:35:12.214Z] === CONT  TestNetworkList//networks
12:35:12 [2024-04-19T12:35:12.214Z] === CONT  TestNetworkList//networks/
12:35:12 [2024-04-19T12:35:12.214Z] --- PASS: TestNetworkList (0.01s)
12:35:12 [2024-04-19T12:35:12.214Z]     --- PASS: TestNetworkList//networks/ (0.00s)
12:35:12 [2024-04-19T12:35:12.214Z]     --- PASS: TestNetworkList//networks (0.00s)
12:35:12 [2024-04-19T12:35:12.214Z] === RUN   TestHostIPv4BridgeLabel
12:35:12 [2024-04-19T12:35:12.776Z] --- PASS: TestHostIPv4BridgeLabel (0.55s)
12:35:12 [2024-04-19T12:35:12.776Z] === RUN   TestDefaultNetworkOpts
12:35:12 [2024-04-19T12:35:12.776Z] === RUN   TestDefaultNetworkOpts/default_value
12:35:13 [2024-04-19T12:35:13.704Z] === RUN   TestDefaultNetworkOpts/cmdline_value
12:35:15 [2024-04-19T12:35:15.070Z] === RUN   TestDefaultNetworkOpts/config-from_value
12:35:16 [2024-04-19T12:35:16.437Z] --- PASS: TestDefaultNetworkOpts (3.65s)
12:35:16 [2024-04-19T12:35:16.437Z]     --- PASS: TestDefaultNetworkOpts/default_value (1.22s)
12:35:16 [2024-04-19T12:35:16.437Z]     --- PASS: TestDefaultNetworkOpts/cmdline_value (1.22s)
12:35:16 [2024-04-19T12:35:16.437Z]     --- PASS: TestDefaultNetworkOpts/config-from_value (1.21s)
12:35:16 [2024-04-19T12:35:16.437Z] === RUN   TestForbidDuplicateNetworkNames
12:35:16 [2024-04-19T12:35:16.998Z] --- PASS: TestForbidDuplicateNetworkNames (0.63s)
12:35:16 [2024-04-19T12:35:16.998Z] === RUN   TestDaemonRestartWithLiveRestore
12:35:17 [2024-04-19T12:35:17.926Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s)
12:35:17 [2024-04-19T12:35:17.926Z] === RUN   TestDaemonDefaultNetworkPools
12:35:18 [2024-04-19T12:35:18.854Z] --- PASS: TestDaemonDefaultNetworkPools (0.78s)
12:35:18 [2024-04-19T12:35:18.854Z] === RUN   TestDaemonRestartWithExistingNetwork
12:35:19 [2024-04-19T12:35:19.782Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.15s)
12:35:19 [2024-04-19T12:35:19.782Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
12:35:21 [2024-04-19T12:35:21.148Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.23s)
12:35:21 [2024-04-19T12:35:21.148Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
12:35:21 [2024-04-19T12:35:21.709Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.60s)
12:35:21 [2024-04-19T12:35:21.709Z] === RUN   TestServiceWithPredefinedNetwork
12:35:24 [2024-04-19T12:35:24.226Z] --- PASS: TestServiceWithPredefinedNetwork (2.06s)
12:35:24 [2024-04-19T12:35:24.226Z] === RUN   TestServiceRemoveKeepsIngressNetwork
12:35:24 [2024-04-19T12:35:24.226Z]     service_test.go:250: FLAKY_TEST
12:35:24 [2024-04-19T12:35:24.226Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
12:35:24 [2024-04-19T12:35:24.226Z] === RUN   TestServiceWithDataPathPortInit
12:35:39 [2024-04-19T12:35:39.070Z] --- PASS: TestServiceWithDataPathPortInit (13.42s)
12:35:39 [2024-04-19T12:35:39.070Z] === RUN   TestServiceWithDefaultAddressPoolInit
12:35:39 [2024-04-19T12:35:39.326Z]     service_test.go:440: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:dk8smrfg4qhil0iin6bmsc5x2 Created:2024-04-19 12:35:38.347190118 +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[e37d29b80e04e86ff917023683fe6c547d5cdef7e20e7a9264dc4140d18f0486:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ubhmc1vw96pm3x9q8frs9d3m1 EndpointID:eb996c28d65a88a7948627049771c3113b601f493d90c98d2643fd8d73bdef1e MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:46eab8d0c26e6779236f138a3a65c1c31d7cf09afbf2d8f9d333cd6852c11a59 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:17fc3a1c5434 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ubhmc1vw96pm3x9q8frs9d3m1 EndpointID:eb996c28d65a88a7948627049771c3113b601f493d90c98d2643fd8d73bdef1e EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
12:35:44 [2024-04-19T12:35:44.658Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.57s)
12:35:44 [2024-04-19T12:35:44.658Z] PASS
12:35:44 [2024-04-19T12:35:44.658Z] 
12:35:44 [2024-04-19T12:35:44.658Z] === Skipped
12:35:44 [2024-04-19T12:35:44.658Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
12:35:44 [2024-04-19T12:35:44.658Z]     service_test.go:250: FLAKY_TEST
12:35:44 [2024-04-19T12:35:44.658Z] 
12:35:44 [2024-04-19T12:35:44.658Z] DONE 44 tests, 1 skipped in 47.606s
12:35:44 [2024-04-19T12:35:44.658Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m  
12:35:44 [2024-04-19T12:35:44.658Z] ++ '[' -n '' ']'
12:35:44 [2024-04-19T12:35:44.658Z] ++ 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
12:35:44 [2024-04-19T12:35:44.658Z] ++ set -e
12:35:44 [2024-04-19T12:35:44.658Z] ++ '[' -n 0 ']'
12:35:44 [2024-04-19T12:35:44.658Z] ++ set -x
12:35:44 [2024-04-19T12:35:44.658Z] ++ 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.PGGBnACvoN/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
12:35:44 [2024-04-19T12:35:44.658Z] INFO: Testing against a local daemon
12:35:44 [2024-04-19T12:35:44.658Z] === RUN   TestDockerNetworkIpvlanPersistance
12:35:44 [2024-04-19T12:35:44.914Z] --- PASS: TestDockerNetworkIpvlanPersistance (1.16s)
12:35:44 [2024-04-19T12:35:44.914Z] === RUN   TestDockerNetworkIpvlan
12:35:44 [2024-04-19T12:35:44.914Z] === RUN   TestDockerNetworkIpvlan/Subinterface
12:35:45 [2024-04-19T12:35:45.841Z] === RUN   TestDockerNetworkIpvlan/OverlapParent
12:35:46 [2024-04-19T12:35:46.403Z] === RUN   TestDockerNetworkIpvlan/L2NilParent
12:35:47 [2024-04-19T12:35:47.768Z] === RUN   TestDockerNetworkIpvlan/L2InternalMode
12:35:49 [2024-04-19T12:35:49.658Z] === RUN   TestDockerNetworkIpvlan/L3NilParent
12:35:50 [2024-04-19T12:35:50.586Z] === RUN   TestDockerNetworkIpvlan/L3InternalMode
12:35:52 [2024-04-19T12:35:52.476Z] === RUN   TestDockerNetworkIpvlan/L2MultiSubnetWithParent
12:35:54 [2024-04-19T12:35:54.366Z] === RUN   TestDockerNetworkIpvlan/L2MultiSubnetNoParent
12:35:56 [2024-04-19T12:35:56.255Z] === RUN   TestDockerNetworkIpvlan/L3MultiSubnet
12:35:58 [2024-04-19T12:35:58.772Z] === RUN   TestDockerNetworkIpvlan/L2Addressing
12:35:59 [2024-04-19T12:35:59.334Z] === RUN   TestDockerNetworkIpvlan/L3Addressing
12:36:00 [2024-04-19T12:36:00.701Z] === RUN   TestDockerNetworkIpvlan/NoIPv6
12:36:01 [2024-04-19T12:36:01.629Z] --- PASS: TestDockerNetworkIpvlan (16.61s)
12:36:01 [2024-04-19T12:36:01.629Z]     --- PASS: TestDockerNetworkIpvlan/Subinterface (0.71s)
12:36:01 [2024-04-19T12:36:01.629Z]     --- PASS: TestDockerNetworkIpvlan/OverlapParent (0.67s)
12:36:01 [2024-04-19T12:36:01.629Z]     --- PASS: TestDockerNetworkIpvlan/L2NilParent (1.46s)
12:36:01 [2024-04-19T12:36:01.629Z]     --- PASS: TestDockerNetworkIpvlan/L2InternalMode (1.51s)
12:36:01 [2024-04-19T12:36:01.629Z]     --- PASS: TestDockerNetworkIpvlan/L3NilParent (1.43s)
12:36:01 [2024-04-19T12:36:01.629Z]     --- PASS: TestDockerNetworkIpvlan/L3InternalMode (1.43s)
12:36:01 [2024-04-19T12:36:01.629Z]     --- PASS: TestDockerNetworkIpvlan/L2MultiSubnetWithParent (1.87s)
12:36:01 [2024-04-19T12:36:01.629Z]     --- PASS: TestDockerNetworkIpvlan/L2MultiSubnetNoParent (2.16s)
12:36:01 [2024-04-19T12:36:01.629Z]     --- PASS: TestDockerNetworkIpvlan/L3MultiSubnet (2.20s)
12:36:01 [2024-04-19T12:36:01.629Z]     --- PASS: TestDockerNetworkIpvlan/L2Addressing (1.04s)
12:36:01 [2024-04-19T12:36:01.629Z]     --- PASS: TestDockerNetworkIpvlan/L3Addressing (1.01s)
12:36:01 [2024-04-19T12:36:01.629Z]     --- PASS: TestDockerNetworkIpvlan/NoIPv6 (1.10s)
12:36:01 [2024-04-19T12:36:01.629Z] === RUN   TestIPVlanDNS
12:36:02 [2024-04-19T12:36:02.191Z] === RUN   TestIPVlanDNS/Mode=l2/HasParent=true/Internal=false
12:36:10 [2024-04-19T12:36:10.275Z] === RUN   TestIPVlanDNS/Mode=l2/HasParent=false/Internal=false
12:36:14 [2024-04-19T12:36:14.441Z] === RUN   TestIPVlanDNS/Mode=l2/HasParent=true/Internal=true
12:36:20 [2024-04-19T12:36:20.977Z] === RUN   TestIPVlanDNS/Mode=l3/HasParent=true/Internal=false
12:36:27 [2024-04-19T12:36:27.513Z] === RUN   TestIPVlanDNS/Mode=l3/HasParent=false/Internal=false
12:36:32 [2024-04-19T12:36:32.782Z] === RUN   TestIPVlanDNS/Mode=l3/HasParent=true/Internal=true
12:36:38 [2024-04-19T12:36:38.026Z] --- PASS: TestIPVlanDNS (36.36s)
12:36:38 [2024-04-19T12:36:38.026Z]     --- PASS: TestIPVlanDNS/Mode=l2/HasParent=true/Internal=false (6.85s)
12:36:38 [2024-04-19T12:36:38.026Z]     --- PASS: TestIPVlanDNS/Mode=l2/HasParent=false/Internal=false (5.49s)
12:36:38 [2024-04-19T12:36:38.026Z]     --- PASS: TestIPVlanDNS/Mode=l2/HasParent=true/Internal=true (5.47s)
12:36:38 [2024-04-19T12:36:38.026Z]     --- PASS: TestIPVlanDNS/Mode=l3/HasParent=true/Internal=false (6.85s)
12:36:38 [2024-04-19T12:36:38.026Z]     --- PASS: TestIPVlanDNS/Mode=l3/HasParent=false/Internal=false (5.54s)
12:36:38 [2024-04-19T12:36:38.026Z]     --- PASS: TestIPVlanDNS/Mode=l3/HasParent=true/Internal=true (5.51s)
12:36:38 [2024-04-19T12:36:38.026Z] PASS
12:36:38 [2024-04-19T12:36:38.026Z] 
12:36:38 [2024-04-19T12:36:38.026Z] DONE 21 tests in 54.150s
12:36:38 [2024-04-19T12:36:38.026Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m  
12:36:38 [2024-04-19T12:36:38.026Z] ++ '[' -n '' ']'
12:36:38 [2024-04-19T12:36:38.026Z] ++ 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
12:36:38 [2024-04-19T12:36:38.026Z] ++ set -e
12:36:38 [2024-04-19T12:36:38.026Z] ++ '[' -n 0 ']'
12:36:38 [2024-04-19T12:36:38.026Z] ++ set -x
12:36:38 [2024-04-19T12:36:38.026Z] ++ 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.PGGBnACvoN/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
12:36:38 [2024-04-19T12:36:38.026Z] INFO: Testing against a local daemon
12:36:38 [2024-04-19T12:36:38.026Z] === RUN   TestDockerNetworkMacvlanPersistance
12:36:39 [2024-04-19T12:36:39.391Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.16s)
12:36:39 [2024-04-19T12:36:39.391Z] === RUN   TestDockerNetworkMacvlan
12:36:39 [2024-04-19T12:36:39.391Z] === RUN   TestDockerNetworkMacvlan/Subinterface
12:36:39 [2024-04-19T12:36:39.647Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
12:36:40 [2024-04-19T12:36:40.575Z] === RUN   TestDockerNetworkMacvlan/NilParent
12:36:41 [2024-04-19T12:36:41.940Z] === RUN   TestDockerNetworkMacvlan/InternalMode
12:36:43 [2024-04-19T12:36:43.306Z] === RUN   TestDockerNetworkMacvlan/MultiSubnetWithParent
12:36:45 [2024-04-19T12:36:45.823Z] === RUN   TestDockerNetworkMacvlan/MultiSubnetNoParent
12:36:47 [2024-04-19T12:36:47.713Z] === RUN   TestDockerNetworkMacvlan/Addressing
12:36:49 [2024-04-19T12:36:49.078Z] === RUN   TestDockerNetworkMacvlan/NoIPv6
12:36:50 [2024-04-19T12:36:50.005Z] --- PASS: TestDockerNetworkMacvlan (10.86s)
12:36:50 [2024-04-19T12:36:50.005Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.67s)
12:36:50 [2024-04-19T12:36:50.005Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.74s)
12:36:50 [2024-04-19T12:36:50.005Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (1.51s)
12:36:50 [2024-04-19T12:36:50.005Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (1.42s)
12:36:50 [2024-04-19T12:36:50.005Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnetWithParent (1.97s)
12:36:50 [2024-04-19T12:36:50.005Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnetNoParent (2.37s)
12:36:50 [2024-04-19T12:36:50.005Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (1.03s)
12:36:50 [2024-04-19T12:36:50.005Z]     --- PASS: TestDockerNetworkMacvlan/NoIPv6 (1.16s)
12:36:50 [2024-04-19T12:36:50.005Z] === RUN   TestMACVlanDNS
12:36:50 [2024-04-19T12:36:50.567Z] === RUN   TestMACVlanDNS/with_parent
12:36:58 [2024-04-19T12:36:58.653Z] === RUN   TestMACVlanDNS/no_parent
12:37:03 [2024-04-19T12:37:03.918Z] === RUN   TestMACVlanDNS/with_parent,_internal
12:37:09 [2024-04-19T12:37:09.162Z] --- PASS: TestMACVlanDNS (18.63s)
12:37:09 [2024-04-19T12:37:09.162Z]     --- PASS: TestMACVlanDNS/with_parent (6.88s)
12:37:09 [2024-04-19T12:37:09.162Z]     --- PASS: TestMACVlanDNS/no_parent (5.61s)
12:37:09 [2024-04-19T12:37:09.162Z]     --- PASS: TestMACVlanDNS/with_parent,_internal (5.50s)
12:37:09 [2024-04-19T12:37:09.162Z] PASS
12:37:09 [2024-04-19T12:37:09.162Z] 
12:37:09 [2024-04-19T12:37:09.162Z] DONE 14 tests in 30.682s
12:37:09 [2024-04-19T12:37:09.162Z] Running /go/src/github.com/docker/docker/integration/networking (arm64.integration.networking) flags=-test.v -test.timeout=120m  
12:37:09 [2024-04-19T12:37:09.162Z] ++ '[' -n '' ']'
12:37:09 [2024-04-19T12:37:09.162Z] ++ 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
12:37:09 [2024-04-19T12:37:09.162Z] ++ set -e
12:37:09 [2024-04-19T12:37:09.162Z] ++ '[' -n 0 ']'
12:37:09 [2024-04-19T12:37:09.162Z] ++ set -x
12:37:09 [2024-04-19T12:37:09.162Z] ++ 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.PGGBnACvoN/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
12:37:09 [2024-04-19T12:37:09.162Z] INFO: Testing against a local daemon
12:37:09 [2024-04-19T12:37:09.162Z] === RUN   TestBridgeICC
12:37:09 [2024-04-19T12:37:09.162Z] === RUN   TestBridgeICC/IPv4_non-internal_network
12:37:10 [2024-04-19T12:37:10.529Z] === RUN   TestBridgeICC/IPv4_internal_network
12:37:11 [2024-04-19T12:37:11.457Z] === RUN   TestBridgeICC/IPv6_ULA_on_non-internal_network
12:37:12 [2024-04-19T12:37:12.824Z] === RUN   TestBridgeICC/IPv6_ULA_on_internal_network
12:37:13 [2024-04-19T12:37:13.752Z] === RUN   TestBridgeICC/IPv6_link-local_address_on_non-internal_network
12:37:15 [2024-04-19T12:37:15.119Z] === RUN   TestBridgeICC/IPv6_link-local_address_on_internal_network
12:37:16 [2024-04-19T12:37:16.093Z] === RUN   TestBridgeICC/IPv6_link-local_address_on_non-internal_network_ping_by_name
12:37:17 [2024-04-19T12:37:17.021Z] === RUN   TestBridgeICC/IPv6_nonstandard_link-local_subnet_on_non-internal_network_ping_by_name
12:37:17 [2024-04-19T12:37:17.950Z] === RUN   TestBridgeICC/IPv6_non-internal_network_with_SLAAC_LL_address
12:37:20 [2024-04-19T12:37:20.466Z] === RUN   TestBridgeICC/IPv6_internal_network_with_SLAAC_LL_address
12:37:22 [2024-04-19T12:37:22.355Z] --- PASS: TestBridgeICC (13.72s)
12:37:22 [2024-04-19T12:37:22.355Z]     --- PASS: TestBridgeICC/IPv4_non-internal_network (1.12s)
12:37:22 [2024-04-19T12:37:22.355Z]     --- PASS: TestBridgeICC/IPv4_internal_network (1.02s)
12:37:22 [2024-04-19T12:37:22.355Z]     --- PASS: TestBridgeICC/IPv6_ULA_on_non-internal_network (1.19s)
12:37:22 [2024-04-19T12:37:22.355Z]     --- PASS: TestBridgeICC/IPv6_ULA_on_internal_network (1.08s)
12:37:22 [2024-04-19T12:37:22.355Z]     --- PASS: TestBridgeICC/IPv6_link-local_address_on_non-internal_network (1.22s)
12:37:22 [2024-04-19T12:37:22.355Z]     --- PASS: TestBridgeICC/IPv6_link-local_address_on_internal_network (1.00s)
12:37:22 [2024-04-19T12:37:22.355Z]     --- PASS: TestBridgeICC/IPv6_link-local_address_on_non-internal_network_ping_by_name (1.12s)
12:37:22 [2024-04-19T12:37:22.355Z]     --- PASS: TestBridgeICC/IPv6_nonstandard_link-local_subnet_on_non-internal_network_ping_by_name (1.07s)
12:37:22 [2024-04-19T12:37:22.355Z]     --- PASS: TestBridgeICC/IPv6_non-internal_network_with_SLAAC_LL_address (2.18s)
12:37:22 [2024-04-19T12:37:22.355Z]     --- PASS: TestBridgeICC/IPv6_internal_network_with_SLAAC_LL_address (2.12s)
12:37:22 [2024-04-19T12:37:22.355Z] === RUN   TestBridgeICCWindows
12:37:22 [2024-04-19T12:37:22.355Z]     bridge_test.go:215: testEnv.DaemonInfo.OSType != "windows"
12:37:22 [2024-04-19T12:37:22.355Z] --- SKIP: TestBridgeICCWindows (0.00s)
12:37:22 [2024-04-19T12:37:22.355Z] === RUN   TestBridgeINC
12:37:22 [2024-04-19T12:37:22.916Z] === RUN   TestBridgeINC/IPv4_non-internal_network
12:37:28 [2024-04-19T12:37:28.162Z] === RUN   TestBridgeINC/IPv4_internal_network
12:37:28 [2024-04-19T12:37:28.418Z] === RUN   TestBridgeINC/IPv6_ULA_on_non-internal_network
12:37:33 [2024-04-19T12:37:33.662Z] === RUN   TestBridgeINC/IPv6_ULA_on_internal_network
12:37:34 [2024-04-19T12:37:34.224Z] --- PASS: TestBridgeINC (11.86s)
12:37:34 [2024-04-19T12:37:34.224Z]     --- PASS: TestBridgeINC/IPv4_non-internal_network (4.30s)
12:37:34 [2024-04-19T12:37:34.224Z]     --- PASS: TestBridgeINC/IPv4_internal_network (1.22s)
12:37:34 [2024-04-19T12:37:34.224Z]     --- PASS: TestBridgeINC/IPv6_ULA_on_non-internal_network (4.38s)
12:37:34 [2024-04-19T12:37:34.224Z]     --- PASS: TestBridgeINC/IPv6_ULA_on_internal_network (1.34s)
12:37:34 [2024-04-19T12:37:34.224Z] === RUN   TestDefaultBridgeIPv6
12:37:34 [2024-04-19T12:37:34.224Z] === RUN   TestDefaultBridgeIPv6/IPv6_ULA
12:37:36 [2024-04-19T12:37:36.114Z] === RUN   TestDefaultBridgeIPv6/IPv6_LLA_only
12:37:37 [2024-04-19T12:37:37.480Z] === RUN   TestDefaultBridgeIPv6/IPv6_nonstandard_LLA_only
12:37:38 [2024-04-19T12:37:38.847Z] --- PASS: TestDefaultBridgeIPv6 (4.56s)
12:37:38 [2024-04-19T12:37:38.847Z]     --- PASS: TestDefaultBridgeIPv6/IPv6_ULA (1.59s)
12:37:38 [2024-04-19T12:37:38.847Z]     --- PASS: TestDefaultBridgeIPv6/IPv6_LLA_only (1.52s)
12:37:38 [2024-04-19T12:37:38.847Z]     --- PASS: TestDefaultBridgeIPv6/IPv6_nonstandard_LLA_only (1.44s)
12:37:38 [2024-04-19T12:37:38.847Z] === RUN   TestDefaultBridgeAddresses
12:37:38 [2024-04-19T12:37:38.847Z] === RUN   TestDefaultBridgeAddresses/Unique-Local_Subnet_Changes
12:37:40 [2024-04-19T12:37:40.213Z] === RUN   TestDefaultBridgeAddresses/Link-Local_Subnet_Changes
12:37:42 [2024-04-19T12:37:42.104Z] --- PASS: TestDefaultBridgeAddresses (3.10s)
12:37:42 [2024-04-19T12:37:42.104Z]     --- PASS: TestDefaultBridgeAddresses/Unique-Local_Subnet_Changes (1.55s)
12:37:42 [2024-04-19T12:37:42.104Z]     --- PASS: TestDefaultBridgeAddresses/Link-Local_Subnet_Changes (1.55s)
12:37:42 [2024-04-19T12:37:42.104Z] === RUN   TestInternalNwConnectivity
12:37:45 [2024-04-19T12:37:45.496Z] --- PASS: TestInternalNwConnectivity (3.37s)
12:37:45 [2024-04-19T12:37:45.496Z] === RUN   TestDisableIPv6Addrs
12:37:45 [2024-04-19T12:37:45.755Z] === RUN   TestDisableIPv6Addrs/IPv6_enabled
12:37:46 [2024-04-19T12:37:46.319Z] === RUN   TestDisableIPv6Addrs/IPv6_disabled
12:37:47 [2024-04-19T12:37:47.249Z] --- PASS: TestDisableIPv6Addrs (1.78s)
12:37:47 [2024-04-19T12:37:47.249Z]     --- PASS: TestDisableIPv6Addrs/IPv6_enabled (0.50s)
12:37:47 [2024-04-19T12:37:47.249Z]     --- PASS: TestDisableIPv6Addrs/IPv6_disabled (0.53s)
12:37:47 [2024-04-19T12:37:47.249Z] === RUN   TestNonIPv6Network
12:37:48 [2024-04-19T12:37:48.618Z] --- PASS: TestNonIPv6Network (1.34s)
12:37:48 [2024-04-19T12:37:48.618Z] === RUN   TestSetInterfaceSysctl
12:37:49 [2024-04-19T12:37:49.547Z] --- PASS: TestSetInterfaceSysctl (1.10s)
12:37:49 [2024-04-19T12:37:49.547Z] === RUN   TestEtcHostsIpv6
12:37:50 [2024-04-19T12:37:50.154Z] === RUN   TestEtcHostsIpv6/IPv6_enabled
12:37:50 [2024-04-19T12:37:50.717Z] === RUN   TestEtcHostsIpv6/IPv6_disabled
12:37:51 [2024-04-19T12:37:51.279Z] --- PASS: TestEtcHostsIpv6 (1.74s)
12:37:51 [2024-04-19T12:37:51.279Z]     --- PASS: TestEtcHostsIpv6/IPv6_enabled (0.57s)
12:37:51 [2024-04-19T12:37:51.279Z]     --- PASS: TestEtcHostsIpv6/IPv6_disabled (0.56s)
12:37:51 [2024-04-19T12:37:51.279Z] === RUN   TestMACAddrOnRestart
12:37:53 [2024-04-19T12:37:53.172Z] --- PASS: TestMACAddrOnRestart (2.10s)
12:37:53 [2024-04-19T12:37:53.172Z] === RUN   TestCfgdMACAddrOnRestart
12:37:56 [2024-04-19T12:37:56.442Z] --- PASS: TestCfgdMACAddrOnRestart (2.54s)
12:37:56 [2024-04-19T12:37:56.442Z] === RUN   TestInspectCfgdMAC
12:37:56 [2024-04-19T12:37:56.442Z] === RUN   TestInspectCfgdMAC/generated_address_default_bridge
12:37:56 [2024-04-19T12:37:56.442Z] === RUN   TestInspectCfgdMAC/configured_address_default_bridge
12:37:56 [2024-04-19T12:37:56.700Z] === RUN   TestInspectCfgdMAC/generated_address_custom_bridge
12:37:56 [2024-04-19T12:37:56.700Z] === RUN   TestInspectCfgdMAC/configured_address_custom_bridge
12:37:56 [2024-04-19T12:37:56.956Z] === RUN   TestInspectCfgdMAC/ctr-wide_address_default_bridge
12:37:56 [2024-04-19T12:37:56.956Z] --- PASS: TestInspectCfgdMAC (1.18s)
12:37:56 [2024-04-19T12:37:56.956Z]     --- PASS: TestInspectCfgdMAC/generated_address_default_bridge (0.09s)
12:37:56 [2024-04-19T12:37:56.956Z]     --- PASS: TestInspectCfgdMAC/configured_address_default_bridge (0.06s)
12:37:56 [2024-04-19T12:37:56.956Z]     --- PASS: TestInspectCfgdMAC/generated_address_custom_bridge (0.19s)
12:37:56 [2024-04-19T12:37:56.956Z]     --- PASS: TestInspectCfgdMAC/configured_address_custom_bridge (0.17s)
12:37:56 [2024-04-19T12:37:56.956Z]     --- PASS: TestInspectCfgdMAC/ctr-wide_address_default_bridge (0.05s)
12:37:56 [2024-04-19T12:37:56.956Z] === RUN   TestWatchtowerCreate
12:37:58 [2024-04-19T12:37:58.323Z] --- PASS: TestWatchtowerCreate (1.21s)
12:37:58 [2024-04-19T12:37:58.323Z] === RUN   TestResolvConfLocalhostIPv6
12:37:59 [2024-04-19T12:37:59.689Z] --- PASS: TestResolvConfLocalhostIPv6 (1.29s)
12:37:59 [2024-04-19T12:37:59.689Z] === RUN   TestInternalNetworkDNS
12:38:23 [2024-04-19T12:38:23.822Z] --- PASS: TestInternalNetworkDNS (23.10s)
12:38:23 [2024-04-19T12:38:23.822Z] === RUN   TestNslookupWindows
12:38:23 [2024-04-19T12:38:23.822Z]     resolvconf_test.go:140: testEnv.DaemonInfo.OSType != "windows"
12:38:23 [2024-04-19T12:38:23.822Z] --- SKIP: TestNslookupWindows (0.00s)
12:38:23 [2024-04-19T12:38:23.822Z] PASS
12:38:23 [2024-04-19T12:38:23.822Z] 
12:38:23 [2024-04-19T12:38:23.822Z] === Skipped
12:38:23 [2024-04-19T12:38:23.822Z] === SKIP: arm64.integration.networking TestBridgeICCWindows (0.00s)
12:38:23 [2024-04-19T12:38:23.822Z]     bridge_test.go:215: testEnv.DaemonInfo.OSType != "windows"
12:38:23 [2024-04-19T12:38:23.822Z] 
12:38:23 [2024-04-19T12:38:23.822Z] === SKIP: arm64.integration.networking TestNslookupWindows (0.00s)
12:38:23 [2024-04-19T12:38:23.822Z]     resolvconf_test.go:140: testEnv.DaemonInfo.OSType != "windows"
12:38:23 [2024-04-19T12:38:23.822Z] 
12:38:23 [2024-04-19T12:38:23.822Z] DONE 45 tests, 2 skipped in 74.022s
12:38:23 [2024-04-19T12:38:23.822Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m  
12:38:23 [2024-04-19T12:38:23.822Z] ++ '[' -n '' ']'
12:38:23 [2024-04-19T12:38:23.822Z] ++ 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
12:38:23 [2024-04-19T12:38:23.822Z] ++ set -e
12:38:23 [2024-04-19T12:38:23.822Z] ++ '[' -n 0 ']'
12:38:23 [2024-04-19T12:38:23.822Z] ++ set -x
12:38:23 [2024-04-19T12:38:23.822Z] ++ 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.PGGBnACvoN/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
12:38:23 [2024-04-19T12:38:23.822Z] testing: warning: no tests to run
12:38:23 [2024-04-19T12:38:23.822Z] PASS
12:38:23 [2024-04-19T12:38:23.822Z] 
12:38:23 [2024-04-19T12:38:23.822Z] DONE 0 tests in 0.005s
12:38:23 [2024-04-19T12:38:23.822Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m  
12:38:23 [2024-04-19T12:38:23.822Z] ++ '[' -n '' ']'
12:38:23 [2024-04-19T12:38:23.822Z] ++ 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
12:38:23 [2024-04-19T12:38:23.822Z] ++ set -e
12:38:23 [2024-04-19T12:38:23.822Z] ++ '[' -n 0 ']'
12:38:23 [2024-04-19T12:38:23.822Z] ++ set -x
12:38:23 [2024-04-19T12:38:23.822Z] ++ 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.PGGBnACvoN/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
12:38:23 [2024-04-19T12:38:23.822Z] INFO: Testing against a local daemon
12:38:23 [2024-04-19T12:38:23.822Z] === RUN   TestAuthZPluginAllowRequest
12:38:23 [2024-04-19T12:38:23.822Z] --- PASS: TestAuthZPluginAllowRequest (1.05s)
12:38:23 [2024-04-19T12:38:23.822Z] === RUN   TestAuthZPluginTLS
12:38:24 [2024-04-19T12:38:24.385Z] --- PASS: TestAuthZPluginTLS (0.54s)
12:38:24 [2024-04-19T12:38:24.385Z] === RUN   TestAuthZPluginDenyRequest
12:38:24 [2024-04-19T12:38:24.947Z] --- PASS: TestAuthZPluginDenyRequest (0.52s)
12:38:24 [2024-04-19T12:38:24.947Z] === RUN   TestAuthZPluginAPIDenyResponse
12:38:25 [2024-04-19T12:38:25.203Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.52s)
12:38:25 [2024-04-19T12:38:25.203Z] === RUN   TestAuthZPluginDenyResponse
12:38:25 [2024-04-19T12:38:25.766Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
12:38:25 [2024-04-19T12:38:25.766Z] === RUN   TestAuthZPluginAllowEventStream
12:38:26 [2024-04-19T12:38:26.694Z] 2024/04/19 12:38:26 http: panic serving 127.0.0.1:54186: runtime error: invalid memory address or nil pointer dereference
12:38:26 [2024-04-19T12:38:26.694Z] goroutine 141 [running]:
12:38:26 [2024-04-19T12:38:26.694Z] net/http.(*conn).serve.func1()
12:38:26 [2024-04-19T12:38:26.694Z] 	/usr/local/go/src/net/http/server.go:1868 +0xb0
12:38:26 [2024-04-19T12:38:26.694Z] panic({0xa86700?, 0x15bafd0?})
12:38:26 [2024-04-19T12:38:26.694Z] 	/usr/local/go/src/runtime/panic.go:920 +0x26c
12:38:26 [2024-04-19T12:38:26.694Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd8a350, 0x40004bac00}, 0xffff64ad2570?)
12:38:26 [2024-04-19T12:38:26.694Z] 	/go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:159 +0x14c
12:38:26 [2024-04-19T12:38:26.694Z] net/http.HandlerFunc.ServeHTTP(0x400032c700?, {0xd8a350?, 0x40004bac00?}, 0x402eb4?)
12:38:26 [2024-04-19T12:38:26.694Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
12:38:26 [2024-04-19T12:38:26.694Z] net/http.(*ServeMux).ServeHTTP(0xd906e8?, {0xd8a350, 0x40004bac00}, 0x400032c700)
12:38:26 [2024-04-19T12:38:26.694Z] 	/usr/local/go/src/net/http/server.go:2514 +0x144
12:38:26 [2024-04-19T12:38:26.694Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*middleware).serveHTTP(0x400020e160, {0xd88f10?, 0x400001c0e0}, 0x400032c600, {0xd7efa0, 0x4000494280})
12:38:26 [2024-04-19T12:38:26.694Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:229 +0xf44
12:38:26 [2024-04-19T12:38:26.694Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.NewMiddleware.func1.1({0xd88f10?, 0x400001c0e0?}, 0x400011e6d0?)
12:38:26 [2024-04-19T12:38:26.694Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:81 +0x40
12:38:26 [2024-04-19T12:38:26.694Z] net/http.HandlerFunc.ServeHTTP(0x10?, {0xd88f10?, 0x400001c0e0?}, 0x400001c0e0?)
12:38:26 [2024-04-19T12:38:26.694Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
12:38:26 [2024-04-19T12:38:26.694Z] net/http.serverHandler.ServeHTTP({0xd85988?}, {0xd88f10?, 0x400001c0e0?}, 0x6?)
12:38:26 [2024-04-19T12:38:26.694Z] 	/usr/local/go/src/net/http/server.go:2938 +0xbc
12:38:26 [2024-04-19T12:38:26.694Z] net/http.(*conn).serve(0x400029c2d0, {0xd906e8, 0x400047a5d0})
12:38:26 [2024-04-19T12:38:26.694Z] 	/usr/local/go/src/net/http/server.go:2009 +0x518
12:38:26 [2024-04-19T12:38:26.694Z] created by net/http.(*Server).Serve in goroutine 37
12:38:26 [2024-04-19T12:38:26.694Z] 	/usr/local/go/src/net/http/server.go:3086 +0x4cc
12:38:27 [2024-04-19T12:38:27.622Z] 2024/04/19 12:38:27 http: panic serving 127.0.0.1:54190: could not unmarshal json for /AuthZPlugin.AuthZRes: unexpected end of JSON input
12:38:27 [2024-04-19T12:38:27.622Z] goroutine 212 [running]:
12:38:27 [2024-04-19T12:38:27.622Z] net/http.(*conn).serve.func1()
12:38:27 [2024-04-19T12:38:27.622Z] 	/usr/local/go/src/net/http/server.go:1868 +0xb0
12:38:27 [2024-04-19T12:38:27.622Z] panic({0xa1c140?, 0x400011eb60?})
12:38:27 [2024-04-19T12:38:27.622Z] 	/usr/local/go/src/runtime/panic.go:920 +0x26c
12:38:27 [2024-04-19T12:38:27.622Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd8a350, 0x40004bade0}, 0xffff64ad2570?)
12:38:27 [2024-04-19T12:38:27.622Z] 	/go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:149 +0x360
12:38:27 [2024-04-19T12:38:27.622Z] net/http.HandlerFunc.ServeHTTP(0x400032c800?, {0xd8a350?, 0x40004bade0?}, 0x402eb4?)
12:38:27 [2024-04-19T12:38:27.622Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
12:38:27 [2024-04-19T12:38:27.622Z] net/http.(*ServeMux).ServeHTTP(0xd906e8?, {0xd8a350, 0x40004bade0}, 0x400032c800)
12:38:27 [2024-04-19T12:38:27.622Z] 	/usr/local/go/src/net/http/server.go:2514 +0x144
12:38:27 [2024-04-19T12:38:27.622Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*middleware).serveHTTP(0x400020e160, {0xd88f10?, 0x400001c1c0}, 0x400032c200, {0xd7efa0, 0x4000494280})
12:38:27 [2024-04-19T12:38:27.622Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:229 +0xf44
12:38:27 [2024-04-19T12:38:27.622Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.NewMiddleware.func1.1({0xd88f10?, 0x400001c1c0?}, 0x4000306240?)
12:38:27 [2024-04-19T12:38:27.622Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:81 +0x40
12:38:27 [2024-04-19T12:38:27.622Z] net/http.HandlerFunc.ServeHTTP(0x1618da0?, {0xd88f10?, 0x400001c1c0?}, 0x4000013b40?)
12:38:27 [2024-04-19T12:38:27.622Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
12:38:27 [2024-04-19T12:38:27.622Z] net/http.serverHandler.ServeHTTP({0x4000306240?}, {0xd88f10?, 0x400001c1c0?}, 0x6?)
12:38:27 [2024-04-19T12:38:27.622Z] 	/usr/local/go/src/net/http/server.go:2938 +0xbc
12:38:27 [2024-04-19T12:38:27.622Z] net/http.(*conn).serve(0x40001a6e10, {0xd906e8, 0x400047a5d0})
12:38:27 [2024-04-19T12:38:27.622Z] 	/usr/local/go/src/net/http/server.go:2009 +0x518
12:38:27 [2024-04-19T12:38:27.622Z] created by net/http.(*Server).Serve in goroutine 37
12:38:27 [2024-04-19T12:38:27.622Z] 	/usr/local/go/src/net/http/server.go:3086 +0x4cc
12:38:30 [2024-04-19T12:38:30.150Z] 2024/04/19 12:38:29 http: panic serving 127.0.0.1:54200: could not unmarshal json for /AuthZPlugin.AuthZRes: unexpected end of JSON input
12:38:30 [2024-04-19T12:38:30.150Z] goroutine 216 [running]:
12:38:30 [2024-04-19T12:38:30.150Z] net/http.(*conn).serve.func1()
12:38:30 [2024-04-19T12:38:30.150Z] 	/usr/local/go/src/net/http/server.go:1868 +0xb0
12:38:30 [2024-04-19T12:38:30.150Z] panic({0xa1c140?, 0x40006c0180?})
12:38:30 [2024-04-19T12:38:30.150Z] 	/usr/local/go/src/runtime/panic.go:920 +0x26c
12:38:30 [2024-04-19T12:38:30.150Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd8a350, 0x40003301e0}, 0xffff64903b18?)
12:38:30 [2024-04-19T12:38:30.150Z] 	/go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:149 +0x360
12:38:30 [2024-04-19T12:38:30.150Z] net/http.HandlerFunc.ServeHTTP(0x400024c100?, {0xd8a350?, 0x40003301e0?}, 0x402eb4?)
12:38:30 [2024-04-19T12:38:30.150Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
12:38:30 [2024-04-19T12:38:30.151Z] net/http.(*ServeMux).ServeHTTP(0xd906e8?, {0xd8a350, 0x40003301e0}, 0x400024c100)
12:38:30 [2024-04-19T12:38:30.151Z] 	/usr/local/go/src/net/http/server.go:2514 +0x144
12:38:30 [2024-04-19T12:38:30.151Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*middleware).serveHTTP(0x400020e160, {0xd88f10?, 0x4000294000}, 0x400024c000, {0xd7efa0, 0x4000494280})
12:38:30 [2024-04-19T12:38:30.151Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:229 +0xf44
12:38:30 [2024-04-19T12:38:30.151Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.NewMiddleware.func1.1({0xd88f10?, 0x4000294000?}, 0x400047a030?)
12:38:30 [2024-04-19T12:38:30.151Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:81 +0x40
12:38:30 [2024-04-19T12:38:30.151Z] net/http.HandlerFunc.ServeHTTP(0x1618da0?, {0xd88f10?, 0x4000294000?}, 0x4000350b40?)
12:38:30 [2024-04-19T12:38:30.151Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
12:38:30 [2024-04-19T12:38:30.151Z] net/http.serverHandler.ServeHTTP({0x400047a030?}, {0xd88f10?, 0x4000294000?}, 0x6?)
12:38:30 [2024-04-19T12:38:30.151Z] 	/usr/local/go/src/net/http/server.go:2938 +0xbc
12:38:30 [2024-04-19T12:38:30.151Z] net/http.(*conn).serve(0x40001a75f0, {0xd906e8, 0x400047a5d0})
12:38:30 [2024-04-19T12:38:30.151Z] 	/usr/local/go/src/net/http/server.go:2009 +0x518
12:38:30 [2024-04-19T12:38:30.151Z] created by net/http.(*Server).Serve in goroutine 37
12:38:30 [2024-04-19T12:38:30.151Z] 	/usr/local/go/src/net/http/server.go:3086 +0x4cc
12:38:32 [2024-04-19T12:38:32.062Z] --- PASS: TestAuthZPluginAllowEventStream (6.11s)
12:38:32 [2024-04-19T12:38:32.062Z] === RUN   TestAuthZPluginErrorResponse
12:38:32 [2024-04-19T12:38:32.624Z] --- PASS: TestAuthZPluginErrorResponse (0.53s)
12:38:32 [2024-04-19T12:38:32.624Z] === RUN   TestAuthZPluginErrorRequest
12:38:32 [2024-04-19T12:38:32.880Z] --- PASS: TestAuthZPluginErrorRequest (0.52s)
12:38:32 [2024-04-19T12:38:32.880Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
12:38:33 [2024-04-19T12:38:33.443Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s)
12:38:33 [2024-04-19T12:38:33.443Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
12:38:34 [2024-04-19T12:38:34.809Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.15s)
12:38:34 [2024-04-19T12:38:34.809Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
12:38:36 [2024-04-19T12:38:36.174Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.21s)
12:38:36 [2024-04-19T12:38:36.174Z] === RUN   TestAuthZPluginHeader
12:38:36 [2024-04-19T12:38:36.430Z] --- PASS: TestAuthZPluginHeader (0.62s)
12:38:36 [2024-04-19T12:38:36.430Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
12:38:36 [2024-04-19T12:38:36.430Z]     authz_plugin_v2_test.go:40: (*Execution).NotAmd64-fm
12:38:36 [2024-04-19T12:38:36.430Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
12:38:36 [2024-04-19T12:38:36.430Z] === RUN   TestAuthZPluginV2Disable
12:38:36 [2024-04-19T12:38:36.430Z]     authz_plugin_v2_test.go:61: (*Execution).NotAmd64-fm
12:38:36 [2024-04-19T12:38:36.430Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
12:38:36 [2024-04-19T12:38:36.430Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
12:38:36 [2024-04-19T12:38:36.430Z]     authz_plugin_v2_test.go:87: (*Execution).NotAmd64-fm
12:38:36 [2024-04-19T12:38:36.430Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
12:38:36 [2024-04-19T12:38:36.430Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
12:38:36 [2024-04-19T12:38:36.430Z]     authz_plugin_v2_test.go:122: (*Execution).NotAmd64-fm
12:38:36 [2024-04-19T12:38:36.430Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
12:38:36 [2024-04-19T12:38:36.430Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
12:38:54 [2024-04-19T12:38:54.475Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.89s)
12:38:54 [2024-04-19T12:38:54.475Z] PASS
12:38:54 [2024-04-19T12:38:54.475Z] 
12:38:54 [2024-04-19T12:38:54.475Z] === Skipped
12:38:54 [2024-04-19T12:38:54.475Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
12:38:54 [2024-04-19T12:38:54.475Z]     authz_plugin_v2_test.go:40: (*Execution).NotAmd64-fm
12:38:54 [2024-04-19T12:38:54.475Z] 
12:38:54 [2024-04-19T12:38:54.475Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
12:38:54 [2024-04-19T12:38:54.475Z]     authz_plugin_v2_test.go:61: (*Execution).NotAmd64-fm
12:38:54 [2024-04-19T12:38:54.475Z] 
12:38:54 [2024-04-19T12:38:54.475Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
12:38:54 [2024-04-19T12:38:54.475Z]     authz_plugin_v2_test.go:87: (*Execution).NotAmd64-fm
12:38:54 [2024-04-19T12:38:54.475Z] 
12:38:54 [2024-04-19T12:38:54.475Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
12:38:54 [2024-04-19T12:38:54.475Z]     authz_plugin_v2_test.go:122: (*Execution).NotAmd64-fm
12:38:54 [2024-04-19T12:38:54.475Z] 
12:38:54 [2024-04-19T12:38:54.475Z] DONE 17 tests, 4 skipped in 30.759s
12:38:54 [2024-04-19T12:38:54.475Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m  
12:38:54 [2024-04-19T12:38:54.475Z] ++ '[' -n '' ']'
12:38:54 [2024-04-19T12:38:54.475Z] ++ 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
12:38:54 [2024-04-19T12:38:54.475Z] ++ set -e
12:38:54 [2024-04-19T12:38:54.475Z] ++ '[' -n 0 ']'
12:38:54 [2024-04-19T12:38:54.475Z] ++ set -x
12:38:54 [2024-04-19T12:38:54.475Z] ++ 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.PGGBnACvoN/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
12:38:54 [2024-04-19T12:38:54.475Z] INFO: Testing against a local daemon
12:38:54 [2024-04-19T12:38:54.475Z] === RUN   TestPluginInvalidJSON
12:38:54 [2024-04-19T12:38:54.475Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
12:38:54 [2024-04-19T12:38:54.475Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
12:38:54 [2024-04-19T12:38:54.475Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
12:38:54 [2024-04-19T12:38:54.475Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
12:38:54 [2024-04-19T12:38:54.475Z] === RUN   TestPluginInvalidJSON/plugins/pull
12:38:54 [2024-04-19T12:38:54.475Z] === PAUSE TestPluginInvalidJSON/plugins/pull
12:38:54 [2024-04-19T12:38:54.475Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
12:38:54 [2024-04-19T12:38:54.475Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
12:38:54 [2024-04-19T12:38:54.475Z] === CONT  TestPluginInvalidJSON/plugins/pull
12:38:54 [2024-04-19T12:38:54.475Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
12:38:54 [2024-04-19T12:38:54.475Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
12:38:54 [2024-04-19T12:38:54.475Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
12:38:54 [2024-04-19T12:38:54.475Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
12:38:54 [2024-04-19T12:38:54.475Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
12:38:54 [2024-04-19T12:38:54.475Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
12:38:54 [2024-04-19T12:38:54.475Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
12:38:54 [2024-04-19T12:38:54.475Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
12:38:54 [2024-04-19T12:38:54.475Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
12:38:54 [2024-04-19T12:38:54.475Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
12:38:54 [2024-04-19T12:38:54.475Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
12:38:54 [2024-04-19T12:38:54.475Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
12:38:54 [2024-04-19T12:38:54.475Z] --- PASS: TestPluginInvalidJSON (0.01s)
12:38:54 [2024-04-19T12:38:54.475Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
12:38:54 [2024-04-19T12:38:54.475Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
12:38:54 [2024-04-19T12:38:54.475Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
12:38:54 [2024-04-19T12:38:54.475Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
12:38:54 [2024-04-19T12:38:54.475Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
12:38:54 [2024-04-19T12:38:54.475Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s)
12:38:54 [2024-04-19T12:38:54.475Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
12:38:54 [2024-04-19T12:38:54.475Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
12:38:54 [2024-04-19T12:38:54.475Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
12:38:54 [2024-04-19T12:38:54.475Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
12:38:54 [2024-04-19T12:38:54.475Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
12:38:54 [2024-04-19T12:38:54.475Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
12:38:54 [2024-04-19T12:38:54.475Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
12:38:54 [2024-04-19T12:38:54.475Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
12:38:54 [2024-04-19T12:38:54.475Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
12:38:54 [2024-04-19T12:38:54.475Z] === RUN   TestPluginInstall
12:38:54 [2024-04-19T12:38:54.475Z] === RUN   TestPluginInstall/no_auth
12:38:56 [2024-04-19T12:38:56.992Z] time="2024-04-19T12:38:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
12:38:56 [2024-04-19T12:38:56.992Z] time="2024-04-19T12:38:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:20fb16b92323564226fc68ae61e2e6fc5ef3aab31846fdf07333f35e6a74203e" mediatype=application/vnd.docker.plugin.v1+json size=522
12:38:56 [2024-04-19T12:38:56.992Z] time="2024-04-19T12:38:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
12:38:56 [2024-04-19T12:38:56.992Z] time="2024-04-19T12:38:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:20fb16b92323564226fc68ae61e2e6fc5ef3aab31846fdf07333f35e6a74203e" mediatype=application/vnd.docker.plugin.v1+json size=522
12:38:56 [2024-04-19T12:38:56.992Z] === RUN   TestPluginInstall/with_digest
12:38:57 [2024-04-19T12:38:57.553Z] === RUN   TestPluginInstall/with_htpasswd
12:38:57 [2024-04-19T12:38:57.809Z] time="2024-04-19T12:38:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
12:38:57 [2024-04-19T12:38:57.809Z] time="2024-04-19T12:38:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:50218ec5e7a20a06e987fe542c03209e0af62fb427315f79b93b9880e1c8f98c" mediatype=application/vnd.docker.plugin.v1+json size=522
12:38:57 [2024-04-19T12:38:57.809Z] time="2024-04-19T12:38:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
12:38:57 [2024-04-19T12:38:57.809Z] time="2024-04-19T12:38:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:50218ec5e7a20a06e987fe542c03209e0af62fb427315f79b93b9880e1c8f98c" mediatype=application/vnd.docker.plugin.v1+json size=522
12:38:58 [2024-04-19T12:38:58.066Z] === RUN   TestPluginInstall/with_insecure
12:38:58 [2024-04-19T12:38:58.628Z] time="2024-04-19T12:38:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
12:38:58 [2024-04-19T12:38:58.628Z] time="2024-04-19T12:38:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2eedcf1e922f9a30c011fdd24f16f65d4611b5303a3d4a05211de6165a9cb8e3" mediatype=application/vnd.docker.plugin.v1+json size=522
12:38:58 [2024-04-19T12:38:58.628Z] time="2024-04-19T12:38:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
12:38:58 [2024-04-19T12:38:58.628Z] time="2024-04-19T12:38:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2eedcf1e922f9a30c011fdd24f16f65d4611b5303a3d4a05211de6165a9cb8e3" mediatype=application/vnd.docker.plugin.v1+json size=522
12:38:58 [2024-04-19T12:38:58.884Z]     plugin_test.go:247: [de2f91bd76810] daemon is not started
12:38:58 [2024-04-19T12:38:58.884Z] --- PASS: TestPluginInstall (5.44s)
12:38:58 [2024-04-19T12:38:58.884Z]     --- PASS: TestPluginInstall/no_auth (3.55s)
12:38:58 [2024-04-19T12:38:58.884Z]     --- PASS: TestPluginInstall/with_digest (0.49s)
12:38:58 [2024-04-19T12:38:58.884Z]     --- PASS: TestPluginInstall/with_htpasswd (0.46s)
12:38:58 [2024-04-19T12:38:58.884Z]     --- PASS: TestPluginInstall/with_insecure (0.94s)
12:38:58 [2024-04-19T12:38:58.884Z] === RUN   TestPluginsWithRuntimes
12:39:00 [2024-04-19T12:39:00.251Z] === RUN   TestPluginsWithRuntimes/No_Args
12:39:01 [2024-04-19T12:39:01.179Z] === RUN   TestPluginsWithRuntimes/With_Args
12:39:02 [2024-04-19T12:39:02.107Z] --- PASS: TestPluginsWithRuntimes (3.12s)
12:39:02 [2024-04-19T12:39:02.107Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.82s)
12:39:02 [2024-04-19T12:39:02.107Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.82s)
12:39:02 [2024-04-19T12:39:02.107Z] === RUN   TestPluginBackCompatMediaTypes
12:39:02 [2024-04-19T12:39:02.363Z] --- PASS: TestPluginBackCompatMediaTypes (0.49s)
12:39:02 [2024-04-19T12:39:02.363Z] PASS
12:39:02 [2024-04-19T12:39:02.619Z] 
12:39:02 [2024-04-19T12:39:02.619Z] DONE 25 tests in 9.088s
12:39:02 [2024-04-19T12:39:02.619Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m  
12:39:02 [2024-04-19T12:39:02.619Z] ++ '[' -n '' ']'
12:39:02 [2024-04-19T12:39:02.619Z] ++ 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
12:39:02 [2024-04-19T12:39:02.619Z] ++ set -e
12:39:02 [2024-04-19T12:39:02.619Z] ++ '[' -n 0 ']'
12:39:02 [2024-04-19T12:39:02.619Z] ++ set -x
12:39:02 [2024-04-19T12:39:02.619Z] ++ 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.PGGBnACvoN/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
12:39:02 [2024-04-19T12:39:02.619Z] INFO: Testing against a local daemon
12:39:02 [2024-04-19T12:39:02.619Z] === RUN   TestExternalGraphDriver
12:39:02 [2024-04-19T12:39:02.876Z] === RUN   TestExternalGraphDriver/json
12:39:02 [2024-04-19T12:39:02.876Z] === RUN   TestExternalGraphDriver/spec
12:39:02 [2024-04-19T12:39:02.876Z] === RUN   TestExternalGraphDriver/pull
12:39:02 [2024-04-19T12:39:02.876Z] --- PASS: TestExternalGraphDriver (0.34s)
12:39:02 [2024-04-19T12:39:02.876Z]     --- PASS: TestExternalGraphDriver/json (0.00s)
12:39:02 [2024-04-19T12:39:02.876Z]     --- PASS: TestExternalGraphDriver/spec (0.00s)
12:39:02 [2024-04-19T12:39:02.876Z]     --- PASS: TestExternalGraphDriver/pull (0.00s)
12:39:02 [2024-04-19T12:39:02.876Z] === RUN   TestGraphdriverPluginV2
12:39:03 [2024-04-19T12:39:03.132Z]     external_test.go:416: (*Execution).NotAmd64-fm
12:39:03 [2024-04-19T12:39:03.132Z] --- SKIP: TestGraphdriverPluginV2 (0.32s)
12:39:03 [2024-04-19T12:39:03.132Z] PASS
12:39:03 [2024-04-19T12:39:03.132Z] 
12:39:03 [2024-04-19T12:39:03.132Z] === Skipped
12:39:03 [2024-04-19T12:39:03.132Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.32s)
12:39:03 [2024-04-19T12:39:03.132Z]     external_test.go:416: (*Execution).NotAmd64-fm
12:39:03 [2024-04-19T12:39:03.132Z] 
12:39:03 [2024-04-19T12:39:03.132Z] DONE 5 tests, 1 skipped in 0.690s
12:39:03 [2024-04-19T12:39:03.132Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m  
12:39:03 [2024-04-19T12:39:03.132Z] ++ '[' -n '' ']'
12:39:03 [2024-04-19T12:39:03.132Z] ++ 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
12:39:03 [2024-04-19T12:39:03.132Z] ++ set -e
12:39:03 [2024-04-19T12:39:03.132Z] ++ '[' -n 0 ']'
12:39:03 [2024-04-19T12:39:03.132Z] ++ set -x
12:39:03 [2024-04-19T12:39:03.132Z] ++ 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.PGGBnACvoN/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
12:39:03 [2024-04-19T12:39:03.132Z] INFO: Testing against a local daemon
12:39:03 [2024-04-19T12:39:03.132Z] === RUN   TestContinueAfterPluginCrash
12:39:03 [2024-04-19T12:39:03.132Z] === PAUSE TestContinueAfterPluginCrash
12:39:03 [2024-04-19T12:39:03.132Z] === RUN   TestReadPluginNoRead
12:39:03 [2024-04-19T12:39:03.132Z] === PAUSE TestReadPluginNoRead
12:39:03 [2024-04-19T12:39:03.132Z] === RUN   TestDaemonStartWithLogOpt
12:39:03 [2024-04-19T12:39:03.132Z] === PAUSE TestDaemonStartWithLogOpt
12:39:03 [2024-04-19T12:39:03.132Z] === CONT  TestContinueAfterPluginCrash
12:39:03 [2024-04-19T12:39:03.132Z] === CONT  TestDaemonStartWithLogOpt
12:39:03 [2024-04-19T12:39:03.132Z] === CONT  TestReadPluginNoRead
12:39:05 [2024-04-19T12:39:05.650Z] === RUN   TestReadPluginNoRead/disabled_caching
12:39:05 [2024-04-19T12:39:05.907Z] --- PASS: TestDaemonStartWithLogOpt (2.61s)
12:39:06 [2024-04-19T12:39:06.470Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
12:39:07 [2024-04-19T12:39:07.836Z] === RUN   TestReadPluginNoRead/default
12:39:08 [2024-04-19T12:39:08.764Z]     read_test.go:93: [d37b61174e8b3] daemon is not started
12:39:08 [2024-04-19T12:39:08.764Z] --- PASS: TestReadPluginNoRead (5.53s)
12:39:08 [2024-04-19T12:39:08.764Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.21s)
12:39:08 [2024-04-19T12:39:08.764Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.15s)
12:39:08 [2024-04-19T12:39:08.764Z]     --- PASS: TestReadPluginNoRead/default (1.10s)
12:39:11 [2024-04-19T12:39:11.280Z] --- PASS: TestContinueAfterPluginCrash (7.71s)
12:39:11 [2024-04-19T12:39:11.280Z] PASS
12:39:11 [2024-04-19T12:39:11.280Z] 
12:39:11 [2024-04-19T12:39:11.280Z] DONE 6 tests in 7.741s
12:39:11 [2024-04-19T12:39:11.280Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m  
12:39:11 [2024-04-19T12:39:11.280Z] ++ '[' -n '' ']'
12:39:11 [2024-04-19T12:39:11.280Z] ++ 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
12:39:11 [2024-04-19T12:39:11.280Z] ++ set -e
12:39:11 [2024-04-19T12:39:11.280Z] ++ '[' -n 0 ']'
12:39:11 [2024-04-19T12:39:11.280Z] ++ set -x
12:39:11 [2024-04-19T12:39:11.280Z] ++ 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.PGGBnACvoN/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
12:39:11 [2024-04-19T12:39:11.280Z] testing: warning: no tests to run
12:39:11 [2024-04-19T12:39:11.280Z] PASS
12:39:11 [2024-04-19T12:39:11.280Z] 
12:39:11 [2024-04-19T12:39:11.280Z] DONE 0 tests in 0.006s
12:39:11 [2024-04-19T12:39:11.280Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m  
12:39:11 [2024-04-19T12:39:11.280Z] ++ '[' -n '' ']'
12:39:11 [2024-04-19T12:39:11.280Z] ++ 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
12:39:11 [2024-04-19T12:39:11.280Z] ++ set -e
12:39:11 [2024-04-19T12:39:11.280Z] ++ '[' -n 0 ']'
12:39:11 [2024-04-19T12:39:11.280Z] ++ set -x
12:39:11 [2024-04-19T12:39:11.280Z] ++ 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.PGGBnACvoN/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
12:39:11 [2024-04-19T12:39:11.280Z] INFO: Testing against a local daemon
12:39:11 [2024-04-19T12:39:11.280Z] === RUN   TestPluginWithDevMounts
12:39:11 [2024-04-19T12:39:11.280Z] === PAUSE TestPluginWithDevMounts
12:39:11 [2024-04-19T12:39:11.280Z] === CONT  TestPluginWithDevMounts
12:39:12 [2024-04-19T12:39:12.647Z] --- PASS: TestPluginWithDevMounts (1.47s)
12:39:12 [2024-04-19T12:39:12.647Z] PASS
12:39:12 [2024-04-19T12:39:12.647Z] 
12:39:12 [2024-04-19T12:39:12.647Z] DONE 1 tests in 1.505s
12:39:12 [2024-04-19T12:39:12.647Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m  
12:39:12 [2024-04-19T12:39:12.647Z] ++ '[' -n '' ']'
12:39:12 [2024-04-19T12:39:12.647Z] ++ 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
12:39:12 [2024-04-19T12:39:12.647Z] ++ set -e
12:39:12 [2024-04-19T12:39:12.647Z] ++ '[' -n 0 ']'
12:39:12 [2024-04-19T12:39:12.647Z] ++ set -x
12:39:12 [2024-04-19T12:39:12.647Z] ++ 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.PGGBnACvoN/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
12:39:12 [2024-04-19T12:39:12.647Z] INFO: Testing against a local daemon
12:39:12 [2024-04-19T12:39:12.647Z] === RUN   TestSecretInspect
12:39:14 [2024-04-19T12:39:14.536Z] --- PASS: TestSecretInspect (1.86s)
12:39:14 [2024-04-19T12:39:14.536Z] === RUN   TestSecretList
12:39:16 [2024-04-19T12:39:16.426Z] --- PASS: TestSecretList (1.90s)
12:39:16 [2024-04-19T12:39:16.426Z] === RUN   TestSecretsCreateAndDelete
12:39:18 [2024-04-19T12:39:18.365Z] --- PASS: TestSecretsCreateAndDelete (1.92s)
12:39:18 [2024-04-19T12:39:18.365Z] === RUN   TestSecretsUpdate
12:39:20 [2024-04-19T12:39:20.255Z] --- PASS: TestSecretsUpdate (1.95s)
12:39:20 [2024-04-19T12:39:20.255Z] === RUN   TestTemplatedSecret
12:39:22 [2024-04-19T12:39:22.773Z] --- PASS: TestTemplatedSecret (2.42s)
12:39:22 [2024-04-19T12:39:22.773Z] === RUN   TestSecretCreateResolve
12:39:24 [2024-04-19T12:39:24.664Z] --- PASS: TestSecretCreateResolve (1.95s)
12:39:24 [2024-04-19T12:39:24.664Z] PASS
12:39:24 [2024-04-19T12:39:24.664Z] 
12:39:24 [2024-04-19T12:39:24.664Z] DONE 6 tests in 12.030s
12:39:24 [2024-04-19T12:39:24.664Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m  
12:39:24 [2024-04-19T12:39:24.664Z] ++ '[' -n '' ']'
12:39:24 [2024-04-19T12:39:24.664Z] ++ 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
12:39:24 [2024-04-19T12:39:24.664Z] ++ set -e
12:39:24 [2024-04-19T12:39:24.664Z] ++ '[' -n 0 ']'
12:39:24 [2024-04-19T12:39:24.664Z] ++ set -x
12:39:24 [2024-04-19T12:39:24.664Z] ++ 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.PGGBnACvoN/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
12:39:24 [2024-04-19T12:39:24.664Z] INFO: Testing against a local daemon
12:39:24 [2024-04-19T12:39:24.664Z] === RUN   TestServiceCreateInit
12:39:24 [2024-04-19T12:39:24.664Z] === RUN   TestServiceCreateInit/daemonInitDisabled
12:39:28 [2024-04-19T12:39:28.833Z] === RUN   TestServiceCreateInit/daemonInitEnabled
12:39:32 [2024-04-19T12:39:32.101Z] --- PASS: TestServiceCreateInit (7.33s)
12:39:32 [2024-04-19T12:39:32.101Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.69s)
12:39:32 [2024-04-19T12:39:32.101Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.63s)
12:39:32 [2024-04-19T12:39:32.101Z] === RUN   TestCreateServiceMultipleTimes
12:39:46 [2024-04-19T12:39:46.944Z] --- PASS: TestCreateServiceMultipleTimes (14.96s)
12:39:46 [2024-04-19T12:39:46.944Z] === RUN   TestCreateServiceConflict
12:39:48 [2024-04-19T12:39:48.834Z] --- PASS: TestCreateServiceConflict (1.93s)
12:39:48 [2024-04-19T12:39:48.834Z] === RUN   TestCreateServiceMaxReplicas
12:39:51 [2024-04-19T12:39:51.351Z] --- PASS: TestCreateServiceMaxReplicas (2.66s)
12:39:51 [2024-04-19T12:39:51.351Z] === RUN   TestCreateServiceSecretFileMode
12:40:06 [2024-04-19T12:40:06.193Z] --- PASS: TestCreateServiceSecretFileMode (12.36s)
12:40:06 [2024-04-19T12:40:06.193Z] === RUN   TestCreateServiceConfigFileMode
12:40:16 [2024-04-19T12:40:16.133Z] --- PASS: TestCreateServiceConfigFileMode (12.36s)
12:40:16 [2024-04-19T12:40:16.133Z] === RUN   TestCreateServiceSysctls
12:40:19 [2024-04-19T12:40:19.402Z] --- PASS: TestCreateServiceSysctls (2.98s)
12:40:19 [2024-04-19T12:40:19.402Z] === RUN   TestCreateServiceCapabilities
12:40:21 [2024-04-19T12:40:21.947Z] --- PASS: TestCreateServiceCapabilities (2.47s)
12:40:21 [2024-04-19T12:40:21.947Z] === RUN   TestInspect
12:40:24 [2024-04-19T12:40:24.464Z] --- PASS: TestInspect (2.56s)
12:40:24 [2024-04-19T12:40:24.464Z] === RUN   TestCreateJob
12:40:27 [2024-04-19T12:40:27.735Z] --- PASS: TestCreateJob (3.12s)
12:40:27 [2024-04-19T12:40:27.735Z] === RUN   TestReplicatedJob
12:40:31 [2024-04-19T12:40:31.903Z] --- PASS: TestReplicatedJob (4.66s)
12:40:31 [2024-04-19T12:40:31.903Z] === RUN   TestUpdateReplicatedJob
12:40:35 [2024-04-19T12:40:35.173Z] --- PASS: TestUpdateReplicatedJob (3.13s)
12:40:35 [2024-04-19T12:40:35.173Z] === RUN   TestServiceListWithStatuses
12:40:39 [2024-04-19T12:40:39.344Z] --- PASS: TestServiceListWithStatuses (4.20s)
12:40:39 [2024-04-19T12:40:39.344Z] === RUN   TestDockerNetworkConnectAliasPreV144
12:40:43 [2024-04-19T12:40:43.512Z] --- PASS: TestDockerNetworkConnectAliasPreV144 (3.79s)
12:40:43 [2024-04-19T12:40:43.512Z] === RUN   TestDockerNetworkReConnect
12:40:46 [2024-04-19T12:40:46.781Z] --- PASS: TestDockerNetworkReConnect (3.12s)
12:40:46 [2024-04-19T12:40:46.781Z] === RUN   TestServicePlugin
12:40:46 [2024-04-19T12:40:46.781Z]     plugin_test.go:25: (*Execution).NotAmd64-fm
12:40:46 [2024-04-19T12:40:46.781Z] --- SKIP: TestServicePlugin (0.00s)
12:40:46 [2024-04-19T12:40:46.781Z] === RUN   TestServiceUpdateLabel
12:40:48 [2024-04-19T12:40:48.147Z] --- PASS: TestServiceUpdateLabel (1.90s)
12:40:48 [2024-04-19T12:40:48.147Z] === RUN   TestServiceUpdateSecrets
12:41:02 [2024-04-19T12:41:02.988Z] --- PASS: TestServiceUpdateSecrets (14.42s)
12:41:02 [2024-04-19T12:41:02.988Z] === RUN   TestServiceUpdateConfigs
12:41:17 [2024-04-19T12:41:17.830Z] --- PASS: TestServiceUpdateConfigs (14.20s)
12:41:17 [2024-04-19T12:41:17.830Z] === RUN   TestServiceUpdateNetwork
12:41:30 [2024-04-19T12:41:30.046Z] --- PASS: TestServiceUpdateNetwork (12.03s)
12:41:30 [2024-04-19T12:41:30.046Z] === RUN   TestServiceUpdatePidsLimit
12:41:30 [2024-04-19T12:41:30.046Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
12:41:30 [2024-04-19T12:41:30.302Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
12:41:38 [2024-04-19T12:41:38.389Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
12:41:44 [2024-04-19T12:41:44.927Z] --- PASS: TestServiceUpdatePidsLimit (15.77s)
12:41:44 [2024-04-19T12:41:44.927Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.51s)
12:41:44 [2024-04-19T12:41:44.927Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.78s)
12:41:44 [2024-04-19T12:41:44.927Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.68s)
12:41:44 [2024-04-19T12:41:44.927Z] PASS
12:41:44 [2024-04-19T12:41:44.927Z] 
12:41:44 [2024-04-19T12:41:44.927Z] === Skipped
12:41:44 [2024-04-19T12:41:44.927Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
12:41:44 [2024-04-19T12:41:44.927Z]     plugin_test.go:25: (*Execution).NotAmd64-fm
12:41:44 [2024-04-19T12:41:44.927Z] 
12:41:44 [2024-04-19T12:41:44.927Z] DONE 26 tests, 1 skipped in 139.968s
12:41:44 [2024-04-19T12:41:44.927Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m  
12:41:44 [2024-04-19T12:41:44.927Z] ++ '[' -n '' ']'
12:41:44 [2024-04-19T12:41:44.927Z] ++ 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
12:41:44 [2024-04-19T12:41:44.927Z] ++ set -e
12:41:44 [2024-04-19T12:41:44.927Z] ++ '[' -n 0 ']'
12:41:44 [2024-04-19T12:41:44.927Z] ++ set -x
12:41:44 [2024-04-19T12:41:44.927Z] ++ 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.PGGBnACvoN/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
12:41:44 [2024-04-19T12:41:44.927Z] INFO: Testing against a local daemon
12:41:44 [2024-04-19T12:41:44.927Z] === RUN   TestSessionCreate
12:41:44 [2024-04-19T12:41:44.927Z] --- PASS: TestSessionCreate (0.01s)
12:41:44 [2024-04-19T12:41:44.927Z] === RUN   TestSessionCreateWithBadUpgrade
12:41:44 [2024-04-19T12:41:44.927Z] --- PASS: TestSessionCreateWithBadUpgrade (0.01s)
12:41:44 [2024-04-19T12:41:44.927Z] PASS
12:41:44 [2024-04-19T12:41:44.927Z] 
12:41:44 [2024-04-19T12:41:44.927Z] DONE 2 tests in 0.039s
12:41:44 [2024-04-19T12:41:44.927Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m  
12:41:44 [2024-04-19T12:41:44.927Z] ++ '[' -n '' ']'
12:41:44 [2024-04-19T12:41:44.927Z] ++ 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
12:41:44 [2024-04-19T12:41:44.927Z] ++ set -e
12:41:44 [2024-04-19T12:41:44.927Z] ++ '[' -n 0 ']'
12:41:44 [2024-04-19T12:41:44.927Z] ++ set -x
12:41:44 [2024-04-19T12:41:44.927Z] ++ 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.PGGBnACvoN/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
12:41:44 [2024-04-19T12:41:44.927Z] INFO: Testing against a local daemon
12:41:44 [2024-04-19T12:41:44.927Z] === RUN   TestCgroupDriverSystemdMemoryLimit
12:41:44 [2024-04-19T12:41:44.927Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
12:41:44 [2024-04-19T12:41:44.927Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
12:41:44 [2024-04-19T12:41:44.927Z] === RUN   TestDiskUsage
12:41:45 [2024-04-19T12:41:45.183Z] === RUN   TestDiskUsage/empty
12:41:45 [2024-04-19T12:41:45.183Z] === RUN   TestDiskUsage/empty/container_types
12:41:45 [2024-04-19T12:41:45.183Z] === RUN   TestDiskUsage/empty/image_types
12:41:45 [2024-04-19T12:41:45.183Z] === RUN   TestDiskUsage/empty/volume_types
12:41:45 [2024-04-19T12:41:45.183Z] === RUN   TestDiskUsage/empty/build-cache_types
12:41:45 [2024-04-19T12:41:45.183Z] === RUN   TestDiskUsage/empty/container,_volume_types
12:41:45 [2024-04-19T12:41:45.183Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
12:41:45 [2024-04-19T12:41:45.183Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
12:41:45 [2024-04-19T12:41:45.183Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
12:41:45 [2024-04-19T12:41:45.183Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
12:41:45 [2024-04-19T12:41:45.183Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
12:41:45 [2024-04-19T12:41:45.183Z] === RUN   TestDiskUsage/after_LoadBusybox
12:41:45 [2024-04-19T12:41:45.183Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
12:41:45 [2024-04-19T12:41:45.183Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
12:41:45 [2024-04-19T12:41:45.183Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
12:41:45 [2024-04-19T12:41:45.183Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
12:41:45 [2024-04-19T12:41:45.183Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
12:41:45 [2024-04-19T12:41:45.183Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
12:41:45 [2024-04-19T12:41:45.183Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
12:41:45 [2024-04-19T12:41:45.183Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
12:41:45 [2024-04-19T12:41:45.183Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
12:41:45 [2024-04-19T12:41:45.183Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
12:41:45 [2024-04-19T12:41:45.183Z] === RUN   TestDiskUsage/after_container.Run
12:41:45 [2024-04-19T12:41:45.439Z] === RUN   TestDiskUsage/after_container.Run/container_types
12:41:45 [2024-04-19T12:41:45.439Z] === RUN   TestDiskUsage/after_container.Run/image_types
12:41:45 [2024-04-19T12:41:45.439Z] === RUN   TestDiskUsage/after_container.Run/volume_types
12:41:45 [2024-04-19T12:41:45.439Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
12:41:45 [2024-04-19T12:41:45.439Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
12:41:45 [2024-04-19T12:41:45.439Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
12:41:45 [2024-04-19T12:41:45.439Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
12:41:45 [2024-04-19T12:41:45.439Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
12:41:45 [2024-04-19T12:41:45.439Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
12:41:45 [2024-04-19T12:41:45.439Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
12:41:45 [2024-04-19T12:41:45.696Z] --- PASS: TestDiskUsage (1.05s)
12:41:45 [2024-04-19T12:41:45.696Z]     --- PASS: TestDiskUsage/empty (0.01s)
12:41:45 [2024-04-19T12:41:45.696Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
12:41:45 [2024-04-19T12:41:45.696Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
12:41:45 [2024-04-19T12:41:45.696Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
12:41:45 [2024-04-19T12:41:45.696Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
12:41:45 [2024-04-19T12:41:45.696Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
12:41:45 [2024-04-19T12:41:45.696Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
12:41:45 [2024-04-19T12:41:45.696Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
12:41:45 [2024-04-19T12:41:45.696Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
12:41:45 [2024-04-19T12:41:45.696Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
12:41:45 [2024-04-19T12:41:45.696Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
12:41:45 [2024-04-19T12:41:45.696Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.09s)
12:41:45 [2024-04-19T12:41:45.696Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
12:41:45 [2024-04-19T12:41:45.696Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
12:41:45 [2024-04-19T12:41:45.696Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
12:41:45 [2024-04-19T12:41:45.696Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
12:41:45 [2024-04-19T12:41:45.696Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
12:41:45 [2024-04-19T12:41:45.696Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
12:41:45 [2024-04-19T12:41:45.696Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
12:41:45 [2024-04-19T12:41:45.696Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
12:41:45 [2024-04-19T12:41:45.696Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
12:41:45 [2024-04-19T12:41:45.696Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
12:41:45 [2024-04-19T12:41:45.696Z]     --- PASS: TestDiskUsage/after_container.Run (0.26s)
12:41:45 [2024-04-19T12:41:45.696Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
12:41:45 [2024-04-19T12:41:45.696Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
12:41:45 [2024-04-19T12:41:45.696Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
12:41:45 [2024-04-19T12:41:45.696Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
12:41:45 [2024-04-19T12:41:45.696Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
12:41:45 [2024-04-19T12:41:45.696Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
12:41:45 [2024-04-19T12:41:45.696Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
12:41:45 [2024-04-19T12:41:45.696Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
12:41:45 [2024-04-19T12:41:45.696Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
12:41:45 [2024-04-19T12:41:45.696Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
12:41:45 [2024-04-19T12:41:45.696Z] === RUN   TestEventsExecDie
12:41:46 [2024-04-19T12:41:46.258Z] --- PASS: TestEventsExecDie (0.47s)
12:41:46 [2024-04-19T12:41:46.258Z] === RUN   TestEventsBackwardsCompatible
12:41:46 [2024-04-19T12:41:46.258Z] --- PASS: TestEventsBackwardsCompatible (0.05s)
12:41:46 [2024-04-19T12:41:46.258Z] === RUN   TestEventsVolumeCreate
12:41:46 [2024-04-19T12:41:46.258Z] --- PASS: TestEventsVolumeCreate (0.06s)
12:41:46 [2024-04-19T12:41:46.258Z] === RUN   TestInfoBinaryCommits
12:41:46 [2024-04-19T12:41:46.258Z] --- PASS: TestInfoBinaryCommits (0.01s)
12:41:46 [2024-04-19T12:41:46.258Z] === RUN   TestInfoAPIVersioned
12:41:46 [2024-04-19T12:41:46.258Z] --- PASS: TestInfoAPIVersioned (0.01s)
12:41:46 [2024-04-19T12:41:46.258Z] === RUN   TestInfoAPI
12:41:46 [2024-04-19T12:41:46.258Z] --- PASS: TestInfoAPI (0.01s)
12:41:46 [2024-04-19T12:41:46.258Z] === RUN   TestInfoAPIWarnings
12:42:04 [2024-04-19T12:42:04.303Z] --- PASS: TestInfoAPIWarnings (16.54s)
12:42:04 [2024-04-19T12:42:04.303Z] === RUN   TestInfoDebug
12:42:04 [2024-04-19T12:42:04.303Z] --- PASS: TestInfoDebug (0.52s)
12:42:04 [2024-04-19T12:42:04.303Z] === RUN   TestInfoInsecureRegistries
12:42:04 [2024-04-19T12:42:04.303Z] --- PASS: TestInfoInsecureRegistries (0.52s)
12:42:04 [2024-04-19T12:42:04.303Z] === RUN   TestInfoRegistryMirrors
12:42:04 [2024-04-19T12:42:04.303Z] --- PASS: TestInfoRegistryMirrors (0.52s)
12:42:04 [2024-04-19T12:42:04.303Z] === RUN   TestLoginFailsWithBadCredentials
12:42:05 [2024-04-19T12:42:05.231Z] --- PASS: TestLoginFailsWithBadCredentials (0.97s)
12:42:05 [2024-04-19T12:42:05.231Z] === RUN   TestPingCacheHeaders
12:42:05 [2024-04-19T12:42:05.231Z] --- PASS: TestPingCacheHeaders (0.01s)
12:42:05 [2024-04-19T12:42:05.231Z] === RUN   TestPingGet
12:42:05 [2024-04-19T12:42:05.231Z] --- PASS: TestPingGet (0.01s)
12:42:05 [2024-04-19T12:42:05.231Z] === RUN   TestPingHead
12:42:05 [2024-04-19T12:42:05.231Z] --- PASS: TestPingHead (0.01s)
12:42:05 [2024-04-19T12:42:05.231Z] === RUN   TestPingSwarmHeader
12:42:05 [2024-04-19T12:42:05.793Z] === RUN   TestPingSwarmHeader/before_swarm_init
12:42:06 [2024-04-19T12:42:06.355Z] === RUN   TestPingSwarmHeader/after_swarm_init
12:42:07 [2024-04-19T12:42:07.283Z] === RUN   TestPingSwarmHeader/after_swarm_leave
12:42:07 [2024-04-19T12:42:07.283Z] --- PASS: TestPingSwarmHeader (1.92s)
12:42:07 [2024-04-19T12:42:07.283Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
12:42:07 [2024-04-19T12:42:07.283Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
12:42:07 [2024-04-19T12:42:07.283Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
12:42:07 [2024-04-19T12:42:07.283Z] === RUN   TestPingBuilderHeader
12:42:07 [2024-04-19T12:42:07.283Z] === RUN   TestPingBuilderHeader/default_config
12:42:07 [2024-04-19T12:42:07.844Z] === RUN   TestPingBuilderHeader/buildkit_disabled
12:42:08 [2024-04-19T12:42:08.407Z] --- PASS: TestPingBuilderHeader (1.04s)
12:42:08 [2024-04-19T12:42:08.407Z]     --- PASS: TestPingBuilderHeader/default_config (0.51s)
12:42:08 [2024-04-19T12:42:08.407Z]     --- PASS: TestPingBuilderHeader/buildkit_disabled (0.52s)
12:42:08 [2024-04-19T12:42:08.407Z] === RUN   TestVersion
12:42:08 [2024-04-19T12:42:08.407Z] --- PASS: TestVersion (0.01s)
12:42:08 [2024-04-19T12:42:08.407Z] PASS
12:42:08 [2024-04-19T12:42:08.407Z] 
12:42:08 [2024-04-19T12:42:08.407Z] === Skipped
12:42:08 [2024-04-19T12:42:08.407Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
12:42:08 [2024-04-19T12:42:08.407Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
12:42:08 [2024-04-19T12:42:08.407Z] 
12:42:08 [2024-04-19T12:42:08.407Z] DONE 57 tests, 1 skipped in 23.757s
12:42:08 [2024-04-19T12:42:08.407Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m  
12:42:08 [2024-04-19T12:42:08.407Z] ++ '[' -n '' ']'
12:42:08 [2024-04-19T12:42:08.407Z] ++ 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
12:42:08 [2024-04-19T12:42:08.407Z] ++ set -e
12:42:08 [2024-04-19T12:42:08.407Z] ++ '[' -n 0 ']'
12:42:08 [2024-04-19T12:42:08.407Z] ++ set -x
12:42:08 [2024-04-19T12:42:08.407Z] ++ 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.PGGBnACvoN/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
12:42:08 [2024-04-19T12:42:08.407Z] INFO: Testing against a local daemon
12:42:08 [2024-04-19T12:42:08.407Z] === RUN   TestRunMountVolumeSubdir
12:42:08 [2024-04-19T12:42:08.663Z]     mount_test.go:28: Setup stderr:
12:42:08 [2024-04-19T12:42:08.663Z]     mount_test.go:28: Setup stdout:
12:42:08 [2024-04-19T12:42:08.663Z]         /volume:
12:42:08 [2024-04-19T12:42:08.663Z]         total 24K    
12:42:08 [2024-04-19T12:42:08.663Z]         drwxr-xr-x    5 root     root        4.0K Apr 19 12:42 .
12:42:08 [2024-04-19T12:42:08.663Z]         drwxr-xr-x    1 root     root        4.0K Apr 19 12:42 ..
12:42:08 [2024-04-19T12:42:08.663Z]         -rw-r--r--    1 root     root           4 Apr 19 12:42 bar.txt
12:42:08 [2024-04-19T12:42:08.663Z]         drwxr-xr-x    2 root     root        4.0K Apr 19 12:42 bin
12:42:08 [2024-04-19T12:42:08.663Z]         drwxr-xr-x    3 root     root        4.0K Apr 19 12:42 hack
12:42:08 [2024-04-19T12:42:08.663Z]         drwxr-xr-x    2 root     root        4.0K Apr 19 12:42 subdir
12:42:08 [2024-04-19T12:42:08.663Z]         
12:42:08 [2024-04-19T12:42:08.663Z]         /volume/hack/:
12:42:08 [2024-04-19T12:42:08.663Z]         total 12K    
12:42:08 [2024-04-19T12:42:08.663Z]         drwxr-xr-x    3 root     root        4.0K Apr 19 12:42 .
12:42:08 [2024-04-19T12:42:08.663Z]         drwxr-xr-x    5 root     root        4.0K Apr 19 12:42 ..
12:42:08 [2024-04-19T12:42:08.663Z]         lrwxrwxrwx    1 root     root           4 Apr 19 12:42 bad -> root
12:42:08 [2024-04-19T12:42:08.663Z]         lrwxrwxrwx    1 root     root           9 Apr 19 12:42 good -> ../subdir
12:42:08 [2024-04-19T12:42:08.663Z]         drwxr-xr-x    2 root     root        4.0K Apr 19 12:42 iwanttobehackedwithtoctou
12:42:08 [2024-04-19T12:42:08.663Z]         lrwxrwxrwx    1 root     root           1 Apr 19 12:42 root -> /
12:42:08 [2024-04-19T12:42:08.663Z] === RUN   TestRunMountVolumeSubdir/subdir
12:42:09 [2024-04-19T12:42:09.225Z]     mount_test.go:101: stdout:
12:42:09 [2024-04-19T12:42:09.225Z]         hello.txt
12:42:09 [2024-04-19T12:42:09.225Z]     mount_test.go:102: stderr:
12:42:09 [2024-04-19T12:42:09.225Z] === RUN   TestRunMountVolumeSubdir/subdir_link
12:42:09 [2024-04-19T12:42:09.482Z]     mount_test.go:101: stdout:
12:42:09 [2024-04-19T12:42:09.482Z]         hello.txt
12:42:09 [2024-04-19T12:42:09.482Z]     mount_test.go:102: stderr:
12:42:09 [2024-04-19T12:42:09.482Z] === RUN   TestRunMountVolumeSubdir/subdir_with_copy_data
12:42:10 [2024-04-19T12:42:10.044Z]     mount_test.go:101: stdout:
12:42:10 [2024-04-19T12:42:10.044Z]         /bin/busybox
12:42:10 [2024-04-19T12:42:10.044Z]     mount_test.go:102: stderr:
12:42:10 [2024-04-19T12:42:10.044Z] === RUN   TestRunMountVolumeSubdir/file
12:42:10 [2024-04-19T12:42:10.300Z]     mount_test.go:101: stdout:
12:42:10 [2024-04-19T12:42:10.300Z]         foo
12:42:10 [2024-04-19T12:42:10.300Z]     mount_test.go:102: stderr:
12:42:10 [2024-04-19T12:42:10.556Z] === RUN   TestRunMountVolumeSubdir/relative_with_backtracks
12:42:10 [2024-04-19T12:42:10.556Z] === RUN   TestRunMountVolumeSubdir/not_existing
12:42:10 [2024-04-19T12:42:10.556Z] === RUN   TestRunMountVolumeSubdir/mount_link
12:42:10 [2024-04-19T12:42:10.812Z] === RUN   TestRunMountVolumeSubdir/mount_link_link
12:42:11 [2024-04-19T12:42:11.068Z] --- PASS: TestRunMountVolumeSubdir (2.61s)
12:42:11 [2024-04-19T12:42:11.068Z]     --- PASS: TestRunMountVolumeSubdir/subdir (0.38s)
12:42:11 [2024-04-19T12:42:11.068Z]     --- PASS: TestRunMountVolumeSubdir/subdir_link (0.43s)
12:42:11 [2024-04-19T12:42:11.068Z]     --- PASS: TestRunMountVolumeSubdir/subdir_with_copy_data (0.46s)
12:42:11 [2024-04-19T12:42:11.068Z]     --- PASS: TestRunMountVolumeSubdir/file (0.43s)
12:42:11 [2024-04-19T12:42:11.068Z]     --- PASS: TestRunMountVolumeSubdir/relative_with_backtracks (0.00s)
12:42:11 [2024-04-19T12:42:11.068Z]     --- PASS: TestRunMountVolumeSubdir/not_existing (0.17s)
12:42:11 [2024-04-19T12:42:11.068Z]     --- PASS: TestRunMountVolumeSubdir/mount_link (0.17s)
12:42:11 [2024-04-19T12:42:11.068Z]     --- PASS: TestRunMountVolumeSubdir/mount_link_link (0.17s)
12:42:11 [2024-04-19T12:42:11.068Z] === RUN   TestVolumesCreateAndList
12:42:11 [2024-04-19T12:42:11.068Z] --- PASS: TestVolumesCreateAndList (0.01s)
12:42:11 [2024-04-19T12:42:11.068Z] === RUN   TestVolumesRemove
12:42:11 [2024-04-19T12:42:11.068Z] === RUN   TestVolumesRemove/volume_in_use
12:42:11 [2024-04-19T12:42:11.068Z] === RUN   TestVolumesRemove/volume_not_in_use
12:42:11 [2024-04-19T12:42:11.068Z] === RUN   TestVolumesRemove/non-existing_volume
12:42:11 [2024-04-19T12:42:11.068Z] === RUN   TestVolumesRemove/non-existing_volume_force
12:42:11 [2024-04-19T12:42:11.068Z] --- PASS: TestVolumesRemove (0.07s)
12:42:11 [2024-04-19T12:42:11.068Z]     --- PASS: TestVolumesRemove/volume_in_use (0.00s)
12:42:11 [2024-04-19T12:42:11.068Z]     --- PASS: TestVolumesRemove/volume_not_in_use (0.01s)
12:42:11 [2024-04-19T12:42:11.068Z]     --- PASS: TestVolumesRemove/non-existing_volume (0.00s)
12:42:11 [2024-04-19T12:42:11.068Z]     --- PASS: TestVolumesRemove/non-existing_volume_force (0.00s)
12:42:11 [2024-04-19T12:42:11.068Z] === RUN   TestVolumesRemoveSwarmEnabled
12:42:11 [2024-04-19T12:42:11.068Z] === PAUSE TestVolumesRemoveSwarmEnabled
12:42:11 [2024-04-19T12:42:11.068Z] === RUN   TestVolumesInspect
12:42:11 [2024-04-19T12:42:11.068Z] --- PASS: TestVolumesInspect (0.01s)
12:42:11 [2024-04-19T12:42:11.068Z] === RUN   TestVolumesInvalidJSON
12:42:11 [2024-04-19T12:42:11.068Z] === RUN   TestVolumesInvalidJSON/volumes/create
12:42:11 [2024-04-19T12:42:11.068Z] === PAUSE TestVolumesInvalidJSON/volumes/create
12:42:11 [2024-04-19T12:42:11.068Z] === CONT  TestVolumesInvalidJSON/volumes/create
12:42:11 [2024-04-19T12:42:11.068Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
12:42:11 [2024-04-19T12:42:11.068Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
12:42:11 [2024-04-19T12:42:11.068Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
12:42:11 [2024-04-19T12:42:11.068Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
12:42:11 [2024-04-19T12:42:11.068Z] --- PASS: TestVolumesInvalidJSON (0.01s)
12:42:11 [2024-04-19T12:42:11.068Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
12:42:11 [2024-04-19T12:42:11.068Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
12:42:11 [2024-04-19T12:42:11.068Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
12:42:11 [2024-04-19T12:42:11.068Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
12:42:11 [2024-04-19T12:42:11.068Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
12:42:11 [2024-04-19T12:42:11.068Z] === RUN   TestVolumePruneAnonymous
12:42:11 [2024-04-19T12:42:11.068Z] --- PASS: TestVolumePruneAnonymous (0.03s)
12:42:11 [2024-04-19T12:42:11.068Z] === RUN   TestVolumePruneAnonFromImage
12:42:11 [2024-04-19T12:42:11.324Z] --- PASS: TestVolumePruneAnonFromImage (0.18s)
12:42:11 [2024-04-19T12:42:11.324Z] === CONT  TestVolumesRemoveSwarmEnabled
12:42:12 [2024-04-19T12:42:12.690Z] === RUN   TestVolumesRemoveSwarmEnabled/volume_in_use
12:42:12 [2024-04-19T12:42:12.690Z] === RUN   TestVolumesRemoveSwarmEnabled/volume_not_in_use
12:42:12 [2024-04-19T12:42:12.690Z] === RUN   TestVolumesRemoveSwarmEnabled/non-existing_volume
12:42:12 [2024-04-19T12:42:12.690Z] === RUN   TestVolumesRemoveSwarmEnabled/non-existing_volume_force
12:42:13 [2024-04-19T12:42:13.252Z] --- PASS: TestVolumesRemoveSwarmEnabled (1.94s)
12:42:13 [2024-04-19T12:42:13.252Z]     --- PASS: TestVolumesRemoveSwarmEnabled/volume_in_use (0.00s)
12:42:13 [2024-04-19T12:42:13.252Z]     --- PASS: TestVolumesRemoveSwarmEnabled/volume_not_in_use (0.01s)
12:42:13 [2024-04-19T12:42:13.252Z]     --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume (0.00s)
12:42:13 [2024-04-19T12:42:13.252Z]     --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume_force (0.00s)
12:42:13 [2024-04-19T12:42:13.252Z] PASS
12:42:13 [2024-04-19T12:42:13.252Z] 
12:42:13 [2024-04-19T12:42:13.252Z] DONE 29 tests in 4.899s
12:42:13 [2024-04-19T12:42:13.252Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
12:42:13 [2024-04-19T12:42:13.508Z] ++++ cat bundles/test-integration/TestUsernsCommit/dcfcdaf93eb8f/docker.pid
12:42:13 [2024-04-19T12:42:13.508Z] +++ kill 68677
12:42:13 [2024-04-19T12:42:13.508Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 68677 is not a child of this shell
12:42:13 [2024-04-19T12:42:13.508Z] warning: PID 68677 from bundles/test-integration/TestUsernsCommit/dcfcdaf93eb8f/docker.pid had a nonzero exit code
12:42:13 [2024-04-19T12:42:13.508Z] umount: bundles/test-integration/TestUsernsCommit/dcfcdaf93eb8f/root: not mounted.
12:42:13 [2024-04-19T12:42:13.508Z] ++++ cat bundles/test-integration/docker.pid
12:42:13 [2024-04-19T12:42:13.508Z] +++ kill 25115
12:42:14 [2024-04-19T12:42:14.873Z] +++ /etc/init.d/apparmor stop
12:42:14 [2024-04-19T12:42:14.873Z] Leaving: AppArmorNo profiles have been unloaded.
12:42:14 [2024-04-19T12:42:14.873Z] 
12:42:14 [2024-04-19T12:42:14.873Z] Unloading profiles will leave already running processes permanently
12:42:14 [2024-04-19T12:42:14.873Z] unconfined, which can lead to unexpected situations.
12:42:14 [2024-04-19T12:42:14.873Z] 
12:42:14 [2024-04-19T12:42:14.873Z] To set a process to complain mode, use the command line tool
12:42:14 [2024-04-19T12:42:14.873Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
12:42:14 [2024-04-19T12:42:14.873Z] +++ true
12:42:14 [2024-04-19T12:42:14.873Z] exiting test-integration
12:42:14 [2024-04-19T12:42:14.873Z] ++ exit 0
12:42:14 [2024-04-19T12:42:14.873Z] 
Post stage
[Pipeline] junit
12:42:15 [2024-04-19T12:42:15.813Z] Recording test results
12:42:15 [2024-04-19T12:42:15.966Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
12:42:16 [2024-04-19T12:42:16.274Z] + echo Ensuring container killed.
12:42:16 [2024-04-19T12:42:16.274Z] Ensuring container killed.
12:42:16 [2024-04-19T12:42:16.274Z] + docker rm -vf docker-pr2941
12:42:16 [2024-04-19T12:42:16.274Z] Error response from daemon: No such container: docker-pr2941
[Pipeline] sh
12:42:16 [2024-04-19T12:42:16.545Z] + echo Chowning /workspace to jenkins user
12:42:16 [2024-04-19T12:42:16.545Z] Chowning /workspace to jenkins user
12:42:16 [2024-04-19T12:42:16.545Z] + id -u
12:42:16 [2024-04-19T12:42:16.545Z] + id -g
12:42:16 [2024-04-19T12:42:16.545Z] + docker run --rm -v /home/ubuntu/workspace/moby_master:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
12:42:18 [2024-04-19T12:42:18.187Z] + bundleName=arm64-integration
12:42:18 [2024-04-19T12:42:18.187Z] + echo Creating arm64-integration-bundles.tar.gz
12:42:18 [2024-04-19T12:42:18.187Z] Creating arm64-integration-bundles.tar.gz
12:42:18 [2024-04-19T12:42:18.187Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml+  ) -print
12:42:18 [2024-04-19T12:42:18.187Z] xargs tar -czf arm64-integration-bundles.tar.gz
[Pipeline] archiveArtifacts
12:42:18 [2024-04-19T12:42:18.452Z] Archiving artifacts
12:42:18 [2024-04-19T12:42:18.692Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/master/2941/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
12:42:18 [2024-04-19T12:42:18.972Z] + make clean
12:42:18 [2024-04-19T12:42:18.972Z] docker volume rm -f docker-dev-cache docker-mod-cache
12:42:18 [2024-04-19T12:42:18.972Z] docker-dev-cache
12:42:18 [2024-04-19T12:42:18.972Z] 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/master/2941/stashes/