Skip to content
Success

Console Output

Pull request #46224 updated
14:56:15 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 59aa3dce8a3abc9d6eb29df7c76b4484e8758234+7b28bc51e658970a5aa6696c419c7ab77f0e6dc1 (ca4835e9697a06a6eb96e18aaafabb758237a13b)
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
The recommended git tool is: NONE
using credential jps-reader
 > git rev-parse --resolve-git-dir /var/cloudbees-jenkins-distribution/workspace/moby_PR-46224@libs/jps/.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.20.1'
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Checking out Revision 4f8fd6a86e521290dafaf7c28eced2a9b21b220a (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10
Commit message: "Merge pull request #26 from docker/add-retry-to-vpn-image-pull"
 > git rev-list --no-walk 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10
Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines.
To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins.
[Pipeline] Start of Pipeline
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 2 hr 0 min
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (pr-hack)
[Pipeline] script
[Pipeline] {
[Pipeline] echo
14:56:18 [2023-08-14T14:56:18.572Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
[Pipeline] milestone
14:56:18 [2023-08-14T14:56:18.576Z] Trying to pass milestone 2
[Pipeline] milestone
14:56:18 [2023-08-14T14:56:18.710Z] Trying to pass milestone 3
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
14:56:18 [2023-08-14T14:56:18.913Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0703f0bd69c0007c3) in /home/ubuntu/workspace/moby_PR-46224
[Pipeline] {
[Pipeline] checkout
14:56:18 [2023-08-14T14:56:18.937Z] The recommended git tool is: git
14:56:18 [2023-08-14T14:56:18.950Z] using credential docker-jenkins-github-credentials
14:56:18 [2023-08-14T14:56:18.962Z] Cloning the remote Git repository
14:56:18 [2023-08-14T14:56:18.962Z] Cloning with configured refspecs honoured and without tags
14:56:18 [2023-08-14T14:56:18.964Z] Cloning repository https://github.com/moby/moby.git
14:56:18 [2023-08-14T14:56:18.965Z]  > git init /home/ubuntu/workspace/moby_PR-46224 # timeout=10
14:56:18 [2023-08-14T14:56:18.969Z] Fetching upstream changes from https://github.com/moby/moby.git
14:56:18 [2023-08-14T14:56:18.969Z]  > git --version # timeout=10
14:56:18 [2023-08-14T14:56:18.972Z]  > git --version # 'git version 2.25.1'
14:56:18 [2023-08-14T14:56:18.972Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:56:18 [2023-08-14T14:56:18.973Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/46224/head:refs/remotes/origin/PR-46224 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:56:30 [2023-08-14T14:56:30.100Z] Fetching without tags
14:56:30 [2023-08-14T14:56:30.411Z] Merging remotes/origin/master commit 7b28bc51e658970a5aa6696c419c7ab77f0e6dc1 into PR head commit 59aa3dce8a3abc9d6eb29df7c76b4484e8758234
14:56:31 [2023-08-14T14:56:31.041Z] Merge succeeded, producing 59aa3dce8a3abc9d6eb29df7c76b4484e8758234
14:56:31 [2023-08-14T14:56:31.041Z] Checking out Revision 59aa3dce8a3abc9d6eb29df7c76b4484e8758234 (PR-46224)
14:56:31 [2023-08-14T14:56:31.083Z] Commit message: "remove s390x and ppc64ls pipelines"
14:56:31 [2023-08-14T14:56:31.089Z] First time build. Skipping changelog.
[Pipeline] withEnv
[Pipeline] {
14:56:30 [2023-08-14T14:56:30.087Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:56:30 [2023-08-14T14:56:30.090Z]  > git config --add remote.origin.fetch +refs/pull/46224/head:refs/remotes/origin/PR-46224 # timeout=10
14:56:30 [2023-08-14T14:56:30.093Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
14:56:30 [2023-08-14T14:56:30.097Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:56:30 [2023-08-14T14:56:30.143Z] Fetching upstream changes from https://github.com/moby/moby.git
14:56:30 [2023-08-14T14:56:30.143Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:56:30 [2023-08-14T14:56:30.144Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/46224/head:refs/remotes/origin/PR-46224 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:56:30 [2023-08-14T14:56:30.413Z]  > git config core.sparsecheckout # timeout=10
14:56:30 [2023-08-14T14:56:30.416Z]  > git checkout -f 59aa3dce8a3abc9d6eb29df7c76b4484e8758234 # timeout=10
14:56:31 [2023-08-14T14:56:31.025Z]  > git remote # timeout=10
14:56:31 [2023-08-14T14:56:31.028Z]  > git config --get remote.origin.url # timeout=10
14:56:31 [2023-08-14T14:56:31.031Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:56:31 [2023-08-14T14:56:31.031Z]  > git merge 7b28bc51e658970a5aa6696c419c7ab77f0e6dc1 # timeout=10
14:56:31 [2023-08-14T14:56:31.038Z]  > git rev-parse HEAD^{commit} # timeout=10
14:56:31 [2023-08-14T14:56:31.043Z]  > git config core.sparsecheckout # timeout=10
14:56:31 [2023-08-14T14:56:31.046Z]  > git checkout -f 59aa3dce8a3abc9d6eb29df7c76b4484e8758234 # timeout=10
14:56:31 [2023-08-14T14:56:31.085Z]  > git rev-list --no-walk ebbab893b8f36917d25981e86659cebb8281206d # timeout=10
[Pipeline] sh
14:56:31 [2023-08-14T14:56:31.767Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-46224:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master alpine sh -c apk add --no-cache -q bash git openssh-client && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco
14:56:34 [2023-08-14T14:56:34.282Z] Congratulations!  All commits are properly signed with the DCO!
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] parallel
[Pipeline] { (Branch: arm64)
[Pipeline] stage
[Pipeline] { (arm64)
[Pipeline] node
14:56:34 [2023-08-14T14:56:34.333Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0703f0bd69c0007c3) in /home/ubuntu/workspace/moby_PR-46224
[Pipeline] {
[Pipeline] checkout
14:56:34 [2023-08-14T14:56:34.346Z] The recommended git tool is: git
14:56:34 [2023-08-14T14:56:34.395Z] using credential docker-jenkins-github-credentials
14:56:34 [2023-08-14T14:56:34.410Z] Fetching changes from the remote Git repository
14:56:34 [2023-08-14T14:56:34.414Z] Fetching without tags
14:56:34 [2023-08-14T14:56:34.655Z] Merging remotes/origin/master commit 7b28bc51e658970a5aa6696c419c7ab77f0e6dc1 into PR head commit 59aa3dce8a3abc9d6eb29df7c76b4484e8758234
14:56:34 [2023-08-14T14:56:34.701Z] Merge succeeded, producing 59aa3dce8a3abc9d6eb29df7c76b4484e8758234
14:56:34 [2023-08-14T14:56:34.702Z] Checking out Revision 59aa3dce8a3abc9d6eb29df7c76b4484e8758234 (PR-46224)
14:56:34 [2023-08-14T14:56:34.742Z] Commit message: "remove s390x and ppc64ls pipelines"
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
14:56:34 [2023-08-14T14:56:34.407Z]  > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-46224/.git # timeout=10
14:56:34 [2023-08-14T14:56:34.411Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:56:34 [2023-08-14T14:56:34.415Z] Fetching upstream changes from https://github.com/moby/moby.git
14:56:34 [2023-08-14T14:56:34.415Z]  > git --version # timeout=10
14:56:34 [2023-08-14T14:56:34.418Z]  > git --version # 'git version 2.25.1'
14:56:34 [2023-08-14T14:56:34.418Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:56:34 [2023-08-14T14:56:34.418Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/46224/head:refs/remotes/origin/PR-46224 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:56:34 [2023-08-14T14:56:34.657Z]  > git config core.sparsecheckout # timeout=10
14:56:34 [2023-08-14T14:56:34.659Z]  > git checkout -f 59aa3dce8a3abc9d6eb29df7c76b4484e8758234 # timeout=10
14:56:34 [2023-08-14T14:56:34.686Z]  > git remote # timeout=10
14:56:34 [2023-08-14T14:56:34.689Z]  > git config --get remote.origin.url # timeout=10
14:56:34 [2023-08-14T14:56:34.691Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:56:34 [2023-08-14T14:56:34.692Z]  > git merge 7b28bc51e658970a5aa6696c419c7ab77f0e6dc1 # timeout=10
14:56:34 [2023-08-14T14:56:34.698Z]  > git rev-parse HEAD^{commit} # timeout=10
14:56:34 [2023-08-14T14:56:34.703Z]  > git config core.sparsecheckout # timeout=10
14:56:34 [2023-08-14T14:56:34.705Z]  > git checkout -f 59aa3dce8a3abc9d6eb29df7c76b4484e8758234 # timeout=10
14:56:35 [2023-08-14T14:56:35.418Z] + docker version
14:56:35 [2023-08-14T14:56:35.418Z] Client: Docker Engine - Community
14:56:35 [2023-08-14T14:56:35.418Z]  Version:           24.0.2
14:56:35 [2023-08-14T14:56:35.418Z]  API version:       1.43
14:56:35 [2023-08-14T14:56:35.418Z]  Go version:        go1.20.4
14:56:35 [2023-08-14T14:56:35.418Z]  Git commit:        cb74dfc
14:56:35 [2023-08-14T14:56:35.418Z]  Built:             Thu May 25 21:52:41 2023
14:56:35 [2023-08-14T14:56:35.418Z]  OS/Arch:           linux/arm64
14:56:35 [2023-08-14T14:56:35.418Z]  Context:           default
14:56:35 [2023-08-14T14:56:35.418Z] 
14:56:35 [2023-08-14T14:56:35.418Z] Server: Docker Engine - Community
14:56:35 [2023-08-14T14:56:35.418Z]  Engine:
14:56:35 [2023-08-14T14:56:35.418Z]   Version:          24.0.2
14:56:35 [2023-08-14T14:56:35.418Z]   API version:      1.43 (minimum version 1.12)
14:56:35 [2023-08-14T14:56:35.418Z]   Go version:       go1.20.4
14:56:35 [2023-08-14T14:56:35.418Z]   Git commit:       659604f
14:56:35 [2023-08-14T14:56:35.418Z]   Built:            Thu May 25 21:52:41 2023
14:56:35 [2023-08-14T14:56:35.418Z]   OS/Arch:          linux/arm64
14:56:35 [2023-08-14T14:56:35.418Z]   Experimental:     true
14:56:35 [2023-08-14T14:56:35.418Z]  containerd:
14:56:35 [2023-08-14T14:56:35.418Z]   Version:          1.6.21
14:56:35 [2023-08-14T14:56:35.418Z]   GitCommit:        3dce8eb055cbb6872793272b4f20ed16117344f8
14:56:35 [2023-08-14T14:56:35.418Z]  runc:
14:56:35 [2023-08-14T14:56:35.418Z]   Version:          1.1.7
14:56:35 [2023-08-14T14:56:35.418Z]   GitCommit:        v1.1.7-0-g860f061
14:56:35 [2023-08-14T14:56:35.418Z]  docker-init:
14:56:35 [2023-08-14T14:56:35.418Z]   Version:          0.19.0
14:56:35 [2023-08-14T14:56:35.418Z]   GitCommit:        de40ad0
[Pipeline] sh
14:56:35 [2023-08-14T14:56:35.690Z] + docker info
14:56:35 [2023-08-14T14:56:35.690Z] Client: Docker Engine - Community
14:56:35 [2023-08-14T14:56:35.690Z]  Version:    24.0.2
14:56:35 [2023-08-14T14:56:35.690Z]  Context:    default
14:56:35 [2023-08-14T14:56:35.690Z]  Debug Mode: false
14:56:35 [2023-08-14T14:56:35.690Z]  Plugins:
14:56:35 [2023-08-14T14:56:35.690Z]   buildx: Docker Buildx (Docker Inc.)
14:56:35 [2023-08-14T14:56:35.690Z]     Version:  v0.11.0
14:56:35 [2023-08-14T14:56:35.690Z]     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
14:56:35 [2023-08-14T14:56:35.690Z]   compose: Docker Compose (Docker Inc.)
14:56:35 [2023-08-14T14:56:35.690Z]     Version:  v2.19.1
14:56:35 [2023-08-14T14:56:35.690Z]     Path:     /usr/libexec/docker/cli-plugins/docker-compose
14:56:35 [2023-08-14T14:56:35.690Z] 
14:56:35 [2023-08-14T14:56:35.690Z] Server:
14:56:35 [2023-08-14T14:56:35.690Z]  Containers: 0
14:56:35 [2023-08-14T14:56:35.690Z]   Running: 0
14:56:35 [2023-08-14T14:56:35.690Z]   Paused: 0
14:56:35 [2023-08-14T14:56:35.690Z]   Stopped: 0
14:56:35 [2023-08-14T14:56:35.690Z]  Images: 3
14:56:35 [2023-08-14T14:56:35.690Z]  Server Version: 24.0.2
14:56:35 [2023-08-14T14:56:35.690Z]  Storage Driver: overlay2
14:56:35 [2023-08-14T14:56:35.690Z]   Backing Filesystem: extfs
14:56:35 [2023-08-14T14:56:35.690Z]   Supports d_type: true
14:56:35 [2023-08-14T14:56:35.690Z]   Using metacopy: false
14:56:35 [2023-08-14T14:56:35.690Z]   Native Overlay Diff: true
14:56:35 [2023-08-14T14:56:35.690Z]   userxattr: false
14:56:35 [2023-08-14T14:56:35.690Z]  Logging Driver: json-file
14:56:35 [2023-08-14T14:56:35.690Z]  Cgroup Driver: cgroupfs
14:56:35 [2023-08-14T14:56:35.690Z]  Cgroup Version: 1
14:56:35 [2023-08-14T14:56:35.690Z]  Plugins:
14:56:35 [2023-08-14T14:56:35.690Z]   Volume: local
14:56:35 [2023-08-14T14:56:35.690Z]   Network: bridge host ipvlan macvlan null overlay
14:56:35 [2023-08-14T14:56:35.690Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
14:56:35 [2023-08-14T14:56:35.690Z]  Swarm: inactive
14:56:35 [2023-08-14T14:56:35.690Z]  Runtimes: io.containerd.runc.v2 runc
14:56:35 [2023-08-14T14:56:35.690Z]  Default Runtime: runc
14:56:35 [2023-08-14T14:56:35.690Z]  Init Binary: docker-init
14:56:35 [2023-08-14T14:56:35.690Z]  containerd version: 3dce8eb055cbb6872793272b4f20ed16117344f8
14:56:35 [2023-08-14T14:56:35.690Z]  runc version: v1.1.7-0-g860f061
14:56:35 [2023-08-14T14:56:35.690Z]  init version: de40ad0
14:56:35 [2023-08-14T14:56:35.690Z]  Security Options:
14:56:35 [2023-08-14T14:56:35.690Z]   apparmor
14:56:35 [2023-08-14T14:56:35.690Z]   seccomp
14:56:35 [2023-08-14T14:56:35.690Z]    Profile: builtin
14:56:35 [2023-08-14T14:56:35.690Z]  Kernel Version: 5.15.0-1039-aws
14:56:35 [2023-08-14T14:56:35.690Z]  Operating System: Ubuntu 20.04.6 LTS
14:56:35 [2023-08-14T14:56:35.690Z]  OSType: linux
14:56:35 [2023-08-14T14:56:35.690Z]  Architecture: aarch64
14:56:35 [2023-08-14T14:56:35.690Z]  CPUs: 8
14:56:35 [2023-08-14T14:56:35.691Z]  Total Memory: 30.64GiB
14:56:35 [2023-08-14T14:56:35.691Z]  Name: ip-10-100-77-249
14:56:35 [2023-08-14T14:56:35.691Z]  ID: ef507593-6b20-4340-8f95-bbcbfb83a0a5
14:56:35 [2023-08-14T14:56:35.691Z]  Docker Root Dir: /var/lib/docker
14:56:35 [2023-08-14T14:56:35.691Z]  Debug Mode: false
14:56:35 [2023-08-14T14:56:35.691Z]  Experimental: true
14:56:35 [2023-08-14T14:56:35.691Z]  Insecure Registries:
14:56:35 [2023-08-14T14:56:35.691Z]   127.0.0.0/8
14:56:35 [2023-08-14T14:56:35.691Z]  Live Restore Enabled: true
14:56:35 [2023-08-14T14:56:35.691Z] 
[Pipeline] sh
14:56:35 [2023-08-14T14:56:35.964Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
14:56:35 [2023-08-14T14:56:35.964Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
14:56:35 [2023-08-14T14:56:35.964Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-46224/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
14:56:35 [2023-08-14T14:56:35.964Z] + bash /home/ubuntu/workspace/moby_PR-46224/check-config.sh
14:56:35 [2023-08-14T14:56:35.964Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
14:56:35 [2023-08-14T14:56:35.964Z] info: reading kernel config from /boot/config-5.15.0-1039-aws ...
14:56:35 [2023-08-14T14:56:35.964Z] 
14:56:35 [2023-08-14T14:56:35.964Z] Generally Necessary:
14:56:35 [2023-08-14T14:56:35.964Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
14:56:35 [2023-08-14T14:56:35.964Z] - apparmor: enabled and tools installed
14:56:35 [2023-08-14T14:56:35.964Z] - CONFIG_NAMESPACES: enabled
14:56:35 [2023-08-14T14:56:35.964Z] - CONFIG_NET_NS: enabled
14:56:35 [2023-08-14T14:56:35.964Z] - CONFIG_PID_NS: enabled
14:56:35 [2023-08-14T14:56:35.964Z] - CONFIG_IPC_NS: enabled
14:56:35 [2023-08-14T14:56:35.964Z] - CONFIG_UTS_NS: enabled
14:56:35 [2023-08-14T14:56:35.964Z] - CONFIG_CGROUPS: enabled
14:56:35 [2023-08-14T14:56:35.964Z] - CONFIG_CGROUP_CPUACCT: enabled
14:56:35 [2023-08-14T14:56:35.964Z] - CONFIG_CGROUP_DEVICE: enabled
14:56:35 [2023-08-14T14:56:35.964Z] - CONFIG_CGROUP_FREEZER: enabled
14:56:35 [2023-08-14T14:56:35.964Z] - CONFIG_CGROUP_SCHED: enabled
14:56:35 [2023-08-14T14:56:35.964Z] - CONFIG_CPUSETS: enabled
14:56:35 [2023-08-14T14:56:35.964Z] - CONFIG_MEMCG: enabled
14:56:35 [2023-08-14T14:56:35.964Z] - CONFIG_KEYS: enabled
14:56:35 [2023-08-14T14:56:35.964Z] - CONFIG_VETH: enabled (as module)
14:56:36 [2023-08-14T14:56:36.219Z] - CONFIG_BRIDGE: enabled (as module)
14:56:36 [2023-08-14T14:56:36.219Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
14:56:36 [2023-08-14T14:56:36.219Z] - CONFIG_IP_NF_FILTER: enabled (as module)
14:56:36 [2023-08-14T14:56:36.219Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
14:56:36 [2023-08-14T14:56:36.219Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
14:56:36 [2023-08-14T14:56:36.219Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
14:56:36 [2023-08-14T14:56:36.219Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
14:56:36 [2023-08-14T14:56:36.219Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
14:56:36 [2023-08-14T14:56:36.219Z] - CONFIG_IP_NF_NAT: enabled (as module)
14:56:36 [2023-08-14T14:56:36.219Z] - CONFIG_NF_NAT: enabled (as module)
14:56:36 [2023-08-14T14:56:36.219Z] - CONFIG_POSIX_MQUEUE: enabled
14:56:36 [2023-08-14T14:56:36.219Z] - CONFIG_CGROUP_BPF: enabled
14:56:36 [2023-08-14T14:56:36.219Z] 
14:56:36 [2023-08-14T14:56:36.219Z] Optional Features:
14:56:36 [2023-08-14T14:56:36.219Z] - CONFIG_USER_NS: enabled
14:56:36 [2023-08-14T14:56:36.219Z] - CONFIG_SECCOMP: enabled
14:56:36 [2023-08-14T14:56:36.219Z] - CONFIG_SECCOMP_FILTER: enabled
14:56:36 [2023-08-14T14:56:36.219Z] - CONFIG_CGROUP_PIDS: enabled
14:56:36 [2023-08-14T14:56:36.219Z] - CONFIG_MEMCG_SWAP: enabled
14:56:36 [2023-08-14T14:56:36.219Z]     (cgroup swap accounting is currently enabled)
14:56:36 [2023-08-14T14:56:36.219Z] - CONFIG_BLK_CGROUP: enabled
14:56:36 [2023-08-14T14:56:36.219Z] - CONFIG_BLK_DEV_THROTTLING: enabled
14:56:36 [2023-08-14T14:56:36.219Z] - CONFIG_CGROUP_PERF: enabled
14:56:36 [2023-08-14T14:56:36.219Z] - CONFIG_CGROUP_HUGETLB: enabled
14:56:36 [2023-08-14T14:56:36.475Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
14:56:36 [2023-08-14T14:56:36.475Z] - CONFIG_CGROUP_NET_PRIO: enabled
14:56:36 [2023-08-14T14:56:36.475Z] - CONFIG_CFS_BANDWIDTH: enabled
14:56:36 [2023-08-14T14:56:36.475Z] - CONFIG_FAIR_GROUP_SCHED: enabled
14:56:36 [2023-08-14T14:56:36.475Z] - CONFIG_RT_GROUP_SCHED: missing
14:56:36 [2023-08-14T14:56:36.475Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
14:56:36 [2023-08-14T14:56:36.475Z] - CONFIG_IP_VS: enabled (as module)
14:56:36 [2023-08-14T14:56:36.475Z] - CONFIG_IP_VS_NFCT: enabled
14:56:36 [2023-08-14T14:56:36.475Z] - CONFIG_IP_VS_PROTO_TCP: enabled
14:56:36 [2023-08-14T14:56:36.475Z] - CONFIG_IP_VS_PROTO_UDP: enabled
14:56:36 [2023-08-14T14:56:36.475Z] - CONFIG_IP_VS_RR: enabled (as module)
14:56:36 [2023-08-14T14:56:36.475Z] - CONFIG_SECURITY_SELINUX: enabled
14:56:36 [2023-08-14T14:56:36.475Z] - CONFIG_SECURITY_APPARMOR: enabled
14:56:36 [2023-08-14T14:56:36.475Z] - CONFIG_EXT4_FS: enabled
14:56:36 [2023-08-14T14:56:36.475Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
14:56:36 [2023-08-14T14:56:36.475Z] - CONFIG_EXT4_FS_SECURITY: enabled
14:56:36 [2023-08-14T14:56:36.475Z] - Network Drivers:
14:56:36 [2023-08-14T14:56:36.475Z]   - "overlay":
14:56:36 [2023-08-14T14:56:36.475Z]     - CONFIG_VXLAN: enabled (as module)
14:56:36 [2023-08-14T14:56:36.475Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
14:56:36 [2023-08-14T14:56:36.475Z]       Optional (for encrypted networks):
14:56:36 [2023-08-14T14:56:36.731Z]       - CONFIG_CRYPTO: enabled
14:56:36 [2023-08-14T14:56:36.731Z]       - CONFIG_CRYPTO_AEAD: enabled
14:56:36 [2023-08-14T14:56:36.731Z]       - CONFIG_CRYPTO_GCM: enabled
14:56:36 [2023-08-14T14:56:36.731Z]       - CONFIG_CRYPTO_SEQIV: enabled
14:56:36 [2023-08-14T14:56:36.731Z]       - CONFIG_CRYPTO_GHASH: enabled
14:56:36 [2023-08-14T14:56:36.731Z]       - CONFIG_XFRM: enabled
14:56:36 [2023-08-14T14:56:36.731Z]       - CONFIG_XFRM_USER: enabled (as module)
14:56:36 [2023-08-14T14:56:36.731Z]       - CONFIG_XFRM_ALGO: enabled (as module)
14:56:36 [2023-08-14T14:56:36.731Z]       - CONFIG_INET_ESP: enabled (as module)
14:56:36 [2023-08-14T14:56:36.731Z]   - "ipvlan":
14:56:36 [2023-08-14T14:56:36.731Z]     - CONFIG_IPVLAN: enabled (as module)
14:56:36 [2023-08-14T14:56:36.731Z]   - "macvlan":
14:56:36 [2023-08-14T14:56:36.731Z]     - CONFIG_MACVLAN: enabled (as module)
14:56:36 [2023-08-14T14:56:36.731Z]     - CONFIG_DUMMY: enabled (as module)
14:56:36 [2023-08-14T14:56:36.731Z]   - "ftp,tftp client in container":
14:56:36 [2023-08-14T14:56:36.731Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
14:56:36 [2023-08-14T14:56:36.731Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
14:56:36 [2023-08-14T14:56:36.731Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
14:56:36 [2023-08-14T14:56:36.731Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
14:56:36 [2023-08-14T14:56:36.731Z] - Storage Drivers:
14:56:36 [2023-08-14T14:56:36.731Z]   - "aufs":
14:56:36 [2023-08-14T14:56:36.731Z]     - CONFIG_AUFS_FS: enabled (as module)
14:56:36 [2023-08-14T14:56:36.731Z]   - "btrfs":
14:56:36 [2023-08-14T14:56:36.731Z]     - CONFIG_BTRFS_FS: enabled (as module)
14:56:36 [2023-08-14T14:56:36.731Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
14:56:36 [2023-08-14T14:56:36.731Z]   - "devicemapper":
14:56:36 [2023-08-14T14:56:36.731Z]     - CONFIG_BLK_DEV_DM: enabled
14:56:36 [2023-08-14T14:56:36.731Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
14:56:36 [2023-08-14T14:56:36.731Z]   - "overlay":
14:56:36 [2023-08-14T14:56:36.731Z]     - CONFIG_OVERLAY_FS: enabled (as module)
14:56:36 [2023-08-14T14:56:36.731Z]   - "zfs":
14:56:36 [2023-08-14T14:56:36.731Z]     - /dev/zfs: present
14:56:36 [2023-08-14T14:56:36.731Z]     - zfs command: missing
14:56:36 [2023-08-14T14:56:36.731Z]     - zpool command: missing
14:56:36 [2023-08-14T14:56:36.731Z] 
14:56:36 [2023-08-14T14:56:36.731Z] Limits:
14:56:36 [2023-08-14T14:56:36.731Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
14:56:36 [2023-08-14T14:56:36.731Z] 
14:56:36 [2023-08-14T14:56:36.731Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
14:56:37 [2023-08-14T14:56:37.019Z] + docker build --force-rm -t docker:59aa3dce8a3abc9d6eb29df7c76b4484e8758234 .
14:56:37 [2023-08-14T14:56:37.275Z] #0 building with "default" instance using docker driver
14:56:37 [2023-08-14T14:56:37.275Z] 
14:56:37 [2023-08-14T14:56:37.275Z] #1 [internal] load .dockerignore
14:56:37 [2023-08-14T14:56:37.275Z] #1 transferring context: 113B done
14:56:37 [2023-08-14T14:56:37.275Z] #1 DONE 0.0s
14:56:37 [2023-08-14T14:56:37.275Z] 
14:56:37 [2023-08-14T14:56:37.275Z] #2 [internal] load build definition from Dockerfile
14:56:37 [2023-08-14T14:56:37.275Z] #2 transferring dockerfile: 28.01kB done
14:56:37 [2023-08-14T14:56:37.275Z] #2 DONE 0.0s
14:56:37 [2023-08-14T14:56:37.275Z] 
14:56:37 [2023-08-14T14:56:37.275Z] #3 resolve image config for docker.io/docker/dockerfile:1
14:56:37 [2023-08-14T14:56:37.275Z] #3 DONE 0.2s
14:56:37 [2023-08-14T14:56:37.275Z] 
14:56:37 [2023-08-14T14:56:37.275Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021
14:56:37 [2023-08-14T14:56:37.275Z] #4 CACHED
14:56:37 [2023-08-14T14:56:37.530Z] 
14:56:37 [2023-08-14T14:56:37.530Z] #5 [internal] load metadata for docker.io/library/busybox:latest
14:56:37 [2023-08-14T14:56:37.530Z] #5 DONE 0.0s
14:56:37 [2023-08-14T14:56:37.530Z] 
14:56:37 [2023-08-14T14:56:37.530Z] #6 [internal] load metadata for docker.io/docker/compose-bin:v2.20.1
14:56:37 [2023-08-14T14:56:37.530Z] #6 DONE 0.2s
14:56:37 [2023-08-14T14:56:37.530Z] 
14:56:37 [2023-08-14T14:56:37.530Z] #7 [internal] load metadata for docker.io/library/debian:bullseye
14:56:37 [2023-08-14T14:56:37.530Z] #7 DONE 0.1s
14:56:37 [2023-08-14T14:56:37.530Z] 
14:56:37 [2023-08-14T14:56:37.530Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
14:56:37 [2023-08-14T14:56:37.530Z] #8 DONE 0.2s
14:56:37 [2023-08-14T14:56:37.530Z] 
14:56:37 [2023-08-14T14:56:37.530Z] #9 [internal] load metadata for docker.io/library/golang:1.20.7-bullseye
14:56:37 [2023-08-14T14:56:37.530Z] #9 DONE 0.2s
14:56:37 [2023-08-14T14:56:37.530Z] 
14:56:37 [2023-08-14T14:56:37.530Z] #10 [internal] load metadata for docker.io/docker/buildx-bin:0.11.2
14:56:37 [2023-08-14T14:56:37.530Z] #10 DONE 0.2s
14:56:37 [2023-08-14T14:56:37.530Z] 
14:56:37 [2023-08-14T14:56:37.530Z] #11 [internal] load metadata for docker.io/tonistiigi/xx:1.2.1
14:56:37 [2023-08-14T14:56:37.786Z] #11 DONE 0.3s
14:56:37 [2023-08-14T14:56:37.786Z] 
14:56:37 [2023-08-14T14:56:37.786Z] #12 [base 1/5] FROM docker.io/library/golang:1.20.7-bullseye@sha256:74b09b3b6fa5aa542df8ef974cb745eb477be72f6fcf821517fb410aff532b00
14:56:37 [2023-08-14T14:56:37.786Z] #12 DONE 0.0s
14:56:37 [2023-08-14T14:56:37.786Z] 
14:56:37 [2023-08-14T14:56:37.786Z] #13 [xx 1/1] FROM docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012
14:56:37 [2023-08-14T14:56:37.786Z] #13 DONE 0.0s
14:56:37 [2023-08-14T14:56:37.786Z] 
14:56:37 [2023-08-14T14:56:37.786Z] #14 [compose 1/1] FROM docker.io/docker/compose-bin:v2.20.1@sha256:808e1bf7a9b64a345b30bbaf10df1b2f119f9011ff2ffd332cb8ed282e518d6b
14:56:37 [2023-08-14T14:56:37.786Z] #14 DONE 0.0s
14:56:37 [2023-08-14T14:56:37.786Z] 
14:56:37 [2023-08-14T14:56:37.786Z] #15 [buildx 1/1] FROM docker.io/docker/buildx-bin:0.11.2@sha256:e7f00cf9fc3754de699190b215d383e57bd654179b31b28eefadf978a362e647
14:56:37 [2023-08-14T14:56:37.786Z] #15 DONE 0.0s
14:56:37 [2023-08-14T14:56:37.786Z] 
14:56:37 [2023-08-14T14:56:37.786Z] #16 [vpnkit-linux-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
14:56:37 [2023-08-14T14:56:37.786Z] #16 DONE 0.0s
14:56:37 [2023-08-14T14:56:37.787Z] 
14:56:37 [2023-08-14T14:56:37.787Z] #17 [build-dummy 1/2] FROM docker.io/library/busybox:latest
14:56:37 [2023-08-14T14:56:37.787Z] #17 DONE 0.0s
14:56:37 [2023-08-14T14:56:37.787Z] 
14:56:37 [2023-08-14T14:56:37.787Z] #18 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:630454da4c59041a2bca987a0d54c68962f1d6ea37a3641bd61db42b753234f2
14:56:37 [2023-08-14T14:56:37.787Z] #18 DONE 0.0s
14:56:37 [2023-08-14T14:56:37.787Z] 
14:56:37 [2023-08-14T14:56:37.787Z] #19 [internal] load build context
14:56:38 [2023-08-14T14:56:38.715Z] #19 transferring context: 70.40MB 0.9s done
14:56:38 [2023-08-14T14:56:38.715Z] #19 DONE 0.9s
14:56:38 [2023-08-14T14:56:38.715Z] 
14:56:38 [2023-08-14T14:56:38.715Z] #20 [dev-base  5/13] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
14:56:38 [2023-08-14T14:56:38.715Z] #20 CACHED
14:56:38 [2023-08-14T14:56:38.715Z] 
14:56:38 [2023-08-14T14:56:38.715Z] #21 [dev-base 10/13] RUN pip3 install yamllint==1.27.1
14:56:38 [2023-08-14T14:56:38.715Z] #21 CACHED
14:56:38 [2023-08-14T14:56:38.715Z] 
14:56:38 [2023-08-14T14:56:38.715Z] #22 [base 2/5] COPY --from=xx / /
14:56:38 [2023-08-14T14:56:38.715Z] #22 CACHED
14:56:38 [2023-08-14T14:56:38.715Z] 
14:56:38 [2023-08-14T14:56:38.715Z] #23 [base 4/5] RUN test -n "$APT_MIRROR" && sed -ri "s#(httpredir|deb|security).debian.org#${APT_MIRROR}#g" /etc/apt/sources.list || true
14:56:38 [2023-08-14T14:56:38.715Z] #23 CACHED
14:56:38 [2023-08-14T14:56:38.715Z] 
14:56:38 [2023-08-14T14:56:38.715Z] #24 [dev-base  6/13] RUN ldconfig
14:56:38 [2023-08-14T14:56:38.715Z] #24 CACHED
14:56:38 [2023-08-14T14:56:38.715Z] 
14:56:38 [2023-08-14T14:56:38.715Z] #25 [dev-base  9/13] 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
14:56:38 [2023-08-14T14:56:38.715Z] #25 CACHED
14:56:38 [2023-08-14T14:56:38.715Z] 
14:56:38 [2023-08-14T14:56:38.715Z] #26 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.7.3" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
14:56:38 [2023-08-14T14:56:38.715Z] #26 CACHED
14:56:38 [2023-08-14T14:56:38.715Z] 
14:56:38 [2023-08-14T14:56:38.715Z] #27 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
14:56:38 [2023-08-14T14:56:38.715Z] #27 CACHED
14:56:38 [2023-08-14T14:56:38.715Z] 
14:56:38 [2023-08-14T14:56:38.715Z] #28 [binary-dummy 1/1] COPY --from=build-dummy /build /build
14:56:38 [2023-08-14T14:56:38.715Z] #28 CACHED
14:56:38 [2023-08-14T14:56:38.715Z] 
14:56:38 [2023-08-14T14:56:38.715Z] #29 [rootlesskit-build 4/5] COPY --link ./contrib/dockerd-rootless.sh /build/
14:56:38 [2023-08-14T14:56:38.715Z] #29 CACHED
14:56:38 [2023-08-14T14:56:38.715Z] 
14:56:38 [2023-08-14T14:56:38.715Z] #30 [dev-systemd-false 11/20] COPY --link --from=runc          /build/ /usr/local/bin/
14:56:38 [2023-08-14T14:56:38.715Z] #30 CACHED
14:56:38 [2023-08-14T14:56:38.715Z] 
14:56:38 [2023-08-14T14:56:38.715Z] #31 [base 3/5] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
14:56:38 [2023-08-14T14:56:38.715Z] #31 CACHED
14:56:38 [2023-08-14T14:56:38.715Z] 
14:56:38 [2023-08-14T14:56:38.715Z] #32 [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
14:56:38 [2023-08-14T14:56:38.715Z] #32 CACHED
14:56:38 [2023-08-14T14:56:38.715Z] 
14:56:38 [2023-08-14T14:56:38.715Z] #33 [containerd-src 1/3] WORKDIR /usr/src/containerd
14:56:38 [2023-08-14T14:56:38.715Z] #33 CACHED
14:56:38 [2023-08-14T14:56:38.715Z] 
14:56:38 [2023-08-14T14:56:38.715Z] #34 [delve-src 3/3] RUN git fetch -q --depth 1 origin "v1.20.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
14:56:38 [2023-08-14T14:56:38.715Z] #34 CACHED
14:56:38 [2023-08-14T14:56:38.715Z] 
14:56:38 [2023-08-14T14:56:38.715Z] #35 [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
14:56:38 [2023-08-14T14:56:38.715Z] #35 CACHED
14:56:38 [2023-08-14T14:56:38.715Z] 
14:56:38 [2023-08-14T14:56:38.715Z] #36 [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...)
14:56:38 [2023-08-14T14:56:38.715Z] #36 CACHED
14:56:38 [2023-08-14T14:56:38.715Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #37 [dev-base 12/13] COPY --link --from=dockercli             /build/ /usr/local/cli
14:56:38 [2023-08-14T14:56:38.716Z] #37 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #38 [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...)
14:56:38 [2023-08-14T14:56:38.716Z] #38 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #39 [registry-src 2/2] RUN git init . && git remote add origin "https://github.com/distribution/distribution.git"
14:56:38 [2023-08-14T14:56:38.716Z] #39 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #40 [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
14:56:38 [2023-08-14T14:56:38.716Z] #40 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #41 [swagger-src 3/3] RUN git fetch -q --depth 1 origin "c56166c036004ba7a3a321e5951ba472b9ae298c" && git checkout -q FETCH_HEAD
14:56:38 [2023-08-14T14:56:38.716Z] #41 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #42 [rootlesskit-src 1/3] WORKDIR /usr/src/rootlesskit
14:56:38 [2023-08-14T14:56:38.716Z] #42 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #43 [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.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
14:56:38 [2023-08-14T14:56:38.716Z] #43 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #44 [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...)
14:56:38 [2023-08-14T14:56:38.716Z] #44 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #45 [tini-src 1/3] WORKDIR /usr/src/tini
14:56:38 [2023-08-14T14:56:38.716Z] #45 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #46 [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
14:56:38 [2023-08-14T14:56:38.716Z] #46 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #47 [dev-base 11/13] 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             libdevmapper-dev             libseccomp-dev             libsecret-1-dev             libsystemd-dev             libudev-dev
14:56:38 [2023-08-14T14:56:38.716Z] #47 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #48 [build-dummy 2/2] RUN mkdir -p /build
14:56:38 [2023-08-14T14:56:38.716Z] #48 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #49 [delve-build 2/2] RUN --mount=from=delve-src,src=/usr/src/delve,rw     --mount=type=cache,target=/root/.cache/go-build,id=delve-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod <<EOT (set -e...)
14:56:38 [2023-08-14T14:56:38.716Z] #49 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #50 [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.0"      && /build/go-winres --help
14:56:38 [2023-08-14T14:56:38.716Z] #50 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #51 [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
14:56:38 [2023-08-14T14:56:38.716Z] #51 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #52 [runc-src 1/3] WORKDIR /usr/src/runc
14:56:38 [2023-08-14T14:56:38.716Z] #52 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #53 [dev-systemd-false 17/20] COPY --link hack/dockerfile/etc/docker/  /etc/docker/
14:56:38 [2023-08-14T14:56:38.716Z] #53 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #54 [dev-systemd-false 18/20] COPY --link --from=buildx        /buildx /usr/local/libexec/docker/cli-plugins/docker-buildx
14:56:38 [2023-08-14T14:56:38.716Z] #54 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #55 [dev-systemd-false  7/20] COPY --link --from=registry      /build/ /usr/local/bin/
14:56:38 [2023-08-14T14:56:38.716Z] #55 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #56 [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.51.2"      && /build/golangci-lint --version
14:56:38 [2023-08-14T14:56:38.716Z] #56 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #57 [dev-systemd-false  1/20] COPY --link --from=frozen-images /build/ /docker-frozen-images
14:56:38 [2023-08-14T14:56:38.716Z] #57 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #58 [runc-build 1/3] WORKDIR /go/src/github.com/opencontainers/runc
14:56:38 [2023-08-14T14:56:38.716Z] #58 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #59 [dev-systemd-false  8/20] COPY --link --from=gotestsum     /build/ /usr/local/bin/
14:56:38 [2023-08-14T14:56:38.716Z] #59 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #60 [runc-src 2/3] RUN git init . && git remote add origin "https://github.com/opencontainers/runc.git"
14:56:38 [2023-08-14T14:56:38.716Z] #60 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #61 [rootlesskit-build 1/5] WORKDIR /go/src/github.com/rootless-containers/rootlesskit
14:56:38 [2023-08-14T14:56:38.716Z] #61 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #62 [rootlesskit-build 5/5] COPY --link ./contrib/dockerd-rootless-setuptool.sh /build/
14:56:38 [2023-08-14T14:56:38.716Z] #62 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #63 [containerd-build 1/3] WORKDIR /go/src/github.com/containerd/containerd
14:56:38 [2023-08-14T14:56:38.716Z] #63 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #64 [registry-src 1/2] WORKDIR /usr/src/registry
14:56:38 [2023-08-14T14:56:38.716Z] #64 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #65 [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...)
14:56:38 [2023-08-14T14:56:38.716Z] #65 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #66 [dev-base  3/13] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
14:56:38 [2023-08-14T14:56:38.716Z] #66 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #67 [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...)
14:56:38 [2023-08-14T14:56:38.716Z] #67 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #68 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
14:56:38 [2023-08-14T14:56:38.716Z] #68 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #69 [dev-systemd-false 19/20] COPY --link --from=compose       /docker-compose /usr/libexec/docker/cli-plugins/docker-compose
14:56:38 [2023-08-14T14:56:38.716Z] #69 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #70 [dev-systemd-false 16/20] COPY --link --from=crun          /build/ /usr/local/bin/
14:56:38 [2023-08-14T14:56:38.716Z] #70 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #71 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
14:56:38 [2023-08-14T14:56:38.716Z] #71 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #72 [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
14:56:38 [2023-08-14T14:56:38.716Z] #72 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #73 [dev-systemd-false 10/20] COPY --link --from=shfmt         /build/ /usr/local/bin/
14:56:38 [2023-08-14T14:56:38.716Z] #73 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #74 [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 v24.0.2 https://github.com/docker/cli.git /build      && /build/docker --version
14:56:38 [2023-08-14T14:56:38.716Z] #74 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #75 [dev-systemd-false  5/20] COPY --link --from=gowinres      /build/ /usr/local/bin/
14:56:38 [2023-08-14T14:56:38.716Z] #75 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #76 [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
14:56:38 [2023-08-14T14:56:38.716Z] #76 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #77 [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.6.0"      && /build/shfmt --version
14:56:38 [2023-08-14T14:56:38.716Z] #77 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #78 [dev-base  4/13] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
14:56:38 [2023-08-14T14:56:38.716Z] #78 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #79 [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
14:56:38 [2023-08-14T14:56:38.716Z] #79 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #80 [swagger-src 1/3] WORKDIR /usr/src/swagger
14:56:38 [2023-08-14T14:56:38.716Z] #80 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #81 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.8" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
14:56:38 [2023-08-14T14:56:38.716Z] #81 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #82 [dev-systemd-false  2/20] COPY --link --from=swagger       /build/ /usr/local/bin/
14:56:38 [2023-08-14T14:56:38.716Z] #82 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #83 [dev-base  2/13] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
14:56:38 [2023-08-14T14:56:38.716Z] #83 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #84 [dev-systemd-false  3/20] COPY --link --from=delve         /build/ /usr/local/bin/
14:56:38 [2023-08-14T14:56:38.716Z] #84 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #85 [delve-src 1/3] WORKDIR /usr/src/delve
14:56:38 [2023-08-14T14:56:38.716Z] #85 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #86 [dev-systemd-false  6/20] COPY --link --from=tini          /build/ /usr/local/bin/
14:56:38 [2023-08-14T14:56:38.716Z] #86 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #87 [dev-systemd-false 20/20] WORKDIR /go/src/github.com/docker/docker
14:56:38 [2023-08-14T14:56:38.716Z] #87 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #88 [swagger-src 2/3] RUN git init . && git remote add origin "https://github.com/kolyshkin/go-swagger.git"
14:56:38 [2023-08-14T14:56:38.716Z] #88 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #89 [dev-base  7/13] RUN git config --global --add safe.directory /go/src/github.com/docker/docker
14:56:38 [2023-08-14T14:56:38.716Z] #89 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #90 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
14:56:38 [2023-08-14T14:56:38.716Z] #90 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #91 [dev-systemd-false 14/20] COPY --link --from=vpnkit        /       /usr/local/bin/
14:56:38 [2023-08-14T14:56:38.716Z] #91 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #92 [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...)
14:56:38 [2023-08-14T14:56:38.716Z] #92 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #93 [tini-src 3/3] RUN git fetch -q --depth 1 origin "v0.19.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
14:56:38 [2023-08-14T14:56:38.716Z] #93 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #94 [dev-systemd-false 15/20] COPY --link --from=containerutil /build/ /usr/local/bin/
14:56:38 [2023-08-14T14:56:38.716Z] #94 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #95 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
14:56:38 [2023-08-14T14:56:38.716Z] #95 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #96 [dev-base  1/13] RUN groupadd -r docker
14:56:38 [2023-08-14T14:56:38.716Z] #96 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #97 [rootlesskit-src 2/3] RUN git init . && git remote add origin "https://github.com/rootless-containers/rootlesskit.git"
14:56:38 [2023-08-14T14:56:38.716Z] #97 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #98 [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             ;
14:56:38 [2023-08-14T14:56:38.716Z] #98 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #99 [containerd-src 2/3] RUN git init . && git remote add origin "https://github.com/containerd/containerd.git"
14:56:38 [2023-08-14T14:56:38.716Z] #99 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #100 [base 5/5] RUN apt-get update && apt-get install --no-install-recommends -y file
14:56:38 [2023-08-14T14:56:38.716Z] #100 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #101 [delve-src 2/3] RUN git init . && git remote add origin "https://github.com/go-delve/delve.git"
14:56:38 [2023-08-14T14:56:38.716Z] #101 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #102 [dev-systemd-false  4/20] COPY --link --from=tomll         /build/ /usr/local/bin/
14:56:38 [2023-08-14T14:56:38.716Z] #102 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #103 [tini-src 2/3] RUN git init . && git remote add origin "https://github.com/krallin/tini.git"
14:56:38 [2023-08-14T14:56:38.716Z] #103 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #104 [dev-base  8/13] 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             python3-pip             python3-setuptools             python3-wheel             sudo             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
14:56:38 [2023-08-14T14:56:38.716Z] #104 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #105 [dev-systemd-false 12/20] COPY --link --from=containerd    /build/ /usr/local/bin/
14:56:38 [2023-08-14T14:56:38.716Z] #105 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #106 [dev-systemd-false 13/20] COPY --link --from=rootlesskit   /build/ /usr/local/bin/
14:56:38 [2023-08-14T14:56:38.716Z] #106 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #107 [tini-build 1/4] WORKDIR /go/src/github.com/krallin/tini
14:56:38 [2023-08-14T14:56:38.716Z] #107 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #108 [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
14:56:38 [2023-08-14T14:56:38.716Z] #108 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #109 [dev-systemd-false  9/20] COPY --link --from=golangci_lint /build/ /usr/local/bin/
14:56:38 [2023-08-14T14:56:38.716Z] #109 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #110 [dockercli-integration 1/2] WORKDIR /go/src/github.com/docker/cli
14:56:38 [2023-08-14T14:56:38.716Z] #110 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #111 [dev-base 13/13] COPY --link --from=dockercli-integration /build/ /usr/local/cli-integration
14:56:38 [2023-08-14T14:56:38.716Z] #111 CACHED
14:56:38 [2023-08-14T14:56:38.716Z] 
14:56:38 [2023-08-14T14:56:38.716Z] #112 [dev 1/1] COPY --link . .
14:56:41 [2023-08-14T14:56:41.982Z] #112 DONE 3.3s
14:56:41 [2023-08-14T14:56:41.982Z] 
14:56:41 [2023-08-14T14:56:41.982Z] #113 exporting to image
14:56:41 [2023-08-14T14:56:41.982Z] #113 exporting layers
14:56:42 [2023-08-14T14:56:42.909Z] #113 exporting layers 0.8s done
14:56:42 [2023-08-14T14:56:42.909Z] #113 writing image sha256:1d0dd82b51e4e4f9ec30e9041564ad9871ea323433bd158796984035dc32286c done
14:56:42 [2023-08-14T14:56:42.909Z] #113 naming to docker.io/library/docker:59aa3dce8a3abc9d6eb29df7c76b4484e8758234 done
14:56:42 [2023-08-14T14:56:42.909Z] #113 DONE 0.8s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
14:56:43 [2023-08-14T14:56:43.200Z] + sudo modprobe ip6table_filter
[Pipeline] sh
14:56:43 [2023-08-14T14:56:43.472Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-46224/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=59aa3dce8a3abc9d6eb29df7c76b4484e8758234 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:59aa3dce8a3abc9d6eb29df7c76b4484e8758234 hack/test/unit
14:56:43 [2023-08-14T14:56:43.728Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove journald')
14:56:43 [2023-08-14T14:56:43.728Z] + TESTFLAGS+=' -test.timeout=5m'
14:56:43 [2023-08-14T14:56:43.728Z] + TESTDIRS=./...
14:56:43 [2023-08-14T14:56:43.728Z] + exclude_paths='/vendor/|/integration'
14:56:43 [2023-08-14T14:56:43.728Z] ++ go list ./...
14:56:43 [2023-08-14T14:56:43.728Z] ++ grep -vE '(/vendor/|/integration)'
14:56:44 [2023-08-14T14:56:44.291Z] + pkg_list='github.com/docker/docker/api
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/api/server
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/api/server/backend/build
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/api/server/httpstatus
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/api/server/httputils
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/api/server/middleware
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/api/server/router
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/api/server/router/build
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/api/server/router/checkpoint
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/api/server/router/container
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/api/server/router/debug
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/api/server/router/distribution
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/api/server/router/grpc
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/api/server/router/image
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/api/server/router/network
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/api/server/router/plugin
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/api/server/router/session
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/api/server/router/swarm
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/api/server/router/system
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/api/server/router/volume
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/api/types
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/api/types/backend
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/api/types/blkiodev
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/api/types/container
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/api/types/events
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/api/types/filters
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/api/types/image
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/api/types/mount
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/api/types/network
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/api/types/plugins/logdriver
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/api/types/registry
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/api/types/strslice
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/api/types/swarm
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/api/types/swarm/runtime
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/api/types/system
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/api/types/time
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/api/types/versions
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/api/types/versions/v1p19
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/api/types/versions/v1p20
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/api/types/volume
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/builder
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/builder/builder-next
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/builder/builder-next/exporter
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/builder/builder-next/exporter/overrides
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/builder/builder-next/imagerefchecker
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/builder/builder-next/worker
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/builder/builder-next/worker/label
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/builder/dockerfile
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/builder/remotecontext
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/builder/remotecontext/git
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/builder/remotecontext/urlutil
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/cli/debug
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/cli/winresources/docker-proxy
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/cli/winresources/dockerd
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/client
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/client/buildkit
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/cmd/docker-proxy
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/cmd/dockerd
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/cmd/dockerd/trap
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/container
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/container/stream
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/contrib/apparmor
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/contrib/httpserver
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/daemon
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/daemon/cluster
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/daemon/cluster/controllers/plugin
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/daemon/cluster/convert
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/daemon/cluster/executor
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/daemon/cluster/executor/container
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/daemon/cluster/provider
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/daemon/config
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/daemon/containerd
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/daemon/events
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/daemon/events/testutils
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/daemon/graphdriver
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/daemon/graphdriver/btrfs
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/daemon/graphdriver/copy
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/daemon/graphdriver/graphtest
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/daemon/graphdriver/overlay2
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/daemon/graphdriver/overlayutils
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/daemon/graphdriver/register
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/daemon/graphdriver/vfs
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/daemon/graphdriver/zfs
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/daemon/images
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/daemon/initlayer
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/daemon/links
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/daemon/listeners
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/daemon/logger
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/daemon/logger/awslogs
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/daemon/logger/fluentd
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/daemon/logger/gcplogs
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/daemon/logger/gelf
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/daemon/logger/journald
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/daemon/logger/journald/internal/export
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/daemon/logger/journald/internal/fake
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/daemon/logger/jsonfilelog
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/daemon/logger/local
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/daemon/logger/logentries
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/daemon/logger/loggertest
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/daemon/logger/loggerutils
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/daemon/logger/loggerutils/cache
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/daemon/logger/splunk
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/daemon/logger/syslog
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/daemon/logger/templates
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/daemon/names
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/daemon/network
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/daemon/snapshotter
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/daemon/stats
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/distribution
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/distribution/metadata
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/distribution/utils
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/distribution/xfer
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/dockerversion
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/errdefs
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/image
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/image/cache
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/image/tarexport
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/image/v1
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/internal/mod
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/internal/mounttree
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/internal/test/suite
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/internal/testutils
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/internal/testutils/netnsutils
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/internal/unshare
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/layer
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/libcontainerd
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/libcontainerd/queue
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/libcontainerd/remote
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/libcontainerd/shimopts
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/libcontainerd/supervisor
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/libcontainerd/types
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/libnetwork
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/libnetwork/bitmap
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/libnetwork/cluster
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/libnetwork/cmd/diagnostic
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
14:56:44 [2023-08-14T14:56:44.291Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/cmd/readme_test
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/config
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/datastore
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/diagnostic
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/discoverapi
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/driverapi
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/drivers/bridge
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/drivers/host
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/drivers/ipvlan
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/drivers/macvlan
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/drivers/null
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/drivers/overlay
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/drivers/remote
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/drivers/remote/api
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/drivers/windows
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/drvregistry
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/etchosts
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/internal/caller
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/internal/kvstore
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/internal/setmatrix
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/ipam
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/ipamapi
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/ipams/builtin
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/ipams/null
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/ipams/remote
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/ipams/remote/api
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/ipams/windowsipam
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/ipamutils
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/ipbits
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/iptables
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/netlabel
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/netutils
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/networkdb
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/ns
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/options
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/osl
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/osl/kernel
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/portallocator
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/portmapper
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/resolvconf
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/scope
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/types
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/oci
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/oci/caps
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/opts
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/pkg/aaparser
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/pkg/archive
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/pkg/authorization
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/pkg/broadcaster
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/pkg/capabilities
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/pkg/chrootarchive
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/pkg/containerfs
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/pkg/directory
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/pkg/dmesg
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/pkg/fileutils
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/pkg/homedir
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/pkg/idtools
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/pkg/ioutils
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/pkg/jsonmessage
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/pkg/longpath
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/pkg/loopback
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/pkg/meminfo
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/pkg/namesgenerator
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/pkg/parsers
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/pkg/parsers/kernel
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/pkg/parsers/operatingsystem
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/pkg/pidfile
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/pkg/platform
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/pkg/platforms
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/pkg/plugingetter
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/pkg/plugins
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/pkg/plugins/transport
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/pkg/pools
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/pkg/process
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/pkg/progress
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/pkg/reexec
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/pkg/rootless
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/pkg/rootless/specconv
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/pkg/stack
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/pkg/stdcopy
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/pkg/streamformatter
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/pkg/stringid
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/pkg/sysinfo
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/pkg/system
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/pkg/tailfile
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/pkg/tarsum
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/pkg/useragent
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/plugin
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/plugin/executor/containerd
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/plugin/v2
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/profiles/apparmor
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/profiles/seccomp
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/quota
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/reference
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/registry
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/registry/resumable
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/restartmanager
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/runconfig
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/runconfig/opts
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/testutil
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/testutil/daemon
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/testutil/environment
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/testutil/fakecontext
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/testutil/fakegit
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/testutil/fakestorage
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/testutil/fixtures/load
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/testutil/fixtures/plugin
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/testutil/fixtures/plugin/basic
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/testutil/registry
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/testutil/request
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/volume
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/volume/drivers
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/volume/local
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/volume/mounts
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/volume/service
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/volume/service/opts
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/volume/testutils'
14:56:44 [2023-08-14T14:56:44.292Z] ++ grep --fixed-strings -v /libnetwork
14:56:44 [2023-08-14T14:56:44.292Z] ++ echo 'github.com/docker/docker/api
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/api/server
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/api/server/backend/build
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/api/server/httpstatus
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/api/server/httputils
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/api/server/middleware
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/api/server/router
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/api/server/router/build
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/api/server/router/checkpoint
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/api/server/router/container
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/api/server/router/debug
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/api/server/router/distribution
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/api/server/router/grpc
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/api/server/router/image
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/api/server/router/network
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/api/server/router/plugin
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/api/server/router/session
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/api/server/router/swarm
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/api/server/router/system
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/api/server/router/volume
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/api/types
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/api/types/backend
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/api/types/blkiodev
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/api/types/container
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/api/types/events
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/api/types/filters
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/api/types/image
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/api/types/mount
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/api/types/network
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/api/types/plugins/logdriver
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/api/types/registry
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/api/types/strslice
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/api/types/swarm
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/api/types/swarm/runtime
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/api/types/system
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/api/types/time
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/api/types/versions
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/api/types/versions/v1p19
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/api/types/versions/v1p20
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/api/types/volume
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/builder
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/builder/builder-next
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/builder/builder-next/exporter
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/builder/builder-next/exporter/overrides
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/builder/builder-next/imagerefchecker
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/builder/builder-next/worker
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/builder/builder-next/worker/label
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/builder/dockerfile
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/builder/remotecontext
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/builder/remotecontext/git
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/builder/remotecontext/urlutil
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/cli/debug
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/cli/winresources/docker-proxy
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/cli/winresources/dockerd
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/client
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/client/buildkit
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/cmd/docker-proxy
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/cmd/dockerd
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/cmd/dockerd/trap
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/container
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/container/stream
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/contrib/apparmor
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/contrib/httpserver
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/daemon
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/daemon/cluster
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/daemon/cluster/controllers/plugin
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/daemon/cluster/convert
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/daemon/cluster/executor
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/daemon/cluster/executor/container
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/daemon/cluster/provider
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/daemon/config
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/daemon/containerd
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/daemon/events
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/daemon/events/testutils
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/daemon/graphdriver
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/daemon/graphdriver/btrfs
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/daemon/graphdriver/copy
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/daemon/graphdriver/graphtest
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/daemon/graphdriver/overlay2
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/daemon/graphdriver/overlayutils
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/daemon/graphdriver/register
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/daemon/graphdriver/vfs
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/daemon/graphdriver/zfs
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/daemon/images
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/daemon/initlayer
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/daemon/links
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/daemon/listeners
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/daemon/logger
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/daemon/logger/awslogs
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/daemon/logger/fluentd
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/daemon/logger/gcplogs
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/daemon/logger/gelf
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/daemon/logger/journald
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/daemon/logger/journald/internal/export
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/daemon/logger/journald/internal/fake
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/daemon/logger/jsonfilelog
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/daemon/logger/local
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/daemon/logger/logentries
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/daemon/logger/loggertest
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/daemon/logger/loggerutils
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/daemon/logger/loggerutils/cache
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/daemon/logger/splunk
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/daemon/logger/syslog
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/daemon/logger/templates
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/daemon/names
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/daemon/network
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/daemon/snapshotter
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/daemon/stats
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/distribution
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/distribution/metadata
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/distribution/utils
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/distribution/xfer
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/dockerversion
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/errdefs
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/image
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/image/cache
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/image/tarexport
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/image/v1
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/internal/mod
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/internal/mounttree
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/internal/test/suite
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/internal/testutils
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/internal/testutils/netnsutils
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/internal/unshare
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/layer
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libcontainerd
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libcontainerd/queue
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libcontainerd/remote
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libcontainerd/shimopts
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libcontainerd/supervisor
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libcontainerd/types
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/bitmap
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/cluster
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/cmd/diagnostic
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/cmd/readme_test
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/config
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/datastore
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/diagnostic
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/discoverapi
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/driverapi
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/drivers/bridge
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/drivers/host
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/drivers/ipvlan
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/drivers/macvlan
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/drivers/null
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/drivers/overlay
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/drivers/remote
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/drivers/remote/api
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/drivers/windows
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/drvregistry
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/etchosts
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/internal/caller
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/internal/kvstore
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/internal/setmatrix
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/ipam
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/ipamapi
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/ipams/builtin
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/ipams/null
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/ipams/remote
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/ipams/remote/api
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/ipams/windowsipam
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/ipamutils
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/ipbits
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/iptables
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/netlabel
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/netutils
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/networkdb
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/ns
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/options
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/osl
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/osl/kernel
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/portallocator
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/portmapper
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/resolvconf
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/scope
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/libnetwork/types
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/oci
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/oci/caps
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/opts
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/pkg/aaparser
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/pkg/archive
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/pkg/authorization
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/pkg/broadcaster
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/pkg/capabilities
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/pkg/chrootarchive
14:56:44 [2023-08-14T14:56:44.292Z] github.com/docker/docker/pkg/containerfs
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/directory
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/dmesg
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/fileutils
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/homedir
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/idtools
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/ioutils
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/jsonmessage
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/longpath
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/loopback
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/meminfo
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/namesgenerator
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/parsers
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/parsers/kernel
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/parsers/operatingsystem
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/pidfile
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/platform
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/platforms
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/plugingetter
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/plugins
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/plugins/transport
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/pools
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/process
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/progress
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/reexec
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/rootless
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/rootless/specconv
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/stack
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/stdcopy
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/streamformatter
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/stringid
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/sysinfo
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/system
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/tailfile
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/tarsum
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/useragent
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/plugin
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/plugin/executor/containerd
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/plugin/v2
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/profiles/apparmor
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/profiles/seccomp
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/quota
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/reference
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/registry
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/registry/resumable
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/restartmanager
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/runconfig
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/runconfig/opts
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/testutil
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/testutil/daemon
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/testutil/environment
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/testutil/fakecontext
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/testutil/fakegit
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/testutil/fakestorage
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/testutil/fixtures/load
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/testutil/fixtures/plugin
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/testutil/fixtures/plugin/basic
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/testutil/registry
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/testutil/request
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/volume
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/volume/drivers
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/volume/local
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/volume/mounts
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/volume/service
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/volume/service/opts
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/volume/testutils'
14:56:44 [2023-08-14T14:56:44.293Z] + base_pkg_list='github.com/docker/docker/api
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/server
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/server/backend/build
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/server/httpstatus
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/server/httputils
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/server/middleware
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/server/router
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/server/router/build
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/server/router/checkpoint
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/server/router/container
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/server/router/debug
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/server/router/distribution
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/server/router/grpc
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/server/router/image
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/server/router/network
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/server/router/plugin
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/server/router/session
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/server/router/swarm
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/server/router/system
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/server/router/volume
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/types
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/types/backend
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/types/blkiodev
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/types/container
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/types/events
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/types/filters
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/types/image
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/types/mount
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/types/network
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/types/plugins/logdriver
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/types/registry
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/types/strslice
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/types/swarm
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/types/swarm/runtime
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/types/system
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/types/time
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/types/versions
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/types/versions/v1p19
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/types/versions/v1p20
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/types/volume
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/builder
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/builder/builder-next
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/builder/builder-next/exporter
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/builder/builder-next/exporter/overrides
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/builder/builder-next/imagerefchecker
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/builder/builder-next/worker
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/builder/builder-next/worker/label
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/builder/dockerfile
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/builder/remotecontext
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/builder/remotecontext/git
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/builder/remotecontext/urlutil
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/cli/debug
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/cli/winresources/docker-proxy
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/cli/winresources/dockerd
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/client
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/client/buildkit
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/cmd/docker-proxy
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/cmd/dockerd
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/cmd/dockerd/trap
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/container
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/container/stream
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/contrib/apparmor
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/contrib/httpserver
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/daemon
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/daemon/cluster
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/daemon/cluster/controllers/plugin
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/daemon/cluster/convert
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/daemon/cluster/executor
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/daemon/cluster/executor/container
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/daemon/cluster/provider
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/daemon/config
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/daemon/containerd
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/daemon/events
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/daemon/events/testutils
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/daemon/graphdriver
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/daemon/graphdriver/btrfs
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/daemon/graphdriver/copy
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/daemon/graphdriver/graphtest
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/daemon/graphdriver/overlay2
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/daemon/graphdriver/overlayutils
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/daemon/graphdriver/register
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/daemon/graphdriver/vfs
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/daemon/graphdriver/zfs
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/daemon/images
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/daemon/initlayer
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/daemon/links
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/daemon/listeners
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/daemon/logger
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/daemon/logger/awslogs
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/daemon/logger/fluentd
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/daemon/logger/gcplogs
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/daemon/logger/gelf
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/daemon/logger/journald
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/daemon/logger/journald/internal/export
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/daemon/logger/journald/internal/fake
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/daemon/logger/jsonfilelog
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/daemon/logger/local
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/daemon/logger/logentries
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/daemon/logger/loggertest
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/daemon/logger/loggerutils
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/daemon/logger/loggerutils/cache
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/daemon/logger/splunk
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/daemon/logger/syslog
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/daemon/logger/templates
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/daemon/names
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/daemon/network
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/daemon/snapshotter
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/daemon/stats
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/distribution
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/distribution/metadata
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/distribution/utils
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/distribution/xfer
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/dockerversion
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/errdefs
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/image
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/image/cache
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/image/tarexport
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/image/v1
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/internal/mod
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/internal/mounttree
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/internal/test/suite
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/internal/testutils
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/internal/testutils/netnsutils
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/internal/unshare
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/layer
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/libcontainerd
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/libcontainerd/queue
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/libcontainerd/remote
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/libcontainerd/shimopts
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/libcontainerd/supervisor
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/libcontainerd/types
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/oci
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/oci/caps
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/opts
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/aaparser
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/archive
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/authorization
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/broadcaster
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/capabilities
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/chrootarchive
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/containerfs
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/directory
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/dmesg
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/fileutils
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/homedir
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/idtools
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/ioutils
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/jsonmessage
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/longpath
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/loopback
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/meminfo
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/namesgenerator
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/parsers
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/parsers/kernel
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/parsers/operatingsystem
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/pidfile
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/platform
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/platforms
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/plugingetter
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/plugins
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/plugins/transport
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/pools
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/process
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/progress
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/reexec
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/rootless
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/rootless/specconv
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/stack
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/stdcopy
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/streamformatter
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/stringid
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/sysinfo
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/system
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/tailfile
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/tarsum
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/pkg/useragent
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/plugin
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/plugin/executor/containerd
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/plugin/v2
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/profiles/apparmor
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/profiles/seccomp
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/quota
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/reference
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/registry
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/registry/resumable
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/restartmanager
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/runconfig
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/runconfig/opts
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/testutil
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/testutil/daemon
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/testutil/environment
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/testutil/fakecontext
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/testutil/fakegit
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/testutil/fakestorage
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/testutil/fixtures/load
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/testutil/fixtures/plugin
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/testutil/fixtures/plugin/basic
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/testutil/registry
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/testutil/request
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/volume
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/volume/drivers
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/volume/local
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/volume/mounts
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/volume/service
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/volume/service/opts
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/volume/testutils'
14:56:44 [2023-08-14T14:56:44.293Z] ++ grep --fixed-strings /libnetwork
14:56:44 [2023-08-14T14:56:44.293Z] ++ echo 'github.com/docker/docker/api
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/server
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/server/backend/build
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/server/httpstatus
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/server/httputils
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/server/middleware
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/server/router
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/server/router/build
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/server/router/checkpoint
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/server/router/container
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/server/router/debug
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/server/router/distribution
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/server/router/grpc
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/server/router/image
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/server/router/network
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/server/router/plugin
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/server/router/session
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/server/router/swarm
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/server/router/system
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/server/router/volume
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/types
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/types/backend
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/types/blkiodev
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/types/container
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/types/events
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/types/filters
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/types/image
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/types/mount
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/types/network
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/types/plugins/logdriver
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/types/registry
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/types/strslice
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/types/swarm
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/types/swarm/runtime
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/types/system
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/types/time
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/types/versions
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/types/versions/v1p19
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/types/versions/v1p20
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/api/types/volume
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/builder
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/builder/builder-next
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/builder/builder-next/exporter
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/builder/builder-next/exporter/overrides
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/builder/builder-next/imagerefchecker
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/builder/builder-next/worker
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/builder/builder-next/worker/label
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/builder/dockerfile
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/builder/remotecontext
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/builder/remotecontext/git
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/builder/remotecontext/urlutil
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/cli/debug
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/cli/winresources/docker-proxy
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/cli/winresources/dockerd
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/client
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/client/buildkit
14:56:44 [2023-08-14T14:56:44.293Z] github.com/docker/docker/cmd/docker-proxy
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/cmd/dockerd
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/cmd/dockerd/trap
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/container
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/container/stream
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/contrib/apparmor
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/contrib/httpserver
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/daemon
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/daemon/cluster
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/daemon/cluster/controllers/plugin
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/daemon/cluster/convert
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/daemon/cluster/executor
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/daemon/cluster/executor/container
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/daemon/cluster/provider
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/daemon/config
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/daemon/containerd
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/daemon/events
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/daemon/events/testutils
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/daemon/graphdriver
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/daemon/graphdriver/btrfs
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/daemon/graphdriver/copy
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/daemon/graphdriver/graphtest
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/daemon/graphdriver/overlay2
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/daemon/graphdriver/overlayutils
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/daemon/graphdriver/register
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/daemon/graphdriver/vfs
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/daemon/graphdriver/zfs
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/daemon/images
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/daemon/initlayer
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/daemon/links
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/daemon/listeners
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/daemon/logger
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/daemon/logger/awslogs
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/daemon/logger/fluentd
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/daemon/logger/gcplogs
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/daemon/logger/gelf
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/daemon/logger/journald
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/daemon/logger/journald/internal/export
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/daemon/logger/journald/internal/fake
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/daemon/logger/jsonfilelog
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/daemon/logger/local
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/daemon/logger/logentries
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/daemon/logger/loggertest
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/daemon/logger/loggerutils
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/daemon/logger/loggerutils/cache
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/daemon/logger/splunk
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/daemon/logger/syslog
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/daemon/logger/templates
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/daemon/names
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/daemon/network
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/daemon/snapshotter
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/daemon/stats
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/distribution
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/distribution/metadata
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/distribution/utils
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/distribution/xfer
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/dockerversion
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/errdefs
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/image
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/image/cache
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/image/tarexport
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/image/v1
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/internal/mod
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/internal/mounttree
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/internal/test/suite
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/internal/testutils
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/internal/testutils/netnsutils
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/internal/unshare
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/layer
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libcontainerd
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libcontainerd/queue
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libcontainerd/remote
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libcontainerd/shimopts
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libcontainerd/supervisor
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libcontainerd/types
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/bitmap
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/cluster
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/cmd/diagnostic
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/cmd/readme_test
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/config
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/datastore
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/diagnostic
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/discoverapi
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/driverapi
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/drivers/bridge
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/drivers/host
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/drivers/ipvlan
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/drivers/macvlan
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/drivers/null
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/drivers/overlay
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/drivers/remote
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/drivers/remote/api
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/drivers/windows
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/drvregistry
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/etchosts
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/internal/caller
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/internal/kvstore
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/internal/setmatrix
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/ipam
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/ipamapi
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/ipams/builtin
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/ipams/null
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/ipams/remote
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/ipams/remote/api
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/ipams/windowsipam
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/ipamutils
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/ipbits
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/iptables
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/netlabel
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/netutils
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/networkdb
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/ns
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/options
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/osl
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/osl/kernel
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/portallocator
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/portmapper
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/resolvconf
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/scope
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/types
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/oci
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/oci/caps
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/opts
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/pkg/aaparser
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/pkg/archive
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/pkg/authorization
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/pkg/broadcaster
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/pkg/capabilities
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/pkg/chrootarchive
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/pkg/containerfs
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/pkg/directory
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/pkg/dmesg
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/pkg/fileutils
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/pkg/homedir
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/pkg/idtools
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/pkg/ioutils
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/pkg/jsonmessage
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/pkg/longpath
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/pkg/loopback
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/pkg/meminfo
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/pkg/namesgenerator
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/pkg/parsers
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/pkg/parsers/kernel
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/pkg/parsers/operatingsystem
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/pkg/pidfile
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/pkg/platform
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/pkg/platforms
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/pkg/plugingetter
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/pkg/plugins
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/pkg/plugins/transport
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/pkg/pools
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/pkg/process
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/pkg/progress
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/pkg/reexec
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/pkg/rootless
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/pkg/rootless/specconv
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/pkg/stack
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/pkg/stdcopy
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/pkg/streamformatter
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/pkg/stringid
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/pkg/sysinfo
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/pkg/system
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/pkg/tailfile
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/pkg/tarsum
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/pkg/useragent
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/plugin
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/plugin/executor/containerd
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/plugin/v2
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/profiles/apparmor
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/profiles/seccomp
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/quota
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/reference
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/registry
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/registry/resumable
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/restartmanager
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/runconfig
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/runconfig/opts
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/testutil
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/testutil/daemon
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/testutil/environment
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/testutil/fakecontext
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/testutil/fakegit
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/testutil/fakestorage
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/testutil/fixtures/load
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/testutil/fixtures/plugin
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/testutil/fixtures/plugin/basic
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/testutil/registry
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/testutil/request
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/volume
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/volume/drivers
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/volume/local
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/volume/mounts
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/volume/service
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/volume/service/opts
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/volume/testutils'
14:56:44 [2023-08-14T14:56:44.294Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/bitmap
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/cluster
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/cmd/diagnostic
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/cmd/readme_test
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/config
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/datastore
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/diagnostic
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/discoverapi
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/driverapi
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/drivers/bridge
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/drivers/host
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/drivers/ipvlan
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/drivers/macvlan
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/drivers/null
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/drivers/overlay
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/drivers/remote
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/drivers/remote/api
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/drivers/windows
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/drvregistry
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/etchosts
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/internal/caller
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/internal/kvstore
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/internal/setmatrix
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/ipam
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/ipamapi
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/ipams/builtin
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/ipams/null
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/ipams/remote
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/ipams/remote/api
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/ipams/windowsipam
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/ipamutils
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/ipbits
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/iptables
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/netlabel
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/netutils
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/networkdb
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/ns
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/options
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/osl
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/osl/kernel
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/portallocator
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/portmapper
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/resolvconf
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/scope
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/types'
14:56:44 [2023-08-14T14:56:44.294Z] + echo 'github.com/docker/docker/libnetwork
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/bitmap
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/cluster
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/cmd/diagnostic
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/cmd/readme_test
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/config
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/datastore
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/diagnostic
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/discoverapi
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/driverapi
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/drivers/bridge
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/drivers/host
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/drivers/ipvlan
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/drivers/macvlan
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/drivers/null
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/drivers/overlay
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/drivers/remote
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/drivers/remote/api
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/drivers/windows
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
14:56:44 [2023-08-14T14:56:44.294Z] github.com/docker/docker/libnetwork/drvregistry
14:56:44 [2023-08-14T14:56:44.295Z] github.com/docker/docker/libnetwork/etchosts
14:56:44 [2023-08-14T14:56:44.295Z] github.com/docker/docker/libnetwork/internal/caller
14:56:44 [2023-08-14T14:56:44.295Z] github.com/docker/docker/libnetwork/internal/kvstore
14:56:44 [2023-08-14T14:56:44.295Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
14:56:44 [2023-08-14T14:56:44.295Z] github.com/docker/docker/libnetwork/internal/setmatrix
14:56:44 [2023-08-14T14:56:44.295Z] github.com/docker/docker/libnetwork/ipam
14:56:44 [2023-08-14T14:56:44.295Z] github.com/docker/docker/libnetwork/ipamapi
14:56:44 [2023-08-14T14:56:44.295Z] github.com/docker/docker/libnetwork/ipams/builtin
14:56:44 [2023-08-14T14:56:44.295Z] github.com/docker/docker/libnetwork/ipams/null
14:56:44 [2023-08-14T14:56:44.295Z] github.com/docker/docker/libnetwork/ipams/remote
14:56:44 [2023-08-14T14:56:44.295Z] github.com/docker/docker/libnetwork/ipams/remote/api
14:56:44 [2023-08-14T14:56:44.295Z] github.com/docker/docker/libnetwork/ipams/windowsipam
14:56:44 [2023-08-14T14:56:44.295Z] github.com/docker/docker/libnetwork/ipamutils
14:56:44 [2023-08-14T14:56:44.295Z] github.com/docker/docker/libnetwork/ipbits
14:56:44 [2023-08-14T14:56:44.295Z] github.com/docker/docker/libnetwork/iptables
14:56:44 [2023-08-14T14:56:44.295Z] github.com/docker/docker/libnetwork/netlabel
14:56:44 [2023-08-14T14:56:44.295Z] github.com/docker/docker/libnetwork/netutils
14:56:44 [2023-08-14T14:56:44.295Z] github.com/docker/docker/libnetwork/networkdb
14:56:44 [2023-08-14T14:56:44.295Z] github.com/docker/docker/libnetwork/ns
14:56:44 [2023-08-14T14:56:44.295Z] github.com/docker/docker/libnetwork/options
14:56:44 [2023-08-14T14:56:44.295Z] github.com/docker/docker/libnetwork/osl
14:56:44 [2023-08-14T14:56:44.295Z] + grep --fixed-strings libnetwork/drivers/bridge
14:56:44 [2023-08-14T14:56:44.295Z] github.com/docker/docker/libnetwork/osl/kernel
14:56:44 [2023-08-14T14:56:44.295Z] github.com/docker/docker/libnetwork/portallocator
14:56:44 [2023-08-14T14:56:44.295Z] github.com/docker/docker/libnetwork/portmapper
14:56:44 [2023-08-14T14:56:44.295Z] github.com/docker/docker/libnetwork/resolvconf
14:56:44 [2023-08-14T14:56:44.295Z] github.com/docker/docker/libnetwork/scope
14:56:44 [2023-08-14T14:56:44.295Z] github.com/docker/docker/libnetwork/types'
14:56:44 [2023-08-14T14:56:44.295Z] github.com/docker/docker/libnetwork/drivers/bridge
14:56:44 [2023-08-14T14:56:44.295Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
14:56:44 [2023-08-14T14:56:44.295Z] + type docker-proxy
14:56:44 [2023-08-14T14:56:44.295Z] hack/test/unit: line 25: type: docker-proxy: not found
14:56:44 [2023-08-14T14:56:44.295Z] + hack/make.sh binary-proxy install-proxy
14:56:44 [2023-08-14T14:56:44.295Z] 
14:56:44 [2023-08-14T14:56:44.295Z] Removing bundles/
14:56:44 [2023-08-14T14:56:44.295Z] 
14:56:44 [2023-08-14T14:56:44.295Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy)
14:56:44 [2023-08-14T14:56:44.550Z] Building static bundles/binary-proxy/docker-proxy (linux/arm64)...
14:56:44 [2023-08-14T14:56:44.550Z] + tee /go/src/github.com/docker/docker/go.mod
14:56:44 [2023-08-14T14:56:44.550Z] module github.com/docker/docker
14:56:44 [2023-08-14T14:56:44.550Z] 
14:56:44 [2023-08-14T14:56:44.550Z] go 1.19
14:56:44 [2023-08-14T14:56:44.550Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT
14:56:44 [2023-08-14T14:56:44.550Z] + GO111MODULE=on
14:56:44 [2023-08-14T14:56:44.550Z] + 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=59aa3dce8a3abc9d6eb29df7c76b4484e8758234" -X "github.com/docker/docker/dockerversion.BuildTime=2023-08-14T14:56:44.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 ' github.com/docker/docker/cmd/docker-proxy
14:56:48 [2023-08-14T14:56:48.718Z] + rm -f /go/src/github.com/docker/docker/go.mod
14:56:48 [2023-08-14T14:56:48.718Z] Created binary: bundles/binary-proxy/docker-proxy
14:56:48 [2023-08-14T14:56:48.718Z] 
14:56:48 [2023-08-14T14:56:48.718Z] ---> Making bundle: install-proxy (in bundles/install-proxy)
14:56:48 [2023-08-14T14:56:48.718Z] Installing docker-proxy to /usr/local/bin/
14:56:48 [2023-08-14T14:56:48.718Z] 
14:56:48 [2023-08-14T14:56:48.718Z] + mkdir -p bundles
14:56:48 [2023-08-14T14:56:48.718Z] + '[' -n 'github.com/docker/docker/api
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/api/server
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/api/server/backend/build
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/api/server/httpstatus
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/api/server/httputils
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/api/server/middleware
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/api/server/router
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/api/server/router/build
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/api/server/router/checkpoint
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/api/server/router/container
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/api/server/router/debug
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/api/server/router/distribution
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/api/server/router/grpc
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/api/server/router/image
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/api/server/router/network
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/api/server/router/plugin
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/api/server/router/session
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/api/server/router/swarm
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/api/server/router/system
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/api/server/router/volume
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/api/types
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/api/types/backend
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/api/types/blkiodev
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/api/types/container
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/api/types/events
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/api/types/filters
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/api/types/image
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/api/types/mount
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/api/types/network
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/api/types/plugins/logdriver
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/api/types/registry
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/api/types/strslice
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/api/types/swarm
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/api/types/swarm/runtime
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/api/types/system
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/api/types/time
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/api/types/versions
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/api/types/versions/v1p19
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/api/types/versions/v1p20
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/api/types/volume
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/builder
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/builder/builder-next
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/builder/builder-next/exporter
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/builder/builder-next/exporter/overrides
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/builder/builder-next/imagerefchecker
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/builder/builder-next/worker
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/builder/builder-next/worker/label
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/builder/dockerfile
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/builder/remotecontext
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/builder/remotecontext/git
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/builder/remotecontext/urlutil
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/cli/debug
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/cli/winresources/docker-proxy
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/cli/winresources/dockerd
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/client
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/client/buildkit
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/cmd/docker-proxy
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/cmd/dockerd
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/cmd/dockerd/trap
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/container
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/container/stream
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/contrib/apparmor
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/contrib/httpserver
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/daemon
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/daemon/cluster
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/daemon/cluster/controllers/plugin
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/daemon/cluster/convert
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/daemon/cluster/executor
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/daemon/cluster/executor/container
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/daemon/cluster/provider
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/daemon/config
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/daemon/containerd
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/daemon/events
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/daemon/events/testutils
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/daemon/graphdriver
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/daemon/graphdriver/btrfs
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/daemon/graphdriver/copy
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/daemon/graphdriver/graphtest
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/daemon/graphdriver/overlay2
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/daemon/graphdriver/overlayutils
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/daemon/graphdriver/register
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/daemon/graphdriver/vfs
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/daemon/graphdriver/zfs
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/daemon/images
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/daemon/initlayer
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/daemon/links
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/daemon/listeners
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/daemon/logger
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/daemon/logger/awslogs
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/daemon/logger/fluentd
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/daemon/logger/gcplogs
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/daemon/logger/gelf
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/daemon/logger/journald
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/daemon/logger/journald/internal/export
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/daemon/logger/journald/internal/fake
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/daemon/logger/jsonfilelog
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/daemon/logger/local
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/daemon/logger/logentries
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/daemon/logger/loggertest
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/daemon/logger/loggerutils
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/daemon/logger/loggerutils/cache
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/daemon/logger/splunk
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/daemon/logger/syslog
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/daemon/logger/templates
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/daemon/names
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/daemon/network
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/daemon/snapshotter
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/daemon/stats
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/distribution
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/distribution/metadata
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/distribution/utils
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/distribution/xfer
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/dockerversion
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/errdefs
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/image
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/image/cache
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/image/tarexport
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/image/v1
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/internal/mod
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/internal/mounttree
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/internal/test/suite
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/internal/testutils
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/internal/testutils/netnsutils
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/internal/unshare
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/layer
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/libcontainerd
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/libcontainerd/queue
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/libcontainerd/remote
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/libcontainerd/shimopts
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/libcontainerd/supervisor
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/libcontainerd/types
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/oci
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/oci/caps
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/opts
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/pkg/aaparser
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/pkg/archive
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/pkg/authorization
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/pkg/broadcaster
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/pkg/capabilities
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/pkg/chrootarchive
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/pkg/containerfs
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/pkg/directory
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/pkg/dmesg
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/pkg/fileutils
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/pkg/homedir
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/pkg/idtools
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/pkg/ioutils
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/pkg/jsonmessage
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/pkg/longpath
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/pkg/loopback
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/pkg/meminfo
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/pkg/namesgenerator
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/pkg/parsers
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/pkg/parsers/kernel
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/pkg/parsers/operatingsystem
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/pkg/pidfile
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/pkg/platform
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/pkg/platforms
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/pkg/plugingetter
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/pkg/plugins
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/pkg/plugins/transport
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/pkg/pools
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/pkg/process
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/pkg/progress
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/pkg/reexec
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/pkg/rootless
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/pkg/rootless/specconv
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/pkg/stack
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/pkg/stdcopy
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/pkg/streamformatter
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/pkg/stringid
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/pkg/sysinfo
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/pkg/system
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/pkg/tailfile
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/pkg/tarsum
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/pkg/useragent
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/plugin
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/plugin/executor/containerd
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/plugin/v2
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/profiles/apparmor
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/profiles/seccomp
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/quota
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/reference
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/registry
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/registry/resumable
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/restartmanager
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/runconfig
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/runconfig/opts
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/testutil
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/testutil/daemon
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/testutil/environment
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/testutil/fakecontext
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/testutil/fakegit
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/testutil/fakestorage
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/testutil/fixtures/load
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/testutil/fixtures/plugin
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/testutil/fixtures/plugin/basic
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/testutil/registry
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/testutil/request
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/volume
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/volume/drivers
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/volume/local
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/volume/mounts
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/volume/service
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/volume/service/opts
14:56:48 [2023-08-14T14:56:48.718Z] github.com/docker/docker/volume/testutils' ']'
14:56:48 [2023-08-14T14:56:48.719Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo libdm_no_deferred_remove 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/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/system github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/exporter/mobyexporter github.com/docker/docker/builder/builder-next/exporter/overrides github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/builder-next/worker/label github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/builder/remotecontext/urlutil github.com/docker/docker/cli/debug github.com/docker/docker/cli/winresources/docker-proxy github.com/docker/docker/cli/winresources/dockerd github.com/docker/docker/client github.com/docker/docker/client/buildkit github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/containerd github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/journald/internal/export github.com/docker/docker/daemon/logger/journald/internal/fake github.com/docker/docker/daemon/logger/journald/internal/sdjournal github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries 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/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/mod github.com/docker/docker/internal/mounttree 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/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/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/meminfo github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/platforms 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
14:56:49 [2023-08-14T14:56:49.285Z] ?   	github.com/docker/docker/api	[no test files]
14:56:55 [2023-08-14T14:56:55.914Z] 	github.com/docker/docker/api/server	coverage: 13.0% of statements
14:56:55 [2023-08-14T14:56:55.914Z] ok  	github.com/docker/docker/api/server	0.038s	coverage: 13.0% of statements
14:57:17 [2023-08-14T14:57:17.810Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
14:57:17 [2023-08-14T14:57:17.810Z] ?   	github.com/docker/docker/api/server/httpstatus	[no test files]
14:57:17 [2023-08-14T14:57:17.810Z] 	github.com/docker/docker/api/server/httputils	coverage: 28.3% of statements
14:57:17 [2023-08-14T14:57:17.810Z] ok  	github.com/docker/docker/api/server/httputils	0.006s	coverage: 28.3% of statements
14:57:17 [2023-08-14T14:57:17.810Z] ?   	github.com/docker/docker/api/server/router	[no test files]
14:57:17 [2023-08-14T14:57:17.810Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
14:57:17 [2023-08-14T14:57:17.810Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
14:57:17 [2023-08-14T14:57:17.810Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
14:57:17 [2023-08-14T14:57:17.810Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
14:57:17 [2023-08-14T14:57:17.810Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
14:57:17 [2023-08-14T14:57:17.810Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
14:57:17 [2023-08-14T14:57:17.810Z] 	github.com/docker/docker/api/server/middleware	coverage: 37.7% of statements
14:57:17 [2023-08-14T14:57:17.810Z] ok  	github.com/docker/docker/api/server/middleware	0.007s	coverage: 37.7% of statements
14:57:17 [2023-08-14T14:57:17.810Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
14:57:17 [2023-08-14T14:57:17.810Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
14:57:17 [2023-08-14T14:57:17.810Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
14:57:17 [2023-08-14T14:57:17.810Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
14:57:17 [2023-08-14T14:57:17.810Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
14:57:17 [2023-08-14T14:57:17.810Z] ?   	github.com/docker/docker/api/types	[no test files]
14:57:17 [2023-08-14T14:57:17.810Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
14:57:17 [2023-08-14T14:57:17.810Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
14:57:17 [2023-08-14T14:57:17.810Z] 	github.com/docker/docker/api/server/router/swarm	coverage: 6.0% of statements
14:57:17 [2023-08-14T14:57:17.810Z] ok  	github.com/docker/docker/api/server/router/swarm	0.006s	coverage: 6.0% of statements
14:57:17 [2023-08-14T14:57:17.810Z] 	github.com/docker/docker/api/server/router/volume	coverage: 66.7% of statements
14:57:17 [2023-08-14T14:57:17.810Z] ok  	github.com/docker/docker/api/server/router/volume	0.008s	coverage: 66.7% of statements
14:57:17 [2023-08-14T14:57:17.810Z] ?   	github.com/docker/docker/api/types/events	[no test files]
14:57:17 [2023-08-14T14:57:17.810Z] 	github.com/docker/docker/api/types/container	coverage: 82.3% of statements
14:57:17 [2023-08-14T14:57:17.810Z] ok  	github.com/docker/docker/api/types/container	0.006s	coverage: 82.3% of statements
14:57:17 [2023-08-14T14:57:17.810Z] ?   	github.com/docker/docker/api/types/image	[no test files]
14:57:17 [2023-08-14T14:57:17.810Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
14:57:17 [2023-08-14T14:57:17.810Z] ?   	github.com/docker/docker/api/types/network	[no test files]
14:57:17 [2023-08-14T14:57:17.810Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
14:57:17 [2023-08-14T14:57:17.810Z] 	github.com/docker/docker/api/types/registry	coverage: 54.2% of statements
14:57:17 [2023-08-14T14:57:17.810Z] 	github.com/docker/docker/api/types/filters	coverage: 94.0% of statements
14:57:17 [2023-08-14T14:57:17.810Z] ok  	github.com/docker/docker/api/types/registry	0.004s	coverage: 54.2% of statements
14:57:17 [2023-08-14T14:57:17.810Z] ok  	github.com/docker/docker/api/types/filters	0.008s	coverage: 94.0% of statements
14:57:17 [2023-08-14T14:57:17.810Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
14:57:17 [2023-08-14T14:57:17.810Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
14:57:17 [2023-08-14T14:57:17.810Z] ?   	github.com/docker/docker/api/types/system	[no test files]
14:57:17 [2023-08-14T14:57:17.810Z] 	github.com/docker/docker/api/types/strslice	coverage: 90.0% of statements
14:57:17 [2023-08-14T14:57:17.810Z] ok  	github.com/docker/docker/api/types/strslice	0.002s	coverage: 90.0% of statements
14:57:17 [2023-08-14T14:57:17.810Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
14:57:17 [2023-08-14T14:57:17.810Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
14:57:17 [2023-08-14T14:57:17.810Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
14:57:17 [2023-08-14T14:57:17.810Z] ?   	github.com/docker/docker/builder	[no test files]
14:57:17 [2023-08-14T14:57:17.810Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
14:57:17 [2023-08-14T14:57:17.810Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
14:57:17 [2023-08-14T14:57:17.810Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
14:57:17 [2023-08-14T14:57:17.810Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
14:57:17 [2023-08-14T14:57:17.810Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
14:57:17 [2023-08-14T14:57:17.810Z] ?   	github.com/docker/docker/builder/builder-next/exporter/mobyexporter	[no test files]
14:57:17 [2023-08-14T14:57:17.810Z] ?   	github.com/docker/docker/builder/builder-next/exporter/overrides	[no test files]
14:57:17 [2023-08-14T14:57:17.810Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
14:57:17 [2023-08-14T14:57:17.810Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
14:57:17 [2023-08-14T14:57:17.810Z] ?   	github.com/docker/docker/builder/builder-next/worker/label	[no test files]
14:57:17 [2023-08-14T14:57:17.810Z] 	github.com/docker/docker/api/types/versions	coverage: 77.3% of statements
14:57:17 [2023-08-14T14:57:17.810Z] 	github.com/docker/docker/api/types/time	coverage: 100.0% of statements
14:57:17 [2023-08-14T14:57:17.810Z] ok  	github.com/docker/docker/api/types/time	0.022s	coverage: 100.0% of statements
14:57:17 [2023-08-14T14:57:17.810Z] ok  	github.com/docker/docker/api/types/versions	0.022s	coverage: 77.3% of statements
14:57:17 [2023-08-14T14:57:17.810Z] ?   	github.com/docker/docker/cli/winresources/docker-proxy	[no test files]
14:57:17 [2023-08-14T14:57:17.810Z] ?   	github.com/docker/docker/cli/winresources/dockerd	[no test files]
14:57:17 [2023-08-14T14:57:17.810Z] 	github.com/docker/docker/cli/debug	coverage: 100.0% of statements
14:57:17 [2023-08-14T14:57:17.810Z] 	github.com/docker/docker/builder/remotecontext/urlutil	coverage: 100.0% of statements
14:57:17 [2023-08-14T14:57:17.810Z] ok  	github.com/docker/docker/cli/debug	0.011s	coverage: 100.0% of statements
14:57:17 [2023-08-14T14:57:17.810Z] ok  	github.com/docker/docker/builder/remotecontext/urlutil	0.025s	coverage: 100.0% of statements
14:57:17 [2023-08-14T14:57:17.810Z] 	github.com/docker/docker/builder/remotecontext	coverage: 33.5% of statements
14:57:17 [2023-08-14T14:57:17.810Z] ok  	github.com/docker/docker/builder/remotecontext	0.044s	coverage: 33.5% of statements
14:57:17 [2023-08-14T14:57:17.810Z] 	github.com/docker/docker/builder/dockerfile	coverage: 50.1% of statements
14:57:17 [2023-08-14T14:57:17.810Z] ok  	github.com/docker/docker/builder/dockerfile	0.062s	coverage: 50.1% of statements
14:57:18 [2023-08-14T14:57:18.066Z] ?   	github.com/docker/docker/client/buildkit	[no test files]
14:57:18 [2023-08-14T14:57:18.066Z] 	github.com/docker/docker/cmd/docker-proxy	coverage: 66.5% of statements
14:57:18 [2023-08-14T14:57:18.066Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.037s	coverage: 66.5% of statements
14:57:18 [2023-08-14T14:57:18.323Z] 	github.com/docker/docker/client	coverage: 77.4% of statements
14:57:18 [2023-08-14T14:57:18.323Z] ok  	github.com/docker/docker/client	0.119s	coverage: 77.4% of statements
14:57:23 [2023-08-14T14:57:23.573Z] 	github.com/docker/docker/builder/remotecontext/git	coverage: 82.5% of statements
14:57:23 [2023-08-14T14:57:23.573Z] ok  	github.com/docker/docker/builder/remotecontext/git	5.629s	coverage: 82.5% of statements
14:57:30 [2023-08-14T14:57:30.127Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
14:57:30 [2023-08-14T14:57:30.127Z] ?   	github.com/docker/docker/container/stream	[no test files]
14:57:30 [2023-08-14T14:57:30.127Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
14:57:30 [2023-08-14T14:57:30.127Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
14:57:30 [2023-08-14T14:57:30.127Z] 	github.com/docker/docker/container	coverage: 36.4% of statements
14:57:30 [2023-08-14T14:57:30.127Z] ok  	github.com/docker/docker/container	0.132s	coverage: 36.4% of statements
14:57:30 [2023-08-14T14:57:30.127Z] 	github.com/docker/docker/cmd/dockerd	coverage: 30.3% of statements
14:57:30 [2023-08-14T14:57:30.127Z] ok  	github.com/docker/docker/cmd/dockerd	0.210s	coverage: 30.3% of statements
14:57:32 [2023-08-14T14:57:32.645Z] 	github.com/docker/docker/cmd/dockerd/trap	coverage: 0.0% of statements
14:57:32 [2023-08-14T14:57:32.645Z] ok  	github.com/docker/docker/cmd/dockerd/trap	2.398s	coverage: 0.0% of statements
14:57:33 [2023-08-14T14:57:33.207Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
14:57:33 [2023-08-14T14:57:33.207Z] 	github.com/docker/docker/daemon/cluster/convert	coverage: 39.2% of statements
14:57:33 [2023-08-14T14:57:33.207Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.013s	coverage: 39.2% of statements
14:57:33 [2023-08-14T14:57:33.207Z] 	github.com/docker/docker/daemon/cluster/controllers/plugin	coverage: 65.3% of statements
14:57:33 [2023-08-14T14:57:33.207Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.015s	coverage: 65.3% of statements
14:57:33 [2023-08-14T14:57:33.463Z] 	github.com/docker/docker/daemon/cluster	coverage: 0.5% of statements
14:57:33 [2023-08-14T14:57:33.463Z] ok  	github.com/docker/docker/daemon/cluster	0.043s	coverage: 0.5% of statements
14:57:33 [2023-08-14T14:57:33.720Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
14:57:33 [2023-08-14T14:57:33.720Z] 	github.com/docker/docker/daemon/config	coverage: 75.7% of statements
14:57:33 [2023-08-14T14:57:33.720Z] ok  	github.com/docker/docker/daemon/config	0.033s	coverage: 75.7% of statements
14:57:35 [2023-08-14T14:57:35.086Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
14:57:35 [2023-08-14T14:57:35.086Z] 	github.com/docker/docker/daemon/graphdriver	coverage: 2.3% of statements
14:57:35 [2023-08-14T14:57:35.086Z] ok  	github.com/docker/docker/daemon/graphdriver	0.008s	coverage: 2.3% of statements
14:57:35 [2023-08-14T14:57:35.086Z] 	github.com/docker/docker/daemon/containerd	coverage: 0.7% of statements
14:57:35 [2023-08-14T14:57:35.086Z] ok  	github.com/docker/docker/daemon/containerd	0.023s	coverage: 0.7% of statements
14:57:35 [2023-08-14T14:57:35.086Z] 	github.com/docker/docker/daemon/events	coverage: 50.0% of statements
14:57:35 [2023-08-14T14:57:35.086Z] ok  	github.com/docker/docker/daemon/events	0.059s	coverage: 50.0% of statements
14:57:35 [2023-08-14T14:57:35.086Z] 	github.com/docker/docker/daemon/graphdriver/btrfs	coverage: 2.8% of statements
14:57:35 [2023-08-14T14:57:35.086Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.008s	coverage: 2.8% of statements
14:57:35 [2023-08-14T14:57:35.342Z] 	github.com/docker/docker/daemon/graphdriver/copy	coverage: 59.6% of statements
14:57:35 [2023-08-14T14:57:35.342Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.196s	coverage: 59.6% of statements
14:57:35 [2023-08-14T14:57:35.904Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
14:57:35 [2023-08-14T14:57:35.904Z] 	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	coverage: 1.9% of statements
14:57:35 [2023-08-14T14:57:35.905Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.008s	coverage: 1.9% of statements
14:57:35 [2023-08-14T14:57:35.905Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
14:57:35 [2023-08-14T14:57:35.905Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
14:57:36 [2023-08-14T14:57:36.160Z] 	github.com/docker/docker/daemon/graphdriver/overlay2	coverage: 60.2% of statements
14:57:36 [2023-08-14T14:57:36.160Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.185s	coverage: 60.2% of statements
14:57:36 [2023-08-14T14:57:36.160Z] 	github.com/docker/docker/daemon/graphdriver/vfs	coverage: 60.9% of statements
14:57:36 [2023-08-14T14:57:36.160Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.011s	coverage: 60.9% of statements
14:57:36 [2023-08-14T14:57:36.722Z] 	github.com/docker/docker/daemon/graphdriver/zfs	coverage: 3.0% of statements
14:57:36 [2023-08-14T14:57:36.722Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.008s	coverage: 3.0% of statements
14:57:37 [2023-08-14T14:57:37.284Z] 	github.com/docker/docker/daemon/cluster/executor/container	coverage: 13.0% of statements
14:57:37 [2023-08-14T14:57:37.284Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.463s	coverage: 13.0% of statements
14:57:37 [2023-08-14T14:57:37.284Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
14:57:37 [2023-08-14T14:57:37.284Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
14:57:37 [2023-08-14T14:57:37.284Z] 	github.com/docker/docker/daemon/links	coverage: 93.0% of statements
14:57:37 [2023-08-14T14:57:37.284Z] ok  	github.com/docker/docker/daemon/links	0.007s	coverage: 93.0% of statements
14:57:37 [2023-08-14T14:57:37.284Z] 	github.com/docker/docker/daemon/images	coverage: 3.0% of statements
14:57:37 [2023-08-14T14:57:37.284Z] ok  	github.com/docker/docker/daemon/images	0.038s	coverage: 3.0% of statements
14:57:37 [2023-08-14T14:57:37.540Z] 	github.com/docker/docker/daemon/logger	coverage: 43.2% of statements
14:57:37 [2023-08-14T14:57:37.540Z] ok  	github.com/docker/docker/daemon/logger	0.221s	coverage: 43.2% of statements
14:57:37 [2023-08-14T14:57:37.796Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
14:57:37 [2023-08-14T14:57:37.796Z] 	github.com/docker/docker/daemon/logger/awslogs	coverage: 78.6% of statements
14:57:37 [2023-08-14T14:57:37.796Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.122s	coverage: 78.6% of statements
14:57:37 [2023-08-14T14:57:37.796Z] 	github.com/docker/docker/daemon/logger/fluentd	coverage: 53.6% of statements
14:57:37 [2023-08-14T14:57:37.796Z] ok  	github.com/docker/docker/daemon/logger/fluentd	0.013s	coverage: 53.6% of statements
14:57:38 [2023-08-14T14:57:38.053Z] 	github.com/docker/docker/daemon/logger/gelf	coverage: 68.2% of statements
14:57:38 [2023-08-14T14:57:38.053Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.010s	coverage: 68.2% of statements
14:57:38 [2023-08-14T14:57:38.309Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/fake	[no test files]
14:57:38 [2023-08-14T14:57:38.309Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/sdjournal	[no test files]
14:57:38 [2023-08-14T14:57:38.309Z] 	github.com/docker/docker/daemon/logger/journald/internal/export	coverage: 88.2% of statements
14:57:38 [2023-08-14T14:57:38.309Z] ok  	github.com/docker/docker/daemon/logger/journald/internal/export	0.007s	coverage: 88.2% of statements
14:57:38 [2023-08-14T14:57:38.565Z] 	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	coverage: 87.2% of statements
14:57:38 [2023-08-14T14:57:38.565Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.005s	coverage: 87.2% of statements
14:57:38 [2023-08-14T14:57:38.565Z] 	github.com/docker/docker/daemon/logger/jsonfilelog	coverage: 76.8% of statements
14:57:38 [2023-08-14T14:57:38.565Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.064s	coverage: 76.8% of statements
14:57:38 [2023-08-14T14:57:38.565Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
14:57:38 [2023-08-14T14:57:38.565Z] ?   	github.com/docker/docker/daemon/logger/loggertest	[no test files]
14:57:38 [2023-08-14T14:57:38.822Z] 	github.com/docker/docker/daemon/logger/local	coverage: 79.4% of statements
14:57:38 [2023-08-14T14:57:38.822Z] ok  	github.com/docker/docker/daemon/logger/local	0.057s	coverage: 79.4% of statements
14:57:39 [2023-08-14T14:57:39.078Z] 	github.com/docker/docker/daemon/logger/loggerutils	coverage: 63.5% of statements
14:57:39 [2023-08-14T14:57:39.078Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.019s	coverage: 63.5% of statements
14:57:39 [2023-08-14T14:57:39.335Z] 	github.com/docker/docker/daemon/logger/loggerutils/cache	coverage: 31.5% of statements
14:57:39 [2023-08-14T14:57:39.335Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.039s	coverage: 31.5% of statements
14:57:39 [2023-08-14T14:57:39.335Z] ?   	github.com/docker/docker/daemon/names	[no test files]
14:57:39 [2023-08-14T14:57:39.335Z] 	github.com/docker/docker/daemon/logger/templates	coverage: 8.3% of statements
14:57:39 [2023-08-14T14:57:39.335Z] ok  	github.com/docker/docker/daemon/logger/templates	0.009s	coverage: 8.3% of statements
14:57:39 [2023-08-14T14:57:39.335Z] 	github.com/docker/docker/daemon/logger/syslog	coverage: 46.8% of statements
14:57:39 [2023-08-14T14:57:39.335Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.017s	coverage: 46.8% of statements
14:57:39 [2023-08-14T14:57:39.591Z] ?   	github.com/docker/docker/daemon/snapshotter	[no test files]
14:57:39 [2023-08-14T14:57:39.591Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
14:57:39 [2023-08-14T14:57:39.847Z] 	github.com/docker/docker/daemon/network	coverage: 63.8% of statements
14:57:39 [2023-08-14T14:57:39.847Z] ok  	github.com/docker/docker/daemon/network	0.007s	coverage: 63.8% of statements
14:57:39 [2023-08-14T14:57:39.847Z] 	github.com/docker/docker/daemon/logger/journald	coverage: 74.5% of statements
14:57:39 [2023-08-14T14:57:39.847Z] ok  	github.com/docker/docker/daemon/logger/journald	1.444s	coverage: 74.5% of statements
14:57:40 [2023-08-14T14:57:40.774Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
14:57:40 [2023-08-14T14:57:40.774Z] 	github.com/docker/docker/dockerversion	coverage: 100.0% of statements
14:57:40 [2023-08-14T14:57:40.774Z] ok  	github.com/docker/docker/dockerversion	0.004s	coverage: 100.0% of statements
14:57:40 [2023-08-14T14:57:40.774Z] 	github.com/docker/docker/errdefs	coverage: 77.7% of statements
14:57:40 [2023-08-14T14:57:40.774Z] ok  	github.com/docker/docker/errdefs	0.008s	coverage: 77.7% of statements
14:57:40 [2023-08-14T14:57:40.774Z] 	github.com/docker/docker/distribution/metadata	coverage: 44.4% of statements
14:57:40 [2023-08-14T14:57:40.774Z] ok  	github.com/docker/docker/distribution/metadata	0.027s	coverage: 44.4% of statements
14:57:40 [2023-08-14T14:57:40.774Z] 	github.com/docker/docker/daemon/logger/splunk	coverage: 82.5% of statements
14:57:40 [2023-08-14T14:57:40.774Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.406s	coverage: 82.5% of statements
14:57:41 [2023-08-14T14:57:41.335Z] 	github.com/docker/docker/distribution	coverage: 29.5% of statements
14:57:41 [2023-08-14T14:57:41.335Z] ok  	github.com/docker/docker/distribution	0.611s	coverage: 29.5% of statements
14:57:41 [2023-08-14T14:57:41.335Z] 	github.com/docker/docker/image/cache	coverage: 19.2% of statements
14:57:41 [2023-08-14T14:57:41.335Z] ok  	github.com/docker/docker/image/cache	0.008s	coverage: 19.2% of statements
14:57:41 [2023-08-14T14:57:41.335Z] 	github.com/docker/docker/image	coverage: 86.4% of statements
14:57:41 [2023-08-14T14:57:41.335Z] ok  	github.com/docker/docker/image	0.029s	coverage: 86.4% of statements
14:57:41 [2023-08-14T14:57:41.335Z] ?   	github.com/docker/docker/image/v1	[no test files]
14:57:41 [2023-08-14T14:57:41.335Z] ?   	github.com/docker/docker/internal/mounttree	[no test files]
14:57:41 [2023-08-14T14:57:41.335Z] 	github.com/docker/docker/internal/mod	coverage: 66.7% of statements
14:57:41 [2023-08-14T14:57:41.335Z] ok  	github.com/docker/docker/internal/mod	0.002s	coverage: 66.7% of statements
14:57:41 [2023-08-14T14:57:41.335Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
14:57:41 [2023-08-14T14:57:41.335Z] ?   	github.com/docker/docker/internal/testutils	[no test files]
14:57:41 [2023-08-14T14:57:41.335Z] ?   	github.com/docker/docker/internal/testutils/netnsutils	[no test files]
14:57:41 [2023-08-14T14:57:41.335Z] ?   	github.com/docker/docker/internal/unshare	[no test files]
14:57:41 [2023-08-14T14:57:41.335Z] 	github.com/docker/docker/image/tarexport	coverage: 0.6% of statements
14:57:41 [2023-08-14T14:57:41.335Z] ok  	github.com/docker/docker/image/tarexport	0.009s	coverage: 0.6% of statements
14:57:42 [2023-08-14T14:57:42.700Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
14:57:42 [2023-08-14T14:57:42.700Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
14:57:42 [2023-08-14T14:57:42.700Z] ?   	github.com/docker/docker/libcontainerd/shimopts	[no test files]
14:57:42 [2023-08-14T14:57:42.700Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
14:57:42 [2023-08-14T14:57:42.700Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
14:57:42 [2023-08-14T14:57:42.700Z] 	github.com/docker/docker/libcontainerd/queue	coverage: 100.0% of statements
14:57:42 [2023-08-14T14:57:42.700Z] ok  	github.com/docker/docker/libcontainerd/queue	0.024s	coverage: 100.0% of statements
14:57:42 [2023-08-14T14:57:42.700Z] 	github.com/docker/docker/distribution/xfer	coverage: 85.4% of statements
14:57:42 [2023-08-14T14:57:42.700Z] ok  	github.com/docker/docker/distribution/xfer	2.176s	coverage: 85.4% of statements
14:57:42 [2023-08-14T14:57:42.956Z] ?   	github.com/docker/docker/oci/caps	[no test files]
14:57:42 [2023-08-14T14:57:42.956Z] 	github.com/docker/docker/pkg/aaparser	coverage: 52.9% of statements
14:57:42 [2023-08-14T14:57:42.956Z] ok  	github.com/docker/docker/pkg/aaparser	0.008s	coverage: 52.9% of statements
14:57:42 [2023-08-14T14:57:42.956Z] 	github.com/docker/docker/oci	coverage: 38.1% of statements
14:57:42 [2023-08-14T14:57:42.956Z] ok  	github.com/docker/docker/oci	0.022s	coverage: 38.1% of statements
14:57:42 [2023-08-14T14:57:42.956Z] 	github.com/docker/docker/opts	coverage: 67.9% of statements
14:57:42 [2023-08-14T14:57:42.956Z] ok  	github.com/docker/docker/opts	0.035s	coverage: 67.9% of statements
14:57:43 [2023-08-14T14:57:43.519Z] 	github.com/docker/docker/daemon	coverage: 17.2% of statements
14:57:43 [2023-08-14T14:57:43.519Z] 	github.com/docker/docker/pkg/broadcaster	coverage: 100.0% of statements
14:57:43 [2023-08-14T14:57:43.519Z] 	github.com/docker/docker/pkg/capabilities	coverage: 87.5% of statements
14:57:43 [2023-08-14T14:57:43.519Z] ok  	github.com/docker/docker/pkg/capabilities	0.009s	coverage: 87.5% of statements
14:57:43 [2023-08-14T14:57:43.519Z] ok  	github.com/docker/docker/daemon	10.774s	coverage: 17.2% of statements
14:57:43 [2023-08-14T14:57:43.519Z] ok  	github.com/docker/docker/pkg/broadcaster	0.017s	coverage: 100.0% of statements
14:57:43 [2023-08-14T14:57:43.519Z] 	github.com/docker/docker/pkg/containerfs	coverage: 28.6% of statements
14:57:43 [2023-08-14T14:57:43.519Z] ok  	github.com/docker/docker/pkg/containerfs	0.017s	coverage: 28.6% of statements
14:57:43 [2023-08-14T14:57:43.776Z] 	github.com/docker/docker/pkg/directory	coverage: 81.8% of statements
14:57:43 [2023-08-14T14:57:43.776Z] ok  	github.com/docker/docker/pkg/directory	0.005s	coverage: 81.8% of statements
14:57:43 [2023-08-14T14:57:43.776Z] 	github.com/docker/docker/pkg/dmesg	coverage: 83.3% of statements
14:57:43 [2023-08-14T14:57:43.776Z] ok  	github.com/docker/docker/pkg/dmesg	0.006s	coverage: 83.3% of statements
14:57:43 [2023-08-14T14:57:43.776Z] 	github.com/docker/docker/pkg/fileutils	coverage: 56.4% of statements
14:57:43 [2023-08-14T14:57:43.776Z] ok  	github.com/docker/docker/pkg/fileutils	0.004s	coverage: 56.4% of statements
14:57:43 [2023-08-14T14:57:43.776Z] 	github.com/docker/docker/pkg/chrootarchive	coverage: 83.7% of statements
14:57:43 [2023-08-14T14:57:43.776Z] ok  	github.com/docker/docker/pkg/chrootarchive	0.267s	coverage: 83.7% of statements
14:57:44 [2023-08-14T14:57:44.032Z] 	github.com/docker/docker/pkg/archive	coverage: 82.0% of statements
14:57:44 [2023-08-14T14:57:44.032Z] ok  	github.com/docker/docker/pkg/archive	0.470s	coverage: 82.0% of statements
14:57:44 [2023-08-14T14:57:44.032Z] 	github.com/docker/docker/pkg/authorization	coverage: 68.3% of statements
14:57:44 [2023-08-14T14:57:44.032Z] ok  	github.com/docker/docker/pkg/authorization	0.487s	coverage: 68.3% of statements
14:57:44 [2023-08-14T14:57:44.032Z] 	github.com/docker/docker/pkg/homedir	coverage: 8.3% of statements
14:57:44 [2023-08-14T14:57:44.032Z] ok  	github.com/docker/docker/pkg/homedir	0.035s	coverage: 8.3% of statements
14:57:44 [2023-08-14T14:57:44.288Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
14:57:44 [2023-08-14T14:57:44.288Z] 	github.com/docker/docker/pkg/longpath	coverage: 45.5% of statements
14:57:44 [2023-08-14T14:57:44.288Z] ok  	github.com/docker/docker/pkg/longpath	0.003s	coverage: 45.5% of statements
14:57:44 [2023-08-14T14:57:44.288Z] 	github.com/docker/docker/pkg/jsonmessage	coverage: 92.3% of statements
14:57:44 [2023-08-14T14:57:44.288Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.005s	coverage: 92.3% of statements
14:57:44 [2023-08-14T14:57:44.288Z] 	github.com/docker/docker/pkg/meminfo	coverage: 75.0% of statements
14:57:44 [2023-08-14T14:57:44.288Z] ok  	github.com/docker/docker/pkg/meminfo	0.005s	coverage: 75.0% of statements
14:57:44 [2023-08-14T14:57:44.288Z] 	github.com/docker/docker/pkg/namesgenerator	coverage: 85.7% of statements
14:57:44 [2023-08-14T14:57:44.288Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.002s	coverage: 85.7% of statements
14:57:44 [2023-08-14T14:57:44.545Z] 	github.com/docker/docker/pkg/parsers	coverage: 97.0% of statements
14:57:44 [2023-08-14T14:57:44.545Z] ok  	github.com/docker/docker/pkg/parsers	0.003s	coverage: 97.0% of statements
14:57:44 [2023-08-14T14:57:44.545Z] 	github.com/docker/docker/pkg/parsers/kernel	coverage: 60.0% of statements
14:57:44 [2023-08-14T14:57:44.545Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.002s	coverage: 60.0% of statements
14:57:44 [2023-08-14T14:57:44.545Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
14:57:44 [2023-08-14T14:57:44.545Z] ?   	github.com/docker/docker/pkg/platforms	[no test files]
14:57:44 [2023-08-14T14:57:44.545Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
14:57:44 [2023-08-14T14:57:44.545Z] 	github.com/docker/docker/pkg/pidfile	coverage: 94.1% of statements
14:57:44 [2023-08-14T14:57:44.545Z] 	github.com/docker/docker/pkg/parsers/operatingsystem	coverage: 90.2% of statements
14:57:44 [2023-08-14T14:57:44.545Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.004s	coverage: 90.2% of statements
14:57:44 [2023-08-14T14:57:44.545Z] ok  	github.com/docker/docker/pkg/pidfile	0.006s	coverage: 94.1% of statements
14:57:44 [2023-08-14T14:57:44.545Z] 	github.com/docker/docker/pkg/idtools	coverage: 69.8% of statements
14:57:44 [2023-08-14T14:57:44.545Z] ok  	github.com/docker/docker/pkg/idtools	0.420s	coverage: 69.8% of statements
14:57:44 [2023-08-14T14:57:44.545Z] 	github.com/docker/docker/pkg/ioutils	coverage: 71.4% of statements
14:57:44 [2023-08-14T14:57:44.545Z] ok  	github.com/docker/docker/pkg/ioutils	0.381s	coverage: 71.4% of statements
14:57:45 [2023-08-14T14:57:45.106Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
14:57:45 [2023-08-14T14:57:45.106Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
14:57:45 [2023-08-14T14:57:45.106Z] 	github.com/docker/docker/pkg/pools	coverage: 88.2% of statements
14:57:45 [2023-08-14T14:57:45.106Z] 	github.com/docker/docker/pkg/process	coverage: 21.7% of statements
14:57:45 [2023-08-14T14:57:45.106Z] ok  	github.com/docker/docker/pkg/process	0.004s	coverage: 21.7% of statements
14:57:45 [2023-08-14T14:57:45.106Z] ok  	github.com/docker/docker/pkg/pools	0.005s	coverage: 88.2% of statements
14:57:45 [2023-08-14T14:57:45.106Z] 	github.com/docker/docker/pkg/plugins/pluginrpc-gen	coverage: 56.8% of statements
14:57:45 [2023-08-14T14:57:45.106Z] 	github.com/docker/docker/pkg/plugins/transport	coverage: 90.0% of statements
14:57:45 [2023-08-14T14:57:45.106Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.006s	coverage: 90.0% of statements
14:57:45 [2023-08-14T14:57:45.106Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.006s	coverage: 56.8% of statements
14:57:45 [2023-08-14T14:57:45.362Z] 	github.com/docker/docker/pkg/progress	coverage: 75.9% of statements
14:57:45 [2023-08-14T14:57:45.362Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
14:57:45 [2023-08-14T14:57:45.362Z] ?   	github.com/docker/docker/pkg/rootless	[no test files]
14:57:45 [2023-08-14T14:57:45.362Z] ?   	github.com/docker/docker/pkg/rootless/specconv	[no test files]
14:57:45 [2023-08-14T14:57:45.362Z] 	github.com/docker/docker/pkg/stack	coverage: 90.9% of statements
14:57:45 [2023-08-14T14:57:45.362Z] ok  	github.com/docker/docker/pkg/stack	0.004s	coverage: 90.9% of statements
14:57:45 [2023-08-14T14:57:45.362Z] 	github.com/docker/docker/pkg/stdcopy	coverage: 100.0% of statements
14:57:45 [2023-08-14T14:57:45.362Z] ok  	github.com/docker/docker/pkg/stdcopy	0.012s	coverage: 100.0% of statements
14:57:45 [2023-08-14T14:57:45.362Z] 	github.com/docker/docker/pkg/reexec	coverage: 82.4% of statements
14:57:45 [2023-08-14T14:57:45.362Z] ok  	github.com/docker/docker/pkg/reexec	0.033s	coverage: 82.4% of statements
14:57:45 [2023-08-14T14:57:45.619Z] 	github.com/docker/docker/pkg/stringid	coverage: 61.9% of statements
14:57:45 [2023-08-14T14:57:45.619Z] 	github.com/docker/docker/pkg/streamformatter	coverage: 66.2% of statements
14:57:45 [2023-08-14T14:57:45.619Z] ok  	github.com/docker/docker/pkg/streamformatter	0.004s	coverage: 66.2% of statements
14:57:45 [2023-08-14T14:57:45.619Z] ok  	github.com/docker/docker/pkg/stringid	0.024s	coverage: 61.9% of statements
14:57:45 [2023-08-14T14:57:45.875Z] 	github.com/docker/docker/pkg/useragent	coverage: 88.9% of statements
14:57:45 [2023-08-14T14:57:45.875Z] ok  	github.com/docker/docker/pkg/useragent	0.003s	coverage: 88.9% of statements
14:57:45 [2023-08-14T14:57:45.875Z] 	github.com/docker/docker/pkg/system	coverage: 43.1% of statements
14:57:45 [2023-08-14T14:57:45.875Z] ok  	github.com/docker/docker/pkg/system	0.004s	coverage: 43.1% of statements
14:57:45 [2023-08-14T14:57:45.875Z] 	github.com/docker/docker/pkg/sysinfo	coverage: 53.4% of statements
14:57:45 [2023-08-14T14:57:45.875Z] ok  	github.com/docker/docker/pkg/sysinfo	0.009s	coverage: 53.4% of statements
14:57:45 [2023-08-14T14:57:45.875Z] 	github.com/docker/docker/pkg/tailfile	coverage: 88.6% of statements
14:57:45 [2023-08-14T14:57:45.875Z] ok  	github.com/docker/docker/pkg/tailfile	0.032s	coverage: 88.6% of statements
14:57:46 [2023-08-14T14:57:46.131Z] 	github.com/docker/docker/pkg/tarsum	coverage: 89.1% of statements
14:57:46 [2023-08-14T14:57:46.131Z] ok  	github.com/docker/docker/pkg/tarsum	0.073s	coverage: 89.1% of statements
14:57:46 [2023-08-14T14:57:46.693Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
14:57:46 [2023-08-14T14:57:46.693Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
14:57:46 [2023-08-14T14:57:46.693Z] 	github.com/docker/docker/plugin/v2	coverage: 14.4% of statements
14:57:46 [2023-08-14T14:57:46.693Z] ok  	github.com/docker/docker/plugin/v2	0.005s	coverage: 14.4% of statements
14:57:46 [2023-08-14T14:57:46.693Z] 	github.com/docker/docker/profiles/seccomp	coverage: 86.0% of statements
14:57:46 [2023-08-14T14:57:46.693Z] ok  	github.com/docker/docker/profiles/seccomp	0.015s	coverage: 86.0% of statements
14:57:47 [2023-08-14T14:57:47.255Z] 	github.com/docker/docker/reference	coverage: 83.7% of statements
14:57:47 [2023-08-14T14:57:47.255Z] ok  	github.com/docker/docker/reference	0.008s	coverage: 83.7% of statements
14:57:47 [2023-08-14T14:57:47.255Z] 	github.com/docker/docker/pkg/plugins	coverage: 74.9% of statements
14:57:47 [2023-08-14T14:57:47.255Z] ok  	github.com/docker/docker/pkg/plugins	2.013s	coverage: 74.9% of statements
14:57:47 [2023-08-14T14:57:47.255Z] 	github.com/docker/docker/quota	coverage: 69.2% of statements
14:57:47 [2023-08-14T14:57:47.255Z] ok  	github.com/docker/docker/quota	0.279s	coverage: 69.2% of statements
14:57:47 [2023-08-14T14:57:47.255Z] 	github.com/docker/docker/plugin	coverage: 23.3% of statements
14:57:47 [2023-08-14T14:57:47.255Z] ok  	github.com/docker/docker/plugin	0.520s	coverage: 23.3% of statements
14:57:47 [2023-08-14T14:57:47.512Z] 	github.com/docker/docker/restartmanager	coverage: 46.2% of statements
14:57:47 [2023-08-14T14:57:47.512Z] ok  	github.com/docker/docker/restartmanager	0.004s	coverage: 46.2% of statements
14:57:47 [2023-08-14T14:57:47.512Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
14:57:47 [2023-08-14T14:57:47.512Z] 	github.com/docker/docker/registry/resumable	coverage: 100.0% of statements
14:57:47 [2023-08-14T14:57:47.512Z] ok  	github.com/docker/docker/registry/resumable	0.027s	coverage: 100.0% of statements
14:57:47 [2023-08-14T14:57:47.512Z] 	github.com/docker/docker/testutil	coverage: 62.5% of statements
14:57:47 [2023-08-14T14:57:47.512Z] ok  	github.com/docker/docker/testutil	0.005s	coverage: 62.5% of statements
14:57:47 [2023-08-14T14:57:47.512Z] 	github.com/docker/docker/runconfig	coverage: 63.6% of statements
14:57:47 [2023-08-14T14:57:47.512Z] ok  	github.com/docker/docker/runconfig	0.010s	coverage: 63.6% of statements
14:57:47 [2023-08-14T14:57:47.767Z] 	github.com/docker/docker/registry	coverage: 65.2% of statements
14:57:47 [2023-08-14T14:57:47.767Z] ok  	github.com/docker/docker/registry	0.113s	coverage: 65.2% of statements
14:57:48 [2023-08-14T14:57:48.024Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
14:57:48 [2023-08-14T14:57:48.024Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
14:57:48 [2023-08-14T14:57:48.024Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
14:57:48 [2023-08-14T14:57:48.024Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
14:57:48 [2023-08-14T14:57:48.024Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
14:57:48 [2023-08-14T14:57:48.024Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
14:57:48 [2023-08-14T14:57:48.024Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
14:57:48 [2023-08-14T14:57:48.024Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
14:57:48 [2023-08-14T14:57:48.024Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
14:57:48 [2023-08-14T14:57:48.024Z] ?   	github.com/docker/docker/testutil/request	[no test files]
14:57:48 [2023-08-14T14:57:48.024Z] ?   	github.com/docker/docker/volume	[no test files]
14:57:48 [2023-08-14T14:57:48.585Z] 	github.com/docker/docker/volume/drivers	coverage: 36.1% of statements
14:57:48 [2023-08-14T14:57:48.585Z] ok  	github.com/docker/docker/volume/drivers	0.011s	coverage: 36.1% of statements
14:57:48 [2023-08-14T14:57:48.585Z] 	github.com/docker/docker/volume/mounts	coverage: 65.7% of statements
14:57:48 [2023-08-14T14:57:48.585Z] ok  	github.com/docker/docker/volume/mounts	0.009s	coverage: 65.7% of statements
14:57:48 [2023-08-14T14:57:48.585Z] 	github.com/docker/docker/volume/local	coverage: 74.4% of statements
14:57:48 [2023-08-14T14:57:48.585Z] ok  	github.com/docker/docker/volume/local	0.079s	coverage: 74.4% of statements
14:57:49 [2023-08-14T14:57:49.146Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
14:57:49 [2023-08-14T14:57:49.146Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
14:57:49 [2023-08-14T14:57:49.146Z] 	github.com/docker/docker/volume/service	coverage: 71.8% of statements
14:57:49 [2023-08-14T14:57:49.146Z] ok  	github.com/docker/docker/volume/service	0.012s	coverage: 71.8% of statements
14:57:50 [2023-08-14T14:57:50.073Z] 	github.com/docker/docker/layer	coverage: 68.7% of statements
14:57:50 [2023-08-14T14:57:50.073Z] ok  	github.com/docker/docker/layer	7.686s	coverage: 68.7% of statements
14:57:50 [2023-08-14T14:57:50.329Z] 
14:57:50 [2023-08-14T14:57:50.329Z] === Skipped
14:57:50 [2023-08-14T14:57:50.329Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s)
14:57:50 [2023-08-14T14:57:50.329Z]     network_proxy_test.go:195: Need to start CI docker with --ipv6
14:57:50 [2023-08-14T14:57:50.329Z] 
14:57:50 [2023-08-14T14:57:50.329Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s)
14:57:50 [2023-08-14T14:57:50.329Z]     network_proxy_test.go:210: No support for dual stack yet
14:57:50 [2023-08-14T14:57:50.329Z] 
14:57:50 [2023-08-14T14:57:50.329Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s)
14:57:50 [2023-08-14T14:57:50.329Z]     network_proxy_test.go:239: Need to start CI docker with --ipv6
14:57:50 [2023-08-14T14:57:50.329Z] 
14:57:50 [2023-08-14T14:57:50.329Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s)
14:57:50 [2023-08-14T14:57:50.329Z]     network_proxy_test.go:300: Need to start CI docker with --ipv6
14:57:50 [2023-08-14T14:57:50.329Z] 
14:57:50 [2023-08-14T14:57:50.329Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
14:57:50 [2023-08-14T14:57:50.329Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:57:50 [2023-08-14T14:57:50.329Z]     graphtest_unix.go:41: Driver btrfs not supported
14:57:50 [2023-08-14T14:57:50.329Z] 
14:57:50 [2023-08-14T14:57:50.329Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
14:57:50 [2023-08-14T14:57:50.329Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:57:50 [2023-08-14T14:57:50.329Z]     graphtest_unix.go:41: Driver btrfs not supported
14:57:50 [2023-08-14T14:57:50.329Z] 
14:57:50 [2023-08-14T14:57:50.329Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
14:57:50 [2023-08-14T14:57:50.329Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:57:50 [2023-08-14T14:57:50.329Z]     graphtest_unix.go:41: Driver btrfs not supported
14:57:50 [2023-08-14T14:57:50.329Z] 
14:57:50 [2023-08-14T14:57:50.329Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
14:57:50 [2023-08-14T14:57:50.329Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:57:50 [2023-08-14T14:57:50.329Z]     graphtest_unix.go:41: Driver btrfs not supported
14:57:50 [2023-08-14T14:57:50.329Z] 
14:57:50 [2023-08-14T14:57:50.329Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
14:57:50 [2023-08-14T14:57:50.329Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:57:50 [2023-08-14T14:57:50.329Z]     graphtest_unix.go:41: Driver btrfs not supported
14:57:50 [2023-08-14T14:57:50.329Z] 
14:57:50 [2023-08-14T14:57:50.329Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
14:57:50 [2023-08-14T14:57:50.329Z]     graphtest_unix.go:68: No driver to put!
14:57:50 [2023-08-14T14:57:50.329Z] 
14:57:50 [2023-08-14T14:57:50.329Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
14:57:50 [2023-08-14T14:57:50.329Z] time="2023-08-14T14:57:35Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
14:57:50 [2023-08-14T14:57:50.329Z]     graphtest_unix.go:39: graphdriver: driver not supported
14:57:50 [2023-08-14T14:57:50.329Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
14:57:50 [2023-08-14T14:57:50.329Z] 
14:57:50 [2023-08-14T14:57:50.329Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
14:57:50 [2023-08-14T14:57:50.329Z] time="2023-08-14T14:57:35Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
14:57:50 [2023-08-14T14:57:50.329Z]     graphtest_unix.go:39: graphdriver: driver not supported
14:57:50 [2023-08-14T14:57:50.329Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
14:57:50 [2023-08-14T14:57:50.329Z] 
14:57:50 [2023-08-14T14:57:50.329Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
14:57:50 [2023-08-14T14:57:50.329Z] time="2023-08-14T14:57:35Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
14:57:50 [2023-08-14T14:57:50.329Z]     graphtest_unix.go:39: graphdriver: driver not supported
14:57:50 [2023-08-14T14:57:50.329Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
14:57:50 [2023-08-14T14:57:50.329Z] 
14:57:50 [2023-08-14T14:57:50.329Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
14:57:50 [2023-08-14T14:57:50.329Z] time="2023-08-14T14:57:35Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
14:57:50 [2023-08-14T14:57:50.329Z]     graphtest_unix.go:39: graphdriver: driver not supported
14:57:50 [2023-08-14T14:57:50.329Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
14:57:50 [2023-08-14T14:57:50.329Z] 
14:57:50 [2023-08-14T14:57:50.329Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
14:57:50 [2023-08-14T14:57:50.329Z] time="2023-08-14T14:57:35Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
14:57:50 [2023-08-14T14:57:50.329Z]     graphtest_unix.go:39: graphdriver: driver not supported
14:57:50 [2023-08-14T14:57:50.329Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
14:57:50 [2023-08-14T14:57:50.329Z] 
14:57:50 [2023-08-14T14:57:50.329Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
14:57:50 [2023-08-14T14:57:50.329Z]     graphtest_unix.go:68: No driver to put!
14:57:50 [2023-08-14T14:57:50.329Z] 
14:57:50 [2023-08-14T14:57:50.329Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
14:57:50 [2023-08-14T14:57:50.329Z]     overlay_test.go:61: Cannot run test with naive change algorithm
14:57:50 [2023-08-14T14:57:50.329Z] 
14:57:50 [2023-08-14T14:57:50.329Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
14:57:50 [2023-08-14T14:57:50.329Z]     graphtest_unix.go:311: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
14:57:50 [2023-08-14T14:57:50.329Z] 
14:57:50 [2023-08-14T14:57:50.329Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
14:57:50 [2023-08-14T14:57:50.329Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:57:50 [2023-08-14T14:57:50.329Z]     graphtest_unix.go:41: Driver zfs not supported
14:57:50 [2023-08-14T14:57:50.329Z] 
14:57:50 [2023-08-14T14:57:50.329Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
14:57:50 [2023-08-14T14:57:50.329Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:57:50 [2023-08-14T14:57:50.329Z]     graphtest_unix.go:41: Driver zfs not supported
14:57:50 [2023-08-14T14:57:50.329Z] 
14:57:50 [2023-08-14T14:57:50.329Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
14:57:50 [2023-08-14T14:57:50.329Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:57:50 [2023-08-14T14:57:50.329Z]     graphtest_unix.go:41: Driver zfs not supported
14:57:50 [2023-08-14T14:57:50.329Z] 
14:57:50 [2023-08-14T14:57:50.329Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
14:57:50 [2023-08-14T14:57:50.329Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:57:50 [2023-08-14T14:57:50.329Z]     graphtest_unix.go:41: Driver zfs not supported
14:57:50 [2023-08-14T14:57:50.329Z] 
14:57:50 [2023-08-14T14:57:50.329Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
14:57:50 [2023-08-14T14:57:50.329Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:57:50 [2023-08-14T14:57:50.329Z]     graphtest_unix.go:41: Driver zfs not supported
14:57:50 [2023-08-14T14:57:50.329Z] 
14:57:50 [2023-08-14T14:57:50.329Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
14:57:50 [2023-08-14T14:57:50.329Z]     graphtest_unix.go:68: No driver to put!
14:57:50 [2023-08-14T14:57:50.329Z] 
14:57:50 [2023-08-14T14:57:50.329Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
14:57:50 [2023-08-14T14:57:50.329Z]     sysinfo_linux_test.go:86: AppArmor Must be Disabled
14:57:50 [2023-08-14T14:57:50.329Z] 
14:57:50 [2023-08-14T14:57:50.329Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
14:57:50 [2023-08-14T14:57:50.329Z]     sysinfo_linux_test.go:106: cgroup namespaces must be disabled
14:57:50 [2023-08-14T14:57:50.329Z] 
14:57:50 [2023-08-14T14:57:50.329Z] === SKIP: volume/mounts TestValidateLCOWMount (0.00s)
14:57:50 [2023-08-14T14:57:50.329Z]     validate_test.go:70: only tested on Windows
14:57:50 [2023-08-14T14:57:50.329Z] 
14:57:50 [2023-08-14T14:57:50.329Z] DONE 3102 tests, 27 skipped in 61.713s
14:57:50 [2023-08-14T14:57:50.329Z] + '[' -n 'github.com/docker/docker/libnetwork
14:57:50 [2023-08-14T14:57:50.329Z] github.com/docker/docker/libnetwork/bitmap
14:57:50 [2023-08-14T14:57:50.329Z] github.com/docker/docker/libnetwork/cluster
14:57:50 [2023-08-14T14:57:50.329Z] github.com/docker/docker/libnetwork/cmd/diagnostic
14:57:50 [2023-08-14T14:57:50.329Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
14:57:50 [2023-08-14T14:57:50.329Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
14:57:50 [2023-08-14T14:57:50.329Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
14:57:50 [2023-08-14T14:57:50.329Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
14:57:50 [2023-08-14T14:57:50.329Z] github.com/docker/docker/libnetwork/cmd/readme_test
14:57:50 [2023-08-14T14:57:50.329Z] github.com/docker/docker/libnetwork/config
14:57:50 [2023-08-14T14:57:50.329Z] github.com/docker/docker/libnetwork/datastore
14:57:50 [2023-08-14T14:57:50.329Z] github.com/docker/docker/libnetwork/diagnostic
14:57:50 [2023-08-14T14:57:50.329Z] github.com/docker/docker/libnetwork/discoverapi
14:57:50 [2023-08-14T14:57:50.329Z] github.com/docker/docker/libnetwork/driverapi
14:57:50 [2023-08-14T14:57:50.329Z] github.com/docker/docker/libnetwork/drivers/bridge
14:57:50 [2023-08-14T14:57:50.329Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
14:57:50 [2023-08-14T14:57:50.329Z] github.com/docker/docker/libnetwork/drivers/host
14:57:50 [2023-08-14T14:57:50.329Z] github.com/docker/docker/libnetwork/drivers/ipvlan
14:57:50 [2023-08-14T14:57:50.329Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
14:57:50 [2023-08-14T14:57:50.329Z] github.com/docker/docker/libnetwork/drivers/macvlan
14:57:50 [2023-08-14T14:57:50.329Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
14:57:50 [2023-08-14T14:57:50.329Z] github.com/docker/docker/libnetwork/drivers/null
14:57:50 [2023-08-14T14:57:50.329Z] github.com/docker/docker/libnetwork/drivers/overlay
14:57:50 [2023-08-14T14:57:50.329Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
14:57:50 [2023-08-14T14:57:50.329Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
14:57:50 [2023-08-14T14:57:50.329Z] github.com/docker/docker/libnetwork/drivers/remote
14:57:50 [2023-08-14T14:57:50.329Z] github.com/docker/docker/libnetwork/drivers/remote/api
14:57:50 [2023-08-14T14:57:50.329Z] github.com/docker/docker/libnetwork/drivers/windows
14:57:50 [2023-08-14T14:57:50.329Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
14:57:50 [2023-08-14T14:57:50.329Z] github.com/docker/docker/libnetwork/drvregistry
14:57:50 [2023-08-14T14:57:50.329Z] github.com/docker/docker/libnetwork/etchosts
14:57:50 [2023-08-14T14:57:50.329Z] github.com/docker/docker/libnetwork/internal/caller
14:57:50 [2023-08-14T14:57:50.330Z] github.com/docker/docker/libnetwork/internal/kvstore
14:57:50 [2023-08-14T14:57:50.330Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
14:57:50 [2023-08-14T14:57:50.330Z] github.com/docker/docker/libnetwork/internal/setmatrix
14:57:50 [2023-08-14T14:57:50.330Z] github.com/docker/docker/libnetwork/ipam
14:57:50 [2023-08-14T14:57:50.330Z] github.com/docker/docker/libnetwork/ipamapi
14:57:50 [2023-08-14T14:57:50.330Z] github.com/docker/docker/libnetwork/ipams/builtin
14:57:50 [2023-08-14T14:57:50.330Z] github.com/docker/docker/libnetwork/ipams/null
14:57:50 [2023-08-14T14:57:50.330Z] github.com/docker/docker/libnetwork/ipams/remote
14:57:50 [2023-08-14T14:57:50.330Z] github.com/docker/docker/libnetwork/ipams/remote/api
14:57:50 [2023-08-14T14:57:50.330Z] github.com/docker/docker/libnetwork/ipams/windowsipam
14:57:50 [2023-08-14T14:57:50.330Z] github.com/docker/docker/libnetwork/ipamutils
14:57:50 [2023-08-14T14:57:50.330Z] github.com/docker/docker/libnetwork/ipbits
14:57:50 [2023-08-14T14:57:50.330Z] github.com/docker/docker/libnetwork/iptables
14:57:50 [2023-08-14T14:57:50.330Z] github.com/docker/docker/libnetwork/netlabel
14:57:50 [2023-08-14T14:57:50.330Z] github.com/docker/docker/libnetwork/netutils
14:57:50 [2023-08-14T14:57:50.330Z] github.com/docker/docker/libnetwork/networkdb
14:57:50 [2023-08-14T14:57:50.330Z] github.com/docker/docker/libnetwork/ns
14:57:50 [2023-08-14T14:57:50.330Z] github.com/docker/docker/libnetwork/options
14:57:50 [2023-08-14T14:57:50.330Z] github.com/docker/docker/libnetwork/osl
14:57:50 [2023-08-14T14:57:50.330Z] github.com/docker/docker/libnetwork/osl/kernel
14:57:50 [2023-08-14T14:57:50.330Z] github.com/docker/docker/libnetwork/portallocator
14:57:50 [2023-08-14T14:57:50.330Z] github.com/docker/docker/libnetwork/portmapper
14:57:50 [2023-08-14T14:57:50.330Z] github.com/docker/docker/libnetwork/resolvconf
14:57:50 [2023-08-14T14:57:50.330Z] github.com/docker/docker/libnetwork/scope
14:57:50 [2023-08-14T14:57:50.330Z] github.com/docker/docker/libnetwork/types' ']'
14:57:50 [2023-08-14T14:57:50.330Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo libdm_no_deferred_remove 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/cmd/readme_test 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/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
14:58:46 [2023-08-14T14:58:46.494Z] 	github.com/docker/docker/libnetwork	coverage: 43.0% of statements
14:58:46 [2023-08-14T14:58:46.494Z] ok  	github.com/docker/docker/libnetwork	44.728s	coverage: 43.0% of statements
14:58:46 [2023-08-14T14:58:46.494Z] 	github.com/docker/docker/libnetwork/bitmap	coverage: 96.1% of statements
14:58:46 [2023-08-14T14:58:46.494Z] ok  	github.com/docker/docker/libnetwork/bitmap	0.006s	coverage: 96.1% of statements
14:58:46 [2023-08-14T14:58:46.494Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
14:58:46 [2023-08-14T14:58:46.494Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
14:58:46 [2023-08-14T14:58:46.494Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
14:58:46 [2023-08-14T14:58:46.494Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
14:58:46 [2023-08-14T14:58:46.494Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
14:58:46 [2023-08-14T14:58:46.494Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
14:58:46 [2023-08-14T14:58:46.494Z] ?   	github.com/docker/docker/libnetwork/cmd/readme_test	[no test files]
14:58:46 [2023-08-14T14:58:46.494Z] 	github.com/docker/docker/libnetwork/config	coverage: 10.5% of statements
14:58:46 [2023-08-14T14:58:46.494Z] ok  	github.com/docker/docker/libnetwork/config	0.012s	coverage: 10.5% of statements
14:58:46 [2023-08-14T14:58:46.494Z] 	github.com/docker/docker/libnetwork/datastore	coverage: 16.2% of statements
14:58:46 [2023-08-14T14:58:46.494Z] ok  	github.com/docker/docker/libnetwork/datastore	0.004s	coverage: 16.2% of statements
14:58:46 [2023-08-14T14:58:46.494Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
14:58:46 [2023-08-14T14:58:46.494Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
14:58:46 [2023-08-14T14:58:46.494Z] 	github.com/docker/docker/libnetwork/driverapi	coverage: 68.9% of statements
14:58:46 [2023-08-14T14:58:46.494Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.002s	coverage: 68.9% of statements
14:58:46 [2023-08-14T14:58:46.494Z] 	github.com/docker/docker/libnetwork/drivers/bridge	coverage: 62.2% of statements
14:58:46 [2023-08-14T14:58:46.494Z] ok  	github.com/docker/docker/libnetwork/drivers/bridge	1.936s	coverage: 62.2% of statements
14:58:46 [2023-08-14T14:58:46.494Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
14:58:46 [2023-08-14T14:58:46.494Z] 	github.com/docker/docker/libnetwork/drivers/host	coverage: 40.0% of statements
14:58:46 [2023-08-14T14:58:46.494Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.002s	coverage: 40.0% of statements
14:58:46 [2023-08-14T14:58:46.494Z] 	github.com/docker/docker/libnetwork/drivers/ipvlan	coverage: 5.0% of statements
14:58:46 [2023-08-14T14:58:46.494Z] ok  	github.com/docker/docker/libnetwork/drivers/ipvlan	0.839s	coverage: 5.0% of statements
14:58:46 [2023-08-14T14:58:46.494Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
14:58:46 [2023-08-14T14:58:46.494Z] 	github.com/docker/docker/libnetwork/drivers/macvlan	coverage: 4.6% of statements
14:58:46 [2023-08-14T14:58:46.494Z] ok  	github.com/docker/docker/libnetwork/drivers/macvlan	0.004s	coverage: 4.6% of statements
14:58:46 [2023-08-14T14:58:46.494Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
14:58:46 [2023-08-14T14:58:46.494Z] 	github.com/docker/docker/libnetwork/drivers/null	coverage: 40.0% of statements
14:58:46 [2023-08-14T14:58:46.494Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.002s	coverage: 40.0% of statements
14:58:47 [2023-08-14T14:58:47.421Z] 	github.com/docker/docker/libnetwork/drivers/overlay	coverage: 1.4% of statements
14:58:47 [2023-08-14T14:58:47.421Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay	0.010s	coverage: 1.4% of statements
14:58:47 [2023-08-14T14:58:47.676Z] 	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	coverage: 45.0% of statements
14:58:47 [2023-08-14T14:58:47.676Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	0.004s	coverage: 45.0% of statements
14:58:47 [2023-08-14T14:58:47.932Z] 	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	coverage: 62.7% of statements
14:58:47 [2023-08-14T14:58:47.932Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.003s	coverage: 62.7% of statements
14:58:48 [2023-08-14T14:58:48.494Z] 	github.com/docker/docker/libnetwork/drivers/remote	coverage: 57.5% of statements
14:58:48 [2023-08-14T14:58:48.494Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.012s	coverage: 57.5% of statements
14:58:48 [2023-08-14T14:58:48.494Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
14:58:48 [2023-08-14T14:58:48.494Z] ?   	github.com/docker/docker/libnetwork/drivers/windows	[no test files]
14:58:48 [2023-08-14T14:58:48.494Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
14:58:49 [2023-08-14T14:58:49.056Z] 	github.com/docker/docker/libnetwork/drvregistry	coverage: 87.0% of statements
14:58:49 [2023-08-14T14:58:49.056Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.020s	coverage: 87.0% of statements
14:58:49 [2023-08-14T14:58:49.311Z] 	github.com/docker/docker/libnetwork/etchosts	coverage: 81.0% of statements
14:58:49 [2023-08-14T14:58:49.311Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.017s	coverage: 81.0% of statements
14:58:49 [2023-08-14T14:58:49.311Z] 	github.com/docker/docker/libnetwork/internal/caller	coverage: 100.0% of statements
14:58:49 [2023-08-14T14:58:49.311Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.002s	coverage: 100.0% of statements
14:58:49 [2023-08-14T14:58:49.311Z] ?   	github.com/docker/docker/libnetwork/internal/kvstore	[no test files]
14:58:49 [2023-08-14T14:58:49.311Z] ?   	github.com/docker/docker/libnetwork/internal/kvstore/boltdb	[no test files]
14:59:01 [2023-08-14T14:59:01.478Z] 	github.com/docker/docker/libnetwork/internal/setmatrix	coverage: 100.0% of statements
14:59:01 [2023-08-14T14:59:01.478Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.003s	coverage: 100.0% of statements
14:59:03 [2023-08-14T14:59:03.371Z] 	github.com/docker/docker/libnetwork/ipam	coverage: 80.2% of statements
14:59:03 [2023-08-14T14:59:03.371Z] ok  	github.com/docker/docker/libnetwork/ipam	3.305s	coverage: 80.2% of statements
14:59:03 [2023-08-14T14:59:03.371Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
14:59:03 [2023-08-14T14:59:03.371Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
14:59:03 [2023-08-14T14:59:03.627Z] 	github.com/docker/docker/libnetwork/ipams/null	coverage: 63.2% of statements
14:59:03 [2023-08-14T14:59:03.627Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.002s	coverage: 63.2% of statements
14:59:03 [2023-08-14T14:59:03.883Z] 	github.com/docker/docker/libnetwork/ipams/remote	coverage: 48.7% of statements
14:59:03 [2023-08-14T14:59:03.883Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.008s	coverage: 48.7% of statements
14:59:03 [2023-08-14T14:59:03.883Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
14:59:04 [2023-08-14T14:59:04.138Z] 	github.com/docker/docker/libnetwork/ipams/windowsipam	coverage: 80.0% of statements
14:59:04 [2023-08-14T14:59:04.138Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.002s	coverage: 80.0% of statements
14:59:04 [2023-08-14T14:59:04.699Z] 	github.com/docker/docker/libnetwork/ipamutils	coverage: 86.4% of statements
14:59:04 [2023-08-14T14:59:04.699Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.283s	coverage: 86.4% of statements
14:59:04 [2023-08-14T14:59:04.954Z] 	github.com/docker/docker/libnetwork/ipbits	coverage: 100.0% of statements
14:59:04 [2023-08-14T14:59:04.954Z] ok  	github.com/docker/docker/libnetwork/ipbits	0.002s	coverage: 100.0% of statements
14:59:05 [2023-08-14T14:59:05.516Z] 	github.com/docker/docker/libnetwork/iptables	coverage: 40.1% of statements
14:59:05 [2023-08-14T14:59:05.516Z] ok  	github.com/docker/docker/libnetwork/iptables	0.224s	coverage: 40.1% of statements
14:59:05 [2023-08-14T14:59:05.516Z] ?   	github.com/docker/docker/libnetwork/netlabel	[no test files]
14:59:05 [2023-08-14T14:59:05.771Z] 	github.com/docker/docker/libnetwork/netutils	coverage: 54.9% of statements
14:59:05 [2023-08-14T14:59:05.771Z] ok  	github.com/docker/docker/libnetwork/netutils	0.015s	coverage: 54.9% of statements
15:00:57 [2023-08-14T15:00:57.149Z] time="2023-08-14T15:00:52Z" level=warning msg="memberlist: Failed to send ack: write udp [::]:10037->172.17.0.2:10036: use of closed network connection from=172.17.0.2:10036"
15:00:57 [2023-08-14T15:00:57.149Z] 	github.com/docker/docker/libnetwork/networkdb	coverage: 59.1% of statements
15:00:57 [2023-08-14T15:00:57.149Z] ok  	github.com/docker/docker/libnetwork/networkdb	105.263s	coverage: 59.1% of statements
15:00:57 [2023-08-14T15:00:57.149Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
15:00:57 [2023-08-14T15:00:57.149Z] 	github.com/docker/docker/libnetwork/options	coverage: 100.0% of statements
15:00:57 [2023-08-14T15:00:57.149Z] ok  	github.com/docker/docker/libnetwork/options	0.002s	coverage: 100.0% of statements
15:00:57 [2023-08-14T15:00:57.405Z] 	github.com/docker/docker/libnetwork/osl	coverage: 39.7% of statements
15:00:57 [2023-08-14T15:00:57.405Z] ok  	github.com/docker/docker/libnetwork/osl	4.435s	coverage: 39.7% of statements
15:00:57 [2023-08-14T15:00:57.660Z] 	github.com/docker/docker/libnetwork/osl/kernel	coverage: 20.0% of statements
15:00:57 [2023-08-14T15:00:57.661Z] ok  	github.com/docker/docker/libnetwork/osl/kernel	0.003s	coverage: 20.0% of statements
15:00:57 [2023-08-14T15:00:57.916Z] 	github.com/docker/docker/libnetwork/portallocator	coverage: 80.7% of statements
15:00:57 [2023-08-14T15:00:57.916Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.016s	coverage: 80.7% of statements
15:00:59 [2023-08-14T15:00:59.281Z] 	github.com/docker/docker/libnetwork/portmapper	coverage: 46.3% of statements
15:00:59 [2023-08-14T15:00:59.281Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.650s	coverage: 46.3% of statements
15:00:59 [2023-08-14T15:00:59.281Z] 	github.com/docker/docker/libnetwork/resolvconf	coverage: 84.9% of statements
15:00:59 [2023-08-14T15:00:59.281Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.003s	coverage: 84.9% of statements
15:00:59 [2023-08-14T15:00:59.281Z] ?   	github.com/docker/docker/libnetwork/scope	[no test files]
15:00:59 [2023-08-14T15:00:59.537Z] 	github.com/docker/docker/libnetwork/types	coverage: 42.2% of statements
15:00:59 [2023-08-14T15:00:59.537Z] ok  	github.com/docker/docker/libnetwork/types	0.003s	coverage: 42.2% of statements
15:00:59 [2023-08-14T15:00:59.537Z] 
15:00:59 [2023-08-14T15:00:59.537Z] === Skipped
15:00:59 [2023-08-14T15:00:59.537Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s)
15:00:59 [2023-08-14T15:00:59.537Z]     firewalld_test.go:14: firewalld is not running
15:00:59 [2023-08-14T15:00:59.537Z] 
15:00:59 [2023-08-14T15:00:59.537Z] === SKIP: libnetwork/iptables TestPassthrough (0.00s)
15:00:59 [2023-08-14T15:00:59.537Z]     firewalld_test.go:75: firewalld is not running
15:00:59 [2023-08-14T15:00:59.537Z] 
15:00:59 [2023-08-14T15:00:59.537Z] DONE 340 tests, 2 skipped in 189.207s
Post stage
[Pipeline] junit
15:01:00 [2023-08-14T15:01:00.475Z] Recording test results
15:01:00 [2023-08-14T15:01:00.573Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
15:01:00 [2023-08-14T15:01:00.953Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-46224/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=59aa3dce8a3abc9d6eb29df7c76b4484e8758234 -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_INTEGRATION_USE_SNAPSHOTTER -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:59aa3dce8a3abc9d6eb29df7c76b4484e8758234 hack/make.sh dynbinary test-integration
15:01:01 [2023-08-14T15:01:01.209Z] 
15:01:01 [2023-08-14T15:01:01.209Z] Removing bundles/
15:01:01 [2023-08-14T15:01:01.209Z] 
15:01:01 [2023-08-14T15:01:01.209Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
15:01:01 [2023-08-14T15:01:01.209Z] Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
15:01:01 [2023-08-14T15:01:01.209Z] + tee /go/src/github.com/docker/docker/go.mod
15:01:01 [2023-08-14T15:01:01.209Z] module github.com/docker/docker
15:01:01 [2023-08-14T15:01:01.209Z] 
15:01:01 [2023-08-14T15:01:01.209Z] go 1.19
15:01:01 [2023-08-14T15:01:01.209Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT
15:01:01 [2023-08-14T15:01:01.209Z] + GO111MODULE=on
15:01:01 [2023-08-14T15:01:01.209Z] + 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=59aa3dce8a3abc9d6eb29df7c76b4484e8758234" -X "github.com/docker/docker/dockerversion.BuildTime=2023-08-14T15:01:01.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=" -X "github.com/docker/docker/dockerversion.ProductName=" -X "github.com/docker/docker/dockerversion.DefaultProductLicense="   ' github.com/docker/docker/cmd/dockerd
15:01:39 [2023-08-14T15:01:39.961Z] + rm -f /go/src/github.com/docker/docker/go.mod
15:01:39 [2023-08-14T15:01:39.961Z] Created binary: bundles/dynbinary-daemon/dockerd
15:01:39 [2023-08-14T15:01:39.961Z] Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
15:01:39 [2023-08-14T15:01:39.961Z] + tee /go/src/github.com/docker/docker/go.mod
15:01:39 [2023-08-14T15:01:39.961Z] module github.com/docker/docker
15:01:39 [2023-08-14T15:01:39.961Z] 
15:01:39 [2023-08-14T15:01:39.961Z] go 1.19
15:01:39 [2023-08-14T15:01:39.961Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT
15:01:39 [2023-08-14T15:01:39.961Z] + GO111MODULE=on
15:01:39 [2023-08-14T15:01:39.961Z] + 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=59aa3dce8a3abc9d6eb29df7c76b4484e8758234" -X "github.com/docker/docker/dockerversion.BuildTime=2023-08-14T15:01:01.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=" -X "github.com/docker/docker/dockerversion.ProductName=" -X "github.com/docker/docker/dockerversion.DefaultProductLicense="   ' github.com/docker/docker/cmd/docker-proxy
15:01:39 [2023-08-14T15:01:39.961Z] + rm -f /go/src/github.com/docker/docker/go.mod
15:01:39 [2023-08-14T15:01:39.961Z] Created binary: bundles/dynbinary-daemon/docker-proxy
15:01:39 [2023-08-14T15:01:39.961Z] 
15:01:39 [2023-08-14T15:01:39.961Z] ---> Making bundle: test-integration (in bundles/test-integration)
15:01:39 [2023-08-14T15:01:39.961Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
15:01:39 [2023-08-14T15:01:39.961Z] HOSTNAME=cbbb14a1d24f
15:01:39 [2023-08-14T15:01:39.961Z] TESTDEBUG=0
15:01:39 [2023-08-14T15:01:39.961Z] DEST=bundles/test-integration
15:01:39 [2023-08-14T15:01:39.961Z] PWD=/go/src/github.com/docker/docker
15:01:39 [2023-08-14T15:01:39.961Z] CONTAINERD_ADDRESS=/run/docker/containerd/containerd.sock
15:01:39 [2023-08-14T15:01:39.961Z] DOCKER_GITCOMMIT=59aa3dce8a3abc9d6eb29df7c76b4484e8758234
15:01:39 [2023-08-14T15:01:39.961Z] container=docker
15:01:39 [2023-08-14T15:01:39.961Z] HOME=/root
15:01:39 [2023-08-14T15:01:39.961Z] CONTAINERD_NAMESPACE=moby
15:01:39 [2023-08-14T15:01:39.961Z] GOLANG_VERSION=1.20.7
15:01:39 [2023-08-14T15:01:39.961Z] VALIDATE_REPO=https://github.com/moby/moby.git
15:01:39 [2023-08-14T15:01:39.961Z] VALIDATE_BRANCH=master
15:01:39 [2023-08-14T15:01:39.961Z] TERM=xterm
15:01:39 [2023-08-14T15:01:39.961Z] DOCKER_PKG=github.com/docker/docker
15:01:39 [2023-08-14T15:01:39.961Z] TEST_CLIENT_BINARY=/usr/local/cli-integration/docker
15:01:39 [2023-08-14T15:01:39.961Z] SHLVL=1
15:01:39 [2023-08-14T15:01:39.961Z] TIMEOUT=120m
15:01:39 [2023-08-14T15:01:39.961Z] DOCKER_GRAPHDRIVER=overlay2
15:01:39 [2023-08-14T15:01:39.961Z] GO111MODULE=off
15:01:39 [2023-08-14T15:01:39.961Z] DOCKER_EXPERIMENTAL=1
15:01:39 [2023-08-14T15:01:39.961Z] TEST_SKIP_INTEGRATION_CLI=1
15:01:39 [2023-08-14T15:01:39.961Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
15:01:39 [2023-08-14T15:01:39.961Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
15:01:39 [2023-08-14T15:01:39.961Z] GOPATH=/go
15:01:39 [2023-08-14T15:01:39.961Z] PKG_CONFIG=pkg-config
15:01:39 [2023-08-14T15:01:39.961Z] _=/usr/bin/env
15:01:39 [2023-08-14T15:01:39.961Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
15:01:58 [2023-08-14T15:01:58.014Z] Building test suite binary /go/src/github.com/docker/docker/integration/capabilities/test.main
15:01:58 [2023-08-14T15:01:58.014Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
15:01:58 [2023-08-14T15:01:58.014Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
15:01:58 [2023-08-14T15:01:58.941Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
15:02:02 [2023-08-14T15:02:02.209Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
15:02:05 [2023-08-14T15:02:05.477Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
15:02:05 [2023-08-14T15:02:05.733Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
15:02:07 [2023-08-14T15:02:07.099Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
15:02:08 [2023-08-14T15:02:08.464Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
15:02:09 [2023-08-14T15:02:09.391Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
15:02:09 [2023-08-14T15:02:09.647Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
15:02:11 [2023-08-14T15:02:11.012Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
15:02:12 [2023-08-14T15:02:12.377Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
15:02:14 [2023-08-14T15:02:14.269Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
15:02:15 [2023-08-14T15:02:15.197Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
15:02:15 [2023-08-14T15:02:15.758Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
15:02:16 [2023-08-14T15:02:16.685Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
15:02:18 [2023-08-14T15:02:18.050Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
15:02:19 [2023-08-14T15:02:19.415Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
15:02:19 [2023-08-14T15:02:19.671Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
15:02:21 [2023-08-14T15:02:21.036Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
15:02:22 [2023-08-14T15:02:22.400Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
15:02:22 [2023-08-14T15:02:22.400Z] Using test binary /usr/local/cli-integration/docker
15:02:22 [2023-08-14T15:02:22.400Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
15:02:22 [2023-08-14T15:02:22.400Z] +++ /etc/init.d/apparmor start
15:02:22 [2023-08-14T15:02:22.400Z] Not: starting.
15:02:22 [2023-08-14T15:02:22.400Z] INFO: Waiting for daemon to start...
15:02:22 [2023-08-14T15:02:22.400Z] Starting dockerd
15:02:22 [2023-08-14T15:02:22.400Z] +++ exec dockerd --debug --host unix:///run/docker/tmp.1Ppm4Vqa8d/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental
15:02:24 [2023-08-14T15:02:24.288Z] .
15:02:24 [2023-08-14T15:02:24.288Z] ---> Making bundle: .build-empty-images (in bundles/test-integration)
15:02:24 [2023-08-14T15:02:24.288Z] ++++ tar -cC bundles/test-integration/emptyfs .
15:02:24 [2023-08-14T15:02:24.288Z] ++++ docker load
15:02:24 [2023-08-14T15:02:24.288Z] Loaded image: emptyfs:latest
15:02:24 [2023-08-14T15:02:24.288Z] ++++ tar -cC bundles/test-integration/dangling .
15:02:24 [2023-08-14T15:02:24.288Z] ++++ docker load
15:02:24 [2023-08-14T15:02:24.288Z] Loaded image ID: sha256:0df1207206e5288f4a989a2f13d1f5b3c4e70467702c1d5d21dfc9f002b7bd43
15:02:24 [2023-08-14T15:02:24.288Z] Running integration-test (iteration 1)
15:02:24 [2023-08-14T15:02:24.288Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m  
15:02:24 [2023-08-14T15:02:24.288Z] ++ 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
15:02:24 [2023-08-14T15:02:24.288Z] ++ set -e
15:02:24 [2023-08-14T15:02:24.288Z] ++ '[' -n 0 ']'
15:02:24 [2023-08-14T15:02:24.288Z] ++ set -x
15:02:24 [2023-08-14T15:02:24.288Z] ++ 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_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.1Ppm4Vqa8d/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= 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= 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
15:02:24 [2023-08-14T15:02:24.544Z] Loaded image: busybox:latest
15:02:24 [2023-08-14T15:02:24.544Z] Loaded image: busybox:glibc
15:02:25 [2023-08-14T15:02:25.471Z] Loaded image: debian:bullseye-slim
15:02:25 [2023-08-14T15:02:25.471Z] Loaded image: hello-world:latest
15:02:25 [2023-08-14T15:02:25.471Z] Loaded image: arm32v7/hello-world:latest
15:02:25 [2023-08-14T15:02:25.727Z] INFO: Testing against a local daemon
15:02:25 [2023-08-14T15:02:25.727Z] === RUN   TestCgroupNamespacesBuild
15:02:26 [2023-08-14T15:02:26.654Z] --- PASS: TestCgroupNamespacesBuild (1.11s)
15:02:26 [2023-08-14T15:02:26.654Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
15:02:28 [2023-08-14T15:02:28.019Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.09s)
15:02:28 [2023-08-14T15:02:28.019Z] === RUN   TestBuildWithSession
15:02:28 [2023-08-14T15:02:28.019Z]     build_session_test.go:25: TODO: BuildKit
15:02:28 [2023-08-14T15:02:28.019Z] --- SKIP: TestBuildWithSession (0.00s)
15:02:28 [2023-08-14T15:02:28.019Z] === RUN   TestBuildSquashParent
15:02:31 [2023-08-14T15:02:31.284Z] --- PASS: TestBuildSquashParent (3.42s)
15:02:31 [2023-08-14T15:02:31.284Z] === RUN   TestBuildWithRemoveAndForceRemove
15:02:31 [2023-08-14T15:02:31.284Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
15:02:31 [2023-08-14T15:02:31.284Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
15:02:31 [2023-08-14T15:02:31.284Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
15:02:31 [2023-08-14T15:02:31.284Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
15:02:31 [2023-08-14T15:02:31.284Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
15:02:31 [2023-08-14T15:02:31.284Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
15:02:31 [2023-08-14T15:02:31.284Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
15:02:31 [2023-08-14T15:02:31.284Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
15:02:31 [2023-08-14T15:02:31.284Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
15:02:31 [2023-08-14T15:02:31.284Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
15:02:31 [2023-08-14T15:02:31.284Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
15:02:31 [2023-08-14T15:02:31.284Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
15:02:31 [2023-08-14T15:02:31.284Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
15:02:31 [2023-08-14T15:02:31.284Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
15:02:31 [2023-08-14T15:02:31.284Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
15:02:31 [2023-08-14T15:02:31.284Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
15:02:31 [2023-08-14T15:02:31.284Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
15:02:31 [2023-08-14T15:02:31.284Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
15:02:34 [2023-08-14T15:02:34.550Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.06s)
15:02:34 [2023-08-14T15:02:34.550Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.18s)
15:02:34 [2023-08-14T15:02:34.550Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.32s)
15:02:34 [2023-08-14T15:02:34.550Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.53s)
15:02:34 [2023-08-14T15:02:34.550Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.81s)
15:02:34 [2023-08-14T15:02:34.550Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.86s)
15:02:34 [2023-08-14T15:02:34.550Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.16s)
15:02:34 [2023-08-14T15:02:34.550Z] === RUN   TestBuildMultiStageCopy
15:02:34 [2023-08-14T15:02:34.550Z] === RUN   TestBuildMultiStageCopy/copy_to_root
15:02:35 [2023-08-14T15:02:35.477Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
15:02:35 [2023-08-14T15:02:35.477Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
15:02:35 [2023-08-14T15:02:35.477Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
15:02:35 [2023-08-14T15:02:35.733Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
15:02:35 [2023-08-14T15:02:35.733Z] --- PASS: TestBuildMultiStageCopy (1.27s)
15:02:35 [2023-08-14T15:02:35.733Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.01s)
15:02:35 [2023-08-14T15:02:35.733Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.05s)
15:02:35 [2023-08-14T15:02:35.733Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.06s)
15:02:35 [2023-08-14T15:02:35.733Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.06s)
15:02:35 [2023-08-14T15:02:35.733Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.08s)
15:02:35 [2023-08-14T15:02:35.733Z] === RUN   TestBuildMultiStageParentConfig
15:02:35 [2023-08-14T15:02:35.989Z] --- PASS: TestBuildMultiStageParentConfig (0.29s)
15:02:35 [2023-08-14T15:02:35.989Z] === RUN   TestBuildLabelWithTargets
15:02:36 [2023-08-14T15:02:36.550Z] --- PASS: TestBuildLabelWithTargets (0.46s)
15:02:36 [2023-08-14T15:02:36.550Z] === RUN   TestBuildWithEmptyLayers
15:02:36 [2023-08-14T15:02:36.550Z] --- PASS: TestBuildWithEmptyLayers (0.09s)
15:02:36 [2023-08-14T15:02:36.550Z] === RUN   TestBuildMultiStageOnBuild
15:02:37 [2023-08-14T15:02:37.915Z] --- PASS: TestBuildMultiStageOnBuild (1.10s)
15:02:37 [2023-08-14T15:02:37.915Z] === RUN   TestBuildUncleanTarFilenames
15:02:37 [2023-08-14T15:02:37.915Z] --- PASS: TestBuildUncleanTarFilenames (0.12s)
15:02:37 [2023-08-14T15:02:37.915Z] === RUN   TestBuildMultiStageLayerLeak
15:02:38 [2023-08-14T15:02:38.842Z] --- PASS: TestBuildMultiStageLayerLeak (1.04s)
15:02:38 [2023-08-14T15:02:38.842Z] === RUN   TestBuildWithHugeFile
15:03:25 [2023-08-14T15:03:25.542Z] --- PASS: TestBuildWithHugeFile (43.73s)
15:03:25 [2023-08-14T15:03:25.542Z] === RUN   TestBuildWCOWSandboxSize
15:03:25 [2023-08-14T15:03:25.542Z]     build_test.go:528: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
15:03:25 [2023-08-14T15:03:25.542Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
15:03:25 [2023-08-14T15:03:25.542Z] === RUN   TestBuildWithEmptyDockerfile
15:03:25 [2023-08-14T15:03:25.542Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
15:03:25 [2023-08-14T15:03:25.542Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
15:03:25 [2023-08-14T15:03:25.542Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
15:03:25 [2023-08-14T15:03:25.542Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
15:03:25 [2023-08-14T15:03:25.542Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
15:03:25 [2023-08-14T15:03:25.542Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
15:03:25 [2023-08-14T15:03:25.542Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
15:03:25 [2023-08-14T15:03:25.542Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
15:03:25 [2023-08-14T15:03:25.542Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
15:03:25 [2023-08-14T15:03:25.542Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
15:03:25 [2023-08-14T15:03:25.542Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s)
15:03:25 [2023-08-14T15:03:25.542Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s)
15:03:25 [2023-08-14T15:03:25.542Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s)
15:03:25 [2023-08-14T15:03:25.542Z] === RUN   TestBuildPreserveOwnership
15:03:25 [2023-08-14T15:03:25.542Z] === RUN   TestBuildPreserveOwnership/copy_from
15:03:25 [2023-08-14T15:03:25.542Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
15:03:25 [2023-08-14T15:03:25.542Z] --- PASS: TestBuildPreserveOwnership (2.03s)
15:03:25 [2023-08-14T15:03:25.542Z]     --- PASS: TestBuildPreserveOwnership/copy_from (1.44s)
15:03:25 [2023-08-14T15:03:25.542Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.59s)
15:03:25 [2023-08-14T15:03:25.542Z] === RUN   TestBuildPlatformInvalid
15:03:25 [2023-08-14T15:03:25.542Z] --- PASS: TestBuildPlatformInvalid (0.02s)
15:03:25 [2023-08-14T15:03:25.542Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
15:03:25 [2023-08-14T15:03:25.542Z] Loaded image: busybox:latest
15:03:25 [2023-08-14T15:03:25.542Z] Loaded image: busybox:glibc
15:03:26 [2023-08-14T15:03:26.523Z] Loaded image: debian:bullseye-slim
15:03:26 [2023-08-14T15:03:26.523Z] Loaded image: hello-world:latest
15:03:26 [2023-08-14T15:03:26.523Z] Loaded image: arm32v7/hello-world:latest
15:03:34 [2023-08-14T15:03:34.671Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.01s)
15:03:34 [2023-08-14T15:03:34.671Z] PASS
15:03:34 [2023-08-14T15:03:34.671Z] 
15:03:34 [2023-08-14T15:03:34.671Z] === Skipped
15:03:34 [2023-08-14T15:03:34.671Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s)
15:03:34 [2023-08-14T15:03:34.671Z]     build_session_test.go:25: TODO: BuildKit
15:03:34 [2023-08-14T15:03:34.671Z] 
15:03:34 [2023-08-14T15:03:34.671Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s)
15:03:34 [2023-08-14T15:03:34.671Z]     build_test.go:528: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
15:03:34 [2023-08-14T15:03:34.671Z] 
15:03:34 [2023-08-14T15:03:34.671Z] DONE 34 tests, 2 skipped in 69.217s
15:03:34 [2023-08-14T15:03:34.671Z] Running /go/src/github.com/docker/docker/integration/capabilities (arm64.integration.capabilities) flags=-test.v -test.timeout=120m  
15:03:34 [2023-08-14T15:03:34.671Z] ++ 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
15:03:34 [2023-08-14T15:03:34.671Z] ++ set -e
15:03:34 [2023-08-14T15:03:34.671Z] ++ '[' -n 0 ']'
15:03:34 [2023-08-14T15:03:34.671Z] ++ set -x
15:03:34 [2023-08-14T15:03:34.671Z] ++ 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_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.1Ppm4Vqa8d/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= 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= 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
15:03:34 [2023-08-14T15:03:34.671Z] INFO: Testing against a local daemon
15:03:34 [2023-08-14T15:03:34.671Z] === RUN   TestNoNewPrivileges
15:03:38 [2023-08-14T15:03:38.835Z] === RUN   TestNoNewPrivileges/CapabilityRequested=true
15:03:39 [2023-08-14T15:03:39.091Z] === RUN   TestNoNewPrivileges/CapabilityRequested=false
15:03:39 [2023-08-14T15:03:39.652Z] --- PASS: TestNoNewPrivileges (5.95s)
15:03:39 [2023-08-14T15:03:39.652Z]     --- PASS: TestNoNewPrivileges/CapabilityRequested=true (0.41s)
15:03:39 [2023-08-14T15:03:39.652Z]     --- PASS: TestNoNewPrivileges/CapabilityRequested=false (0.48s)
15:03:39 [2023-08-14T15:03:39.652Z] PASS
15:03:39 [2023-08-14T15:03:39.652Z] 
15:03:39 [2023-08-14T15:03:39.652Z] DONE 3 tests in 5.977s
15:03:39 [2023-08-14T15:03:39.652Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m  
15:03:39 [2023-08-14T15:03:39.652Z] ++ 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
15:03:39 [2023-08-14T15:03:39.652Z] ++ set -e
15:03:39 [2023-08-14T15:03:39.652Z] ++ '[' -n 0 ']'
15:03:39 [2023-08-14T15:03:39.652Z] ++ set -x
15:03:39 [2023-08-14T15:03:39.652Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.1Ppm4Vqa8d/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= 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= 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
15:03:39 [2023-08-14T15:03:39.652Z] INFO: Testing against a local daemon
15:03:39 [2023-08-14T15:03:39.652Z] === RUN   TestConfigInspect
15:03:41 [2023-08-14T15:03:41.540Z] --- PASS: TestConfigInspect (1.86s)
15:03:41 [2023-08-14T15:03:41.540Z] === RUN   TestConfigList
15:03:43 [2023-08-14T15:03:43.428Z] --- PASS: TestConfigList (1.90s)
15:03:43 [2023-08-14T15:03:43.428Z] === RUN   TestConfigsCreateAndDelete
15:03:45 [2023-08-14T15:03:45.315Z] --- PASS: TestConfigsCreateAndDelete (1.90s)
15:03:45 [2023-08-14T15:03:45.315Z] === RUN   TestConfigsUpdate
15:03:47 [2023-08-14T15:03:47.204Z] --- PASS: TestConfigsUpdate (1.93s)
15:03:47 [2023-08-14T15:03:47.204Z] === RUN   TestTemplatedConfig
15:03:50 [2023-08-14T15:03:50.469Z] --- PASS: TestTemplatedConfig (2.62s)
15:03:50 [2023-08-14T15:03:50.469Z] === RUN   TestConfigCreateResolve
15:03:51 [2023-08-14T15:03:51.836Z] --- PASS: TestConfigCreateResolve (2.02s)
15:03:51 [2023-08-14T15:03:51.836Z] PASS
15:03:51 [2023-08-14T15:03:51.836Z] 
15:03:51 [2023-08-14T15:03:51.836Z] DONE 6 tests in 12.261s
15:03:51 [2023-08-14T15:03:51.836Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m  
15:03:51 [2023-08-14T15:03:51.836Z] ++ 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
15:03:51 [2023-08-14T15:03:51.836Z] ++ set -e
15:03:51 [2023-08-14T15:03:51.836Z] ++ '[' -n 0 ']'
15:03:51 [2023-08-14T15:03:51.836Z] ++ set -x
15:03:51 [2023-08-14T15:03:51.836Z] ++ 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_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.1Ppm4Vqa8d/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= 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= 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
15:03:51 [2023-08-14T15:03:51.836Z] INFO: Testing against a local daemon
15:03:51 [2023-08-14T15:03:51.836Z] === RUN   TestAttach
15:03:51 [2023-08-14T15:03:51.836Z] === RUN   TestAttach/without_TTY
15:03:51 [2023-08-14T15:03:51.836Z] === PAUSE TestAttach/without_TTY
15:03:51 [2023-08-14T15:03:51.836Z] === RUN   TestAttach/with_TTY
15:03:51 [2023-08-14T15:03:51.836Z] === PAUSE TestAttach/with_TTY
15:03:51 [2023-08-14T15:03:51.836Z] === CONT  TestAttach/without_TTY
15:03:51 [2023-08-14T15:03:51.836Z] === CONT  TestAttach/with_TTY
15:03:52 [2023-08-14T15:03:52.093Z] --- PASS: TestAttach (0.02s)
15:03:52 [2023-08-14T15:03:52.093Z]     --- PASS: TestAttach/without_TTY (0.03s)
15:03:52 [2023-08-14T15:03:52.093Z]     --- PASS: TestAttach/with_TTY (0.03s)
15:03:52 [2023-08-14T15:03:52.093Z] === RUN   TestCreateWithCDIDevices
15:03:53 [2023-08-14T15:03:53.019Z] --- PASS: TestCreateWithCDIDevices (1.05s)
15:03:53 [2023-08-14T15:03:53.019Z] === RUN   TestCDISpecDirsAreInSystemInfo
15:03:53 [2023-08-14T15:03:53.019Z] === RUN   TestCDISpecDirsAreInSystemInfo/experimental_no_spec_dirs_specified_returns_default
15:03:53 [2023-08-14T15:03:53.580Z] === RUN   TestCDISpecDirsAreInSystemInfo/experimental_specified_spec_dirs_are_returned
15:03:54 [2023-08-14T15:03:54.141Z] === RUN   TestCDISpecDirsAreInSystemInfo/experimental_empty_string_as_spec_dir_returns_empty_slice
15:03:54 [2023-08-14T15:03:54.702Z] === RUN   TestCDISpecDirsAreInSystemInfo/experimental_empty_config_option_returns_empty_slice
15:03:55 [2023-08-14T15:03:55.263Z] === RUN   TestCDISpecDirsAreInSystemInfo/non-experimental_no_spec_dirs_specified_returns_empty_slice
15:03:55 [2023-08-14T15:03:55.824Z] === RUN   TestCDISpecDirsAreInSystemInfo/non-experimental_specified_spec_dirs_returns_empty_slice
15:03:56 [2023-08-14T15:03:56.080Z] === RUN   TestCDISpecDirsAreInSystemInfo/non-experimental_empty_string_as_spec_dir_returns_empty_slice
15:03:56 [2023-08-14T15:03:56.641Z] === RUN   TestCDISpecDirsAreInSystemInfo/non-experimental_empty_config_option_returns_empty_slice
15:03:57 [2023-08-14T15:03:57.203Z] --- PASS: TestCDISpecDirsAreInSystemInfo (4.17s)
15:03:57 [2023-08-14T15:03:57.203Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/experimental_no_spec_dirs_specified_returns_default (0.52s)
15:03:57 [2023-08-14T15:03:57.203Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/experimental_specified_spec_dirs_are_returned (0.52s)
15:03:57 [2023-08-14T15:03:57.203Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/experimental_empty_string_as_spec_dir_returns_empty_slice (0.52s)
15:03:57 [2023-08-14T15:03:57.203Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/experimental_empty_config_option_returns_empty_slice (0.52s)
15:03:57 [2023-08-14T15:03:57.203Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/non-experimental_no_spec_dirs_specified_returns_empty_slice (0.52s)
15:03:57 [2023-08-14T15:03:57.203Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/non-experimental_specified_spec_dirs_returns_empty_slice (0.52s)
15:03:57 [2023-08-14T15:03:57.203Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/non-experimental_empty_string_as_spec_dir_returns_empty_slice (0.52s)
15:03:57 [2023-08-14T15:03:57.203Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/non-experimental_empty_config_option_returns_empty_slice (0.52s)
15:03:57 [2023-08-14T15:03:57.203Z] === RUN   TestCheckpoint
15:03:57 [2023-08-14T15:03:57.203Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
15:03:57 [2023-08-14T15:03:57.203Z] --- SKIP: TestCheckpoint (0.00s)
15:03:57 [2023-08-14T15:03:57.203Z] === RUN   TestContainerInvalidJSON
15:03:57 [2023-08-14T15:03:57.203Z] === RUN   TestContainerInvalidJSON/commit
15:03:57 [2023-08-14T15:03:57.203Z] === PAUSE TestContainerInvalidJSON/commit
15:03:57 [2023-08-14T15:03:57.203Z] === RUN   TestContainerInvalidJSON/containers/create
15:03:57 [2023-08-14T15:03:57.203Z] === PAUSE TestContainerInvalidJSON/containers/create
15:03:57 [2023-08-14T15:03:57.203Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
15:03:57 [2023-08-14T15:03:57.203Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
15:03:57 [2023-08-14T15:03:57.203Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
15:03:57 [2023-08-14T15:03:57.203Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
15:03:57 [2023-08-14T15:03:57.203Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
15:03:57 [2023-08-14T15:03:57.203Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
15:03:57 [2023-08-14T15:03:57.203Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
15:03:57 [2023-08-14T15:03:57.203Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
15:03:57 [2023-08-14T15:03:57.203Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
15:03:57 [2023-08-14T15:03:57.203Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
15:03:57 [2023-08-14T15:03:57.203Z] === CONT  TestContainerInvalidJSON/commit
15:03:57 [2023-08-14T15:03:57.203Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
15:03:57 [2023-08-14T15:03:57.203Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
15:03:57 [2023-08-14T15:03:57.203Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
15:03:57 [2023-08-14T15:03:57.203Z] === CONT  TestContainerInvalidJSON/containers/create
15:03:57 [2023-08-14T15:03:57.203Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
15:03:57 [2023-08-14T15:03:57.203Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
15:03:57 [2023-08-14T15:03:57.203Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
15:03:57 [2023-08-14T15:03:57.203Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
15:03:57 [2023-08-14T15:03:57.203Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
15:03:57 [2023-08-14T15:03:57.203Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
15:03:57 [2023-08-14T15:03:57.203Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
15:03:57 [2023-08-14T15:03:57.203Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
15:03:57 [2023-08-14T15:03:57.203Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
15:03:57 [2023-08-14T15:03:57.203Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
15:03:57 [2023-08-14T15:03:57.203Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
15:03:57 [2023-08-14T15:03:57.203Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
15:03:57 [2023-08-14T15:03:57.203Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
15:03:57 [2023-08-14T15:03:57.203Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
15:03:57 [2023-08-14T15:03:57.203Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
15:03:57 [2023-08-14T15:03:57.203Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
15:03:57 [2023-08-14T15:03:57.203Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
15:03:57 [2023-08-14T15:03:57.203Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
15:03:57 [2023-08-14T15:03:57.203Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
15:03:57 [2023-08-14T15:03:57.203Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
15:03:57 [2023-08-14T15:03:57.203Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
15:03:57 [2023-08-14T15:03:57.203Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
15:03:57 [2023-08-14T15:03:57.203Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
15:03:57 [2023-08-14T15:03:57.203Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
15:03:57 [2023-08-14T15:03:57.203Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
15:03:57 [2023-08-14T15:03:57.203Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
15:03:57 [2023-08-14T15:03:57.203Z] === RUN   TestContainerInvalidJSON/commit/empty_body
15:03:57 [2023-08-14T15:03:57.203Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
15:03:57 [2023-08-14T15:03:57.203Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
15:03:57 [2023-08-14T15:03:57.203Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
15:03:57 [2023-08-14T15:03:57.203Z] --- PASS: TestContainerInvalidJSON (0.01s)
15:03:57 [2023-08-14T15:03:57.203Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
15:03:57 [2023-08-14T15:03:57.203Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
15:03:57 [2023-08-14T15:03:57.203Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
15:03:57 [2023-08-14T15:03:57.203Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
15:03:57 [2023-08-14T15:03:57.203Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
15:03:57 [2023-08-14T15:03:57.203Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
15:03:57 [2023-08-14T15:03:57.203Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
15:03:57 [2023-08-14T15:03:57.203Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
15:03:57 [2023-08-14T15:03:57.203Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
15:03:57 [2023-08-14T15:03:57.203Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
15:03:57 [2023-08-14T15:03:57.203Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
15:03:57 [2023-08-14T15:03:57.203Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
15:03:57 [2023-08-14T15:03:57.203Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
15:03:57 [2023-08-14T15:03:57.203Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
15:03:57 [2023-08-14T15:03:57.203Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
15:03:57 [2023-08-14T15:03:57.203Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
15:03:57 [2023-08-14T15:03:57.203Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
15:03:57 [2023-08-14T15:03:57.203Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
15:03:57 [2023-08-14T15:03:57.203Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
15:03:57 [2023-08-14T15:03:57.203Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
15:03:57 [2023-08-14T15:03:57.203Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
15:03:57 [2023-08-14T15:03:57.203Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
15:03:57 [2023-08-14T15:03:57.203Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
15:03:57 [2023-08-14T15:03:57.203Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
15:03:57 [2023-08-14T15:03:57.203Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
15:03:57 [2023-08-14T15:03:57.203Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
15:03:57 [2023-08-14T15:03:57.203Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
15:03:57 [2023-08-14T15:03:57.203Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
15:03:57 [2023-08-14T15:03:57.203Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
15:03:57 [2023-08-14T15:03:57.203Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
15:03:57 [2023-08-14T15:03:57.203Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
15:03:57 [2023-08-14T15:03:57.203Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
15:03:57 [2023-08-14T15:03:57.203Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
15:03:57 [2023-08-14T15:03:57.203Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
15:03:57 [2023-08-14T15:03:57.203Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
15:03:57 [2023-08-14T15:03:57.203Z] === RUN   TestCopyFromContainerPathDoesNotExist
15:03:57 [2023-08-14T15:03:57.203Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.04s)
15:03:57 [2023-08-14T15:03:57.203Z] === RUN   TestCopyFromContainerPathIsNotDir
15:03:57 [2023-08-14T15:03:57.203Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s)
15:03:57 [2023-08-14T15:03:57.203Z] === RUN   TestCopyToContainerPathDoesNotExist
15:03:57 [2023-08-14T15:03:57.459Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s)
15:03:57 [2023-08-14T15:03:57.459Z] === RUN   TestCopyEmptyFile
15:03:57 [2023-08-14T15:03:57.459Z] --- PASS: TestCopyEmptyFile (0.05s)
15:03:57 [2023-08-14T15:03:57.459Z] === RUN   TestCopyToContainerPathIsNotDir
15:03:57 [2023-08-14T15:03:57.459Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s)
15:03:57 [2023-08-14T15:03:57.459Z] === RUN   TestCopyFromContainer
15:03:58 [2023-08-14T15:03:58.020Z] === RUN   TestCopyFromContainer//
15:03:58 [2023-08-14T15:03:58.020Z] === RUN   TestCopyFromContainer/.
15:03:58 [2023-08-14T15:03:58.020Z] === RUN   TestCopyFromContainer//.
15:03:58 [2023-08-14T15:03:58.020Z] === RUN   TestCopyFromContainer/./
15:03:58 [2023-08-14T15:03:58.020Z] === RUN   TestCopyFromContainer//./
15:03:58 [2023-08-14T15:03:58.020Z] === RUN   TestCopyFromContainer//bar/root
15:03:58 [2023-08-14T15:03:58.020Z] === RUN   TestCopyFromContainer//bar/root/
15:03:58 [2023-08-14T15:03:58.020Z] === RUN   TestCopyFromContainer//bar/root/.
15:03:58 [2023-08-14T15:03:58.020Z] === RUN   TestCopyFromContainer/bar/quux
15:03:58 [2023-08-14T15:03:58.020Z] === RUN   TestCopyFromContainer/bar/quux/
15:03:58 [2023-08-14T15:03:58.020Z] === RUN   TestCopyFromContainer/bar/quux/.
15:03:58 [2023-08-14T15:03:58.020Z] === RUN   TestCopyFromContainer/bar/quux/baz
15:03:58 [2023-08-14T15:03:58.020Z] === RUN   TestCopyFromContainer/bar/filesymlink
15:03:58 [2023-08-14T15:03:58.020Z] === RUN   TestCopyFromContainer/bar/dirsymlink
15:03:58 [2023-08-14T15:03:58.020Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
15:03:58 [2023-08-14T15:03:58.020Z] === RUN   TestCopyFromContainer/bar/dirsymlink/.
15:03:58 [2023-08-14T15:03:58.020Z] === RUN   TestCopyFromContainer/bar/notarget
15:03:58 [2023-08-14T15:03:58.275Z] --- PASS: TestCopyFromContainer (0.72s)
15:03:58 [2023-08-14T15:03:58.275Z]     --- PASS: TestCopyFromContainer// (0.01s)
15:03:58 [2023-08-14T15:03:58.275Z]     --- PASS: TestCopyFromContainer/. (0.01s)
15:03:58 [2023-08-14T15:03:58.275Z]     --- PASS: TestCopyFromContainer//. (0.01s)
15:03:58 [2023-08-14T15:03:58.275Z]     --- PASS: TestCopyFromContainer/./ (0.01s)
15:03:58 [2023-08-14T15:03:58.275Z]     --- PASS: TestCopyFromContainer//./ (0.01s)
15:03:58 [2023-08-14T15:03:58.275Z]     --- PASS: TestCopyFromContainer//bar/root (0.01s)
15:03:58 [2023-08-14T15:03:58.275Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.01s)
15:03:58 [2023-08-14T15:03:58.275Z]     --- PASS: TestCopyFromContainer//bar/root/. (0.01s)
15:03:58 [2023-08-14T15:03:58.275Z]     --- PASS: TestCopyFromContainer/bar/quux (0.01s)
15:03:58 [2023-08-14T15:03:58.275Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.01s)
15:03:58 [2023-08-14T15:03:58.275Z]     --- PASS: TestCopyFromContainer/bar/quux/. (0.00s)
15:03:58 [2023-08-14T15:03:58.275Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.01s)
15:03:58 [2023-08-14T15:03:58.275Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.01s)
15:03:58 [2023-08-14T15:03:58.275Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.01s)
15:03:58 [2023-08-14T15:03:58.275Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.00s)
15:03:58 [2023-08-14T15:03:58.275Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/. (0.00s)
15:03:58 [2023-08-14T15:03:58.275Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.00s)
15:03:58 [2023-08-14T15:03:58.275Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
15:03:58 [2023-08-14T15:03:58.275Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
15:03:58 [2023-08-14T15:03:58.275Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
15:03:58 [2023-08-14T15:03:58.275Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
15:03:58 [2023-08-14T15:03:58.275Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
15:03:58 [2023-08-14T15:03:58.275Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
15:03:58 [2023-08-14T15:03:58.275Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
15:03:58 [2023-08-14T15:03:58.275Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
15:03:58 [2023-08-14T15:03:58.275Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
15:03:58 [2023-08-14T15:03:58.275Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
15:03:58 [2023-08-14T15:03:58.275Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
15:03:58 [2023-08-14T15:03:58.275Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
15:03:58 [2023-08-14T15:03:58.275Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
15:03:58 [2023-08-14T15:03:58.275Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
15:03:58 [2023-08-14T15:03:58.275Z] === RUN   TestCreateLinkToNonExistingContainer
15:03:58 [2023-08-14T15:03:58.275Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s)
15:03:58 [2023-08-14T15:03:58.275Z] === RUN   TestCreateWithInvalidEnv
15:03:58 [2023-08-14T15:03:58.275Z] === RUN   TestCreateWithInvalidEnv/0
15:03:58 [2023-08-14T15:03:58.275Z] === PAUSE TestCreateWithInvalidEnv/0
15:03:58 [2023-08-14T15:03:58.275Z] === RUN   TestCreateWithInvalidEnv/1
15:03:58 [2023-08-14T15:03:58.275Z] === PAUSE TestCreateWithInvalidEnv/1
15:03:58 [2023-08-14T15:03:58.275Z] === RUN   TestCreateWithInvalidEnv/2
15:03:58 [2023-08-14T15:03:58.275Z] === PAUSE TestCreateWithInvalidEnv/2
15:03:58 [2023-08-14T15:03:58.275Z] === CONT  TestCreateWithInvalidEnv/0
15:03:58 [2023-08-14T15:03:58.275Z] === CONT  TestCreateWithInvalidEnv/2
15:03:58 [2023-08-14T15:03:58.275Z] === CONT  TestCreateWithInvalidEnv/1
15:03:58 [2023-08-14T15:03:58.275Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
15:03:58 [2023-08-14T15:03:58.275Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
15:03:58 [2023-08-14T15:03:58.275Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
15:03:58 [2023-08-14T15:03:58.275Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
15:03:58 [2023-08-14T15:03:58.275Z] === RUN   TestCreateTmpfsMountsTarget
15:03:58 [2023-08-14T15:03:58.275Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
15:03:58 [2023-08-14T15:03:58.275Z] === RUN   TestCreateWithCustomMaskedPaths
15:03:59 [2023-08-14T15:03:59.640Z] --- PASS: TestCreateWithCustomMaskedPaths (1.28s)
15:03:59 [2023-08-14T15:03:59.640Z] === RUN   TestCreateWithCustomReadonlyPaths
15:04:01 [2023-08-14T15:04:01.004Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.33s)
15:04:01 [2023-08-14T15:04:01.004Z] === RUN   TestCreateWithInvalidHealthcheckParams
15:04:01 [2023-08-14T15:04:01.004Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
15:04:01 [2023-08-14T15:04:01.004Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
15:04:01 [2023-08-14T15:04:01.004Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
15:04:01 [2023-08-14T15:04:01.004Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
15:04:01 [2023-08-14T15:04:01.004Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
15:04:01 [2023-08-14T15:04:01.004Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
15:04:01 [2023-08-14T15:04:01.004Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
15:04:01 [2023-08-14T15:04:01.004Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
15:04:01 [2023-08-14T15:04:01.004Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
15:04:01 [2023-08-14T15:04:01.004Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
15:04:01 [2023-08-14T15:04:01.004Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
15:04:01 [2023-08-14T15:04:01.004Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
15:04:01 [2023-08-14T15:04:01.004Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
15:04:01 [2023-08-14T15:04:01.004Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
15:04:01 [2023-08-14T15:04:01.004Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
15:04:01 [2023-08-14T15:04:01.004Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
15:04:01 [2023-08-14T15:04:01.004Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
15:04:01 [2023-08-14T15:04:01.004Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
15:04:01 [2023-08-14T15:04:01.004Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
15:04:01 [2023-08-14T15:04:01.004Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
15:04:01 [2023-08-14T15:04:01.004Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
15:04:01 [2023-08-14T15:04:01.004Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
15:04:01 [2023-08-14T15:04:01.260Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.47s)
15:04:01 [2023-08-14T15:04:01.260Z] === RUN   TestCreateDifferentPlatform
15:04:01 [2023-08-14T15:04:01.260Z] === RUN   TestCreateDifferentPlatform/different_os
15:04:01 [2023-08-14T15:04:01.260Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
15:04:01 [2023-08-14T15:04:01.260Z] --- PASS: TestCreateDifferentPlatform (0.01s)
15:04:01 [2023-08-14T15:04:01.260Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
15:04:01 [2023-08-14T15:04:01.260Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
15:04:01 [2023-08-14T15:04:01.260Z] === RUN   TestCreateVolumesFromNonExistingContainer
15:04:01 [2023-08-14T15:04:01.260Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s)
15:04:01 [2023-08-14T15:04:01.260Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
15:04:01 [2023-08-14T15:04:01.260Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s)
15:04:01 [2023-08-14T15:04:01.260Z] === RUN   TestCreateInvalidHostConfig
15:04:01 [2023-08-14T15:04:01.260Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
15:04:01 [2023-08-14T15:04:01.260Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
15:04:01 [2023-08-14T15:04:01.260Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
15:04:01 [2023-08-14T15:04:01.260Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
15:04:01 [2023-08-14T15:04:01.260Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
15:04:01 [2023-08-14T15:04:01.260Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
15:04:01 [2023-08-14T15:04:01.260Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
15:04:01 [2023-08-14T15:04:01.260Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
15:04:01 [2023-08-14T15:04:01.260Z] === RUN   TestCreateInvalidHostConfig/invalid_Annotations
15:04:01 [2023-08-14T15:04:01.260Z] === PAUSE TestCreateInvalidHostConfig/invalid_Annotations
15:04:01 [2023-08-14T15:04:01.260Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
15:04:01 [2023-08-14T15:04:01.260Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
15:04:01 [2023-08-14T15:04:01.260Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
15:04:01 [2023-08-14T15:04:01.260Z] === CONT  TestCreateInvalidHostConfig/invalid_Annotations
15:04:01 [2023-08-14T15:04:01.260Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
15:04:01 [2023-08-14T15:04:01.516Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
15:04:01 [2023-08-14T15:04:01.516Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
15:04:01 [2023-08-14T15:04:01.516Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
15:04:01 [2023-08-14T15:04:01.516Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
15:04:01 [2023-08-14T15:04:01.516Z]     --- PASS: TestCreateInvalidHostConfig/invalid_Annotations (0.00s)
15:04:01 [2023-08-14T15:04:01.516Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
15:04:01 [2023-08-14T15:04:01.516Z] === RUN   TestContainerStartOnDaemonRestart
15:04:01 [2023-08-14T15:04:01.516Z] === PAUSE TestContainerStartOnDaemonRestart
15:04:01 [2023-08-14T15:04:01.516Z] === RUN   TestDaemonRestartIpcMode
15:04:01 [2023-08-14T15:04:01.516Z] === PAUSE TestDaemonRestartIpcMode
15:04:01 [2023-08-14T15:04:01.516Z] === RUN   TestDaemonHostGatewayIP
15:04:01 [2023-08-14T15:04:01.516Z] === PAUSE TestDaemonHostGatewayIP
15:04:01 [2023-08-14T15:04:01.516Z] === RUN   TestRestartDaemonWithRestartingContainer
15:04:01 [2023-08-14T15:04:01.516Z] === PAUSE TestRestartDaemonWithRestartingContainer
15:04:01 [2023-08-14T15:04:01.516Z] === RUN   TestHardRestartWhenContainerIsRunning
15:04:01 [2023-08-14T15:04:01.516Z] === PAUSE TestHardRestartWhenContainerIsRunning
15:04:01 [2023-08-14T15:04:01.516Z] === RUN   TestContainerKillOnDaemonStart
15:04:01 [2023-08-14T15:04:01.516Z] === PAUSE TestContainerKillOnDaemonStart
15:04:01 [2023-08-14T15:04:01.516Z] === RUN   TestDiff
15:04:01 [2023-08-14T15:04:01.772Z] --- PASS: TestDiff (0.43s)
15:04:01 [2023-08-14T15:04:01.772Z] === RUN   TestExecConsoleSize
15:04:02 [2023-08-14T15:04:02.333Z] --- PASS: TestExecConsoleSize (0.49s)
15:04:02 [2023-08-14T15:04:02.333Z] === RUN   TestExecWithCloseStdin
15:04:02 [2023-08-14T15:04:02.894Z] --- PASS: TestExecWithCloseStdin (0.53s)
15:04:02 [2023-08-14T15:04:02.894Z] === RUN   TestExec
15:04:03 [2023-08-14T15:04:03.455Z] --- PASS: TestExec (0.55s)
15:04:03 [2023-08-14T15:04:03.455Z] === RUN   TestExecUser
15:04:04 [2023-08-14T15:04:04.015Z] --- PASS: TestExecUser (0.58s)
15:04:04 [2023-08-14T15:04:04.015Z] === RUN   TestExportContainerAndImportImage
15:04:04 [2023-08-14T15:04:04.577Z] --- PASS: TestExportContainerAndImportImage (0.56s)
15:04:04 [2023-08-14T15:04:04.577Z] === RUN   TestExportContainerAfterDaemonRestart
15:04:11 [2023-08-14T15:04:11.108Z] --- PASS: TestExportContainerAfterDaemonRestart (6.13s)
15:04:11 [2023-08-14T15:04:11.108Z] === RUN   TestHealthCheckWorkdir
15:04:11 [2023-08-14T15:04:11.364Z] --- PASS: TestHealthCheckWorkdir (0.69s)
15:04:11 [2023-08-14T15:04:11.364Z] === RUN   TestHealthKillContainer
15:04:19 [2023-08-14T15:04:19.446Z] --- PASS: TestHealthKillContainer (8.05s)
15:04:19 [2023-08-14T15:04:19.446Z] === RUN   TestHealthCheckProcessKilled
15:04:20 [2023-08-14T15:04:20.373Z] --- PASS: TestHealthCheckProcessKilled (0.78s)
15:04:20 [2023-08-14T15:04:20.373Z] === RUN   TestHealthStartInterval
15:04:21 [2023-08-14T15:04:21.737Z]     health_test.go:145: &{2023-08-14 15:04:21.283220242 +0000 UTC 2023-08-14 15:04:21.366119156 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
15:04:21 [2023-08-14T15:04:21.737Z]         }
15:04:21 [2023-08-14T15:04:21.737Z]     health_test.go:145: &{2023-08-14 15:04:21.283220242 +0000 UTC 2023-08-14 15:04:21.366119156 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
15:04:21 [2023-08-14T15:04:21.737Z]         }
15:04:21 [2023-08-14T15:04:21.737Z]     health_test.go:145: &{2023-08-14 15:04:21.283220242 +0000 UTC 2023-08-14 15:04:21.366119156 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
15:04:21 [2023-08-14T15:04:21.737Z]         }
15:04:21 [2023-08-14T15:04:21.737Z]     health_test.go:145: &{2023-08-14 15:04:21.283220242 +0000 UTC 2023-08-14 15:04:21.366119156 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
15:04:21 [2023-08-14T15:04:21.737Z]         }
15:04:21 [2023-08-14T15:04:21.993Z]     health_test.go:145: &{2023-08-14 15:04:21.283220242 +0000 UTC 2023-08-14 15:04:21.366119156 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
15:04:21 [2023-08-14T15:04:21.993Z]         }
15:04:21 [2023-08-14T15:04:21.993Z]     health_test.go:145: &{2023-08-14 15:04:21.283220242 +0000 UTC 2023-08-14 15:04:21.366119156 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
15:04:21 [2023-08-14T15:04:21.993Z]         }
15:04:22 [2023-08-14T15:04:22.248Z]     health_test.go:145: &{2023-08-14 15:04:21.283220242 +0000 UTC 2023-08-14 15:04:21.366119156 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
15:04:22 [2023-08-14T15:04:22.248Z]         }
15:04:22 [2023-08-14T15:04:22.248Z]     health_test.go:145: &{2023-08-14 15:04:21.283220242 +0000 UTC 2023-08-14 15:04:21.366119156 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
15:04:22 [2023-08-14T15:04:22.248Z]         }
15:04:22 [2023-08-14T15:04:22.248Z]     health_test.go:145: &{2023-08-14 15:04:21.283220242 +0000 UTC 2023-08-14 15:04:21.366119156 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
15:04:22 [2023-08-14T15:04:22.248Z]         }
15:04:22 [2023-08-14T15:04:22.504Z]     health_test.go:145: &{2023-08-14 15:04:21.283220242 +0000 UTC 2023-08-14 15:04:21.366119156 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
15:04:22 [2023-08-14T15:04:22.504Z]         }
15:04:22 [2023-08-14T15:04:22.504Z]     health_test.go:145: &{2023-08-14 15:04:21.283220242 +0000 UTC 2023-08-14 15:04:21.366119156 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
15:04:22 [2023-08-14T15:04:22.504Z]         }
15:04:22 [2023-08-14T15:04:22.759Z]     health_test.go:145: &{2023-08-14 15:04:22.397286366 +0000 UTC 2023-08-14 15:04:22.470615778 +0000 UTC 1 2}
15:04:22 [2023-08-14T15:04:22.759Z]     health_test.go:145: &{2023-08-14 15:04:22.397286366 +0000 UTC 2023-08-14 15:04:22.470615778 +0000 UTC 1 2}
15:04:22 [2023-08-14T15:04:22.759Z]     health_test.go:145: &{2023-08-14 15:04:22.397286366 +0000 UTC 2023-08-14 15:04:22.470615778 +0000 UTC 1 2}
15:04:23 [2023-08-14T15:04:23.015Z]     health_test.go:145: &{2023-08-14 15:04:22.397286366 +0000 UTC 2023-08-14 15:04:22.470615778 +0000 UTC 1 2}
15:04:23 [2023-08-14T15:04:23.015Z]     health_test.go:145: &{2023-08-14 15:04:22.397286366 +0000 UTC 2023-08-14 15:04:22.470615778 +0000 UTC 1 2}
15:04:23 [2023-08-14T15:04:23.015Z]     health_test.go:145: &{2023-08-14 15:04:22.397286366 +0000 UTC 2023-08-14 15:04:22.470615778 +0000 UTC 1 2}
15:04:23 [2023-08-14T15:04:23.270Z]     health_test.go:145: &{2023-08-14 15:04:22.397286366 +0000 UTC 2023-08-14 15:04:22.470615778 +0000 UTC 1 2}
15:04:23 [2023-08-14T15:04:23.270Z]     health_test.go:145: &{2023-08-14 15:04:22.397286366 +0000 UTC 2023-08-14 15:04:22.470615778 +0000 UTC 1 2}
15:04:23 [2023-08-14T15:04:23.526Z]     health_test.go:145: &{2023-08-14 15:04:22.397286366 +0000 UTC 2023-08-14 15:04:22.470615778 +0000 UTC 1 2}
15:04:23 [2023-08-14T15:04:23.526Z]     health_test.go:145: &{2023-08-14 15:04:22.397286366 +0000 UTC 2023-08-14 15:04:22.470615778 +0000 UTC 1 2}
15:04:23 [2023-08-14T15:04:23.526Z]     health_test.go:145: &{2023-08-14 15:04:22.397286366 +0000 UTC 2023-08-14 15:04:22.470615778 +0000 UTC 1 2}
15:04:23 [2023-08-14T15:04:23.781Z]     health_test.go:173: 1.078964941s
15:04:24 [2023-08-14T15:04:24.707Z]     health_test.go:173: 1.078964941s
15:04:25 [2023-08-14T15:04:25.634Z]     health_test.go:173: 1.078964941s
15:04:26 [2023-08-14T15:04:26.999Z]     health_test.go:173: 1.078964941s
15:04:27 [2023-08-14T15:04:27.964Z]     health_test.go:173: 1.078964941s
15:04:28 [2023-08-14T15:04:28.891Z]     health_test.go:173: 1.078964941s
15:04:29 [2023-08-14T15:04:29.817Z]     health_test.go:173: 1.078964941s
15:04:30 [2023-08-14T15:04:30.743Z]     health_test.go:173: 1.078964941s
15:04:31 [2023-08-14T15:04:31.670Z]     health_test.go:173: 1.078964941s
15:04:33 [2023-08-14T15:04:33.034Z]     health_test.go:173: 1.078964941s
15:04:33 [2023-08-14T15:04:33.960Z]     health_test.go:173: 1.078964941s
15:04:34 [2023-08-14T15:04:34.886Z]     health_test.go:173: 1.078964941s
15:04:35 [2023-08-14T15:04:35.812Z]     health_test.go:173: 1.078964941s
15:04:36 [2023-08-14T15:04:36.739Z]     health_test.go:173: 1.078964941s
15:04:37 [2023-08-14T15:04:37.665Z]     health_test.go:173: 1.078964941s
15:04:39 [2023-08-14T15:04:39.028Z]     health_test.go:173: 1.078964941s
15:04:39 [2023-08-14T15:04:39.954Z]     health_test.go:173: 1.078964941s
15:04:40 [2023-08-14T15:04:40.880Z]     health_test.go:173: 1.078964941s
15:04:41 [2023-08-14T15:04:41.807Z]     health_test.go:173: 1.078964941s
15:04:42 [2023-08-14T15:04:42.733Z]     health_test.go:173: 1.078964941s
15:04:43 [2023-08-14T15:04:43.659Z]     health_test.go:173: 1.078964941s
15:04:45 [2023-08-14T15:04:45.022Z]     health_test.go:173: 1.078964941s
15:04:45 [2023-08-14T15:04:45.948Z]     health_test.go:173: 1.078964941s
15:04:46 [2023-08-14T15:04:46.874Z]     health_test.go:173: 1.078964941s
15:04:47 [2023-08-14T15:04:47.800Z]     health_test.go:173: 1.078964941s
15:04:48 [2023-08-14T15:04:48.726Z]     health_test.go:173: 1.078964941s
15:04:49 [2023-08-14T15:04:49.653Z]     health_test.go:173: 1.078964941s
15:04:51 [2023-08-14T15:04:51.016Z]     health_test.go:173: 1.078964941s
15:04:51 [2023-08-14T15:04:51.960Z]     health_test.go:173: 1.078964941s
15:04:52 [2023-08-14T15:04:52.886Z]     health_test.go:173: 1.078964941s
15:04:54 [2023-08-14T15:04:54.249Z] --- PASS: TestHealthStartInterval (33.80s)
15:04:54 [2023-08-14T15:04:54.249Z] === RUN   TestInspectCpusetInConfigPre120
15:04:54 [2023-08-14T15:04:54.504Z] --- PASS: TestInspectCpusetInConfigPre120 (0.45s)
15:04:54 [2023-08-14T15:04:54.504Z] === RUN   TestInspectAnnotations
15:04:54 [2023-08-14T15:04:54.504Z] --- PASS: TestInspectAnnotations (0.03s)
15:04:54 [2023-08-14T15:04:54.504Z] === RUN   TestIpcModeNone
15:04:55 [2023-08-14T15:04:55.065Z] --- PASS: TestIpcModeNone (0.49s)
15:04:55 [2023-08-14T15:04:55.065Z] === RUN   TestIpcModePrivate
15:04:55 [2023-08-14T15:04:55.320Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:78, shared: false, mustBeShared: false
15:04:55 [2023-08-14T15:04:55.320Z] --- PASS: TestIpcModePrivate (0.48s)
15:04:55 [2023-08-14T15:04:55.320Z] === RUN   TestIpcModeShareable
15:04:55 [2023-08-14T15:04:55.881Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:72, shared: true, mustBeShared: true
15:04:55 [2023-08-14T15:04:55.881Z] --- PASS: TestIpcModeShareable (0.54s)
15:04:55 [2023-08-14T15:04:55.881Z] === RUN   TestAPIIpcModeShareableAndContainer
15:04:57 [2023-08-14T15:04:57.767Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.53s)
15:04:57 [2023-08-14T15:04:57.767Z] === RUN   TestAPIIpcModeHost
15:04:57 [2023-08-14T15:04:57.767Z] --- PASS: TestAPIIpcModeHost (0.36s)
15:04:57 [2023-08-14T15:04:57.767Z] === RUN   TestDaemonIpcModeShareable
15:04:58 [2023-08-14T15:04:58.694Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:82, shared: true, mustBeShared: true
15:04:58 [2023-08-14T15:04:58.949Z] --- PASS: TestDaemonIpcModeShareable (1.11s)
15:04:58 [2023-08-14T15:04:58.949Z] === RUN   TestDaemonIpcModePrivate
15:04:59 [2023-08-14T15:04:59.876Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:88, shared: false, mustBeShared: false
15:05:00 [2023-08-14T15:05:00.132Z] --- PASS: TestDaemonIpcModePrivate (1.08s)
15:05:00 [2023-08-14T15:05:00.132Z] === RUN   TestDaemonIpcModePrivateFromConfig
15:05:01 [2023-08-14T15:05:01.058Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:88, shared: false, mustBeShared: false
15:05:01 [2023-08-14T15:05:01.058Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.11s)
15:05:01 [2023-08-14T15:05:01.058Z] === RUN   TestDaemonIpcModeShareableFromConfig
15:05:01 [2023-08-14T15:05:01.984Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:82, shared: true, mustBeShared: true
15:05:02 [2023-08-14T15:05:02.239Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.13s)
15:05:02 [2023-08-14T15:05:02.240Z] === RUN   TestIpcModeOlderClient
15:05:02 [2023-08-14T15:05:02.240Z] === PAUSE TestIpcModeOlderClient
15:05:02 [2023-08-14T15:05:02.240Z] === RUN   TestKillContainerInvalidSignal
15:05:02 [2023-08-14T15:05:02.801Z] --- PASS: TestKillContainerInvalidSignal (0.47s)
15:05:02 [2023-08-14T15:05:02.801Z] === RUN   TestKillContainer
15:05:02 [2023-08-14T15:05:02.801Z] === RUN   TestKillContainer/no_signal
15:05:03 [2023-08-14T15:05:03.362Z] === RUN   TestKillContainer/non_killing_signal
15:05:03 [2023-08-14T15:05:03.362Z] === RUN   TestKillContainer/killing_signal
15:05:04 [2023-08-14T15:05:04.288Z] --- PASS: TestKillContainer (1.34s)
15:05:04 [2023-08-14T15:05:04.288Z]     --- PASS: TestKillContainer/no_signal (0.43s)
15:05:04 [2023-08-14T15:05:04.288Z]     --- PASS: TestKillContainer/non_killing_signal (0.25s)
15:05:04 [2023-08-14T15:05:04.288Z]     --- PASS: TestKillContainer/killing_signal (0.43s)
15:05:04 [2023-08-14T15:05:04.288Z] === RUN   TestKillWithStopSignalAndRestartPolicies
15:05:04 [2023-08-14T15:05:04.288Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
15:05:04 [2023-08-14T15:05:04.543Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
15:05:05 [2023-08-14T15:05:05.103Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.91s)
15:05:05 [2023-08-14T15:05:05.104Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.42s)
15:05:05 [2023-08-14T15:05:05.104Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.26s)
15:05:05 [2023-08-14T15:05:05.104Z] === RUN   TestKillStoppedContainer
15:05:05 [2023-08-14T15:05:05.104Z] --- PASS: TestKillStoppedContainer (0.03s)
15:05:05 [2023-08-14T15:05:05.104Z] === RUN   TestKillStoppedContainerAPIPre120
15:05:05 [2023-08-14T15:05:05.104Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.03s)
15:05:05 [2023-08-14T15:05:05.104Z] === RUN   TestKillDifferentUserContainer
15:05:05 [2023-08-14T15:05:05.665Z] --- PASS: TestKillDifferentUserContainer (0.45s)
15:05:05 [2023-08-14T15:05:05.665Z] === RUN   TestInspectOomKilledTrue
15:05:05 [2023-08-14T15:05:05.920Z] --- PASS: TestInspectOomKilledTrue (0.46s)
15:05:05 [2023-08-14T15:05:05.920Z] === RUN   TestInspectOomKilledFalse
15:05:06 [2023-08-14T15:05:06.481Z] --- PASS: TestInspectOomKilledFalse (0.43s)
15:05:06 [2023-08-14T15:05:06.481Z] === RUN   TestLinksEtcHostsContentMatch
15:05:06 [2023-08-14T15:05:06.737Z] --- PASS: TestLinksEtcHostsContentMatch (0.23s)
15:05:06 [2023-08-14T15:05:06.737Z] === RUN   TestLinksContainerNames
15:05:07 [2023-08-14T15:05:07.663Z] --- PASS: TestLinksContainerNames (0.87s)
15:05:07 [2023-08-14T15:05:07.663Z] === RUN   TestLogsFollowTailEmpty
15:05:07 [2023-08-14T15:05:07.919Z] --- PASS: TestLogsFollowTailEmpty (0.44s)
15:05:07 [2023-08-14T15:05:07.919Z] === RUN   TestLogs
15:05:07 [2023-08-14T15:05:07.919Z] === RUN   TestLogs/driver_local
15:05:07 [2023-08-14T15:05:07.919Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
15:05:07 [2023-08-14T15:05:07.919Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
15:05:07 [2023-08-14T15:05:07.919Z] === RUN   TestLogs/driver_local/tty/only_stdout
15:05:07 [2023-08-14T15:05:07.919Z] === PAUSE TestLogs/driver_local/tty/only_stdout
15:05:07 [2023-08-14T15:05:07.919Z] === RUN   TestLogs/driver_local/tty/only_stderr
15:05:07 [2023-08-14T15:05:07.919Z] === PAUSE TestLogs/driver_local/tty/only_stderr
15:05:07 [2023-08-14T15:05:07.919Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
15:05:07 [2023-08-14T15:05:07.919Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
15:05:07 [2023-08-14T15:05:07.919Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
15:05:07 [2023-08-14T15:05:07.919Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
15:05:07 [2023-08-14T15:05:07.919Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
15:05:07 [2023-08-14T15:05:07.919Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
15:05:07 [2023-08-14T15:05:07.919Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
15:05:07 [2023-08-14T15:05:07.919Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
15:05:07 [2023-08-14T15:05:07.919Z] === CONT  TestLogs/driver_local/tty/only_stderr
15:05:07 [2023-08-14T15:05:07.919Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
15:05:07 [2023-08-14T15:05:07.919Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
15:05:07 [2023-08-14T15:05:07.919Z] === CONT  TestLogs/driver_local/tty/only_stdout
15:05:09 [2023-08-14T15:05:09.807Z] === RUN   TestLogs/driver_json-file
15:05:09 [2023-08-14T15:05:09.807Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
15:05:09 [2023-08-14T15:05:09.807Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
15:05:09 [2023-08-14T15:05:09.807Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
15:05:09 [2023-08-14T15:05:09.807Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
15:05:09 [2023-08-14T15:05:09.807Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
15:05:09 [2023-08-14T15:05:09.807Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
15:05:09 [2023-08-14T15:05:09.807Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
15:05:09 [2023-08-14T15:05:09.807Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
15:05:09 [2023-08-14T15:05:09.807Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
15:05:09 [2023-08-14T15:05:09.807Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
15:05:09 [2023-08-14T15:05:09.807Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
15:05:09 [2023-08-14T15:05:09.807Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
15:05:09 [2023-08-14T15:05:09.807Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
15:05:09 [2023-08-14T15:05:09.807Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
15:05:09 [2023-08-14T15:05:09.807Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
15:05:09 [2023-08-14T15:05:09.807Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
15:05:09 [2023-08-14T15:05:09.807Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
15:05:09 [2023-08-14T15:05:09.807Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
15:05:11 [2023-08-14T15:05:11.171Z] --- PASS: TestLogs (3.34s)
15:05:11 [2023-08-14T15:05:11.171Z]     --- PASS: TestLogs/driver_local (0.01s)
15:05:11 [2023-08-14T15:05:11.171Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.82s)
15:05:11 [2023-08-14T15:05:11.171Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.90s)
15:05:11 [2023-08-14T15:05:11.171Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (1.30s)
15:05:11 [2023-08-14T15:05:11.171Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (1.43s)
15:05:11 [2023-08-14T15:05:11.171Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (1.53s)
15:05:11 [2023-08-14T15:05:11.171Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (1.59s)
15:05:11 [2023-08-14T15:05:11.171Z]     --- PASS: TestLogs/driver_json-file (0.01s)
15:05:11 [2023-08-14T15:05:11.171Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (1.02s)
15:05:11 [2023-08-14T15:05:11.171Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (1.13s)
15:05:11 [2023-08-14T15:05:11.171Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (1.35s)
15:05:11 [2023-08-14T15:05:11.171Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (1.36s)
15:05:11 [2023-08-14T15:05:11.171Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (1.52s)
15:05:11 [2023-08-14T15:05:11.171Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (1.73s)
15:05:11 [2023-08-14T15:05:11.171Z] === RUN   TestContainerNetworkMountsNoChown
15:05:11 [2023-08-14T15:05:11.732Z] --- PASS: TestContainerNetworkMountsNoChown (0.43s)
15:05:11 [2023-08-14T15:05:11.732Z] === RUN   TestMountDaemonRoot
15:05:11 [2023-08-14T15:05:11.732Z] === RUN   TestMountDaemonRoot/default
15:05:11 [2023-08-14T15:05:11.732Z] === PAUSE TestMountDaemonRoot/default
15:05:11 [2023-08-14T15:05:11.732Z] === RUN   TestMountDaemonRoot/private
15:05:11 [2023-08-14T15:05:11.732Z] === PAUSE TestMountDaemonRoot/private
15:05:11 [2023-08-14T15:05:11.732Z] === RUN   TestMountDaemonRoot/rprivate
15:05:11 [2023-08-14T15:05:11.732Z] === PAUSE TestMountDaemonRoot/rprivate
15:05:11 [2023-08-14T15:05:11.732Z] === RUN   TestMountDaemonRoot/slave
15:05:11 [2023-08-14T15:05:11.732Z] === PAUSE TestMountDaemonRoot/slave
15:05:11 [2023-08-14T15:05:11.732Z] === RUN   TestMountDaemonRoot/rslave
15:05:11 [2023-08-14T15:05:11.732Z] === PAUSE TestMountDaemonRoot/rslave
15:05:11 [2023-08-14T15:05:11.732Z] === RUN   TestMountDaemonRoot/shared
15:05:11 [2023-08-14T15:05:11.732Z] === PAUSE TestMountDaemonRoot/shared
15:05:11 [2023-08-14T15:05:11.732Z] === RUN   TestMountDaemonRoot/rshared
15:05:11 [2023-08-14T15:05:11.732Z] === PAUSE TestMountDaemonRoot/rshared
15:05:11 [2023-08-14T15:05:11.732Z] === CONT  TestMountDaemonRoot/default
15:05:11 [2023-08-14T15:05:11.732Z] === CONT  TestMountDaemonRoot/rslave
15:05:11 [2023-08-14T15:05:11.732Z] === RUN   TestMountDaemonRoot/default/bind_root
15:05:11 [2023-08-14T15:05:11.732Z] === PAUSE TestMountDaemonRoot/default/bind_root
15:05:11 [2023-08-14T15:05:11.732Z] === CONT  TestMountDaemonRoot/private
15:05:11 [2023-08-14T15:05:11.732Z] === CONT  TestMountDaemonRoot/rprivate
15:05:11 [2023-08-14T15:05:11.732Z] === CONT  TestMountDaemonRoot/slave
15:05:11 [2023-08-14T15:05:11.732Z] === RUN   TestMountDaemonRoot/rslave/bind_root
15:05:11 [2023-08-14T15:05:11.732Z] === RUN   TestMountDaemonRoot/slave/bind_root
15:05:11 [2023-08-14T15:05:11.732Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
15:05:11 [2023-08-14T15:05:11.732Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
15:05:11 [2023-08-14T15:05:11.732Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
15:05:11 [2023-08-14T15:05:11.732Z] === RUN   TestMountDaemonRoot/rslave/mount_root
15:05:11 [2023-08-14T15:05:11.732Z] === PAUSE TestMountDaemonRoot/slave/bind_root
15:05:11 [2023-08-14T15:05:11.732Z] === CONT  TestMountDaemonRoot/rshared
15:05:11 [2023-08-14T15:05:11.732Z] === RUN   TestMountDaemonRoot/default/bind_subpath
15:05:11 [2023-08-14T15:05:11.732Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
15:05:11 [2023-08-14T15:05:11.732Z] === CONT  TestMountDaemonRoot/shared
15:05:11 [2023-08-14T15:05:11.732Z] === RUN   TestMountDaemonRoot/default/mount_root
15:05:11 [2023-08-14T15:05:11.732Z] === PAUSE TestMountDaemonRoot/default/mount_root
15:05:11 [2023-08-14T15:05:11.732Z] === RUN   TestMountDaemonRoot/default/mount_subpath
15:05:11 [2023-08-14T15:05:11.732Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
15:05:11 [2023-08-14T15:05:11.732Z] === CONT  TestMountDaemonRoot/default/bind_root
15:05:11 [2023-08-14T15:05:11.732Z] === RUN   TestMountDaemonRoot/rshared/bind_root
15:05:11 [2023-08-14T15:05:11.732Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
15:05:11 [2023-08-14T15:05:11.732Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
15:05:11 [2023-08-14T15:05:11.732Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
15:05:11 [2023-08-14T15:05:11.732Z] === RUN   TestMountDaemonRoot/rshared/mount_root
15:05:11 [2023-08-14T15:05:11.732Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
15:05:11 [2023-08-14T15:05:11.732Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
15:05:11 [2023-08-14T15:05:11.732Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
15:05:11 [2023-08-14T15:05:11.732Z] === CONT  TestMountDaemonRoot/default/mount_subpath
15:05:11 [2023-08-14T15:05:11.732Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
15:05:11 [2023-08-14T15:05:11.732Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
15:05:11 [2023-08-14T15:05:11.732Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
15:05:11 [2023-08-14T15:05:11.732Z] === CONT  TestMountDaemonRoot/rslave/bind_root
15:05:11 [2023-08-14T15:05:11.732Z] === CONT  TestMountDaemonRoot/rshared/bind_root
15:05:11 [2023-08-14T15:05:11.732Z] === RUN   TestMountDaemonRoot/private/bind_root
15:05:11 [2023-08-14T15:05:11.732Z] === PAUSE TestMountDaemonRoot/private/bind_root
15:05:11 [2023-08-14T15:05:11.732Z] === RUN   TestMountDaemonRoot/private/bind_subpath
15:05:11 [2023-08-14T15:05:11.732Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
15:05:11 [2023-08-14T15:05:11.732Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
15:05:11 [2023-08-14T15:05:11.732Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
15:05:11 [2023-08-14T15:05:11.732Z] === RUN   TestMountDaemonRoot/shared/bind_root
15:05:11 [2023-08-14T15:05:11.732Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
15:05:11 [2023-08-14T15:05:11.732Z] === PAUSE TestMountDaemonRoot/shared/bind_root
15:05:11 [2023-08-14T15:05:11.732Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
15:05:11 [2023-08-14T15:05:11.732Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
15:05:11 [2023-08-14T15:05:11.732Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
15:05:11 [2023-08-14T15:05:11.732Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
15:05:11 [2023-08-14T15:05:11.732Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
15:05:11 [2023-08-14T15:05:11.732Z] === RUN   TestMountDaemonRoot/shared/mount_root
15:05:11 [2023-08-14T15:05:11.732Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
15:05:11 [2023-08-14T15:05:11.732Z] === PAUSE TestMountDaemonRoot/shared/mount_root
15:05:11 [2023-08-14T15:05:11.732Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
15:05:11 [2023-08-14T15:05:11.732Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
15:05:11 [2023-08-14T15:05:11.732Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
15:05:11 [2023-08-14T15:05:11.732Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
15:05:11 [2023-08-14T15:05:11.732Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
15:05:11 [2023-08-14T15:05:11.732Z] === RUN   TestMountDaemonRoot/slave/mount_root
15:05:11 [2023-08-14T15:05:11.732Z] === PAUSE TestMountDaemonRoot/slave/mount_root
15:05:11 [2023-08-14T15:05:11.732Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
15:05:11 [2023-08-14T15:05:11.732Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
15:05:11 [2023-08-14T15:05:11.732Z] === CONT  TestMountDaemonRoot/default/mount_root
15:05:11 [2023-08-14T15:05:11.732Z] === CONT  TestMountDaemonRoot/default/bind_subpath
15:05:11 [2023-08-14T15:05:11.732Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
15:05:11 [2023-08-14T15:05:11.732Z] === RUN   TestMountDaemonRoot/private/mount_root
15:05:11 [2023-08-14T15:05:11.732Z] === PAUSE TestMountDaemonRoot/private/mount_root
15:05:11 [2023-08-14T15:05:11.732Z] === RUN   TestMountDaemonRoot/private/mount_subpath
15:05:11 [2023-08-14T15:05:11.732Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
15:05:11 [2023-08-14T15:05:11.732Z] === CONT  TestMountDaemonRoot/rshared/mount_root
15:05:11 [2023-08-14T15:05:11.732Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
15:05:11 [2023-08-14T15:05:11.732Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
15:05:11 [2023-08-14T15:05:11.732Z] === CONT  TestMountDaemonRoot/shared/bind_root
15:05:11 [2023-08-14T15:05:11.732Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
15:05:11 [2023-08-14T15:05:11.732Z] === CONT  TestMountDaemonRoot/rslave/mount_root
15:05:11 [2023-08-14T15:05:11.732Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
15:05:11 [2023-08-14T15:05:11.732Z] === CONT  TestMountDaemonRoot/slave/bind_root
15:05:11 [2023-08-14T15:05:11.732Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
15:05:11 [2023-08-14T15:05:11.732Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
15:05:11 [2023-08-14T15:05:11.732Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
15:05:11 [2023-08-14T15:05:11.732Z] === CONT  TestMountDaemonRoot/shared/mount_root
15:05:11 [2023-08-14T15:05:11.732Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
15:05:11 [2023-08-14T15:05:11.732Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
15:05:11 [2023-08-14T15:05:11.733Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
15:05:11 [2023-08-14T15:05:11.733Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
15:05:11 [2023-08-14T15:05:11.733Z] === CONT  TestMountDaemonRoot/slave/mount_root
15:05:11 [2023-08-14T15:05:11.733Z] === CONT  TestMountDaemonRoot/private/bind_root
15:05:11 [2023-08-14T15:05:11.733Z] === CONT  TestMountDaemonRoot/private/mount_root
15:05:11 [2023-08-14T15:05:11.733Z] === CONT  TestMountDaemonRoot/private/mount_subpath
15:05:11 [2023-08-14T15:05:11.733Z] === CONT  TestMountDaemonRoot/private/bind_subpath
15:05:11 [2023-08-14T15:05:11.733Z] --- PASS: TestMountDaemonRoot (0.02s)
15:05:11 [2023-08-14T15:05:11.733Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
15:05:11 [2023-08-14T15:05:11.733Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s)
15:05:11 [2023-08-14T15:05:11.733Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.05s)
15:05:11 [2023-08-14T15:05:11.733Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.05s)
15:05:11 [2023-08-14T15:05:11.733Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s)
15:05:11 [2023-08-14T15:05:11.733Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
15:05:11 [2023-08-14T15:05:11.733Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s)
15:05:11 [2023-08-14T15:05:11.733Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s)
15:05:11 [2023-08-14T15:05:11.733Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s)
15:05:11 [2023-08-14T15:05:11.733Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s)
15:05:11 [2023-08-14T15:05:11.733Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
15:05:11 [2023-08-14T15:05:11.733Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
15:05:11 [2023-08-14T15:05:11.733Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
15:05:11 [2023-08-14T15:05:11.733Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
15:05:11 [2023-08-14T15:05:11.733Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
15:05:11 [2023-08-14T15:05:11.733Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
15:05:11 [2023-08-14T15:05:11.733Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s)
15:05:11 [2023-08-14T15:05:11.733Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s)
15:05:11 [2023-08-14T15:05:11.733Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s)
15:05:11 [2023-08-14T15:05:11.733Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s)
15:05:11 [2023-08-14T15:05:11.733Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
15:05:11 [2023-08-14T15:05:11.733Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s)
15:05:11 [2023-08-14T15:05:11.733Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
15:05:11 [2023-08-14T15:05:11.733Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
15:05:11 [2023-08-14T15:05:11.733Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s)
15:05:11 [2023-08-14T15:05:11.733Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
15:05:11 [2023-08-14T15:05:11.733Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s)
15:05:11 [2023-08-14T15:05:11.733Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
15:05:11 [2023-08-14T15:05:11.733Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s)
15:05:11 [2023-08-14T15:05:11.733Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s)
15:05:11 [2023-08-14T15:05:11.733Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
15:05:11 [2023-08-14T15:05:11.733Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
15:05:11 [2023-08-14T15:05:11.733Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.03s)
15:05:11 [2023-08-14T15:05:11.733Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s)
15:05:11 [2023-08-14T15:05:11.733Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s)
15:05:11 [2023-08-14T15:05:11.733Z] === RUN   TestContainerBindMountNonRecursive
15:05:13 [2023-08-14T15:05:13.097Z] --- PASS: TestContainerBindMountNonRecursive (1.18s)
15:05:13 [2023-08-14T15:05:13.097Z] === RUN   TestContainerVolumesMountedAsShared
15:05:13 [2023-08-14T15:05:13.658Z] --- PASS: TestContainerVolumesMountedAsShared (0.47s)
15:05:13 [2023-08-14T15:05:13.658Z] === RUN   TestContainerVolumesMountedAsSlave
15:05:13 [2023-08-14T15:05:13.658Z] --- PASS: TestContainerVolumesMountedAsSlave (0.28s)
15:05:13 [2023-08-14T15:05:13.658Z] === RUN   TestContainerCopyLeaksMounts
15:05:14 [2023-08-14T15:05:14.219Z] --- PASS: TestContainerCopyLeaksMounts (0.55s)
15:05:14 [2023-08-14T15:05:14.219Z] === RUN   TestContainerBindMountRecursivelyReadOnly
15:05:16 [2023-08-14T15:05:16.107Z] --- PASS: TestContainerBindMountRecursivelyReadOnly (1.40s)
15:05:16 [2023-08-14T15:05:16.107Z] === RUN   TestNetworkNat
15:05:16 [2023-08-14T15:05:16.107Z] --- PASS: TestNetworkNat (0.47s)
15:05:16 [2023-08-14T15:05:16.107Z] === RUN   TestNetworkLocalhostTCPNat
15:05:16 [2023-08-14T15:05:16.668Z] --- PASS: TestNetworkLocalhostTCPNat (0.50s)
15:05:16 [2023-08-14T15:05:16.668Z] === RUN   TestNetworkLoopbackNat
15:05:19 [2023-08-14T15:05:19.202Z] --- PASS: TestNetworkLoopbackNat (2.60s)
15:05:19 [2023-08-14T15:05:19.202Z] === RUN   TestPause
15:05:19 [2023-08-14T15:05:19.763Z] --- PASS: TestPause (0.45s)
15:05:19 [2023-08-14T15:05:19.763Z] === RUN   TestPauseFailsOnWindowsServerContainers
15:05:19 [2023-08-14T15:05:19.763Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
15:05:19 [2023-08-14T15:05:19.763Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
15:05:19 [2023-08-14T15:05:19.763Z] === RUN   TestPauseStopPausedContainer
15:05:20 [2023-08-14T15:05:20.323Z] --- PASS: TestPauseStopPausedContainer (0.46s)
15:05:20 [2023-08-14T15:05:20.323Z] === RUN   TestPIDModeHost
15:05:21 [2023-08-14T15:05:21.249Z] --- PASS: TestPIDModeHost (1.02s)
15:05:21 [2023-08-14T15:05:21.249Z] === RUN   TestPsFilter
15:05:21 [2023-08-14T15:05:21.249Z] === RUN   TestPsFilter/since
15:05:21 [2023-08-14T15:05:21.249Z] === RUN   TestPsFilter/before
15:05:21 [2023-08-14T15:05:21.249Z] --- PASS: TestPsFilter (0.08s)
15:05:21 [2023-08-14T15:05:21.249Z]     --- PASS: TestPsFilter/since (0.00s)
15:05:21 [2023-08-14T15:05:21.249Z]     --- PASS: TestPsFilter/before (0.00s)
15:05:21 [2023-08-14T15:05:21.249Z] === RUN   TestRemoveContainerWithRemovedVolume
15:05:21 [2023-08-14T15:05:21.810Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.43s)
15:05:21 [2023-08-14T15:05:21.810Z] === RUN   TestRemoveContainerWithVolume
15:05:22 [2023-08-14T15:05:22.372Z] --- PASS: TestRemoveContainerWithVolume (0.48s)
15:05:22 [2023-08-14T15:05:22.372Z] === RUN   TestRemoveContainerRunning
15:05:22 [2023-08-14T15:05:22.628Z] --- PASS: TestRemoveContainerRunning (0.44s)
15:05:22 [2023-08-14T15:05:22.628Z] === RUN   TestRemoveContainerForceRemoveRunning
15:05:23 [2023-08-14T15:05:23.189Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.43s)
15:05:23 [2023-08-14T15:05:23.189Z] === RUN   TestRemoveInvalidContainer
15:05:23 [2023-08-14T15:05:23.189Z] --- PASS: TestRemoveInvalidContainer (0.01s)
15:05:23 [2023-08-14T15:05:23.189Z] === RUN   TestRenameLinkedContainer
15:05:25 [2023-08-14T15:05:25.077Z] --- PASS: TestRenameLinkedContainer (1.69s)
15:05:25 [2023-08-14T15:05:25.077Z] === RUN   TestRenameStoppedContainer
15:05:25 [2023-08-14T15:05:25.333Z] --- PASS: TestRenameStoppedContainer (0.45s)
15:05:25 [2023-08-14T15:05:25.333Z] === RUN   TestRenameRunningContainerAndReuse
15:05:26 [2023-08-14T15:05:26.260Z] --- PASS: TestRenameRunningContainerAndReuse (0.88s)
15:05:26 [2023-08-14T15:05:26.260Z] === RUN   TestRenameInvalidName
15:05:26 [2023-08-14T15:05:26.516Z] --- PASS: TestRenameInvalidName (0.46s)
15:05:26 [2023-08-14T15:05:26.516Z] === RUN   TestRenameAnonymousContainer
15:05:28 [2023-08-14T15:05:28.402Z] --- PASS: TestRenameAnonymousContainer (1.60s)
15:05:28 [2023-08-14T15:05:28.402Z] === RUN   TestRenameContainerWithSameName
15:05:28 [2023-08-14T15:05:28.658Z] --- PASS: TestRenameContainerWithSameName (0.45s)
15:05:28 [2023-08-14T15:05:28.658Z] === RUN   TestRenameContainerWithLinkedContainer
15:05:29 [2023-08-14T15:05:29.585Z] --- PASS: TestRenameContainerWithLinkedContainer (0.92s)
15:05:29 [2023-08-14T15:05:29.585Z] === RUN   TestResize
15:05:30 [2023-08-14T15:05:30.147Z] --- PASS: TestResize (0.44s)
15:05:30 [2023-08-14T15:05:30.147Z] === RUN   TestResizeWithInvalidSize
15:05:30 [2023-08-14T15:05:30.402Z] --- PASS: TestResizeWithInvalidSize (0.47s)
15:05:30 [2023-08-14T15:05:30.402Z] === RUN   TestResizeWhenContainerNotStarted
15:05:30 [2023-08-14T15:05:30.964Z] --- PASS: TestResizeWhenContainerNotStarted (0.43s)
15:05:30 [2023-08-14T15:05:30.964Z] === RUN   TestDaemonRestartKillContainers
15:05:30 [2023-08-14T15:05:30.964Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
15:05:30 [2023-08-14T15:05:30.964Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
15:05:30 [2023-08-14T15:05:30.964Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
15:05:30 [2023-08-14T15:05:30.964Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
15:05:30 [2023-08-14T15:05:30.964Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
15:05:30 [2023-08-14T15:05:30.964Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
15:05:30 [2023-08-14T15:05:30.964Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
15:05:30 [2023-08-14T15:05:30.964Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
15:05:30 [2023-08-14T15:05:30.964Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
15:05:30 [2023-08-14T15:05:30.964Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
15:05:30 [2023-08-14T15:05:30.964Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
15:05:30 [2023-08-14T15:05:30.964Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
15:05:30 [2023-08-14T15:05:30.964Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
15:05:30 [2023-08-14T15:05:30.964Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
15:05:30 [2023-08-14T15:05:30.964Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
15:05:30 [2023-08-14T15:05:30.964Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
15:05:30 [2023-08-14T15:05:30.964Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
15:05:30 [2023-08-14T15:05:30.964Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
15:05:30 [2023-08-14T15:05:30.964Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
15:05:30 [2023-08-14T15:05:30.964Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
15:05:30 [2023-08-14T15:05:30.964Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
15:05:30 [2023-08-14T15:05:30.964Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
15:05:30 [2023-08-14T15:05:30.964Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
15:05:30 [2023-08-14T15:05:30.964Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
15:05:30 [2023-08-14T15:05:30.964Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
15:05:30 [2023-08-14T15:05:30.964Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
15:05:30 [2023-08-14T15:05:30.964Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
15:05:30 [2023-08-14T15:05:30.964Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
15:05:30 [2023-08-14T15:05:30.964Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
15:05:30 [2023-08-14T15:05:30.964Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
15:05:30 [2023-08-14T15:05:30.964Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
15:05:30 [2023-08-14T15:05:30.964Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
15:05:30 [2023-08-14T15:05:30.964Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
15:05:30 [2023-08-14T15:05:30.964Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
15:05:30 [2023-08-14T15:05:30.964Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
15:05:30 [2023-08-14T15:05:30.964Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
15:05:30 [2023-08-14T15:05:30.964Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
15:05:30 [2023-08-14T15:05:30.964Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
15:05:30 [2023-08-14T15:05:30.964Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
15:05:30 [2023-08-14T15:05:30.964Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
15:05:32 [2023-08-14T15:05:32.329Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
15:05:32 [2023-08-14T15:05:32.329Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
15:05:32 [2023-08-14T15:05:32.329Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
15:05:32 [2023-08-14T15:05:32.329Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
15:05:32 [2023-08-14T15:05:32.891Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
15:05:34 [2023-08-14T15:05:34.256Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
15:05:34 [2023-08-14T15:05:34.256Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
15:05:34 [2023-08-14T15:05:34.256Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
15:05:38 [2023-08-14T15:05:38.420Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
15:05:38 [2023-08-14T15:05:38.420Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.24s)
15:05:38 [2023-08-14T15:05:38.420Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.24s)
15:05:38 [2023-08-14T15:05:38.420Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.25s)
15:05:38 [2023-08-14T15:05:38.420Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.25s)
15:05:38 [2023-08-14T15:05:38.420Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.04s)
15:05:38 [2023-08-14T15:05:38.420Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.11s)
15:05:38 [2023-08-14T15:05:38.420Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.16s)
15:05:38 [2023-08-14T15:05:38.420Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.26s)
15:05:38 [2023-08-14T15:05:38.420Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.58s)
15:05:38 [2023-08-14T15:05:38.420Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.84s)
15:05:38 [2023-08-14T15:05:38.420Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.84s)
15:05:38 [2023-08-14T15:05:38.420Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.15s)
15:05:38 [2023-08-14T15:05:38.420Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.59s)
15:05:38 [2023-08-14T15:05:38.420Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.76s)
15:05:38 [2023-08-14T15:05:38.420Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.93s)
15:05:38 [2023-08-14T15:05:38.420Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.63s)
15:05:38 [2023-08-14T15:05:38.420Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted
15:05:38 [2023-08-14T15:05:38.420Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/kill
15:05:38 [2023-08-14T15:05:38.676Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/stop
15:05:40 [2023-08-14T15:05:40.040Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.85s)
15:05:40 [2023-08-14T15:05:40.040Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.87s)
15:05:40 [2023-08-14T15:05:40.040Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (0.96s)
15:05:40 [2023-08-14T15:05:40.040Z] === RUN   TestCgroupNamespacesRun
15:05:40 [2023-08-14T15:05:40.966Z] --- PASS: TestCgroupNamespacesRun (1.08s)
15:05:40 [2023-08-14T15:05:40.966Z] === RUN   TestCgroupNamespacesRunPrivileged
15:05:41 [2023-08-14T15:05:41.892Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.06s)
15:05:41 [2023-08-14T15:05:41.892Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
15:05:43 [2023-08-14T15:05:43.257Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.10s)
15:05:43 [2023-08-14T15:05:43.257Z] === RUN   TestCgroupNamespacesRunHostMode
15:05:44 [2023-08-14T15:05:44.185Z] --- PASS: TestCgroupNamespacesRunHostMode (1.10s)
15:05:44 [2023-08-14T15:05:44.185Z] === RUN   TestCgroupNamespacesRunPrivateMode
15:05:45 [2023-08-14T15:05:45.128Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.14s)
15:05:45 [2023-08-14T15:05:45.128Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
15:05:46 [2023-08-14T15:05:46.492Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.08s)
15:05:46 [2023-08-14T15:05:46.492Z] === RUN   TestCgroupNamespacesRunInvalidMode
15:05:47 [2023-08-14T15:05:47.052Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.59s)
15:05:47 [2023-08-14T15:05:47.052Z] === RUN   TestCgroupNamespacesRunOlderClient
15:05:47 [2023-08-14T15:05:47.979Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.05s)
15:05:47 [2023-08-14T15:05:47.979Z] === RUN   TestNISDomainname
15:05:48 [2023-08-14T15:05:48.540Z] --- PASS: TestNISDomainname (0.54s)
15:05:48 [2023-08-14T15:05:48.540Z] === RUN   TestHostnameDnsResolution
15:05:49 [2023-08-14T15:05:49.102Z] --- PASS: TestHostnameDnsResolution (0.73s)
15:05:49 [2023-08-14T15:05:49.102Z] === RUN   TestUnprivilegedPortsAndPing
15:05:49 [2023-08-14T15:05:49.665Z] --- PASS: TestUnprivilegedPortsAndPing (0.53s)
15:05:49 [2023-08-14T15:05:49.665Z] === RUN   TestPrivilegedHostDevices
15:05:50 [2023-08-14T15:05:50.226Z] --- PASS: TestPrivilegedHostDevices (0.52s)
15:05:50 [2023-08-14T15:05:50.227Z] === RUN   TestRunConsoleSize
15:05:50 [2023-08-14T15:05:50.787Z] --- PASS: TestRunConsoleSize (0.44s)
15:05:50 [2023-08-14T15:05:50.787Z] === RUN   TestRunWithAlternativeContainerdShim
15:05:54 [2023-08-14T15:05:54.952Z] --- PASS: TestRunWithAlternativeContainerdShim (3.90s)
15:05:54 [2023-08-14T15:05:54.952Z] === RUN   TestStats
15:05:57 [2023-08-14T15:05:57.465Z] --- PASS: TestStats (2.47s)
15:05:57 [2023-08-14T15:05:57.466Z] === RUN   TestStopContainerWithTimeout
15:05:57 [2023-08-14T15:05:57.466Z] === RUN   TestStopContainerWithTimeout/0
15:05:57 [2023-08-14T15:05:57.466Z] === PAUSE TestStopContainerWithTimeout/0
15:05:57 [2023-08-14T15:05:57.466Z] === RUN   TestStopContainerWithTimeout/1
15:05:57 [2023-08-14T15:05:57.466Z] === PAUSE TestStopContainerWithTimeout/1
15:05:57 [2023-08-14T15:05:57.466Z] === RUN   TestStopContainerWithTimeout/3
15:05:57 [2023-08-14T15:05:57.466Z] === PAUSE TestStopContainerWithTimeout/3
15:05:57 [2023-08-14T15:05:57.466Z] === RUN   TestStopContainerWithTimeout/-1
15:05:57 [2023-08-14T15:05:57.466Z] === PAUSE TestStopContainerWithTimeout/-1
15:05:57 [2023-08-14T15:05:57.466Z] === CONT  TestStopContainerWithTimeout/0
15:05:57 [2023-08-14T15:05:57.466Z] === CONT  TestStopContainerWithTimeout/3
15:05:57 [2023-08-14T15:05:57.466Z] === CONT  TestStopContainerWithTimeout/-1
15:05:57 [2023-08-14T15:05:57.466Z] === CONT  TestStopContainerWithTimeout/1
15:05:59 [2023-08-14T15:05:59.979Z] --- PASS: TestStopContainerWithTimeout (0.04s)
15:05:59 [2023-08-14T15:05:59.980Z]     --- PASS: TestStopContainerWithTimeout/0 (0.76s)
15:05:59 [2023-08-14T15:05:59.980Z]     --- PASS: TestStopContainerWithTimeout/1 (1.95s)
15:05:59 [2023-08-14T15:05:59.980Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.66s)
15:05:59 [2023-08-14T15:05:59.980Z]     --- PASS: TestStopContainerWithTimeout/3 (2.92s)
15:05:59 [2023-08-14T15:05:59.980Z] === RUN   TestStopContainerWithTimeoutCancel
15:05:59 [2023-08-14T15:05:59.980Z] === PAUSE TestStopContainerWithTimeoutCancel
15:05:59 [2023-08-14T15:05:59.980Z] === RUN   TestStopContainerWithRestartPolicyAlways
15:06:01 [2023-08-14T15:06:01.867Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.95s)
15:06:01 [2023-08-14T15:06:01.867Z] === RUN   TestUpdateMemory
15:06:02 [2023-08-14T15:06:02.793Z] --- PASS: TestUpdateMemory (0.58s)
15:06:02 [2023-08-14T15:06:02.793Z] === RUN   TestUpdateCPUQuota
15:06:03 [2023-08-14T15:06:03.355Z] --- PASS: TestUpdateCPUQuota (0.88s)
15:06:03 [2023-08-14T15:06:03.355Z] === RUN   TestUpdatePidsLimit
15:06:03 [2023-08-14T15:06:03.355Z] === RUN   TestUpdatePidsLimit/update_from_none
15:06:03 [2023-08-14T15:06:03.611Z] === RUN   TestUpdatePidsLimit/no_change
15:06:03 [2023-08-14T15:06:03.866Z] === RUN   TestUpdatePidsLimit/update_lower
15:06:04 [2023-08-14T15:06:04.122Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
15:06:04 [2023-08-14T15:06:04.378Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
15:06:04 [2023-08-14T15:06:04.633Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
15:06:04 [2023-08-14T15:06:04.633Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
15:06:05 [2023-08-14T15:06:05.560Z] --- PASS: TestUpdatePidsLimit (1.99s)
15:06:05 [2023-08-14T15:06:05.560Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.22s)
15:06:05 [2023-08-14T15:06:05.560Z]     --- PASS: TestUpdatePidsLimit/no_change (0.20s)
15:06:05 [2023-08-14T15:06:05.560Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.23s)
15:06:05 [2023-08-14T15:06:05.560Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.20s)
15:06:05 [2023-08-14T15:06:05.560Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.23s)
15:06:05 [2023-08-14T15:06:05.560Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.18s)
15:06:05 [2023-08-14T15:06:05.560Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.23s)
15:06:05 [2023-08-14T15:06:05.560Z] === RUN   TestUpdateRestartPolicy
15:06:17 [2023-08-14T15:06:17.725Z] --- PASS: TestUpdateRestartPolicy (10.76s)
15:06:17 [2023-08-14T15:06:17.725Z] === RUN   TestUpdateRestartWithAutoRemove
15:06:17 [2023-08-14T15:06:17.725Z] --- PASS: TestUpdateRestartWithAutoRemove (0.43s)
15:06:17 [2023-08-14T15:06:17.725Z] === RUN   TestWaitNonBlocked
15:06:17 [2023-08-14T15:06:17.725Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
15:06:17 [2023-08-14T15:06:17.725Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
15:06:17 [2023-08-14T15:06:17.725Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
15:06:17 [2023-08-14T15:06:17.725Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
15:06:17 [2023-08-14T15:06:17.725Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
15:06:17 [2023-08-14T15:06:17.725Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
15:06:17 [2023-08-14T15:06:17.725Z] --- PASS: TestWaitNonBlocked (0.02s)
15:06:17 [2023-08-14T15:06:17.725Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.80s)
15:06:17 [2023-08-14T15:06:17.725Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.84s)
15:06:17 [2023-08-14T15:06:17.725Z] === RUN   TestWaitBlocked
15:06:17 [2023-08-14T15:06:17.725Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
15:06:17 [2023-08-14T15:06:17.725Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
15:06:17 [2023-08-14T15:06:17.725Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
15:06:17 [2023-08-14T15:06:17.725Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
15:06:17 [2023-08-14T15:06:17.725Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
15:06:17 [2023-08-14T15:06:17.725Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
15:06:18 [2023-08-14T15:06:18.286Z] --- PASS: TestWaitBlocked (0.02s)
15:06:18 [2023-08-14T15:06:18.286Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.69s)
15:06:18 [2023-08-14T15:06:18.286Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.74s)
15:06:18 [2023-08-14T15:06:18.286Z] === RUN   TestWaitConditions
15:06:18 [2023-08-14T15:06:18.286Z] === RUN   TestWaitConditions/default
15:06:18 [2023-08-14T15:06:18.286Z] === PAUSE TestWaitConditions/default
15:06:18 [2023-08-14T15:06:18.286Z] === RUN   TestWaitConditions/not-running
15:06:18 [2023-08-14T15:06:18.286Z] === PAUSE TestWaitConditions/not-running
15:06:18 [2023-08-14T15:06:18.286Z] === RUN   TestWaitConditions/next-exit
15:06:18 [2023-08-14T15:06:18.286Z] === PAUSE TestWaitConditions/next-exit
15:06:18 [2023-08-14T15:06:18.286Z] === RUN   TestWaitConditions/removed
15:06:18 [2023-08-14T15:06:18.286Z] === PAUSE TestWaitConditions/removed
15:06:18 [2023-08-14T15:06:18.286Z] === CONT  TestWaitConditions/default
15:06:18 [2023-08-14T15:06:18.286Z] === CONT  TestWaitConditions/next-exit
15:06:18 [2023-08-14T15:06:18.286Z] === CONT  TestWaitConditions/removed
15:06:18 [2023-08-14T15:06:18.286Z] === CONT  TestWaitConditions/not-running
15:06:18 [2023-08-14T15:06:18.286Z]     wait_test.go:146: ContainerID = 1cecd56f3fb5391670a7cc350132c15ee90af50b46c7d280e4b4c1b5df781762
15:06:18 [2023-08-14T15:06:18.286Z]     wait_test.go:146: ContainerID = aa4acf7392422140fc248fb2db28779d6c5fd338491d414769c6284c170c8191
15:06:18 [2023-08-14T15:06:18.286Z]     wait_test.go:146: ContainerID = 3a5cfc8377dbb7d574172ed78fb6a9bd0b9e60df79ad0522f42e9a7ad9a60cd8
15:06:18 [2023-08-14T15:06:18.286Z]     wait_test.go:146: ContainerID = 89dd304e338c77e1e677c2dddac30f7429d3c2c9f861b8a4426146c3746804c1
15:06:19 [2023-08-14T15:06:19.651Z] --- PASS: TestWaitConditions (0.03s)
15:06:19 [2023-08-14T15:06:19.651Z]     --- PASS: TestWaitConditions/not-running (0.90s)
15:06:19 [2023-08-14T15:06:19.651Z]     --- PASS: TestWaitConditions/removed (1.18s)
15:06:19 [2023-08-14T15:06:19.651Z]     --- PASS: TestWaitConditions/next-exit (1.21s)
15:06:19 [2023-08-14T15:06:19.651Z]     --- PASS: TestWaitConditions/default (1.22s)
15:06:19 [2023-08-14T15:06:19.651Z] === RUN   TestWaitRestartedContainer
15:06:19 [2023-08-14T15:06:19.651Z] === RUN   TestWaitRestartedContainer/default
15:06:19 [2023-08-14T15:06:19.651Z] === PAUSE TestWaitRestartedContainer/default
15:06:19 [2023-08-14T15:06:19.651Z] === RUN   TestWaitRestartedContainer/not-running
15:06:19 [2023-08-14T15:06:19.651Z] === PAUSE TestWaitRestartedContainer/not-running
15:06:19 [2023-08-14T15:06:19.651Z] === RUN   TestWaitRestartedContainer/next-exit
15:06:19 [2023-08-14T15:06:19.651Z] === PAUSE TestWaitRestartedContainer/next-exit
15:06:19 [2023-08-14T15:06:19.651Z] === CONT  TestWaitRestartedContainer/default
15:06:19 [2023-08-14T15:06:19.651Z] === CONT  TestWaitRestartedContainer/next-exit
15:06:19 [2023-08-14T15:06:19.651Z] === CONT  TestWaitRestartedContainer/not-running
15:06:21 [2023-08-14T15:06:21.547Z] --- PASS: TestWaitRestartedContainer (0.01s)
15:06:21 [2023-08-14T15:06:21.547Z]     --- PASS: TestWaitRestartedContainer/not-running (1.41s)
15:06:21 [2023-08-14T15:06:21.547Z]     --- PASS: TestWaitRestartedContainer/default (1.92s)
15:06:21 [2023-08-14T15:06:21.547Z]     --- PASS: TestWaitRestartedContainer/next-exit (1.97s)
15:06:21 [2023-08-14T15:06:21.547Z] === CONT  TestContainerStartOnDaemonRestart
15:06:21 [2023-08-14T15:06:21.547Z] === CONT  TestStopContainerWithTimeoutCancel
15:06:21 [2023-08-14T15:06:21.547Z] === CONT  TestIpcModeOlderClient
15:06:21 [2023-08-14T15:06:21.547Z] === CONT  TestContainerKillOnDaemonStart
15:06:21 [2023-08-14T15:06:21.547Z] === CONT  TestDaemonHostGatewayIP
15:06:21 [2023-08-14T15:06:21.547Z] === CONT  TestDaemonRestartIpcMode
15:06:21 [2023-08-14T15:06:21.547Z] === CONT  TestRestartDaemonWithRestartingContainer
15:06:21 [2023-08-14T15:06:21.547Z] === CONT  TestHardRestartWhenContainerIsRunning
15:06:21 [2023-08-14T15:06:21.547Z] --- PASS: TestIpcModeOlderClient (0.07s)
15:06:23 [2023-08-14T15:06:23.438Z] === RUN   TestHardRestartWhenContainerIsRunning/RestartPolicy=none
15:06:23 [2023-08-14T15:06:23.438Z] === RUN   TestHardRestartWhenContainerIsRunning/RestartPolicy=on-failure
15:06:23 [2023-08-14T15:06:23.694Z] --- PASS: TestHardRestartWhenContainerIsRunning (2.32s)
15:06:23 [2023-08-14T15:06:23.694Z]     --- PASS: TestHardRestartWhenContainerIsRunning/RestartPolicy=none (0.00s)
15:06:23 [2023-08-14T15:06:23.694Z]     --- PASS: TestHardRestartWhenContainerIsRunning/RestartPolicy=on-failure (0.40s)
15:06:23 [2023-08-14T15:06:23.950Z] --- PASS: TestContainerStartOnDaemonRestart (2.59s)
15:06:24 [2023-08-14T15:06:24.877Z] --- PASS: TestDaemonHostGatewayIP (3.50s)
15:06:25 [2023-08-14T15:06:25.133Z] --- PASS: TestStopContainerWithTimeoutCancel (3.66s)
15:06:25 [2023-08-14T15:06:25.133Z] --- PASS: TestDaemonRestartIpcMode (3.73s)
15:06:25 [2023-08-14T15:06:25.388Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.83s)
15:06:33 [2023-08-14T15:06:33.469Z] --- PASS: TestContainerKillOnDaemonStart (11.70s)
15:06:33 [2023-08-14T15:06:33.469Z] PASS
15:06:33 [2023-08-14T15:06:33.469Z] 
15:06:33 [2023-08-14T15:06:33.469Z] === Skipped
15:06:33 [2023-08-14T15:06:33.469Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
15:06:33 [2023-08-14T15:06:33.469Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
15:06:33 [2023-08-14T15:06:33.469Z] 
15:06:33 [2023-08-14T15:06:33.469Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
15:06:33 [2023-08-14T15:06:33.469Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
15:06:33 [2023-08-14T15:06:33.469Z] 
15:06:33 [2023-08-14T15:06:33.469Z] DONE 301 tests, 2 skipped in 161.279s
15:06:33 [2023-08-14T15:06:33.469Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m  
15:06:33 [2023-08-14T15:06:33.469Z] ++ 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
15:06:33 [2023-08-14T15:06:33.469Z] ++ set -e
15:06:33 [2023-08-14T15:06:33.469Z] ++ '[' -n 0 ']'
15:06:33 [2023-08-14T15:06:33.469Z] ++ set -x
15:06:33 [2023-08-14T15:06:33.469Z] ++ 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_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.1Ppm4Vqa8d/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= 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= 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
15:06:33 [2023-08-14T15:06:33.469Z] INFO: Testing against a local daemon
15:06:33 [2023-08-14T15:06:33.469Z] === RUN   TestConfigDaemonID
15:06:34 [2023-08-14T15:06:34.396Z]     daemon_test.go:52: [d32699e2a7266] daemon is not started
15:06:34 [2023-08-14T15:06:34.396Z] --- PASS: TestConfigDaemonID (1.04s)
15:06:34 [2023-08-14T15:06:34.396Z] === RUN   TestDaemonConfigValidation
15:06:34 [2023-08-14T15:06:34.396Z] === RUN   TestDaemonConfigValidation/config_with_no_content
15:06:34 [2023-08-14T15:06:34.396Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
15:06:34 [2023-08-14T15:06:34.396Z] === RUN   TestDaemonConfigValidation/config_with_{}
15:06:34 [2023-08-14T15:06:34.396Z] === PAUSE TestDaemonConfigValidation/config_with_{}
15:06:34 [2023-08-14T15:06:34.396Z] === RUN   TestDaemonConfigValidation/invalid_config
15:06:34 [2023-08-14T15:06:34.396Z] === PAUSE TestDaemonConfigValidation/invalid_config
15:06:34 [2023-08-14T15:06:34.396Z] === RUN   TestDaemonConfigValidation/malformed_config
15:06:34 [2023-08-14T15:06:34.396Z] === PAUSE TestDaemonConfigValidation/malformed_config
15:06:34 [2023-08-14T15:06:34.396Z] === RUN   TestDaemonConfigValidation/valid_config
15:06:34 [2023-08-14T15:06:34.396Z] === PAUSE TestDaemonConfigValidation/valid_config
15:06:34 [2023-08-14T15:06:34.396Z] === CONT  TestDaemonConfigValidation/config_with_no_content
15:06:34 [2023-08-14T15:06:34.396Z] === CONT  TestDaemonConfigValidation/malformed_config
15:06:34 [2023-08-14T15:06:34.396Z] === CONT  TestDaemonConfigValidation/config_with_{}
15:06:34 [2023-08-14T15:06:34.396Z] === CONT  TestDaemonConfigValidation/valid_config
15:06:34 [2023-08-14T15:06:34.396Z] === CONT  TestDaemonConfigValidation/invalid_config
15:06:34 [2023-08-14T15:06:34.396Z] --- PASS: TestDaemonConfigValidation (0.00s)
15:06:34 [2023-08-14T15:06:34.396Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s)
15:06:34 [2023-08-14T15:06:34.396Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.06s)
15:06:34 [2023-08-14T15:06:34.396Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.06s)
15:06:34 [2023-08-14T15:06:34.396Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.06s)
15:06:34 [2023-08-14T15:06:34.396Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.06s)
15:06:34 [2023-08-14T15:06:34.396Z] === RUN   TestConfigDaemonSeccompProfiles
15:06:34 [2023-08-14T15:06:34.396Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
15:06:35 [2023-08-14T15:06:35.322Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
15:06:36 [2023-08-14T15:06:36.687Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
15:06:37 [2023-08-14T15:06:37.614Z]     daemon_test.go:166: [dda959236f2d1] daemon is not started
15:06:37 [2023-08-14T15:06:37.614Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s)
15:06:37 [2023-08-14T15:06:37.614Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
15:06:37 [2023-08-14T15:06:37.614Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
15:06:37 [2023-08-14T15:06:37.614Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
15:06:37 [2023-08-14T15:06:37.614Z] === RUN   TestDaemonProxy
15:06:37 [2023-08-14T15:06:37.614Z] === RUN   TestDaemonProxy/environment_variables
15:06:37 [2023-08-14T15:06:37.614Z] === PAUSE TestDaemonProxy/environment_variables
15:06:37 [2023-08-14T15:06:37.614Z] === RUN   TestDaemonProxy/command-line_options
15:06:37 [2023-08-14T15:06:37.614Z] === PAUSE TestDaemonProxy/command-line_options
15:06:37 [2023-08-14T15:06:37.614Z] === RUN   TestDaemonProxy/configuration_file
15:06:37 [2023-08-14T15:06:37.614Z] === PAUSE TestDaemonProxy/configuration_file
15:06:37 [2023-08-14T15:06:37.614Z] === RUN   TestDaemonProxy/conflicting_options
15:06:37 [2023-08-14T15:06:37.870Z] === RUN   TestDaemonProxy/reload_sanitized
15:06:37 [2023-08-14T15:06:37.870Z] === PAUSE TestDaemonProxy/reload_sanitized
15:06:37 [2023-08-14T15:06:37.870Z] === CONT  TestDaemonProxy/environment_variables
15:06:37 [2023-08-14T15:06:37.870Z] === CONT  TestDaemonProxy/configuration_file
15:06:37 [2023-08-14T15:06:37.870Z] === CONT  TestDaemonProxy/reload_sanitized
15:06:37 [2023-08-14T15:06:37.870Z] === CONT  TestDaemonProxy/command-line_options
15:06:39 [2023-08-14T15:06:39.757Z] --- PASS: TestDaemonProxy (0.50s)
15:06:39 [2023-08-14T15:06:39.757Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
15:06:39 [2023-08-14T15:06:39.757Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.62s)
15:06:39 [2023-08-14T15:06:39.757Z]     --- PASS: TestDaemonProxy/command-line_options (1.75s)
15:06:39 [2023-08-14T15:06:39.757Z]     --- PASS: TestDaemonProxy/environment_variables (1.75s)
15:06:39 [2023-08-14T15:06:39.757Z]     --- PASS: TestDaemonProxy/configuration_file (1.76s)
15:06:39 [2023-08-14T15:06:39.757Z] === RUN   TestLiveRestore
15:06:39 [2023-08-14T15:06:39.757Z] === RUN   TestLiveRestore/volume_references
15:06:39 [2023-08-14T15:06:39.757Z] === PAUSE TestLiveRestore/volume_references
15:06:39 [2023-08-14T15:06:39.757Z] === CONT  TestLiveRestore/volume_references
15:06:40 [2023-08-14T15:06:40.318Z] === RUN   TestLiveRestore/volume_references/restartPolicy
15:06:40 [2023-08-14T15:06:40.318Z] === RUN   TestLiveRestore/volume_references/restartPolicy/always
15:06:41 [2023-08-14T15:06:41.245Z] === RUN   TestLiveRestore/volume_references/restartPolicy/unless-stopped
15:06:42 [2023-08-14T15:06:42.172Z] === RUN   TestLiveRestore/volume_references/restartPolicy/on-failure
15:06:43 [2023-08-14T15:06:43.098Z] === RUN   TestLiveRestore/volume_references/restartPolicy/no
15:06:44 [2023-08-14T15:06:44.026Z] === RUN   TestLiveRestore/volume_references/local_volume_with_mount_options
15:06:45 [2023-08-14T15:06:45.389Z] === RUN   TestLiveRestore/volume_references/container_with_bind-mounts
15:06:46 [2023-08-14T15:06:46.316Z] --- PASS: TestLiveRestore (0.00s)
15:06:46 [2023-08-14T15:06:46.316Z]     --- PASS: TestLiveRestore/volume_references (6.37s)
15:06:46 [2023-08-14T15:06:46.316Z]         --- PASS: TestLiveRestore/volume_references/restartPolicy (3.81s)
15:06:46 [2023-08-14T15:06:46.316Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/always (1.00s)
15:06:46 [2023-08-14T15:06:46.316Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (0.95s)
15:06:46 [2023-08-14T15:06:46.316Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (0.93s)
15:06:46 [2023-08-14T15:06:46.316Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/no (0.93s)
15:06:46 [2023-08-14T15:06:46.316Z]         --- PASS: TestLiveRestore/volume_references/local_volume_with_mount_options (1.00s)
15:06:46 [2023-08-14T15:06:46.316Z]         --- PASS: TestLiveRestore/volume_references/container_with_bind-mounts (0.97s)
15:06:46 [2023-08-14T15:06:46.316Z] === RUN   TestDaemonDefaultBridgeWithFixedCidrButNoBip
15:06:46 [2023-08-14T15:06:46.877Z] --- PASS: TestDaemonDefaultBridgeWithFixedCidrButNoBip (0.68s)
15:06:46 [2023-08-14T15:06:46.877Z] PASS
15:06:46 [2023-08-14T15:06:46.877Z] 
15:06:46 [2023-08-14T15:06:46.877Z] DONE 27 tests in 13.582s
15:06:46 [2023-08-14T15:06:46.877Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m  
15:06:46 [2023-08-14T15:06:46.877Z] ++ 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
15:06:46 [2023-08-14T15:06:46.877Z] ++ set -e
15:06:46 [2023-08-14T15:06:46.877Z] ++ '[' -n 0 ']'
15:06:46 [2023-08-14T15:06:46.877Z] ++ set -x
15:06:46 [2023-08-14T15:06:46.877Z] ++ 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_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.1Ppm4Vqa8d/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= 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= 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
15:06:46 [2023-08-14T15:06:46.877Z] INFO: Testing against a local daemon
15:06:46 [2023-08-14T15:06:46.877Z] === RUN   TestCommitInheritsEnv
15:06:46 [2023-08-14T15:06:46.877Z] --- PASS: TestCommitInheritsEnv (0.13s)
15:06:46 [2023-08-14T15:06:46.877Z] === RUN   TestImportExtremelyLargeImageWorks
15:06:46 [2023-08-14T15:06:46.877Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
15:06:46 [2023-08-14T15:06:46.877Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
15:06:46 [2023-08-14T15:06:46.877Z] === RUN   TestImportWithCustomPlatform
15:06:46 [2023-08-14T15:06:46.877Z] === RUN   TestImportWithCustomPlatform/#00
15:06:46 [2023-08-14T15:06:46.877Z] === RUN   TestImportWithCustomPlatform/_______
15:06:46 [2023-08-14T15:06:46.877Z] === RUN   TestImportWithCustomPlatform//
15:06:46 [2023-08-14T15:06:46.877Z] === RUN   TestImportWithCustomPlatform/linux
15:06:47 [2023-08-14T15:06:47.133Z] === RUN   TestImportWithCustomPlatform/LINUX
15:06:47 [2023-08-14T15:06:47.133Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
15:06:47 [2023-08-14T15:06:47.133Z] === RUN   TestImportWithCustomPlatform/macos
15:06:47 [2023-08-14T15:06:47.133Z] === RUN   TestImportWithCustomPlatform/macos/arm64
15:06:47 [2023-08-14T15:06:47.133Z] === RUN   TestImportWithCustomPlatform/nintendo64
15:06:47 [2023-08-14T15:06:47.133Z] --- PASS: TestImportWithCustomPlatform (0.11s)
15:06:47 [2023-08-14T15:06:47.133Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.02s)
15:06:47 [2023-08-14T15:06:47.133Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
15:06:47 [2023-08-14T15:06:47.133Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
15:06:47 [2023-08-14T15:06:47.133Z]     --- PASS: TestImportWithCustomPlatform/linux (0.02s)
15:06:47 [2023-08-14T15:06:47.133Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.02s)
15:06:47 [2023-08-14T15:06:47.133Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.02s)
15:06:47 [2023-08-14T15:06:47.133Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
15:06:47 [2023-08-14T15:06:47.133Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
15:06:47 [2023-08-14T15:06:47.133Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
15:06:47 [2023-08-14T15:06:47.133Z] === RUN   TestImageInspectEmptyTagsAndDigests
15:06:47 [2023-08-14T15:06:47.133Z] --- PASS: TestImageInspectEmptyTagsAndDigests (0.01s)
15:06:47 [2023-08-14T15:06:47.133Z] === RUN   TestImagesFilterMultiReference
15:06:47 [2023-08-14T15:06:47.133Z] --- PASS: TestImagesFilterMultiReference (0.05s)
15:06:47 [2023-08-14T15:06:47.133Z] === RUN   TestImagesFilterBeforeSince
15:06:47 [2023-08-14T15:06:47.389Z]     list_test.go:87: ImageList: ID=sha256:a6163d43e01eac2f25abd74e52e84936e7052ff052e39adb109e20407c443217 RepoTags=[testimagesfilterbeforesince:v1]
15:06:47 [2023-08-14T15:06:47.389Z]     list_test.go:87: ImageList: ID=sha256:3da25a849a24d4a6a4e4973564f2fb074d751d5e84f698820da169a93efa0b02 RepoTags=[testimagesfilterbeforesince:v3]
15:06:47 [2023-08-14T15:06:47.389Z]     list_test.go:87: ImageList: ID=sha256:402b1f080f3082502f585c631d1a4d11954cc67abd6742257f42c1ebce935373 RepoTags=[testimagesfilterbeforesince:v2]
15:06:47 [2023-08-14T15:06:47.389Z] --- PASS: TestImagesFilterBeforeSince (0.20s)
15:06:47 [2023-08-14T15:06:47.389Z] === RUN   TestAPIImagesFilters
15:06:47 [2023-08-14T15:06:47.389Z] === RUN   TestAPIImagesFilters/repository_regex
15:06:47 [2023-08-14T15:06:47.389Z] === PAUSE TestAPIImagesFilters/repository_regex
15:06:47 [2023-08-14T15:06:47.389Z] === RUN   TestAPIImagesFilters/image_name_regex
15:06:47 [2023-08-14T15:06:47.389Z] === PAUSE TestAPIImagesFilters/image_name_regex
15:06:47 [2023-08-14T15:06:47.389Z] === RUN   TestAPIImagesFilters/image_name_without_a_tag
15:06:47 [2023-08-14T15:06:47.389Z] === PAUSE TestAPIImagesFilters/image_name_without_a_tag
15:06:47 [2023-08-14T15:06:47.389Z] === RUN   TestAPIImagesFilters/registry_port_regex
15:06:47 [2023-08-14T15:06:47.389Z] === PAUSE TestAPIImagesFilters/registry_port_regex
15:06:47 [2023-08-14T15:06:47.389Z] === CONT  TestAPIImagesFilters/repository_regex
15:06:47 [2023-08-14T15:06:47.389Z] === CONT  TestAPIImagesFilters/image_name_without_a_tag
15:06:47 [2023-08-14T15:06:47.389Z] === CONT  TestAPIImagesFilters/registry_port_regex
15:06:47 [2023-08-14T15:06:47.389Z] === CONT  TestAPIImagesFilters/image_name_regex
15:06:47 [2023-08-14T15:06:47.389Z] --- PASS: TestAPIImagesFilters (0.03s)
15:06:47 [2023-08-14T15:06:47.389Z]     --- PASS: TestAPIImagesFilters/image_name_without_a_tag (0.00s)
15:06:47 [2023-08-14T15:06:47.389Z]     --- PASS: TestAPIImagesFilters/registry_port_regex (0.00s)
15:06:47 [2023-08-14T15:06:47.389Z]     --- PASS: TestAPIImagesFilters/repository_regex (0.00s)
15:06:47 [2023-08-14T15:06:47.389Z]     --- PASS: TestAPIImagesFilters/image_name_regex (0.00s)
15:06:47 [2023-08-14T15:06:47.389Z] === RUN   TestPruneDontDeleteUsedDangling
15:06:47 [2023-08-14T15:06:47.389Z] --- PASS: TestPruneDontDeleteUsedDangling (0.03s)
15:06:47 [2023-08-14T15:06:47.389Z] === RUN   TestImagePullPlatformInvalid
15:06:47 [2023-08-14T15:06:47.389Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
15:06:47 [2023-08-14T15:06:47.389Z] === RUN   TestImagePullStoredfDigestForOtherRepo
15:06:47 [2023-08-14T15:06:47.389Z] time="2023-08-14T15:06:47Z" 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.7 instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.389Z] time="2023-08-14T15:06:47Z" level=info msg="redis not configured" go.version=go1.20.7 instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.389Z] time="2023-08-14T15:06:47Z" level=info msg="Starting upload purge in 57m0s" go.version=go1.20.7 instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.389Z] time="2023-08-14T15:06:47Z" level=info msg="listening on 127.0.0.1:5000" go.version=go1.20.7 instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.646Z] time="2023-08-14T15:06:47Z" level=debug msg="authorizing request" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=2b8dbd01-5094-49e0-b155-06958219cb9b http.request.method=GET http.request.remoteaddr="127.0.0.1:38958" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.647Z] time="2023-08-14T15:06:47Z" level=info msg="response completed" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=2b8dbd01-5094-49e0-b155-06958219cb9b http.request.method=GET http.request.remoteaddr="127.0.0.1:38958" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.081746ms http.response.status=200 http.response.written=2 instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.647Z] 127.0.0.1 - - [14/Aug/2023:15:06:47 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1"
15:06:47 [2023-08-14T15:06:47.647Z] time="2023-08-14T15:06:47Z" level=debug msg="authorizing request" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=a9b52bb0-1808-4547-98e5-3b4eb5cb5717 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38974" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.647Z] time="2023-08-14T15:06:47Z" level=debug msg=GetBlob go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=a9b52bb0-1808-4547-98e5-3b4eb5cb5717 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38974" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.647Z] time="2023-08-14T15:06:47Z" level=debug msg="authorizing request" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=a4f9e381-7221-4d7e-acb6-8ed49e614e12 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38966" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.647Z] time="2023-08-14T15:06:47Z" level=debug msg=GetBlob go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=a4f9e381-7221-4d7e-acb6-8ed49e614e12 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38966" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.647Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link\")" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=a9b52bb0-1808-4547-98e5-3b4eb5cb5717 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38974" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=27.848µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=fd91f77e-40cd-48e6-8f39-57d4fa71a149 trace.line=82 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.647Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=a4f9e381-7221-4d7e-acb6-8ed49e614e12 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38966" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=23.623µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=17298aa7-3a95-464a-8349-8f82ec0fdab0 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.647Z] time="2023-08-14T15:06:47Z" 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.7 http.request.host="127.0.0.1:5000" http.request.id=a9b52bb0-1808-4547-98e5-3b4eb5cb5717 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38974" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.923624ms http.response.status=404 http.response.written=157 instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.647Z] time="2023-08-14T15:06:47Z" 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.7 http.request.host="127.0.0.1:5000" http.request.id=a4f9e381-7221-4d7e-acb6-8ed49e614e12 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38966" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.899903ms http.response.status=404 http.response.written=157 instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.647Z] 127.0.0.1 - - [14/Aug/2023:15:06:47 +0000] "HEAD /v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 404 157 "" "containerd/1.6.22+unknown"
15:06:47 [2023-08-14T15:06:47.647Z] 127.0.0.1 - - [14/Aug/2023:15:06:47 +0000] "HEAD /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 404 157 "" "containerd/1.6.22+unknown"
15:06:47 [2023-08-14T15:06:47.647Z] time="2023-08-14T15:06:47Z" level=debug msg="authorizing request" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=1273d7a5-f627-460e-baba-bf73847cdbb1 http.request.method=POST http.request.remoteaddr="127.0.0.1:38974" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef vars.name=test version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.647Z] time="2023-08-14T15:06:47Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=1273d7a5-f627-460e-baba-bf73847cdbb1 http.request.method=POST http.request.remoteaddr="127.0.0.1:38974" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef vars.name=test version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.647Z] time="2023-08-14T15:06:47Z" level=debug msg="authorizing request" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=e392067a-552c-4274-a1db-7a22a5acb68e http.request.method=POST http.request.remoteaddr="127.0.0.1:38966" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef vars.name=test version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.647Z] time="2023-08-14T15:06:47Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=e392067a-552c-4274-a1db-7a22a5acb68e http.request.method=POST http.request.remoteaddr="127.0.0.1:38966" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef vars.name=test version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.647Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/8c0c79fc-edc4-4b05-b187-b709a63fda95/startedat\")" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=1273d7a5-f627-460e-baba-bf73847cdbb1 http.request.method=POST http.request.remoteaddr="127.0.0.1:38974" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=96.755µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=5611d064-bdd0-4f28-844b-c45786a0745f trace.line=95 vars.name=test version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.647Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/3908748f-5552-436a-8147-e716488656a8/startedat\")" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=e392067a-552c-4274-a1db-7a22a5acb68e http.request.method=POST http.request.remoteaddr="127.0.0.1:38966" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=64.837µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=d0f7043c-dd7e-48d0-9a4b-2abca561b706 trace.line=95 vars.name=test version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.647Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/3908748f-5552-436a-8147-e716488656a8/data\")" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=e392067a-552c-4274-a1db-7a22a5acb68e http.request.method=POST http.request.remoteaddr="127.0.0.1:38966" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=10.781µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=fd24f858-9e89-4f64-8c4b-6bc7aae2cfbf trace.line=141 vars.name=test version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.647Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/8c0c79fc-edc4-4b05-b187-b709a63fda95/data\")" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=1273d7a5-f627-460e-baba-bf73847cdbb1 http.request.method=POST http.request.remoteaddr="127.0.0.1:38974" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=13.687µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=4bf5c346-5588-47b9-bd8c-f72d55350034 trace.line=141 vars.name=test version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.647Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/3908748f-5552-436a-8147-e716488656a8/hashstates/sha256/0\")" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=e392067a-552c-4274-a1db-7a22a5acb68e http.request.method=POST http.request.remoteaddr="127.0.0.1:38966" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=75.159µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=11c70dbf-2d6e-4150-a010-42826c9fd9f1 trace.line=95 vars.name=test version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.647Z] time="2023-08-14T15:06:47Z" level=info msg="response completed" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=e392067a-552c-4274-a1db-7a22a5acb68e http.request.method=POST http.request.remoteaddr="127.0.0.1:38966" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" http.response.duration=1.903522ms http.response.status=202 http.response.written=0 instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.647Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/8c0c79fc-edc4-4b05-b187-b709a63fda95/hashstates/sha256/0\")" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=1273d7a5-f627-460e-baba-bf73847cdbb1 http.request.method=POST http.request.remoteaddr="127.0.0.1:38974" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=67.274µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=e5f97491-52e7-49f0-a8be-57f6e4b8fd63 trace.line=95 vars.name=test version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.647Z] 127.0.0.1 - - [14/Aug/2023:15:06:47 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.6.22+unknown"
15:06:47 [2023-08-14T15:06:47.647Z] time="2023-08-14T15:06:47Z" level=info msg="response completed" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=1273d7a5-f627-460e-baba-bf73847cdbb1 http.request.method=POST http.request.remoteaddr="127.0.0.1:38974" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" http.response.duration=2.039234ms http.response.status=202 http.response.written=0 instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.647Z] 127.0.0.1 - - [14/Aug/2023:15:06:47 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.6.22+unknown"
15:06:47 [2023-08-14T15:06:47.647Z] time="2023-08-14T15:06:47Z" level=debug msg="authorizing request" go.version=go1.20.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=81737815-a53e-4db3-9a2b-ce3dd27776c0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38974" http.request.uri="/v2/test/blobs/uploads/3908748f-5552-436a-8147-e716488656a8?_state=HdeQg_Y77ZjpAda9vE9KoYhw0MtuSpqgEdRaUAoIzCd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM5MDg3NDhmLTU1NTItNDM2YS04MTQ3LWU3MTY0ODg2NTZhOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0xNFQxNTowNjo0Ny40MDU2NjI0NDZaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef vars.name=test vars.uuid=3908748f-5552-436a-8147-e716488656a8 version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.647Z] time="2023-08-14T15:06:47Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.20.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=81737815-a53e-4db3-9a2b-ce3dd27776c0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38974" http.request.uri="/v2/test/blobs/uploads/3908748f-5552-436a-8147-e716488656a8?_state=HdeQg_Y77ZjpAda9vE9KoYhw0MtuSpqgEdRaUAoIzCd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM5MDg3NDhmLTU1NTItNDM2YS04MTQ3LWU3MTY0ODg2NTZhOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0xNFQxNTowNjo0Ny40MDU2NjI0NDZaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef vars.name=test vars.uuid=3908748f-5552-436a-8147-e716488656a8 version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.647Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/3908748f-5552-436a-8147-e716488656a8/startedat\")" go.version=go1.20.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=81737815-a53e-4db3-9a2b-ce3dd27776c0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38974" http.request.uri="/v2/test/blobs/uploads/3908748f-5552-436a-8147-e716488656a8?_state=HdeQg_Y77ZjpAda9vE9KoYhw0MtuSpqgEdRaUAoIzCd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM5MDg3NDhmLTU1NTItNDM2YS04MTQ3LWU3MTY0ODg2NTZhOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0xNFQxNTowNjo0Ny40MDU2NjI0NDZaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=33.649µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=c8c6afe1-ee22-46a4-bd4c-d0bcea6976b4 trace.line=82 vars.name=test vars.uuid=3908748f-5552-436a-8147-e716488656a8 version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.647Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/3908748f-5552-436a-8147-e716488656a8/data\")" go.version=go1.20.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=81737815-a53e-4db3-9a2b-ce3dd27776c0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38974" http.request.uri="/v2/test/blobs/uploads/3908748f-5552-436a-8147-e716488656a8?_state=HdeQg_Y77ZjpAda9vE9KoYhw0MtuSpqgEdRaUAoIzCd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM5MDg3NDhmLTU1NTItNDM2YS04MTQ3LWU3MTY0ODg2NTZhOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0xNFQxNTowNjo0Ny40MDU2NjI0NDZaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=12.972µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=5313d6e4-5036-48c7-a250-85a309398108 trace.line=141 vars.name=test vars.uuid=3908748f-5552-436a-8147-e716488656a8 version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.647Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/3908748f-5552-436a-8147-e716488656a8/data\", 0)" go.version=go1.20.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=81737815-a53e-4db3-9a2b-ce3dd27776c0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38974" http.request.uri="/v2/test/blobs/uploads/3908748f-5552-436a-8147-e716488656a8?_state=HdeQg_Y77ZjpAda9vE9KoYhw0MtuSpqgEdRaUAoIzCd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM5MDg3NDhmLTU1NTItNDM2YS04MTQ3LWU3MTY0ODg2NTZhOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0xNFQxNTowNjo0Ny40MDU2NjI0NDZaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=70.441µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).WriteStream" trace.id=26bb0deb-a27e-455d-b136-37d10d152810 trace.line=124 vars.name=test vars.uuid=3908748f-5552-436a-8147-e716488656a8 version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.647Z] time="2023-08-14T15:06:47Z" level=debug msg="(*blobWriter).Commit" go.version=go1.20.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=81737815-a53e-4db3-9a2b-ce3dd27776c0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38974" http.request.uri="/v2/test/blobs/uploads/3908748f-5552-436a-8147-e716488656a8?_state=HdeQg_Y77ZjpAda9vE9KoYhw0MtuSpqgEdRaUAoIzCd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM5MDg3NDhmLTU1NTItNDM2YS04MTQ3LWU3MTY0ODg2NTZhOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0xNFQxNTowNjo0Ny40MDU2NjI0NDZaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef vars.name=test vars.uuid=3908748f-5552-436a-8147-e716488656a8 version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.647Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/3908748f-5552-436a-8147-e716488656a8/data\")" go.version=go1.20.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=81737815-a53e-4db3-9a2b-ce3dd27776c0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38974" http.request.uri="/v2/test/blobs/uploads/3908748f-5552-436a-8147-e716488656a8?_state=HdeQg_Y77ZjpAda9vE9KoYhw0MtuSpqgEdRaUAoIzCd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM5MDg3NDhmLTU1NTItNDM2YS04MTQ3LWU3MTY0ODg2NTZhOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0xNFQxNTowNjo0Ny40MDU2NjI0NDZaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=11.233µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=f406d1af-5a55-4968-ad25-07653fc5722c trace.line=141 vars.name=test vars.uuid=3908748f-5552-436a-8147-e716488656a8 version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.648Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data\")" go.version=go1.20.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=81737815-a53e-4db3-9a2b-ce3dd27776c0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38974" http.request.uri="/v2/test/blobs/uploads/3908748f-5552-436a-8147-e716488656a8?_state=HdeQg_Y77ZjpAda9vE9KoYhw0MtuSpqgEdRaUAoIzCd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM5MDg3NDhmLTU1NTItNDM2YS04MTQ3LWU3MTY0ODg2NTZhOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0xNFQxNTowNjo0Ny40MDU2NjI0NDZaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=10.495µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=fd3f0d0b-11ff-4ea8-817d-c752b138c2f7 trace.line=141 vars.name=test vars.uuid=3908748f-5552-436a-8147-e716488656a8 version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.648Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/3908748f-5552-436a-8147-e716488656a8/data\")" go.version=go1.20.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=81737815-a53e-4db3-9a2b-ce3dd27776c0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38974" http.request.uri="/v2/test/blobs/uploads/3908748f-5552-436a-8147-e716488656a8?_state=HdeQg_Y77ZjpAda9vE9KoYhw0MtuSpqgEdRaUAoIzCd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM5MDg3NDhmLTU1NTItNDM2YS04MTQ3LWU3MTY0ODg2NTZhOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0xNFQxNTowNjo0Ny40MDU2NjI0NDZaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=8.107µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=6ee32ea8-9719-44b9-b4ac-5de2fb689353 trace.line=141 vars.name=test vars.uuid=3908748f-5552-436a-8147-e716488656a8 version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.648Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/3908748f-5552-436a-8147-e716488656a8/data\", \"/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data\"" go.version=go1.20.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=81737815-a53e-4db3-9a2b-ce3dd27776c0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38974" http.request.uri="/v2/test/blobs/uploads/3908748f-5552-436a-8147-e716488656a8?_state=HdeQg_Y77ZjpAda9vE9KoYhw0MtuSpqgEdRaUAoIzCd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM5MDg3NDhmLTU1NTItNDM2YS04MTQ3LWU3MTY0ODg2NTZhOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0xNFQxNTowNjo0Ny40MDU2NjI0NDZaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=46.876µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Move" trace.id=69555b19-3cd7-4e57-b22a-11eb084ec5be trace.line=167 vars.name=test vars.uuid=3908748f-5552-436a-8147-e716488656a8 version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.648Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link\")" go.version=go1.20.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=81737815-a53e-4db3-9a2b-ce3dd27776c0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38974" http.request.uri="/v2/test/blobs/uploads/3908748f-5552-436a-8147-e716488656a8?_state=HdeQg_Y77ZjpAda9vE9KoYhw0MtuSpqgEdRaUAoIzCd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM5MDg3NDhmLTU1NTItNDM2YS04MTQ3LWU3MTY0ODg2NTZhOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0xNFQxNTowNjo0Ny40MDU2NjI0NDZaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=48.837µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=e80f15f7-aac2-4cef-b43b-463e9dd488fd trace.line=95 vars.name=test vars.uuid=3908748f-5552-436a-8147-e716488656a8 version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.648Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/3908748f-5552-436a-8147-e716488656a8\")" go.version=go1.20.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=81737815-a53e-4db3-9a2b-ce3dd27776c0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38974" http.request.uri="/v2/test/blobs/uploads/3908748f-5552-436a-8147-e716488656a8?_state=HdeQg_Y77ZjpAda9vE9KoYhw0MtuSpqgEdRaUAoIzCd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM5MDg3NDhmLTU1NTItNDM2YS04MTQ3LWU3MTY0ODg2NTZhOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0xNFQxNTowNjo0Ny40MDU2NjI0NDZaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=97.133µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Delete" trace.id=e053a732-d4eb-474d-ba61-626a8ffd8202 trace.line=181 vars.name=test vars.uuid=3908748f-5552-436a-8147-e716488656a8 version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.648Z] time="2023-08-14T15:06:47Z" level=info msg="response completed" go.version=go1.20.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=81737815-a53e-4db3-9a2b-ce3dd27776c0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38974" http.request.uri="/v2/test/blobs/uploads/3908748f-5552-436a-8147-e716488656a8?_state=HdeQg_Y77ZjpAda9vE9KoYhw0MtuSpqgEdRaUAoIzCd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM5MDg3NDhmLTU1NTItNDM2YS04MTQ3LWU3MTY0ODg2NTZhOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0xNFQxNTowNjo0Ny40MDU2NjI0NDZaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" http.response.duration=1.727604ms http.response.status=201 http.response.written=0 instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.648Z] 127.0.0.1 - - [14/Aug/2023:15:06:47 +0000] "PUT /v2/test/blobs/uploads/3908748f-5552-436a-8147-e716488656a8?_state=HdeQg_Y77ZjpAda9vE9KoYhw0MtuSpqgEdRaUAoIzCd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM5MDg3NDhmLTU1NTItNDM2YS04MTQ3LWU3MTY0ODg2NTZhOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0xNFQxNTowNjo0Ny40MDU2NjI0NDZaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 201 0 "" "containerd/1.6.22+unknown"
15:06:47 [2023-08-14T15:06:47.648Z] time="2023-08-14T15:06:47Z" level=debug msg="authorizing request" go.version=go1.20.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=1a3446e9-2837-4a34-8821-97cd0fc88e58 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38966" http.request.uri="/v2/test/blobs/uploads/8c0c79fc-edc4-4b05-b187-b709a63fda95?_state=r9AX3LhAEcSHW94DBv06zrG_2FkqkehQq0UjwBJGeHl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjhjMGM3OWZjLWVkYzQtNGIwNS1iMTg3LWI3MDlhNjNmZGE5NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0xNFQxNTowNjo0Ny40MDU2MDIxOTZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef vars.name=test vars.uuid=8c0c79fc-edc4-4b05-b187-b709a63fda95 version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.648Z] time="2023-08-14T15:06:47Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.20.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=1a3446e9-2837-4a34-8821-97cd0fc88e58 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38966" http.request.uri="/v2/test/blobs/uploads/8c0c79fc-edc4-4b05-b187-b709a63fda95?_state=r9AX3LhAEcSHW94DBv06zrG_2FkqkehQq0UjwBJGeHl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjhjMGM3OWZjLWVkYzQtNGIwNS1iMTg3LWI3MDlhNjNmZGE5NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0xNFQxNTowNjo0Ny40MDU2MDIxOTZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef vars.name=test vars.uuid=8c0c79fc-edc4-4b05-b187-b709a63fda95 version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.648Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/8c0c79fc-edc4-4b05-b187-b709a63fda95/startedat\")" go.version=go1.20.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=1a3446e9-2837-4a34-8821-97cd0fc88e58 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38966" http.request.uri="/v2/test/blobs/uploads/8c0c79fc-edc4-4b05-b187-b709a63fda95?_state=r9AX3LhAEcSHW94DBv06zrG_2FkqkehQq0UjwBJGeHl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjhjMGM3OWZjLWVkYzQtNGIwNS1iMTg3LWI3MDlhNjNmZGE5NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0xNFQxNTowNjo0Ny40MDU2MDIxOTZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=32.361µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=ba41eb39-c70e-4040-8015-d4e658052913 trace.line=82 vars.name=test vars.uuid=8c0c79fc-edc4-4b05-b187-b709a63fda95 version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.648Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/8c0c79fc-edc4-4b05-b187-b709a63fda95/data\")" go.version=go1.20.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=1a3446e9-2837-4a34-8821-97cd0fc88e58 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38966" http.request.uri="/v2/test/blobs/uploads/8c0c79fc-edc4-4b05-b187-b709a63fda95?_state=r9AX3LhAEcSHW94DBv06zrG_2FkqkehQq0UjwBJGeHl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjhjMGM3OWZjLWVkYzQtNGIwNS1iMTg3LWI3MDlhNjNmZGE5NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0xNFQxNTowNjo0Ny40MDU2MDIxOTZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=12.874µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=02f4d225-57bd-4cab-b3eb-e9c97380c928 trace.line=141 vars.name=test vars.uuid=8c0c79fc-edc4-4b05-b187-b709a63fda95 version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.648Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/8c0c79fc-edc4-4b05-b187-b709a63fda95/data\", 0)" go.version=go1.20.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=1a3446e9-2837-4a34-8821-97cd0fc88e58 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38966" http.request.uri="/v2/test/blobs/uploads/8c0c79fc-edc4-4b05-b187-b709a63fda95?_state=r9AX3LhAEcSHW94DBv06zrG_2FkqkehQq0UjwBJGeHl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjhjMGM3OWZjLWVkYzQtNGIwNS1iMTg3LWI3MDlhNjNmZGE5NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0xNFQxNTowNjo0Ny40MDU2MDIxOTZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=154.855µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).WriteStream" trace.id=64c1e9ef-e6bc-4083-adcb-0bfbb9248595 trace.line=124 vars.name=test vars.uuid=8c0c79fc-edc4-4b05-b187-b709a63fda95 version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.648Z] time="2023-08-14T15:06:47Z" level=debug msg="(*blobWriter).Commit" go.version=go1.20.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=1a3446e9-2837-4a34-8821-97cd0fc88e58 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38966" http.request.uri="/v2/test/blobs/uploads/8c0c79fc-edc4-4b05-b187-b709a63fda95?_state=r9AX3LhAEcSHW94DBv06zrG_2FkqkehQq0UjwBJGeHl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjhjMGM3OWZjLWVkYzQtNGIwNS1iMTg3LWI3MDlhNjNmZGE5NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0xNFQxNTowNjo0Ny40MDU2MDIxOTZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef vars.name=test vars.uuid=8c0c79fc-edc4-4b05-b187-b709a63fda95 version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.648Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/8c0c79fc-edc4-4b05-b187-b709a63fda95/data\")" go.version=go1.20.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=1a3446e9-2837-4a34-8821-97cd0fc88e58 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38966" http.request.uri="/v2/test/blobs/uploads/8c0c79fc-edc4-4b05-b187-b709a63fda95?_state=r9AX3LhAEcSHW94DBv06zrG_2FkqkehQq0UjwBJGeHl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjhjMGM3OWZjLWVkYzQtNGIwNS1iMTg3LWI3MDlhNjNmZGE5NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0xNFQxNTowNjo0Ny40MDU2MDIxOTZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=14.851µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=805804c3-5d0d-4037-af22-a293c32785de trace.line=141 vars.name=test vars.uuid=8c0c79fc-edc4-4b05-b187-b709a63fda95 version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.648Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=1a3446e9-2837-4a34-8821-97cd0fc88e58 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38966" http.request.uri="/v2/test/blobs/uploads/8c0c79fc-edc4-4b05-b187-b709a63fda95?_state=r9AX3LhAEcSHW94DBv06zrG_2FkqkehQq0UjwBJGeHl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjhjMGM3OWZjLWVkYzQtNGIwNS1iMTg3LWI3MDlhNjNmZGE5NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0xNFQxNTowNjo0Ny40MDU2MDIxOTZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=13.202µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=412fd3fc-5dfd-4f74-9f9d-5690c8bbfa07 trace.line=141 vars.name=test vars.uuid=8c0c79fc-edc4-4b05-b187-b709a63fda95 version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.648Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/8c0c79fc-edc4-4b05-b187-b709a63fda95/data\")" go.version=go1.20.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=1a3446e9-2837-4a34-8821-97cd0fc88e58 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38966" http.request.uri="/v2/test/blobs/uploads/8c0c79fc-edc4-4b05-b187-b709a63fda95?_state=r9AX3LhAEcSHW94DBv06zrG_2FkqkehQq0UjwBJGeHl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjhjMGM3OWZjLWVkYzQtNGIwNS1iMTg3LWI3MDlhNjNmZGE5NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0xNFQxNTowNjo0Ny40MDU2MDIxOTZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=8.213µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=3f12b243-3ace-433b-9349-41fe537f0df0 trace.line=141 vars.name=test vars.uuid=8c0c79fc-edc4-4b05-b187-b709a63fda95 version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.648Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/8c0c79fc-edc4-4b05-b187-b709a63fda95/data\", \"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\"" go.version=go1.20.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=1a3446e9-2837-4a34-8821-97cd0fc88e58 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38966" http.request.uri="/v2/test/blobs/uploads/8c0c79fc-edc4-4b05-b187-b709a63fda95?_state=r9AX3LhAEcSHW94DBv06zrG_2FkqkehQq0UjwBJGeHl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjhjMGM3OWZjLWVkYzQtNGIwNS1iMTg3LWI3MDlhNjNmZGE5NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0xNFQxNTowNjo0Ny40MDU2MDIxOTZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=36.242µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Move" trace.id=f22555bf-5fe1-4ada-9857-43daaa69c93b trace.line=167 vars.name=test vars.uuid=8c0c79fc-edc4-4b05-b187-b709a63fda95 version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.648Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=1a3446e9-2837-4a34-8821-97cd0fc88e58 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38966" http.request.uri="/v2/test/blobs/uploads/8c0c79fc-edc4-4b05-b187-b709a63fda95?_state=r9AX3LhAEcSHW94DBv06zrG_2FkqkehQq0UjwBJGeHl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjhjMGM3OWZjLWVkYzQtNGIwNS1iMTg3LWI3MDlhNjNmZGE5NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0xNFQxNTowNjo0Ny40MDU2MDIxOTZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=39.336µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=39b85d93-4023-491f-ab91-0b3fc6c60e3c trace.line=95 vars.name=test vars.uuid=8c0c79fc-edc4-4b05-b187-b709a63fda95 version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.648Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/8c0c79fc-edc4-4b05-b187-b709a63fda95\")" go.version=go1.20.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=1a3446e9-2837-4a34-8821-97cd0fc88e58 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38966" http.request.uri="/v2/test/blobs/uploads/8c0c79fc-edc4-4b05-b187-b709a63fda95?_state=r9AX3LhAEcSHW94DBv06zrG_2FkqkehQq0UjwBJGeHl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjhjMGM3OWZjLWVkYzQtNGIwNS1iMTg3LWI3MDlhNjNmZGE5NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0xNFQxNTowNjo0Ny40MDU2MDIxOTZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=73.395µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Delete" trace.id=86397fc7-5da0-46f2-a25b-533f3593150a trace.line=181 vars.name=test vars.uuid=8c0c79fc-edc4-4b05-b187-b709a63fda95 version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.648Z] time="2023-08-14T15:06:47Z" level=info msg="response completed" go.version=go1.20.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=1a3446e9-2837-4a34-8821-97cd0fc88e58 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38966" http.request.uri="/v2/test/blobs/uploads/8c0c79fc-edc4-4b05-b187-b709a63fda95?_state=r9AX3LhAEcSHW94DBv06zrG_2FkqkehQq0UjwBJGeHl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjhjMGM3OWZjLWVkYzQtNGIwNS1iMTg3LWI3MDlhNjNmZGE5NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0xNFQxNTowNjo0Ny40MDU2MDIxOTZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" http.response.duration=2.080653ms http.response.status=201 http.response.written=0 instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.648Z] 127.0.0.1 - - [14/Aug/2023:15:06:47 +0000] "PUT /v2/test/blobs/uploads/8c0c79fc-edc4-4b05-b187-b709a63fda95?_state=r9AX3LhAEcSHW94DBv06zrG_2FkqkehQq0UjwBJGeHl7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjhjMGM3OWZjLWVkYzQtNGIwNS1iMTg3LWI3MDlhNjNmZGE5NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0xNFQxNTowNjo0Ny40MDU2MDIxOTZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 201 0 "" "containerd/1.6.22+unknown"
15:06:47 [2023-08-14T15:06:47.648Z] time="2023-08-14T15:06:47Z" level=debug msg="authorizing request" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=ce95d30a-77af-42fb-8b3e-fceb6d9db6c8 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38966" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef vars.name=test vars.reference=latest version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.648Z] time="2023-08-14T15:06:47Z" level=debug msg=GetImageManifest go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=ce95d30a-77af-42fb-8b3e-fceb6d9db6c8 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38966" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef vars.name=test vars.reference=latest version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.648Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=ce95d30a-77af-42fb-8b3e-fceb6d9db6c8 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38966" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=21.858µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=83d7cd3c-b500-4a68-8f49-ee7800a6ed3d trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.649Z] time="2023-08-14T15:06:47Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=latest" err.message="manifest unknown" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=ce95d30a-77af-42fb-8b3e-fceb6d9db6c8 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38966" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration="796.06µs" http.response.status=404 http.response.written=96 instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef vars.name=test vars.reference=latest version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.649Z] 127.0.0.1 - - [14/Aug/2023:15:06:47 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 404 96 "" "containerd/1.6.22+unknown"
15:06:47 [2023-08-14T15:06:47.649Z] time="2023-08-14T15:06:47Z" level=debug msg="authorizing request" go.version=go1.20.7 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=7bad2946-8c1f-4c04-9929-82eb6143ef16 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38966" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef vars.name=test vars.reference=latest version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.649Z] time="2023-08-14T15:06:47Z" level=debug msg=PutImageManifest go.version=go1.20.7 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=7bad2946-8c1f-4c04-9929-82eb6143ef16 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38966" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef vars.name=test vars.reference=latest version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.649Z] time="2023-08-14T15:06:47Z" level=debug msg="(*manifestStore).Put" go.version=go1.20.7 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=7bad2946-8c1f-4c04-9929-82eb6143ef16 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38966" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef vars.name=test vars.reference=latest version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.649Z] time="2023-08-14T15:06:47Z" level=debug msg="(*schema2ManifestHandler).Put" go.version=go1.20.7 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=7bad2946-8c1f-4c04-9929-82eb6143ef16 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38966" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef vars.name=test vars.reference=latest version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.649Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link\")" go.version=go1.20.7 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=7bad2946-8c1f-4c04-9929-82eb6143ef16 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38966" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=33.723µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=371c562f-67b8-408e-a206-821d273451d3 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.649Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data\")" go.version=go1.20.7 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=7bad2946-8c1f-4c04-9929-82eb6143ef16 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38966" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=11.692µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=bd741da7-74e0-4fbe-aeb6-4b32d80ea0bd trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.649Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.7 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=7bad2946-8c1f-4c04-9929-82eb6143ef16 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38966" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=26.658µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=06b1f149-947f-4fde-80ac-0363e8972393 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.649Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.7 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=7bad2946-8c1f-4c04-9929-82eb6143ef16 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38966" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=10.265µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=9e52f60b-342c-4354-80b0-9094ecce0684 trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.649Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data\")" go.version=go1.20.7 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=7bad2946-8c1f-4c04-9929-82eb6143ef16 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38966" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=11.856µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=7404ce30-2080-41e8-92d2-a4d110cc1a95 trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.649Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data\")" go.version=go1.20.7 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=7bad2946-8c1f-4c04-9929-82eb6143ef16 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38966" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=43.963µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=e1ed09cb-6abd-4ad2-9121-5519016d75d9 trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.649Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link\")" go.version=go1.20.7 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=7bad2946-8c1f-4c04-9929-82eb6143ef16 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38966" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=53.357µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=feecc90b-f3dd-4c56-afbd-2ce772de3d7f trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.649Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link\")" go.version=go1.20.7 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=7bad2946-8c1f-4c04-9929-82eb6143ef16 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38966" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=25.009µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=14145c35-dc10-4df4-a26e-8866706a6d2a trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.649Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/index/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link\")" go.version=go1.20.7 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=7bad2946-8c1f-4c04-9929-82eb6143ef16 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38966" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=59.11µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=d2a00917-c3ea-4753-b78b-8d907ee85441 trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.649Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.20.7 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=7bad2946-8c1f-4c04-9929-82eb6143ef16 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38966" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=35.495µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=ba804a0d-15c9-44ce-9b85-0f212835a5c4 trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.649Z] time="2023-08-14T15:06:47Z" level=info msg="response completed" go.version=go1.20.7 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=7bad2946-8c1f-4c04-9929-82eb6143ef16 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38966" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" http.response.duration=1.63592ms http.response.status=201 http.response.written=0 instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.649Z] 127.0.0.1 - - [14/Aug/2023:15:06:47 +0000] "PUT /v2/test/manifests/latest HTTP/1.1" 201 0 "" "containerd/1.6.22+unknown"
15:06:47 [2023-08-14T15:06:47.649Z] time="2023-08-14T15:06:47Z" level=debug msg="authorizing request" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=52232ed7-bde9-42a0-a02d-85e27976c21b http.request.method=GET http.request.remoteaddr="127.0.0.1:38986" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.649Z] time="2023-08-14T15:06:47Z" level=info msg="response completed" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=52232ed7-bde9-42a0-a02d-85e27976c21b http.request.method=GET http.request.remoteaddr="127.0.0.1:38986" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="719.785µs" http.response.status=200 http.response.written=2 instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.649Z] 127.0.0.1 - - [14/Aug/2023:15:06:47 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
15:06:47 [2023-08-14T15:06:47.649Z] time="2023-08-14T15:06:47Z" level=debug msg="authorizing request" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=9805355b-cc80-46cf-8f08-2ec6484bbbd8 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38996" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef vars.name=test vars.reference=latest version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.649Z] time="2023-08-14T15:06:47Z" level=debug msg=GetImageManifest go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=9805355b-cc80-46cf-8f08-2ec6484bbbd8 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38996" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef vars.name=test vars.reference=latest version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.649Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=9805355b-cc80-46cf-8f08-2ec6484bbbd8 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38996" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=35.339µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=92859ded-b9f7-46af-ac4d-2f38b1486249 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.649Z] time="2023-08-14T15:06:47Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=9805355b-cc80-46cf-8f08-2ec6484bbbd8 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38996" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef vars.name=test vars.reference=latest version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.649Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link\")" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=9805355b-cc80-46cf-8f08-2ec6484bbbd8 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38996" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=24.952µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=c5dae7b1-e09f-45b1-b743-3eee0d4b4ea7 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.649Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data\")" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=9805355b-cc80-46cf-8f08-2ec6484bbbd8 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38996" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=13.046µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=63733994-f9ca-43a2-8ec1-140baed6da77 trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.649Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data\")" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=9805355b-cc80-46cf-8f08-2ec6484bbbd8 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38996" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=17.937µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=cdd520a8-1343-466e-817b-9fdf1644d6d8 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.649Z] time="2023-08-14T15:06:47Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=9805355b-cc80-46cf-8f08-2ec6484bbbd8 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38996" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef vars.name=test vars.reference=latest version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.649Z] time="2023-08-14T15:06:47Z" level=info msg="response completed" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=9805355b-cc80-46cf-8f08-2ec6484bbbd8 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38996" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-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.172872ms http.response.status=200 http.response.written=417 instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.649Z] 127.0.0.1 - - [14/Aug/2023:15:06:47 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 200 417 "" "docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
15:06:47 [2023-08-14T15:06:47.649Z] time="2023-08-14T15:06:47Z" level=debug msg="authorizing request" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=2e4f861a-860f-46b9-8409-bfa886d7596f http.request.method=GET http.request.remoteaddr="127.0.0.1:39006" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.650Z] time="2023-08-14T15:06:47Z" level=debug msg=GetImageManifest go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=2e4f861a-860f-46b9-8409-bfa886d7596f http.request.method=GET http.request.remoteaddr="127.0.0.1:39006" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.650Z] time="2023-08-14T15:06:47Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=2e4f861a-860f-46b9-8409-bfa886d7596f http.request.method=GET http.request.remoteaddr="127.0.0.1:39006" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.650Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link\")" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=2e4f861a-860f-46b9-8409-bfa886d7596f http.request.method=GET http.request.remoteaddr="127.0.0.1:39006" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=37.62µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=ee60df3e-d000-456d-91e6-6ca4177f06b5 trace.line=82 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.650Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data\")" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=2e4f861a-860f-46b9-8409-bfa886d7596f http.request.method=GET http.request.remoteaddr="127.0.0.1:39006" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=14.679µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=a4731fb5-3596-4733-96ee-7c7c2c213434 trace.line=141 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.650Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data\")" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=2e4f861a-860f-46b9-8409-bfa886d7596f http.request.method=GET http.request.remoteaddr="127.0.0.1:39006" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=18.084µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=dd0ab9c4-0d35-41ba-b9ca-930bc34e053e trace.line=82 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.650Z] time="2023-08-14T15:06:47Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=2e4f861a-860f-46b9-8409-bfa886d7596f http.request.method=GET http.request.remoteaddr="127.0.0.1:39006" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.650Z] time="2023-08-14T15:06:47Z" level=info msg="response completed" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=2e4f861a-860f-46b9-8409-bfa886d7596f http.request.method=GET http.request.remoteaddr="127.0.0.1:39006" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-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.171362ms http.response.status=200 http.response.written=417 instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.650Z] 127.0.0.1 - - [14/Aug/2023:15:06:47 +0000] "GET /v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 200 417 "" "docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
15:06:47 [2023-08-14T15:06:47.650Z] time="2023-08-14T15:06:47Z" level=debug msg="authorizing request" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=30cd1c65-7b98-4b19-9957-de03eb723262 http.request.method=GET http.request.remoteaddr="127.0.0.1:39012" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.650Z] time="2023-08-14T15:06:47Z" level=debug msg=GetBlob go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=30cd1c65-7b98-4b19-9957-de03eb723262 http.request.method=GET http.request.remoteaddr="127.0.0.1:39012" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.650Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link\")" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=30cd1c65-7b98-4b19-9957-de03eb723262 http.request.method=GET http.request.remoteaddr="127.0.0.1:39012" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=35.561µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=cb2203d3-f765-45cf-9276-18f585d878dc trace.line=82 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.650Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data\")" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=30cd1c65-7b98-4b19-9957-de03eb723262 http.request.method=GET http.request.remoteaddr="127.0.0.1:39012" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=13.686µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=01773e27-2379-48fa-a5ec-b60bbed45c52 trace.line=141 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.650Z] time="2023-08-14T15:06:47Z" level=debug msg="authorizing request" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=7b7adaca-6017-4aa9-83a7-97e7bdfdde6f http.request.method=GET http.request.remoteaddr="127.0.0.1:39024" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.650Z] time="2023-08-14T15:06:47Z" level=debug msg=GetBlob go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=7b7adaca-6017-4aa9-83a7-97e7bdfdde6f http.request.method=GET http.request.remoteaddr="127.0.0.1:39024" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.650Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link\")" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=30cd1c65-7b98-4b19-9957-de03eb723262 http.request.method=GET http.request.remoteaddr="127.0.0.1:39012" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=17.534µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=a7f38d6b-50c1-4f6d-8053-7362063f5f93 trace.line=82 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.650Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data\")" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=30cd1c65-7b98-4b19-9957-de03eb723262 http.request.method=GET http.request.remoteaddr="127.0.0.1:39012" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=8.378µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=034d2d81-1c44-4ffb-9c32-e48178e341ac trace.line=141 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.650Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=7b7adaca-6017-4aa9-83a7-97e7bdfdde6f http.request.method=GET http.request.remoteaddr="127.0.0.1:39024" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=40.402µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=5f5d3f7c-e0ea-4182-9eaf-d1256424f210 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.650Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data\")" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=30cd1c65-7b98-4b19-9957-de03eb723262 http.request.method=GET http.request.remoteaddr="127.0.0.1:39012" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=8.738µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=61186298-39a4-483c-b19a-aa95035e00b1 trace.line=141 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.650Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data\")" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=30cd1c65-7b98-4b19-9957-de03eb723262 http.request.method=GET http.request.remoteaddr="127.0.0.1:39012" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=5.194µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).URLFor" trace.id=f7cb267a-f687-4b3f-a9de-2774344bf318 trace.line=193 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.650Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.ReadStream(\"/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data\", 0)" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=30cd1c65-7b98-4b19-9957-de03eb723262 http.request.method=GET http.request.remoteaddr="127.0.0.1:39012" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=14.358µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).ReadStream" trace.id=d2d2e58f-bce8-481f-89e6-32fcbc4c6aee trace.line=107 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.650Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=7b7adaca-6017-4aa9-83a7-97e7bdfdde6f http.request.method=GET http.request.remoteaddr="127.0.0.1:39024" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=13.342µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=5e6706b5-d29b-40b5-93d7-1f351afea24a trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.650Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=7b7adaca-6017-4aa9-83a7-97e7bdfdde6f http.request.method=GET http.request.remoteaddr="127.0.0.1:39024" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=22.908µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=ccc90609-2824-4597-bb8a-eeb91d67b85a trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.650Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=7b7adaca-6017-4aa9-83a7-97e7bdfdde6f http.request.method=GET http.request.remoteaddr="127.0.0.1:39024" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=10.65µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=61b39b64-0a90-4b59-9f61-4134d263231c trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.650Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=7b7adaca-6017-4aa9-83a7-97e7bdfdde6f http.request.method=GET http.request.remoteaddr="127.0.0.1:39024" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=20.02µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=3f569f05-c5d7-4ceb-8fff-a332b7020d48 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.650Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=7b7adaca-6017-4aa9-83a7-97e7bdfdde6f http.request.method=GET http.request.remoteaddr="127.0.0.1:39024" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=7.049µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).URLFor" trace.id=f552f9e3-299d-4240-b791-9c3b49f702f1 trace.line=193 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.651Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link\")" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=30cd1c65-7b98-4b19-9957-de03eb723262 http.request.method=GET http.request.remoteaddr="127.0.0.1:39012" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=93.473µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=92f4688e-8fac-4ba9-9a85-c5fb01745f1e trace.line=82 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.651Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.ReadStream(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\", 0)" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=7b7adaca-6017-4aa9-83a7-97e7bdfdde6f http.request.method=GET http.request.remoteaddr="127.0.0.1:39024" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=21.572µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).ReadStream" trace.id=5c00612f-8ef5-4aa1-abba-0f5a1e6ebc22 trace.line=107 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.651Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data\")" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=30cd1c65-7b98-4b19-9957-de03eb723262 http.request.method=GET http.request.remoteaddr="127.0.0.1:39012" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=15.466µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=bc482722-9721-4fb6-bc68-46962ff2b6ac trace.line=141 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.651Z] time="2023-08-14T15:06:47Z" level=info msg="response completed" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=30cd1c65-7b98-4b19-9957-de03eb723262 http.request.method=GET http.request.remoteaddr="127.0.0.1:39012" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=2.69095ms http.response.status=200 http.response.written=194 instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.651Z] 127.0.0.1 - - [14/Aug/2023:15:06:47 +0000] "GET /v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 200 194 "" "docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
15:06:47 [2023-08-14T15:06:47.651Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=7b7adaca-6017-4aa9-83a7-97e7bdfdde6f http.request.method=GET http.request.remoteaddr="127.0.0.1:39024" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=36.037µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=5d606864-d26d-4643-a268-3f70ced5a27a trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.651Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=7b7adaca-6017-4aa9-83a7-97e7bdfdde6f http.request.method=GET http.request.remoteaddr="127.0.0.1:39024" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=13.448µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=df8d87f7-7c91-489f-b79e-4da0457d137f trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.651Z] time="2023-08-14T15:06:47Z" level=info msg="response completed" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=7b7adaca-6017-4aa9-83a7-97e7bdfdde6f http.request.method=GET http.request.remoteaddr="127.0.0.1:39024" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=3.608667ms http.response.status=200 http.response.written=68 instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.651Z] 127.0.0.1 - - [14/Aug/2023:15:06:47 +0000] "GET /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 200 68 "" "docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
15:06:47 [2023-08-14T15:06:47.651Z] time="2023-08-14T15:06:47Z" level=debug msg="authorizing request" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=1a304333-8a1c-4778-a681-e4a683e44f1b http.request.method=GET http.request.remoteaddr="127.0.0.1:39042" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.651Z] time="2023-08-14T15:06:47Z" level=info msg="response completed" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=1a304333-8a1c-4778-a681-e4a683e44f1b http.request.method=GET http.request.remoteaddr="127.0.0.1:39042" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.39761ms http.response.status=200 http.response.written=2 instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.651Z] 127.0.0.1 - - [14/Aug/2023:15:06:47 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
15:06:47 [2023-08-14T15:06:47.651Z] time="2023-08-14T15:06:47Z" level=debug msg="authorizing request" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=2e5b080a-ca26-46e9-8a94-58c5648e02fa http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39052" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.651Z] time="2023-08-14T15:06:47Z" level=debug msg=GetImageManifest go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=2e5b080a-ca26-46e9-8a94-58c5648e02fa http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39052" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.651Z] time="2023-08-14T15:06:47Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=2e5b080a-ca26-46e9-8a94-58c5648e02fa http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39052" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.651Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_manifests/revisions/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link\")" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=2e5b080a-ca26-46e9-8a94-58c5648e02fa http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39052" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=28.521µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=31fa30e7-5e1b-4c92-b237-bd01bb1a87f6 trace.line=82 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.651Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_layers/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link\")" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=2e5b080a-ca26-46e9-8a94-58c5648e02fa http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39052" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=12.661µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=6110ccc1-95b2-4599-bc59-0b9c98915415 trace.line=82 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.651Z] time="2023-08-14T15:06:47Z" 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.7 http.request.host="127.0.0.1:5000" http.request.id=2e5b080a-ca26-46e9-8a94-58c5648e02fa http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39052" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.046956ms http.response.status=404 http.response.written=181 instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.651Z] 127.0.0.1 - - [14/Aug/2023:15:06:47 +0000] "HEAD /v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 404 181 "" "docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
15:06:47 [2023-08-14T15:06:47.651Z] time="2023-08-14T15:06:47Z" level=debug msg="authorizing request" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=8a4ce57f-45ad-412f-b898-5cc3ab155de8 http.request.method=GET http.request.remoteaddr="127.0.0.1:39054" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.651Z] time="2023-08-14T15:06:47Z" level=debug msg=GetImageManifest go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=8a4ce57f-45ad-412f-b898-5cc3ab155de8 http.request.method=GET http.request.remoteaddr="127.0.0.1:39054" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.651Z] time="2023-08-14T15:06:47Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=8a4ce57f-45ad-412f-b898-5cc3ab155de8 http.request.method=GET http.request.remoteaddr="127.0.0.1:39054" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.651Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_manifests/revisions/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link\")" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=8a4ce57f-45ad-412f-b898-5cc3ab155de8 http.request.method=GET http.request.remoteaddr="127.0.0.1:39054" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=22.178µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=709f59da-214b-46fc-b8ea-7c2bcb7bb920 trace.line=82 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.651Z] time="2023-08-14T15:06:47Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_layers/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link\")" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=8a4ce57f-45ad-412f-b898-5cc3ab155de8 http.request.method=GET http.request.remoteaddr="127.0.0.1:39054" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef trace.duration=14.621µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=7aca5c65-74ee-4ab8-99e9-0fd301e8658e trace.line=82 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.651Z] time="2023-08-14T15:06:47Z" 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.7 http.request.host="127.0.0.1:5000" http.request.id=8a4ce57f-45ad-412f-b898-5cc3ab155de8 http.request.method=GET http.request.remoteaddr="127.0.0.1:39054" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.008548ms http.response.status=404 http.response.written=181 instance.id=bf3275c0-fb31-4c49-8a0b-d9edb18fb5ef vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 
15:06:47 [2023-08-14T15:06:47.651Z] 127.0.0.1 - - [14/Aug/2023:15:06:47 +0000] "GET /v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 404 181 "" "docker/dev go/go1.20.7 git-commit/59aa3dce8a3abc9d6eb29df7c76b4484e8758234 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
15:06:47 [2023-08-14T15:06:47.651Z] --- PASS: TestImagePullStoredfDigestForOtherRepo (0.17s)
15:06:47 [2023-08-14T15:06:47.651Z] === RUN   TestRemoveImageOrphaning
15:06:47 [2023-08-14T15:06:47.651Z] --- PASS: TestRemoveImageOrphaning (0.13s)
15:06:47 [2023-08-14T15:06:47.651Z] === RUN   TestRemoveByDigest
15:06:47 [2023-08-14T15:06:47.651Z]     remove_test.go:64: !testEnv.UsingSnapshotter(): RepoDigests doesn't include tags when using graphdrivers
15:06:47 [2023-08-14T15:06:47.651Z] --- SKIP: TestRemoveByDigest (0.00s)
15:06:47 [2023-08-14T15:06:47.651Z] === RUN   TestRemoveImageGarbageCollector
15:06:47 [2023-08-14T15:06:47.651Z]     remove_unix_test.go:34: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
15:06:47 [2023-08-14T15:06:47.651Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
15:06:47 [2023-08-14T15:06:47.651Z] === RUN   TestSaveCheckTimes
15:06:47 [2023-08-14T15:06:47.651Z] === PAUSE TestSaveCheckTimes
15:06:47 [2023-08-14T15:06:47.651Z] === RUN   TestSaveRepoWithMultipleImages
15:06:48 [2023-08-14T15:06:48.578Z] --- PASS: TestSaveRepoWithMultipleImages (0.96s)
15:06:48 [2023-08-14T15:06:48.578Z] === RUN   TestSaveDirectoryPermissions
15:06:49 [2023-08-14T15:06:49.943Z] --- PASS: TestSaveDirectoryPermissions (0.96s)
15:06:49 [2023-08-14T15:06:49.943Z] === RUN   TestTagUnprefixedRepoByNameOrName
15:06:49 [2023-08-14T15:06:49.943Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
15:06:49 [2023-08-14T15:06:49.943Z] === RUN   TestTagUsingDigestAlgorithmAsName
15:06:49 [2023-08-14T15:06:49.943Z] --- PASS: TestTagUsingDigestAlgorithmAsName (0.01s)
15:06:49 [2023-08-14T15:06:49.943Z] === RUN   TestTagValidPrefixedRepo
15:06:49 [2023-08-14T15:06:49.943Z] === RUN   TestTagValidPrefixedRepo/fooo/bar
15:06:49 [2023-08-14T15:06:49.943Z] === PAUSE TestTagValidPrefixedRepo/fooo/bar
15:06:49 [2023-08-14T15:06:49.943Z] === RUN   TestTagValidPrefixedRepo/fooaa/test
15:06:49 [2023-08-14T15:06:49.943Z] === PAUSE TestTagValidPrefixedRepo/fooaa/test
15:06:49 [2023-08-14T15:06:49.943Z] === RUN   TestTagValidPrefixedRepo/foooo:t
15:06:49 [2023-08-14T15:06:49.943Z] === PAUSE TestTagValidPrefixedRepo/foooo:t
15:06:49 [2023-08-14T15:06:49.943Z] === RUN   TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar
15:06:49 [2023-08-14T15:06:49.943Z] === PAUSE TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar
15:06:49 [2023-08-14T15:06:49.943Z] === CONT  TestTagValidPrefixedRepo/fooo/bar
15:06:49 [2023-08-14T15:06:49.943Z] === CONT  TestTagValidPrefixedRepo/foooo:t
15:06:49 [2023-08-14T15:06:49.943Z] === CONT  TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar
15:06:49 [2023-08-14T15:06:49.943Z] === CONT  TestTagValidPrefixedRepo/fooaa/test
15:06:49 [2023-08-14T15:06:49.943Z] --- PASS: TestTagValidPrefixedRepo (0.01s)
15:06:49 [2023-08-14T15:06:49.943Z]     --- PASS: TestTagValidPrefixedRepo/fooo/bar (0.01s)
15:06:49 [2023-08-14T15:06:49.943Z]     --- PASS: TestTagValidPrefixedRepo/foooo:t (0.01s)
15:06:49 [2023-08-14T15:06:49.943Z]     --- PASS: TestTagValidPrefixedRepo/fooaa/test (0.01s)
15:06:49 [2023-08-14T15:06:49.943Z]     --- PASS: TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar (0.02s)
15:06:49 [2023-08-14T15:06:49.943Z] === RUN   TestTagExistedNameWithoutForce
15:06:49 [2023-08-14T15:06:49.943Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
15:06:49 [2023-08-14T15:06:49.943Z] === RUN   TestTagOfficialNames
15:06:49 [2023-08-14T15:06:49.943Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_docker.io/busybox
15:06:49 [2023-08-14T15:06:49.943Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_index.docker.io/busybox
15:06:49 [2023-08-14T15:06:49.943Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_library/busybox
15:06:49 [2023-08-14T15:06:49.943Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_docker.io/library/busybox
15:06:49 [2023-08-14T15:06:49.943Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_index.docker.io/library/busybox
15:06:49 [2023-08-14T15:06:49.943Z] --- PASS: TestTagOfficialNames (0.05s)
15:06:49 [2023-08-14T15:06:49.943Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_docker.io/busybox (0.01s)
15:06:49 [2023-08-14T15:06:49.943Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_index.docker.io/busybox (0.01s)
15:06:49 [2023-08-14T15:06:49.943Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_library/busybox (0.01s)
15:06:49 [2023-08-14T15:06:49.943Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_docker.io/library/busybox (0.01s)
15:06:49 [2023-08-14T15:06:49.943Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_index.docker.io/library/busybox (0.01s)
15:06:49 [2023-08-14T15:06:49.943Z] === RUN   TestTagMatchesDigest
15:06:49 [2023-08-14T15:06:49.943Z] --- PASS: TestTagMatchesDigest (0.01s)
15:06:49 [2023-08-14T15:06:49.943Z] === CONT  TestSaveCheckTimes
15:06:49 [2023-08-14T15:06:49.943Z] --- PASS: TestSaveCheckTimes (0.03s)
15:06:49 [2023-08-14T15:06:49.943Z] PASS
15:06:49 [2023-08-14T15:06:49.943Z] 
15:06:49 [2023-08-14T15:06:49.943Z] === Skipped
15:06:49 [2023-08-14T15:06:49.943Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
15:06:49 [2023-08-14T15:06:49.943Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
15:06:49 [2023-08-14T15:06:49.943Z] 
15:06:49 [2023-08-14T15:06:49.943Z] === SKIP: arm64.integration.image TestRemoveByDigest (0.00s)
15:06:49 [2023-08-14T15:06:49.943Z]     remove_test.go:64: !testEnv.UsingSnapshotter(): RepoDigests doesn't include tags when using graphdrivers
15:06:49 [2023-08-14T15:06:49.943Z] 
15:06:49 [2023-08-14T15:06:49.943Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
15:06:49 [2023-08-14T15:06:49.943Z]     remove_unix_test.go:34: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
15:06:49 [2023-08-14T15:06:49.943Z] 
15:06:49 [2023-08-14T15:06:49.943Z] DONE 44 tests, 3 skipped in 3.015s
15:06:49 [2023-08-14T15:06:49.943Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m  
15:06:49 [2023-08-14T15:06:49.943Z] ++ 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
15:06:49 [2023-08-14T15:06:49.943Z] ++ set -e
15:06:49 [2023-08-14T15:06:49.943Z] ++ '[' -n 0 ']'
15:06:49 [2023-08-14T15:06:49.943Z] ++ set -x
15:06:49 [2023-08-14T15:06:49.943Z] ++ 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_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.1Ppm4Vqa8d/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= 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= 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
15:06:49 [2023-08-14T15:06:49.943Z] === RUN   TestStripANSICommands
15:06:49 [2023-08-14T15:06:49.943Z] === RUN   TestStripANSICommands/#00
15:06:49 [2023-08-14T15:06:49.943Z] === RUN   TestStripANSICommands/#01
15:06:49 [2023-08-14T15:06:49.943Z] --- PASS: TestStripANSICommands (0.00s)
15:06:49 [2023-08-14T15:06:49.943Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
15:06:49 [2023-08-14T15:06:49.943Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
15:06:49 [2023-08-14T15:06:49.943Z] PASS
15:06:49 [2023-08-14T15:06:49.943Z] 
15:06:49 [2023-08-14T15:06:49.943Z] DONE 3 tests in 0.010s
15:06:49 [2023-08-14T15:06:49.943Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m  
15:06:49 [2023-08-14T15:06:49.943Z] ++ 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
15:06:49 [2023-08-14T15:06:49.943Z] ++ set -e
15:06:49 [2023-08-14T15:06:49.943Z] ++ '[' -n 0 ']'
15:06:49 [2023-08-14T15:06:49.943Z] ++ set -x
15:06:49 [2023-08-14T15:06:49.943Z] ++ 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_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.1Ppm4Vqa8d/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= 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= 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
15:06:49 [2023-08-14T15:06:49.943Z] INFO: Testing against a local daemon
15:06:49 [2023-08-14T15:06:49.943Z] === RUN   TestNetworkCreateDelete
15:06:50 [2023-08-14T15:06:50.201Z] --- PASS: TestNetworkCreateDelete (0.18s)
15:06:50 [2023-08-14T15:06:50.201Z] === RUN   TestDockerNetworkDeletePreferID
15:06:50 [2023-08-14T15:06:50.762Z] --- PASS: TestDockerNetworkDeletePreferID (0.52s)
15:06:50 [2023-08-14T15:06:50.762Z] === RUN   TestDaemonDNSFallback
15:06:57 [2023-08-14T15:06:57.295Z] --- PASS: TestDaemonDNSFallback (6.20s)
15:06:57 [2023-08-14T15:06:57.295Z] === RUN   TestInspectNetwork
15:06:59 [2023-08-14T15:06:59.808Z] === RUN   TestInspectNetwork/full_network_id
15:06:59 [2023-08-14T15:06:59.808Z] === RUN   TestInspectNetwork/partial_network_id
15:06:59 [2023-08-14T15:06:59.808Z] === RUN   TestInspectNetwork/network_name
15:06:59 [2023-08-14T15:06:59.808Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
15:07:03 [2023-08-14T15:07:03.972Z] --- PASS: TestInspectNetwork (7.05s)
15:07:03 [2023-08-14T15:07:03.972Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
15:07:03 [2023-08-14T15:07:03.972Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
15:07:03 [2023-08-14T15:07:03.972Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
15:07:03 [2023-08-14T15:07:03.972Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
15:07:03 [2023-08-14T15:07:03.972Z] === RUN   TestRunContainerWithBridgeNone
15:07:05 [2023-08-14T15:07:05.337Z] --- PASS: TestRunContainerWithBridgeNone (1.38s)
15:07:05 [2023-08-14T15:07:05.337Z] === RUN   TestNetworkInvalidJSON
15:07:05 [2023-08-14T15:07:05.337Z] === RUN   TestNetworkInvalidJSON/networks/create
15:07:05 [2023-08-14T15:07:05.337Z] === PAUSE TestNetworkInvalidJSON/networks/create
15:07:05 [2023-08-14T15:07:05.337Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
15:07:05 [2023-08-14T15:07:05.337Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
15:07:05 [2023-08-14T15:07:05.337Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
15:07:05 [2023-08-14T15:07:05.337Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
15:07:05 [2023-08-14T15:07:05.337Z] === CONT  TestNetworkInvalidJSON/networks/create
15:07:05 [2023-08-14T15:07:05.337Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
15:07:05 [2023-08-14T15:07:05.337Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
15:07:05 [2023-08-14T15:07:05.337Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
15:07:05 [2023-08-14T15:07:05.337Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
15:07:05 [2023-08-14T15:07:05.337Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
15:07:05 [2023-08-14T15:07:05.337Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
15:07:05 [2023-08-14T15:07:05.337Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
15:07:05 [2023-08-14T15:07:05.337Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
15:07:05 [2023-08-14T15:07:05.337Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
15:07:05 [2023-08-14T15:07:05.337Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
15:07:05 [2023-08-14T15:07:05.337Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
15:07:05 [2023-08-14T15:07:05.337Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
15:07:05 [2023-08-14T15:07:05.337Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
15:07:05 [2023-08-14T15:07:05.337Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
15:07:05 [2023-08-14T15:07:05.337Z] --- PASS: TestNetworkInvalidJSON (0.01s)
15:07:05 [2023-08-14T15:07:05.337Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
15:07:05 [2023-08-14T15:07:05.337Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
15:07:05 [2023-08-14T15:07:05.337Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
15:07:05 [2023-08-14T15:07:05.337Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
15:07:05 [2023-08-14T15:07:05.337Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
15:07:05 [2023-08-14T15:07:05.337Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
15:07:05 [2023-08-14T15:07:05.337Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
15:07:05 [2023-08-14T15:07:05.337Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
15:07:05 [2023-08-14T15:07:05.337Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
15:07:05 [2023-08-14T15:07:05.337Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
15:07:05 [2023-08-14T15:07:05.337Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
15:07:05 [2023-08-14T15:07:05.337Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
15:07:05 [2023-08-14T15:07:05.337Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
15:07:05 [2023-08-14T15:07:05.337Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
15:07:05 [2023-08-14T15:07:05.337Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
15:07:05 [2023-08-14T15:07:05.337Z] === RUN   TestNetworkList
15:07:05 [2023-08-14T15:07:05.337Z] === RUN   TestNetworkList//networks
15:07:05 [2023-08-14T15:07:05.337Z] === PAUSE TestNetworkList//networks
15:07:05 [2023-08-14T15:07:05.337Z] === RUN   TestNetworkList//networks/
15:07:05 [2023-08-14T15:07:05.337Z] === PAUSE TestNetworkList//networks/
15:07:05 [2023-08-14T15:07:05.337Z] === CONT  TestNetworkList//networks
15:07:05 [2023-08-14T15:07:05.337Z] === CONT  TestNetworkList//networks/
15:07:05 [2023-08-14T15:07:05.337Z] --- PASS: TestNetworkList (0.01s)
15:07:05 [2023-08-14T15:07:05.337Z]     --- PASS: TestNetworkList//networks/ (0.00s)
15:07:05 [2023-08-14T15:07:05.337Z]     --- PASS: TestNetworkList//networks (0.00s)
15:07:05 [2023-08-14T15:07:05.337Z] === RUN   TestHostIPv4BridgeLabel
15:07:05 [2023-08-14T15:07:05.898Z] --- PASS: TestHostIPv4BridgeLabel (0.56s)
15:07:05 [2023-08-14T15:07:05.898Z] === RUN   TestDefaultNetworkOpts
15:07:05 [2023-08-14T15:07:05.898Z] === RUN   TestDefaultNetworkOpts/default_value
15:07:07 [2023-08-14T15:07:07.263Z] === RUN   TestDefaultNetworkOpts/cmdline_value
15:07:08 [2023-08-14T15:07:08.627Z] === RUN   TestDefaultNetworkOpts/config-from_value
15:07:09 [2023-08-14T15:07:09.992Z] --- PASS: TestDefaultNetworkOpts (3.89s)
15:07:09 [2023-08-14T15:07:09.992Z]     --- PASS: TestDefaultNetworkOpts/default_value (1.27s)
15:07:09 [2023-08-14T15:07:09.992Z]     --- PASS: TestDefaultNetworkOpts/cmdline_value (1.32s)
15:07:09 [2023-08-14T15:07:09.992Z]     --- PASS: TestDefaultNetworkOpts/config-from_value (1.31s)
15:07:09 [2023-08-14T15:07:09.992Z] === RUN   TestDaemonRestartWithLiveRestore
15:07:10 [2023-08-14T15:07:10.919Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s)
15:07:10 [2023-08-14T15:07:10.919Z] === RUN   TestDaemonDefaultNetworkPools
15:07:11 [2023-08-14T15:07:11.480Z] --- PASS: TestDaemonDefaultNetworkPools (0.83s)
15:07:11 [2023-08-14T15:07:11.480Z] === RUN   TestDaemonRestartWithExistingNetwork
15:07:12 [2023-08-14T15:07:12.846Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.18s)
15:07:12 [2023-08-14T15:07:12.846Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
15:07:14 [2023-08-14T15:07:14.211Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.28s)
15:07:14 [2023-08-14T15:07:14.211Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
15:07:14 [2023-08-14T15:07:14.772Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.61s)
15:07:14 [2023-08-14T15:07:14.772Z] === RUN   TestServiceWithPredefinedNetwork
15:07:17 [2023-08-14T15:07:17.389Z] --- PASS: TestServiceWithPredefinedNetwork (2.17s)
15:07:17 [2023-08-14T15:07:17.389Z] === RUN   TestServiceRemoveKeepsIngressNetwork
15:07:17 [2023-08-14T15:07:17.389Z]     service_test.go:242: FLAKY_TEST
15:07:17 [2023-08-14T15:07:17.389Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
15:07:17 [2023-08-14T15:07:17.389Z] === RUN   TestServiceWithDataPathPortInit
15:07:32 [2023-08-14T15:07:32.225Z] --- PASS: TestServiceWithDataPathPortInit (13.59s)
15:07:32 [2023-08-14T15:07:32.225Z] === RUN   TestServiceWithDefaultAddressPoolInit
15:07:32 [2023-08-14T15:07:32.481Z]     service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:l1xwaacn4owr6m9o0tczwlvl1 Created:2023-08-14 15:07:31.58970341 +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[8b497640e5b4129a3a68b87279c386ffdc3e19566ffb17cf051cc3a00d4f8c6f:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.x0jk9vn4qfvhfecevblopf9la EndpointID:fe651c6bb24dc12981d18a6ca4db1d45cba671e12d6c487d67380531215f82fa MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:846f595f1f8523c8aa054fa890a90eea34cfd093362186947481e20f06068b89 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:88f01d827807 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.x0jk9vn4qfvhfecevblopf9la EndpointID:fe651c6bb24dc12981d18a6ca4db1d45cba671e12d6c487d67380531215f82fa EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
15:07:37 [2023-08-14T15:07:37.748Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.77s)
15:07:37 [2023-08-14T15:07:37.748Z] PASS
15:07:37 [2023-08-14T15:07:37.748Z] 
15:07:37 [2023-08-14T15:07:37.748Z] === Skipped
15:07:37 [2023-08-14T15:07:37.748Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
15:07:37 [2023-08-14T15:07:37.748Z]     service_test.go:242: FLAKY_TEST
15:07:37 [2023-08-14T15:07:37.748Z] 
15:07:37 [2023-08-14T15:07:37.748Z] DONE 42 tests, 1 skipped in 47.310s
15:07:37 [2023-08-14T15:07:37.748Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m  
15:07:37 [2023-08-14T15:07:37.748Z] ++ 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
15:07:37 [2023-08-14T15:07:37.748Z] ++ set -e
15:07:37 [2023-08-14T15:07:37.748Z] ++ '[' -n 0 ']'
15:07:37 [2023-08-14T15:07:37.748Z] ++ set -x
15:07:37 [2023-08-14T15:07:37.748Z] ++ 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_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.1Ppm4Vqa8d/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= 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= 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
15:07:37 [2023-08-14T15:07:37.748Z] INFO: Testing against a local daemon
15:07:37 [2023-08-14T15:07:37.748Z] === RUN   TestDockerNetworkIpvlanPersistance
15:07:37 [2023-08-14T15:07:37.748Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
15:07:37 [2023-08-14T15:07:37.748Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
15:07:37 [2023-08-14T15:07:37.748Z] === RUN   TestDockerNetworkIpvlan
15:07:37 [2023-08-14T15:07:37.748Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
15:07:37 [2023-08-14T15:07:37.748Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
15:07:37 [2023-08-14T15:07:37.748Z] PASS
15:07:37 [2023-08-14T15:07:37.748Z] 
15:07:37 [2023-08-14T15:07:37.748Z] === Skipped
15:07:37 [2023-08-14T15:07:37.748Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
15:07:37 [2023-08-14T15:07:37.748Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
15:07:37 [2023-08-14T15:07:37.748Z] 
15:07:37 [2023-08-14T15:07:37.748Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
15:07:37 [2023-08-14T15:07:37.748Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
15:07:37 [2023-08-14T15:07:37.748Z] 
15:07:37 [2023-08-14T15:07:37.748Z] DONE 2 tests, 2 skipped in 0.033s
15:07:37 [2023-08-14T15:07:37.748Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m  
15:07:37 [2023-08-14T15:07:37.748Z] ++ 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
15:07:37 [2023-08-14T15:07:37.748Z] ++ set -e
15:07:37 [2023-08-14T15:07:37.748Z] ++ '[' -n 0 ']'
15:07:37 [2023-08-14T15:07:37.748Z] ++ set -x
15:07:37 [2023-08-14T15:07:37.748Z] ++ 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_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.1Ppm4Vqa8d/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= 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= 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
15:07:37 [2023-08-14T15:07:37.748Z] INFO: Testing against a local daemon
15:07:37 [2023-08-14T15:07:37.748Z] === RUN   TestDockerNetworkMacvlanPersistance
15:07:38 [2023-08-14T15:07:38.310Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.16s)
15:07:38 [2023-08-14T15:07:38.310Z] === RUN   TestDockerNetworkMacvlan
15:07:39 [2023-08-14T15:07:39.236Z] === RUN   TestDockerNetworkMacvlan/Subinterface
15:07:39 [2023-08-14T15:07:39.797Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
15:07:40 [2023-08-14T15:07:40.358Z] === RUN   TestDockerNetworkMacvlan/NilParent
15:07:42 [2023-08-14T15:07:42.247Z] === RUN   TestDockerNetworkMacvlan/InternalMode
15:07:43 [2023-08-14T15:07:43.612Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
15:07:46 [2023-08-14T15:07:46.126Z] === RUN   TestDockerNetworkMacvlan/Addressing
15:07:46 [2023-08-14T15:07:46.687Z] --- PASS: TestDockerNetworkMacvlan (8.16s)
15:07:46 [2023-08-14T15:07:46.687Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.10s)
15:07:46 [2023-08-14T15:07:46.687Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.12s)
15:07:46 [2023-08-14T15:07:46.687Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.62s)
15:07:46 [2023-08-14T15:07:46.687Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.68s)
15:07:46 [2023-08-14T15:07:46.687Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (1.39s)
15:07:46 [2023-08-14T15:07:46.687Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.40s)
15:07:46 [2023-08-14T15:07:46.687Z] PASS
15:07:46 [2023-08-14T15:07:46.687Z] 
15:07:46 [2023-08-14T15:07:46.687Z] DONE 8 tests in 9.345s
15:07:46 [2023-08-14T15:07:46.687Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m  
15:07:46 [2023-08-14T15:07:46.687Z] ++ 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
15:07:46 [2023-08-14T15:07:46.687Z] ++ set -e
15:07:46 [2023-08-14T15:07:46.687Z] ++ '[' -n 0 ']'
15:07:46 [2023-08-14T15:07:46.687Z] ++ set -x
15:07:46 [2023-08-14T15:07:46.687Z] ++ 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_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.1Ppm4Vqa8d/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= 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= 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
15:07:46 [2023-08-14T15:07:46.687Z] testing: warning: no tests to run
15:07:46 [2023-08-14T15:07:46.687Z] PASS
15:07:46 [2023-08-14T15:07:46.687Z] 
15:07:46 [2023-08-14T15:07:46.687Z] DONE 0 tests in 0.008s
15:07:46 [2023-08-14T15:07:46.687Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m  
15:07:46 [2023-08-14T15:07:46.687Z] ++ 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
15:07:46 [2023-08-14T15:07:46.687Z] ++ set -e
15:07:46 [2023-08-14T15:07:46.687Z] ++ '[' -n 0 ']'
15:07:46 [2023-08-14T15:07:46.687Z] ++ set -x
15:07:46 [2023-08-14T15:07:46.687Z] ++ 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_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.1Ppm4Vqa8d/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= 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= 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
15:07:46 [2023-08-14T15:07:46.687Z] INFO: Testing against a local daemon
15:07:46 [2023-08-14T15:07:46.687Z] === RUN   TestAuthZPluginAllowRequest
15:07:47 [2023-08-14T15:07:47.613Z] --- PASS: TestAuthZPluginAllowRequest (1.04s)
15:07:47 [2023-08-14T15:07:47.613Z] === RUN   TestAuthZPluginTLS
15:07:48 [2023-08-14T15:07:48.174Z] --- PASS: TestAuthZPluginTLS (0.55s)
15:07:48 [2023-08-14T15:07:48.174Z] === RUN   TestAuthZPluginDenyRequest
15:07:48 [2023-08-14T15:07:48.735Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
15:07:48 [2023-08-14T15:07:48.735Z] === RUN   TestAuthZPluginAPIDenyResponse
15:07:49 [2023-08-14T15:07:49.297Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
15:07:49 [2023-08-14T15:07:49.297Z] === RUN   TestAuthZPluginDenyResponse
15:07:49 [2023-08-14T15:07:49.858Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
15:07:49 [2023-08-14T15:07:49.858Z] === RUN   TestAuthZPluginAllowEventStream
15:07:50 [2023-08-14T15:07:50.785Z] --- PASS: TestAuthZPluginAllowEventStream (1.05s)
15:07:50 [2023-08-14T15:07:50.785Z] === RUN   TestAuthZPluginErrorResponse
15:07:51 [2023-08-14T15:07:51.346Z] --- PASS: TestAuthZPluginErrorResponse (0.53s)
15:07:51 [2023-08-14T15:07:51.346Z] === RUN   TestAuthZPluginErrorRequest
15:07:51 [2023-08-14T15:07:51.908Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
15:07:51 [2023-08-14T15:07:51.908Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
15:07:52 [2023-08-14T15:07:52.469Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s)
15:07:52 [2023-08-14T15:07:52.469Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
15:07:53 [2023-08-14T15:07:53.834Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.13s)
15:07:53 [2023-08-14T15:07:53.834Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
15:07:54 [2023-08-14T15:07:54.760Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.15s)
15:07:54 [2023-08-14T15:07:54.760Z] === RUN   TestAuthZPluginHeader
15:07:55 [2023-08-14T15:07:55.322Z] --- PASS: TestAuthZPluginHeader (0.61s)
15:07:55 [2023-08-14T15:07:55.322Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
15:07:55 [2023-08-14T15:07:55.322Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
15:07:55 [2023-08-14T15:07:55.322Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
15:07:55 [2023-08-14T15:07:55.322Z] === RUN   TestAuthZPluginV2Disable
15:07:55 [2023-08-14T15:07:55.322Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
15:07:55 [2023-08-14T15:07:55.322Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
15:07:55 [2023-08-14T15:07:55.322Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
15:07:55 [2023-08-14T15:07:55.322Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
15:07:55 [2023-08-14T15:07:55.322Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
15:07:55 [2023-08-14T15:07:55.322Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
15:07:55 [2023-08-14T15:07:55.322Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
15:07:55 [2023-08-14T15:07:55.322Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
15:07:55 [2023-08-14T15:07:55.322Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
15:08:13 [2023-08-14T15:08:13.360Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.89s)
15:08:13 [2023-08-14T15:08:13.360Z] PASS
15:08:13 [2023-08-14T15:08:13.360Z] 
15:08:13 [2023-08-14T15:08:13.360Z] === Skipped
15:08:13 [2023-08-14T15:08:13.360Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
15:08:13 [2023-08-14T15:08:13.360Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
15:08:13 [2023-08-14T15:08:13.360Z] 
15:08:13 [2023-08-14T15:08:13.360Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
15:08:13 [2023-08-14T15:08:13.360Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
15:08:13 [2023-08-14T15:08:13.360Z] 
15:08:13 [2023-08-14T15:08:13.360Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
15:08:13 [2023-08-14T15:08:13.360Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
15:08:13 [2023-08-14T15:08:13.360Z] 
15:08:13 [2023-08-14T15:08:13.360Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
15:08:13 [2023-08-14T15:08:13.360Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
15:08:13 [2023-08-14T15:08:13.360Z] 
15:08:13 [2023-08-14T15:08:13.360Z] DONE 17 tests, 4 skipped in 25.615s
15:08:13 [2023-08-14T15:08:13.360Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m  
15:08:13 [2023-08-14T15:08:13.360Z] ++ 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
15:08:13 [2023-08-14T15:08:13.360Z] ++ set -e
15:08:13 [2023-08-14T15:08:13.360Z] ++ '[' -n 0 ']'
15:08:13 [2023-08-14T15:08:13.360Z] ++ set -x
15:08:13 [2023-08-14T15:08:13.360Z] ++ 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_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.1Ppm4Vqa8d/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= 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= 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
15:08:13 [2023-08-14T15:08:13.360Z] INFO: Testing against a local daemon
15:08:13 [2023-08-14T15:08:13.360Z] === RUN   TestPluginInvalidJSON
15:08:13 [2023-08-14T15:08:13.360Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
15:08:13 [2023-08-14T15:08:13.360Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
15:08:13 [2023-08-14T15:08:13.360Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
15:08:13 [2023-08-14T15:08:13.360Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
15:08:13 [2023-08-14T15:08:13.360Z] === RUN   TestPluginInvalidJSON/plugins/pull
15:08:13 [2023-08-14T15:08:13.360Z] === PAUSE TestPluginInvalidJSON/plugins/pull
15:08:13 [2023-08-14T15:08:13.360Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
15:08:13 [2023-08-14T15:08:13.360Z] === CONT  TestPluginInvalidJSON/plugins/pull
15:08:13 [2023-08-14T15:08:13.360Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
15:08:13 [2023-08-14T15:08:13.360Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
15:08:13 [2023-08-14T15:08:13.360Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
15:08:13 [2023-08-14T15:08:13.360Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
15:08:13 [2023-08-14T15:08:13.360Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
15:08:13 [2023-08-14T15:08:13.360Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
15:08:13 [2023-08-14T15:08:13.360Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
15:08:13 [2023-08-14T15:08:13.360Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
15:08:13 [2023-08-14T15:08:13.360Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
15:08:13 [2023-08-14T15:08:13.360Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
15:08:13 [2023-08-14T15:08:13.360Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
15:08:13 [2023-08-14T15:08:13.360Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
15:08:13 [2023-08-14T15:08:13.360Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
15:08:13 [2023-08-14T15:08:13.360Z] --- PASS: TestPluginInvalidJSON (0.01s)
15:08:13 [2023-08-14T15:08:13.360Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
15:08:13 [2023-08-14T15:08:13.360Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
15:08:13 [2023-08-14T15:08:13.360Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
15:08:13 [2023-08-14T15:08:13.360Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
15:08:13 [2023-08-14T15:08:13.360Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
15:08:13 [2023-08-14T15:08:13.360Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s)
15:08:13 [2023-08-14T15:08:13.360Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
15:08:13 [2023-08-14T15:08:13.360Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
15:08:13 [2023-08-14T15:08:13.360Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
15:08:13 [2023-08-14T15:08:13.360Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
15:08:13 [2023-08-14T15:08:13.360Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
15:08:13 [2023-08-14T15:08:13.360Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
15:08:13 [2023-08-14T15:08:13.360Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
15:08:13 [2023-08-14T15:08:13.360Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
15:08:13 [2023-08-14T15:08:13.360Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
15:08:13 [2023-08-14T15:08:13.360Z] === RUN   TestPluginInstall
15:08:13 [2023-08-14T15:08:13.360Z] === RUN   TestPluginInstall/no_auth
15:08:15 [2023-08-14T15:08:15.396Z] time="2023-08-14T15:08:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
15:08:15 [2023-08-14T15:08:15.396Z] time="2023-08-14T15:08:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:93ab41a4196a4b42486a705d54bde08a6efe944732cee7116adc07d8b0ddf139" mediatype=application/vnd.docker.plugin.v1+json size=522
15:08:15 [2023-08-14T15:08:15.396Z] time="2023-08-14T15:08:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
15:08:15 [2023-08-14T15:08:15.396Z] time="2023-08-14T15:08:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:93ab41a4196a4b42486a705d54bde08a6efe944732cee7116adc07d8b0ddf139" mediatype=application/vnd.docker.plugin.v1+json size=522
15:08:15 [2023-08-14T15:08:15.396Z] === RUN   TestPluginInstall/with_htpasswd
15:08:15 [2023-08-14T15:08:15.652Z] time="2023-08-14T15:08:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
15:08:15 [2023-08-14T15:08:15.652Z] time="2023-08-14T15:08:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c223b880136c4bc9f9302281c6d61217caf48d92e22c631ff6eedb4262f2591c" mediatype=application/vnd.docker.plugin.v1+json size=522
15:08:15 [2023-08-14T15:08:15.652Z] time="2023-08-14T15:08:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
15:08:15 [2023-08-14T15:08:15.652Z] time="2023-08-14T15:08:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c223b880136c4bc9f9302281c6d61217caf48d92e22c631ff6eedb4262f2591c" mediatype=application/vnd.docker.plugin.v1+json size=522
15:08:15 [2023-08-14T15:08:15.908Z] === RUN   TestPluginInstall/with_insecure
15:08:16 [2023-08-14T15:08:16.835Z] time="2023-08-14T15:08:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
15:08:16 [2023-08-14T15:08:16.835Z] time="2023-08-14T15:08:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b6ee5deab2afd81dabb9c315eb42b738d1ed457351736d3c371a603b173023c0" mediatype=application/vnd.docker.plugin.v1+json size=522
15:08:16 [2023-08-14T15:08:16.835Z] time="2023-08-14T15:08:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
15:08:16 [2023-08-14T15:08:16.835Z] time="2023-08-14T15:08:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b6ee5deab2afd81dabb9c315eb42b738d1ed457351736d3c371a603b173023c0" mediatype=application/vnd.docker.plugin.v1+json size=522
15:08:16 [2023-08-14T15:08:16.835Z]     plugin_test.go:196: [d4c7b698e74c6] daemon is not started
15:08:16 [2023-08-14T15:08:16.835Z] --- PASS: TestPluginInstall (4.50s)
15:08:16 [2023-08-14T15:08:16.835Z]     --- PASS: TestPluginInstall/no_auth (3.07s)
15:08:16 [2023-08-14T15:08:16.835Z]     --- PASS: TestPluginInstall/with_htpasswd (0.48s)
15:08:16 [2023-08-14T15:08:16.835Z]     --- PASS: TestPluginInstall/with_insecure (0.94s)
15:08:16 [2023-08-14T15:08:16.835Z] === RUN   TestPluginsWithRuntimes
15:08:18 [2023-08-14T15:08:18.199Z] === RUN   TestPluginsWithRuntimes/No_Args
15:08:19 [2023-08-14T15:08:19.126Z] === RUN   TestPluginsWithRuntimes/With_Args
15:08:20 [2023-08-14T15:08:20.053Z] --- PASS: TestPluginsWithRuntimes (3.33s)
15:08:20 [2023-08-14T15:08:20.053Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.92s)
15:08:20 [2023-08-14T15:08:20.053Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.91s)
15:08:20 [2023-08-14T15:08:20.053Z] === RUN   TestPluginBackCompatMediaTypes
15:08:20 [2023-08-14T15:08:20.614Z] --- PASS: TestPluginBackCompatMediaTypes (0.50s)
15:08:20 [2023-08-14T15:08:20.614Z] PASS
15:08:20 [2023-08-14T15:08:20.614Z] 
15:08:20 [2023-08-14T15:08:20.614Z] DONE 24 tests in 8.373s
15:08:20 [2023-08-14T15:08:20.614Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m  
15:08:20 [2023-08-14T15:08:20.614Z] ++ 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
15:08:20 [2023-08-14T15:08:20.614Z] ++ set -e
15:08:20 [2023-08-14T15:08:20.614Z] ++ '[' -n 0 ']'
15:08:20 [2023-08-14T15:08:20.614Z] ++ set -x
15:08:20 [2023-08-14T15:08:20.614Z] ++ 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_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.1Ppm4Vqa8d/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= 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= 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
15:08:20 [2023-08-14T15:08:20.614Z] INFO: Testing against a local daemon
15:08:20 [2023-08-14T15:08:20.614Z] === RUN   TestExternalGraphDriver
15:08:21 [2023-08-14T15:08:21.175Z] === RUN   TestExternalGraphDriver/json
15:08:22 [2023-08-14T15:08:22.539Z] === RUN   TestExternalGraphDriver/spec
15:08:23 [2023-08-14T15:08:23.904Z] === RUN   TestExternalGraphDriver/pull
15:08:25 [2023-08-14T15:08:25.792Z] --- PASS: TestExternalGraphDriver (5.06s)
15:08:25 [2023-08-14T15:08:25.792Z]     --- PASS: TestExternalGraphDriver/json (1.50s)
15:08:25 [2023-08-14T15:08:25.792Z]     --- PASS: TestExternalGraphDriver/spec (1.51s)
15:08:25 [2023-08-14T15:08:25.792Z]     --- PASS: TestExternalGraphDriver/pull (1.72s)
15:08:25 [2023-08-14T15:08:25.792Z] === RUN   TestGraphdriverPluginV2
15:08:26 [2023-08-14T15:08:26.048Z]     external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
15:08:26 [2023-08-14T15:08:26.048Z] --- SKIP: TestGraphdriverPluginV2 (0.33s)
15:08:26 [2023-08-14T15:08:26.048Z] PASS
15:08:26 [2023-08-14T15:08:26.048Z] 
15:08:26 [2023-08-14T15:08:26.048Z] === Skipped
15:08:26 [2023-08-14T15:08:26.048Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.33s)
15:08:26 [2023-08-14T15:08:26.048Z]     external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
15:08:26 [2023-08-14T15:08:26.048Z] 
15:08:26 [2023-08-14T15:08:26.048Z] DONE 5 tests, 1 skipped in 5.422s
15:08:26 [2023-08-14T15:08:26.048Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m  
15:08:26 [2023-08-14T15:08:26.048Z] ++ 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
15:08:26 [2023-08-14T15:08:26.048Z] ++ set -e
15:08:26 [2023-08-14T15:08:26.048Z] ++ '[' -n 0 ']'
15:08:26 [2023-08-14T15:08:26.048Z] ++ set -x
15:08:26 [2023-08-14T15:08:26.048Z] ++ 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_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.1Ppm4Vqa8d/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= 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= 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
15:08:26 [2023-08-14T15:08:26.048Z] INFO: Testing against a local daemon
15:08:26 [2023-08-14T15:08:26.048Z] === RUN   TestContinueAfterPluginCrash
15:08:26 [2023-08-14T15:08:26.048Z] === PAUSE TestContinueAfterPluginCrash
15:08:26 [2023-08-14T15:08:26.048Z] === RUN   TestReadPluginNoRead
15:08:26 [2023-08-14T15:08:26.048Z] === PAUSE TestReadPluginNoRead
15:08:26 [2023-08-14T15:08:26.048Z] === RUN   TestDaemonStartWithLogOpt
15:08:26 [2023-08-14T15:08:26.048Z] === PAUSE TestDaemonStartWithLogOpt
15:08:26 [2023-08-14T15:08:26.048Z] === CONT  TestContinueAfterPluginCrash
15:08:26 [2023-08-14T15:08:26.048Z] === CONT  TestDaemonStartWithLogOpt
15:08:26 [2023-08-14T15:08:26.048Z] === CONT  TestReadPluginNoRead
15:08:28 [2023-08-14T15:08:28.563Z] === RUN   TestReadPluginNoRead/disabled_caching
15:08:28 [2023-08-14T15:08:28.819Z] --- PASS: TestDaemonStartWithLogOpt (2.64s)
15:08:29 [2023-08-14T15:08:29.380Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
15:08:30 [2023-08-14T15:08:30.745Z] === RUN   TestReadPluginNoRead/default
15:08:31 [2023-08-14T15:08:31.672Z]     read_test.go:91: [d1e22fa6af93c] daemon is not started
15:08:31 [2023-08-14T15:08:31.672Z] --- PASS: TestReadPluginNoRead (5.68s)
15:08:31 [2023-08-14T15:08:31.672Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.22s)
15:08:31 [2023-08-14T15:08:31.672Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.18s)
15:08:31 [2023-08-14T15:08:31.672Z]     --- PASS: TestReadPluginNoRead/default (1.20s)
15:08:34 [2023-08-14T15:08:34.186Z] --- PASS: TestContinueAfterPluginCrash (7.59s)
15:08:34 [2023-08-14T15:08:34.186Z] PASS
15:08:34 [2023-08-14T15:08:34.186Z] 
15:08:34 [2023-08-14T15:08:34.186Z] DONE 6 tests in 7.617s
15:08:34 [2023-08-14T15:08:34.186Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m  
15:08:34 [2023-08-14T15:08:34.186Z] ++ 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
15:08:34 [2023-08-14T15:08:34.186Z] ++ set -e
15:08:34 [2023-08-14T15:08:34.186Z] ++ '[' -n 0 ']'
15:08:34 [2023-08-14T15:08:34.186Z] ++ set -x
15:08:34 [2023-08-14T15:08:34.186Z] ++ 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_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.1Ppm4Vqa8d/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= 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= 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
15:08:34 [2023-08-14T15:08:34.186Z] testing: warning: no tests to run
15:08:34 [2023-08-14T15:08:34.186Z] PASS
15:08:34 [2023-08-14T15:08:34.186Z] 
15:08:34 [2023-08-14T15:08:34.186Z] DONE 0 tests in 0.008s
15:08:34 [2023-08-14T15:08:34.186Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m  
15:08:34 [2023-08-14T15:08:34.186Z] ++ 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
15:08:34 [2023-08-14T15:08:34.186Z] ++ set -e
15:08:34 [2023-08-14T15:08:34.186Z] ++ '[' -n 0 ']'
15:08:34 [2023-08-14T15:08:34.186Z] ++ set -x
15:08:34 [2023-08-14T15:08:34.186Z] ++ 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_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.1Ppm4Vqa8d/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= 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= 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
15:08:34 [2023-08-14T15:08:34.186Z] INFO: Testing against a local daemon
15:08:34 [2023-08-14T15:08:34.186Z] === RUN   TestPluginWithDevMounts
15:08:34 [2023-08-14T15:08:34.186Z] === PAUSE TestPluginWithDevMounts
15:08:34 [2023-08-14T15:08:34.186Z] === CONT  TestPluginWithDevMounts
15:08:35 [2023-08-14T15:08:35.550Z] --- PASS: TestPluginWithDevMounts (1.50s)
15:08:35 [2023-08-14T15:08:35.551Z] PASS
15:08:35 [2023-08-14T15:08:35.551Z] 
15:08:35 [2023-08-14T15:08:35.551Z] DONE 1 tests in 1.529s
15:08:35 [2023-08-14T15:08:35.551Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m  
15:08:35 [2023-08-14T15:08:35.551Z] ++ 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
15:08:35 [2023-08-14T15:08:35.551Z] ++ set -e
15:08:35 [2023-08-14T15:08:35.551Z] ++ '[' -n 0 ']'
15:08:35 [2023-08-14T15:08:35.551Z] ++ set -x
15:08:35 [2023-08-14T15:08:35.551Z] ++ 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_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.1Ppm4Vqa8d/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= 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= 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
15:08:35 [2023-08-14T15:08:35.551Z] INFO: Testing against a local daemon
15:08:35 [2023-08-14T15:08:35.551Z] === RUN   TestSecretInspect
15:08:37 [2023-08-14T15:08:37.438Z] --- PASS: TestSecretInspect (1.97s)
15:08:37 [2023-08-14T15:08:37.438Z] === RUN   TestSecretList
15:08:39 [2023-08-14T15:08:39.326Z] --- PASS: TestSecretList (1.88s)
15:08:39 [2023-08-14T15:08:39.326Z] === RUN   TestSecretsCreateAndDelete
15:08:41 [2023-08-14T15:08:41.214Z] --- PASS: TestSecretsCreateAndDelete (1.89s)
15:08:41 [2023-08-14T15:08:41.214Z] === RUN   TestSecretsUpdate
15:08:43 [2023-08-14T15:08:43.106Z] --- PASS: TestSecretsUpdate (1.95s)
15:08:43 [2023-08-14T15:08:43.107Z] === RUN   TestTemplatedSecret
15:08:45 [2023-08-14T15:08:45.666Z] --- PASS: TestTemplatedSecret (2.68s)
15:08:45 [2023-08-14T15:08:45.666Z] === RUN   TestSecretCreateResolve
15:08:47 [2023-08-14T15:08:47.555Z] --- PASS: TestSecretCreateResolve (1.90s)
15:08:47 [2023-08-14T15:08:47.555Z] PASS
15:08:47 [2023-08-14T15:08:47.555Z] 
15:08:47 [2023-08-14T15:08:47.555Z] DONE 6 tests in 12.336s
15:08:47 [2023-08-14T15:08:47.555Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m  
15:08:47 [2023-08-14T15:08:47.555Z] ++ 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
15:08:47 [2023-08-14T15:08:47.555Z] ++ set -e
15:08:47 [2023-08-14T15:08:47.555Z] ++ '[' -n 0 ']'
15:08:47 [2023-08-14T15:08:47.555Z] ++ set -x
15:08:47 [2023-08-14T15:08:47.555Z] ++ 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_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.1Ppm4Vqa8d/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= 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= 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
15:08:47 [2023-08-14T15:08:47.555Z] INFO: Testing against a local daemon
15:08:47 [2023-08-14T15:08:47.555Z] === RUN   TestServiceCreateInit
15:08:47 [2023-08-14T15:08:47.555Z] === RUN   TestServiceCreateInit/daemonInitDisabled
15:08:51 [2023-08-14T15:08:51.722Z] === RUN   TestServiceCreateInit/daemonInitEnabled
15:08:54 [2023-08-14T15:08:54.986Z] --- PASS: TestServiceCreateInit (7.45s)
15:08:54 [2023-08-14T15:08:54.986Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.70s)
15:08:54 [2023-08-14T15:08:54.986Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.74s)
15:08:54 [2023-08-14T15:08:54.986Z] === RUN   TestCreateServiceMultipleTimes
15:09:13 [2023-08-14T15:09:13.029Z] --- PASS: TestCreateServiceMultipleTimes (15.03s)
15:09:13 [2023-08-14T15:09:13.029Z] === RUN   TestCreateServiceConflict
15:09:13 [2023-08-14T15:09:13.029Z] --- PASS: TestCreateServiceConflict (1.84s)
15:09:13 [2023-08-14T15:09:13.029Z] === RUN   TestCreateServiceMaxReplicas
15:09:14 [2023-08-14T15:09:14.918Z] --- PASS: TestCreateServiceMaxReplicas (2.90s)
15:09:14 [2023-08-14T15:09:14.918Z] === RUN   TestCreateWithDuplicateNetworkNames
15:09:29 [2023-08-14T15:09:29.753Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.09s)
15:09:29 [2023-08-14T15:09:29.753Z] === RUN   TestCreateServiceSecretFileMode
15:09:41 [2023-08-14T15:09:41.916Z] --- PASS: TestCreateServiceSecretFileMode (12.53s)
15:09:41 [2023-08-14T15:09:41.917Z] === RUN   TestCreateServiceConfigFileMode
15:09:54 [2023-08-14T15:09:54.115Z] --- PASS: TestCreateServiceConfigFileMode (12.75s)
15:09:54 [2023-08-14T15:09:54.115Z] === RUN   TestCreateServiceSysctls
15:09:56 [2023-08-14T15:09:56.629Z] --- PASS: TestCreateServiceSysctls (3.23s)
15:09:56 [2023-08-14T15:09:56.629Z] === RUN   TestCreateServiceCapabilities
15:09:59 [2023-08-14T15:09:59.144Z] --- PASS: TestCreateServiceCapabilities (2.60s)
15:09:59 [2023-08-14T15:09:59.144Z] === RUN   TestInspect
15:10:02 [2023-08-14T15:10:02.408Z] --- PASS: TestInspect (3.01s)
15:10:02 [2023-08-14T15:10:02.408Z] === RUN   TestCreateJob
15:10:05 [2023-08-14T15:10:05.673Z] --- PASS: TestCreateJob (3.11s)
15:10:05 [2023-08-14T15:10:05.673Z] === RUN   TestReplicatedJob
15:10:10 [2023-08-14T15:10:10.915Z] --- PASS: TestReplicatedJob (5.62s)
15:10:10 [2023-08-14T15:10:10.915Z] === RUN   TestUpdateReplicatedJob
15:10:14 [2023-08-14T15:10:14.183Z] --- PASS: TestUpdateReplicatedJob (3.40s)
15:10:14 [2023-08-14T15:10:14.183Z] === RUN   TestServiceListWithStatuses
15:10:14 [2023-08-14T15:10:14.183Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
15:10:14 [2023-08-14T15:10:14.183Z] --- SKIP: TestServiceListWithStatuses (0.00s)
15:10:14 [2023-08-14T15:10:14.183Z] === RUN   TestDockerNetworkConnectAlias
15:10:18 [2023-08-14T15:10:18.349Z] --- PASS: TestDockerNetworkConnectAlias (4.09s)
15:10:18 [2023-08-14T15:10:18.349Z] === RUN   TestDockerNetworkReConnect
15:10:21 [2023-08-14T15:10:21.614Z] --- PASS: TestDockerNetworkReConnect (3.33s)
15:10:21 [2023-08-14T15:10:21.614Z] === RUN   TestServicePlugin
15:10:21 [2023-08-14T15:10:21.614Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
15:10:21 [2023-08-14T15:10:21.614Z] --- SKIP: TestServicePlugin (0.00s)
15:10:21 [2023-08-14T15:10:21.614Z] === RUN   TestServiceUpdateLabel
15:10:23 [2023-08-14T15:10:23.501Z] --- PASS: TestServiceUpdateLabel (1.91s)
15:10:23 [2023-08-14T15:10:23.501Z] === RUN   TestServiceUpdateSecrets
15:10:38 [2023-08-14T15:10:38.344Z] --- PASS: TestServiceUpdateSecrets (14.61s)
15:10:38 [2023-08-14T15:10:38.344Z] === RUN   TestServiceUpdateConfigs
15:10:53 [2023-08-14T15:10:53.259Z] --- PASS: TestServiceUpdateConfigs (14.44s)
15:10:53 [2023-08-14T15:10:53.259Z] === RUN   TestServiceUpdateNetwork
15:11:05 [2023-08-14T15:11:05.429Z] --- PASS: TestServiceUpdateNetwork (12.16s)
15:11:05 [2023-08-14T15:11:05.429Z] === RUN   TestServiceUpdatePidsLimit
15:11:05 [2023-08-14T15:11:05.990Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
15:11:06 [2023-08-14T15:11:06.552Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
15:11:14 [2023-08-14T15:11:14.645Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
15:11:21 [2023-08-14T15:11:21.908Z] --- PASS: TestServiceUpdatePidsLimit (16.39s)
15:11:21 [2023-08-14T15:11:21.908Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s)
15:11:21 [2023-08-14T15:11:21.908Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.88s)
15:11:21 [2023-08-14T15:11:21.908Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.88s)
15:11:21 [2023-08-14T15:11:21.908Z] PASS
15:11:21 [2023-08-14T15:11:21.908Z] 
15:11:21 [2023-08-14T15:11:21.908Z] === Skipped
15:11:21 [2023-08-14T15:11:21.908Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s)
15:11:21 [2023-08-14T15:11:21.908Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
15:11:21 [2023-08-14T15:11:21.908Z] 
15:11:21 [2023-08-14T15:11:21.908Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
15:11:21 [2023-08-14T15:11:21.908Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
15:11:21 [2023-08-14T15:11:21.908Z] 
15:11:21 [2023-08-14T15:11:21.908Z] DONE 27 tests, 2 skipped in 153.514s
15:11:21 [2023-08-14T15:11:21.908Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m  
15:11:21 [2023-08-14T15:11:21.908Z] ++ 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
15:11:21 [2023-08-14T15:11:21.908Z] ++ set -e
15:11:21 [2023-08-14T15:11:21.908Z] ++ '[' -n 0 ']'
15:11:21 [2023-08-14T15:11:21.908Z] ++ set -x
15:11:21 [2023-08-14T15:11:21.908Z] ++ 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_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.1Ppm4Vqa8d/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= 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= 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
15:11:21 [2023-08-14T15:11:21.908Z] INFO: Testing against a local daemon
15:11:21 [2023-08-14T15:11:21.908Z] === RUN   TestSessionCreate
15:11:21 [2023-08-14T15:11:21.908Z] --- PASS: TestSessionCreate (0.02s)
15:11:21 [2023-08-14T15:11:21.908Z] === RUN   TestSessionCreateWithBadUpgrade
15:11:21 [2023-08-14T15:11:21.908Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
15:11:21 [2023-08-14T15:11:21.908Z] PASS
15:11:21 [2023-08-14T15:11:21.908Z] 
15:11:21 [2023-08-14T15:11:21.908Z] DONE 2 tests in 0.054s
15:11:21 [2023-08-14T15:11:21.908Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m  
15:11:21 [2023-08-14T15:11:21.908Z] ++ 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
15:11:21 [2023-08-14T15:11:21.908Z] ++ set -e
15:11:21 [2023-08-14T15:11:21.908Z] ++ '[' -n 0 ']'
15:11:21 [2023-08-14T15:11:21.908Z] ++ set -x
15:11:21 [2023-08-14T15:11:21.908Z] ++ 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_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.1Ppm4Vqa8d/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= 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= 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
15:11:21 [2023-08-14T15:11:21.908Z] INFO: Testing against a local daemon
15:11:21 [2023-08-14T15:11:21.908Z] === RUN   TestCgroupDriverSystemdMemoryLimit
15:11:21 [2023-08-14T15:11:21.908Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
15:11:21 [2023-08-14T15:11:21.908Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
15:11:21 [2023-08-14T15:11:21.908Z] === RUN   TestDiskUsage
15:11:21 [2023-08-14T15:11:21.908Z] === PAUSE TestDiskUsage
15:11:21 [2023-08-14T15:11:21.908Z] === RUN   TestEventsExecDie
15:11:21 [2023-08-14T15:11:21.908Z] --- PASS: TestEventsExecDie (0.57s)
15:11:21 [2023-08-14T15:11:21.908Z] === RUN   TestEventsBackwardsCompatible
15:11:21 [2023-08-14T15:11:21.908Z] --- PASS: TestEventsBackwardsCompatible (0.04s)
15:11:21 [2023-08-14T15:11:21.908Z] === RUN   TestEventsVolumeCreate
15:11:21 [2023-08-14T15:11:21.908Z] --- PASS: TestEventsVolumeCreate (0.04s)
15:11:21 [2023-08-14T15:11:21.908Z] === RUN   TestInfoBinaryCommits
15:11:21 [2023-08-14T15:11:21.908Z] --- PASS: TestInfoBinaryCommits (0.02s)
15:11:21 [2023-08-14T15:11:21.908Z] === RUN   TestInfoAPIVersioned
15:11:21 [2023-08-14T15:11:21.908Z] --- PASS: TestInfoAPIVersioned (0.01s)
15:11:21 [2023-08-14T15:11:21.908Z] === RUN   TestInfoAPI
15:11:21 [2023-08-14T15:11:21.908Z] --- PASS: TestInfoAPI (0.02s)
15:11:21 [2023-08-14T15:11:21.908Z] === RUN   TestInfoAPIWarnings
15:11:39 [2023-08-14T15:11:39.944Z] --- PASS: TestInfoAPIWarnings (16.54s)
15:11:39 [2023-08-14T15:11:39.944Z] === RUN   TestInfoDebug
15:11:39 [2023-08-14T15:11:39.944Z] --- PASS: TestInfoDebug (0.52s)
15:11:39 [2023-08-14T15:11:39.944Z] === RUN   TestInfoInsecureRegistries
15:11:39 [2023-08-14T15:11:39.944Z] --- PASS: TestInfoInsecureRegistries (0.52s)
15:11:39 [2023-08-14T15:11:39.944Z] === RUN   TestInfoRegistryMirrors
15:11:39 [2023-08-14T15:11:39.944Z] --- PASS: TestInfoRegistryMirrors (0.52s)
15:11:39 [2023-08-14T15:11:39.944Z] === RUN   TestLoginFailsWithBadCredentials
15:11:40 [2023-08-14T15:11:40.505Z] --- PASS: TestLoginFailsWithBadCredentials (0.40s)
15:11:40 [2023-08-14T15:11:40.505Z] === RUN   TestPingCacheHeaders
15:11:40 [2023-08-14T15:11:40.505Z] --- PASS: TestPingCacheHeaders (0.02s)
15:11:40 [2023-08-14T15:11:40.505Z] === RUN   TestPingGet
15:11:40 [2023-08-14T15:11:40.505Z] --- PASS: TestPingGet (0.01s)
15:11:40 [2023-08-14T15:11:40.505Z] === RUN   TestPingHead
15:11:40 [2023-08-14T15:11:40.505Z] --- PASS: TestPingHead (0.02s)
15:11:40 [2023-08-14T15:11:40.505Z] === RUN   TestPingSwarmHeader
15:11:41 [2023-08-14T15:11:41.066Z] === RUN   TestPingSwarmHeader/before_swarm_init
15:11:41 [2023-08-14T15:11:41.627Z] === RUN   TestPingSwarmHeader/after_swarm_init
15:11:42 [2023-08-14T15:11:42.553Z] === RUN   TestPingSwarmHeader/after_swarm_leave
15:11:42 [2023-08-14T15:11:42.553Z] --- PASS: TestPingSwarmHeader (2.00s)
15:11:42 [2023-08-14T15:11:42.553Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
15:11:42 [2023-08-14T15:11:42.553Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
15:11:42 [2023-08-14T15:11:42.553Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
15:11:42 [2023-08-14T15:11:42.553Z] === RUN   TestPingBuilderHeader
15:11:42 [2023-08-14T15:11:42.553Z] === RUN   TestPingBuilderHeader/default_config
15:11:43 [2023-08-14T15:11:43.114Z] === RUN   TestPingBuilderHeader/buildkit_disabled
15:11:43 [2023-08-14T15:11:43.675Z] --- PASS: TestPingBuilderHeader (1.04s)
15:11:43 [2023-08-14T15:11:43.675Z]     --- PASS: TestPingBuilderHeader/default_config (0.51s)
15:11:43 [2023-08-14T15:11:43.675Z]     --- PASS: TestPingBuilderHeader/buildkit_disabled (0.52s)
15:11:43 [2023-08-14T15:11:43.675Z] === RUN   TestVersion
15:11:43 [2023-08-14T15:11:43.675Z] --- PASS: TestVersion (0.02s)
15:11:43 [2023-08-14T15:11:43.675Z] === CONT  TestDiskUsage
15:11:44 [2023-08-14T15:11:44.235Z] === RUN   TestDiskUsage/empty
15:11:44 [2023-08-14T15:11:44.235Z] === RUN   TestDiskUsage/empty/container_types
15:11:44 [2023-08-14T15:11:44.235Z] === RUN   TestDiskUsage/empty/image_types
15:11:44 [2023-08-14T15:11:44.235Z] === RUN   TestDiskUsage/empty/volume_types
15:11:44 [2023-08-14T15:11:44.235Z] === RUN   TestDiskUsage/empty/build-cache_types
15:11:44 [2023-08-14T15:11:44.235Z] === RUN   TestDiskUsage/empty/container,_volume_types
15:11:44 [2023-08-14T15:11:44.235Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
15:11:44 [2023-08-14T15:11:44.235Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
15:11:44 [2023-08-14T15:11:44.235Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
15:11:44 [2023-08-14T15:11:44.235Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
15:11:44 [2023-08-14T15:11:44.235Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
15:11:44 [2023-08-14T15:11:44.235Z] === RUN   TestDiskUsage/after_LoadBusybox
15:11:44 [2023-08-14T15:11:44.235Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
15:11:44 [2023-08-14T15:11:44.235Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
15:11:44 [2023-08-14T15:11:44.235Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
15:11:44 [2023-08-14T15:11:44.235Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
15:11:44 [2023-08-14T15:11:44.235Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
15:11:44 [2023-08-14T15:11:44.236Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
15:11:44 [2023-08-14T15:11:44.236Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
15:11:44 [2023-08-14T15:11:44.236Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
15:11:44 [2023-08-14T15:11:44.236Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
15:11:44 [2023-08-14T15:11:44.236Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
15:11:44 [2023-08-14T15:11:44.236Z] === RUN   TestDiskUsage/after_container.Run
15:11:44 [2023-08-14T15:11:44.491Z] === RUN   TestDiskUsage/after_container.Run/container_types
15:11:44 [2023-08-14T15:11:44.491Z] === RUN   TestDiskUsage/after_container.Run/image_types
15:11:44 [2023-08-14T15:11:44.491Z] === RUN   TestDiskUsage/after_container.Run/volume_types
15:11:44 [2023-08-14T15:11:44.491Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
15:11:44 [2023-08-14T15:11:44.491Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
15:11:44 [2023-08-14T15:11:44.491Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
15:11:44 [2023-08-14T15:11:44.491Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
15:11:44 [2023-08-14T15:11:44.491Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
15:11:44 [2023-08-14T15:11:44.491Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
15:11:44 [2023-08-14T15:11:44.491Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
15:11:44 [2023-08-14T15:11:44.747Z] --- PASS: TestDiskUsage (1.09s)
15:11:44 [2023-08-14T15:11:44.747Z]     --- PASS: TestDiskUsage/empty (0.00s)
15:11:44 [2023-08-14T15:11:44.747Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
15:11:44 [2023-08-14T15:11:44.747Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
15:11:44 [2023-08-14T15:11:44.747Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
15:11:44 [2023-08-14T15:11:44.747Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
15:11:44 [2023-08-14T15:11:44.747Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
15:11:44 [2023-08-14T15:11:44.747Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
15:11:44 [2023-08-14T15:11:44.747Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
15:11:44 [2023-08-14T15:11:44.747Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
15:11:44 [2023-08-14T15:11:44.747Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
15:11:44 [2023-08-14T15:11:44.747Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
15:11:44 [2023-08-14T15:11:44.747Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.08s)
15:11:44 [2023-08-14T15:11:44.747Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
15:11:44 [2023-08-14T15:11:44.747Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
15:11:44 [2023-08-14T15:11:44.747Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
15:11:44 [2023-08-14T15:11:44.747Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
15:11:44 [2023-08-14T15:11:44.747Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
15:11:44 [2023-08-14T15:11:44.747Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
15:11:44 [2023-08-14T15:11:44.747Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
15:11:44 [2023-08-14T15:11:44.747Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
15:11:44 [2023-08-14T15:11:44.747Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
15:11:44 [2023-08-14T15:11:44.747Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
15:11:44 [2023-08-14T15:11:44.747Z]     --- PASS: TestDiskUsage/after_container.Run (0.29s)
15:11:44 [2023-08-14T15:11:44.747Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
15:11:44 [2023-08-14T15:11:44.747Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
15:11:44 [2023-08-14T15:11:44.747Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
15:11:44 [2023-08-14T15:11:44.747Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
15:11:44 [2023-08-14T15:11:44.747Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
15:11:44 [2023-08-14T15:11:44.747Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
15:11:44 [2023-08-14T15:11:44.747Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
15:11:44 [2023-08-14T15:11:44.747Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
15:11:44 [2023-08-14T15:11:44.747Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
15:11:44 [2023-08-14T15:11:44.747Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
15:11:44 [2023-08-14T15:11:44.747Z] PASS
15:11:44 [2023-08-14T15:11:44.747Z] 
15:11:44 [2023-08-14T15:11:44.747Z] === Skipped
15:11:44 [2023-08-14T15:11:44.747Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
15:11:44 [2023-08-14T15:11:44.747Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
15:11:44 [2023-08-14T15:11:44.747Z] 
15:11:44 [2023-08-14T15:11:44.747Z] DONE 57 tests, 1 skipped in 23.424s
15:11:44 [2023-08-14T15:11:44.747Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m  
15:11:44 [2023-08-14T15:11:44.747Z] ++ 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
15:11:44 [2023-08-14T15:11:44.747Z] ++ set -e
15:11:44 [2023-08-14T15:11:44.747Z] ++ '[' -n 0 ']'
15:11:44 [2023-08-14T15:11:44.747Z] ++ set -x
15:11:44 [2023-08-14T15:11:44.747Z] ++ 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_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.1Ppm4Vqa8d/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= 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= 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
15:11:44 [2023-08-14T15:11:44.747Z] INFO: Testing against a local daemon
15:11:44 [2023-08-14T15:11:44.747Z] === RUN   TestVolumesCreateAndList
15:11:44 [2023-08-14T15:11:44.747Z] --- PASS: TestVolumesCreateAndList (0.02s)
15:11:44 [2023-08-14T15:11:44.747Z] === RUN   TestVolumesRemove
15:11:44 [2023-08-14T15:11:44.747Z] === RUN   TestVolumesRemove/volume_in_use
15:11:44 [2023-08-14T15:11:44.747Z] === RUN   TestVolumesRemove/volume_not_in_use
15:11:44 [2023-08-14T15:11:44.747Z] === RUN   TestVolumesRemove/non-existing_volume
15:11:44 [2023-08-14T15:11:44.747Z] === RUN   TestVolumesRemove/non-existing_volume_force
15:11:44 [2023-08-14T15:11:44.747Z] --- PASS: TestVolumesRemove (0.04s)
15:11:44 [2023-08-14T15:11:44.747Z]     --- PASS: TestVolumesRemove/volume_in_use (0.00s)
15:11:44 [2023-08-14T15:11:44.747Z]     --- PASS: TestVolumesRemove/volume_not_in_use (0.01s)
15:11:44 [2023-08-14T15:11:44.747Z]     --- PASS: TestVolumesRemove/non-existing_volume (0.00s)
15:11:44 [2023-08-14T15:11:44.747Z]     --- PASS: TestVolumesRemove/non-existing_volume_force (0.00s)
15:11:44 [2023-08-14T15:11:44.747Z] === RUN   TestVolumesRemoveSwarmEnabled
15:11:44 [2023-08-14T15:11:44.747Z] === PAUSE TestVolumesRemoveSwarmEnabled
15:11:44 [2023-08-14T15:11:44.747Z] === RUN   TestVolumesInspect
15:11:44 [2023-08-14T15:11:44.747Z] --- PASS: TestVolumesInspect (0.01s)
15:11:44 [2023-08-14T15:11:44.747Z] === RUN   TestVolumesInvalidJSON
15:11:44 [2023-08-14T15:11:44.747Z] === RUN   TestVolumesInvalidJSON/volumes/create
15:11:44 [2023-08-14T15:11:44.747Z] === PAUSE TestVolumesInvalidJSON/volumes/create
15:11:44 [2023-08-14T15:11:44.747Z] === CONT  TestVolumesInvalidJSON/volumes/create
15:11:44 [2023-08-14T15:11:44.747Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
15:11:44 [2023-08-14T15:11:44.747Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
15:11:44 [2023-08-14T15:11:44.747Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
15:11:44 [2023-08-14T15:11:44.747Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
15:11:44 [2023-08-14T15:11:44.747Z] --- PASS: TestVolumesInvalidJSON (0.01s)
15:11:44 [2023-08-14T15:11:44.747Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
15:11:44 [2023-08-14T15:11:44.747Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
15:11:44 [2023-08-14T15:11:44.747Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
15:11:44 [2023-08-14T15:11:44.747Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
15:11:44 [2023-08-14T15:11:44.747Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
15:11:44 [2023-08-14T15:11:44.747Z] === RUN   TestVolumePruneAnonymous
15:11:44 [2023-08-14T15:11:44.747Z] --- PASS: TestVolumePruneAnonymous (0.03s)
15:11:44 [2023-08-14T15:11:44.747Z] === RUN   TestVolumePruneAnonFromImage
15:11:45 [2023-08-14T15:11:45.002Z] --- PASS: TestVolumePruneAnonFromImage (0.10s)
15:11:45 [2023-08-14T15:11:45.002Z] === CONT  TestVolumesRemoveSwarmEnabled
15:11:46 [2023-08-14T15:11:46.365Z] === RUN   TestVolumesRemoveSwarmEnabled/volume_in_use
15:11:46 [2023-08-14T15:11:46.365Z] === RUN   TestVolumesRemoveSwarmEnabled/volume_not_in_use
15:11:46 [2023-08-14T15:11:46.365Z] === RUN   TestVolumesRemoveSwarmEnabled/non-existing_volume
15:11:46 [2023-08-14T15:11:46.365Z] === RUN   TestVolumesRemoveSwarmEnabled/non-existing_volume_force
15:11:46 [2023-08-14T15:11:46.926Z] --- PASS: TestVolumesRemoveSwarmEnabled (1.92s)
15:11:46 [2023-08-14T15:11:46.926Z]     --- PASS: TestVolumesRemoveSwarmEnabled/volume_in_use (0.00s)
15:11:46 [2023-08-14T15:11:46.926Z]     --- PASS: TestVolumesRemoveSwarmEnabled/volume_not_in_use (0.01s)
15:11:46 [2023-08-14T15:11:46.926Z]     --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume (0.00s)
15:11:46 [2023-08-14T15:11:46.926Z]     --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume_force (0.00s)
15:11:46 [2023-08-14T15:11:46.926Z] PASS
15:11:46 [2023-08-14T15:11:46.926Z] 
15:11:46 [2023-08-14T15:11:46.926Z] DONE 20 tests in 2.162s
15:11:46 [2023-08-14T15:11:46.926Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
15:11:46 [2023-08-14T15:11:46.926Z] ++++ cat bundles/test-integration/docker.pid
15:11:46 [2023-08-14T15:11:46.926Z] +++ kill 21888
15:11:48 [2023-08-14T15:11:48.289Z] +++ /etc/init.d/apparmor stop
15:11:48 [2023-08-14T15:11:48.289Z] Leaving: AppArmorNo profiles have been unloaded.
15:11:48 [2023-08-14T15:11:48.289Z] 
15:11:48 [2023-08-14T15:11:48.289Z] Unloading profiles will leave already running processes permanently
15:11:48 [2023-08-14T15:11:48.289Z] unconfined, which can lead to unexpected situations.
15:11:48 [2023-08-14T15:11:48.289Z] 
15:11:48 [2023-08-14T15:11:48.289Z] To set a process to complain mode, use the command line tool
15:11:48 [2023-08-14T15:11:48.289Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
15:11:48 [2023-08-14T15:11:48.289Z] +++ true
15:11:48 [2023-08-14T15:11:48.289Z] exiting test-integration
15:11:48 [2023-08-14T15:11:48.289Z] ++ exit 0
15:11:48 [2023-08-14T15:11:48.289Z] 
Post stage
[Pipeline] junit
15:11:49 [2023-08-14T15:11:49.226Z] Recording test results
15:11:49 [2023-08-14T15:11:49.398Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
15:11:49 [2023-08-14T15:11:49.706Z] + echo Ensuring container killed.
15:11:49 [2023-08-14T15:11:49.706Z] Ensuring container killed.
15:11:49 [2023-08-14T15:11:49.706Z] + docker rm -vf docker-pr3
15:11:49 [2023-08-14T15:11:49.706Z] Error response from daemon: No such container: docker-pr3
[Pipeline] sh
15:11:50 [2023-08-14T15:11:50.025Z] + echo Chowning /workspace to jenkins user
15:11:50 [2023-08-14T15:11:50.025Z] Chowning /workspace to jenkins user
15:11:50 [2023-08-14T15:11:50.025Z] + id -u
15:11:50 [2023-08-14T15:11:50.025Z] + id -g
15:11:50 [2023-08-14T15:11:50.025Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-46224:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
15:11:51 [2023-08-14T15:11:51.228Z] + bundleName=arm64-integration
15:11:51 [2023-08-14T15:11:51.228Z] + echo Creating arm64-integration-bundles.tar.gz
15:11:51 [2023-08-14T15:11:51.228Z] Creating arm64-integration-bundles.tar.gz
15:11:51 [2023-08-14T15:11:51.228Z] + + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
15:11:51 [2023-08-14T15:11:51.228Z] xargs tar -czf arm64-integration-bundles.tar.gz
[Pipeline] archiveArtifacts
15:11:51 [2023-08-14T15:11:51.493Z] Archiving artifacts
15:11:51 [2023-08-14T15:11:51.833Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-46224/3/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
15:11:52 [2023-08-14T15:11:52.113Z] + make clean
15:11:52 [2023-08-14T15:11:52.114Z] docker volume rm -f docker-dev-cache docker-mod-cache
15:11:52 [2023-08-14T15:11:52.114Z] docker-dev-cache
15:11:52 [2023-08-14T15:11:52.114Z] 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