Skip to content
Success

Console Output

Pull request #46166 updated
13:41:45 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 05ef5559c3c4ad16067255af712303510c34c2f5+63d477b20e77fdf69a50701315c17a84733d1775 (45d86080f731c1b5caf73b12049539c04b515e2d)
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-46166@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
13:41:48 [2023-08-08T13:41:48.520Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
[Pipeline] milestone
13:41:48 [2023-08-08T13:41:48.524Z] Trying to pass milestone 1
[Pipeline] milestone
13:41:48 [2023-08-08T13:41:48.661Z] Trying to pass milestone 2
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
13:41:48 [2023-08-08T13:41:48.903Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0dbf254b2f5b0fa58) in /home/ubuntu/workspace/moby_PR-46166
[Pipeline] {
[Pipeline] checkout
13:41:48 [2023-08-08T13:41:48.932Z] The recommended git tool is: git
13:41:48 [2023-08-08T13:41:48.943Z] using credential docker-jenkins-github-credentials
13:41:48 [2023-08-08T13:41:48.958Z] Cloning the remote Git repository
13:41:48 [2023-08-08T13:41:48.959Z] Cloning with configured refspecs honoured and without tags
13:41:48 [2023-08-08T13:41:48.967Z] Cloning repository https://github.com/moby/moby.git
13:41:48 [2023-08-08T13:41:48.967Z]  > git init /home/ubuntu/workspace/moby_PR-46166 # timeout=10
13:41:48 [2023-08-08T13:41:48.972Z] Fetching upstream changes from https://github.com/moby/moby.git
13:41:48 [2023-08-08T13:41:48.972Z]  > git --version # timeout=10
13:41:48 [2023-08-08T13:41:48.975Z]  > git --version # 'git version 2.25.1'
13:41:48 [2023-08-08T13:41:48.975Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:41:48 [2023-08-08T13:41:48.976Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/46166/head:refs/remotes/origin/PR-46166 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:42:00 [2023-08-08T13:42:00.459Z] Fetching without tags
13:42:00 [2023-08-08T13:42:00.700Z] Merging remotes/origin/master commit 63d477b20e77fdf69a50701315c17a84733d1775 into PR head commit 05ef5559c3c4ad16067255af712303510c34c2f5
13:42:00 [2023-08-08T13:42:00.449Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:42:00 [2023-08-08T13:42:00.452Z]  > git config --add remote.origin.fetch +refs/pull/46166/head:refs/remotes/origin/PR-46166 # timeout=10
13:42:00 [2023-08-08T13:42:00.455Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
13:42:00 [2023-08-08T13:42:00.461Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:42:00 [2023-08-08T13:42:00.467Z] Fetching upstream changes from https://github.com/moby/moby.git
13:42:00 [2023-08-08T13:42:00.467Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:42:00 [2023-08-08T13:42:00.468Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/46166/head:refs/remotes/origin/PR-46166 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:42:00 [2023-08-08T13:42:00.708Z]  > git config core.sparsecheckout # timeout=10
13:42:00 [2023-08-08T13:42:00.711Z]  > git checkout -f 05ef5559c3c4ad16067255af712303510c34c2f5 # timeout=10
13:42:01 [2023-08-08T13:42:01.325Z]  > git remote # timeout=10
13:42:01 [2023-08-08T13:42:01.328Z]  > git config --get remote.origin.url # timeout=10
13:42:01 [2023-08-08T13:42:01.331Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:42:01 [2023-08-08T13:42:01.331Z]  > git merge 63d477b20e77fdf69a50701315c17a84733d1775 # timeout=10
13:42:01 [2023-08-08T13:42:01.969Z] Merge succeeded, producing 876322711a0755c5aaa9f430ebed0d973dd63571
13:42:01 [2023-08-08T13:42:01.970Z] Checking out Revision 876322711a0755c5aaa9f430ebed0d973dd63571 (PR-46166)
13:42:02 [2023-08-08T13:42:02.405Z] Commit message: "Merge commit '63d477b20e77fdf69a50701315c17a84733d1775' into HEAD"
13:42:02 [2023-08-08T13:42:02.413Z] First time build. Skipping changelog.
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
13:42:03 [2023-08-08T13:42:03.105Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-46166:/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
13:42:01 [2023-08-08T13:42:01.971Z]  > git rev-parse HEAD^{commit} # timeout=10
13:42:01 [2023-08-08T13:42:01.978Z]  > git config core.sparsecheckout # timeout=10
13:42:01 [2023-08-08T13:42:01.981Z]  > git checkout -f 876322711a0755c5aaa9f430ebed0d973dd63571 # timeout=10
13:42:02 [2023-08-08T13:42:02.414Z]  > git rev-list --no-walk d295dc51b0db55fc46de5d0a56e88ec28aba7d55 # timeout=10
13:42:05 [2023-08-08T13:42:05.654Z] 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: s390x)
[Pipeline] { (Branch: s390x integration-cli)
[Pipeline] { (Branch: ppc64le)
[Pipeline] { (Branch: ppc64le integration-cli)
[Pipeline] { (Branch: arm64)
[Pipeline] stage
[Pipeline] { (s390x)
[Pipeline] stage
[Pipeline] { (s390x integration-cli)
[Pipeline] stage
[Pipeline] { (ppc64le)
[Pipeline] stage
[Pipeline] { (ppc64le integration-cli)
[Pipeline] stage
[Pipeline] { (arm64)
[Pipeline] node
Stage "s390x" skipped due to when conditional
Stage "s390x integration-cli" skipped due to when conditional
Stage "ppc64le" skipped due to when conditional
Stage "ppc64le integration-cli" skipped due to when conditional
13:42:06 [2023-08-08T13:42:06.157Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0dbf254b2f5b0fa58) in /home/ubuntu/workspace/moby_PR-46166
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
[Pipeline] {
[Pipeline] checkout
13:42:06 [2023-08-08T13:42:06.199Z] The recommended git tool is: git
[Pipeline] // stage
[Pipeline] // stage
13:42:06 [2023-08-08T13:42:06.212Z] using credential docker-jenkins-github-credentials
[Pipeline] // stage
[Pipeline] // stage
13:42:06 [2023-08-08T13:42:06.232Z] Fetching changes from the remote Git repository
[Pipeline] stage
13:42:06 [2023-08-08T13:42:06.238Z] Fetching without tags
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] stage
[Pipeline] { (Integration-cli tests)
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] stage
[Pipeline] { (Integration-cli tests)
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
13:42:06 [2023-08-08T13:42:06.460Z] Merging remotes/origin/master commit 63d477b20e77fdf69a50701315c17a84733d1775 into PR head commit 05ef5559c3c4ad16067255af712303510c34c2f5
13:42:06 [2023-08-08T13:42:06.542Z] Merge succeeded, producing d02feb561dbc5bc0bdbc444f5db6e2766bca03c7
13:42:06 [2023-08-08T13:42:06.542Z] Checking out Revision d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 (PR-46166)
13:42:06 [2023-08-08T13:42:06.583Z] Commit message: "Merge commit '63d477b20e77fdf69a50701315c17a84733d1775' into HEAD"
13:42:06 [2023-08-08T13:42:06.589Z] First time build. Skipping changelog.
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
13:42:06 [2023-08-08T13:42:06.234Z]  > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-46166/.git # timeout=10
13:42:06 [2023-08-08T13:42:06.240Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:42:06 [2023-08-08T13:42:06.247Z] Fetching upstream changes from https://github.com/moby/moby.git
13:42:06 [2023-08-08T13:42:06.247Z]  > git --version # timeout=10
13:42:06 [2023-08-08T13:42:06.250Z]  > git --version # 'git version 2.25.1'
13:42:06 [2023-08-08T13:42:06.250Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:42:06 [2023-08-08T13:42:06.251Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/46166/head:refs/remotes/origin/PR-46166 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:42:06 [2023-08-08T13:42:06.468Z]  > git config core.sparsecheckout # timeout=10
13:42:06 [2023-08-08T13:42:06.471Z]  > git checkout -f 05ef5559c3c4ad16067255af712303510c34c2f5 # timeout=10
13:42:06 [2023-08-08T13:42:06.503Z]  > git remote # timeout=10
13:42:06 [2023-08-08T13:42:06.506Z]  > git config --get remote.origin.url # timeout=10
13:42:06 [2023-08-08T13:42:06.508Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:42:06 [2023-08-08T13:42:06.509Z]  > git merge 63d477b20e77fdf69a50701315c17a84733d1775 # timeout=10
13:42:06 [2023-08-08T13:42:06.544Z]  > git rev-parse HEAD^{commit} # timeout=10
13:42:06 [2023-08-08T13:42:06.551Z]  > git config core.sparsecheckout # timeout=10
13:42:06 [2023-08-08T13:42:06.553Z]  > git checkout -f d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 # timeout=10
13:42:06 [2023-08-08T13:42:06.591Z]  > git rev-list --no-walk d295dc51b0db55fc46de5d0a56e88ec28aba7d55 # timeout=10
13:42:07 [2023-08-08T13:42:07.311Z] + docker version
13:42:07 [2023-08-08T13:42:07.311Z] Client: Docker Engine - Community
13:42:07 [2023-08-08T13:42:07.311Z]  Version:           24.0.2
13:42:07 [2023-08-08T13:42:07.311Z]  API version:       1.43
13:42:07 [2023-08-08T13:42:07.311Z]  Go version:        go1.20.4
13:42:07 [2023-08-08T13:42:07.311Z]  Git commit:        cb74dfc
13:42:07 [2023-08-08T13:42:07.311Z]  Built:             Thu May 25 21:52:41 2023
13:42:07 [2023-08-08T13:42:07.311Z]  OS/Arch:           linux/arm64
13:42:07 [2023-08-08T13:42:07.311Z]  Context:           default
13:42:07 [2023-08-08T13:42:07.311Z] 
13:42:07 [2023-08-08T13:42:07.311Z] Server: Docker Engine - Community
13:42:07 [2023-08-08T13:42:07.311Z]  Engine:
13:42:07 [2023-08-08T13:42:07.312Z]   Version:          24.0.2
13:42:07 [2023-08-08T13:42:07.312Z]   API version:      1.43 (minimum version 1.12)
13:42:07 [2023-08-08T13:42:07.312Z]   Go version:       go1.20.4
13:42:07 [2023-08-08T13:42:07.312Z]   Git commit:       659604f
13:42:07 [2023-08-08T13:42:07.312Z]   Built:            Thu May 25 21:52:41 2023
13:42:07 [2023-08-08T13:42:07.312Z]   OS/Arch:          linux/arm64
13:42:07 [2023-08-08T13:42:07.312Z]   Experimental:     true
13:42:07 [2023-08-08T13:42:07.312Z]  containerd:
13:42:07 [2023-08-08T13:42:07.312Z]   Version:          1.6.21
13:42:07 [2023-08-08T13:42:07.312Z]   GitCommit:        3dce8eb055cbb6872793272b4f20ed16117344f8
13:42:07 [2023-08-08T13:42:07.312Z]  runc:
13:42:07 [2023-08-08T13:42:07.312Z]   Version:          1.1.7
13:42:07 [2023-08-08T13:42:07.312Z]   GitCommit:        v1.1.7-0-g860f061
13:42:07 [2023-08-08T13:42:07.312Z]  docker-init:
13:42:07 [2023-08-08T13:42:07.312Z]   Version:          0.19.0
13:42:07 [2023-08-08T13:42:07.312Z]   GitCommit:        de40ad0
[Pipeline] sh
13:42:07 [2023-08-08T13:42:07.601Z] + docker info
13:42:07 [2023-08-08T13:42:07.601Z] Client: Docker Engine - Community
13:42:07 [2023-08-08T13:42:07.601Z]  Version:    24.0.2
13:42:07 [2023-08-08T13:42:07.601Z]  Context:    default
13:42:07 [2023-08-08T13:42:07.601Z]  Debug Mode: false
13:42:07 [2023-08-08T13:42:07.601Z]  Plugins:
13:42:07 [2023-08-08T13:42:07.601Z]   buildx: Docker Buildx (Docker Inc.)
13:42:07 [2023-08-08T13:42:07.601Z]     Version:  v0.11.0
13:42:07 [2023-08-08T13:42:07.601Z]     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
13:42:07 [2023-08-08T13:42:07.601Z]   compose: Docker Compose (Docker Inc.)
13:42:07 [2023-08-08T13:42:07.601Z]     Version:  v2.19.1
13:42:07 [2023-08-08T13:42:07.601Z]     Path:     /usr/libexec/docker/cli-plugins/docker-compose
13:42:07 [2023-08-08T13:42:07.601Z] 
13:42:07 [2023-08-08T13:42:07.601Z] Server:
13:42:07 [2023-08-08T13:42:07.601Z]  Containers: 0
13:42:07 [2023-08-08T13:42:07.601Z]   Running: 0
13:42:07 [2023-08-08T13:42:07.601Z]   Paused: 0
13:42:07 [2023-08-08T13:42:07.601Z]   Stopped: 0
13:42:07 [2023-08-08T13:42:07.601Z]  Images: 5
13:42:07 [2023-08-08T13:42:07.601Z]  Server Version: 24.0.2
13:42:07 [2023-08-08T13:42:07.601Z]  Storage Driver: overlay2
13:42:07 [2023-08-08T13:42:07.601Z]   Backing Filesystem: extfs
13:42:07 [2023-08-08T13:42:07.601Z]   Supports d_type: true
13:42:07 [2023-08-08T13:42:07.601Z]   Using metacopy: false
13:42:07 [2023-08-08T13:42:07.601Z]   Native Overlay Diff: true
13:42:07 [2023-08-08T13:42:07.601Z]   userxattr: false
13:42:07 [2023-08-08T13:42:07.601Z]  Logging Driver: json-file
13:42:07 [2023-08-08T13:42:07.601Z]  Cgroup Driver: cgroupfs
13:42:07 [2023-08-08T13:42:07.601Z]  Cgroup Version: 1
13:42:07 [2023-08-08T13:42:07.601Z]  Plugins:
13:42:07 [2023-08-08T13:42:07.601Z]   Volume: local
13:42:07 [2023-08-08T13:42:07.601Z]   Network: bridge host ipvlan macvlan null overlay
13:42:07 [2023-08-08T13:42:07.601Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:42:07 [2023-08-08T13:42:07.601Z]  Swarm: inactive
13:42:07 [2023-08-08T13:42:07.601Z]  Runtimes: io.containerd.runc.v2 runc
13:42:07 [2023-08-08T13:42:07.601Z]  Default Runtime: runc
13:42:07 [2023-08-08T13:42:07.601Z]  Init Binary: docker-init
13:42:07 [2023-08-08T13:42:07.601Z]  containerd version: 3dce8eb055cbb6872793272b4f20ed16117344f8
13:42:07 [2023-08-08T13:42:07.601Z]  runc version: v1.1.7-0-g860f061
13:42:07 [2023-08-08T13:42:07.601Z]  init version: de40ad0
13:42:07 [2023-08-08T13:42:07.601Z]  Security Options:
13:42:07 [2023-08-08T13:42:07.601Z]   apparmor
13:42:07 [2023-08-08T13:42:07.601Z]   seccomp
13:42:07 [2023-08-08T13:42:07.601Z]    Profile: builtin
13:42:07 [2023-08-08T13:42:07.601Z]  Kernel Version: 5.15.0-1039-aws
13:42:07 [2023-08-08T13:42:07.601Z]  Operating System: Ubuntu 20.04.6 LTS
13:42:07 [2023-08-08T13:42:07.601Z]  OSType: linux
13:42:07 [2023-08-08T13:42:07.601Z]  Architecture: aarch64
13:42:07 [2023-08-08T13:42:07.601Z]  CPUs: 8
13:42:07 [2023-08-08T13:42:07.601Z]  Total Memory: 30.64GiB
13:42:07 [2023-08-08T13:42:07.601Z]  Name: ip-10-100-54-190
13:42:07 [2023-08-08T13:42:07.601Z]  ID: ef507593-6b20-4340-8f95-bbcbfb83a0a5
13:42:07 [2023-08-08T13:42:07.601Z]  Docker Root Dir: /var/lib/docker
13:42:07 [2023-08-08T13:42:07.601Z]  Debug Mode: false
13:42:07 [2023-08-08T13:42:07.601Z]  Experimental: true
13:42:07 [2023-08-08T13:42:07.601Z]  Insecure Registries:
13:42:07 [2023-08-08T13:42:07.601Z]   127.0.0.0/8
13:42:07 [2023-08-08T13:42:07.601Z]  Live Restore Enabled: true
13:42:07 [2023-08-08T13:42:07.601Z] 
[Pipeline] sh
13:42:07 [2023-08-08T13:42:07.891Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
13:42:07 [2023-08-08T13:42:07.891Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
13:42:07 [2023-08-08T13:42:07.891Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-46166/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
13:42:07 [2023-08-08T13:42:07.891Z] + bash /home/ubuntu/workspace/moby_PR-46166/check-config.sh
13:42:07 [2023-08-08T13:42:07.891Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
13:42:07 [2023-08-08T13:42:07.891Z] info: reading kernel config from /boot/config-5.15.0-1039-aws ...
13:42:07 [2023-08-08T13:42:07.891Z] 
13:42:07 [2023-08-08T13:42:07.891Z] Generally Necessary:
13:42:07 [2023-08-08T13:42:07.892Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
13:42:07 [2023-08-08T13:42:07.892Z] - apparmor: enabled and tools installed
13:42:07 [2023-08-08T13:42:07.892Z] - CONFIG_NAMESPACES: enabled
13:42:07 [2023-08-08T13:42:07.892Z] - CONFIG_NET_NS: enabled
13:42:07 [2023-08-08T13:42:07.892Z] - CONFIG_PID_NS: enabled
13:42:07 [2023-08-08T13:42:07.892Z] - CONFIG_IPC_NS: enabled
13:42:07 [2023-08-08T13:42:07.892Z] - CONFIG_UTS_NS: enabled
13:42:07 [2023-08-08T13:42:07.892Z] - CONFIG_CGROUPS: enabled
13:42:07 [2023-08-08T13:42:07.892Z] - CONFIG_CGROUP_CPUACCT: enabled
13:42:07 [2023-08-08T13:42:07.892Z] - CONFIG_CGROUP_DEVICE: enabled
13:42:08 [2023-08-08T13:42:08.155Z] - CONFIG_CGROUP_FREEZER: enabled
13:42:08 [2023-08-08T13:42:08.155Z] - CONFIG_CGROUP_SCHED: enabled
13:42:08 [2023-08-08T13:42:08.156Z] - CONFIG_CPUSETS: enabled
13:42:08 [2023-08-08T13:42:08.156Z] - CONFIG_MEMCG: enabled
13:42:08 [2023-08-08T13:42:08.156Z] - CONFIG_KEYS: enabled
13:42:08 [2023-08-08T13:42:08.156Z] - CONFIG_VETH: enabled (as module)
13:42:08 [2023-08-08T13:42:08.156Z] - CONFIG_BRIDGE: enabled (as module)
13:42:08 [2023-08-08T13:42:08.156Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
13:42:08 [2023-08-08T13:42:08.156Z] - CONFIG_IP_NF_FILTER: enabled (as module)
13:42:08 [2023-08-08T13:42:08.156Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
13:42:08 [2023-08-08T13:42:08.156Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
13:42:08 [2023-08-08T13:42:08.156Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
13:42:08 [2023-08-08T13:42:08.156Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
13:42:08 [2023-08-08T13:42:08.156Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
13:42:08 [2023-08-08T13:42:08.156Z] - CONFIG_IP_NF_NAT: enabled (as module)
13:42:08 [2023-08-08T13:42:08.156Z] - CONFIG_NF_NAT: enabled (as module)
13:42:08 [2023-08-08T13:42:08.156Z] - CONFIG_POSIX_MQUEUE: enabled
13:42:08 [2023-08-08T13:42:08.156Z] - CONFIG_CGROUP_BPF: enabled
13:42:08 [2023-08-08T13:42:08.156Z] 
13:42:08 [2023-08-08T13:42:08.156Z] Optional Features:
13:42:08 [2023-08-08T13:42:08.156Z] - CONFIG_USER_NS: enabled
13:42:08 [2023-08-08T13:42:08.156Z] - CONFIG_SECCOMP: enabled
13:42:08 [2023-08-08T13:42:08.156Z] - CONFIG_SECCOMP_FILTER: enabled
13:42:08 [2023-08-08T13:42:08.156Z] - CONFIG_CGROUP_PIDS: enabled
13:42:08 [2023-08-08T13:42:08.156Z] - CONFIG_MEMCG_SWAP: enabled
13:42:08 [2023-08-08T13:42:08.156Z]     (cgroup swap accounting is currently enabled)
13:42:08 [2023-08-08T13:42:08.420Z] - CONFIG_BLK_CGROUP: enabled
13:42:08 [2023-08-08T13:42:08.420Z] - CONFIG_BLK_DEV_THROTTLING: enabled
13:42:08 [2023-08-08T13:42:08.420Z] - CONFIG_CGROUP_PERF: enabled
13:42:08 [2023-08-08T13:42:08.420Z] - CONFIG_CGROUP_HUGETLB: enabled
13:42:08 [2023-08-08T13:42:08.420Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
13:42:08 [2023-08-08T13:42:08.420Z] - CONFIG_CGROUP_NET_PRIO: enabled
13:42:08 [2023-08-08T13:42:08.420Z] - CONFIG_CFS_BANDWIDTH: enabled
13:42:08 [2023-08-08T13:42:08.420Z] - CONFIG_FAIR_GROUP_SCHED: enabled
13:42:08 [2023-08-08T13:42:08.420Z] - CONFIG_RT_GROUP_SCHED: missing
13:42:08 [2023-08-08T13:42:08.420Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
13:42:08 [2023-08-08T13:42:08.420Z] - CONFIG_IP_VS: enabled (as module)
13:42:08 [2023-08-08T13:42:08.420Z] - CONFIG_IP_VS_NFCT: enabled
13:42:08 [2023-08-08T13:42:08.420Z] - CONFIG_IP_VS_PROTO_TCP: enabled
13:42:08 [2023-08-08T13:42:08.420Z] - CONFIG_IP_VS_PROTO_UDP: enabled
13:42:08 [2023-08-08T13:42:08.420Z] - CONFIG_IP_VS_RR: enabled (as module)
13:42:08 [2023-08-08T13:42:08.420Z] - CONFIG_SECURITY_SELINUX: enabled
13:42:08 [2023-08-08T13:42:08.420Z] - CONFIG_SECURITY_APPARMOR: enabled
13:42:08 [2023-08-08T13:42:08.420Z] - CONFIG_EXT4_FS: enabled
13:42:08 [2023-08-08T13:42:08.420Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
13:42:08 [2023-08-08T13:42:08.420Z] - CONFIG_EXT4_FS_SECURITY: enabled
13:42:08 [2023-08-08T13:42:08.420Z] - Network Drivers:
13:42:08 [2023-08-08T13:42:08.420Z]   - "overlay":
13:42:08 [2023-08-08T13:42:08.420Z]     - CONFIG_VXLAN: enabled (as module)
13:42:08 [2023-08-08T13:42:08.420Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
13:42:08 [2023-08-08T13:42:08.420Z]       Optional (for encrypted networks):
13:42:08 [2023-08-08T13:42:08.682Z]       - CONFIG_CRYPTO: enabled
13:42:08 [2023-08-08T13:42:08.682Z]       - CONFIG_CRYPTO_AEAD: enabled
13:42:08 [2023-08-08T13:42:08.682Z]       - CONFIG_CRYPTO_GCM: enabled
13:42:08 [2023-08-08T13:42:08.682Z]       - CONFIG_CRYPTO_SEQIV: enabled
13:42:08 [2023-08-08T13:42:08.682Z]       - CONFIG_CRYPTO_GHASH: enabled
13:42:08 [2023-08-08T13:42:08.682Z]       - CONFIG_XFRM: enabled
13:42:08 [2023-08-08T13:42:08.682Z]       - CONFIG_XFRM_USER: enabled (as module)
13:42:08 [2023-08-08T13:42:08.682Z]       - CONFIG_XFRM_ALGO: enabled (as module)
13:42:08 [2023-08-08T13:42:08.682Z]       - CONFIG_INET_ESP: enabled (as module)
13:42:08 [2023-08-08T13:42:08.682Z]   - "ipvlan":
13:42:08 [2023-08-08T13:42:08.682Z]     - CONFIG_IPVLAN: enabled (as module)
13:42:08 [2023-08-08T13:42:08.682Z]   - "macvlan":
13:42:08 [2023-08-08T13:42:08.682Z]     - CONFIG_MACVLAN: enabled (as module)
13:42:08 [2023-08-08T13:42:08.682Z]     - CONFIG_DUMMY: enabled (as module)
13:42:08 [2023-08-08T13:42:08.682Z]   - "ftp,tftp client in container":
13:42:08 [2023-08-08T13:42:08.682Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
13:42:08 [2023-08-08T13:42:08.682Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
13:42:08 [2023-08-08T13:42:08.682Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
13:42:08 [2023-08-08T13:42:08.682Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
13:42:08 [2023-08-08T13:42:08.682Z] - Storage Drivers:
13:42:08 [2023-08-08T13:42:08.682Z]   - "aufs":
13:42:08 [2023-08-08T13:42:08.682Z]     - CONFIG_AUFS_FS: enabled (as module)
13:42:08 [2023-08-08T13:42:08.682Z]   - "btrfs":
13:42:08 [2023-08-08T13:42:08.682Z]     - CONFIG_BTRFS_FS: enabled (as module)
13:42:08 [2023-08-08T13:42:08.682Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
13:42:08 [2023-08-08T13:42:08.682Z]   - "devicemapper":
13:42:08 [2023-08-08T13:42:08.943Z]     - CONFIG_BLK_DEV_DM: enabled
13:42:08 [2023-08-08T13:42:08.943Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
13:42:08 [2023-08-08T13:42:08.943Z]   - "overlay":
13:42:08 [2023-08-08T13:42:08.943Z]     - CONFIG_OVERLAY_FS: enabled (as module)
13:42:08 [2023-08-08T13:42:08.943Z]   - "zfs":
13:42:08 [2023-08-08T13:42:08.943Z]     - /dev/zfs: present
13:42:08 [2023-08-08T13:42:08.943Z]     - zfs command: missing
13:42:08 [2023-08-08T13:42:08.943Z]     - zpool command: missing
13:42:08 [2023-08-08T13:42:08.943Z] 
13:42:08 [2023-08-08T13:42:08.943Z] Limits:
13:42:08 [2023-08-08T13:42:08.943Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
13:42:08 [2023-08-08T13:42:08.943Z] 
13:42:08 [2023-08-08T13:42:08.943Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
13:42:09 [2023-08-08T13:42:09.263Z] + docker build --force-rm -t docker:d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 .
13:42:09 [2023-08-08T13:42:09.524Z] #0 building with "default" instance using docker driver
13:42:09 [2023-08-08T13:42:09.524Z] 
13:42:09 [2023-08-08T13:42:09.524Z] #1 [internal] load .dockerignore
13:42:09 [2023-08-08T13:42:09.524Z] #1 transferring context: 113B done
13:42:09 [2023-08-08T13:42:09.524Z] #1 DONE 0.0s
13:42:09 [2023-08-08T13:42:09.524Z] 
13:42:09 [2023-08-08T13:42:09.524Z] #2 [internal] load build definition from Dockerfile
13:42:09 [2023-08-08T13:42:09.524Z] #2 transferring dockerfile: 28.01kB done
13:42:09 [2023-08-08T13:42:09.524Z] #2 DONE 0.0s
13:42:09 [2023-08-08T13:42:09.524Z] 
13:42:09 [2023-08-08T13:42:09.524Z] #3 resolve image config for docker.io/docker/dockerfile:1
13:42:09 [2023-08-08T13:42:09.525Z] #3 DONE 0.2s
13:42:09 [2023-08-08T13:42:09.525Z] 
13:42:09 [2023-08-08T13:42:09.525Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021
13:42:09 [2023-08-08T13:42:09.525Z] #4 CACHED
13:42:09 [2023-08-08T13:42:09.787Z] 
13:42:09 [2023-08-08T13:42:09.787Z] #5 [internal] load metadata for docker.io/library/busybox:latest
13:42:09 [2023-08-08T13:42:09.787Z] #5 DONE 0.0s
13:42:09 [2023-08-08T13:42:09.787Z] 
13:42:09 [2023-08-08T13:42:09.787Z] #6 [internal] load metadata for docker.io/library/debian:bullseye
13:42:09 [2023-08-08T13:42:09.787Z] #6 DONE 0.1s
13:42:09 [2023-08-08T13:42:09.787Z] 
13:42:09 [2023-08-08T13:42:09.787Z] #7 [internal] load metadata for docker.io/docker/compose-bin:v2.20.1
13:42:09 [2023-08-08T13:42:09.787Z] #7 DONE 0.2s
13:42:09 [2023-08-08T13:42:09.787Z] 
13:42:09 [2023-08-08T13:42:09.787Z] #8 [internal] load metadata for docker.io/docker/buildx-bin:0.11.2
13:42:09 [2023-08-08T13:42:09.787Z] #8 DONE 0.2s
13:42:09 [2023-08-08T13:42:09.787Z] 
13:42:09 [2023-08-08T13:42:09.787Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
13:42:09 [2023-08-08T13:42:09.787Z] #9 DONE 0.2s
13:42:09 [2023-08-08T13:42:09.787Z] 
13:42:09 [2023-08-08T13:42:09.787Z] #10 [internal] load metadata for docker.io/library/golang:1.20.7-bullseye
13:42:09 [2023-08-08T13:42:09.787Z] #10 DONE 0.2s
13:42:09 [2023-08-08T13:42:09.787Z] 
13:42:09 [2023-08-08T13:42:09.787Z] #11 [internal] load metadata for docker.io/tonistiigi/xx:1.2.1
13:42:09 [2023-08-08T13:42:09.787Z] #11 DONE 0.2s
13:42:10 [2023-08-08T13:42:10.049Z] 
13:42:10 [2023-08-08T13:42:10.049Z] #12 [base 1/5] FROM docker.io/library/golang:1.20.7-bullseye@sha256:74b09b3b6fa5aa542df8ef974cb745eb477be72f6fcf821517fb410aff532b00
13:42:10 [2023-08-08T13:42:10.049Z] #12 DONE 0.0s
13:42:10 [2023-08-08T13:42:10.049Z] 
13:42:10 [2023-08-08T13:42:10.049Z] #13 [xx 1/1] FROM docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012
13:42:10 [2023-08-08T13:42:10.049Z] #13 DONE 0.0s
13:42:10 [2023-08-08T13:42:10.049Z] 
13:42:10 [2023-08-08T13:42:10.049Z] #14 [buildx 1/1] FROM docker.io/docker/buildx-bin:0.11.2@sha256:e7f00cf9fc3754de699190b215d383e57bd654179b31b28eefadf978a362e647
13:42:10 [2023-08-08T13:42:10.049Z] #14 DONE 0.0s
13:42:10 [2023-08-08T13:42:10.049Z] 
13:42:10 [2023-08-08T13:42:10.049Z] #15 [compose 1/1] FROM docker.io/docker/compose-bin:v2.20.1@sha256:808e1bf7a9b64a345b30bbaf10df1b2f119f9011ff2ffd332cb8ed282e518d6b
13:42:10 [2023-08-08T13:42:10.049Z] #15 DONE 0.0s
13:42:10 [2023-08-08T13:42:10.049Z] 
13:42:10 [2023-08-08T13:42:10.049Z] #16 [build-dummy 1/2] FROM docker.io/library/busybox:latest
13:42:10 [2023-08-08T13:42:10.049Z] #16 DONE 0.0s
13:42:10 [2023-08-08T13:42:10.049Z] 
13:42:10 [2023-08-08T13:42:10.049Z] #17 [vpnkit-linux-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:42:10 [2023-08-08T13:42:10.049Z] #17 DONE 0.0s
13:42:10 [2023-08-08T13:42:10.049Z] 
13:42:10 [2023-08-08T13:42:10.049Z] #18 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:630454da4c59041a2bca987a0d54c68962f1d6ea37a3641bd61db42b753234f2
13:42:10 [2023-08-08T13:42:10.049Z] #18 DONE 0.0s
13:42:10 [2023-08-08T13:42:10.049Z] 
13:42:10 [2023-08-08T13:42:10.049Z] #19 [internal] load build context
13:42:10 [2023-08-08T13:42:10.996Z] #19 transferring context: 70.42MB 0.9s done
13:42:10 [2023-08-08T13:42:10.996Z] #19 DONE 0.9s
13:42:10 [2023-08-08T13:42:10.996Z] 
13:42:10 [2023-08-08T13:42:10.996Z] #20 [tini-src 2/3] RUN git init . && git remote add origin "https://github.com/krallin/tini.git"
13:42:10 [2023-08-08T13:42:10.996Z] #20 CACHED
13:42:10 [2023-08-08T13:42:10.996Z] 
13:42:10 [2023-08-08T13:42:10.996Z] #21 [dev-base 10/13] RUN pip3 install yamllint==1.27.1
13:42:10 [2023-08-08T13:42:10.996Z] #21 CACHED
13:42:10 [2023-08-08T13:42:10.996Z] 
13:42:10 [2023-08-08T13:42:10.996Z] #22 [swagger-src 3/3] RUN git fetch -q --depth 1 origin "c56166c036004ba7a3a321e5951ba472b9ae298c" && git checkout -q FETCH_HEAD
13:42:10 [2023-08-08T13:42:10.996Z] #22 CACHED
13:42:10 [2023-08-08T13:42:10.996Z] 
13:42:10 [2023-08-08T13:42:10.996Z] #23 [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
13:42:10 [2023-08-08T13:42:10.996Z] #23 CACHED
13:42:10 [2023-08-08T13:42:10.996Z] 
13:42:10 [2023-08-08T13:42:10.996Z] #24 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.8" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
13:42:10 [2023-08-08T13:42:10.996Z] #24 CACHED
13:42:10 [2023-08-08T13:42:10.996Z] 
13:42:10 [2023-08-08T13:42:10.996Z] #25 [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...)
13:42:10 [2023-08-08T13:42:10.996Z] #25 CACHED
13:42:10 [2023-08-08T13:42:10.996Z] 
13:42:10 [2023-08-08T13:42:10.996Z] #26 [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
13:42:10 [2023-08-08T13:42:10.996Z] #26 CACHED
13:42:10 [2023-08-08T13:42:10.996Z] 
13:42:10 [2023-08-08T13:42:10.996Z] #27 [dev-systemd-false 17/20] COPY --link hack/dockerfile/etc/docker/  /etc/docker/
13:42:10 [2023-08-08T13:42:10.996Z] #27 CACHED
13:42:10 [2023-08-08T13:42:10.996Z] 
13:42:10 [2023-08-08T13:42:10.996Z] #28 [dev-systemd-false 18/20] COPY --link --from=buildx        /buildx /usr/local/libexec/docker/cli-plugins/docker-buildx
13:42:10 [2023-08-08T13:42:10.996Z] #28 CACHED
13:42:10 [2023-08-08T13:42:10.996Z] 
13:42:10 [2023-08-08T13:42:10.996Z] #29 [rootlesskit-build 4/5] COPY --link ./contrib/dockerd-rootless.sh /build/
13:42:10 [2023-08-08T13:42:10.996Z] #29 CACHED
13:42:10 [2023-08-08T13:42:10.996Z] 
13:42:10 [2023-08-08T13:42:10.996Z] #30 [swagger-src 2/3] RUN git init . && git remote add origin "https://github.com/kolyshkin/go-swagger.git"
13:42:10 [2023-08-08T13:42:10.996Z] #30 CACHED
13:42:10 [2023-08-08T13:42:10.996Z] 
13:42:10 [2023-08-08T13:42:10.996Z] #31 [dev-systemd-false  7/20] COPY --link --from=registry      /build/ /usr/local/bin/
13:42:10 [2023-08-08T13:42:10.996Z] #31 CACHED
13:42:10 [2023-08-08T13:42:10.996Z] 
13:42:10 [2023-08-08T13:42:10.996Z] #32 [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...)
13:42:10 [2023-08-08T13:42:10.996Z] #32 CACHED
13:42:10 [2023-08-08T13:42:10.996Z] 
13:42:10 [2023-08-08T13:42:10.996Z] #33 [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
13:42:10 [2023-08-08T13:42:10.996Z] #33 CACHED
13:42:10 [2023-08-08T13:42:10.996Z] 
13:42:10 [2023-08-08T13:42:10.996Z] #34 [rootlesskit-build 5/5] COPY --link ./contrib/dockerd-rootless-setuptool.sh /build/
13:42:10 [2023-08-08T13:42:10.996Z] #34 CACHED
13:42:10 [2023-08-08T13:42:10.996Z] 
13:42:10 [2023-08-08T13:42:10.996Z] #35 [dev-base  2/13] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
13:42:10 [2023-08-08T13:42:10.996Z] #35 CACHED
13:42:10 [2023-08-08T13:42:10.996Z] 
13:42:10 [2023-08-08T13:42:10.996Z] #36 [delve-src 3/3] RUN git fetch -q --depth 1 origin "v1.20.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
13:42:10 [2023-08-08T13:42:10.996Z] #36 CACHED
13:42:10 [2023-08-08T13:42:10.996Z] 
13:42:10 [2023-08-08T13:42:10.996Z] #37 [dev-systemd-false  4/20] COPY --link --from=tomll         /build/ /usr/local/bin/
13:42:10 [2023-08-08T13:42:10.996Z] #37 CACHED
13:42:10 [2023-08-08T13:42:10.996Z] 
13:42:10 [2023-08-08T13:42:10.996Z] #38 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
13:42:10 [2023-08-08T13:42:10.996Z] #38 CACHED
13:42:10 [2023-08-08T13:42:10.996Z] 
13:42:10 [2023-08-08T13:42:10.996Z] #39 [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...)
13:42:10 [2023-08-08T13:42:10.996Z] #39 CACHED
13:42:10 [2023-08-08T13:42:10.996Z] 
13:42:10 [2023-08-08T13:42:10.996Z] #40 [dev-systemd-false  8/20] COPY --link --from=gotestsum     /build/ /usr/local/bin/
13:42:10 [2023-08-08T13:42:10.996Z] #40 CACHED
13:42:10 [2023-08-08T13:42:10.996Z] 
13:42:10 [2023-08-08T13:42:10.996Z] #41 [dev-base  3/13] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
13:42:10 [2023-08-08T13:42:10.996Z] #41 CACHED
13:42:10 [2023-08-08T13:42:10.996Z] 
13:42:10 [2023-08-08T13:42:10.996Z] #42 [delve-src 1/3] WORKDIR /usr/src/delve
13:42:10 [2023-08-08T13:42:10.996Z] #42 CACHED
13:42:10 [2023-08-08T13:42:10.996Z] 
13:42:10 [2023-08-08T13:42:10.996Z] #43 [dev-systemd-false 11/20] COPY --link --from=runc          /build/ /usr/local/bin/
13:42:10 [2023-08-08T13:42:10.996Z] #43 CACHED
13:42:10 [2023-08-08T13:42:10.996Z] 
13:42:10 [2023-08-08T13:42:10.996Z] #44 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.7.3" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
13:42:10 [2023-08-08T13:42:10.996Z] #44 CACHED
13:42:10 [2023-08-08T13:42:10.996Z] 
13:42:10 [2023-08-08T13:42:10.996Z] #45 [dev-systemd-false 15/20] COPY --link --from=containerutil /build/ /usr/local/bin/
13:42:10 [2023-08-08T13:42:10.996Z] #45 CACHED
13:42:10 [2023-08-08T13:42:10.996Z] 
13:42:10 [2023-08-08T13:42:10.996Z] #46 [tini-build 1/4] WORKDIR /go/src/github.com/krallin/tini
13:42:10 [2023-08-08T13:42:10.996Z] #46 CACHED
13:42:10 [2023-08-08T13:42:10.996Z] 
13:42:10 [2023-08-08T13:42:10.996Z] #47 [rootlesskit-src 2/3] RUN git init . && git remote add origin "https://github.com/rootless-containers/rootlesskit.git"
13:42:10 [2023-08-08T13:42:10.996Z] #47 CACHED
13:42:10 [2023-08-08T13:42:10.996Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #48 [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
13:42:10 [2023-08-08T13:42:10.997Z] #48 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #49 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
13:42:10 [2023-08-08T13:42:10.997Z] #49 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #50 [runc-src 2/3] RUN git init . && git remote add origin "https://github.com/opencontainers/runc.git"
13:42:10 [2023-08-08T13:42:10.997Z] #50 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #51 [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
13:42:10 [2023-08-08T13:42:10.997Z] #51 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #52 [runc-src 1/3] WORKDIR /usr/src/runc
13:42:10 [2023-08-08T13:42:10.997Z] #52 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #53 [dev-systemd-false 19/20] COPY --link --from=compose       /docker-compose /usr/libexec/docker/cli-plugins/docker-compose
13:42:10 [2023-08-08T13:42:10.997Z] #53 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #54 [registry-src 1/2] WORKDIR /usr/src/registry
13:42:10 [2023-08-08T13:42:10.997Z] #54 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #55 [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
13:42:10 [2023-08-08T13:42:10.997Z] #55 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #56 [base 2/5] COPY --from=xx / /
13:42:10 [2023-08-08T13:42:10.997Z] #56 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #57 [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
13:42:10 [2023-08-08T13:42:10.997Z] #57 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #58 [registry-src 2/2] RUN git init . && git remote add origin "https://github.com/distribution/distribution.git"
13:42:10 [2023-08-08T13:42:10.997Z] #58 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #59 [dev-base  1/13] RUN groupadd -r docker
13:42:10 [2023-08-08T13:42:10.997Z] #59 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #60 [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
13:42:10 [2023-08-08T13:42:10.997Z] #60 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #61 [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
13:42:10 [2023-08-08T13:42:10.997Z] #61 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #62 [dev-systemd-false  5/20] COPY --link --from=gowinres      /build/ /usr/local/bin/
13:42:10 [2023-08-08T13:42:10.997Z] #62 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #63 [dev-systemd-false 14/20] COPY --link --from=vpnkit        /       /usr/local/bin/
13:42:10 [2023-08-08T13:42:10.997Z] #63 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #64 [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
13:42:10 [2023-08-08T13:42:10.997Z] #64 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #65 [base 4/5] RUN test -n "$APT_MIRROR" && sed -ri "s#(httpredir|deb|security).debian.org#${APT_MIRROR}#g" /etc/apt/sources.list || true
13:42:10 [2023-08-08T13:42:10.997Z] #65 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #66 [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
13:42:10 [2023-08-08T13:42:10.997Z] #66 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #67 [rootlesskit-src 1/3] WORKDIR /usr/src/rootlesskit
13:42:10 [2023-08-08T13:42:10.997Z] #67 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #68 [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
13:42:10 [2023-08-08T13:42:10.997Z] #68 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #69 [rootlesskit-build 1/5] WORKDIR /go/src/github.com/rootless-containers/rootlesskit
13:42:10 [2023-08-08T13:42:10.997Z] #69 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #70 [dev-systemd-false  9/20] COPY --link --from=golangci_lint /build/ /usr/local/bin/
13:42:10 [2023-08-08T13:42:10.997Z] #70 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #71 [dev-systemd-false  2/20] COPY --link --from=swagger       /build/ /usr/local/bin/
13:42:10 [2023-08-08T13:42:10.997Z] #71 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #72 [dev-systemd-false 13/20] COPY --link --from=rootlesskit   /build/ /usr/local/bin/
13:42:10 [2023-08-08T13:42:10.997Z] #72 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #73 [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...)
13:42:10 [2023-08-08T13:42:10.997Z] #73 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #74 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
13:42:10 [2023-08-08T13:42:10.997Z] #74 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #75 [dev-systemd-false 12/20] COPY --link --from=containerd    /build/ /usr/local/bin/
13:42:10 [2023-08-08T13:42:10.997Z] #75 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #76 [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...)
13:42:10 [2023-08-08T13:42:10.997Z] #76 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #77 [dev-systemd-false 16/20] COPY --link --from=crun          /build/ /usr/local/bin/
13:42:10 [2023-08-08T13:42:10.997Z] #77 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #78 [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
13:42:10 [2023-08-08T13:42:10.997Z] #78 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #79 [dev-systemd-false 10/20] COPY --link --from=shfmt         /build/ /usr/local/bin/
13:42:10 [2023-08-08T13:42:10.997Z] #79 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #80 [binary-dummy 1/1] COPY --from=build-dummy /build /build
13:42:10 [2023-08-08T13:42:10.997Z] #80 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #81 [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             ;
13:42:10 [2023-08-08T13:42:10.997Z] #81 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #82 [dev-base  4/13] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
13:42:10 [2023-08-08T13:42:10.997Z] #82 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #83 [dev-base  6/13] RUN ldconfig
13:42:10 [2023-08-08T13:42:10.997Z] #83 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #84 [tini-src 3/3] RUN git fetch -q --depth 1 origin "v0.19.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
13:42:10 [2023-08-08T13:42:10.997Z] #84 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #85 [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...)
13:42:10 [2023-08-08T13:42:10.997Z] #85 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #86 [dev-systemd-false 20/20] WORKDIR /go/src/github.com/docker/docker
13:42:10 [2023-08-08T13:42:10.997Z] #86 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #87 [dev-base 12/13] COPY --link --from=dockercli             /build/ /usr/local/cli
13:42:10 [2023-08-08T13:42:10.997Z] #87 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #88 [containerd-src 2/3] RUN git init . && git remote add origin "https://github.com/containerd/containerd.git"
13:42:10 [2023-08-08T13:42:10.997Z] #88 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #89 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
13:42:10 [2023-08-08T13:42:10.997Z] #89 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #90 [base 3/5] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
13:42:10 [2023-08-08T13:42:10.997Z] #90 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #91 [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
13:42:10 [2023-08-08T13:42:10.997Z] #91 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #92 [base 5/5] RUN apt-get update && apt-get install --no-install-recommends -y file
13:42:10 [2023-08-08T13:42:10.997Z] #92 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #93 [dev-systemd-false  1/20] COPY --link --from=frozen-images /build/ /docker-frozen-images
13:42:10 [2023-08-08T13:42:10.997Z] #93 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #94 [dev-base  5/13] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
13:42:10 [2023-08-08T13:42:10.997Z] #94 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #95 [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
13:42:10 [2023-08-08T13:42:10.997Z] #95 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #96 [swagger-src 1/3] WORKDIR /usr/src/swagger
13:42:10 [2023-08-08T13:42:10.997Z] #96 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #97 [containerd-src 1/3] WORKDIR /usr/src/containerd
13:42:10 [2023-08-08T13:42:10.997Z] #97 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #98 [containerd-build 1/3] WORKDIR /go/src/github.com/containerd/containerd
13:42:10 [2023-08-08T13:42:10.997Z] #98 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #99 [dev-systemd-false  6/20] COPY --link --from=tini          /build/ /usr/local/bin/
13:42:10 [2023-08-08T13:42:10.997Z] #99 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #100 [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
13:42:10 [2023-08-08T13:42:10.997Z] #100 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #101 [tini-src 1/3] WORKDIR /usr/src/tini
13:42:10 [2023-08-08T13:42:10.997Z] #101 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #102 [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
13:42:10 [2023-08-08T13:42:10.997Z] #102 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #103 [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...)
13:42:10 [2023-08-08T13:42:10.997Z] #103 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #104 [build-dummy 2/2] RUN mkdir -p /build
13:42:10 [2023-08-08T13:42:10.997Z] #104 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #105 [dev-systemd-false  3/20] COPY --link --from=delve         /build/ /usr/local/bin/
13:42:10 [2023-08-08T13:42:10.997Z] #105 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #106 [dockercli-integration 1/2] WORKDIR /go/src/github.com/docker/cli
13:42:10 [2023-08-08T13:42:10.997Z] #106 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #107 [runc-build 1/3] WORKDIR /go/src/github.com/opencontainers/runc
13:42:10 [2023-08-08T13:42:10.997Z] #107 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #108 [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
13:42:10 [2023-08-08T13:42:10.997Z] #108 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #109 [delve-src 2/3] RUN git init . && git remote add origin "https://github.com/go-delve/delve.git"
13:42:10 [2023-08-08T13:42:10.997Z] #109 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #110 [dev-base  7/13] RUN git config --global --add safe.directory /go/src/github.com/docker/docker
13:42:10 [2023-08-08T13:42:10.997Z] #110 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #111 [dev-base 13/13] COPY --link --from=dockercli-integration /build/ /usr/local/cli-integration
13:42:10 [2023-08-08T13:42:10.997Z] #111 CACHED
13:42:10 [2023-08-08T13:42:10.997Z] 
13:42:10 [2023-08-08T13:42:10.997Z] #112 [dev 1/1] COPY --link . .
13:42:12 [2023-08-08T13:42:12.385Z] #112 DONE 1.3s
13:42:12 [2023-08-08T13:42:12.385Z] 
13:42:12 [2023-08-08T13:42:12.385Z] #113 exporting to image
13:42:12 [2023-08-08T13:42:12.385Z] #113 exporting layers
13:42:12 [2023-08-08T13:42:12.965Z] #113 exporting layers 0.8s done
13:42:12 [2023-08-08T13:42:12.965Z] #113 writing image sha256:a7f600e2f612553e060b6483c06adff62ccff1159c494971bb82019feefeb427 done
13:42:12 [2023-08-08T13:42:12.965Z] #113 naming to docker.io/library/docker:d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 done
13:42:12 [2023-08-08T13:42:12.965Z] #113 DONE 0.8s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
13:42:13 [2023-08-08T13:42:13.294Z] + sudo modprobe ip6table_filter
[Pipeline] sh
13:42:13 [2023-08-08T13:42:13.583Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-46166/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 hack/test/unit
13:42:13 [2023-08-08T13:42:13.846Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove journald')
13:42:13 [2023-08-08T13:42:13.846Z] + TESTFLAGS+=' -test.timeout=5m'
13:42:13 [2023-08-08T13:42:13.846Z] + TESTDIRS=./...
13:42:13 [2023-08-08T13:42:13.846Z] + exclude_paths='/vendor/|/integration'
13:42:13 [2023-08-08T13:42:13.846Z] ++ go list ./...
13:42:13 [2023-08-08T13:42:13.846Z] ++ grep -vE '(/vendor/|/integration)'
13:42:14 [2023-08-08T13:42:14.422Z] + pkg_list='github.com/docker/docker/api
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/api/server
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/api/server/backend/build
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/api/server/httpstatus
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/api/server/httputils
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/api/server/middleware
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/api/server/router
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/api/server/router/build
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/api/server/router/checkpoint
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/api/server/router/container
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/api/server/router/debug
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/api/server/router/distribution
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/api/server/router/grpc
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/api/server/router/image
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/api/server/router/network
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/api/server/router/plugin
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/api/server/router/session
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/api/server/router/swarm
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/api/server/router/system
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/api/server/router/volume
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/api/types
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/api/types/backend
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/api/types/blkiodev
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/api/types/container
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/api/types/events
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/api/types/filters
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/api/types/image
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/api/types/mount
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/api/types/network
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/api/types/plugins/logdriver
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/api/types/registry
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/api/types/strslice
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/api/types/swarm
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/api/types/swarm/runtime
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/api/types/system
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/api/types/time
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/api/types/versions
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/api/types/versions/v1p19
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/api/types/versions/v1p20
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/api/types/volume
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/builder
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/builder/builder-next
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/builder/builder-next/exporter
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/builder/builder-next/exporter/overrides
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/builder/builder-next/imagerefchecker
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/builder/builder-next/worker
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/builder/builder-next/worker/label
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/builder/dockerfile
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/builder/remotecontext
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/builder/remotecontext/git
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/builder/remotecontext/urlutil
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/cli/debug
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/cli/winresources/docker-proxy
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/cli/winresources/dockerd
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/client
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/client/buildkit
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/cmd/docker-proxy
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/cmd/dockerd
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/cmd/dockerd/trap
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/container
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/container/stream
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/contrib/apparmor
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/contrib/httpserver
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/daemon
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/daemon/cluster
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/daemon/cluster/controllers/plugin
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/daemon/cluster/convert
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/daemon/cluster/executor
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/daemon/cluster/executor/container
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/daemon/cluster/provider
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/daemon/config
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/daemon/containerd
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/daemon/events
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/daemon/events/testutils
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/daemon/graphdriver
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/daemon/graphdriver/btrfs
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/daemon/graphdriver/copy
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/daemon/graphdriver/graphtest
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/daemon/graphdriver/overlay2
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/daemon/graphdriver/overlayutils
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/daemon/graphdriver/register
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/daemon/graphdriver/vfs
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/daemon/graphdriver/zfs
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/daemon/images
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/daemon/initlayer
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/daemon/links
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/daemon/listeners
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/daemon/logger
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/daemon/logger/awslogs
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/daemon/logger/fluentd
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/daemon/logger/gcplogs
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/daemon/logger/gelf
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/daemon/logger/journald
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/daemon/logger/journald/internal/export
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/daemon/logger/journald/internal/fake
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/daemon/logger/jsonfilelog
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/daemon/logger/local
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/daemon/logger/logentries
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/daemon/logger/loggertest
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/daemon/logger/loggerutils
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/daemon/logger/loggerutils/cache
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/daemon/logger/splunk
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/daemon/logger/syslog
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/daemon/logger/templates
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/daemon/names
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/daemon/network
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/daemon/snapshotter
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/daemon/stats
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/distribution
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/distribution/metadata
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/distribution/utils
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/distribution/xfer
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/dockerversion
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/errdefs
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/image
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/image/cache
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/image/tarexport
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/image/v1
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/internal/mod
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/internal/mounttree
13:42:14 [2023-08-08T13:42:14.422Z] github.com/docker/docker/internal/test/suite
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/internal/testutils
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/internal/testutils/netnsutils
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/internal/unshare
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/layer
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libcontainerd
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libcontainerd/queue
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libcontainerd/remote
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libcontainerd/shimopts
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libcontainerd/supervisor
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libcontainerd/types
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/bitmap
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/cluster
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/cmd/diagnostic
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/cmd/readme_test
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/config
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/datastore
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/diagnostic
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/discoverapi
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/driverapi
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/drivers/bridge
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/drivers/host
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/drivers/ipvlan
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/drivers/macvlan
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/drivers/null
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/drivers/overlay
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/drivers/remote
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/drivers/remote/api
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/drivers/windows
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/drvregistry
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/etchosts
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/internal/caller
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/internal/kvstore
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/internal/setmatrix
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/ipam
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/ipamapi
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/ipams/builtin
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/ipams/null
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/ipams/remote
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/ipams/remote/api
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/ipams/windowsipam
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/ipamutils
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/ipbits
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/iptables
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/netlabel
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/netutils
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/networkdb
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/ns
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/options
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/osl
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/osl/kernel
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/portallocator
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/portmapper
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/resolvconf
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/scope
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/types
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/oci
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/oci/caps
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/opts
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/pkg/aaparser
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/pkg/archive
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/pkg/authorization
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/pkg/broadcaster
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/pkg/capabilities
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/pkg/chrootarchive
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/pkg/containerfs
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/pkg/directory
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/pkg/dmesg
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/pkg/fileutils
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/pkg/homedir
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/pkg/idtools
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/pkg/ioutils
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/pkg/jsonmessage
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/pkg/longpath
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/pkg/loopback
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/pkg/meminfo
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/pkg/namesgenerator
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/pkg/parsers
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/pkg/parsers/kernel
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/pkg/parsers/operatingsystem
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/pkg/pidfile
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/pkg/platform
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/pkg/platforms
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/pkg/plugingetter
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/pkg/plugins
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/pkg/plugins/transport
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/pkg/pools
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/pkg/process
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/pkg/progress
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/pkg/reexec
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/pkg/rootless
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/pkg/rootless/specconv
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/pkg/stack
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/pkg/stdcopy
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/pkg/streamformatter
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/pkg/stringid
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/pkg/sysinfo
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/pkg/system
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/pkg/tailfile
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/pkg/tarsum
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/pkg/useragent
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/plugin
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/plugin/executor/containerd
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/plugin/v2
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/profiles/apparmor
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/profiles/seccomp
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/quota
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/reference
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/registry
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/registry/resumable
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/restartmanager
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/runconfig
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/runconfig/opts
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/testutil
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/testutil/daemon
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/testutil/environment
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/testutil/fakecontext
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/testutil/fakegit
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/testutil/fakestorage
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/testutil/fixtures/load
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/testutil/fixtures/plugin
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/testutil/fixtures/plugin/basic
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/testutil/registry
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/testutil/request
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/volume
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/volume/drivers
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/volume/local
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/volume/mounts
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/volume/service
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/volume/service/opts
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/volume/testutils'
13:42:14 [2023-08-08T13:42:14.423Z] ++ grep --fixed-strings -v /libnetwork
13:42:14 [2023-08-08T13:42:14.423Z] ++ echo 'github.com/docker/docker/api
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/api/server
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/api/server/backend/build
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/api/server/httpstatus
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/api/server/httputils
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/api/server/middleware
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/api/server/router
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/api/server/router/build
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/api/server/router/checkpoint
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/api/server/router/container
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/api/server/router/debug
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/api/server/router/distribution
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/api/server/router/grpc
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/api/server/router/image
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/api/server/router/network
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/api/server/router/plugin
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/api/server/router/session
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/api/server/router/swarm
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/api/server/router/system
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/api/server/router/volume
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/api/types
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/api/types/backend
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/api/types/blkiodev
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/api/types/container
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/api/types/events
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/api/types/filters
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/api/types/image
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/api/types/mount
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/api/types/network
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/api/types/plugins/logdriver
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/api/types/registry
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/api/types/strslice
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/api/types/swarm
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/api/types/swarm/runtime
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/api/types/system
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/api/types/time
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/api/types/versions
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/api/types/versions/v1p19
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/api/types/versions/v1p20
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/api/types/volume
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/builder
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/builder/builder-next
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/builder/builder-next/exporter
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/builder/builder-next/exporter/overrides
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/builder/builder-next/imagerefchecker
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/builder/builder-next/worker
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/builder/builder-next/worker/label
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/builder/dockerfile
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/builder/remotecontext
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/builder/remotecontext/git
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/builder/remotecontext/urlutil
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/cli/debug
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/cli/winresources/docker-proxy
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/cli/winresources/dockerd
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/client
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/client/buildkit
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/cmd/docker-proxy
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/cmd/dockerd
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/cmd/dockerd/trap
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/container
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/container/stream
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/contrib/apparmor
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/contrib/httpserver
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/daemon
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/daemon/cluster
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/daemon/cluster/controllers/plugin
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/daemon/cluster/convert
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/daemon/cluster/executor
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/daemon/cluster/executor/container
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/daemon/cluster/provider
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/daemon/config
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/daemon/containerd
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/daemon/events
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/daemon/events/testutils
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/daemon/graphdriver
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/daemon/graphdriver/btrfs
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/daemon/graphdriver/copy
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/daemon/graphdriver/graphtest
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/daemon/graphdriver/overlay2
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/daemon/graphdriver/overlayutils
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/daemon/graphdriver/register
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/daemon/graphdriver/vfs
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/daemon/graphdriver/zfs
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/daemon/images
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/daemon/initlayer
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/daemon/links
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/daemon/listeners
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/daemon/logger
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/daemon/logger/awslogs
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/daemon/logger/fluentd
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/daemon/logger/gcplogs
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/daemon/logger/gelf
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/daemon/logger/journald
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/daemon/logger/journald/internal/export
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/daemon/logger/journald/internal/fake
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/daemon/logger/jsonfilelog
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/daemon/logger/local
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/daemon/logger/logentries
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/daemon/logger/loggertest
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/daemon/logger/loggerutils
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/daemon/logger/loggerutils/cache
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/daemon/logger/splunk
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/daemon/logger/syslog
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/daemon/logger/templates
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/daemon/names
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/daemon/network
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/daemon/snapshotter
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/daemon/stats
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/distribution
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/distribution/metadata
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/distribution/utils
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/distribution/xfer
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/dockerversion
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/errdefs
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/image
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/image/cache
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/image/tarexport
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/image/v1
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/internal/mod
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/internal/mounttree
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/internal/test/suite
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/internal/testutils
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/internal/testutils/netnsutils
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/internal/unshare
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/layer
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libcontainerd
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libcontainerd/queue
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libcontainerd/remote
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libcontainerd/shimopts
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libcontainerd/supervisor
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libcontainerd/types
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/bitmap
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/cluster
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/cmd/diagnostic
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/cmd/readme_test
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/config
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/datastore
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/diagnostic
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/discoverapi
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/driverapi
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/drivers/bridge
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/drivers/host
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/drivers/ipvlan
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/drivers/macvlan
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/drivers/null
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/drivers/overlay
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/drivers/remote
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/drivers/remote/api
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/drivers/windows
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/drvregistry
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/etchosts
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/internal/caller
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/internal/kvstore
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/internal/setmatrix
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/ipam
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/ipamapi
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/ipams/builtin
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/ipams/null
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/ipams/remote
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/ipams/remote/api
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/ipams/windowsipam
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/ipamutils
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/ipbits
13:42:14 [2023-08-08T13:42:14.423Z] github.com/docker/docker/libnetwork/iptables
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/libnetwork/netlabel
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/libnetwork/netutils
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/libnetwork/networkdb
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/libnetwork/ns
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/libnetwork/options
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/libnetwork/osl
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/libnetwork/osl/kernel
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/libnetwork/portallocator
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/libnetwork/portmapper
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/libnetwork/resolvconf
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/libnetwork/scope
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/libnetwork/types
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/oci
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/oci/caps
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/opts
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/aaparser
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/archive
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/authorization
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/broadcaster
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/capabilities
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/chrootarchive
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/containerfs
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/directory
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/dmesg
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/fileutils
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/homedir
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/idtools
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/ioutils
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/jsonmessage
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/longpath
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/loopback
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/meminfo
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/namesgenerator
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/parsers
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/parsers/kernel
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/parsers/operatingsystem
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/pidfile
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/platform
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/platforms
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/plugingetter
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/plugins
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/plugins/transport
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/pools
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/process
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/progress
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/reexec
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/rootless
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/rootless/specconv
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/stack
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/stdcopy
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/streamformatter
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/stringid
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/sysinfo
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/system
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/tailfile
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/tarsum
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/useragent
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/plugin
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/plugin/executor/containerd
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/plugin/v2
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/profiles/apparmor
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/profiles/seccomp
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/quota
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/reference
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/registry
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/registry/resumable
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/restartmanager
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/runconfig
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/runconfig/opts
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/testutil
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/testutil/daemon
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/testutil/environment
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/testutil/fakecontext
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/testutil/fakegit
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/testutil/fakestorage
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/testutil/fixtures/load
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/testutil/fixtures/plugin
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/testutil/fixtures/plugin/basic
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/testutil/registry
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/testutil/request
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/volume
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/volume/drivers
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/volume/local
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/volume/mounts
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/volume/service
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/volume/service/opts
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/volume/testutils'
13:42:14 [2023-08-08T13:42:14.424Z] + base_pkg_list='github.com/docker/docker/api
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/server
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/server/backend/build
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/server/httpstatus
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/server/httputils
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/server/middleware
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/server/router
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/server/router/build
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/server/router/checkpoint
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/server/router/container
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/server/router/debug
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/server/router/distribution
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/server/router/grpc
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/server/router/image
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/server/router/network
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/server/router/plugin
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/server/router/session
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/server/router/swarm
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/server/router/system
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/server/router/volume
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/types
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/types/backend
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/types/blkiodev
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/types/container
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/types/events
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/types/filters
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/types/image
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/types/mount
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/types/network
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/types/plugins/logdriver
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/types/registry
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/types/strslice
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/types/swarm
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/types/swarm/runtime
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/types/system
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/types/time
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/types/versions
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/types/versions/v1p19
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/types/versions/v1p20
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/types/volume
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/builder
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/builder/builder-next
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/builder/builder-next/exporter
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/builder/builder-next/exporter/overrides
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/builder/builder-next/imagerefchecker
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/builder/builder-next/worker
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/builder/builder-next/worker/label
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/builder/dockerfile
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/builder/remotecontext
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/builder/remotecontext/git
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/builder/remotecontext/urlutil
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/cli/debug
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/cli/winresources/docker-proxy
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/cli/winresources/dockerd
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/client
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/client/buildkit
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/cmd/docker-proxy
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/cmd/dockerd
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/cmd/dockerd/trap
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/container
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/container/stream
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/contrib/apparmor
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/contrib/httpserver
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/daemon
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/daemon/cluster
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/daemon/cluster/controllers/plugin
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/daemon/cluster/convert
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/daemon/cluster/executor
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/daemon/cluster/executor/container
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/daemon/cluster/provider
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/daemon/config
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/daemon/containerd
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/daemon/events
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/daemon/events/testutils
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/daemon/graphdriver
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/daemon/graphdriver/btrfs
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/daemon/graphdriver/copy
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/daemon/graphdriver/graphtest
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/daemon/graphdriver/overlay2
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/daemon/graphdriver/overlayutils
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/daemon/graphdriver/register
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/daemon/graphdriver/vfs
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/daemon/graphdriver/zfs
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/daemon/images
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/daemon/initlayer
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/daemon/links
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/daemon/listeners
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/daemon/logger
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/daemon/logger/awslogs
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/daemon/logger/fluentd
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/daemon/logger/gcplogs
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/daemon/logger/gelf
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/daemon/logger/journald
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/daemon/logger/journald/internal/export
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/daemon/logger/journald/internal/fake
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/daemon/logger/jsonfilelog
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/daemon/logger/local
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/daemon/logger/logentries
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/daemon/logger/loggertest
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/daemon/logger/loggerutils
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/daemon/logger/loggerutils/cache
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/daemon/logger/splunk
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/daemon/logger/syslog
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/daemon/logger/templates
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/daemon/names
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/daemon/network
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/daemon/snapshotter
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/daemon/stats
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/distribution
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/distribution/metadata
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/distribution/utils
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/distribution/xfer
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/dockerversion
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/errdefs
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/image
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/image/cache
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/image/tarexport
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/image/v1
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/internal/mod
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/internal/mounttree
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/internal/test/suite
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/internal/testutils
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/internal/testutils/netnsutils
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/internal/unshare
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/layer
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/libcontainerd
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/libcontainerd/queue
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/libcontainerd/remote
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/libcontainerd/shimopts
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/libcontainerd/supervisor
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/libcontainerd/types
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/oci
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/oci/caps
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/opts
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/aaparser
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/archive
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/authorization
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/broadcaster
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/capabilities
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/chrootarchive
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/containerfs
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/directory
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/dmesg
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/fileutils
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/homedir
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/idtools
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/ioutils
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/jsonmessage
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/longpath
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/loopback
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/meminfo
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/namesgenerator
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/parsers
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/parsers/kernel
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/parsers/operatingsystem
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/pidfile
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/platform
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/platforms
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/plugingetter
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/plugins
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/plugins/transport
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/pools
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/process
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/progress
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/reexec
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/rootless
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/rootless/specconv
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/stack
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/stdcopy
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/streamformatter
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/stringid
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/sysinfo
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/system
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/tailfile
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/tarsum
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/pkg/useragent
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/plugin
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/plugin/executor/containerd
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/plugin/v2
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/profiles/apparmor
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/profiles/seccomp
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/quota
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/reference
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/registry
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/registry/resumable
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/restartmanager
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/runconfig
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/runconfig/opts
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/testutil
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/testutil/daemon
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/testutil/environment
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/testutil/fakecontext
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/testutil/fakegit
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/testutil/fakestorage
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/testutil/fixtures/load
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/testutil/fixtures/plugin
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/testutil/fixtures/plugin/basic
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/testutil/registry
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/testutil/request
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/volume
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/volume/drivers
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/volume/local
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/volume/mounts
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/volume/service
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/volume/service/opts
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/volume/testutils'
13:42:14 [2023-08-08T13:42:14.424Z] ++ grep --fixed-strings /libnetwork
13:42:14 [2023-08-08T13:42:14.424Z] ++ echo 'github.com/docker/docker/api
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/server
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/server/backend/build
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/server/httpstatus
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/server/httputils
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/server/middleware
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/server/router
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/server/router/build
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/server/router/checkpoint
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/server/router/container
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/server/router/debug
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/server/router/distribution
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/server/router/grpc
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/server/router/image
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/server/router/network
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/server/router/plugin
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/server/router/session
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/server/router/swarm
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/server/router/system
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/server/router/volume
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/types
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/types/backend
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/types/blkiodev
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/types/container
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/types/events
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/types/filters
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/types/image
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/types/mount
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/types/network
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/types/plugins/logdriver
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/types/registry
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/types/strslice
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/types/swarm
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/types/swarm/runtime
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/types/system
13:42:14 [2023-08-08T13:42:14.424Z] github.com/docker/docker/api/types/time
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/api/types/versions
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/api/types/versions/v1p19
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/api/types/versions/v1p20
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/api/types/volume
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/builder
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/builder/builder-next
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/builder/builder-next/exporter
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/builder/builder-next/exporter/overrides
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/builder/builder-next/imagerefchecker
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/builder/builder-next/worker
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/builder/builder-next/worker/label
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/builder/dockerfile
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/builder/remotecontext
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/builder/remotecontext/git
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/builder/remotecontext/urlutil
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/cli/debug
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/cli/winresources/docker-proxy
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/cli/winresources/dockerd
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/client
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/client/buildkit
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/cmd/docker-proxy
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/cmd/dockerd
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/cmd/dockerd/trap
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/container
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/container/stream
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/contrib/apparmor
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/contrib/httpserver
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/daemon
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/daemon/cluster
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/daemon/cluster/controllers/plugin
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/daemon/cluster/convert
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/daemon/cluster/executor
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/daemon/cluster/executor/container
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/daemon/cluster/provider
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/daemon/config
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/daemon/containerd
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/daemon/events
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/daemon/events/testutils
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/daemon/graphdriver
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/daemon/graphdriver/btrfs
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/daemon/graphdriver/copy
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/daemon/graphdriver/graphtest
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/daemon/graphdriver/overlay2
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/daemon/graphdriver/overlayutils
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/daemon/graphdriver/register
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/daemon/graphdriver/vfs
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/daemon/graphdriver/zfs
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/daemon/images
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/daemon/initlayer
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/daemon/links
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/daemon/listeners
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/daemon/logger
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/daemon/logger/awslogs
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/daemon/logger/fluentd
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/daemon/logger/gcplogs
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/daemon/logger/gelf
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/daemon/logger/journald
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/daemon/logger/journald/internal/export
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/daemon/logger/journald/internal/fake
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/daemon/logger/jsonfilelog
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/daemon/logger/local
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/daemon/logger/logentries
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/daemon/logger/loggertest
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/daemon/logger/loggerutils
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/daemon/logger/loggerutils/cache
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/daemon/logger/splunk
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/daemon/logger/syslog
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/daemon/logger/templates
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/daemon/names
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/daemon/network
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/daemon/snapshotter
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/daemon/stats
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/distribution
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/distribution/metadata
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/distribution/utils
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/distribution/xfer
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/dockerversion
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/errdefs
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/image
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/image/cache
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/image/tarexport
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/image/v1
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/internal/mod
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/internal/mounttree
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/internal/test/suite
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/internal/testutils
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/internal/testutils/netnsutils
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/internal/unshare
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/layer
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libcontainerd
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libcontainerd/queue
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libcontainerd/remote
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libcontainerd/shimopts
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libcontainerd/supervisor
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libcontainerd/types
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/bitmap
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/cluster
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/cmd/diagnostic
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/cmd/readme_test
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/config
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/datastore
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/diagnostic
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/discoverapi
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/driverapi
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/drivers/bridge
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/drivers/host
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/drivers/ipvlan
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/drivers/macvlan
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/drivers/null
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/drivers/overlay
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/drivers/remote
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/drivers/remote/api
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/drivers/windows
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/drvregistry
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/etchosts
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/internal/caller
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/internal/kvstore
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/internal/setmatrix
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/ipam
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/ipamapi
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/ipams/builtin
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/ipams/null
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/ipams/remote
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/ipams/remote/api
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/ipams/windowsipam
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/ipamutils
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/ipbits
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/iptables
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/netlabel
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/netutils
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/networkdb
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/ns
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/options
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/osl
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/osl/kernel
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/portallocator
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/portmapper
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/resolvconf
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/scope
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/types
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/oci
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/oci/caps
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/opts
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/pkg/aaparser
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/pkg/archive
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/pkg/authorization
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/pkg/broadcaster
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/pkg/capabilities
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/pkg/chrootarchive
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/pkg/containerfs
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/pkg/directory
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/pkg/dmesg
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/pkg/fileutils
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/pkg/homedir
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/pkg/idtools
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/pkg/ioutils
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/pkg/jsonmessage
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/pkg/longpath
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/pkg/loopback
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/pkg/meminfo
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/pkg/namesgenerator
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/pkg/parsers
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/pkg/parsers/kernel
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/pkg/parsers/operatingsystem
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/pkg/pidfile
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/pkg/platform
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/pkg/platforms
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/pkg/plugingetter
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/pkg/plugins
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/pkg/plugins/transport
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/pkg/pools
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/pkg/process
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/pkg/progress
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/pkg/reexec
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/pkg/rootless
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/pkg/rootless/specconv
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/pkg/stack
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/pkg/stdcopy
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/pkg/streamformatter
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/pkg/stringid
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/pkg/sysinfo
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/pkg/system
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/pkg/tailfile
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/pkg/tarsum
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/pkg/useragent
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/plugin
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/plugin/executor/containerd
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/plugin/v2
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/profiles/apparmor
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/profiles/seccomp
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/quota
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/reference
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/registry
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/registry/resumable
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/restartmanager
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/runconfig
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/runconfig/opts
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/testutil
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/testutil/daemon
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/testutil/environment
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/testutil/fakecontext
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/testutil/fakegit
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/testutil/fakestorage
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/testutil/fixtures/load
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/testutil/fixtures/plugin
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/testutil/fixtures/plugin/basic
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/testutil/registry
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/testutil/request
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/volume
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/volume/drivers
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/volume/local
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/volume/mounts
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/volume/service
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/volume/service/opts
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/volume/testutils'
13:42:14 [2023-08-08T13:42:14.425Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/bitmap
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/cluster
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/cmd/diagnostic
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/cmd/readme_test
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/config
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/datastore
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/diagnostic
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/discoverapi
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/driverapi
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/drivers/bridge
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/drivers/host
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/drivers/ipvlan
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/drivers/macvlan
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/drivers/null
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/drivers/overlay
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/drivers/remote
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/drivers/remote/api
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/drivers/windows
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/drvregistry
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/etchosts
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/internal/caller
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/internal/kvstore
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/internal/setmatrix
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/ipam
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/ipamapi
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/ipams/builtin
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/ipams/null
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/ipams/remote
13:42:14 [2023-08-08T13:42:14.425Z] github.com/docker/docker/libnetwork/ipams/remote/api
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/ipams/windowsipam
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/ipamutils
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/ipbits
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/iptables
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/netlabel
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/netutils
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/networkdb
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/ns
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/options
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/osl
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/osl/kernel
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/portallocator
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/portmapper
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/resolvconf
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/scope
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/types'
13:42:14 [2023-08-08T13:42:14.426Z] + echo 'github.com/docker/docker/libnetwork
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/bitmap
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/cluster
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/cmd/diagnostic
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/cmd/readme_test
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/config
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/datastore
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/diagnostic
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/discoverapi
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/driverapi
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/drivers/bridge
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/drivers/host
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/drivers/ipvlan
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/drivers/macvlan
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/drivers/null
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/drivers/overlay
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/drivers/remote
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/drivers/remote/api
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/drivers/windows
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/drvregistry
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/etchosts
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/internal/caller
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/internal/kvstore
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/internal/setmatrix
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/ipam
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/ipamapi
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/ipams/builtin
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/ipams/null
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/ipams/remote
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/ipams/remote/api
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/ipams/windowsipam
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/ipamutils
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/ipbits
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/iptables
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/netlabel
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/netutils
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/networkdb
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/ns
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/options
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/osl
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/osl/kernel
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/portallocator
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/portmapper
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/resolvconf
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/scope
13:42:14 [2023-08-08T13:42:14.426Z] + grep --fixed-strings libnetwork/drivers/bridge
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/types'
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/drivers/bridge
13:42:14 [2023-08-08T13:42:14.426Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
13:42:14 [2023-08-08T13:42:14.426Z] + type docker-proxy
13:42:14 [2023-08-08T13:42:14.426Z] hack/test/unit: line 25: type: docker-proxy: not found
13:42:14 [2023-08-08T13:42:14.426Z] + hack/make.sh binary-proxy install-proxy
13:42:14 [2023-08-08T13:42:14.426Z] 
13:42:14 [2023-08-08T13:42:14.426Z] Removing bundles/
13:42:14 [2023-08-08T13:42:14.426Z] 
13:42:14 [2023-08-08T13:42:14.426Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy)
13:42:14 [2023-08-08T13:42:14.426Z] Building static bundles/binary-proxy/docker-proxy (linux/arm64)...
13:42:14 [2023-08-08T13:42:14.687Z] + tee /go/src/github.com/docker/docker/go.mod
13:42:14 [2023-08-08T13:42:14.687Z] module github.com/docker/docker
13:42:14 [2023-08-08T13:42:14.687Z] 
13:42:14 [2023-08-08T13:42:14.687Z] go 1.19
13:42:14 [2023-08-08T13:42:14.687Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT
13:42:14 [2023-08-08T13:42:14.687Z] + GO111MODULE=on
13:42:14 [2023-08-08T13:42:14.687Z] + 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=d02feb561dbc5bc0bdbc444f5db6e2766bca03c7" -X "github.com/docker/docker/dockerversion.BuildTime=2023-08-08T13:42:14.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
13:42:18 [2023-08-08T13:42:18.900Z] + rm -f /go/src/github.com/docker/docker/go.mod
13:42:18 [2023-08-08T13:42:18.900Z] Created binary: bundles/binary-proxy/docker-proxy
13:42:18 [2023-08-08T13:42:18.900Z] 
13:42:18 [2023-08-08T13:42:18.900Z] ---> Making bundle: install-proxy (in bundles/install-proxy)
13:42:18 [2023-08-08T13:42:18.900Z] Installing docker-proxy to /usr/local/bin/
13:42:18 [2023-08-08T13:42:18.900Z] 
13:42:18 [2023-08-08T13:42:18.900Z] + mkdir -p bundles
13:42:18 [2023-08-08T13:42:18.900Z] + '[' -n 'github.com/docker/docker/api
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/api/server
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/api/server/backend/build
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/api/server/httpstatus
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/api/server/httputils
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/api/server/middleware
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/api/server/router
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/api/server/router/build
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/api/server/router/checkpoint
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/api/server/router/container
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/api/server/router/debug
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/api/server/router/distribution
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/api/server/router/grpc
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/api/server/router/image
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/api/server/router/network
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/api/server/router/plugin
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/api/server/router/session
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/api/server/router/swarm
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/api/server/router/system
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/api/server/router/volume
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/api/types
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/api/types/backend
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/api/types/blkiodev
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/api/types/container
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/api/types/events
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/api/types/filters
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/api/types/image
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/api/types/mount
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/api/types/network
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/api/types/plugins/logdriver
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/api/types/registry
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/api/types/strslice
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/api/types/swarm
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/api/types/swarm/runtime
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/api/types/system
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/api/types/time
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/api/types/versions
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/api/types/versions/v1p19
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/api/types/versions/v1p20
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/api/types/volume
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/builder
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/builder/builder-next
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/builder/builder-next/exporter
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/builder/builder-next/exporter/overrides
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/builder/builder-next/imagerefchecker
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/builder/builder-next/worker
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/builder/builder-next/worker/label
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/builder/dockerfile
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/builder/remotecontext
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/builder/remotecontext/git
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/builder/remotecontext/urlutil
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/cli/debug
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/cli/winresources/docker-proxy
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/cli/winresources/dockerd
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/client
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/client/buildkit
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/cmd/docker-proxy
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/cmd/dockerd
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/cmd/dockerd/trap
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/container
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/container/stream
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/contrib/apparmor
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/contrib/httpserver
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/daemon
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/daemon/cluster
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/daemon/cluster/controllers/plugin
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/daemon/cluster/convert
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/daemon/cluster/executor
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/daemon/cluster/executor/container
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/daemon/cluster/provider
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/daemon/config
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/daemon/containerd
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/daemon/events
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/daemon/events/testutils
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/daemon/graphdriver
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/daemon/graphdriver/btrfs
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/daemon/graphdriver/copy
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/daemon/graphdriver/graphtest
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/daemon/graphdriver/overlay2
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/daemon/graphdriver/overlayutils
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/daemon/graphdriver/register
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/daemon/graphdriver/vfs
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/daemon/graphdriver/zfs
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/daemon/images
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/daemon/initlayer
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/daemon/links
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/daemon/listeners
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/daemon/logger
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/daemon/logger/awslogs
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/daemon/logger/fluentd
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/daemon/logger/gcplogs
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/daemon/logger/gelf
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/daemon/logger/journald
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/daemon/logger/journald/internal/export
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/daemon/logger/journald/internal/fake
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/daemon/logger/jsonfilelog
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/daemon/logger/local
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/daemon/logger/logentries
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/daemon/logger/loggertest
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/daemon/logger/loggerutils
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/daemon/logger/loggerutils/cache
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/daemon/logger/splunk
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/daemon/logger/syslog
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/daemon/logger/templates
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/daemon/names
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/daemon/network
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/daemon/snapshotter
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/daemon/stats
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/distribution
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/distribution/metadata
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/distribution/utils
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/distribution/xfer
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/dockerversion
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/errdefs
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/image
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/image/cache
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/image/tarexport
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/image/v1
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/internal/mod
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/internal/mounttree
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/internal/test/suite
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/internal/testutils
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/internal/testutils/netnsutils
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/internal/unshare
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/layer
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/libcontainerd
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/libcontainerd/queue
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/libcontainerd/remote
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/libcontainerd/shimopts
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/libcontainerd/supervisor
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/libcontainerd/types
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/oci
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/oci/caps
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/opts
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/pkg/aaparser
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/pkg/archive
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/pkg/authorization
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/pkg/broadcaster
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/pkg/capabilities
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/pkg/chrootarchive
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/pkg/containerfs
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/pkg/directory
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/pkg/dmesg
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/pkg/fileutils
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/pkg/homedir
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/pkg/idtools
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/pkg/ioutils
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/pkg/jsonmessage
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/pkg/longpath
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/pkg/loopback
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/pkg/meminfo
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/pkg/namesgenerator
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/pkg/parsers
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/pkg/parsers/kernel
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/pkg/parsers/operatingsystem
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/pkg/pidfile
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/pkg/platform
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/pkg/platforms
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/pkg/plugingetter
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/pkg/plugins
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/pkg/plugins/transport
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/pkg/pools
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/pkg/process
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/pkg/progress
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/pkg/reexec
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/pkg/rootless
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/pkg/rootless/specconv
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/pkg/stack
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/pkg/stdcopy
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/pkg/streamformatter
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/pkg/stringid
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/pkg/sysinfo
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/pkg/system
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/pkg/tailfile
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/pkg/tarsum
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/pkg/useragent
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/plugin
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/plugin/executor/containerd
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/plugin/v2
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/profiles/apparmor
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/profiles/seccomp
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/quota
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/reference
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/registry
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/registry/resumable
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/restartmanager
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/runconfig
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/runconfig/opts
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/testutil
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/testutil/daemon
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/testutil/environment
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/testutil/fakecontext
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/testutil/fakegit
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/testutil/fakestorage
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/testutil/fixtures/load
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/testutil/fixtures/plugin
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/testutil/fixtures/plugin/basic
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/testutil/registry
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/testutil/request
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/volume
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/volume/drivers
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/volume/local
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/volume/mounts
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/volume/service
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/volume/service/opts
13:42:18 [2023-08-08T13:42:18.900Z] github.com/docker/docker/volume/testutils' ']'
13:42:18 [2023-08-08T13:42:18.901Z] + 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
13:42:19 [2023-08-08T13:42:19.845Z] ?   	github.com/docker/docker/api	[no test files]
13:42:26 [2023-08-08T13:42:26.447Z] 	github.com/docker/docker/api/server	coverage: 13.0% of statements
13:42:26 [2023-08-08T13:42:26.447Z] ok  	github.com/docker/docker/api/server	0.025s	coverage: 13.0% of statements
13:42:48 [2023-08-08T13:42:48.442Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
13:42:48 [2023-08-08T13:42:48.442Z] ?   	github.com/docker/docker/api/server/httpstatus	[no test files]
13:42:48 [2023-08-08T13:42:48.442Z] 	github.com/docker/docker/api/server/httputils	coverage: 28.3% of statements
13:42:48 [2023-08-08T13:42:48.442Z] ok  	github.com/docker/docker/api/server/httputils	0.009s	coverage: 28.3% of statements
13:42:48 [2023-08-08T13:42:48.442Z] ?   	github.com/docker/docker/api/server/router	[no test files]
13:42:48 [2023-08-08T13:42:48.442Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
13:42:48 [2023-08-08T13:42:48.442Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
13:42:48 [2023-08-08T13:42:48.442Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
13:42:48 [2023-08-08T13:42:48.442Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
13:42:48 [2023-08-08T13:42:48.442Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
13:42:48 [2023-08-08T13:42:48.442Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
13:42:48 [2023-08-08T13:42:48.442Z] 	github.com/docker/docker/api/server/middleware	coverage: 37.7% of statements
13:42:48 [2023-08-08T13:42:48.442Z] ok  	github.com/docker/docker/api/server/middleware	0.008s	coverage: 37.7% of statements
13:42:48 [2023-08-08T13:42:48.442Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
13:42:48 [2023-08-08T13:42:48.442Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
13:42:48 [2023-08-08T13:42:48.442Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
13:42:48 [2023-08-08T13:42:48.442Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
13:42:48 [2023-08-08T13:42:48.442Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
13:42:48 [2023-08-08T13:42:48.442Z] ?   	github.com/docker/docker/api/types	[no test files]
13:42:48 [2023-08-08T13:42:48.442Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
13:42:48 [2023-08-08T13:42:48.442Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
13:42:48 [2023-08-08T13:42:48.442Z] 	github.com/docker/docker/api/server/router/swarm	coverage: 6.0% of statements
13:42:48 [2023-08-08T13:42:48.442Z] ok  	github.com/docker/docker/api/server/router/swarm	0.007s	coverage: 6.0% of statements
13:42:48 [2023-08-08T13:42:48.442Z] 	github.com/docker/docker/api/server/router/volume	coverage: 66.7% of statements
13:42:48 [2023-08-08T13:42:48.442Z] ok  	github.com/docker/docker/api/server/router/volume	0.011s	coverage: 66.7% of statements
13:42:48 [2023-08-08T13:42:48.442Z] ?   	github.com/docker/docker/api/types/events	[no test files]
13:42:48 [2023-08-08T13:42:48.442Z] 	github.com/docker/docker/api/types/container	coverage: 82.3% of statements
13:42:48 [2023-08-08T13:42:48.442Z] ok  	github.com/docker/docker/api/types/container	0.007s	coverage: 82.3% of statements
13:42:48 [2023-08-08T13:42:48.442Z] ?   	github.com/docker/docker/api/types/image	[no test files]
13:42:48 [2023-08-08T13:42:48.442Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
13:42:48 [2023-08-08T13:42:48.442Z] ?   	github.com/docker/docker/api/types/network	[no test files]
13:42:48 [2023-08-08T13:42:48.442Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
13:42:48 [2023-08-08T13:42:48.442Z] 	github.com/docker/docker/api/types/registry	coverage: 54.2% of statements
13:42:48 [2023-08-08T13:42:48.442Z] ok  	github.com/docker/docker/api/types/registry	0.005s	coverage: 54.2% of statements
13:42:48 [2023-08-08T13:42:48.442Z] 	github.com/docker/docker/api/types/filters	coverage: 94.0% of statements
13:42:48 [2023-08-08T13:42:48.442Z] ok  	github.com/docker/docker/api/types/filters	0.007s	coverage: 94.0% of statements
13:42:48 [2023-08-08T13:42:48.442Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
13:42:48 [2023-08-08T13:42:48.442Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
13:42:48 [2023-08-08T13:42:48.442Z] ?   	github.com/docker/docker/api/types/system	[no test files]
13:42:48 [2023-08-08T13:42:48.442Z] 	github.com/docker/docker/api/types/strslice	coverage: 90.0% of statements
13:42:48 [2023-08-08T13:42:48.442Z] ok  	github.com/docker/docker/api/types/strslice	0.002s	coverage: 90.0% of statements
13:42:48 [2023-08-08T13:42:48.442Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
13:42:48 [2023-08-08T13:42:48.442Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
13:42:48 [2023-08-08T13:42:48.442Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
13:42:48 [2023-08-08T13:42:48.442Z] ?   	github.com/docker/docker/builder	[no test files]
13:42:48 [2023-08-08T13:42:48.442Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
13:42:48 [2023-08-08T13:42:48.442Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
13:42:48 [2023-08-08T13:42:48.442Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
13:42:48 [2023-08-08T13:42:48.442Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
13:42:48 [2023-08-08T13:42:48.442Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
13:42:48 [2023-08-08T13:42:48.442Z] ?   	github.com/docker/docker/builder/builder-next/exporter/mobyexporter	[no test files]
13:42:48 [2023-08-08T13:42:48.442Z] ?   	github.com/docker/docker/builder/builder-next/exporter/overrides	[no test files]
13:42:48 [2023-08-08T13:42:48.442Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
13:42:48 [2023-08-08T13:42:48.442Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
13:42:48 [2023-08-08T13:42:48.442Z] ?   	github.com/docker/docker/builder/builder-next/worker/label	[no test files]
13:42:48 [2023-08-08T13:42:48.442Z] 	github.com/docker/docker/api/types/versions	coverage: 77.3% of statements
13:42:48 [2023-08-08T13:42:48.442Z] 	github.com/docker/docker/api/types/time	coverage: 100.0% of statements
13:42:48 [2023-08-08T13:42:48.442Z] ok  	github.com/docker/docker/api/types/versions	0.002s	coverage: 77.3% of statements
13:42:48 [2023-08-08T13:42:48.442Z] ok  	github.com/docker/docker/api/types/time	0.003s	coverage: 100.0% of statements
13:42:49 [2023-08-08T13:42:49.015Z] ?   	github.com/docker/docker/cli/winresources/docker-proxy	[no test files]
13:42:49 [2023-08-08T13:42:49.015Z] ?   	github.com/docker/docker/cli/winresources/dockerd	[no test files]
13:42:49 [2023-08-08T13:42:49.015Z] 	github.com/docker/docker/builder/remotecontext/urlutil	coverage: 100.0% of statements
13:42:49 [2023-08-08T13:42:49.015Z] 	github.com/docker/docker/cli/debug	coverage: 100.0% of statements
13:42:49 [2023-08-08T13:42:49.277Z] ok  	github.com/docker/docker/builder/remotecontext/urlutil	0.010s	coverage: 100.0% of statements
13:42:49 [2023-08-08T13:42:49.277Z] ok  	github.com/docker/docker/cli/debug	0.022s	coverage: 100.0% of statements
13:42:49 [2023-08-08T13:42:49.277Z] 	github.com/docker/docker/builder/remotecontext	coverage: 33.5% of statements
13:42:49 [2023-08-08T13:42:49.277Z] ok  	github.com/docker/docker/builder/remotecontext	0.038s	coverage: 33.5% of statements
13:42:49 [2023-08-08T13:42:49.277Z] 	github.com/docker/docker/builder/dockerfile	coverage: 50.1% of statements
13:42:49 [2023-08-08T13:42:49.277Z] ok  	github.com/docker/docker/builder/dockerfile	0.056s	coverage: 50.1% of statements
13:42:49 [2023-08-08T13:42:49.862Z] ?   	github.com/docker/docker/client/buildkit	[no test files]
13:42:49 [2023-08-08T13:42:49.862Z] 	github.com/docker/docker/cmd/docker-proxy	coverage: 66.5% of statements
13:42:49 [2023-08-08T13:42:49.862Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.043s	coverage: 66.5% of statements
13:42:49 [2023-08-08T13:42:49.862Z] 	github.com/docker/docker/client	coverage: 77.4% of statements
13:42:49 [2023-08-08T13:42:49.862Z] ok  	github.com/docker/docker/client	0.096s	coverage: 77.4% of statements
13:42:55 [2023-08-08T13:42:55.169Z] 	github.com/docker/docker/builder/remotecontext/git	coverage: 82.5% of statements
13:42:55 [2023-08-08T13:42:55.169Z] ok  	github.com/docker/docker/builder/remotecontext/git	6.036s	coverage: 82.5% of statements
13:43:03 [2023-08-08T13:43:03.319Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
13:43:03 [2023-08-08T13:43:03.319Z] ?   	github.com/docker/docker/container/stream	[no test files]
13:43:03 [2023-08-08T13:43:03.319Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
13:43:03 [2023-08-08T13:43:03.319Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
13:43:03 [2023-08-08T13:43:03.319Z] 	github.com/docker/docker/container	coverage: 36.4% of statements
13:43:03 [2023-08-08T13:43:03.319Z] ok  	github.com/docker/docker/container	0.184s	coverage: 36.4% of statements
13:43:03 [2023-08-08T13:43:03.319Z] 	github.com/docker/docker/cmd/dockerd	coverage: 30.3% of statements
13:43:03 [2023-08-08T13:43:03.319Z] ok  	github.com/docker/docker/cmd/dockerd	0.217s	coverage: 30.3% of statements
13:43:04 [2023-08-08T13:43:04.727Z] 	github.com/docker/docker/cmd/dockerd/trap	coverage: 0.0% of statements
13:43:04 [2023-08-08T13:43:04.727Z] ok  	github.com/docker/docker/cmd/dockerd/trap	2.429s	coverage: 0.0% of statements
13:43:06 [2023-08-08T13:43:06.129Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
13:43:06 [2023-08-08T13:43:06.129Z] 	github.com/docker/docker/daemon/cluster/convert	coverage: 39.2% of statements
13:43:06 [2023-08-08T13:43:06.129Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.027s	coverage: 39.2% of statements
13:43:06 [2023-08-08T13:43:06.129Z] 	github.com/docker/docker/daemon/cluster/controllers/plugin	coverage: 65.3% of statements
13:43:06 [2023-08-08T13:43:06.129Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.034s	coverage: 65.3% of statements
13:43:06 [2023-08-08T13:43:06.129Z] 	github.com/docker/docker/daemon/cluster	coverage: 0.5% of statements
13:43:06 [2023-08-08T13:43:06.129Z] ok  	github.com/docker/docker/daemon/cluster	0.049s	coverage: 0.5% of statements
13:43:06 [2023-08-08T13:43:06.129Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
13:43:06 [2023-08-08T13:43:06.129Z] 	github.com/docker/docker/daemon/config	coverage: 75.7% of statements
13:43:06 [2023-08-08T13:43:06.129Z] ok  	github.com/docker/docker/daemon/config	0.044s	coverage: 75.7% of statements
13:43:07 [2023-08-08T13:43:07.517Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
13:43:07 [2023-08-08T13:43:07.517Z] 	github.com/docker/docker/daemon/graphdriver	coverage: 2.3% of statements
13:43:07 [2023-08-08T13:43:07.517Z] ok  	github.com/docker/docker/daemon/graphdriver	0.011s	coverage: 2.3% of statements
13:43:07 [2023-08-08T13:43:07.517Z] 	github.com/docker/docker/daemon/graphdriver/btrfs	coverage: 2.8% of statements
13:43:07 [2023-08-08T13:43:07.517Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.011s	coverage: 2.8% of statements
13:43:07 [2023-08-08T13:43:07.517Z] 	github.com/docker/docker/daemon/containerd	coverage: 0.7% of statements
13:43:07 [2023-08-08T13:43:07.517Z] ok  	github.com/docker/docker/daemon/containerd	0.021s	coverage: 0.7% of statements
13:43:07 [2023-08-08T13:43:07.779Z] 	github.com/docker/docker/daemon/events	coverage: 50.0% of statements
13:43:07 [2023-08-08T13:43:07.779Z] ok  	github.com/docker/docker/daemon/events	0.059s	coverage: 50.0% of statements
13:43:07 [2023-08-08T13:43:07.779Z] 	github.com/docker/docker/daemon/graphdriver/copy	coverage: 59.6% of statements
13:43:07 [2023-08-08T13:43:07.779Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.187s	coverage: 59.6% of statements
13:43:08 [2023-08-08T13:43:08.726Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
13:43:08 [2023-08-08T13:43:08.726Z] 	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	coverage: 1.9% of statements
13:43:08 [2023-08-08T13:43:08.726Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.009s	coverage: 1.9% of statements
13:43:08 [2023-08-08T13:43:08.726Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
13:43:08 [2023-08-08T13:43:08.726Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
13:43:08 [2023-08-08T13:43:08.726Z] 	github.com/docker/docker/daemon/graphdriver/overlay2	coverage: 60.2% of statements
13:43:08 [2023-08-08T13:43:08.726Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.192s	coverage: 60.2% of statements
13:43:08 [2023-08-08T13:43:08.988Z] 	github.com/docker/docker/daemon/graphdriver/vfs	coverage: 60.9% of statements
13:43:08 [2023-08-08T13:43:08.988Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.013s	coverage: 60.9% of statements
13:43:09 [2023-08-08T13:43:09.561Z] 	github.com/docker/docker/daemon/graphdriver/zfs	coverage: 3.0% of statements
13:43:09 [2023-08-08T13:43:09.561Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.008s	coverage: 3.0% of statements
13:43:09 [2023-08-08T13:43:09.561Z] 	github.com/docker/docker/daemon/cluster/executor/container	coverage: 13.0% of statements
13:43:09 [2023-08-08T13:43:09.561Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.460s	coverage: 13.0% of statements
13:43:10 [2023-08-08T13:43:10.134Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
13:43:10 [2023-08-08T13:43:10.134Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
13:43:10 [2023-08-08T13:43:10.134Z] 	github.com/docker/docker/daemon/links	coverage: 93.0% of statements
13:43:10 [2023-08-08T13:43:10.134Z] ok  	github.com/docker/docker/daemon/links	0.010s	coverage: 93.0% of statements
13:43:10 [2023-08-08T13:43:10.134Z] 	github.com/docker/docker/daemon/images	coverage: 3.0% of statements
13:43:10 [2023-08-08T13:43:10.134Z] ok  	github.com/docker/docker/daemon/images	0.032s	coverage: 3.0% of statements
13:43:10 [2023-08-08T13:43:10.396Z] 	github.com/docker/docker/daemon/logger	coverage: 43.2% of statements
13:43:10 [2023-08-08T13:43:10.396Z] ok  	github.com/docker/docker/daemon/logger	0.223s	coverage: 43.2% of statements
13:43:10 [2023-08-08T13:43:10.658Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
13:43:10 [2023-08-08T13:43:10.658Z] 	github.com/docker/docker/daemon/logger/fluentd	coverage: 53.6% of statements
13:43:10 [2023-08-08T13:43:10.658Z] ok  	github.com/docker/docker/daemon/logger/fluentd	0.015s	coverage: 53.6% of statements
13:43:10 [2023-08-08T13:43:10.658Z] 	github.com/docker/docker/daemon/logger/awslogs	coverage: 78.6% of statements
13:43:10 [2023-08-08T13:43:10.658Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.105s	coverage: 78.6% of statements
13:43:10 [2023-08-08T13:43:10.658Z] 	github.com/docker/docker/daemon/logger/gelf	coverage: 68.2% of statements
13:43:10 [2023-08-08T13:43:10.658Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.013s	coverage: 68.2% of statements
13:43:11 [2023-08-08T13:43:11.232Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/fake	[no test files]
13:43:11 [2023-08-08T13:43:11.232Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/sdjournal	[no test files]
13:43:11 [2023-08-08T13:43:11.232Z] 	github.com/docker/docker/daemon/logger/journald/internal/export	coverage: 88.2% of statements
13:43:11 [2023-08-08T13:43:11.232Z] ok  	github.com/docker/docker/daemon/logger/journald/internal/export	0.008s	coverage: 88.2% of statements
13:43:11 [2023-08-08T13:43:11.232Z] 	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	coverage: 87.2% of statements
13:43:11 [2023-08-08T13:43:11.232Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.008s	coverage: 87.2% of statements
13:43:11 [2023-08-08T13:43:11.232Z] 	github.com/docker/docker/daemon/logger/jsonfilelog	coverage: 76.8% of statements
13:43:11 [2023-08-08T13:43:11.232Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.093s	coverage: 76.8% of statements
13:43:11 [2023-08-08T13:43:11.494Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
13:43:11 [2023-08-08T13:43:11.494Z] ?   	github.com/docker/docker/daemon/logger/loggertest	[no test files]
13:43:11 [2023-08-08T13:43:11.494Z] 	github.com/docker/docker/daemon/logger/local	coverage: 79.4% of statements
13:43:11 [2023-08-08T13:43:11.494Z] ok  	github.com/docker/docker/daemon/logger/local	0.046s	coverage: 79.4% of statements
13:43:12 [2023-08-08T13:43:12.068Z] 	github.com/docker/docker/daemon/logger/loggerutils/cache	coverage: 31.5% of statements
13:43:12 [2023-08-08T13:43:12.068Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.037s	coverage: 31.5% of statements
13:43:12 [2023-08-08T13:43:12.068Z] 	github.com/docker/docker/daemon/logger/loggerutils	coverage: 63.5% of statements
13:43:12 [2023-08-08T13:43:12.068Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.044s	coverage: 63.5% of statements
13:43:12 [2023-08-08T13:43:12.330Z] ?   	github.com/docker/docker/daemon/names	[no test files]
13:43:12 [2023-08-08T13:43:12.330Z] 	github.com/docker/docker/daemon/logger/templates	coverage: 8.3% of statements
13:43:12 [2023-08-08T13:43:12.330Z] ok  	github.com/docker/docker/daemon/logger/templates	0.004s	coverage: 8.3% of statements
13:43:12 [2023-08-08T13:43:12.330Z] 	github.com/docker/docker/daemon/logger/syslog	coverage: 46.8% of statements
13:43:12 [2023-08-08T13:43:12.330Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.011s	coverage: 46.8% of statements
13:43:12 [2023-08-08T13:43:12.591Z] 	github.com/docker/docker/daemon/logger/journald	coverage: 74.5% of statements
13:43:12 [2023-08-08T13:43:12.591Z] ok  	github.com/docker/docker/daemon/logger/journald	1.468s	coverage: 74.5% of statements
13:43:12 [2023-08-08T13:43:12.853Z] ?   	github.com/docker/docker/daemon/snapshotter	[no test files]
13:43:12 [2023-08-08T13:43:12.853Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
13:43:12 [2023-08-08T13:43:12.853Z] 	github.com/docker/docker/daemon/network	coverage: 63.8% of statements
13:43:12 [2023-08-08T13:43:12.853Z] ok  	github.com/docker/docker/daemon/network	0.010s	coverage: 63.8% of statements
13:43:13 [2023-08-08T13:43:13.425Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
13:43:13 [2023-08-08T13:43:13.425Z] 	github.com/docker/docker/dockerversion	coverage: 100.0% of statements
13:43:13 [2023-08-08T13:43:13.425Z] ok  	github.com/docker/docker/dockerversion	0.005s	coverage: 100.0% of statements
13:43:13 [2023-08-08T13:43:13.425Z] 	github.com/docker/docker/errdefs	coverage: 77.7% of statements
13:43:13 [2023-08-08T13:43:13.425Z] ok  	github.com/docker/docker/errdefs	0.006s	coverage: 77.7% of statements
13:43:13 [2023-08-08T13:43:13.425Z] 	github.com/docker/docker/distribution/metadata	coverage: 44.4% of statements
13:43:13 [2023-08-08T13:43:13.425Z] ok  	github.com/docker/docker/distribution/metadata	0.028s	coverage: 44.4% of statements
13:43:13 [2023-08-08T13:43:13.687Z] 	github.com/docker/docker/daemon/logger/splunk	coverage: 82.5% of statements
13:43:13 [2023-08-08T13:43:13.687Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.423s	coverage: 82.5% of statements
13:43:14 [2023-08-08T13:43:14.260Z] 	github.com/docker/docker/distribution	coverage: 29.5% of statements
13:43:14 [2023-08-08T13:43:14.260Z] ok  	github.com/docker/docker/distribution	0.660s	coverage: 29.5% of statements
13:43:14 [2023-08-08T13:43:14.260Z] ?   	github.com/docker/docker/image/v1	[no test files]
13:43:14 [2023-08-08T13:43:14.260Z] ?   	github.com/docker/docker/internal/mounttree	[no test files]
13:43:14 [2023-08-08T13:43:14.260Z] 	github.com/docker/docker/internal/mod	coverage: 66.7% of statements
13:43:14 [2023-08-08T13:43:14.260Z] 	github.com/docker/docker/image/cache	coverage: 19.2% of statements
13:43:14 [2023-08-08T13:43:14.260Z] ok  	github.com/docker/docker/image/cache	0.009s	coverage: 19.2% of statements
13:43:14 [2023-08-08T13:43:14.260Z] ok  	github.com/docker/docker/internal/mod	0.013s	coverage: 66.7% of statements
13:43:14 [2023-08-08T13:43:14.260Z] 	github.com/docker/docker/image/tarexport	coverage: 0.6% of statements
13:43:14 [2023-08-08T13:43:14.260Z] ok  	github.com/docker/docker/image/tarexport	0.022s	coverage: 0.6% of statements
13:43:14 [2023-08-08T13:43:14.260Z] 	github.com/docker/docker/image	coverage: 86.4% of statements
13:43:14 [2023-08-08T13:43:14.260Z] ok  	github.com/docker/docker/image	0.028s	coverage: 86.4% of statements
13:43:14 [2023-08-08T13:43:14.260Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
13:43:14 [2023-08-08T13:43:14.260Z] ?   	github.com/docker/docker/internal/testutils	[no test files]
13:43:14 [2023-08-08T13:43:14.260Z] ?   	github.com/docker/docker/internal/testutils/netnsutils	[no test files]
13:43:14 [2023-08-08T13:43:14.260Z] ?   	github.com/docker/docker/internal/unshare	[no test files]
13:43:15 [2023-08-08T13:43:15.648Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
13:43:15 [2023-08-08T13:43:15.648Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
13:43:15 [2023-08-08T13:43:15.648Z] ?   	github.com/docker/docker/libcontainerd/shimopts	[no test files]
13:43:15 [2023-08-08T13:43:15.648Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
13:43:15 [2023-08-08T13:43:15.648Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
13:43:15 [2023-08-08T13:43:15.648Z] 	github.com/docker/docker/libcontainerd/queue	coverage: 100.0% of statements
13:43:15 [2023-08-08T13:43:15.648Z] ok  	github.com/docker/docker/libcontainerd/queue	0.025s	coverage: 100.0% of statements
13:43:15 [2023-08-08T13:43:15.648Z] 	github.com/docker/docker/distribution/xfer	coverage: 84.4% of statements
13:43:15 [2023-08-08T13:43:15.648Z] ok  	github.com/docker/docker/distribution/xfer	2.181s	coverage: 84.4% of statements
13:43:15 [2023-08-08T13:43:15.911Z] 	github.com/docker/docker/daemon	coverage: 17.2% of statements
13:43:15 [2023-08-08T13:43:15.911Z] ok  	github.com/docker/docker/daemon	10.818s	coverage: 17.2% of statements
13:43:15 [2023-08-08T13:43:15.911Z] ?   	github.com/docker/docker/oci/caps	[no test files]
13:43:15 [2023-08-08T13:43:15.911Z] 	github.com/docker/docker/oci	coverage: 38.1% of statements
13:43:15 [2023-08-08T13:43:15.911Z] 	github.com/docker/docker/pkg/aaparser	coverage: 52.9% of statements
13:43:15 [2023-08-08T13:43:15.911Z] ok  	github.com/docker/docker/oci	0.026s	coverage: 38.1% of statements
13:43:15 [2023-08-08T13:43:15.911Z] ok  	github.com/docker/docker/pkg/aaparser	0.027s	coverage: 52.9% of statements
13:43:15 [2023-08-08T13:43:15.911Z] 	github.com/docker/docker/opts	coverage: 67.9% of statements
13:43:15 [2023-08-08T13:43:15.911Z] ok  	github.com/docker/docker/opts	0.032s	coverage: 67.9% of statements
13:43:16 [2023-08-08T13:43:16.486Z] 	github.com/docker/docker/pkg/broadcaster	coverage: 100.0% of statements
13:43:16 [2023-08-08T13:43:16.486Z] 	github.com/docker/docker/pkg/capabilities	coverage: 87.5% of statements
13:43:16 [2023-08-08T13:43:16.486Z] ok  	github.com/docker/docker/pkg/broadcaster	0.003s	coverage: 100.0% of statements
13:43:16 [2023-08-08T13:43:16.486Z] 	github.com/docker/docker/pkg/directory	coverage: 81.8% of statements
13:43:16 [2023-08-08T13:43:16.486Z] ok  	github.com/docker/docker/pkg/capabilities	0.004s	coverage: 87.5% of statements
13:43:16 [2023-08-08T13:43:16.486Z] 	github.com/docker/docker/pkg/containerfs	coverage: 28.6% of statements
13:43:16 [2023-08-08T13:43:16.486Z] ok  	github.com/docker/docker/pkg/directory	0.005s	coverage: 81.8% of statements
13:43:16 [2023-08-08T13:43:16.486Z] ok  	github.com/docker/docker/pkg/containerfs	0.006s	coverage: 28.6% of statements
13:43:16 [2023-08-08T13:43:16.748Z] 	github.com/docker/docker/pkg/dmesg	coverage: 83.3% of statements
13:43:16 [2023-08-08T13:43:16.748Z] ok  	github.com/docker/docker/pkg/dmesg	0.006s	coverage: 83.3% of statements
13:43:16 [2023-08-08T13:43:16.748Z] 	github.com/docker/docker/pkg/chrootarchive	coverage: 83.7% of statements
13:43:16 [2023-08-08T13:43:16.748Z] ok  	github.com/docker/docker/pkg/chrootarchive	0.262s	coverage: 83.7% of statements
13:43:16 [2023-08-08T13:43:16.748Z] 	github.com/docker/docker/pkg/fileutils	coverage: 56.4% of statements
13:43:16 [2023-08-08T13:43:16.748Z] ok  	github.com/docker/docker/pkg/fileutils	0.004s	coverage: 56.4% of statements
13:43:17 [2023-08-08T13:43:17.010Z] 	github.com/docker/docker/pkg/homedir	coverage: 8.3% of statements
13:43:17 [2023-08-08T13:43:17.010Z] ok  	github.com/docker/docker/pkg/homedir	0.012s	coverage: 8.3% of statements
13:43:17 [2023-08-08T13:43:17.010Z] 	github.com/docker/docker/pkg/archive	coverage: 81.6% of statements
13:43:17 [2023-08-08T13:43:17.010Z] ok  	github.com/docker/docker/pkg/archive	0.534s	coverage: 81.6% of statements
13:43:17 [2023-08-08T13:43:17.273Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
13:43:17 [2023-08-08T13:43:17.273Z] 	github.com/docker/docker/pkg/longpath	coverage: 45.5% of statements
13:43:17 [2023-08-08T13:43:17.273Z] ok  	github.com/docker/docker/pkg/longpath	0.003s	coverage: 45.5% of statements
13:43:17 [2023-08-08T13:43:17.273Z] 	github.com/docker/docker/pkg/jsonmessage	coverage: 92.3% of statements
13:43:17 [2023-08-08T13:43:17.273Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.018s	coverage: 92.3% of statements
13:43:17 [2023-08-08T13:43:17.273Z] 	github.com/docker/docker/pkg/meminfo	coverage: 75.0% of statements
13:43:17 [2023-08-08T13:43:17.273Z] ok  	github.com/docker/docker/pkg/meminfo	0.005s	coverage: 75.0% of statements
13:43:17 [2023-08-08T13:43:17.535Z] 	github.com/docker/docker/pkg/idtools	coverage: 69.8% of statements
13:43:17 [2023-08-08T13:43:17.535Z] ok  	github.com/docker/docker/pkg/idtools	0.366s	coverage: 69.8% of statements
13:43:17 [2023-08-08T13:43:17.535Z] 	github.com/docker/docker/pkg/namesgenerator	coverage: 85.7% of statements
13:43:17 [2023-08-08T13:43:17.535Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.013s	coverage: 85.7% of statements
13:43:17 [2023-08-08T13:43:17.535Z] 	github.com/docker/docker/pkg/parsers	coverage: 97.0% of statements
13:43:17 [2023-08-08T13:43:17.535Z] ok  	github.com/docker/docker/pkg/parsers	0.008s	coverage: 97.0% of statements
13:43:17 [2023-08-08T13:43:17.535Z] 	github.com/docker/docker/pkg/parsers/kernel	coverage: 60.0% of statements
13:43:17 [2023-08-08T13:43:17.535Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.003s	coverage: 60.0% of statements
13:43:17 [2023-08-08T13:43:17.797Z] 	github.com/docker/docker/pkg/authorization	coverage: 68.3% of statements
13:43:17 [2023-08-08T13:43:17.797Z] 	github.com/docker/docker/pkg/ioutils	coverage: 71.9% of statements
13:43:17 [2023-08-08T13:43:17.797Z] ok  	github.com/docker/docker/pkg/ioutils	0.382s	coverage: 71.9% of statements
13:43:17 [2023-08-08T13:43:17.797Z] ok  	github.com/docker/docker/pkg/authorization	1.086s	coverage: 68.3% of statements
13:43:17 [2023-08-08T13:43:17.797Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
13:43:17 [2023-08-08T13:43:17.797Z] ?   	github.com/docker/docker/pkg/platforms	[no test files]
13:43:17 [2023-08-08T13:43:17.797Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
13:43:17 [2023-08-08T13:43:17.797Z] 	github.com/docker/docker/pkg/pidfile	coverage: 94.1% of statements
13:43:17 [2023-08-08T13:43:17.797Z] ok  	github.com/docker/docker/pkg/pidfile	0.005s	coverage: 94.1% of statements
13:43:17 [2023-08-08T13:43:17.797Z] 	github.com/docker/docker/pkg/parsers/operatingsystem	coverage: 90.2% of statements
13:43:17 [2023-08-08T13:43:17.797Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.006s	coverage: 90.2% of statements
13:43:18 [2023-08-08T13:43:18.369Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
13:43:18 [2023-08-08T13:43:18.369Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
13:43:18 [2023-08-08T13:43:18.369Z] 	github.com/docker/docker/pkg/pools	coverage: 88.2% of statements
13:43:18 [2023-08-08T13:43:18.369Z] 	github.com/docker/docker/pkg/plugins/transport	coverage: 90.0% of statements
13:43:18 [2023-08-08T13:43:18.369Z] 	github.com/docker/docker/pkg/process	coverage: 21.7% of statements
13:43:18 [2023-08-08T13:43:18.369Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.005s	coverage: 90.0% of statements
13:43:18 [2023-08-08T13:43:18.369Z] 	github.com/docker/docker/pkg/plugins/pluginrpc-gen	coverage: 56.8% of statements
13:43:18 [2023-08-08T13:43:18.369Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.007s	coverage: 56.8% of statements
13:43:18 [2023-08-08T13:43:18.369Z] ok  	github.com/docker/docker/pkg/process	0.007s	coverage: 21.7% of statements
13:43:18 [2023-08-08T13:43:18.369Z] ok  	github.com/docker/docker/pkg/pools	0.010s	coverage: 88.2% of statements
13:43:18 [2023-08-08T13:43:18.369Z] 	github.com/docker/docker/pkg/progress	coverage: 75.9% of statements
13:43:18 [2023-08-08T13:43:18.369Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
13:43:18 [2023-08-08T13:43:18.631Z] ?   	github.com/docker/docker/pkg/rootless	[no test files]
13:43:18 [2023-08-08T13:43:18.632Z] ?   	github.com/docker/docker/pkg/rootless/specconv	[no test files]
13:43:18 [2023-08-08T13:43:18.632Z] 	github.com/docker/docker/pkg/stack	coverage: 90.9% of statements
13:43:18 [2023-08-08T13:43:18.632Z] ok  	github.com/docker/docker/pkg/stack	0.005s	coverage: 90.9% of statements
13:43:18 [2023-08-08T13:43:18.632Z] 	github.com/docker/docker/pkg/reexec	coverage: 82.4% of statements
13:43:18 [2023-08-08T13:43:18.632Z] ok  	github.com/docker/docker/pkg/reexec	0.036s	coverage: 82.4% of statements
13:43:18 [2023-08-08T13:43:18.632Z] 	github.com/docker/docker/pkg/stdcopy	coverage: 100.0% of statements
13:43:18 [2023-08-08T13:43:18.632Z] ok  	github.com/docker/docker/pkg/stdcopy	0.009s	coverage: 100.0% of statements
13:43:18 [2023-08-08T13:43:18.894Z] 	github.com/docker/docker/pkg/stringid	coverage: 61.9% of statements
13:43:18 [2023-08-08T13:43:18.894Z] ok  	github.com/docker/docker/pkg/stringid	0.011s	coverage: 61.9% of statements
13:43:18 [2023-08-08T13:43:18.894Z] 	github.com/docker/docker/pkg/streamformatter	coverage: 66.2% of statements
13:43:18 [2023-08-08T13:43:18.894Z] ok  	github.com/docker/docker/pkg/streamformatter	0.025s	coverage: 66.2% of statements
13:43:19 [2023-08-08T13:43:19.156Z] 	github.com/docker/docker/pkg/useragent	coverage: 88.9% of statements
13:43:19 [2023-08-08T13:43:19.156Z] ok  	github.com/docker/docker/pkg/useragent	0.003s	coverage: 88.9% of statements
13:43:19 [2023-08-08T13:43:19.156Z] 	github.com/docker/docker/pkg/system	coverage: 43.1% of statements
13:43:19 [2023-08-08T13:43:19.156Z] ok  	github.com/docker/docker/pkg/system	0.005s	coverage: 43.1% of statements
13:43:19 [2023-08-08T13:43:19.156Z] 	github.com/docker/docker/pkg/sysinfo	coverage: 53.4% of statements
13:43:19 [2023-08-08T13:43:19.156Z] ok  	github.com/docker/docker/pkg/sysinfo	0.008s	coverage: 53.4% of statements
13:43:19 [2023-08-08T13:43:19.156Z] 	github.com/docker/docker/pkg/tailfile	coverage: 88.6% of statements
13:43:19 [2023-08-08T13:43:19.156Z] ok  	github.com/docker/docker/pkg/tailfile	0.035s	coverage: 88.6% of statements
13:43:19 [2023-08-08T13:43:19.156Z] 	github.com/docker/docker/pkg/tarsum	coverage: 89.1% of statements
13:43:19 [2023-08-08T13:43:19.156Z] ok  	github.com/docker/docker/pkg/tarsum	0.058s	coverage: 89.1% of statements
13:43:20 [2023-08-08T13:43:20.101Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
13:43:20 [2023-08-08T13:43:20.101Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
13:43:20 [2023-08-08T13:43:20.101Z] 	github.com/docker/docker/plugin/v2	coverage: 14.4% of statements
13:43:20 [2023-08-08T13:43:20.101Z] ok  	github.com/docker/docker/plugin/v2	0.011s	coverage: 14.4% of statements
13:43:20 [2023-08-08T13:43:20.101Z] 	github.com/docker/docker/profiles/seccomp	coverage: 86.0% of statements
13:43:20 [2023-08-08T13:43:20.101Z] ok  	github.com/docker/docker/profiles/seccomp	0.012s	coverage: 86.0% of statements
13:43:20 [2023-08-08T13:43:20.362Z] 	github.com/docker/docker/pkg/plugins	coverage: 74.9% of statements
13:43:20 [2023-08-08T13:43:20.362Z] ok  	github.com/docker/docker/pkg/plugins	2.013s	coverage: 74.9% of statements
13:43:20 [2023-08-08T13:43:20.362Z] 	github.com/docker/docker/reference	coverage: 83.7% of statements
13:43:20 [2023-08-08T13:43:20.362Z] ok  	github.com/docker/docker/reference	0.009s	coverage: 83.7% of statements
13:43:20 [2023-08-08T13:43:20.624Z] 	github.com/docker/docker/plugin	coverage: 23.3% of statements
13:43:20 [2023-08-08T13:43:20.624Z] ok  	github.com/docker/docker/plugin	0.525s	coverage: 23.3% of statements
13:43:20 [2023-08-08T13:43:20.624Z] 	github.com/docker/docker/quota	coverage: 69.2% of statements
13:43:20 [2023-08-08T13:43:20.624Z] ok  	github.com/docker/docker/quota	0.338s	coverage: 69.2% of statements
13:43:20 [2023-08-08T13:43:20.886Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
13:43:20 [2023-08-08T13:43:20.886Z] 	github.com/docker/docker/restartmanager	coverage: 46.2% of statements
13:43:20 [2023-08-08T13:43:20.886Z] ok  	github.com/docker/docker/restartmanager	0.003s	coverage: 46.2% of statements
13:43:20 [2023-08-08T13:43:20.886Z] 	github.com/docker/docker/testutil	coverage: 62.5% of statements
13:43:20 [2023-08-08T13:43:20.886Z] ok  	github.com/docker/docker/testutil	0.004s	coverage: 62.5% of statements
13:43:20 [2023-08-08T13:43:20.886Z] 	github.com/docker/docker/runconfig	coverage: 63.6% of statements
13:43:20 [2023-08-08T13:43:20.886Z] ok  	github.com/docker/docker/runconfig	0.010s	coverage: 63.6% of statements
13:43:20 [2023-08-08T13:43:20.886Z] 	github.com/docker/docker/registry/resumable	coverage: 100.0% of statements
13:43:20 [2023-08-08T13:43:20.886Z] ok  	github.com/docker/docker/registry/resumable	0.018s	coverage: 100.0% of statements
13:43:20 [2023-08-08T13:43:20.886Z] 	github.com/docker/docker/registry	coverage: 65.2% of statements
13:43:20 [2023-08-08T13:43:20.886Z] ok  	github.com/docker/docker/registry	0.129s	coverage: 65.2% of statements
13:43:21 [2023-08-08T13:43:21.149Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
13:43:21 [2023-08-08T13:43:21.149Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
13:43:21 [2023-08-08T13:43:21.149Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
13:43:21 [2023-08-08T13:43:21.149Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
13:43:21 [2023-08-08T13:43:21.149Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
13:43:21 [2023-08-08T13:43:21.149Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
13:43:21 [2023-08-08T13:43:21.149Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
13:43:21 [2023-08-08T13:43:21.149Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
13:43:21 [2023-08-08T13:43:21.149Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
13:43:21 [2023-08-08T13:43:21.149Z] ?   	github.com/docker/docker/testutil/request	[no test files]
13:43:21 [2023-08-08T13:43:21.149Z] ?   	github.com/docker/docker/volume	[no test files]
13:43:21 [2023-08-08T13:43:21.730Z] 	github.com/docker/docker/volume/drivers	coverage: 36.1% of statements
13:43:21 [2023-08-08T13:43:21.730Z] ok  	github.com/docker/docker/volume/drivers	0.006s	coverage: 36.1% of statements
13:43:21 [2023-08-08T13:43:21.992Z] 	github.com/docker/docker/volume/mounts	coverage: 65.7% of statements
13:43:21 [2023-08-08T13:43:21.992Z] ok  	github.com/docker/docker/volume/mounts	0.009s	coverage: 65.7% of statements
13:43:21 [2023-08-08T13:43:21.992Z] 	github.com/docker/docker/volume/local	coverage: 74.4% of statements
13:43:21 [2023-08-08T13:43:21.992Z] ok  	github.com/docker/docker/volume/local	0.131s	coverage: 74.4% of statements
13:43:22 [2023-08-08T13:43:22.254Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
13:43:22 [2023-08-08T13:43:22.254Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
13:43:22 [2023-08-08T13:43:22.254Z] 	github.com/docker/docker/volume/service	coverage: 71.8% of statements
13:43:22 [2023-08-08T13:43:22.254Z] ok  	github.com/docker/docker/volume/service	0.013s	coverage: 71.8% of statements
13:43:23 [2023-08-08T13:43:23.202Z] 	github.com/docker/docker/layer	coverage: 68.7% of statements
13:43:23 [2023-08-08T13:43:23.202Z] ok  	github.com/docker/docker/layer	7.731s	coverage: 68.7% of statements
13:43:23 [2023-08-08T13:43:23.202Z] 
13:43:23 [2023-08-08T13:43:23.202Z] === Skipped
13:43:23 [2023-08-08T13:43:23.202Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s)
13:43:23 [2023-08-08T13:43:23.202Z]     network_proxy_test.go:195: Need to start CI docker with --ipv6
13:43:23 [2023-08-08T13:43:23.202Z] 
13:43:23 [2023-08-08T13:43:23.202Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s)
13:43:23 [2023-08-08T13:43:23.202Z]     network_proxy_test.go:210: No support for dual stack yet
13:43:23 [2023-08-08T13:43:23.202Z] 
13:43:23 [2023-08-08T13:43:23.203Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s)
13:43:23 [2023-08-08T13:43:23.203Z]     network_proxy_test.go:239: Need to start CI docker with --ipv6
13:43:23 [2023-08-08T13:43:23.203Z] 
13:43:23 [2023-08-08T13:43:23.203Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s)
13:43:23 [2023-08-08T13:43:23.203Z]     network_proxy_test.go:300: Need to start CI docker with --ipv6
13:43:23 [2023-08-08T13:43:23.203Z] 
13:43:23 [2023-08-08T13:43:23.203Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
13:43:23 [2023-08-08T13:43:23.203Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:43:23 [2023-08-08T13:43:23.203Z]     graphtest_unix.go:41: Driver btrfs not supported
13:43:23 [2023-08-08T13:43:23.203Z] 
13:43:23 [2023-08-08T13:43:23.203Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
13:43:23 [2023-08-08T13:43:23.203Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:43:23 [2023-08-08T13:43:23.203Z]     graphtest_unix.go:41: Driver btrfs not supported
13:43:23 [2023-08-08T13:43:23.203Z] 
13:43:23 [2023-08-08T13:43:23.203Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
13:43:23 [2023-08-08T13:43:23.203Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:43:23 [2023-08-08T13:43:23.203Z]     graphtest_unix.go:41: Driver btrfs not supported
13:43:23 [2023-08-08T13:43:23.203Z] 
13:43:23 [2023-08-08T13:43:23.203Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
13:43:23 [2023-08-08T13:43:23.203Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:43:23 [2023-08-08T13:43:23.203Z]     graphtest_unix.go:41: Driver btrfs not supported
13:43:23 [2023-08-08T13:43:23.203Z] 
13:43:23 [2023-08-08T13:43:23.203Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
13:43:23 [2023-08-08T13:43:23.203Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:43:23 [2023-08-08T13:43:23.203Z]     graphtest_unix.go:41: Driver btrfs not supported
13:43:23 [2023-08-08T13:43:23.203Z] 
13:43:23 [2023-08-08T13:43:23.203Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
13:43:23 [2023-08-08T13:43:23.203Z]     graphtest_unix.go:68: No driver to put!
13:43:23 [2023-08-08T13:43:23.203Z] 
13:43:23 [2023-08-08T13:43:23.203Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
13:43:23 [2023-08-08T13:43:23.203Z] time="2023-08-08T13:43:08Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
13:43:23 [2023-08-08T13:43:23.203Z]     graphtest_unix.go:39: graphdriver: driver not supported
13:43:23 [2023-08-08T13:43:23.203Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
13:43:23 [2023-08-08T13:43:23.203Z] 
13:43:23 [2023-08-08T13:43:23.203Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
13:43:23 [2023-08-08T13:43:23.203Z] time="2023-08-08T13:43:08Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
13:43:23 [2023-08-08T13:43:23.203Z]     graphtest_unix.go:39: graphdriver: driver not supported
13:43:23 [2023-08-08T13:43:23.203Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
13:43:23 [2023-08-08T13:43:23.203Z] 
13:43:23 [2023-08-08T13:43:23.203Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
13:43:23 [2023-08-08T13:43:23.203Z] time="2023-08-08T13:43:08Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
13:43:23 [2023-08-08T13:43:23.203Z]     graphtest_unix.go:39: graphdriver: driver not supported
13:43:23 [2023-08-08T13:43:23.203Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
13:43:23 [2023-08-08T13:43:23.203Z] 
13:43:23 [2023-08-08T13:43:23.203Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
13:43:23 [2023-08-08T13:43:23.203Z] time="2023-08-08T13:43:08Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
13:43:23 [2023-08-08T13:43:23.203Z]     graphtest_unix.go:39: graphdriver: driver not supported
13:43:23 [2023-08-08T13:43:23.203Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
13:43:23 [2023-08-08T13:43:23.203Z] 
13:43:23 [2023-08-08T13:43:23.203Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
13:43:23 [2023-08-08T13:43:23.203Z] time="2023-08-08T13:43:08Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
13:43:23 [2023-08-08T13:43:23.203Z]     graphtest_unix.go:39: graphdriver: driver not supported
13:43:23 [2023-08-08T13:43:23.203Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
13:43:23 [2023-08-08T13:43:23.203Z] 
13:43:23 [2023-08-08T13:43:23.203Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
13:43:23 [2023-08-08T13:43:23.203Z]     graphtest_unix.go:68: No driver to put!
13:43:23 [2023-08-08T13:43:23.203Z] 
13:43:23 [2023-08-08T13:43:23.203Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
13:43:23 [2023-08-08T13:43:23.203Z]     overlay_test.go:61: Cannot run test with naive change algorithm
13:43:23 [2023-08-08T13:43:23.203Z] 
13:43:23 [2023-08-08T13:43:23.203Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
13:43:23 [2023-08-08T13:43:23.203Z]     graphtest_unix.go:311: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
13:43:23 [2023-08-08T13:43:23.203Z] 
13:43:23 [2023-08-08T13:43:23.203Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
13:43:23 [2023-08-08T13:43:23.203Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:43:23 [2023-08-08T13:43:23.203Z]     graphtest_unix.go:41: Driver zfs not supported
13:43:23 [2023-08-08T13:43:23.203Z] 
13:43:23 [2023-08-08T13:43:23.203Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
13:43:23 [2023-08-08T13:43:23.203Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:43:23 [2023-08-08T13:43:23.203Z]     graphtest_unix.go:41: Driver zfs not supported
13:43:23 [2023-08-08T13:43:23.203Z] 
13:43:23 [2023-08-08T13:43:23.203Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
13:43:23 [2023-08-08T13:43:23.203Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:43:23 [2023-08-08T13:43:23.203Z]     graphtest_unix.go:41: Driver zfs not supported
13:43:23 [2023-08-08T13:43:23.203Z] 
13:43:23 [2023-08-08T13:43:23.203Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
13:43:23 [2023-08-08T13:43:23.203Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:43:23 [2023-08-08T13:43:23.203Z]     graphtest_unix.go:41: Driver zfs not supported
13:43:23 [2023-08-08T13:43:23.203Z] 
13:43:23 [2023-08-08T13:43:23.203Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
13:43:23 [2023-08-08T13:43:23.203Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:43:23 [2023-08-08T13:43:23.203Z]     graphtest_unix.go:41: Driver zfs not supported
13:43:23 [2023-08-08T13:43:23.203Z] 
13:43:23 [2023-08-08T13:43:23.203Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
13:43:23 [2023-08-08T13:43:23.203Z]     graphtest_unix.go:68: No driver to put!
13:43:23 [2023-08-08T13:43:23.203Z] 
13:43:23 [2023-08-08T13:43:23.203Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
13:43:23 [2023-08-08T13:43:23.203Z]     sysinfo_linux_test.go:86: AppArmor Must be Disabled
13:43:23 [2023-08-08T13:43:23.203Z] 
13:43:23 [2023-08-08T13:43:23.203Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
13:43:23 [2023-08-08T13:43:23.203Z]     sysinfo_linux_test.go:106: cgroup namespaces must be disabled
13:43:23 [2023-08-08T13:43:23.203Z] 
13:43:23 [2023-08-08T13:43:23.203Z] === SKIP: volume/mounts TestValidateLCOWMount (0.00s)
13:43:23 [2023-08-08T13:43:23.203Z]     validate_test.go:70: only tested on Windows
13:43:23 [2023-08-08T13:43:23.203Z] 
13:43:23 [2023-08-08T13:43:23.203Z] DONE 3077 tests, 27 skipped in 64.345s
13:43:23 [2023-08-08T13:43:23.203Z] + '[' -n 'github.com/docker/docker/libnetwork
13:43:23 [2023-08-08T13:43:23.203Z] github.com/docker/docker/libnetwork/bitmap
13:43:23 [2023-08-08T13:43:23.203Z] github.com/docker/docker/libnetwork/cluster
13:43:23 [2023-08-08T13:43:23.203Z] github.com/docker/docker/libnetwork/cmd/diagnostic
13:43:23 [2023-08-08T13:43:23.203Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
13:43:23 [2023-08-08T13:43:23.203Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
13:43:23 [2023-08-08T13:43:23.203Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
13:43:23 [2023-08-08T13:43:23.203Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
13:43:23 [2023-08-08T13:43:23.203Z] github.com/docker/docker/libnetwork/cmd/readme_test
13:43:23 [2023-08-08T13:43:23.203Z] github.com/docker/docker/libnetwork/config
13:43:23 [2023-08-08T13:43:23.203Z] github.com/docker/docker/libnetwork/datastore
13:43:23 [2023-08-08T13:43:23.203Z] github.com/docker/docker/libnetwork/diagnostic
13:43:23 [2023-08-08T13:43:23.203Z] github.com/docker/docker/libnetwork/discoverapi
13:43:23 [2023-08-08T13:43:23.203Z] github.com/docker/docker/libnetwork/driverapi
13:43:23 [2023-08-08T13:43:23.203Z] github.com/docker/docker/libnetwork/drivers/bridge
13:43:23 [2023-08-08T13:43:23.203Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
13:43:23 [2023-08-08T13:43:23.203Z] github.com/docker/docker/libnetwork/drivers/host
13:43:23 [2023-08-08T13:43:23.203Z] github.com/docker/docker/libnetwork/drivers/ipvlan
13:43:23 [2023-08-08T13:43:23.203Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
13:43:23 [2023-08-08T13:43:23.203Z] github.com/docker/docker/libnetwork/drivers/macvlan
13:43:23 [2023-08-08T13:43:23.203Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
13:43:23 [2023-08-08T13:43:23.203Z] github.com/docker/docker/libnetwork/drivers/null
13:43:23 [2023-08-08T13:43:23.203Z] github.com/docker/docker/libnetwork/drivers/overlay
13:43:23 [2023-08-08T13:43:23.203Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
13:43:23 [2023-08-08T13:43:23.203Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
13:43:23 [2023-08-08T13:43:23.203Z] github.com/docker/docker/libnetwork/drivers/remote
13:43:23 [2023-08-08T13:43:23.203Z] github.com/docker/docker/libnetwork/drivers/remote/api
13:43:23 [2023-08-08T13:43:23.203Z] github.com/docker/docker/libnetwork/drivers/windows
13:43:23 [2023-08-08T13:43:23.203Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
13:43:23 [2023-08-08T13:43:23.203Z] github.com/docker/docker/libnetwork/drvregistry
13:43:23 [2023-08-08T13:43:23.203Z] github.com/docker/docker/libnetwork/etchosts
13:43:23 [2023-08-08T13:43:23.203Z] github.com/docker/docker/libnetwork/internal/caller
13:43:23 [2023-08-08T13:43:23.203Z] github.com/docker/docker/libnetwork/internal/kvstore
13:43:23 [2023-08-08T13:43:23.203Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
13:43:23 [2023-08-08T13:43:23.203Z] github.com/docker/docker/libnetwork/internal/setmatrix
13:43:23 [2023-08-08T13:43:23.203Z] github.com/docker/docker/libnetwork/ipam
13:43:23 [2023-08-08T13:43:23.203Z] github.com/docker/docker/libnetwork/ipamapi
13:43:23 [2023-08-08T13:43:23.203Z] github.com/docker/docker/libnetwork/ipams/builtin
13:43:23 [2023-08-08T13:43:23.203Z] github.com/docker/docker/libnetwork/ipams/null
13:43:23 [2023-08-08T13:43:23.203Z] github.com/docker/docker/libnetwork/ipams/remote
13:43:23 [2023-08-08T13:43:23.203Z] github.com/docker/docker/libnetwork/ipams/remote/api
13:43:23 [2023-08-08T13:43:23.203Z] github.com/docker/docker/libnetwork/ipams/windowsipam
13:43:23 [2023-08-08T13:43:23.203Z] github.com/docker/docker/libnetwork/ipamutils
13:43:23 [2023-08-08T13:43:23.203Z] github.com/docker/docker/libnetwork/ipbits
13:43:23 [2023-08-08T13:43:23.203Z] github.com/docker/docker/libnetwork/iptables
13:43:23 [2023-08-08T13:43:23.203Z] github.com/docker/docker/libnetwork/netlabel
13:43:23 [2023-08-08T13:43:23.203Z] github.com/docker/docker/libnetwork/netutils
13:43:23 [2023-08-08T13:43:23.203Z] github.com/docker/docker/libnetwork/networkdb
13:43:23 [2023-08-08T13:43:23.203Z] github.com/docker/docker/libnetwork/ns
13:43:23 [2023-08-08T13:43:23.203Z] github.com/docker/docker/libnetwork/options
13:43:23 [2023-08-08T13:43:23.203Z] github.com/docker/docker/libnetwork/osl
13:43:23 [2023-08-08T13:43:23.203Z] github.com/docker/docker/libnetwork/osl/kernel
13:43:23 [2023-08-08T13:43:23.203Z] github.com/docker/docker/libnetwork/portallocator
13:43:23 [2023-08-08T13:43:23.203Z] github.com/docker/docker/libnetwork/portmapper
13:43:23 [2023-08-08T13:43:23.203Z] github.com/docker/docker/libnetwork/resolvconf
13:43:23 [2023-08-08T13:43:23.203Z] github.com/docker/docker/libnetwork/scope
13:43:23 [2023-08-08T13:43:23.203Z] github.com/docker/docker/libnetwork/types' ']'
13:43:23 [2023-08-08T13:43:23.203Z] + 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
13:44:19 [2023-08-08T13:44:19.502Z] 	github.com/docker/docker/libnetwork	coverage: 43.0% of statements
13:44:19 [2023-08-08T13:44:19.502Z] ok  	github.com/docker/docker/libnetwork	44.578s	coverage: 43.0% of statements
13:44:19 [2023-08-08T13:44:19.502Z] 	github.com/docker/docker/libnetwork/bitmap	coverage: 96.1% of statements
13:44:19 [2023-08-08T13:44:19.502Z] ok  	github.com/docker/docker/libnetwork/bitmap	0.007s	coverage: 96.1% of statements
13:44:19 [2023-08-08T13:44:19.502Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
13:44:19 [2023-08-08T13:44:19.502Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
13:44:19 [2023-08-08T13:44:19.502Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
13:44:19 [2023-08-08T13:44:19.502Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
13:44:19 [2023-08-08T13:44:19.502Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
13:44:19 [2023-08-08T13:44:19.502Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
13:44:19 [2023-08-08T13:44:19.502Z] ?   	github.com/docker/docker/libnetwork/cmd/readme_test	[no test files]
13:44:19 [2023-08-08T13:44:19.502Z] 	github.com/docker/docker/libnetwork/config	coverage: 10.5% of statements
13:44:19 [2023-08-08T13:44:19.502Z] ok  	github.com/docker/docker/libnetwork/config	0.012s	coverage: 10.5% of statements
13:44:19 [2023-08-08T13:44:19.502Z] 	github.com/docker/docker/libnetwork/datastore	coverage: 16.2% of statements
13:44:19 [2023-08-08T13:44:19.502Z] ok  	github.com/docker/docker/libnetwork/datastore	0.004s	coverage: 16.2% of statements
13:44:19 [2023-08-08T13:44:19.502Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
13:44:19 [2023-08-08T13:44:19.502Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
13:44:19 [2023-08-08T13:44:19.502Z] 	github.com/docker/docker/libnetwork/driverapi	coverage: 68.9% of statements
13:44:19 [2023-08-08T13:44:19.502Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.003s	coverage: 68.9% of statements
13:44:19 [2023-08-08T13:44:19.502Z] 	github.com/docker/docker/libnetwork/drivers/bridge	coverage: 62.2% of statements
13:44:19 [2023-08-08T13:44:19.502Z] ok  	github.com/docker/docker/libnetwork/drivers/bridge	2.010s	coverage: 62.2% of statements
13:44:19 [2023-08-08T13:44:19.502Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
13:44:19 [2023-08-08T13:44:19.502Z] 	github.com/docker/docker/libnetwork/drivers/host	coverage: 40.0% of statements
13:44:19 [2023-08-08T13:44:19.502Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.002s	coverage: 40.0% of statements
13:44:19 [2023-08-08T13:44:19.502Z] 	github.com/docker/docker/libnetwork/drivers/ipvlan	coverage: 5.0% of statements
13:44:19 [2023-08-08T13:44:19.502Z] ok  	github.com/docker/docker/libnetwork/drivers/ipvlan	0.825s	coverage: 5.0% of statements
13:44:19 [2023-08-08T13:44:19.502Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
13:44:19 [2023-08-08T13:44:19.763Z] 	github.com/docker/docker/libnetwork/drivers/macvlan	coverage: 4.6% of statements
13:44:19 [2023-08-08T13:44:19.763Z] ok  	github.com/docker/docker/libnetwork/drivers/macvlan	0.004s	coverage: 4.6% of statements
13:44:19 [2023-08-08T13:44:19.763Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
13:44:20 [2023-08-08T13:44:20.024Z] 	github.com/docker/docker/libnetwork/drivers/null	coverage: 40.0% of statements
13:44:20 [2023-08-08T13:44:20.024Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.002s	coverage: 40.0% of statements
13:44:20 [2023-08-08T13:44:20.967Z] 	github.com/docker/docker/libnetwork/drivers/overlay	coverage: 1.4% of statements
13:44:20 [2023-08-08T13:44:20.967Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay	0.011s	coverage: 1.4% of statements
13:44:21 [2023-08-08T13:44:21.228Z] 	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	coverage: 45.0% of statements
13:44:21 [2023-08-08T13:44:21.228Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	0.004s	coverage: 45.0% of statements
13:44:21 [2023-08-08T13:44:21.490Z] 	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	coverage: 62.7% of statements
13:44:21 [2023-08-08T13:44:21.490Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.004s	coverage: 62.7% of statements
13:44:22 [2023-08-08T13:44:22.062Z] 	github.com/docker/docker/libnetwork/drivers/remote	coverage: 57.5% of statements
13:44:22 [2023-08-08T13:44:22.062Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.012s	coverage: 57.5% of statements
13:44:22 [2023-08-08T13:44:22.062Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
13:44:22 [2023-08-08T13:44:22.062Z] ?   	github.com/docker/docker/libnetwork/drivers/windows	[no test files]
13:44:22 [2023-08-08T13:44:22.062Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
13:44:22 [2023-08-08T13:44:22.634Z] 	github.com/docker/docker/libnetwork/drvregistry	coverage: 87.0% of statements
13:44:22 [2023-08-08T13:44:22.634Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.022s	coverage: 87.0% of statements
13:44:22 [2023-08-08T13:44:22.896Z] 	github.com/docker/docker/libnetwork/etchosts	coverage: 81.0% of statements
13:44:22 [2023-08-08T13:44:22.896Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.017s	coverage: 81.0% of statements
13:44:23 [2023-08-08T13:44:23.157Z] 	github.com/docker/docker/libnetwork/internal/caller	coverage: 100.0% of statements
13:44:23 [2023-08-08T13:44:23.157Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.002s	coverage: 100.0% of statements
13:44:23 [2023-08-08T13:44:23.157Z] ?   	github.com/docker/docker/libnetwork/internal/kvstore	[no test files]
13:44:23 [2023-08-08T13:44:23.157Z] ?   	github.com/docker/docker/libnetwork/internal/kvstore/boltdb	[no test files]
13:44:35 [2023-08-08T13:44:35.397Z] 	github.com/docker/docker/libnetwork/internal/setmatrix	coverage: 100.0% of statements
13:44:35 [2023-08-08T13:44:35.397Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.003s	coverage: 100.0% of statements
13:44:37 [2023-08-08T13:44:37.312Z] 	github.com/docker/docker/libnetwork/ipam	coverage: 80.5% of statements
13:44:37 [2023-08-08T13:44:37.312Z] ok  	github.com/docker/docker/libnetwork/ipam	3.385s	coverage: 80.5% of statements
13:44:37 [2023-08-08T13:44:37.312Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
13:44:37 [2023-08-08T13:44:37.312Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
13:44:37 [2023-08-08T13:44:37.573Z] 	github.com/docker/docker/libnetwork/ipams/null	coverage: 63.2% of statements
13:44:37 [2023-08-08T13:44:37.573Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.002s	coverage: 63.2% of statements
13:44:37 [2023-08-08T13:44:37.834Z] 	github.com/docker/docker/libnetwork/ipams/remote	coverage: 48.7% of statements
13:44:37 [2023-08-08T13:44:37.834Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.009s	coverage: 48.7% of statements
13:44:37 [2023-08-08T13:44:37.834Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
13:44:38 [2023-08-08T13:44:38.095Z] 	github.com/docker/docker/libnetwork/ipams/windowsipam	coverage: 80.0% of statements
13:44:38 [2023-08-08T13:44:38.095Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.002s	coverage: 80.0% of statements
13:44:38 [2023-08-08T13:44:38.667Z] 	github.com/docker/docker/libnetwork/ipamutils	coverage: 86.4% of statements
13:44:38 [2023-08-08T13:44:38.667Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.303s	coverage: 86.4% of statements
13:44:38 [2023-08-08T13:44:38.927Z] 	github.com/docker/docker/libnetwork/ipbits	coverage: 100.0% of statements
13:44:38 [2023-08-08T13:44:38.928Z] ok  	github.com/docker/docker/libnetwork/ipbits	0.002s	coverage: 100.0% of statements
13:44:39 [2023-08-08T13:44:39.500Z] 	github.com/docker/docker/libnetwork/iptables	coverage: 40.1% of statements
13:44:39 [2023-08-08T13:44:39.500Z] ok  	github.com/docker/docker/libnetwork/iptables	0.236s	coverage: 40.1% of statements
13:44:39 [2023-08-08T13:44:39.500Z] ?   	github.com/docker/docker/libnetwork/netlabel	[no test files]
13:44:40 [2023-08-08T13:44:40.073Z] 	github.com/docker/docker/libnetwork/netutils	coverage: 54.9% of statements
13:44:40 [2023-08-08T13:44:40.073Z] ok  	github.com/docker/docker/libnetwork/netutils	0.015s	coverage: 54.9% of statements
13:46:31 [2023-08-08T13:46:31.599Z] 	github.com/docker/docker/libnetwork/networkdb	coverage: 58.7% of statements
13:46:31 [2023-08-08T13:46:31.599Z] ok  	github.com/docker/docker/libnetwork/networkdb	103.465s	coverage: 58.7% of statements
13:46:31 [2023-08-08T13:46:31.599Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
13:46:31 [2023-08-08T13:46:31.599Z] 	github.com/docker/docker/libnetwork/options	coverage: 100.0% of statements
13:46:31 [2023-08-08T13:46:31.599Z] ok  	github.com/docker/docker/libnetwork/options	0.002s	coverage: 100.0% of statements
13:46:31 [2023-08-08T13:46:31.599Z] 	github.com/docker/docker/libnetwork/osl	coverage: 41.5% of statements
13:46:31 [2023-08-08T13:46:31.599Z] ok  	github.com/docker/docker/libnetwork/osl	4.441s	coverage: 41.5% of statements
13:46:31 [2023-08-08T13:46:31.599Z] 	github.com/docker/docker/libnetwork/osl/kernel	coverage: 20.0% of statements
13:46:31 [2023-08-08T13:46:31.599Z] ok  	github.com/docker/docker/libnetwork/osl/kernel	0.003s	coverage: 20.0% of statements
13:46:31 [2023-08-08T13:46:31.599Z] 	github.com/docker/docker/libnetwork/portallocator	coverage: 80.7% of statements
13:46:31 [2023-08-08T13:46:31.599Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.016s	coverage: 80.7% of statements
13:46:31 [2023-08-08T13:46:31.599Z] 	github.com/docker/docker/libnetwork/portmapper	coverage: 46.3% of statements
13:46:31 [2023-08-08T13:46:31.599Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.714s	coverage: 46.3% of statements
13:46:31 [2023-08-08T13:46:31.860Z] 	github.com/docker/docker/libnetwork/resolvconf	coverage: 84.9% of statements
13:46:31 [2023-08-08T13:46:31.860Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.004s	coverage: 84.9% of statements
13:46:31 [2023-08-08T13:46:31.860Z] ?   	github.com/docker/docker/libnetwork/scope	[no test files]
13:46:32 [2023-08-08T13:46:32.121Z] 	github.com/docker/docker/libnetwork/types	coverage: 42.2% of statements
13:46:32 [2023-08-08T13:46:32.121Z] ok  	github.com/docker/docker/libnetwork/types	0.003s	coverage: 42.2% of statements
13:46:32 [2023-08-08T13:46:32.121Z] 
13:46:32 [2023-08-08T13:46:32.121Z] === Skipped
13:46:32 [2023-08-08T13:46:32.121Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s)
13:46:32 [2023-08-08T13:46:32.121Z]     firewalld_test.go:14: firewalld is not running
13:46:32 [2023-08-08T13:46:32.121Z] 
13:46:32 [2023-08-08T13:46:32.121Z] === SKIP: libnetwork/iptables TestPassthrough (0.00s)
13:46:32 [2023-08-08T13:46:32.121Z]     firewalld_test.go:75: firewalld is not running
13:46:32 [2023-08-08T13:46:32.121Z] 
13:46:32 [2023-08-08T13:46:32.121Z] DONE 340 tests, 2 skipped in 188.840s
Post stage
[Pipeline] junit
13:46:33 [2023-08-08T13:46:33.080Z] Recording test results
13:46:33 [2023-08-08T13:46:33.169Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
13:46:33 [2023-08-08T13:46:33.492Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-46166/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 -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:d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 hack/make.sh dynbinary test-integration
13:46:33 [2023-08-08T13:46:33.758Z] 
13:46:33 [2023-08-08T13:46:33.758Z] Removing bundles/
13:46:33 [2023-08-08T13:46:33.758Z] 
13:46:33 [2023-08-08T13:46:33.758Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
13:46:33 [2023-08-08T13:46:33.758Z] Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
13:46:33 [2023-08-08T13:46:33.758Z] + tee /go/src/github.com/docker/docker/go.mod
13:46:33 [2023-08-08T13:46:33.758Z] module github.com/docker/docker
13:46:33 [2023-08-08T13:46:33.758Z] 
13:46:33 [2023-08-08T13:46:33.758Z] go 1.19
13:46:33 [2023-08-08T13:46:33.758Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT
13:46:33 [2023-08-08T13:46:33.758Z] + GO111MODULE=on
13:46:33 [2023-08-08T13:46:33.758Z] + 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=d02feb561dbc5bc0bdbc444f5db6e2766bca03c7" -X "github.com/docker/docker/dockerversion.BuildTime=2023-08-08T13:46:33.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
13:47:12 [2023-08-08T13:47:12.617Z] + rm -f /go/src/github.com/docker/docker/go.mod
13:47:12 [2023-08-08T13:47:12.617Z] Created binary: bundles/dynbinary-daemon/dockerd
13:47:12 [2023-08-08T13:47:12.617Z] Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
13:47:12 [2023-08-08T13:47:12.617Z] + tee /go/src/github.com/docker/docker/go.mod
13:47:12 [2023-08-08T13:47:12.617Z] module github.com/docker/docker
13:47:12 [2023-08-08T13:47:12.617Z] 
13:47:12 [2023-08-08T13:47:12.617Z] go 1.19
13:47:12 [2023-08-08T13:47:12.617Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT
13:47:12 [2023-08-08T13:47:12.617Z] + GO111MODULE=on
13:47:12 [2023-08-08T13:47:12.618Z] + 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=d02feb561dbc5bc0bdbc444f5db6e2766bca03c7" -X "github.com/docker/docker/dockerversion.BuildTime=2023-08-08T13:46:33.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
13:47:12 [2023-08-08T13:47:12.618Z] + rm -f /go/src/github.com/docker/docker/go.mod
13:47:12 [2023-08-08T13:47:12.618Z] Created binary: bundles/dynbinary-daemon/docker-proxy
13:47:12 [2023-08-08T13:47:12.618Z] 
13:47:12 [2023-08-08T13:47:12.618Z] ---> Making bundle: test-integration (in bundles/test-integration)
13:47:12 [2023-08-08T13:47:12.618Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
13:47:12 [2023-08-08T13:47:12.618Z] HOSTNAME=6c05e1c266d2
13:47:12 [2023-08-08T13:47:12.618Z] TESTDEBUG=0
13:47:12 [2023-08-08T13:47:12.618Z] DEST=bundles/test-integration
13:47:12 [2023-08-08T13:47:12.618Z] PWD=/go/src/github.com/docker/docker
13:47:12 [2023-08-08T13:47:12.618Z] CONTAINERD_ADDRESS=/run/docker/containerd/containerd.sock
13:47:12 [2023-08-08T13:47:12.618Z] DOCKER_GITCOMMIT=d02feb561dbc5bc0bdbc444f5db6e2766bca03c7
13:47:12 [2023-08-08T13:47:12.618Z] container=docker
13:47:12 [2023-08-08T13:47:12.618Z] HOME=/root
13:47:12 [2023-08-08T13:47:12.618Z] CONTAINERD_NAMESPACE=moby
13:47:12 [2023-08-08T13:47:12.618Z] GOLANG_VERSION=1.20.7
13:47:12 [2023-08-08T13:47:12.618Z] VALIDATE_REPO=https://github.com/moby/moby.git
13:47:12 [2023-08-08T13:47:12.618Z] VALIDATE_BRANCH=master
13:47:12 [2023-08-08T13:47:12.618Z] TERM=xterm
13:47:12 [2023-08-08T13:47:12.618Z] DOCKER_PKG=github.com/docker/docker
13:47:12 [2023-08-08T13:47:12.618Z] TEST_CLIENT_BINARY=/usr/local/cli-integration/docker
13:47:12 [2023-08-08T13:47:12.618Z] SHLVL=1
13:47:12 [2023-08-08T13:47:12.618Z] TIMEOUT=120m
13:47:12 [2023-08-08T13:47:12.618Z] DOCKER_GRAPHDRIVER=overlay2
13:47:12 [2023-08-08T13:47:12.618Z] GO111MODULE=off
13:47:12 [2023-08-08T13:47:12.618Z] DOCKER_EXPERIMENTAL=1
13:47:12 [2023-08-08T13:47:12.618Z] TEST_SKIP_INTEGRATION_CLI=1
13:47:12 [2023-08-08T13:47:12.618Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
13:47:12 [2023-08-08T13:47:12.618Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
13:47:12 [2023-08-08T13:47:12.618Z] GOPATH=/go
13:47:12 [2023-08-08T13:47:12.618Z] PKG_CONFIG=pkg-config
13:47:12 [2023-08-08T13:47:12.618Z] _=/usr/bin/env
13:47:12 [2023-08-08T13:47:12.618Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
13:47:30 [2023-08-08T13:47:30.756Z] Building test suite binary /go/src/github.com/docker/docker/integration/capabilities/test.main
13:47:30 [2023-08-08T13:47:30.756Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
13:47:32 [2023-08-08T13:47:32.144Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
13:47:34 [2023-08-08T13:47:34.086Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
13:47:37 [2023-08-08T13:47:37.396Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
13:47:40 [2023-08-08T13:47:40.704Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
13:47:40 [2023-08-08T13:47:40.966Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
13:47:42 [2023-08-08T13:47:42.353Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
13:47:43 [2023-08-08T13:47:43.741Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
13:47:45 [2023-08-08T13:47:45.128Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
13:47:45 [2023-08-08T13:47:45.128Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
13:47:46 [2023-08-08T13:47:46.516Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
13:47:48 [2023-08-08T13:47:48.432Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
13:47:50 [2023-08-08T13:47:50.348Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
13:47:51 [2023-08-08T13:47:51.291Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
13:47:51 [2023-08-08T13:47:51.552Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
13:47:52 [2023-08-08T13:47:52.956Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
13:47:54 [2023-08-08T13:47:54.364Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
13:47:55 [2023-08-08T13:47:55.751Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
13:47:56 [2023-08-08T13:47:56.323Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
13:47:57 [2023-08-08T13:47:57.710Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
13:47:58 [2023-08-08T13:47:58.653Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
13:47:58 [2023-08-08T13:47:58.653Z] Using test binary /usr/local/cli-integration/docker
13:47:58 [2023-08-08T13:47:58.653Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
13:47:58 [2023-08-08T13:47:58.653Z] +++ /etc/init.d/apparmor start
13:47:58 [2023-08-08T13:47:58.653Z] Not: starting.
13:47:58 [2023-08-08T13:47:58.653Z] INFO: Waiting for daemon to start...
13:47:58 [2023-08-08T13:47:58.653Z] Starting dockerd
13:47:58 [2023-08-08T13:47:58.653Z] +++ exec dockerd --debug --host unix:///run/docker/tmp.vxAX50sIB5/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental
13:48:01 [2023-08-08T13:48:01.200Z] .
13:48:01 [2023-08-08T13:48:01.200Z] ---> Making bundle: .build-empty-images (in bundles/test-integration)
13:48:01 [2023-08-08T13:48:01.200Z] ++++ tar -cC bundles/test-integration/emptyfs .
13:48:01 [2023-08-08T13:48:01.200Z] ++++ docker load
13:48:01 [2023-08-08T13:48:01.200Z] Loaded image: emptyfs:latest
13:48:01 [2023-08-08T13:48:01.200Z] ++++ tar -cC bundles/test-integration/dangling .
13:48:01 [2023-08-08T13:48:01.200Z] ++++ docker load
13:48:01 [2023-08-08T13:48:01.200Z] Loaded image ID: sha256:0df1207206e5288f4a989a2f13d1f5b3c4e70467702c1d5d21dfc9f002b7bd43
13:48:01 [2023-08-08T13:48:01.200Z] Running integration-test (iteration 1)
13:48:01 [2023-08-08T13:48:01.200Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m 
13:48:01 [2023-08-08T13:48:01.200Z] ++ 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
13:48:01 [2023-08-08T13:48:01.200Z] ++ set -e
13:48:01 [2023-08-08T13:48:01.200Z] ++ '[' -n 0 ']'
13:48:01 [2023-08-08T13:48:01.200Z] ++ set -x
13:48:01 [2023-08-08T13:48:01.200Z] ++ 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.vxAX50sIB5/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
13:48:01 [2023-08-08T13:48:01.200Z] Loaded image: busybox:latest
13:48:01 [2023-08-08T13:48:01.200Z] Loaded image: busybox:glibc
13:48:02 [2023-08-08T13:48:02.144Z] Loaded image: debian:bullseye-slim
13:48:02 [2023-08-08T13:48:02.144Z] Loaded image: hello-world:latest
13:48:02 [2023-08-08T13:48:02.144Z] Loaded image: arm32v7/hello-world:latest
13:48:02 [2023-08-08T13:48:02.144Z] INFO: Testing against a local daemon
13:48:02 [2023-08-08T13:48:02.144Z] === RUN   TestCgroupNamespacesBuild
13:48:03 [2023-08-08T13:48:03.530Z] --- PASS: TestCgroupNamespacesBuild (1.15s)
13:48:03 [2023-08-08T13:48:03.530Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
13:48:04 [2023-08-08T13:48:04.474Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.13s)
13:48:04 [2023-08-08T13:48:04.474Z] === RUN   TestBuildWithSession
13:48:04 [2023-08-08T13:48:04.474Z]     build_session_test.go:25: TODO: BuildKit
13:48:04 [2023-08-08T13:48:04.474Z] --- SKIP: TestBuildWithSession (0.00s)
13:48:04 [2023-08-08T13:48:04.474Z] === RUN   TestBuildSquashParent
13:48:08 [2023-08-08T13:48:08.698Z] --- PASS: TestBuildSquashParent (3.92s)
13:48:08 [2023-08-08T13:48:08.698Z] === RUN   TestBuildWithRemoveAndForceRemove
13:48:08 [2023-08-08T13:48:08.698Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:48:08 [2023-08-08T13:48:08.698Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:48:08 [2023-08-08T13:48:08.698Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:48:08 [2023-08-08T13:48:08.698Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:48:08 [2023-08-08T13:48:08.698Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:48:08 [2023-08-08T13:48:08.698Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:48:08 [2023-08-08T13:48:08.698Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:48:08 [2023-08-08T13:48:08.698Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:48:08 [2023-08-08T13:48:08.698Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:48:08 [2023-08-08T13:48:08.698Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:48:08 [2023-08-08T13:48:08.698Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:48:08 [2023-08-08T13:48:08.698Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:48:08 [2023-08-08T13:48:08.698Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:48:08 [2023-08-08T13:48:08.698Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:48:08 [2023-08-08T13:48:08.698Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:48:08 [2023-08-08T13:48:08.698Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:48:08 [2023-08-08T13:48:08.698Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:48:08 [2023-08-08T13:48:08.698Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:48:12 [2023-08-08T13:48:12.004Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.05s)
13:48:12 [2023-08-08T13:48:12.004Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.28s)
13:48:12 [2023-08-08T13:48:12.004Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.44s)
13:48:12 [2023-08-08T13:48:12.004Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.47s)
13:48:12 [2023-08-08T13:48:12.004Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.63s)
13:48:12 [2023-08-08T13:48:12.004Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.81s)
13:48:12 [2023-08-08T13:48:12.004Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.06s)
13:48:12 [2023-08-08T13:48:12.004Z] === RUN   TestBuildMultiStageCopy
13:48:12 [2023-08-08T13:48:12.004Z] === RUN   TestBuildMultiStageCopy/copy_to_root
13:48:12 [2023-08-08T13:48:12.576Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
13:48:12 [2023-08-08T13:48:12.576Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
13:48:12 [2023-08-08T13:48:12.576Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
13:48:12 [2023-08-08T13:48:12.576Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
13:48:12 [2023-08-08T13:48:12.838Z] --- PASS: TestBuildMultiStageCopy (1.27s)
13:48:12 [2023-08-08T13:48:12.838Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.02s)
13:48:12 [2023-08-08T13:48:12.838Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.05s)
13:48:12 [2023-08-08T13:48:12.838Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.06s)
13:48:12 [2023-08-08T13:48:12.838Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.06s)
13:48:12 [2023-08-08T13:48:12.838Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.07s)
13:48:12 [2023-08-08T13:48:12.838Z] === RUN   TestBuildMultiStageParentConfig
13:48:13 [2023-08-08T13:48:13.099Z] --- PASS: TestBuildMultiStageParentConfig (0.32s)
13:48:13 [2023-08-08T13:48:13.099Z] === RUN   TestBuildLabelWithTargets
13:48:13 [2023-08-08T13:48:13.671Z] --- PASS: TestBuildLabelWithTargets (0.49s)
13:48:13 [2023-08-08T13:48:13.671Z] === RUN   TestBuildWithEmptyLayers
13:48:13 [2023-08-08T13:48:13.671Z] --- PASS: TestBuildWithEmptyLayers (0.10s)
13:48:13 [2023-08-08T13:48:13.671Z] === RUN   TestBuildMultiStageOnBuild
13:48:15 [2023-08-08T13:48:15.056Z] --- PASS: TestBuildMultiStageOnBuild (1.16s)
13:48:15 [2023-08-08T13:48:15.056Z] === RUN   TestBuildUncleanTarFilenames
13:48:15 [2023-08-08T13:48:15.056Z] --- PASS: TestBuildUncleanTarFilenames (0.11s)
13:48:15 [2023-08-08T13:48:15.056Z] === RUN   TestBuildMultiStageLayerLeak
13:48:15 [2023-08-08T13:48:15.999Z] --- PASS: TestBuildMultiStageLayerLeak (1.07s)
13:48:15 [2023-08-08T13:48:15.999Z] === RUN   TestBuildWithHugeFile
13:49:02 [2023-08-08T13:49:02.745Z] --- PASS: TestBuildWithHugeFile (43.07s)
13:49:02 [2023-08-08T13:49:02.745Z] === RUN   TestBuildWCOWSandboxSize
13:49:02 [2023-08-08T13:49:02.745Z]     build_test.go:528: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
13:49:02 [2023-08-08T13:49:02.745Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
13:49:02 [2023-08-08T13:49:02.745Z] === RUN   TestBuildWithEmptyDockerfile
13:49:02 [2023-08-08T13:49:02.745Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
13:49:02 [2023-08-08T13:49:02.745Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
13:49:02 [2023-08-08T13:49:02.745Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
13:49:02 [2023-08-08T13:49:02.745Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
13:49:02 [2023-08-08T13:49:02.745Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
13:49:02 [2023-08-08T13:49:02.745Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
13:49:02 [2023-08-08T13:49:02.745Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
13:49:02 [2023-08-08T13:49:02.745Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
13:49:02 [2023-08-08T13:49:02.745Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
13:49:02 [2023-08-08T13:49:02.745Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
13:49:02 [2023-08-08T13:49:02.745Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s)
13:49:02 [2023-08-08T13:49:02.745Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s)
13:49:02 [2023-08-08T13:49:02.745Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s)
13:49:02 [2023-08-08T13:49:02.745Z] === RUN   TestBuildPreserveOwnership
13:49:02 [2023-08-08T13:49:02.745Z] === RUN   TestBuildPreserveOwnership/copy_from
13:49:02 [2023-08-08T13:49:02.745Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
13:49:02 [2023-08-08T13:49:02.745Z] --- PASS: TestBuildPreserveOwnership (2.01s)
13:49:02 [2023-08-08T13:49:02.745Z]     --- PASS: TestBuildPreserveOwnership/copy_from (1.44s)
13:49:02 [2023-08-08T13:49:02.745Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.56s)
13:49:02 [2023-08-08T13:49:02.745Z] === RUN   TestBuildPlatformInvalid
13:49:02 [2023-08-08T13:49:02.745Z] --- PASS: TestBuildPlatformInvalid (0.03s)
13:49:02 [2023-08-08T13:49:02.745Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
13:49:02 [2023-08-08T13:49:02.745Z] Loaded image: busybox:latest
13:49:02 [2023-08-08T13:49:02.745Z] Loaded image: busybox:glibc
13:49:02 [2023-08-08T13:49:02.745Z] Loaded image: debian:bullseye-slim
13:49:02 [2023-08-08T13:49:02.745Z] Loaded image: hello-world:latest
13:49:02 [2023-08-08T13:49:02.745Z] Loaded image: arm32v7/hello-world:latest
13:49:10 [2023-08-08T13:49:10.891Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.27s)
13:49:10 [2023-08-08T13:49:10.891Z] PASS
13:49:10 [2023-08-08T13:49:10.891Z] 
13:49:10 [2023-08-08T13:49:10.891Z] === Skipped
13:49:10 [2023-08-08T13:49:10.891Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s)
13:49:10 [2023-08-08T13:49:10.891Z]     build_session_test.go:25: TODO: BuildKit
13:49:10 [2023-08-08T13:49:10.891Z] 
13:49:10 [2023-08-08T13:49:10.891Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s)
13:49:10 [2023-08-08T13:49:10.891Z]     build_test.go:528: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
13:49:10 [2023-08-08T13:49:10.891Z] 
13:49:10 [2023-08-08T13:49:10.891Z] DONE 34 tests, 2 skipped in 69.456s
13:49:10 [2023-08-08T13:49:10.891Z] Running /go/src/github.com/docker/docker/integration/capabilities (arm64.integration.capabilities) flags=-test.v -test.timeout=120m 
13:49:10 [2023-08-08T13:49:10.891Z] ++ 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
13:49:10 [2023-08-08T13:49:10.891Z] ++ set -e
13:49:10 [2023-08-08T13:49:10.891Z] ++ '[' -n 0 ']'
13:49:10 [2023-08-08T13:49:10.891Z] ++ set -x
13:49:10 [2023-08-08T13:49:10.891Z] ++ 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.vxAX50sIB5/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
13:49:10 [2023-08-08T13:49:10.891Z] INFO: Testing against a local daemon
13:49:10 [2023-08-08T13:49:10.891Z] === RUN   TestNoNewPrivileges
13:49:16 [2023-08-08T13:49:16.182Z] === RUN   TestNoNewPrivileges/CapabilityRequested=true
13:49:16 [2023-08-08T13:49:16.182Z] === RUN   TestNoNewPrivileges/CapabilityRequested=false
13:49:16 [2023-08-08T13:49:16.182Z] --- PASS: TestNoNewPrivileges (5.88s)
13:49:16 [2023-08-08T13:49:16.182Z]     --- PASS: TestNoNewPrivileges/CapabilityRequested=true (0.41s)
13:49:16 [2023-08-08T13:49:16.182Z]     --- PASS: TestNoNewPrivileges/CapabilityRequested=false (0.45s)
13:49:16 [2023-08-08T13:49:16.182Z] PASS
13:49:16 [2023-08-08T13:49:16.182Z] 
13:49:16 [2023-08-08T13:49:16.182Z] DONE 3 tests in 5.901s
13:49:16 [2023-08-08T13:49:16.443Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m 
13:49:16 [2023-08-08T13:49:16.443Z] ++ 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
13:49:16 [2023-08-08T13:49:16.443Z] ++ set -e
13:49:16 [2023-08-08T13:49:16.443Z] ++ '[' -n 0 ']'
13:49:16 [2023-08-08T13:49:16.443Z] ++ set -x
13:49:16 [2023-08-08T13:49:16.444Z] ++ 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.vxAX50sIB5/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
13:49:16 [2023-08-08T13:49:16.444Z] INFO: Testing against a local daemon
13:49:16 [2023-08-08T13:49:16.444Z] === RUN   TestConfigInspect
13:49:18 [2023-08-08T13:49:18.358Z] --- PASS: TestConfigInspect (1.89s)
13:49:18 [2023-08-08T13:49:18.358Z] === RUN   TestConfigList
13:49:20 [2023-08-08T13:49:20.275Z] --- PASS: TestConfigList (2.00s)
13:49:20 [2023-08-08T13:49:20.275Z] === RUN   TestConfigsCreateAndDelete
13:49:22 [2023-08-08T13:49:22.192Z] --- PASS: TestConfigsCreateAndDelete (1.91s)
13:49:22 [2023-08-08T13:49:22.192Z] === RUN   TestConfigsUpdate
13:49:24 [2023-08-08T13:49:24.106Z] --- PASS: TestConfigsUpdate (1.90s)
13:49:24 [2023-08-08T13:49:24.106Z] === RUN   TestTemplatedConfig
13:49:26 [2023-08-08T13:49:26.654Z] --- PASS: TestTemplatedConfig (2.71s)
13:49:26 [2023-08-08T13:49:26.654Z] === RUN   TestConfigCreateResolve
13:49:28 [2023-08-08T13:49:28.570Z] --- PASS: TestConfigCreateResolve (1.90s)
13:49:28 [2023-08-08T13:49:28.570Z] PASS
13:49:28 [2023-08-08T13:49:28.570Z] 
13:49:28 [2023-08-08T13:49:28.570Z] DONE 6 tests in 12.340s
13:49:28 [2023-08-08T13:49:28.570Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m 
13:49:28 [2023-08-08T13:49:28.570Z] ++ 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
13:49:28 [2023-08-08T13:49:28.570Z] ++ set -e
13:49:28 [2023-08-08T13:49:28.570Z] ++ '[' -n 0 ']'
13:49:28 [2023-08-08T13:49:28.570Z] ++ set -x
13:49:28 [2023-08-08T13:49:28.570Z] ++ 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.vxAX50sIB5/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
13:49:28 [2023-08-08T13:49:28.835Z] INFO: Testing against a local daemon
13:49:28 [2023-08-08T13:49:28.835Z] === RUN   TestAttach
13:49:28 [2023-08-08T13:49:28.835Z] === RUN   TestAttach/without_TTY
13:49:28 [2023-08-08T13:49:28.835Z] === PAUSE TestAttach/without_TTY
13:49:28 [2023-08-08T13:49:28.835Z] === RUN   TestAttach/with_TTY
13:49:28 [2023-08-08T13:49:28.835Z] === PAUSE TestAttach/with_TTY
13:49:28 [2023-08-08T13:49:28.835Z] === CONT  TestAttach/without_TTY
13:49:28 [2023-08-08T13:49:28.835Z] === CONT  TestAttach/with_TTY
13:49:28 [2023-08-08T13:49:28.835Z] --- PASS: TestAttach (0.02s)
13:49:28 [2023-08-08T13:49:28.835Z]     --- PASS: TestAttach/without_TTY (0.03s)
13:49:28 [2023-08-08T13:49:28.835Z]     --- PASS: TestAttach/with_TTY (0.03s)
13:49:28 [2023-08-08T13:49:28.835Z] === RUN   TestCreateWithCDIDevices
13:49:29 [2023-08-08T13:49:29.780Z] --- PASS: TestCreateWithCDIDevices (1.00s)
13:49:29 [2023-08-08T13:49:29.780Z] === RUN   TestCDISpecDirsAreInSystemInfo
13:49:29 [2023-08-08T13:49:29.780Z] === RUN   TestCDISpecDirsAreInSystemInfo/experimental_no_spec_dirs_specified_returns_default
13:49:30 [2023-08-08T13:49:30.353Z] === RUN   TestCDISpecDirsAreInSystemInfo/experimental_specified_spec_dirs_are_returned
13:49:30 [2023-08-08T13:49:30.925Z] === RUN   TestCDISpecDirsAreInSystemInfo/experimental_empty_string_as_spec_dir_returns_empty_slice
13:49:31 [2023-08-08T13:49:31.496Z] === RUN   TestCDISpecDirsAreInSystemInfo/experimental_empty_config_option_returns_empty_slice
13:49:31 [2023-08-08T13:49:31.758Z] === RUN   TestCDISpecDirsAreInSystemInfo/non-experimental_no_spec_dirs_specified_returns_empty_slice
13:49:32 [2023-08-08T13:49:32.331Z] === RUN   TestCDISpecDirsAreInSystemInfo/non-experimental_specified_spec_dirs_returns_empty_slice
13:49:32 [2023-08-08T13:49:32.904Z] === RUN   TestCDISpecDirsAreInSystemInfo/non-experimental_empty_string_as_spec_dir_returns_empty_slice
13:49:33 [2023-08-08T13:49:33.476Z] === RUN   TestCDISpecDirsAreInSystemInfo/non-experimental_empty_config_option_returns_empty_slice
13:49:34 [2023-08-08T13:49:34.049Z] --- PASS: TestCDISpecDirsAreInSystemInfo (4.18s)
13:49:34 [2023-08-08T13:49:34.049Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/experimental_no_spec_dirs_specified_returns_default (0.52s)
13:49:34 [2023-08-08T13:49:34.049Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/experimental_specified_spec_dirs_are_returned (0.52s)
13:49:34 [2023-08-08T13:49:34.049Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/experimental_empty_string_as_spec_dir_returns_empty_slice (0.52s)
13:49:34 [2023-08-08T13:49:34.049Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/experimental_empty_config_option_returns_empty_slice (0.52s)
13:49:34 [2023-08-08T13:49:34.049Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/non-experimental_no_spec_dirs_specified_returns_empty_slice (0.52s)
13:49:34 [2023-08-08T13:49:34.049Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/non-experimental_specified_spec_dirs_returns_empty_slice (0.52s)
13:49:34 [2023-08-08T13:49:34.049Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/non-experimental_empty_string_as_spec_dir_returns_empty_slice (0.52s)
13:49:34 [2023-08-08T13:49:34.049Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/non-experimental_empty_config_option_returns_empty_slice (0.52s)
13:49:34 [2023-08-08T13:49:34.049Z] === RUN   TestCheckpoint
13:49:34 [2023-08-08T13:49:34.049Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
13:49:34 [2023-08-08T13:49:34.049Z] --- SKIP: TestCheckpoint (0.00s)
13:49:34 [2023-08-08T13:49:34.049Z] === RUN   TestContainerInvalidJSON
13:49:34 [2023-08-08T13:49:34.049Z] === RUN   TestContainerInvalidJSON/commit
13:49:34 [2023-08-08T13:49:34.049Z] === PAUSE TestContainerInvalidJSON/commit
13:49:34 [2023-08-08T13:49:34.049Z] === RUN   TestContainerInvalidJSON/containers/create
13:49:34 [2023-08-08T13:49:34.049Z] === PAUSE TestContainerInvalidJSON/containers/create
13:49:34 [2023-08-08T13:49:34.049Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
13:49:34 [2023-08-08T13:49:34.049Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
13:49:34 [2023-08-08T13:49:34.049Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
13:49:34 [2023-08-08T13:49:34.049Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
13:49:34 [2023-08-08T13:49:34.049Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
13:49:34 [2023-08-08T13:49:34.049Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
13:49:34 [2023-08-08T13:49:34.049Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
13:49:34 [2023-08-08T13:49:34.049Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
13:49:34 [2023-08-08T13:49:34.049Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
13:49:34 [2023-08-08T13:49:34.049Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
13:49:34 [2023-08-08T13:49:34.049Z] === CONT  TestContainerInvalidJSON/commit
13:49:34 [2023-08-08T13:49:34.049Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
13:49:34 [2023-08-08T13:49:34.049Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
13:49:34 [2023-08-08T13:49:34.049Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
13:49:34 [2023-08-08T13:49:34.049Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
13:49:34 [2023-08-08T13:49:34.049Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
13:49:34 [2023-08-08T13:49:34.049Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
13:49:34 [2023-08-08T13:49:34.049Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
13:49:34 [2023-08-08T13:49:34.049Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
13:49:34 [2023-08-08T13:49:34.049Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
13:49:34 [2023-08-08T13:49:34.049Z] === CONT  TestContainerInvalidJSON/containers/create
13:49:34 [2023-08-08T13:49:34.049Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
13:49:34 [2023-08-08T13:49:34.049Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
13:49:34 [2023-08-08T13:49:34.049Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
13:49:34 [2023-08-08T13:49:34.049Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
13:49:34 [2023-08-08T13:49:34.049Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
13:49:34 [2023-08-08T13:49:34.049Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
13:49:34 [2023-08-08T13:49:34.049Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
13:49:34 [2023-08-08T13:49:34.049Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
13:49:34 [2023-08-08T13:49:34.049Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
13:49:34 [2023-08-08T13:49:34.049Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
13:49:34 [2023-08-08T13:49:34.049Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
13:49:34 [2023-08-08T13:49:34.049Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
13:49:34 [2023-08-08T13:49:34.049Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
13:49:34 [2023-08-08T13:49:34.049Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
13:49:34 [2023-08-08T13:49:34.049Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
13:49:34 [2023-08-08T13:49:34.049Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
13:49:34 [2023-08-08T13:49:34.049Z] === RUN   TestContainerInvalidJSON/commit/empty_body
13:49:34 [2023-08-08T13:49:34.049Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
13:49:34 [2023-08-08T13:49:34.049Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
13:49:34 [2023-08-08T13:49:34.049Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
13:49:34 [2023-08-08T13:49:34.049Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
13:49:34 [2023-08-08T13:49:34.049Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
13:49:34 [2023-08-08T13:49:34.049Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
13:49:34 [2023-08-08T13:49:34.049Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
13:49:34 [2023-08-08T13:49:34.049Z] --- PASS: TestContainerInvalidJSON (0.01s)
13:49:34 [2023-08-08T13:49:34.049Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
13:49:34 [2023-08-08T13:49:34.049Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
13:49:34 [2023-08-08T13:49:34.049Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
13:49:34 [2023-08-08T13:49:34.049Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
13:49:34 [2023-08-08T13:49:34.049Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
13:49:34 [2023-08-08T13:49:34.049Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
13:49:34 [2023-08-08T13:49:34.049Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
13:49:34 [2023-08-08T13:49:34.049Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
13:49:34 [2023-08-08T13:49:34.049Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
13:49:34 [2023-08-08T13:49:34.049Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
13:49:34 [2023-08-08T13:49:34.049Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
13:49:34 [2023-08-08T13:49:34.049Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
13:49:34 [2023-08-08T13:49:34.049Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
13:49:34 [2023-08-08T13:49:34.049Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
13:49:34 [2023-08-08T13:49:34.049Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
13:49:34 [2023-08-08T13:49:34.049Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
13:49:34 [2023-08-08T13:49:34.049Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
13:49:34 [2023-08-08T13:49:34.049Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
13:49:34 [2023-08-08T13:49:34.049Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
13:49:34 [2023-08-08T13:49:34.049Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
13:49:34 [2023-08-08T13:49:34.049Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
13:49:34 [2023-08-08T13:49:34.049Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
13:49:34 [2023-08-08T13:49:34.049Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
13:49:34 [2023-08-08T13:49:34.049Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
13:49:34 [2023-08-08T13:49:34.049Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
13:49:34 [2023-08-08T13:49:34.049Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
13:49:34 [2023-08-08T13:49:34.049Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
13:49:34 [2023-08-08T13:49:34.049Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
13:49:34 [2023-08-08T13:49:34.049Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
13:49:34 [2023-08-08T13:49:34.049Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
13:49:34 [2023-08-08T13:49:34.049Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
13:49:34 [2023-08-08T13:49:34.049Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
13:49:34 [2023-08-08T13:49:34.049Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
13:49:34 [2023-08-08T13:49:34.049Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
13:49:34 [2023-08-08T13:49:34.049Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
13:49:34 [2023-08-08T13:49:34.049Z] === RUN   TestCopyFromContainerPathDoesNotExist
13:49:34 [2023-08-08T13:49:34.049Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.04s)
13:49:34 [2023-08-08T13:49:34.049Z] === RUN   TestCopyFromContainerPathIsNotDir
13:49:34 [2023-08-08T13:49:34.049Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s)
13:49:34 [2023-08-08T13:49:34.049Z] === RUN   TestCopyToContainerPathDoesNotExist
13:49:34 [2023-08-08T13:49:34.049Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s)
13:49:34 [2023-08-08T13:49:34.049Z] === RUN   TestCopyEmptyFile
13:49:34 [2023-08-08T13:49:34.049Z] --- PASS: TestCopyEmptyFile (0.05s)
13:49:34 [2023-08-08T13:49:34.049Z] === RUN   TestCopyToContainerPathIsNotDir
13:49:34 [2023-08-08T13:49:34.049Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s)
13:49:34 [2023-08-08T13:49:34.049Z] === RUN   TestCopyFromContainer
13:49:34 [2023-08-08T13:49:34.622Z] === RUN   TestCopyFromContainer//
13:49:34 [2023-08-08T13:49:34.622Z] === RUN   TestCopyFromContainer/.
13:49:34 [2023-08-08T13:49:34.622Z] === RUN   TestCopyFromContainer//.
13:49:34 [2023-08-08T13:49:34.622Z] === RUN   TestCopyFromContainer/./
13:49:34 [2023-08-08T13:49:34.622Z] === RUN   TestCopyFromContainer//./
13:49:34 [2023-08-08T13:49:34.622Z] === RUN   TestCopyFromContainer//bar/root
13:49:34 [2023-08-08T13:49:34.884Z] === RUN   TestCopyFromContainer//bar/root/
13:49:34 [2023-08-08T13:49:34.884Z] === RUN   TestCopyFromContainer//bar/root/.
13:49:34 [2023-08-08T13:49:34.884Z] === RUN   TestCopyFromContainer/bar/quux
13:49:34 [2023-08-08T13:49:34.884Z] === RUN   TestCopyFromContainer/bar/quux/
13:49:34 [2023-08-08T13:49:34.884Z] === RUN   TestCopyFromContainer/bar/quux/.
13:49:34 [2023-08-08T13:49:34.884Z] === RUN   TestCopyFromContainer/bar/quux/baz
13:49:34 [2023-08-08T13:49:34.884Z] === RUN   TestCopyFromContainer/bar/filesymlink
13:49:34 [2023-08-08T13:49:34.884Z] === RUN   TestCopyFromContainer/bar/dirsymlink
13:49:34 [2023-08-08T13:49:34.884Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
13:49:34 [2023-08-08T13:49:34.884Z] === RUN   TestCopyFromContainer/bar/dirsymlink/.
13:49:34 [2023-08-08T13:49:34.884Z] === RUN   TestCopyFromContainer/bar/notarget
13:49:34 [2023-08-08T13:49:34.884Z] --- PASS: TestCopyFromContainer (0.70s)
13:49:34 [2023-08-08T13:49:34.884Z]     --- PASS: TestCopyFromContainer// (0.01s)
13:49:34 [2023-08-08T13:49:34.884Z]     --- PASS: TestCopyFromContainer/. (0.01s)
13:49:34 [2023-08-08T13:49:34.884Z]     --- PASS: TestCopyFromContainer//. (0.01s)
13:49:34 [2023-08-08T13:49:34.884Z]     --- PASS: TestCopyFromContainer/./ (0.01s)
13:49:34 [2023-08-08T13:49:34.884Z]     --- PASS: TestCopyFromContainer//./ (0.01s)
13:49:34 [2023-08-08T13:49:34.884Z]     --- PASS: TestCopyFromContainer//bar/root (0.01s)
13:49:34 [2023-08-08T13:49:34.884Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.01s)
13:49:34 [2023-08-08T13:49:34.884Z]     --- PASS: TestCopyFromContainer//bar/root/. (0.01s)
13:49:34 [2023-08-08T13:49:34.884Z]     --- PASS: TestCopyFromContainer/bar/quux (0.01s)
13:49:34 [2023-08-08T13:49:34.884Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.01s)
13:49:34 [2023-08-08T13:49:34.884Z]     --- PASS: TestCopyFromContainer/bar/quux/. (0.01s)
13:49:34 [2023-08-08T13:49:34.884Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.01s)
13:49:34 [2023-08-08T13:49:34.884Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.00s)
13:49:34 [2023-08-08T13:49:34.884Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.00s)
13:49:34 [2023-08-08T13:49:34.884Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.00s)
13:49:34 [2023-08-08T13:49:34.884Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/. (0.00s)
13:49:34 [2023-08-08T13:49:34.884Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.00s)
13:49:34 [2023-08-08T13:49:34.884Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
13:49:34 [2023-08-08T13:49:34.884Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
13:49:34 [2023-08-08T13:49:34.884Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
13:49:34 [2023-08-08T13:49:34.884Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
13:49:34 [2023-08-08T13:49:34.884Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
13:49:34 [2023-08-08T13:49:34.884Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
13:49:34 [2023-08-08T13:49:34.884Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
13:49:34 [2023-08-08T13:49:34.884Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
13:49:34 [2023-08-08T13:49:34.884Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
13:49:34 [2023-08-08T13:49:34.884Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
13:49:34 [2023-08-08T13:49:34.884Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
13:49:34 [2023-08-08T13:49:34.884Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
13:49:34 [2023-08-08T13:49:34.884Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
13:49:34 [2023-08-08T13:49:34.884Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
13:49:34 [2023-08-08T13:49:34.884Z] === RUN   TestCreateLinkToNonExistingContainer
13:49:34 [2023-08-08T13:49:34.884Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s)
13:49:34 [2023-08-08T13:49:34.884Z] === RUN   TestCreateWithInvalidEnv
13:49:34 [2023-08-08T13:49:34.884Z] === RUN   TestCreateWithInvalidEnv/0
13:49:34 [2023-08-08T13:49:34.884Z] === PAUSE TestCreateWithInvalidEnv/0
13:49:34 [2023-08-08T13:49:34.884Z] === RUN   TestCreateWithInvalidEnv/1
13:49:34 [2023-08-08T13:49:34.884Z] === PAUSE TestCreateWithInvalidEnv/1
13:49:34 [2023-08-08T13:49:34.884Z] === RUN   TestCreateWithInvalidEnv/2
13:49:34 [2023-08-08T13:49:34.884Z] === PAUSE TestCreateWithInvalidEnv/2
13:49:34 [2023-08-08T13:49:34.884Z] === CONT  TestCreateWithInvalidEnv/0
13:49:34 [2023-08-08T13:49:34.884Z] === CONT  TestCreateWithInvalidEnv/2
13:49:34 [2023-08-08T13:49:34.884Z] === CONT  TestCreateWithInvalidEnv/1
13:49:34 [2023-08-08T13:49:34.884Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
13:49:34 [2023-08-08T13:49:34.884Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
13:49:34 [2023-08-08T13:49:34.884Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
13:49:34 [2023-08-08T13:49:34.884Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
13:49:34 [2023-08-08T13:49:34.884Z] === RUN   TestCreateTmpfsMountsTarget
13:49:34 [2023-08-08T13:49:34.884Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
13:49:34 [2023-08-08T13:49:34.884Z] === RUN   TestCreateWithCustomMaskedPaths
13:49:36 [2023-08-08T13:49:36.271Z] --- PASS: TestCreateWithCustomMaskedPaths (1.25s)
13:49:36 [2023-08-08T13:49:36.271Z] === RUN   TestCreateWithCustomReadonlyPaths
13:49:37 [2023-08-08T13:49:37.658Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.37s)
13:49:37 [2023-08-08T13:49:37.658Z] === RUN   TestCreateWithInvalidHealthcheckParams
13:49:37 [2023-08-08T13:49:37.658Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
13:49:37 [2023-08-08T13:49:37.658Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
13:49:37 [2023-08-08T13:49:37.658Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
13:49:37 [2023-08-08T13:49:37.658Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
13:49:37 [2023-08-08T13:49:37.658Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
13:49:37 [2023-08-08T13:49:37.658Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
13:49:37 [2023-08-08T13:49:37.658Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
13:49:37 [2023-08-08T13:49:37.658Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
13:49:37 [2023-08-08T13:49:37.658Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
13:49:37 [2023-08-08T13:49:37.658Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
13:49:37 [2023-08-08T13:49:37.658Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
13:49:37 [2023-08-08T13:49:37.658Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
13:49:37 [2023-08-08T13:49:37.658Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
13:49:37 [2023-08-08T13:49:37.658Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
13:49:37 [2023-08-08T13:49:37.658Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
13:49:37 [2023-08-08T13:49:37.658Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
13:49:37 [2023-08-08T13:49:37.658Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
13:49:37 [2023-08-08T13:49:37.658Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
13:49:37 [2023-08-08T13:49:37.658Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
13:49:37 [2023-08-08T13:49:37.658Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
13:49:37 [2023-08-08T13:49:37.658Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
13:49:37 [2023-08-08T13:49:37.658Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
13:49:37 [2023-08-08T13:49:37.919Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.43s)
13:49:37 [2023-08-08T13:49:37.919Z] === RUN   TestCreateDifferentPlatform
13:49:37 [2023-08-08T13:49:37.919Z] === RUN   TestCreateDifferentPlatform/different_os
13:49:37 [2023-08-08T13:49:37.919Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
13:49:37 [2023-08-08T13:49:37.919Z] --- PASS: TestCreateDifferentPlatform (0.01s)
13:49:37 [2023-08-08T13:49:37.919Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
13:49:37 [2023-08-08T13:49:37.919Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
13:49:37 [2023-08-08T13:49:37.919Z] === RUN   TestCreateVolumesFromNonExistingContainer
13:49:37 [2023-08-08T13:49:37.919Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s)
13:49:37 [2023-08-08T13:49:37.919Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
13:49:38 [2023-08-08T13:49:38.181Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.03s)
13:49:38 [2023-08-08T13:49:38.181Z] === RUN   TestCreateInvalidHostConfig
13:49:38 [2023-08-08T13:49:38.181Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
13:49:38 [2023-08-08T13:49:38.181Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
13:49:38 [2023-08-08T13:49:38.181Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
13:49:38 [2023-08-08T13:49:38.181Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
13:49:38 [2023-08-08T13:49:38.181Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
13:49:38 [2023-08-08T13:49:38.181Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
13:49:38 [2023-08-08T13:49:38.181Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
13:49:38 [2023-08-08T13:49:38.181Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
13:49:38 [2023-08-08T13:49:38.181Z] === RUN   TestCreateInvalidHostConfig/invalid_Annotations
13:49:38 [2023-08-08T13:49:38.181Z] === PAUSE TestCreateInvalidHostConfig/invalid_Annotations
13:49:38 [2023-08-08T13:49:38.181Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
13:49:38 [2023-08-08T13:49:38.181Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
13:49:38 [2023-08-08T13:49:38.181Z] === CONT  TestCreateInvalidHostConfig/invalid_Annotations
13:49:38 [2023-08-08T13:49:38.181Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
13:49:38 [2023-08-08T13:49:38.181Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
13:49:38 [2023-08-08T13:49:38.181Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
13:49:38 [2023-08-08T13:49:38.181Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
13:49:38 [2023-08-08T13:49:38.181Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
13:49:38 [2023-08-08T13:49:38.181Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
13:49:38 [2023-08-08T13:49:38.181Z]     --- PASS: TestCreateInvalidHostConfig/invalid_Annotations (0.00s)
13:49:38 [2023-08-08T13:49:38.181Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
13:49:38 [2023-08-08T13:49:38.181Z] === RUN   TestContainerStartOnDaemonRestart
13:49:38 [2023-08-08T13:49:38.181Z] === PAUSE TestContainerStartOnDaemonRestart
13:49:38 [2023-08-08T13:49:38.181Z] === RUN   TestDaemonRestartIpcMode
13:49:38 [2023-08-08T13:49:38.181Z] === PAUSE TestDaemonRestartIpcMode
13:49:38 [2023-08-08T13:49:38.181Z] === RUN   TestDaemonHostGatewayIP
13:49:38 [2023-08-08T13:49:38.181Z] === PAUSE TestDaemonHostGatewayIP
13:49:38 [2023-08-08T13:49:38.181Z] === RUN   TestRestartDaemonWithRestartingContainer
13:49:38 [2023-08-08T13:49:38.181Z] === PAUSE TestRestartDaemonWithRestartingContainer
13:49:38 [2023-08-08T13:49:38.181Z] === RUN   TestHardRestartWhenContainerIsRunning
13:49:38 [2023-08-08T13:49:38.181Z] === PAUSE TestHardRestartWhenContainerIsRunning
13:49:38 [2023-08-08T13:49:38.181Z] === RUN   TestContainerKillOnDaemonStart
13:49:38 [2023-08-08T13:49:38.181Z] === PAUSE TestContainerKillOnDaemonStart
13:49:38 [2023-08-08T13:49:38.181Z] === RUN   TestDiff
13:49:38 [2023-08-08T13:49:38.443Z] --- PASS: TestDiff (0.49s)
13:49:38 [2023-08-08T13:49:38.443Z] === RUN   TestExecConsoleSize
13:49:39 [2023-08-08T13:49:39.015Z] --- PASS: TestExecConsoleSize (0.55s)
13:49:39 [2023-08-08T13:49:39.015Z] === RUN   TestExecWithCloseStdin
13:49:39 [2023-08-08T13:49:39.587Z] --- PASS: TestExecWithCloseStdin (0.55s)
13:49:39 [2023-08-08T13:49:39.587Z] === RUN   TestExec
13:49:40 [2023-08-08T13:49:40.159Z] --- PASS: TestExec (0.51s)
13:49:40 [2023-08-08T13:49:40.159Z] === RUN   TestExecUser
13:49:40 [2023-08-08T13:49:40.733Z] --- PASS: TestExecUser (0.54s)
13:49:40 [2023-08-08T13:49:40.733Z] === RUN   TestExportContainerAndImportImage
13:49:41 [2023-08-08T13:49:41.305Z] --- PASS: TestExportContainerAndImportImage (0.51s)
13:49:41 [2023-08-08T13:49:41.305Z] === RUN   TestExportContainerAfterDaemonRestart
13:49:47 [2023-08-08T13:49:47.890Z] --- PASS: TestExportContainerAfterDaemonRestart (6.14s)
13:49:47 [2023-08-08T13:49:47.890Z] === RUN   TestHealthCheckWorkdir
13:49:47 [2023-08-08T13:49:47.890Z] --- PASS: TestHealthCheckWorkdir (0.65s)
13:49:47 [2023-08-08T13:49:47.890Z] === RUN   TestHealthKillContainer
13:49:56 [2023-08-08T13:49:56.032Z] --- PASS: TestHealthKillContainer (7.92s)
13:49:56 [2023-08-08T13:49:56.032Z] === RUN   TestHealthCheckProcessKilled
13:49:56 [2023-08-08T13:49:56.604Z] --- PASS: TestHealthCheckProcessKilled (0.75s)
13:49:56 [2023-08-08T13:49:56.604Z] === RUN   TestHealthStartInterval
13:49:57 [2023-08-08T13:49:57.994Z]     health_test.go:145: &{2023-08-08 13:49:57.805026897 +0000 UTC 2023-08-08 13:49:57.865733605 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
13:49:57 [2023-08-08T13:49:57.994Z]         }
13:49:58 [2023-08-08T13:49:58.254Z]     health_test.go:145: &{2023-08-08 13:49:57.805026897 +0000 UTC 2023-08-08 13:49:57.865733605 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
13:49:58 [2023-08-08T13:49:58.254Z]         }
13:49:58 [2023-08-08T13:49:58.254Z]     health_test.go:145: &{2023-08-08 13:49:57.805026897 +0000 UTC 2023-08-08 13:49:57.865733605 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
13:49:58 [2023-08-08T13:49:58.254Z]         }
13:49:58 [2023-08-08T13:49:58.255Z]     health_test.go:145: &{2023-08-08 13:49:57.805026897 +0000 UTC 2023-08-08 13:49:57.865733605 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
13:49:58 [2023-08-08T13:49:58.255Z]         }
13:49:58 [2023-08-08T13:49:58.516Z]     health_test.go:145: &{2023-08-08 13:49:57.805026897 +0000 UTC 2023-08-08 13:49:57.865733605 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
13:49:58 [2023-08-08T13:49:58.516Z]         }
13:49:58 [2023-08-08T13:49:58.516Z]     health_test.go:145: &{2023-08-08 13:49:57.805026897 +0000 UTC 2023-08-08 13:49:57.865733605 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
13:49:58 [2023-08-08T13:49:58.516Z]         }
13:49:58 [2023-08-08T13:49:58.777Z]     health_test.go:145: &{2023-08-08 13:49:57.805026897 +0000 UTC 2023-08-08 13:49:57.865733605 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
13:49:58 [2023-08-08T13:49:58.777Z]         }
13:49:58 [2023-08-08T13:49:58.777Z]     health_test.go:145: &{2023-08-08 13:49:57.805026897 +0000 UTC 2023-08-08 13:49:57.865733605 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
13:49:58 [2023-08-08T13:49:58.777Z]         }
13:49:58 [2023-08-08T13:49:58.777Z]     health_test.go:145: &{2023-08-08 13:49:57.805026897 +0000 UTC 2023-08-08 13:49:57.865733605 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
13:49:58 [2023-08-08T13:49:58.777Z]         }
13:49:59 [2023-08-08T13:49:59.037Z]     health_test.go:145: &{2023-08-08 13:49:57.805026897 +0000 UTC 2023-08-08 13:49:57.865733605 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
13:49:59 [2023-08-08T13:49:59.037Z]         }
13:49:59 [2023-08-08T13:49:59.037Z]     health_test.go:145: &{2023-08-08 13:49:57.805026897 +0000 UTC 2023-08-08 13:49:57.865733605 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
13:49:59 [2023-08-08T13:49:59.037Z]         }
13:49:59 [2023-08-08T13:49:59.038Z]     health_test.go:145: &{2023-08-08 13:49:58.872311842 +0000 UTC 2023-08-08 13:49:58.925776979 +0000 UTC 1 2}
13:49:59 [2023-08-08T13:49:59.298Z]     health_test.go:145: &{2023-08-08 13:49:58.872311842 +0000 UTC 2023-08-08 13:49:58.925776979 +0000 UTC 1 2}
13:49:59 [2023-08-08T13:49:59.298Z]     health_test.go:145: &{2023-08-08 13:49:58.872311842 +0000 UTC 2023-08-08 13:49:58.925776979 +0000 UTC 1 2}
13:49:59 [2023-08-08T13:49:59.559Z]     health_test.go:145: &{2023-08-08 13:49:58.872311842 +0000 UTC 2023-08-08 13:49:58.925776979 +0000 UTC 1 2}
13:49:59 [2023-08-08T13:49:59.559Z]     health_test.go:145: &{2023-08-08 13:49:58.872311842 +0000 UTC 2023-08-08 13:49:58.925776979 +0000 UTC 1 2}
13:49:59 [2023-08-08T13:49:59.559Z]     health_test.go:145: &{2023-08-08 13:49:58.872311842 +0000 UTC 2023-08-08 13:49:58.925776979 +0000 UTC 1 2}
13:49:59 [2023-08-08T13:49:59.820Z]     health_test.go:145: &{2023-08-08 13:49:58.872311842 +0000 UTC 2023-08-08 13:49:58.925776979 +0000 UTC 1 2}
13:49:59 [2023-08-08T13:49:59.820Z]     health_test.go:145: &{2023-08-08 13:49:58.872311842 +0000 UTC 2023-08-08 13:49:58.925776979 +0000 UTC 1 2}
13:50:00 [2023-08-08T13:50:00.081Z]     health_test.go:145: &{2023-08-08 13:49:58.872311842 +0000 UTC 2023-08-08 13:49:58.925776979 +0000 UTC 1 2}
13:50:00 [2023-08-08T13:50:00.081Z]     health_test.go:145: &{2023-08-08 13:49:58.872311842 +0000 UTC 2023-08-08 13:49:58.925776979 +0000 UTC 1 2}
13:50:00 [2023-08-08T13:50:00.081Z]     health_test.go:173: 1.059371149s
13:50:01 [2023-08-08T13:50:01.467Z]     health_test.go:173: 1.059371149s
13:50:02 [2023-08-08T13:50:02.038Z]     health_test.go:173: 1.059371149s
13:50:03 [2023-08-08T13:50:03.424Z]     health_test.go:173: 1.059371149s
13:50:04 [2023-08-08T13:50:04.367Z]     health_test.go:173: 1.059371149s
13:50:05 [2023-08-08T13:50:05.310Z]     health_test.go:173: 1.059371149s
13:50:06 [2023-08-08T13:50:06.263Z]     health_test.go:173: 1.059371149s
13:50:07 [2023-08-08T13:50:07.207Z]     health_test.go:173: 1.059371149s
13:50:08 [2023-08-08T13:50:08.155Z]     health_test.go:173: 1.059371149s
13:50:09 [2023-08-08T13:50:09.098Z]     health_test.go:173: 1.059371149s
13:50:10 [2023-08-08T13:50:10.485Z]     health_test.go:173: 1.059371149s
13:50:11 [2023-08-08T13:50:11.057Z]     health_test.go:173: 1.059371149s
13:50:12 [2023-08-08T13:50:12.443Z]     health_test.go:173: 1.059371149s
13:50:13 [2023-08-08T13:50:13.385Z]     health_test.go:173: 1.059371149s
13:50:14 [2023-08-08T13:50:14.327Z]     health_test.go:173: 1.059371149s
13:50:15 [2023-08-08T13:50:15.269Z]     health_test.go:173: 1.059371149s
13:50:16 [2023-08-08T13:50:16.212Z]     health_test.go:173: 1.059371149s
13:50:17 [2023-08-08T13:50:17.154Z]     health_test.go:173: 1.059371149s
13:50:18 [2023-08-08T13:50:18.096Z]     health_test.go:173: 1.059371149s
13:50:19 [2023-08-08T13:50:19.484Z]     health_test.go:173: 1.059371149s
13:50:20 [2023-08-08T13:50:20.426Z]     health_test.go:173: 1.059371149s
13:50:21 [2023-08-08T13:50:21.369Z]     health_test.go:173: 1.059371149s
13:50:22 [2023-08-08T13:50:22.311Z]     health_test.go:173: 1.059371149s
13:50:23 [2023-08-08T13:50:23.254Z]     health_test.go:173: 1.059371149s
13:50:24 [2023-08-08T13:50:24.197Z]     health_test.go:173: 1.059371149s
13:50:25 [2023-08-08T13:50:25.139Z]     health_test.go:173: 1.059371149s
13:50:26 [2023-08-08T13:50:26.081Z]     health_test.go:173: 1.059371149s
13:50:27 [2023-08-08T13:50:27.466Z]     health_test.go:173: 1.059371149s
13:50:28 [2023-08-08T13:50:28.409Z]     health_test.go:173: 1.059371149s
13:50:29 [2023-08-08T13:50:29.351Z]     health_test.go:173: 1.059371149s
13:50:30 [2023-08-08T13:50:30.294Z]     health_test.go:173: 1.059371149s
13:50:31 [2023-08-08T13:50:31.679Z] --- PASS: TestHealthStartInterval (34.74s)
13:50:31 [2023-08-08T13:50:31.679Z] === RUN   TestInspectCpusetInConfigPre120
13:50:31 [2023-08-08T13:50:31.940Z] --- PASS: TestInspectCpusetInConfigPre120 (0.41s)
13:50:31 [2023-08-08T13:50:31.940Z] === RUN   TestInspectAnnotations
13:50:31 [2023-08-08T13:50:31.940Z] --- PASS: TestInspectAnnotations (0.04s)
13:50:31 [2023-08-08T13:50:31.940Z] === RUN   TestIpcModeNone
13:50:32 [2023-08-08T13:50:32.514Z] --- PASS: TestIpcModeNone (0.52s)
13:50:32 [2023-08-08T13:50:32.514Z] === RUN   TestIpcModePrivate
13:50:32 [2023-08-08T13:50:32.775Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:78, shared: false, mustBeShared: false
13:50:33 [2023-08-08T13:50:33.036Z] --- PASS: TestIpcModePrivate (0.54s)
13:50:33 [2023-08-08T13:50:33.036Z] === RUN   TestIpcModeShareable
13:50:33 [2023-08-08T13:50:33.297Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:72, shared: true, mustBeShared: true
13:50:33 [2023-08-08T13:50:33.559Z] --- PASS: TestIpcModeShareable (0.55s)
13:50:33 [2023-08-08T13:50:33.559Z] === RUN   TestAPIIpcModeShareableAndContainer
13:50:34 [2023-08-08T13:50:34.946Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.56s)
13:50:34 [2023-08-08T13:50:34.946Z] === RUN   TestAPIIpcModeHost
13:50:35 [2023-08-08T13:50:35.518Z] --- PASS: TestAPIIpcModeHost (0.35s)
13:50:35 [2023-08-08T13:50:35.518Z] === RUN   TestDaemonIpcModeShareable
13:50:36 [2023-08-08T13:50:36.462Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:82, shared: true, mustBeShared: true
13:50:36 [2023-08-08T13:50:36.462Z] --- PASS: TestDaemonIpcModeShareable (1.11s)
13:50:36 [2023-08-08T13:50:36.462Z] === RUN   TestDaemonIpcModePrivate
13:50:37 [2023-08-08T13:50:37.406Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:88, shared: false, mustBeShared: false
13:50:37 [2023-08-08T13:50:37.667Z] --- PASS: TestDaemonIpcModePrivate (1.12s)
13:50:37 [2023-08-08T13:50:37.667Z] === RUN   TestDaemonIpcModePrivateFromConfig
13:50:38 [2023-08-08T13:50:38.611Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:88, shared: false, mustBeShared: false
13:50:38 [2023-08-08T13:50:38.611Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.13s)
13:50:38 [2023-08-08T13:50:38.611Z] === RUN   TestDaemonIpcModeShareableFromConfig
13:50:39 [2023-08-08T13:50:39.555Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:82, shared: true, mustBeShared: true
13:50:39 [2023-08-08T13:50:39.816Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.07s)
13:50:39 [2023-08-08T13:50:39.816Z] === RUN   TestIpcModeOlderClient
13:50:39 [2023-08-08T13:50:39.816Z] === PAUSE TestIpcModeOlderClient
13:50:39 [2023-08-08T13:50:39.816Z] === RUN   TestKillContainerInvalidSignal
13:50:40 [2023-08-08T13:50:40.390Z] --- PASS: TestKillContainerInvalidSignal (0.49s)
13:50:40 [2023-08-08T13:50:40.390Z] === RUN   TestKillContainer
13:50:40 [2023-08-08T13:50:40.390Z] === RUN   TestKillContainer/no_signal
13:50:40 [2023-08-08T13:50:40.962Z] === RUN   TestKillContainer/non_killing_signal
13:50:40 [2023-08-08T13:50:40.962Z] === RUN   TestKillContainer/killing_signal
13:50:41 [2023-08-08T13:50:41.905Z] --- PASS: TestKillContainer (1.53s)
13:50:41 [2023-08-08T13:50:41.906Z]     --- PASS: TestKillContainer/no_signal (0.49s)
13:50:41 [2023-08-08T13:50:41.906Z]     --- PASS: TestKillContainer/non_killing_signal (0.25s)
13:50:41 [2023-08-08T13:50:41.906Z]     --- PASS: TestKillContainer/killing_signal (0.52s)
13:50:41 [2023-08-08T13:50:41.906Z] === RUN   TestKillWithStopSignalAndRestartPolicies
13:50:41 [2023-08-08T13:50:41.906Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
13:50:42 [2023-08-08T13:50:42.167Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
13:50:42 [2023-08-08T13:50:42.739Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.94s)
13:50:42 [2023-08-08T13:50:42.739Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.43s)
13:50:42 [2023-08-08T13:50:42.739Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.26s)
13:50:42 [2023-08-08T13:50:42.739Z] === RUN   TestKillStoppedContainer
13:50:42 [2023-08-08T13:50:42.739Z] --- PASS: TestKillStoppedContainer (0.03s)
13:50:42 [2023-08-08T13:50:42.739Z] === RUN   TestKillStoppedContainerAPIPre120
13:50:42 [2023-08-08T13:50:42.739Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.03s)
13:50:42 [2023-08-08T13:50:42.739Z] === RUN   TestKillDifferentUserContainer
13:50:43 [2023-08-08T13:50:43.311Z] --- PASS: TestKillDifferentUserContainer (0.42s)
13:50:43 [2023-08-08T13:50:43.311Z] === RUN   TestInspectOomKilledTrue
13:50:43 [2023-08-08T13:50:43.883Z] --- PASS: TestInspectOomKilledTrue (0.49s)
13:50:43 [2023-08-08T13:50:43.883Z] === RUN   TestInspectOomKilledFalse
13:50:44 [2023-08-08T13:50:44.144Z] --- PASS: TestInspectOomKilledFalse (0.41s)
13:50:44 [2023-08-08T13:50:44.144Z] === RUN   TestLinksEtcHostsContentMatch
13:50:44 [2023-08-08T13:50:44.405Z] --- PASS: TestLinksEtcHostsContentMatch (0.24s)
13:50:44 [2023-08-08T13:50:44.405Z] === RUN   TestLinksContainerNames
13:50:45 [2023-08-08T13:50:45.349Z] --- PASS: TestLinksContainerNames (0.90s)
13:50:45 [2023-08-08T13:50:45.349Z] === RUN   TestLogsFollowTailEmpty
13:50:45 [2023-08-08T13:50:45.922Z] --- PASS: TestLogsFollowTailEmpty (0.45s)
13:50:45 [2023-08-08T13:50:45.922Z] === RUN   TestLogs
13:50:45 [2023-08-08T13:50:45.922Z] === RUN   TestLogs/driver_local
13:50:45 [2023-08-08T13:50:45.922Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
13:50:45 [2023-08-08T13:50:45.922Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
13:50:45 [2023-08-08T13:50:45.922Z] === RUN   TestLogs/driver_local/tty/only_stdout
13:50:45 [2023-08-08T13:50:45.922Z] === PAUSE TestLogs/driver_local/tty/only_stdout
13:50:45 [2023-08-08T13:50:45.922Z] === RUN   TestLogs/driver_local/tty/only_stderr
13:50:45 [2023-08-08T13:50:45.922Z] === PAUSE TestLogs/driver_local/tty/only_stderr
13:50:45 [2023-08-08T13:50:45.922Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
13:50:45 [2023-08-08T13:50:45.922Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
13:50:45 [2023-08-08T13:50:45.922Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
13:50:45 [2023-08-08T13:50:45.922Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
13:50:45 [2023-08-08T13:50:45.922Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
13:50:45 [2023-08-08T13:50:45.922Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
13:50:45 [2023-08-08T13:50:45.922Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
13:50:45 [2023-08-08T13:50:45.922Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
13:50:45 [2023-08-08T13:50:45.922Z] === CONT  TestLogs/driver_local/tty/only_stderr
13:50:45 [2023-08-08T13:50:45.922Z] === CONT  TestLogs/driver_local/tty/only_stdout
13:50:45 [2023-08-08T13:50:45.922Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
13:50:45 [2023-08-08T13:50:45.922Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
13:50:47 [2023-08-08T13:50:47.309Z] === RUN   TestLogs/driver_json-file
13:50:47 [2023-08-08T13:50:47.309Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
13:50:47 [2023-08-08T13:50:47.309Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
13:50:47 [2023-08-08T13:50:47.309Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
13:50:47 [2023-08-08T13:50:47.309Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
13:50:47 [2023-08-08T13:50:47.309Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
13:50:47 [2023-08-08T13:50:47.309Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
13:50:47 [2023-08-08T13:50:47.309Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
13:50:47 [2023-08-08T13:50:47.309Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
13:50:47 [2023-08-08T13:50:47.309Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
13:50:47 [2023-08-08T13:50:47.309Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
13:50:47 [2023-08-08T13:50:47.309Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
13:50:47 [2023-08-08T13:50:47.309Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
13:50:47 [2023-08-08T13:50:47.309Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
13:50:47 [2023-08-08T13:50:47.309Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
13:50:47 [2023-08-08T13:50:47.309Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
13:50:47 [2023-08-08T13:50:47.309Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
13:50:47 [2023-08-08T13:50:47.309Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
13:50:47 [2023-08-08T13:50:47.309Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
13:50:49 [2023-08-08T13:50:49.224Z] --- PASS: TestLogs (3.22s)
13:50:49 [2023-08-08T13:50:49.224Z]     --- PASS: TestLogs/driver_local (0.01s)
13:50:49 [2023-08-08T13:50:49.224Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.68s)
13:50:49 [2023-08-08T13:50:49.224Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.97s)
13:50:49 [2023-08-08T13:50:49.224Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (1.33s)
13:50:49 [2023-08-08T13:50:49.224Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (1.52s)
13:50:49 [2023-08-08T13:50:49.224Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (1.53s)
13:50:49 [2023-08-08T13:50:49.224Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (1.56s)
13:50:49 [2023-08-08T13:50:49.224Z]     --- PASS: TestLogs/driver_json-file (0.01s)
13:50:49 [2023-08-08T13:50:49.224Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.91s)
13:50:49 [2023-08-08T13:50:49.224Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (1.21s)
13:50:49 [2023-08-08T13:50:49.224Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (1.29s)
13:50:49 [2023-08-08T13:50:49.224Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (1.47s)
13:50:49 [2023-08-08T13:50:49.224Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (1.57s)
13:50:49 [2023-08-08T13:50:49.224Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (1.63s)
13:50:49 [2023-08-08T13:50:49.224Z] === RUN   TestContainerNetworkMountsNoChown
13:50:49 [2023-08-08T13:50:49.486Z] --- PASS: TestContainerNetworkMountsNoChown (0.47s)
13:50:49 [2023-08-08T13:50:49.487Z] === RUN   TestMountDaemonRoot
13:50:49 [2023-08-08T13:50:49.487Z] === RUN   TestMountDaemonRoot/default
13:50:49 [2023-08-08T13:50:49.487Z] === PAUSE TestMountDaemonRoot/default
13:50:49 [2023-08-08T13:50:49.487Z] === RUN   TestMountDaemonRoot/private
13:50:49 [2023-08-08T13:50:49.487Z] === PAUSE TestMountDaemonRoot/private
13:50:49 [2023-08-08T13:50:49.487Z] === RUN   TestMountDaemonRoot/rprivate
13:50:49 [2023-08-08T13:50:49.487Z] === PAUSE TestMountDaemonRoot/rprivate
13:50:49 [2023-08-08T13:50:49.487Z] === RUN   TestMountDaemonRoot/slave
13:50:49 [2023-08-08T13:50:49.487Z] === PAUSE TestMountDaemonRoot/slave
13:50:49 [2023-08-08T13:50:49.487Z] === RUN   TestMountDaemonRoot/rslave
13:50:49 [2023-08-08T13:50:49.487Z] === PAUSE TestMountDaemonRoot/rslave
13:50:49 [2023-08-08T13:50:49.487Z] === RUN   TestMountDaemonRoot/shared
13:50:49 [2023-08-08T13:50:49.487Z] === PAUSE TestMountDaemonRoot/shared
13:50:49 [2023-08-08T13:50:49.487Z] === RUN   TestMountDaemonRoot/rshared
13:50:49 [2023-08-08T13:50:49.487Z] === PAUSE TestMountDaemonRoot/rshared
13:50:49 [2023-08-08T13:50:49.487Z] === CONT  TestMountDaemonRoot/default
13:50:49 [2023-08-08T13:50:49.487Z] === CONT  TestMountDaemonRoot/rslave
13:50:49 [2023-08-08T13:50:49.487Z] === RUN   TestMountDaemonRoot/default/mount_subpath
13:50:49 [2023-08-08T13:50:49.487Z] === CONT  TestMountDaemonRoot/rshared
13:50:49 [2023-08-08T13:50:49.487Z] === CONT  TestMountDaemonRoot/slave
13:50:49 [2023-08-08T13:50:49.487Z] === CONT  TestMountDaemonRoot/shared
13:50:49 [2023-08-08T13:50:49.487Z] === RUN   TestMountDaemonRoot/rshared/mount_root
13:50:49 [2023-08-08T13:50:49.487Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
13:50:49 [2023-08-08T13:50:49.487Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
13:50:49 [2023-08-08T13:50:49.487Z] === RUN   TestMountDaemonRoot/default/bind_root
13:50:49 [2023-08-08T13:50:49.487Z] === RUN   TestMountDaemonRoot/shared/bind_root
13:50:49 [2023-08-08T13:50:49.487Z] === PAUSE TestMountDaemonRoot/default/bind_root
13:50:49 [2023-08-08T13:50:49.487Z] === RUN   TestMountDaemonRoot/default/bind_subpath
13:50:49 [2023-08-08T13:50:49.487Z] === PAUSE TestMountDaemonRoot/shared/bind_root
13:50:49 [2023-08-08T13:50:49.487Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
13:50:49 [2023-08-08T13:50:49.487Z] === RUN   TestMountDaemonRoot/slave/bind_root
13:50:49 [2023-08-08T13:50:49.487Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
13:50:49 [2023-08-08T13:50:49.487Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
13:50:49 [2023-08-08T13:50:49.487Z] === PAUSE TestMountDaemonRoot/slave/bind_root
13:50:49 [2023-08-08T13:50:49.487Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
13:50:49 [2023-08-08T13:50:49.487Z] === CONT  TestMountDaemonRoot/private
13:50:49 [2023-08-08T13:50:49.487Z] === CONT  TestMountDaemonRoot/rprivate
13:50:49 [2023-08-08T13:50:49.487Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
13:50:49 [2023-08-08T13:50:49.487Z] === RUN   TestMountDaemonRoot/rslave/bind_root
13:50:49 [2023-08-08T13:50:49.487Z] === RUN   TestMountDaemonRoot/rshared/bind_root
13:50:49 [2023-08-08T13:50:49.487Z] === RUN   TestMountDaemonRoot/default/mount_root
13:50:49 [2023-08-08T13:50:49.487Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
13:50:49 [2023-08-08T13:50:49.487Z] === PAUSE TestMountDaemonRoot/default/mount_root
13:50:49 [2023-08-08T13:50:49.487Z] === CONT  TestMountDaemonRoot/default/mount_subpath
13:50:49 [2023-08-08T13:50:49.487Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
13:50:49 [2023-08-08T13:50:49.487Z] === CONT  TestMountDaemonRoot/default/mount_root
13:50:49 [2023-08-08T13:50:49.487Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
13:50:49 [2023-08-08T13:50:49.487Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
13:50:49 [2023-08-08T13:50:49.487Z] === RUN   TestMountDaemonRoot/rslave/mount_root
13:50:49 [2023-08-08T13:50:49.487Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
13:50:49 [2023-08-08T13:50:49.487Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
13:50:49 [2023-08-08T13:50:49.487Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
13:50:49 [2023-08-08T13:50:49.487Z] === CONT  TestMountDaemonRoot/rslave/bind_root
13:50:49 [2023-08-08T13:50:49.487Z] === RUN   TestMountDaemonRoot/shared/mount_root
13:50:49 [2023-08-08T13:50:49.487Z] === PAUSE TestMountDaemonRoot/shared/mount_root
13:50:49 [2023-08-08T13:50:49.487Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
13:50:49 [2023-08-08T13:50:49.487Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
13:50:49 [2023-08-08T13:50:49.487Z] === CONT  TestMountDaemonRoot/shared/bind_root
13:50:49 [2023-08-08T13:50:49.487Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
13:50:49 [2023-08-08T13:50:49.487Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
13:50:49 [2023-08-08T13:50:49.487Z] === RUN   TestMountDaemonRoot/slave/mount_root
13:50:49 [2023-08-08T13:50:49.487Z] === PAUSE TestMountDaemonRoot/slave/mount_root
13:50:49 [2023-08-08T13:50:49.487Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
13:50:49 [2023-08-08T13:50:49.487Z] === RUN   TestMountDaemonRoot/private/bind_root
13:50:49 [2023-08-08T13:50:49.487Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
13:50:49 [2023-08-08T13:50:49.487Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
13:50:49 [2023-08-08T13:50:49.487Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
13:50:49 [2023-08-08T13:50:49.487Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
13:50:49 [2023-08-08T13:50:49.487Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
13:50:49 [2023-08-08T13:50:49.487Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
13:50:49 [2023-08-08T13:50:49.487Z] === PAUSE TestMountDaemonRoot/private/bind_root
13:50:49 [2023-08-08T13:50:49.487Z] === RUN   TestMountDaemonRoot/private/bind_subpath
13:50:49 [2023-08-08T13:50:49.487Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
13:50:49 [2023-08-08T13:50:49.487Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
13:50:49 [2023-08-08T13:50:49.487Z] === CONT  TestMountDaemonRoot/default/bind_subpath
13:50:49 [2023-08-08T13:50:49.487Z] === RUN   TestMountDaemonRoot/private/mount_root
13:50:49 [2023-08-08T13:50:49.487Z] === PAUSE TestMountDaemonRoot/private/mount_root
13:50:49 [2023-08-08T13:50:49.487Z] === CONT  TestMountDaemonRoot/default/bind_root
13:50:49 [2023-08-08T13:50:49.487Z] === RUN   TestMountDaemonRoot/private/mount_subpath
13:50:49 [2023-08-08T13:50:49.487Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
13:50:49 [2023-08-08T13:50:49.487Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
13:50:49 [2023-08-08T13:50:49.487Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
13:50:49 [2023-08-08T13:50:49.487Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
13:50:49 [2023-08-08T13:50:49.487Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
13:50:49 [2023-08-08T13:50:49.487Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
13:50:49 [2023-08-08T13:50:49.487Z] === CONT  TestMountDaemonRoot/rslave/mount_root
13:50:49 [2023-08-08T13:50:49.487Z] === CONT  TestMountDaemonRoot/slave/bind_root
13:50:49 [2023-08-08T13:50:49.487Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
13:50:49 [2023-08-08T13:50:49.487Z] === CONT  TestMountDaemonRoot/shared/mount_root
13:50:49 [2023-08-08T13:50:49.487Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
13:50:49 [2023-08-08T13:50:49.487Z] === CONT  TestMountDaemonRoot/rshared/mount_root
13:50:49 [2023-08-08T13:50:49.487Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
13:50:49 [2023-08-08T13:50:49.487Z] === CONT  TestMountDaemonRoot/slave/mount_root
13:50:49 [2023-08-08T13:50:49.487Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
13:50:49 [2023-08-08T13:50:49.487Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
13:50:49 [2023-08-08T13:50:49.487Z] === CONT  TestMountDaemonRoot/rshared/bind_root
13:50:49 [2023-08-08T13:50:49.487Z] === CONT  TestMountDaemonRoot/private/bind_root
13:50:49 [2023-08-08T13:50:49.487Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
13:50:49 [2023-08-08T13:50:49.487Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
13:50:49 [2023-08-08T13:50:49.487Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
13:50:49 [2023-08-08T13:50:49.487Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
13:50:49 [2023-08-08T13:50:49.487Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
13:50:49 [2023-08-08T13:50:49.487Z] === CONT  TestMountDaemonRoot/private/mount_root
13:50:49 [2023-08-08T13:50:49.487Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
13:50:49 [2023-08-08T13:50:49.487Z] === CONT  TestMountDaemonRoot/private/mount_subpath
13:50:49 [2023-08-08T13:50:49.487Z] === CONT  TestMountDaemonRoot/private/bind_subpath
13:50:49 [2023-08-08T13:50:49.487Z] --- PASS: TestMountDaemonRoot (0.02s)
13:50:49 [2023-08-08T13:50:49.487Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
13:50:49 [2023-08-08T13:50:49.487Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s)
13:50:49 [2023-08-08T13:50:49.487Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.04s)
13:50:49 [2023-08-08T13:50:49.487Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.05s)
13:50:49 [2023-08-08T13:50:49.487Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s)
13:50:49 [2023-08-08T13:50:49.487Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
13:50:49 [2023-08-08T13:50:49.487Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s)
13:50:49 [2023-08-08T13:50:49.487Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
13:50:49 [2023-08-08T13:50:49.487Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
13:50:49 [2023-08-08T13:50:49.487Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
13:50:49 [2023-08-08T13:50:49.487Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
13:50:49 [2023-08-08T13:50:49.487Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s)
13:50:49 [2023-08-08T13:50:49.487Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
13:50:49 [2023-08-08T13:50:49.487Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s)
13:50:49 [2023-08-08T13:50:49.487Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s)
13:50:49 [2023-08-08T13:50:49.487Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
13:50:49 [2023-08-08T13:50:49.487Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s)
13:50:49 [2023-08-08T13:50:49.487Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s)
13:50:49 [2023-08-08T13:50:49.487Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s)
13:50:49 [2023-08-08T13:50:49.487Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s)
13:50:49 [2023-08-08T13:50:49.487Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
13:50:49 [2023-08-08T13:50:49.487Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
13:50:49 [2023-08-08T13:50:49.487Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
13:50:49 [2023-08-08T13:50:49.487Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s)
13:50:49 [2023-08-08T13:50:49.487Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
13:50:49 [2023-08-08T13:50:49.487Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
13:50:49 [2023-08-08T13:50:49.487Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s)
13:50:49 [2023-08-08T13:50:49.487Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s)
13:50:49 [2023-08-08T13:50:49.487Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s)
13:50:49 [2023-08-08T13:50:49.487Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s)
13:50:49 [2023-08-08T13:50:49.487Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
13:50:49 [2023-08-08T13:50:49.487Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
13:50:49 [2023-08-08T13:50:49.487Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.03s)
13:50:49 [2023-08-08T13:50:49.487Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s)
13:50:49 [2023-08-08T13:50:49.487Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s)
13:50:49 [2023-08-08T13:50:49.487Z] === RUN   TestContainerBindMountNonRecursive
13:50:50 [2023-08-08T13:50:50.874Z] --- PASS: TestContainerBindMountNonRecursive (1.09s)
13:50:50 [2023-08-08T13:50:50.874Z] === RUN   TestContainerVolumesMountedAsShared
13:50:51 [2023-08-08T13:50:51.135Z] --- PASS: TestContainerVolumesMountedAsShared (0.42s)
13:50:51 [2023-08-08T13:50:51.135Z] === RUN   TestContainerVolumesMountedAsSlave
13:50:51 [2023-08-08T13:50:51.397Z] --- PASS: TestContainerVolumesMountedAsSlave (0.31s)
13:50:51 [2023-08-08T13:50:51.397Z] === RUN   TestContainerCopyLeaksMounts
13:50:51 [2023-08-08T13:50:51.969Z] --- PASS: TestContainerCopyLeaksMounts (0.57s)
13:50:51 [2023-08-08T13:50:51.969Z] === RUN   TestContainerBindMountRecursivelyReadOnly
13:50:53 [2023-08-08T13:50:53.356Z] --- PASS: TestContainerBindMountRecursivelyReadOnly (1.43s)
13:50:53 [2023-08-08T13:50:53.356Z] === RUN   TestNetworkNat
13:50:53 [2023-08-08T13:50:53.928Z] --- PASS: TestNetworkNat (0.48s)
13:50:53 [2023-08-08T13:50:53.928Z] === RUN   TestNetworkLocalhostTCPNat
13:50:54 [2023-08-08T13:50:54.500Z] --- PASS: TestNetworkLocalhostTCPNat (0.50s)
13:50:54 [2023-08-08T13:50:54.500Z] === RUN   TestNetworkLoopbackNat
13:50:57 [2023-08-08T13:50:57.046Z] --- PASS: TestNetworkLoopbackNat (2.65s)
13:50:57 [2023-08-08T13:50:57.046Z] === RUN   TestPause
13:50:57 [2023-08-08T13:50:57.619Z] --- PASS: TestPause (0.51s)
13:50:57 [2023-08-08T13:50:57.619Z] === RUN   TestPauseFailsOnWindowsServerContainers
13:50:57 [2023-08-08T13:50:57.619Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
13:50:57 [2023-08-08T13:50:57.619Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
13:50:57 [2023-08-08T13:50:57.619Z] === RUN   TestPauseStopPausedContainer
13:50:58 [2023-08-08T13:50:58.191Z] --- PASS: TestPauseStopPausedContainer (0.49s)
13:50:58 [2023-08-08T13:50:58.191Z] === RUN   TestPidHost
13:50:59 [2023-08-08T13:50:59.135Z] --- PASS: TestPidHost (1.08s)
13:50:59 [2023-08-08T13:50:59.135Z] === RUN   TestPsFilter
13:50:59 [2023-08-08T13:50:59.135Z] === RUN   TestPsFilter/since
13:50:59 [2023-08-08T13:50:59.135Z] === RUN   TestPsFilter/before
13:50:59 [2023-08-08T13:50:59.135Z] --- PASS: TestPsFilter (0.08s)
13:50:59 [2023-08-08T13:50:59.135Z]     --- PASS: TestPsFilter/since (0.00s)
13:50:59 [2023-08-08T13:50:59.135Z]     --- PASS: TestPsFilter/before (0.00s)
13:50:59 [2023-08-08T13:50:59.135Z] === RUN   TestRemoveContainerWithRemovedVolume
13:50:59 [2023-08-08T13:50:59.708Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.44s)
13:50:59 [2023-08-08T13:50:59.708Z] === RUN   TestRemoveContainerWithVolume
13:51:00 [2023-08-08T13:51:00.280Z] --- PASS: TestRemoveContainerWithVolume (0.49s)
13:51:00 [2023-08-08T13:51:00.280Z] === RUN   TestRemoveContainerRunning
13:51:00 [2023-08-08T13:51:00.541Z] --- PASS: TestRemoveContainerRunning (0.48s)
13:51:00 [2023-08-08T13:51:00.541Z] === RUN   TestRemoveContainerForceRemoveRunning
13:51:01 [2023-08-08T13:51:01.114Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.46s)
13:51:01 [2023-08-08T13:51:01.114Z] === RUN   TestRemoveInvalidContainer
13:51:01 [2023-08-08T13:51:01.114Z] --- PASS: TestRemoveInvalidContainer (0.01s)
13:51:01 [2023-08-08T13:51:01.114Z] === RUN   TestRenameLinkedContainer
13:51:03 [2023-08-08T13:51:03.033Z] --- PASS: TestRenameLinkedContainer (1.88s)
13:51:03 [2023-08-08T13:51:03.033Z] === RUN   TestRenameStoppedContainer
13:51:03 [2023-08-08T13:51:03.294Z] --- PASS: TestRenameStoppedContainer (0.47s)
13:51:03 [2023-08-08T13:51:03.294Z] === RUN   TestRenameRunningContainerAndReuse
13:51:04 [2023-08-08T13:51:04.238Z] --- PASS: TestRenameRunningContainerAndReuse (0.93s)
13:51:04 [2023-08-08T13:51:04.238Z] === RUN   TestRenameInvalidName
13:51:04 [2023-08-08T13:51:04.811Z] --- PASS: TestRenameInvalidName (0.47s)
13:51:04 [2023-08-08T13:51:04.811Z] === RUN   TestRenameAnonymousContainer
13:51:06 [2023-08-08T13:51:06.729Z] --- PASS: TestRenameAnonymousContainer (1.61s)
13:51:06 [2023-08-08T13:51:06.729Z] === RUN   TestRenameContainerWithSameName
13:51:06 [2023-08-08T13:51:06.991Z] --- PASS: TestRenameContainerWithSameName (0.50s)
13:51:06 [2023-08-08T13:51:06.991Z] === RUN   TestRenameContainerWithLinkedContainer
13:51:08 [2023-08-08T13:51:08.046Z] --- PASS: TestRenameContainerWithLinkedContainer (0.94s)
13:51:08 [2023-08-08T13:51:08.046Z] === RUN   TestResize
13:51:08 [2023-08-08T13:51:08.307Z] --- PASS: TestResize (0.48s)
13:51:08 [2023-08-08T13:51:08.307Z] === RUN   TestResizeWithInvalidSize
13:51:08 [2023-08-08T13:51:08.879Z] --- PASS: TestResizeWithInvalidSize (0.44s)
13:51:08 [2023-08-08T13:51:08.879Z] === RUN   TestResizeWhenContainerNotStarted
13:51:09 [2023-08-08T13:51:09.141Z] --- PASS: TestResizeWhenContainerNotStarted (0.48s)
13:51:09 [2023-08-08T13:51:09.141Z] === RUN   TestDaemonRestartKillContainers
13:51:09 [2023-08-08T13:51:09.141Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
13:51:09 [2023-08-08T13:51:09.141Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
13:51:09 [2023-08-08T13:51:09.141Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
13:51:09 [2023-08-08T13:51:09.141Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
13:51:09 [2023-08-08T13:51:09.141Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
13:51:09 [2023-08-08T13:51:09.141Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
13:51:09 [2023-08-08T13:51:09.141Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
13:51:09 [2023-08-08T13:51:09.141Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
13:51:09 [2023-08-08T13:51:09.141Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
13:51:09 [2023-08-08T13:51:09.141Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
13:51:09 [2023-08-08T13:51:09.141Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
13:51:09 [2023-08-08T13:51:09.141Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
13:51:09 [2023-08-08T13:51:09.141Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
13:51:09 [2023-08-08T13:51:09.141Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
13:51:09 [2023-08-08T13:51:09.141Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
13:51:09 [2023-08-08T13:51:09.141Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
13:51:09 [2023-08-08T13:51:09.141Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
13:51:09 [2023-08-08T13:51:09.141Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
13:51:09 [2023-08-08T13:51:09.141Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
13:51:09 [2023-08-08T13:51:09.141Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
13:51:09 [2023-08-08T13:51:09.141Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
13:51:09 [2023-08-08T13:51:09.141Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
13:51:09 [2023-08-08T13:51:09.141Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
13:51:09 [2023-08-08T13:51:09.141Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
13:51:09 [2023-08-08T13:51:09.141Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
13:51:09 [2023-08-08T13:51:09.141Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
13:51:09 [2023-08-08T13:51:09.141Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
13:51:09 [2023-08-08T13:51:09.141Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
13:51:09 [2023-08-08T13:51:09.141Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
13:51:09 [2023-08-08T13:51:09.141Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
13:51:09 [2023-08-08T13:51:09.141Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
13:51:09 [2023-08-08T13:51:09.141Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
13:51:09 [2023-08-08T13:51:09.141Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
13:51:09 [2023-08-08T13:51:09.141Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
13:51:09 [2023-08-08T13:51:09.141Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
13:51:09 [2023-08-08T13:51:09.142Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
13:51:09 [2023-08-08T13:51:09.142Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
13:51:09 [2023-08-08T13:51:09.142Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
13:51:09 [2023-08-08T13:51:09.142Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
13:51:09 [2023-08-08T13:51:09.142Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
13:51:10 [2023-08-08T13:51:10.532Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
13:51:10 [2023-08-08T13:51:10.532Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
13:51:11 [2023-08-08T13:51:11.106Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
13:51:11 [2023-08-08T13:51:11.368Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
13:51:11 [2023-08-08T13:51:11.368Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
13:51:11 [2023-08-08T13:51:11.631Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
13:51:11 [2023-08-08T13:51:11.892Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
13:51:12 [2023-08-08T13:51:12.837Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
13:51:16 [2023-08-08T13:51:16.141Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
13:51:16 [2023-08-08T13:51:16.141Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.28s)
13:51:16 [2023-08-08T13:51:16.141Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.28s)
13:51:16 [2023-08-08T13:51:16.141Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.78s)
13:51:16 [2023-08-08T13:51:16.141Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.98s)
13:51:16 [2023-08-08T13:51:16.141Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.18s)
13:51:16 [2023-08-08T13:51:16.141Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.26s)
13:51:16 [2023-08-08T13:51:16.141Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.68s)
13:51:16 [2023-08-08T13:51:16.141Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.18s)
13:51:16 [2023-08-08T13:51:16.141Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.04s)
13:51:16 [2023-08-08T13:51:16.141Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.22s)
13:51:16 [2023-08-08T13:51:16.141Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.92s)
13:51:16 [2023-08-08T13:51:16.141Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.72s)
13:51:16 [2023-08-08T13:51:16.141Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.62s)
13:51:16 [2023-08-08T13:51:16.141Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.75s)
13:51:16 [2023-08-08T13:51:16.141Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.75s)
13:51:16 [2023-08-08T13:51:16.141Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.33s)
13:51:16 [2023-08-08T13:51:16.141Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted
13:51:16 [2023-08-08T13:51:16.141Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/kill
13:51:17 [2023-08-08T13:51:17.084Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/stop
13:51:18 [2023-08-08T13:51:18.028Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.97s)
13:51:18 [2023-08-08T13:51:18.028Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.93s)
13:51:18 [2023-08-08T13:51:18.028Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (1.03s)
13:51:18 [2023-08-08T13:51:18.028Z] === RUN   TestCgroupNamespacesRun
13:51:19 [2023-08-08T13:51:19.414Z] --- PASS: TestCgroupNamespacesRun (1.11s)
13:51:19 [2023-08-08T13:51:19.414Z] === RUN   TestCgroupNamespacesRunPrivileged
13:51:20 [2023-08-08T13:51:20.357Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.09s)
13:51:20 [2023-08-08T13:51:20.357Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
13:51:21 [2023-08-08T13:51:21.299Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.08s)
13:51:21 [2023-08-08T13:51:21.299Z] === RUN   TestCgroupNamespacesRunHostMode
13:51:22 [2023-08-08T13:51:22.242Z] --- PASS: TestCgroupNamespacesRunHostMode (1.08s)
13:51:22 [2023-08-08T13:51:22.242Z] === RUN   TestCgroupNamespacesRunPrivateMode
13:51:23 [2023-08-08T13:51:23.628Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.09s)
13:51:23 [2023-08-08T13:51:23.628Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
13:51:24 [2023-08-08T13:51:24.571Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.11s)
13:51:24 [2023-08-08T13:51:24.571Z] === RUN   TestCgroupNamespacesRunInvalidMode
13:51:25 [2023-08-08T13:51:25.143Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.59s)
13:51:25 [2023-08-08T13:51:25.143Z] === RUN   TestCgroupNamespacesRunOlderClient
13:51:26 [2023-08-08T13:51:26.104Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.08s)
13:51:26 [2023-08-08T13:51:26.104Z] === RUN   TestNISDomainname
13:51:26 [2023-08-08T13:51:26.677Z] --- PASS: TestNISDomainname (0.54s)
13:51:26 [2023-08-08T13:51:26.677Z] === RUN   TestHostnameDnsResolution
13:51:27 [2023-08-08T13:51:27.620Z] --- PASS: TestHostnameDnsResolution (0.71s)
13:51:27 [2023-08-08T13:51:27.620Z] === RUN   TestUnprivilegedPortsAndPing
13:51:28 [2023-08-08T13:51:28.192Z] --- PASS: TestUnprivilegedPortsAndPing (0.54s)
13:51:28 [2023-08-08T13:51:28.192Z] === RUN   TestPrivilegedHostDevices
13:51:28 [2023-08-08T13:51:28.454Z] --- PASS: TestPrivilegedHostDevices (0.54s)
13:51:28 [2023-08-08T13:51:28.454Z] === RUN   TestRunConsoleSize
13:51:29 [2023-08-08T13:51:29.026Z] --- PASS: TestRunConsoleSize (0.46s)
13:51:29 [2023-08-08T13:51:29.026Z] === RUN   TestRunWithAlternativeContainerdShim
13:51:33 [2023-08-08T13:51:33.235Z] --- PASS: TestRunWithAlternativeContainerdShim (3.95s)
13:51:33 [2023-08-08T13:51:33.235Z] === RUN   TestStats
13:51:35 [2023-08-08T13:51:35.781Z] --- PASS: TestStats (2.49s)
13:51:35 [2023-08-08T13:51:35.781Z] === RUN   TestStopContainerWithTimeout
13:51:35 [2023-08-08T13:51:35.781Z] === RUN   TestStopContainerWithTimeout/0
13:51:35 [2023-08-08T13:51:35.781Z] === PAUSE TestStopContainerWithTimeout/0
13:51:35 [2023-08-08T13:51:35.781Z] === RUN   TestStopContainerWithTimeout/1
13:51:35 [2023-08-08T13:51:35.781Z] === PAUSE TestStopContainerWithTimeout/1
13:51:35 [2023-08-08T13:51:35.781Z] === RUN   TestStopContainerWithTimeout/3
13:51:35 [2023-08-08T13:51:35.781Z] === PAUSE TestStopContainerWithTimeout/3
13:51:35 [2023-08-08T13:51:35.781Z] === RUN   TestStopContainerWithTimeout/-1
13:51:35 [2023-08-08T13:51:35.781Z] === PAUSE TestStopContainerWithTimeout/-1
13:51:35 [2023-08-08T13:51:35.781Z] === CONT  TestStopContainerWithTimeout/0
13:51:35 [2023-08-08T13:51:35.781Z] === CONT  TestStopContainerWithTimeout/3
13:51:35 [2023-08-08T13:51:35.781Z] === CONT  TestStopContainerWithTimeout/1
13:51:35 [2023-08-08T13:51:35.781Z] === CONT  TestStopContainerWithTimeout/-1
13:51:39 [2023-08-08T13:51:39.083Z] --- PASS: TestStopContainerWithTimeout (0.04s)
13:51:39 [2023-08-08T13:51:39.083Z]     --- PASS: TestStopContainerWithTimeout/0 (0.95s)
13:51:39 [2023-08-08T13:51:39.083Z]     --- PASS: TestStopContainerWithTimeout/1 (2.13s)
13:51:39 [2023-08-08T13:51:39.083Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.84s)
13:51:39 [2023-08-08T13:51:39.083Z]     --- PASS: TestStopContainerWithTimeout/3 (3.07s)
13:51:39 [2023-08-08T13:51:39.083Z] === RUN   TestStopContainerWithTimeoutCancel
13:51:39 [2023-08-08T13:51:39.083Z] === PAUSE TestStopContainerWithTimeoutCancel
13:51:39 [2023-08-08T13:51:39.083Z] === RUN   TestStopContainerWithRestartPolicyAlways
13:51:40 [2023-08-08T13:51:40.025Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.30s)
13:51:40 [2023-08-08T13:51:40.025Z] === RUN   TestUpdateMemory
13:51:40 [2023-08-08T13:51:40.598Z] --- PASS: TestUpdateMemory (0.57s)
13:51:40 [2023-08-08T13:51:40.598Z] === RUN   TestUpdateCPUQuota
13:51:41 [2023-08-08T13:51:41.540Z] --- PASS: TestUpdateCPUQuota (0.89s)
13:51:41 [2023-08-08T13:51:41.540Z] === RUN   TestUpdatePidsLimit
13:51:41 [2023-08-08T13:51:41.540Z] === RUN   TestUpdatePidsLimit/update_from_none
13:51:41 [2023-08-08T13:51:41.540Z] === RUN   TestUpdatePidsLimit/no_change
13:51:41 [2023-08-08T13:51:41.801Z] === RUN   TestUpdatePidsLimit/update_lower
13:51:42 [2023-08-08T13:51:42.062Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
13:51:42 [2023-08-08T13:51:42.323Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
13:51:42 [2023-08-08T13:51:42.584Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
13:51:42 [2023-08-08T13:51:42.584Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
13:51:43 [2023-08-08T13:51:43.527Z] --- PASS: TestUpdatePidsLimit (2.08s)
13:51:43 [2023-08-08T13:51:43.527Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.23s)
13:51:43 [2023-08-08T13:51:43.527Z]     --- PASS: TestUpdatePidsLimit/no_change (0.23s)
13:51:43 [2023-08-08T13:51:43.527Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.24s)
13:51:43 [2023-08-08T13:51:43.527Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.22s)
13:51:43 [2023-08-08T13:51:43.527Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.22s)
13:51:43 [2023-08-08T13:51:43.527Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.22s)
13:51:43 [2023-08-08T13:51:43.527Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.22s)
13:51:43 [2023-08-08T13:51:43.527Z] === RUN   TestUpdateRestartPolicy
13:51:55 [2023-08-08T13:51:55.760Z] --- PASS: TestUpdateRestartPolicy (10.88s)
13:51:55 [2023-08-08T13:51:55.760Z] === RUN   TestUpdateRestartWithAutoRemove
13:51:55 [2023-08-08T13:51:55.760Z] --- PASS: TestUpdateRestartWithAutoRemove (0.45s)
13:51:55 [2023-08-08T13:51:55.760Z] === RUN   TestWaitNonBlocked
13:51:55 [2023-08-08T13:51:55.760Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
13:51:55 [2023-08-08T13:51:55.760Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
13:51:55 [2023-08-08T13:51:55.760Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
13:51:55 [2023-08-08T13:51:55.760Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
13:51:55 [2023-08-08T13:51:55.760Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
13:51:55 [2023-08-08T13:51:55.760Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
13:51:55 [2023-08-08T13:51:55.760Z] --- PASS: TestWaitNonBlocked (0.03s)
13:51:55 [2023-08-08T13:51:55.760Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.64s)
13:51:55 [2023-08-08T13:51:55.760Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.67s)
13:51:55 [2023-08-08T13:51:55.760Z] === RUN   TestWaitBlocked
13:51:55 [2023-08-08T13:51:55.760Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
13:51:55 [2023-08-08T13:51:55.760Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
13:51:55 [2023-08-08T13:51:55.760Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
13:51:55 [2023-08-08T13:51:55.760Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
13:51:55 [2023-08-08T13:51:55.760Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
13:51:55 [2023-08-08T13:51:55.760Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
13:51:56 [2023-08-08T13:51:56.332Z] --- PASS: TestWaitBlocked (0.03s)
13:51:56 [2023-08-08T13:51:56.332Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.77s)
13:51:56 [2023-08-08T13:51:56.332Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.81s)
13:51:56 [2023-08-08T13:51:56.332Z] === RUN   TestWaitConditions
13:51:56 [2023-08-08T13:51:56.332Z] === RUN   TestWaitConditions/default
13:51:56 [2023-08-08T13:51:56.332Z] === PAUSE TestWaitConditions/default
13:51:56 [2023-08-08T13:51:56.332Z] === RUN   TestWaitConditions/not-running
13:51:56 [2023-08-08T13:51:56.332Z] === PAUSE TestWaitConditions/not-running
13:51:56 [2023-08-08T13:51:56.332Z] === RUN   TestWaitConditions/next-exit
13:51:56 [2023-08-08T13:51:56.332Z] === PAUSE TestWaitConditions/next-exit
13:51:56 [2023-08-08T13:51:56.332Z] === RUN   TestWaitConditions/removed
13:51:56 [2023-08-08T13:51:56.332Z] === PAUSE TestWaitConditions/removed
13:51:56 [2023-08-08T13:51:56.332Z] === CONT  TestWaitConditions/default
13:51:56 [2023-08-08T13:51:56.332Z] === CONT  TestWaitConditions/next-exit
13:51:56 [2023-08-08T13:51:56.332Z] === CONT  TestWaitConditions/removed
13:51:56 [2023-08-08T13:51:56.332Z] === CONT  TestWaitConditions/not-running
13:51:56 [2023-08-08T13:51:56.332Z]     wait_test.go:146: ContainerID = 4b5c2478e11605ccf25ad0725267e61c18953406c5ba070e36d3395a95b4339e
13:51:56 [2023-08-08T13:51:56.332Z]     wait_test.go:146: ContainerID = e8db109d028500d2bb73eb014896a5e891c729cf4e064d2921bff785a8ce86e1
13:51:56 [2023-08-08T13:51:56.332Z]     wait_test.go:146: ContainerID = 99875d3af1a5abe0b5fc068484e0371c23e37d15f0626f682c92b9f71d72a7d3
13:51:56 [2023-08-08T13:51:56.332Z]     wait_test.go:146: ContainerID = cc6bc6ff2ee389f80b58840da56ef7ecb77f9b5ce26ec0515e511aa11ed0c203
13:51:57 [2023-08-08T13:51:57.717Z] --- PASS: TestWaitConditions (0.04s)
13:51:57 [2023-08-08T13:51:57.717Z]     --- PASS: TestWaitConditions/default (0.80s)
13:51:57 [2023-08-08T13:51:57.717Z]     --- PASS: TestWaitConditions/next-exit (0.98s)
13:51:57 [2023-08-08T13:51:57.717Z]     --- PASS: TestWaitConditions/removed (1.06s)
13:51:57 [2023-08-08T13:51:57.717Z]     --- PASS: TestWaitConditions/not-running (1.10s)
13:51:57 [2023-08-08T13:51:57.717Z] === RUN   TestWaitRestartedContainer
13:51:57 [2023-08-08T13:51:57.717Z] === RUN   TestWaitRestartedContainer/default
13:51:57 [2023-08-08T13:51:57.717Z] === PAUSE TestWaitRestartedContainer/default
13:51:57 [2023-08-08T13:51:57.717Z] === RUN   TestWaitRestartedContainer/not-running
13:51:57 [2023-08-08T13:51:57.717Z] === PAUSE TestWaitRestartedContainer/not-running
13:51:57 [2023-08-08T13:51:57.717Z] === RUN   TestWaitRestartedContainer/next-exit
13:51:57 [2023-08-08T13:51:57.717Z] === PAUSE TestWaitRestartedContainer/next-exit
13:51:57 [2023-08-08T13:51:57.717Z] === CONT  TestWaitRestartedContainer/default
13:51:57 [2023-08-08T13:51:57.717Z] === CONT  TestWaitRestartedContainer/next-exit
13:51:57 [2023-08-08T13:51:57.717Z] === CONT  TestWaitRestartedContainer/not-running
13:51:59 [2023-08-08T13:51:59.635Z] --- PASS: TestWaitRestartedContainer (0.01s)
13:51:59 [2023-08-08T13:51:59.635Z]     --- PASS: TestWaitRestartedContainer/default (1.81s)
13:51:59 [2023-08-08T13:51:59.635Z]     --- PASS: TestWaitRestartedContainer/next-exit (1.83s)
13:51:59 [2023-08-08T13:51:59.635Z]     --- PASS: TestWaitRestartedContainer/not-running (1.88s)
13:51:59 [2023-08-08T13:51:59.635Z] === CONT  TestHardRestartWhenContainerIsRunning
13:51:59 [2023-08-08T13:51:59.635Z] === CONT  TestContainerStartOnDaemonRestart
13:51:59 [2023-08-08T13:51:59.635Z] === CONT  TestIpcModeOlderClient
13:51:59 [2023-08-08T13:51:59.635Z] === CONT  TestDaemonHostGatewayIP
13:51:59 [2023-08-08T13:51:59.635Z] === CONT  TestDaemonRestartIpcMode
13:51:59 [2023-08-08T13:51:59.635Z] === CONT  TestStopContainerWithTimeoutCancel
13:51:59 [2023-08-08T13:51:59.635Z] === CONT  TestContainerKillOnDaemonStart
13:51:59 [2023-08-08T13:51:59.635Z] === CONT  TestRestartDaemonWithRestartingContainer
13:51:59 [2023-08-08T13:51:59.635Z] --- PASS: TestIpcModeOlderClient (0.07s)
13:52:01 [2023-08-08T13:52:01.552Z] === RUN   TestHardRestartWhenContainerIsRunning/RestartPolicy=none
13:52:01 [2023-08-08T13:52:01.552Z] === RUN   TestHardRestartWhenContainerIsRunning/RestartPolicy=on-failure
13:52:01 [2023-08-08T13:52:01.813Z] --- PASS: TestHardRestartWhenContainerIsRunning (2.41s)
13:52:01 [2023-08-08T13:52:01.813Z]     --- PASS: TestHardRestartWhenContainerIsRunning/RestartPolicy=none (0.00s)
13:52:01 [2023-08-08T13:52:01.813Z]     --- PASS: TestHardRestartWhenContainerIsRunning/RestartPolicy=on-failure (0.46s)
13:52:02 [2023-08-08T13:52:02.385Z] --- PASS: TestContainerStartOnDaemonRestart (2.92s)
13:52:02 [2023-08-08T13:52:02.648Z] --- PASS: TestDaemonHostGatewayIP (3.37s)
13:52:03 [2023-08-08T13:52:03.221Z] --- PASS: TestStopContainerWithTimeoutCancel (3.77s)
13:52:03 [2023-08-08T13:52:03.481Z] --- PASS: TestDaemonRestartIpcMode (4.11s)
13:52:03 [2023-08-08T13:52:03.482Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.12s)
13:52:11 [2023-08-08T13:52:11.621Z] --- PASS: TestContainerKillOnDaemonStart (11.83s)
13:52:11 [2023-08-08T13:52:11.621Z] PASS
13:52:11 [2023-08-08T13:52:11.621Z] 
13:52:11 [2023-08-08T13:52:11.621Z] === Skipped
13:52:11 [2023-08-08T13:52:11.621Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
13:52:11 [2023-08-08T13:52:11.621Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
13:52:11 [2023-08-08T13:52:11.621Z] 
13:52:11 [2023-08-08T13:52:11.621Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
13:52:11 [2023-08-08T13:52:11.621Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
13:52:11 [2023-08-08T13:52:11.621Z] 
13:52:11 [2023-08-08T13:52:11.621Z] DONE 301 tests, 2 skipped in 162.457s
13:52:11 [2023-08-08T13:52:11.621Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m 
13:52:11 [2023-08-08T13:52:11.621Z] ++ 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
13:52:11 [2023-08-08T13:52:11.621Z] ++ set -e
13:52:11 [2023-08-08T13:52:11.621Z] ++ '[' -n 0 ']'
13:52:11 [2023-08-08T13:52:11.621Z] ++ set -x
13:52:11 [2023-08-08T13:52:11.621Z] ++ 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.vxAX50sIB5/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
13:52:11 [2023-08-08T13:52:11.621Z] INFO: Testing against a local daemon
13:52:11 [2023-08-08T13:52:11.621Z] === RUN   TestConfigDaemonID
13:52:12 [2023-08-08T13:52:12.193Z]     daemon_test.go:52: [d18cf8e262576] daemon is not started
13:52:12 [2023-08-08T13:52:12.193Z] --- PASS: TestConfigDaemonID (1.05s)
13:52:12 [2023-08-08T13:52:12.193Z] === RUN   TestDaemonConfigValidation
13:52:12 [2023-08-08T13:52:12.193Z] === RUN   TestDaemonConfigValidation/config_with_no_content
13:52:12 [2023-08-08T13:52:12.193Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
13:52:12 [2023-08-08T13:52:12.193Z] === RUN   TestDaemonConfigValidation/config_with_{}
13:52:12 [2023-08-08T13:52:12.193Z] === PAUSE TestDaemonConfigValidation/config_with_{}
13:52:12 [2023-08-08T13:52:12.193Z] === RUN   TestDaemonConfigValidation/invalid_config
13:52:12 [2023-08-08T13:52:12.193Z] === PAUSE TestDaemonConfigValidation/invalid_config
13:52:12 [2023-08-08T13:52:12.193Z] === RUN   TestDaemonConfigValidation/malformed_config
13:52:12 [2023-08-08T13:52:12.193Z] === PAUSE TestDaemonConfigValidation/malformed_config
13:52:12 [2023-08-08T13:52:12.193Z] === RUN   TestDaemonConfigValidation/valid_config
13:52:12 [2023-08-08T13:52:12.193Z] === PAUSE TestDaemonConfigValidation/valid_config
13:52:12 [2023-08-08T13:52:12.193Z] === CONT  TestDaemonConfigValidation/config_with_no_content
13:52:12 [2023-08-08T13:52:12.193Z] === CONT  TestDaemonConfigValidation/malformed_config
13:52:12 [2023-08-08T13:52:12.193Z] === CONT  TestDaemonConfigValidation/invalid_config
13:52:12 [2023-08-08T13:52:12.193Z] === CONT  TestDaemonConfigValidation/valid_config
13:52:12 [2023-08-08T13:52:12.193Z] === CONT  TestDaemonConfigValidation/config_with_{}
13:52:12 [2023-08-08T13:52:12.193Z] --- PASS: TestDaemonConfigValidation (0.00s)
13:52:12 [2023-08-08T13:52:12.193Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.05s)
13:52:12 [2023-08-08T13:52:12.193Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.06s)
13:52:12 [2023-08-08T13:52:12.193Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.06s)
13:52:12 [2023-08-08T13:52:12.193Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.07s)
13:52:12 [2023-08-08T13:52:12.193Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.07s)
13:52:12 [2023-08-08T13:52:12.193Z] === RUN   TestConfigDaemonSeccompProfiles
13:52:12 [2023-08-08T13:52:12.193Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
13:52:13 [2023-08-08T13:52:13.578Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
13:52:14 [2023-08-08T13:52:14.521Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
13:52:15 [2023-08-08T13:52:15.464Z]     daemon_test.go:166: [dd7eed6695ee4] daemon is not started
13:52:15 [2023-08-08T13:52:15.464Z] --- PASS: TestConfigDaemonSeccompProfiles (3.13s)
13:52:15 [2023-08-08T13:52:15.464Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
13:52:15 [2023-08-08T13:52:15.464Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
13:52:15 [2023-08-08T13:52:15.464Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
13:52:15 [2023-08-08T13:52:15.464Z] === RUN   TestDaemonProxy
13:52:15 [2023-08-08T13:52:15.464Z] === RUN   TestDaemonProxy/environment_variables
13:52:15 [2023-08-08T13:52:15.464Z] === PAUSE TestDaemonProxy/environment_variables
13:52:15 [2023-08-08T13:52:15.464Z] === RUN   TestDaemonProxy/command-line_options
13:52:15 [2023-08-08T13:52:15.464Z] === PAUSE TestDaemonProxy/command-line_options
13:52:15 [2023-08-08T13:52:15.464Z] === RUN   TestDaemonProxy/configuration_file
13:52:15 [2023-08-08T13:52:15.464Z] === PAUSE TestDaemonProxy/configuration_file
13:52:15 [2023-08-08T13:52:15.464Z] === RUN   TestDaemonProxy/conflicting_options
13:52:16 [2023-08-08T13:52:16.036Z] === RUN   TestDaemonProxy/reload_sanitized
13:52:16 [2023-08-08T13:52:16.036Z] === PAUSE TestDaemonProxy/reload_sanitized
13:52:16 [2023-08-08T13:52:16.036Z] === CONT  TestDaemonProxy/environment_variables
13:52:16 [2023-08-08T13:52:16.036Z] === CONT  TestDaemonProxy/configuration_file
13:52:16 [2023-08-08T13:52:16.036Z] === CONT  TestDaemonProxy/command-line_options
13:52:16 [2023-08-08T13:52:16.036Z] === CONT  TestDaemonProxy/reload_sanitized
13:52:17 [2023-08-08T13:52:17.951Z] --- PASS: TestDaemonProxy (0.50s)
13:52:17 [2023-08-08T13:52:17.951Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
13:52:17 [2023-08-08T13:52:17.951Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.62s)
13:52:17 [2023-08-08T13:52:17.951Z]     --- PASS: TestDaemonProxy/command-line_options (1.72s)
13:52:17 [2023-08-08T13:52:17.951Z]     --- PASS: TestDaemonProxy/configuration_file (1.73s)
13:52:17 [2023-08-08T13:52:17.951Z]     --- PASS: TestDaemonProxy/environment_variables (1.73s)
13:52:17 [2023-08-08T13:52:17.951Z] === RUN   TestLiveRestore
13:52:17 [2023-08-08T13:52:17.951Z] === RUN   TestLiveRestore/volume_references
13:52:17 [2023-08-08T13:52:17.951Z] === PAUSE TestLiveRestore/volume_references
13:52:17 [2023-08-08T13:52:17.951Z] === CONT  TestLiveRestore/volume_references
13:52:18 [2023-08-08T13:52:18.212Z] === RUN   TestLiveRestore/volume_references/restartPolicy
13:52:18 [2023-08-08T13:52:18.212Z] === RUN   TestLiveRestore/volume_references/restartPolicy/always
13:52:19 [2023-08-08T13:52:19.155Z] === RUN   TestLiveRestore/volume_references/restartPolicy/unless-stopped
13:52:20 [2023-08-08T13:52:20.098Z] === RUN   TestLiveRestore/volume_references/restartPolicy/on-failure
13:52:21 [2023-08-08T13:52:21.041Z] === RUN   TestLiveRestore/volume_references/restartPolicy/no
13:52:21 [2023-08-08T13:52:21.984Z] === RUN   TestLiveRestore/volume_references/local_volume_with_mount_options
13:52:22 [2023-08-08T13:52:22.928Z] === RUN   TestLiveRestore/volume_references/container_with_bind-mounts
13:52:24 [2023-08-08T13:52:24.313Z] --- PASS: TestLiveRestore (0.00s)
13:52:24 [2023-08-08T13:52:24.313Z]     --- PASS: TestLiveRestore/volume_references (6.33s)
13:52:24 [2023-08-08T13:52:24.313Z]         --- PASS: TestLiveRestore/volume_references/restartPolicy (3.83s)
13:52:24 [2023-08-08T13:52:24.313Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/always (0.96s)
13:52:24 [2023-08-08T13:52:24.313Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (0.95s)
13:52:24 [2023-08-08T13:52:24.313Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (0.96s)
13:52:24 [2023-08-08T13:52:24.313Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/no (0.96s)
13:52:24 [2023-08-08T13:52:24.313Z]         --- PASS: TestLiveRestore/volume_references/local_volume_with_mount_options (0.97s)
13:52:24 [2023-08-08T13:52:24.313Z]         --- PASS: TestLiveRestore/volume_references/container_with_bind-mounts (0.94s)
13:52:24 [2023-08-08T13:52:24.313Z] === RUN   TestDaemonDefaultBridgeWithFixedCidrButNoBip
13:52:24 [2023-08-08T13:52:24.574Z] --- PASS: TestDaemonDefaultBridgeWithFixedCidrButNoBip (0.66s)
13:52:24 [2023-08-08T13:52:24.574Z] PASS
13:52:24 [2023-08-08T13:52:24.574Z] 
13:52:24 [2023-08-08T13:52:24.574Z] DONE 27 tests in 13.509s
13:52:24 [2023-08-08T13:52:24.574Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m 
13:52:24 [2023-08-08T13:52:24.574Z] ++ 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
13:52:24 [2023-08-08T13:52:24.574Z] ++ set -e
13:52:24 [2023-08-08T13:52:24.574Z] ++ '[' -n 0 ']'
13:52:24 [2023-08-08T13:52:24.574Z] ++ set -x
13:52:24 [2023-08-08T13:52:24.574Z] ++ 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.vxAX50sIB5/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
13:52:24 [2023-08-08T13:52:24.835Z] INFO: Testing against a local daemon
13:52:24 [2023-08-08T13:52:24.835Z] === RUN   TestCommitInheritsEnv
13:52:24 [2023-08-08T13:52:24.835Z] --- PASS: TestCommitInheritsEnv (0.12s)
13:52:24 [2023-08-08T13:52:24.835Z] === RUN   TestImportExtremelyLargeImageWorks
13:52:24 [2023-08-08T13:52:24.835Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
13:52:24 [2023-08-08T13:52:24.835Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
13:52:24 [2023-08-08T13:52:24.835Z] === RUN   TestImportWithCustomPlatform
13:52:24 [2023-08-08T13:52:24.835Z] === RUN   TestImportWithCustomPlatform/#00
13:52:24 [2023-08-08T13:52:24.835Z] === RUN   TestImportWithCustomPlatform/_______
13:52:24 [2023-08-08T13:52:24.835Z] === RUN   TestImportWithCustomPlatform//
13:52:24 [2023-08-08T13:52:24.835Z] === RUN   TestImportWithCustomPlatform/linux
13:52:24 [2023-08-08T13:52:24.835Z] === RUN   TestImportWithCustomPlatform/LINUX
13:52:24 [2023-08-08T13:52:24.835Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
13:52:24 [2023-08-08T13:52:24.835Z] === RUN   TestImportWithCustomPlatform/macos
13:52:24 [2023-08-08T13:52:24.835Z] === RUN   TestImportWithCustomPlatform/macos/arm64
13:52:24 [2023-08-08T13:52:24.835Z] === RUN   TestImportWithCustomPlatform/nintendo64
13:52:24 [2023-08-08T13:52:24.835Z] --- PASS: TestImportWithCustomPlatform (0.10s)
13:52:24 [2023-08-08T13:52:24.835Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.02s)
13:52:24 [2023-08-08T13:52:24.835Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
13:52:24 [2023-08-08T13:52:24.835Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
13:52:24 [2023-08-08T13:52:24.835Z]     --- PASS: TestImportWithCustomPlatform/linux (0.02s)
13:52:24 [2023-08-08T13:52:24.835Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.02s)
13:52:24 [2023-08-08T13:52:24.835Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.02s)
13:52:24 [2023-08-08T13:52:24.835Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
13:52:24 [2023-08-08T13:52:24.835Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
13:52:24 [2023-08-08T13:52:24.835Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
13:52:24 [2023-08-08T13:52:24.835Z] === RUN   TestImageInspectEmptyTagsAndDigests
13:52:24 [2023-08-08T13:52:24.835Z] --- PASS: TestImageInspectEmptyTagsAndDigests (0.01s)
13:52:24 [2023-08-08T13:52:24.835Z] === RUN   TestImagesFilterMultiReference
13:52:25 [2023-08-08T13:52:25.100Z] --- PASS: TestImagesFilterMultiReference (0.05s)
13:52:25 [2023-08-08T13:52:25.100Z] === RUN   TestImagesFilterBeforeSince
13:52:25 [2023-08-08T13:52:25.100Z]     list_test.go:87: ImageList: ID=sha256:770b2c0742c7dd218c05abcb39c9ecf52ccb864addbb68e98ea17b3540315a76 RepoTags=[testimagesfilterbeforesince:v3]
13:52:25 [2023-08-08T13:52:25.100Z]     list_test.go:87: ImageList: ID=sha256:eace3f8f7ac1462f1ed335ebc77e5e52b74dd86be359697c02dfefa6020c1a79 RepoTags=[testimagesfilterbeforesince:v2]
13:52:25 [2023-08-08T13:52:25.100Z]     list_test.go:87: ImageList: ID=sha256:40f8e6779d1b0ff92788921758ec8170eedb72d4e0eb787027608d565b96bbb5 RepoTags=[testimagesfilterbeforesince:v1]
13:52:25 [2023-08-08T13:52:25.100Z] --- PASS: TestImagesFilterBeforeSince (0.20s)
13:52:25 [2023-08-08T13:52:25.100Z] === RUN   TestAPIImagesFilters
13:52:25 [2023-08-08T13:52:25.100Z] === RUN   TestAPIImagesFilters/repository_regex
13:52:25 [2023-08-08T13:52:25.100Z] === PAUSE TestAPIImagesFilters/repository_regex
13:52:25 [2023-08-08T13:52:25.100Z] === RUN   TestAPIImagesFilters/image_name_regex
13:52:25 [2023-08-08T13:52:25.100Z] === PAUSE TestAPIImagesFilters/image_name_regex
13:52:25 [2023-08-08T13:52:25.100Z] === RUN   TestAPIImagesFilters/image_name_without_a_tag
13:52:25 [2023-08-08T13:52:25.100Z] === PAUSE TestAPIImagesFilters/image_name_without_a_tag
13:52:25 [2023-08-08T13:52:25.100Z] === RUN   TestAPIImagesFilters/registry_port_regex
13:52:25 [2023-08-08T13:52:25.100Z] === PAUSE TestAPIImagesFilters/registry_port_regex
13:52:25 [2023-08-08T13:52:25.100Z] === CONT  TestAPIImagesFilters/repository_regex
13:52:25 [2023-08-08T13:52:25.100Z] === CONT  TestAPIImagesFilters/image_name_without_a_tag
13:52:25 [2023-08-08T13:52:25.100Z] === CONT  TestAPIImagesFilters/image_name_regex
13:52:25 [2023-08-08T13:52:25.100Z] === CONT  TestAPIImagesFilters/registry_port_regex
13:52:25 [2023-08-08T13:52:25.363Z] --- PASS: TestAPIImagesFilters (0.04s)
13:52:25 [2023-08-08T13:52:25.363Z]     --- PASS: TestAPIImagesFilters/repository_regex (0.00s)
13:52:25 [2023-08-08T13:52:25.363Z]     --- PASS: TestAPIImagesFilters/image_name_without_a_tag (0.00s)
13:52:25 [2023-08-08T13:52:25.363Z]     --- PASS: TestAPIImagesFilters/registry_port_regex (0.00s)
13:52:25 [2023-08-08T13:52:25.363Z]     --- PASS: TestAPIImagesFilters/image_name_regex (0.00s)
13:52:25 [2023-08-08T13:52:25.363Z] === RUN   TestPruneDontDeleteUsedDangling
13:52:25 [2023-08-08T13:52:25.363Z] --- PASS: TestPruneDontDeleteUsedDangling (0.03s)
13:52:25 [2023-08-08T13:52:25.363Z] === RUN   TestImagePullPlatformInvalid
13:52:25 [2023-08-08T13:52:25.363Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
13:52:25 [2023-08-08T13:52:25.363Z] === RUN   TestImagePullStoredfDigestForOtherRepo
13:52:25 [2023-08-08T13:52:25.363Z] time="2023-08-08T13:52:25Z" 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=c1b02490-2662-49ba-ad85-4b696d04d028 version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.363Z] time="2023-08-08T13:52:25Z" level=info msg="redis not configured" go.version=go1.20.7 instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.363Z] time="2023-08-08T13:52:25Z" level=info msg="Starting upload purge in 23m0s" go.version=go1.20.7 instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.363Z] time="2023-08-08T13:52:25Z" level=info msg="listening on 127.0.0.1:5000" go.version=go1.20.7 instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.363Z] time="2023-08-08T13:52:25Z" level=debug msg="authorizing request" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=9bd87338-2a92-43bb-94e4-40eb31f005f7 http.request.method=GET http.request.remoteaddr="127.0.0.1:38522" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.363Z] time="2023-08-08T13:52:25Z" level=info msg="response completed" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=9bd87338-2a92-43bb-94e4-40eb31f005f7 http.request.method=GET http.request.remoteaddr="127.0.0.1:38522" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.026074ms http.response.status=200 http.response.written=2 instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.363Z] 127.0.0.1 - - [08/Aug/2023:13:52:25 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1"
13:52:25 [2023-08-08T13:52:25.363Z] time="2023-08-08T13:52:25Z" level=debug msg="authorizing request" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=939bcda4-e5c2-4724-9f05-11e28e65cb13 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38538" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.363Z] time="2023-08-08T13:52:25Z" level=debug msg=GetBlob go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=939bcda4-e5c2-4724-9f05-11e28e65cb13 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38538" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.363Z] time="2023-08-08T13:52:25Z" level=debug msg="authorizing request" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=f82f00f3-632f-43e5-9edc-9178709a6556 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38536" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.363Z] time="2023-08-08T13:52:25Z" 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=939bcda4-e5c2-4724-9f05-11e28e65cb13 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38538" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=32.048µ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=5ca2bbc3-ec1a-459e-bfe2-8b66ebbc90a1 trace.line=82 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.363Z] time="2023-08-08T13:52:25Z" level=debug msg=GetBlob go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=f82f00f3-632f-43e5-9edc-9178709a6556 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38536" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.363Z] time="2023-08-08T13:52:25Z" 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=f82f00f3-632f-43e5-9edc-9178709a6556 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38536" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=34.502µ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=8decfb9c-6858-4bdd-bab6-25512ae96e85 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.364Z] time="2023-08-08T13:52:25Z" 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=939bcda4-e5c2-4724-9f05-11e28e65cb13 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38538" 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=2.114561ms http.response.status=404 http.response.written=157 instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.364Z] 127.0.0.1 - - [08/Aug/2023:13:52:25 +0000] "HEAD /v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 404 157 "" "containerd/1.6.22+unknown"
13:52:25 [2023-08-08T13:52:25.364Z] time="2023-08-08T13:52:25Z" 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=f82f00f3-632f-43e5-9edc-9178709a6556 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38536" 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=2.038969ms http.response.status=404 http.response.written=157 instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.364Z] 127.0.0.1 - - [08/Aug/2023:13:52:25 +0000] "HEAD /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 404 157 "" "containerd/1.6.22+unknown"
13:52:25 [2023-08-08T13:52:25.364Z] time="2023-08-08T13:52:25Z" level=debug msg="authorizing request" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=2fffaa8a-9bcb-4901-8839-4c5f5de760ef http.request.method=POST http.request.remoteaddr="127.0.0.1:38538" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 vars.name=test version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.364Z] time="2023-08-08T13:52:25Z" level=debug msg="authorizing request" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=c62f1bbd-65d8-438b-bb13-b74e9f5fd4ad http.request.method=POST http.request.remoteaddr="127.0.0.1:38536" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 vars.name=test version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.364Z] time="2023-08-08T13:52:25Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=2fffaa8a-9bcb-4901-8839-4c5f5de760ef http.request.method=POST http.request.remoteaddr="127.0.0.1:38538" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 vars.name=test version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.364Z] time="2023-08-08T13:52:25Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=c62f1bbd-65d8-438b-bb13-b74e9f5fd4ad http.request.method=POST http.request.remoteaddr="127.0.0.1:38536" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 vars.name=test version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.364Z] time="2023-08-08T13:52:25Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/56223503-dd3f-48cc-aac1-92588be140b5/startedat\")" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=2fffaa8a-9bcb-4901-8839-4c5f5de760ef http.request.method=POST http.request.remoteaddr="127.0.0.1:38538" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=117.379µ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=14673500-8deb-4fb3-a445-fd700801d54d trace.line=95 vars.name=test version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.364Z] time="2023-08-08T13:52:25Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/b50e295b-5c85-4de1-947b-e16370ea1318/startedat\")" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=c62f1bbd-65d8-438b-bb13-b74e9f5fd4ad http.request.method=POST http.request.remoteaddr="127.0.0.1:38536" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=114.557µ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=1ee1322f-a536-4d24-8cc3-4f8f36b13385 trace.line=95 vars.name=test version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.364Z] time="2023-08-08T13:52:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/56223503-dd3f-48cc-aac1-92588be140b5/data\")" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=2fffaa8a-9bcb-4901-8839-4c5f5de760ef http.request.method=POST http.request.remoteaddr="127.0.0.1:38538" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=11.512µ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=b8647e81-0b4c-4853-a4f4-94a0832e6006 trace.line=141 vars.name=test version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.364Z] time="2023-08-08T13:52:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/b50e295b-5c85-4de1-947b-e16370ea1318/data\")" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=c62f1bbd-65d8-438b-bb13-b74e9f5fd4ad http.request.method=POST http.request.remoteaddr="127.0.0.1:38536" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=14.769µ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=3b281491-a4dd-4065-a2a1-fbd195141563 trace.line=141 vars.name=test version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.364Z] time="2023-08-08T13:52:25Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/56223503-dd3f-48cc-aac1-92588be140b5/hashstates/sha256/0\")" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=2fffaa8a-9bcb-4901-8839-4c5f5de760ef http.request.method=POST http.request.remoteaddr="127.0.0.1:38538" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=89.171µ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=89b0b41c-8922-4778-824c-4d002c502671 trace.line=95 vars.name=test version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.364Z] time="2023-08-08T13:52:25Z" level=info msg="response completed" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=2fffaa8a-9bcb-4901-8839-4c5f5de760ef http.request.method=POST http.request.remoteaddr="127.0.0.1:38538" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" http.response.duration=2.165071ms http.response.status=202 http.response.written=0 instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.364Z] 127.0.0.1 - - [08/Aug/2023:13:52:25 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.6.22+unknown"
13:52:25 [2023-08-08T13:52:25.364Z] time="2023-08-08T13:52:25Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/b50e295b-5c85-4de1-947b-e16370ea1318/hashstates/sha256/0\")" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=c62f1bbd-65d8-438b-bb13-b74e9f5fd4ad http.request.method=POST http.request.remoteaddr="127.0.0.1:38536" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=71.522µ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=af8386be-74c1-4ea3-8a85-bd615bcd81b5 trace.line=95 vars.name=test version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.364Z] time="2023-08-08T13:52:25Z" level=info msg="response completed" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=c62f1bbd-65d8-438b-bb13-b74e9f5fd4ad http.request.method=POST http.request.remoteaddr="127.0.0.1:38536" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.22+unknown" http.response.duration=2.11388ms http.response.status=202 http.response.written=0 instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.364Z] 127.0.0.1 - - [08/Aug/2023:13:52:25 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.6.22+unknown"
13:52:25 [2023-08-08T13:52:25.364Z] time="2023-08-08T13:52:25Z" 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=33155aff-2292-491c-ad33-fde5592ff28b http.request.method=PUT http.request.remoteaddr="127.0.0.1:38538" http.request.uri="/v2/test/blobs/uploads/56223503-dd3f-48cc-aac1-92588be140b5?_state=ohu-qdPUsyILFf8yMRCMdC8mCcj6nvbDNPV0pVo7E5t7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjU2MjIzNTAzLWRkM2YtNDhjYy1hYWMxLTkyNTg4YmUxNDBiNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0wOFQxMzo1MjoyNS4yNjk5MzI4NjRaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 vars.name=test vars.uuid=56223503-dd3f-48cc-aac1-92588be140b5 version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.364Z] time="2023-08-08T13:52:25Z" 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=33155aff-2292-491c-ad33-fde5592ff28b http.request.method=PUT http.request.remoteaddr="127.0.0.1:38538" http.request.uri="/v2/test/blobs/uploads/56223503-dd3f-48cc-aac1-92588be140b5?_state=ohu-qdPUsyILFf8yMRCMdC8mCcj6nvbDNPV0pVo7E5t7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjU2MjIzNTAzLWRkM2YtNDhjYy1hYWMxLTkyNTg4YmUxNDBiNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0wOFQxMzo1MjoyNS4yNjk5MzI4NjRaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 vars.name=test vars.uuid=56223503-dd3f-48cc-aac1-92588be140b5 version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.364Z] time="2023-08-08T13:52:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/56223503-dd3f-48cc-aac1-92588be140b5/startedat\")" go.version=go1.20.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=33155aff-2292-491c-ad33-fde5592ff28b http.request.method=PUT http.request.remoteaddr="127.0.0.1:38538" http.request.uri="/v2/test/blobs/uploads/56223503-dd3f-48cc-aac1-92588be140b5?_state=ohu-qdPUsyILFf8yMRCMdC8mCcj6nvbDNPV0pVo7E5t7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjU2MjIzNTAzLWRkM2YtNDhjYy1hYWMxLTkyNTg4YmUxNDBiNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0wOFQxMzo1MjoyNS4yNjk5MzI4NjRaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=43.601µ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=a581ff16-cbc2-455e-ab71-0c7784a14c28 trace.line=82 vars.name=test vars.uuid=56223503-dd3f-48cc-aac1-92588be140b5 version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.364Z] time="2023-08-08T13:52:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/56223503-dd3f-48cc-aac1-92588be140b5/data\")" go.version=go1.20.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=33155aff-2292-491c-ad33-fde5592ff28b http.request.method=PUT http.request.remoteaddr="127.0.0.1:38538" http.request.uri="/v2/test/blobs/uploads/56223503-dd3f-48cc-aac1-92588be140b5?_state=ohu-qdPUsyILFf8yMRCMdC8mCcj6nvbDNPV0pVo7E5t7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjU2MjIzNTAzLWRkM2YtNDhjYy1hYWMxLTkyNTg4YmUxNDBiNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0wOFQxMzo1MjoyNS4yNjk5MzI4NjRaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=13.604µ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=2a56843b-948d-4666-aba9-bf4606c85f9a trace.line=141 vars.name=test vars.uuid=56223503-dd3f-48cc-aac1-92588be140b5 version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.364Z] time="2023-08-08T13:52:25Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/56223503-dd3f-48cc-aac1-92588be140b5/data\", 0)" go.version=go1.20.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=33155aff-2292-491c-ad33-fde5592ff28b http.request.method=PUT http.request.remoteaddr="127.0.0.1:38538" http.request.uri="/v2/test/blobs/uploads/56223503-dd3f-48cc-aac1-92588be140b5?_state=ohu-qdPUsyILFf8yMRCMdC8mCcj6nvbDNPV0pVo7E5t7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjU2MjIzNTAzLWRkM2YtNDhjYy1hYWMxLTkyNTg4YmUxNDBiNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0wOFQxMzo1MjoyNS4yNjk5MzI4NjRaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=67.51µ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=d3edf235-6417-4eaa-8f78-f9f1c145649f trace.line=124 vars.name=test vars.uuid=56223503-dd3f-48cc-aac1-92588be140b5 version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.364Z] time="2023-08-08T13:52:25Z" 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=33155aff-2292-491c-ad33-fde5592ff28b http.request.method=PUT http.request.remoteaddr="127.0.0.1:38538" http.request.uri="/v2/test/blobs/uploads/56223503-dd3f-48cc-aac1-92588be140b5?_state=ohu-qdPUsyILFf8yMRCMdC8mCcj6nvbDNPV0pVo7E5t7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjU2MjIzNTAzLWRkM2YtNDhjYy1hYWMxLTkyNTg4YmUxNDBiNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0wOFQxMzo1MjoyNS4yNjk5MzI4NjRaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 vars.name=test vars.uuid=56223503-dd3f-48cc-aac1-92588be140b5 version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.364Z] time="2023-08-08T13:52:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/56223503-dd3f-48cc-aac1-92588be140b5/data\")" go.version=go1.20.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=33155aff-2292-491c-ad33-fde5592ff28b http.request.method=PUT http.request.remoteaddr="127.0.0.1:38538" http.request.uri="/v2/test/blobs/uploads/56223503-dd3f-48cc-aac1-92588be140b5?_state=ohu-qdPUsyILFf8yMRCMdC8mCcj6nvbDNPV0pVo7E5t7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjU2MjIzNTAzLWRkM2YtNDhjYy1hYWMxLTkyNTg4YmUxNDBiNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0wOFQxMzo1MjoyNS4yNjk5MzI4NjRaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=11.397µ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=2fbec7c6-9cb4-4e23-a17b-386bd734f7c6 trace.line=141 vars.name=test vars.uuid=56223503-dd3f-48cc-aac1-92588be140b5 version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.364Z] time="2023-08-08T13:52:25Z" 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=33155aff-2292-491c-ad33-fde5592ff28b http.request.method=PUT http.request.remoteaddr="127.0.0.1:38538" http.request.uri="/v2/test/blobs/uploads/56223503-dd3f-48cc-aac1-92588be140b5?_state=ohu-qdPUsyILFf8yMRCMdC8mCcj6nvbDNPV0pVo7E5t7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjU2MjIzNTAzLWRkM2YtNDhjYy1hYWMxLTkyNTg4YmUxNDBiNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0wOFQxMzo1MjoyNS4yNjk5MzI4NjRaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=13.735µ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=0e3d86c5-5c64-4333-b26d-bfd868dc781a trace.line=141 vars.name=test vars.uuid=56223503-dd3f-48cc-aac1-92588be140b5 version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.364Z] time="2023-08-08T13:52:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/56223503-dd3f-48cc-aac1-92588be140b5/data\")" go.version=go1.20.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=33155aff-2292-491c-ad33-fde5592ff28b http.request.method=PUT http.request.remoteaddr="127.0.0.1:38538" http.request.uri="/v2/test/blobs/uploads/56223503-dd3f-48cc-aac1-92588be140b5?_state=ohu-qdPUsyILFf8yMRCMdC8mCcj6nvbDNPV0pVo7E5t7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjU2MjIzNTAzLWRkM2YtNDhjYy1hYWMxLTkyNTg4YmUxNDBiNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0wOFQxMzo1MjoyNS4yNjk5MzI4NjRaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=7.983µ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=5f45801e-4ccf-4467-a9c8-8090fc86f635 trace.line=141 vars.name=test vars.uuid=56223503-dd3f-48cc-aac1-92588be140b5 version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.364Z] time="2023-08-08T13:52:25Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/56223503-dd3f-48cc-aac1-92588be140b5/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=33155aff-2292-491c-ad33-fde5592ff28b http.request.method=PUT http.request.remoteaddr="127.0.0.1:38538" http.request.uri="/v2/test/blobs/uploads/56223503-dd3f-48cc-aac1-92588be140b5?_state=ohu-qdPUsyILFf8yMRCMdC8mCcj6nvbDNPV0pVo7E5t7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjU2MjIzNTAzLWRkM2YtNDhjYy1hYWMxLTkyNTg4YmUxNDBiNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0wOFQxMzo1MjoyNS4yNjk5MzI4NjRaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=48.54µ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=1a851ec1-1f6e-469b-90c1-483221f4b91d trace.line=167 vars.name=test vars.uuid=56223503-dd3f-48cc-aac1-92588be140b5 version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.364Z] time="2023-08-08T13:52:25Z" 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=33155aff-2292-491c-ad33-fde5592ff28b http.request.method=PUT http.request.remoteaddr="127.0.0.1:38538" http.request.uri="/v2/test/blobs/uploads/56223503-dd3f-48cc-aac1-92588be140b5?_state=ohu-qdPUsyILFf8yMRCMdC8mCcj6nvbDNPV0pVo7E5t7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjU2MjIzNTAzLWRkM2YtNDhjYy1hYWMxLTkyNTg4YmUxNDBiNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0wOFQxMzo1MjoyNS4yNjk5MzI4NjRaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=50.428µ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=354a73e3-a369-4d85-88b6-fc348c446da6 trace.line=95 vars.name=test vars.uuid=56223503-dd3f-48cc-aac1-92588be140b5 version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.364Z] time="2023-08-08T13:52:25Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/56223503-dd3f-48cc-aac1-92588be140b5\")" go.version=go1.20.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=33155aff-2292-491c-ad33-fde5592ff28b http.request.method=PUT http.request.remoteaddr="127.0.0.1:38538" http.request.uri="/v2/test/blobs/uploads/56223503-dd3f-48cc-aac1-92588be140b5?_state=ohu-qdPUsyILFf8yMRCMdC8mCcj6nvbDNPV0pVo7E5t7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjU2MjIzNTAzLWRkM2YtNDhjYy1hYWMxLTkyNTg4YmUxNDBiNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0wOFQxMzo1MjoyNS4yNjk5MzI4NjRaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=95.333µ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=2673713c-0984-43a8-a6a2-06a01e6a6baf trace.line=181 vars.name=test vars.uuid=56223503-dd3f-48cc-aac1-92588be140b5 version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.364Z] time="2023-08-08T13:52:25Z" 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=33155aff-2292-491c-ad33-fde5592ff28b http.request.method=PUT http.request.remoteaddr="127.0.0.1:38538" http.request.uri="/v2/test/blobs/uploads/56223503-dd3f-48cc-aac1-92588be140b5?_state=ohu-qdPUsyILFf8yMRCMdC8mCcj6nvbDNPV0pVo7E5t7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjU2MjIzNTAzLWRkM2YtNDhjYy1hYWMxLTkyNTg4YmUxNDBiNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0wOFQxMzo1MjoyNS4yNjk5MzI4NjRaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.22+unknown" http.response.duration=1.869932ms http.response.status=201 http.response.written=0 instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.365Z] 127.0.0.1 - - [08/Aug/2023:13:52:25 +0000] "PUT /v2/test/blobs/uploads/56223503-dd3f-48cc-aac1-92588be140b5?_state=ohu-qdPUsyILFf8yMRCMdC8mCcj6nvbDNPV0pVo7E5t7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjU2MjIzNTAzLWRkM2YtNDhjYy1hYWMxLTkyNTg4YmUxNDBiNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0wOFQxMzo1MjoyNS4yNjk5MzI4NjRaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 201 0 "" "containerd/1.6.22+unknown"
13:52:25 [2023-08-08T13:52:25.365Z] time="2023-08-08T13:52:25Z" 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=8f8d5425-a9c9-4bf8-8e3f-08c7504dae5d http.request.method=PUT http.request.remoteaddr="127.0.0.1:38536" http.request.uri="/v2/test/blobs/uploads/b50e295b-5c85-4de1-947b-e16370ea1318?_state=sKqfzRBsF9KrQucp9uVOUo0reijANL423h63stOPKTF7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImI1MGUyOTViLTVjODUtNGRlMS05NDdiLWUxNjM3MGVhMTMxOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0wOFQxMzo1MjoyNS4yNjk5NDk0NTRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 vars.name=test vars.uuid=b50e295b-5c85-4de1-947b-e16370ea1318 version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.365Z] time="2023-08-08T13:52:25Z" 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=8f8d5425-a9c9-4bf8-8e3f-08c7504dae5d http.request.method=PUT http.request.remoteaddr="127.0.0.1:38536" http.request.uri="/v2/test/blobs/uploads/b50e295b-5c85-4de1-947b-e16370ea1318?_state=sKqfzRBsF9KrQucp9uVOUo0reijANL423h63stOPKTF7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImI1MGUyOTViLTVjODUtNGRlMS05NDdiLWUxNjM3MGVhMTMxOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0wOFQxMzo1MjoyNS4yNjk5NDk0NTRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 vars.name=test vars.uuid=b50e295b-5c85-4de1-947b-e16370ea1318 version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.365Z] time="2023-08-08T13:52:25Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/b50e295b-5c85-4de1-947b-e16370ea1318/startedat\")" go.version=go1.20.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=8f8d5425-a9c9-4bf8-8e3f-08c7504dae5d http.request.method=PUT http.request.remoteaddr="127.0.0.1:38536" http.request.uri="/v2/test/blobs/uploads/b50e295b-5c85-4de1-947b-e16370ea1318?_state=sKqfzRBsF9KrQucp9uVOUo0reijANL423h63stOPKTF7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImI1MGUyOTViLTVjODUtNGRlMS05NDdiLWUxNjM3MGVhMTMxOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0wOFQxMzo1MjoyNS4yNjk5NDk0NTRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=36.413µ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=e3178b8c-0aaa-4f9e-a6ca-1a8fd394429e trace.line=82 vars.name=test vars.uuid=b50e295b-5c85-4de1-947b-e16370ea1318 version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.365Z] time="2023-08-08T13:52:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/b50e295b-5c85-4de1-947b-e16370ea1318/data\")" go.version=go1.20.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=8f8d5425-a9c9-4bf8-8e3f-08c7504dae5d http.request.method=PUT http.request.remoteaddr="127.0.0.1:38536" http.request.uri="/v2/test/blobs/uploads/b50e295b-5c85-4de1-947b-e16370ea1318?_state=sKqfzRBsF9KrQucp9uVOUo0reijANL423h63stOPKTF7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImI1MGUyOTViLTVjODUtNGRlMS05NDdiLWUxNjM3MGVhMTMxOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0wOFQxMzo1MjoyNS4yNjk5NDk0NTRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=13.144µ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=b131f855-45af-437e-9b1a-e3fc383c8260 trace.line=141 vars.name=test vars.uuid=b50e295b-5c85-4de1-947b-e16370ea1318 version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.365Z] time="2023-08-08T13:52:25Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/b50e295b-5c85-4de1-947b-e16370ea1318/data\", 0)" go.version=go1.20.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=8f8d5425-a9c9-4bf8-8e3f-08c7504dae5d http.request.method=PUT http.request.remoteaddr="127.0.0.1:38536" http.request.uri="/v2/test/blobs/uploads/b50e295b-5c85-4de1-947b-e16370ea1318?_state=sKqfzRBsF9KrQucp9uVOUo0reijANL423h63stOPKTF7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImI1MGUyOTViLTVjODUtNGRlMS05NDdiLWUxNjM3MGVhMTMxOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0wOFQxMzo1MjoyNS4yNjk5NDk0NTRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=266.569µ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=cd4aa875-4ad7-41b2-98f5-55ed46e4f11a trace.line=124 vars.name=test vars.uuid=b50e295b-5c85-4de1-947b-e16370ea1318 version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.365Z] time="2023-08-08T13:52:25Z" 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=8f8d5425-a9c9-4bf8-8e3f-08c7504dae5d http.request.method=PUT http.request.remoteaddr="127.0.0.1:38536" http.request.uri="/v2/test/blobs/uploads/b50e295b-5c85-4de1-947b-e16370ea1318?_state=sKqfzRBsF9KrQucp9uVOUo0reijANL423h63stOPKTF7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImI1MGUyOTViLTVjODUtNGRlMS05NDdiLWUxNjM3MGVhMTMxOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0wOFQxMzo1MjoyNS4yNjk5NDk0NTRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 vars.name=test vars.uuid=b50e295b-5c85-4de1-947b-e16370ea1318 version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.365Z] time="2023-08-08T13:52:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/b50e295b-5c85-4de1-947b-e16370ea1318/data\")" go.version=go1.20.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=8f8d5425-a9c9-4bf8-8e3f-08c7504dae5d http.request.method=PUT http.request.remoteaddr="127.0.0.1:38536" http.request.uri="/v2/test/blobs/uploads/b50e295b-5c85-4de1-947b-e16370ea1318?_state=sKqfzRBsF9KrQucp9uVOUo0reijANL423h63stOPKTF7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImI1MGUyOTViLTVjODUtNGRlMS05NDdiLWUxNjM3MGVhMTMxOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0wOFQxMzo1MjoyNS4yNjk5NDk0NTRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=20.283µ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=9e798247-2f55-4e20-b9d0-b1d88f73e70c trace.line=141 vars.name=test vars.uuid=b50e295b-5c85-4de1-947b-e16370ea1318 version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.365Z] time="2023-08-08T13:52:25Z" 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=8f8d5425-a9c9-4bf8-8e3f-08c7504dae5d http.request.method=PUT http.request.remoteaddr="127.0.0.1:38536" http.request.uri="/v2/test/blobs/uploads/b50e295b-5c85-4de1-947b-e16370ea1318?_state=sKqfzRBsF9KrQucp9uVOUo0reijANL423h63stOPKTF7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImI1MGUyOTViLTVjODUtNGRlMS05NDdiLWUxNjM3MGVhMTMxOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0wOFQxMzo1MjoyNS4yNjk5NDk0NTRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=14.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).Stat" trace.id=eb9a614b-c9cd-4799-b6a2-33b8e3b586e2 trace.line=141 vars.name=test vars.uuid=b50e295b-5c85-4de1-947b-e16370ea1318 version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.365Z] time="2023-08-08T13:52:25Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/b50e295b-5c85-4de1-947b-e16370ea1318/data\")" go.version=go1.20.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=8f8d5425-a9c9-4bf8-8e3f-08c7504dae5d http.request.method=PUT http.request.remoteaddr="127.0.0.1:38536" http.request.uri="/v2/test/blobs/uploads/b50e295b-5c85-4de1-947b-e16370ea1318?_state=sKqfzRBsF9KrQucp9uVOUo0reijANL423h63stOPKTF7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImI1MGUyOTViLTVjODUtNGRlMS05NDdiLWUxNjM3MGVhMTMxOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0wOFQxMzo1MjoyNS4yNjk5NDk0NTRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=7.91µ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=77dd4dd7-5949-4f1d-8a78-9de2a29a1e8a trace.line=141 vars.name=test vars.uuid=b50e295b-5c85-4de1-947b-e16370ea1318 version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.365Z] time="2023-08-08T13:52:25Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/b50e295b-5c85-4de1-947b-e16370ea1318/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=8f8d5425-a9c9-4bf8-8e3f-08c7504dae5d http.request.method=PUT http.request.remoteaddr="127.0.0.1:38536" http.request.uri="/v2/test/blobs/uploads/b50e295b-5c85-4de1-947b-e16370ea1318?_state=sKqfzRBsF9KrQucp9uVOUo0reijANL423h63stOPKTF7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImI1MGUyOTViLTVjODUtNGRlMS05NDdiLWUxNjM3MGVhMTMxOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0wOFQxMzo1MjoyNS4yNjk5NDk0NTRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=42.174µ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=e5afce8b-b632-4d77-9b79-855f030eda8a trace.line=167 vars.name=test vars.uuid=b50e295b-5c85-4de1-947b-e16370ea1318 version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.365Z] time="2023-08-08T13:52:25Z" 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=8f8d5425-a9c9-4bf8-8e3f-08c7504dae5d http.request.method=PUT http.request.remoteaddr="127.0.0.1:38536" http.request.uri="/v2/test/blobs/uploads/b50e295b-5c85-4de1-947b-e16370ea1318?_state=sKqfzRBsF9KrQucp9uVOUo0reijANL423h63stOPKTF7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImI1MGUyOTViLTVjODUtNGRlMS05NDdiLWUxNjM3MGVhMTMxOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0wOFQxMzo1MjoyNS4yNjk5NDk0NTRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=57.582µ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=2a9d2101-2104-4755-ab41-013e09da1f9d trace.line=95 vars.name=test vars.uuid=b50e295b-5c85-4de1-947b-e16370ea1318 version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.365Z] time="2023-08-08T13:52:25Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/b50e295b-5c85-4de1-947b-e16370ea1318\")" go.version=go1.20.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=8f8d5425-a9c9-4bf8-8e3f-08c7504dae5d http.request.method=PUT http.request.remoteaddr="127.0.0.1:38536" http.request.uri="/v2/test/blobs/uploads/b50e295b-5c85-4de1-947b-e16370ea1318?_state=sKqfzRBsF9KrQucp9uVOUo0reijANL423h63stOPKTF7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImI1MGUyOTViLTVjODUtNGRlMS05NDdiLWUxNjM3MGVhMTMxOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0wOFQxMzo1MjoyNS4yNjk5NDk0NTRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=83.632µ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=219ec69c-11e4-4d9e-87bc-8945d31e06dc trace.line=181 vars.name=test vars.uuid=b50e295b-5c85-4de1-947b-e16370ea1318 version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.365Z] time="2023-08-08T13:52:25Z" 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=8f8d5425-a9c9-4bf8-8e3f-08c7504dae5d http.request.method=PUT http.request.remoteaddr="127.0.0.1:38536" http.request.uri="/v2/test/blobs/uploads/b50e295b-5c85-4de1-947b-e16370ea1318?_state=sKqfzRBsF9KrQucp9uVOUo0reijANL423h63stOPKTF7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImI1MGUyOTViLTVjODUtNGRlMS05NDdiLWUxNjM3MGVhMTMxOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0wOFQxMzo1MjoyNS4yNjk5NDk0NTRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.22+unknown" http.response.duration=2.25525ms http.response.status=201 http.response.written=0 instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.365Z] 127.0.0.1 - - [08/Aug/2023:13:52:25 +0000] "PUT /v2/test/blobs/uploads/b50e295b-5c85-4de1-947b-e16370ea1318?_state=sKqfzRBsF9KrQucp9uVOUo0reijANL423h63stOPKTF7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImI1MGUyOTViLTVjODUtNGRlMS05NDdiLWUxNjM3MGVhMTMxOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0wOFQxMzo1MjoyNS4yNjk5NDk0NTRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 201 0 "" "containerd/1.6.22+unknown"
13:52:25 [2023-08-08T13:52:25.365Z] time="2023-08-08T13:52:25Z" level=debug msg="authorizing request" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=a8f3a82d-82cc-4416-87df-79fd57aeec7a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38536" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.365Z] time="2023-08-08T13:52:25Z" level=debug msg=GetImageManifest go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=a8f3a82d-82cc-4416-87df-79fd57aeec7a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38536" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.365Z] time="2023-08-08T13:52:25Z" 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=a8f3a82d-82cc-4416-87df-79fd57aeec7a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38536" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=25.517µ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=22f2bcd2-ed9b-4ff5-9713-f8b7e3fb9a01 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.365Z] time="2023-08-08T13:52:25Z" 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=a8f3a82d-82cc-4416-87df-79fd57aeec7a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38536" 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="847.214µs" http.response.status=404 http.response.written=96 instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.365Z] 127.0.0.1 - - [08/Aug/2023:13:52:25 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 404 96 "" "containerd/1.6.22+unknown"
13:52:25 [2023-08-08T13:52:25.365Z] time="2023-08-08T13:52:25Z" 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=555c41d5-6779-43a6-9d25-fccdb1e1e8c7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38536" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.365Z] time="2023-08-08T13:52:25Z" 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=555c41d5-6779-43a6-9d25-fccdb1e1e8c7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38536" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.365Z] time="2023-08-08T13:52:25Z" 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=555c41d5-6779-43a6-9d25-fccdb1e1e8c7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38536" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.365Z] time="2023-08-08T13:52:25Z" 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=555c41d5-6779-43a6-9d25-fccdb1e1e8c7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38536" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.365Z] time="2023-08-08T13:52:25Z" 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=555c41d5-6779-43a6-9d25-fccdb1e1e8c7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38536" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=37.119µ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=bcddabbf-b41f-403f-881a-6780f2586ba3 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.365Z] time="2023-08-08T13:52:25Z" 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=555c41d5-6779-43a6-9d25-fccdb1e1e8c7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38536" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=14.63µ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=408e4ca4-39a7-4831-ad1f-ec95c7a16c4c trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.365Z] time="2023-08-08T13:52:25Z" 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=555c41d5-6779-43a6-9d25-fccdb1e1e8c7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38536" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=18.42µ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=15af0f83-61bb-4afc-afe5-1f7feb3b9619 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.365Z] time="2023-08-08T13:52:25Z" 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=555c41d5-6779-43a6-9d25-fccdb1e1e8c7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38536" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=10.141µ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=feec0b6c-5e98-45e5-bab0-b5c1544c634a trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.366Z] time="2023-08-08T13:52:25Z" 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=555c41d5-6779-43a6-9d25-fccdb1e1e8c7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38536" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=11.741µ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=06b5424d-79e3-4eab-a428-2dcdfc17f636 trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.366Z] time="2023-08-08T13:52:25Z" 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=555c41d5-6779-43a6-9d25-fccdb1e1e8c7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38536" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=49.976µ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=31b45103-0bc0-40b7-9722-d4730c3e4f4c trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.366Z] time="2023-08-08T13:52:25Z" 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=555c41d5-6779-43a6-9d25-fccdb1e1e8c7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38536" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=59.838µ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=604a3e8a-98fc-406c-aa03-ffe8cd8145fb trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.366Z] time="2023-08-08T13:52:25Z" 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=555c41d5-6779-43a6-9d25-fccdb1e1e8c7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38536" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=23.269µ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=b62d04cb-7b98-4942-b30e-bc97bbe90858 trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.366Z] time="2023-08-08T13:52:25Z" 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=555c41d5-6779-43a6-9d25-fccdb1e1e8c7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38536" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=60.462µ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=6fb0ead1-4915-434a-912b-7d368a35601c trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.366Z] time="2023-08-08T13:52:25Z" 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=555c41d5-6779-43a6-9d25-fccdb1e1e8c7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38536" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=33.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).PutContent" trace.id=1e257688-b318-4cf8-8938-aecf8fe90e6d trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.366Z] time="2023-08-08T13:52:25Z" 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=555c41d5-6779-43a6-9d25-fccdb1e1e8c7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38536" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.22+unknown" http.response.duration=1.700853ms http.response.status=201 http.response.written=0 instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.366Z] 127.0.0.1 - - [08/Aug/2023:13:52:25 +0000] "PUT /v2/test/manifests/latest HTTP/1.1" 201 0 "" "containerd/1.6.22+unknown"
13:52:25 [2023-08-08T13:52:25.366Z] time="2023-08-08T13:52:25Z" level=debug msg="authorizing request" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=c0416ab4-23ca-4e07-9ff8-016ba3113f10 http.request.method=GET http.request.remoteaddr="127.0.0.1:38574" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.366Z] time="2023-08-08T13:52:25Z" level=info msg="response completed" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=c0416ab4-23ca-4e07-9ff8-016ba3113f10 http.request.method=GET http.request.remoteaddr="127.0.0.1:38574" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 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="798.223µs" http.response.status=200 http.response.written=2 instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.366Z] 127.0.0.1 - - [08/Aug/2023:13:52:25 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
13:52:25 [2023-08-08T13:52:25.366Z] time="2023-08-08T13:52:25Z" level=debug msg="authorizing request" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=be94bdae-ae4f-4bca-ba89-ff04df65438d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38578" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.366Z] time="2023-08-08T13:52:25Z" level=debug msg=GetImageManifest go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=be94bdae-ae4f-4bca-ba89-ff04df65438d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38578" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.366Z] time="2023-08-08T13:52:25Z" 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=be94bdae-ae4f-4bca-ba89-ff04df65438d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38578" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=44.167µ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=8a524e33-85c7-4fb5-a088-e9d36825c04b trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.366Z] time="2023-08-08T13:52:25Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=be94bdae-ae4f-4bca-ba89-ff04df65438d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38578" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.366Z] time="2023-08-08T13:52:25Z" 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=be94bdae-ae4f-4bca-ba89-ff04df65438d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38578" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=25.295µ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=fdc89e7b-9278-4cc5-8305-3a743dd1b227 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.366Z] time="2023-08-08T13:52:25Z" 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=be94bdae-ae4f-4bca-ba89-ff04df65438d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38578" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=20.176µ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=09ac298a-8b67-442c-bb87-7623fbc59a06 trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.366Z] time="2023-08-08T13:52:25Z" 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=be94bdae-ae4f-4bca-ba89-ff04df65438d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38578" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=16.606µ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=f6e8a5b4-03c6-42b9-99a8-16c26cd99c32 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.366Z] time="2023-08-08T13:52:25Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=be94bdae-ae4f-4bca-ba89-ff04df65438d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38578" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.366Z] time="2023-08-08T13:52:25Z" level=info msg="response completed" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=be94bdae-ae4f-4bca-ba89-ff04df65438d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38578" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 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.274461ms http.response.status=200 http.response.written=417 instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.366Z] 127.0.0.1 - - [08/Aug/2023:13:52:25 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 200 417 "" "docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
13:52:25 [2023-08-08T13:52:25.366Z] time="2023-08-08T13:52:25Z" level=debug msg="authorizing request" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=4c7c07fd-c4f9-428c-90df-0b1c19d6fee8 http.request.method=GET http.request.remoteaddr="127.0.0.1:38584" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.366Z] time="2023-08-08T13:52:25Z" level=debug msg=GetImageManifest go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=4c7c07fd-c4f9-428c-90df-0b1c19d6fee8 http.request.method=GET http.request.remoteaddr="127.0.0.1:38584" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.366Z] time="2023-08-08T13:52:25Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=4c7c07fd-c4f9-428c-90df-0b1c19d6fee8 http.request.method=GET http.request.remoteaddr="127.0.0.1:38584" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.366Z] time="2023-08-08T13:52:25Z" 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=4c7c07fd-c4f9-428c-90df-0b1c19d6fee8 http.request.method=GET http.request.remoteaddr="127.0.0.1:38584" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=47.277µ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=c813fae4-106b-40e0-8cfa-7029d45ea013 trace.line=82 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.366Z] time="2023-08-08T13:52:25Z" 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=4c7c07fd-c4f9-428c-90df-0b1c19d6fee8 http.request.method=GET http.request.remoteaddr="127.0.0.1:38584" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=15.139µ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=c1418bc5-fb7b-4464-aaab-d4895292a37a trace.line=141 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.366Z] time="2023-08-08T13:52:25Z" 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=4c7c07fd-c4f9-428c-90df-0b1c19d6fee8 http.request.method=GET http.request.remoteaddr="127.0.0.1:38584" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=16.96µ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=549c1ed2-5e5e-4320-b4ac-5351e19e3185 trace.line=82 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.366Z] time="2023-08-08T13:52:25Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=4c7c07fd-c4f9-428c-90df-0b1c19d6fee8 http.request.method=GET http.request.remoteaddr="127.0.0.1:38584" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.367Z] time="2023-08-08T13:52:25Z" level=info msg="response completed" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=4c7c07fd-c4f9-428c-90df-0b1c19d6fee8 http.request.method=GET http.request.remoteaddr="127.0.0.1:38584" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 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.335201ms http.response.status=200 http.response.written=417 instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.367Z] 127.0.0.1 - - [08/Aug/2023:13:52:25 +0000] "GET /v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 200 417 "" "docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
13:52:25 [2023-08-08T13:52:25.367Z] time="2023-08-08T13:52:25Z" level=debug msg="authorizing request" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=b929e526-c3c5-4e82-808f-39636d0fb411 http.request.method=GET http.request.remoteaddr="127.0.0.1:38594" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.367Z] time="2023-08-08T13:52:25Z" level=debug msg=GetBlob go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=b929e526-c3c5-4e82-808f-39636d0fb411 http.request.method=GET http.request.remoteaddr="127.0.0.1:38594" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.367Z] time="2023-08-08T13:52:25Z" level=debug msg="authorizing request" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=08f0ebde-94cf-47f5-abbe-a950e34f763d http.request.method=GET http.request.remoteaddr="127.0.0.1:38588" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.367Z] time="2023-08-08T13:52:25Z" level=debug msg=GetBlob go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=08f0ebde-94cf-47f5-abbe-a950e34f763d http.request.method=GET http.request.remoteaddr="127.0.0.1:38588" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.367Z] time="2023-08-08T13:52:25Z" 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=b929e526-c3c5-4e82-808f-39636d0fb411 http.request.method=GET http.request.remoteaddr="127.0.0.1:38594" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=45.734µ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=95011f92-6219-4099-973f-d02a2ef8692d trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.367Z] time="2023-08-08T13:52:25Z" 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=08f0ebde-94cf-47f5-abbe-a950e34f763d http.request.method=GET http.request.remoteaddr="127.0.0.1:38588" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=33.033µ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=75508fa9-9c32-4621-b06d-3deeb842924f trace.line=82 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.367Z] time="2023-08-08T13:52:25Z" 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=b929e526-c3c5-4e82-808f-39636d0fb411 http.request.method=GET http.request.remoteaddr="127.0.0.1:38594" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=18.15µ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=9dffce0a-0692-4376-b95c-1082d83f254b trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.367Z] time="2023-08-08T13:52:25Z" 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=08f0ebde-94cf-47f5-abbe-a950e34f763d http.request.method=GET http.request.remoteaddr="127.0.0.1:38588" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=13.808µ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=fe44d7ac-0bea-4bec-90cd-356027ea9f00 trace.line=141 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.367Z] time="2023-08-08T13:52:25Z" 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=b929e526-c3c5-4e82-808f-39636d0fb411 http.request.method=GET http.request.remoteaddr="127.0.0.1:38594" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=17.764µ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=877bf58c-e120-4c73-bb3e-d74df23533a6 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.367Z] time="2023-08-08T13:52:25Z" 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=b929e526-c3c5-4e82-808f-39636d0fb411 http.request.method=GET http.request.remoteaddr="127.0.0.1:38594" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=8.73µ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=e96d4b35-3c96-4c21-a621-aa2c2fe4f10b trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.367Z] time="2023-08-08T13:52:25Z" 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=08f0ebde-94cf-47f5-abbe-a950e34f763d http.request.method=GET http.request.remoteaddr="127.0.0.1:38588" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=17.739µ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=d13f0d3b-806c-4a32-a57e-b1bf30cda6d8 trace.line=82 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.367Z] time="2023-08-08T13:52:25Z" 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=b929e526-c3c5-4e82-808f-39636d0fb411 http.request.method=GET http.request.remoteaddr="127.0.0.1:38594" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=9.304µ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=e1383d46-9c52-49f1-ac92-630d9d9bb1d2 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.367Z] time="2023-08-08T13:52:25Z" 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=08f0ebde-94cf-47f5-abbe-a950e34f763d http.request.method=GET http.request.remoteaddr="127.0.0.1:38588" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=10.593µ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=7bbe4972-a709-4695-b31f-56b5ad06f55d trace.line=141 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.367Z] time="2023-08-08T13:52:25Z" 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=b929e526-c3c5-4e82-808f-39636d0fb411 http.request.method=GET http.request.remoteaddr="127.0.0.1:38594" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=5.817µ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=53ab2aaf-f71b-4dc2-b536-036f0207df4b trace.line=193 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.367Z] time="2023-08-08T13:52:25Z" 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=08f0ebde-94cf-47f5-abbe-a950e34f763d http.request.method=GET http.request.remoteaddr="127.0.0.1:38588" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=9.058µ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=c68a606f-b5c5-4271-a215-dbc7fee32b7f trace.line=141 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.367Z] time="2023-08-08T13:52:25Z" 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=b929e526-c3c5-4e82-808f-39636d0fb411 http.request.method=GET http.request.remoteaddr="127.0.0.1:38594" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=14.974µ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=eee73049-5c42-482e-9205-98a541b9ce19 trace.line=107 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.367Z] time="2023-08-08T13:52:25Z" 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=08f0ebde-94cf-47f5-abbe-a950e34f763d http.request.method=GET http.request.remoteaddr="127.0.0.1:38588" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=5.44µ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=a5fa91cf-e192-4908-b335-9a5abffdfa19 trace.line=193 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.367Z] time="2023-08-08T13:52:25Z" 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=08f0ebde-94cf-47f5-abbe-a950e34f763d http.request.method=GET http.request.remoteaddr="127.0.0.1:38588" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=198.543µ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=1dffd07a-402f-4f1f-a3e8-2957db43e29f trace.line=107 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.367Z] time="2023-08-08T13:52:25Z" 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=b929e526-c3c5-4e82-808f-39636d0fb411 http.request.method=GET http.request.remoteaddr="127.0.0.1:38594" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=41.247µ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=6092dd57-cd48-4006-9682-1a4b1e882411 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.367Z] time="2023-08-08T13:52:25Z" 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=b929e526-c3c5-4e82-808f-39636d0fb411 http.request.method=GET http.request.remoteaddr="127.0.0.1:38594" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=24.377µ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=73739f2c-ce8f-4994-a08d-88fa525085e3 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.367Z] time="2023-08-08T13:52:25Z" level=info msg="response completed" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=b929e526-c3c5-4e82-808f-39636d0fb411 http.request.method=GET http.request.remoteaddr="127.0.0.1:38594" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 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.015797ms http.response.status=200 http.response.written=68 instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.367Z] 127.0.0.1 - - [08/Aug/2023:13:52:25 +0000] "GET /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 200 68 "" "docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
13:52:25 [2023-08-08T13:52:25.367Z] time="2023-08-08T13:52:25Z" 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=08f0ebde-94cf-47f5-abbe-a950e34f763d http.request.method=GET http.request.remoteaddr="127.0.0.1:38588" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=43.108µ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=802cc143-e12e-4116-bee0-f715961dbc7f trace.line=82 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.368Z] time="2023-08-08T13:52:25Z" 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=08f0ebde-94cf-47f5-abbe-a950e34f763d http.request.method=GET http.request.remoteaddr="127.0.0.1:38588" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=19.298µ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=56730f35-1b3c-47e3-a196-d19b81b6c54c trace.line=141 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.368Z] time="2023-08-08T13:52:25Z" level=info msg="response completed" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=08f0ebde-94cf-47f5-abbe-a950e34f763d http.request.method=GET http.request.remoteaddr="127.0.0.1:38588" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 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=4.013547ms http.response.status=200 http.response.written=194 instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.368Z] 127.0.0.1 - - [08/Aug/2023:13:52:25 +0000] "GET /v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 200 194 "" "docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
13:52:25 [2023-08-08T13:52:25.368Z] time="2023-08-08T13:52:25Z" level=debug msg="authorizing request" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=6aae238a-c983-4845-8b19-3cf00a0ec6d1 http.request.method=GET http.request.remoteaddr="127.0.0.1:38608" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.368Z] time="2023-08-08T13:52:25Z" level=info msg="response completed" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=6aae238a-c983-4845-8b19-3cf00a0ec6d1 http.request.method=GET http.request.remoteaddr="127.0.0.1:38608" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 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.34851ms http.response.status=200 http.response.written=2 instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.368Z] 127.0.0.1 - - [08/Aug/2023:13:52:25 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
13:52:25 [2023-08-08T13:52:25.368Z] time="2023-08-08T13:52:25Z" level=debug msg="authorizing request" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=47551fc3-01a9-482f-ba3f-cd691faee897 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38620" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.368Z] time="2023-08-08T13:52:25Z" level=debug msg=GetImageManifest go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=47551fc3-01a9-482f-ba3f-cd691faee897 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38620" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.368Z] time="2023-08-08T13:52:25Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=47551fc3-01a9-482f-ba3f-cd691faee897 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38620" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.368Z] time="2023-08-08T13:52:25Z" 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=47551fc3-01a9-482f-ba3f-cd691faee897 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38620" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=33.895µ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=5d8b42af-a365-4272-b30d-94a34e76e072 trace.line=82 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.368Z] time="2023-08-08T13:52:25Z" 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=47551fc3-01a9-482f-ba3f-cd691faee897 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38620" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=11.971µ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=85c0aaa3-e53c-4e19-8dab-82d8e742dece trace.line=82 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.368Z] time="2023-08-08T13:52:25Z" 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=47551fc3-01a9-482f-ba3f-cd691faee897 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38620" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 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.246351ms http.response.status=404 http.response.written=181 instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.368Z] 127.0.0.1 - - [08/Aug/2023:13:52:25 +0000] "HEAD /v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 404 181 "" "docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
13:52:25 [2023-08-08T13:52:25.368Z] time="2023-08-08T13:52:25Z" level=debug msg="authorizing request" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=ae18e0ee-8119-44e4-ab64-eff5fbb6fac0 http.request.method=GET http.request.remoteaddr="127.0.0.1:38624" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.368Z] time="2023-08-08T13:52:25Z" level=debug msg=GetImageManifest go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=ae18e0ee-8119-44e4-ab64-eff5fbb6fac0 http.request.method=GET http.request.remoteaddr="127.0.0.1:38624" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.368Z] time="2023-08-08T13:52:25Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.7 http.request.host="127.0.0.1:5000" http.request.id=ae18e0ee-8119-44e4-ab64-eff5fbb6fac0 http.request.method=GET http.request.remoteaddr="127.0.0.1:38624" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.368Z] time="2023-08-08T13:52:25Z" 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=ae18e0ee-8119-44e4-ab64-eff5fbb6fac0 http.request.method=GET http.request.remoteaddr="127.0.0.1:38624" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=29.349µ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=3d9a9aca-8b98-44f0-bf8e-740b36e38c53 trace.line=82 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.368Z] time="2023-08-08T13:52:25Z" 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=ae18e0ee-8119-44e4-ab64-eff5fbb6fac0 http.request.method=GET http.request.remoteaddr="127.0.0.1:38624" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 trace.duration=11.61µ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=f4d399b4-9cef-45b4-b805-1063cf598bcf trace.line=82 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.368Z] time="2023-08-08T13:52:25Z" 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=ae18e0ee-8119-44e4-ab64-eff5fbb6fac0 http.request.method=GET http.request.remoteaddr="127.0.0.1:38624" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 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.0792ms http.response.status=404 http.response.written=181 instance.id=c1b02490-2662-49ba-ad85-4b696d04d028 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 
13:52:25 [2023-08-08T13:52:25.368Z] 127.0.0.1 - - [08/Aug/2023:13:52:25 +0000] "GET /v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 404 181 "" "docker/dev go/go1.20.7 git-commit/d02feb561dbc5bc0bdbc444f5db6e2766bca03c7 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
13:52:25 [2023-08-08T13:52:25.368Z] --- PASS: TestImagePullStoredfDigestForOtherRepo (0.18s)
13:52:25 [2023-08-08T13:52:25.368Z] === RUN   TestRemoveImageOrphaning
13:52:25 [2023-08-08T13:52:25.629Z] --- PASS: TestRemoveImageOrphaning (0.12s)
13:52:25 [2023-08-08T13:52:25.629Z] === RUN   TestRemoveByDigest
13:52:25 [2023-08-08T13:52:25.629Z]     remove_test.go:64: !testEnv.UsingSnapshotter(): RepoDigests doesn't include tags when using graphdrivers
13:52:25 [2023-08-08T13:52:25.629Z] --- SKIP: TestRemoveByDigest (0.00s)
13:52:25 [2023-08-08T13:52:25.629Z] === RUN   TestRemoveImageGarbageCollector
13:52:25 [2023-08-08T13:52:25.629Z]     remove_unix_test.go:34: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
13:52:25 [2023-08-08T13:52:25.629Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
13:52:25 [2023-08-08T13:52:25.629Z] === RUN   TestSaveCheckTimes
13:52:25 [2023-08-08T13:52:25.629Z] === PAUSE TestSaveCheckTimes
13:52:25 [2023-08-08T13:52:25.629Z] === RUN   TestSaveRepoWithMultipleImages
13:52:26 [2023-08-08T13:52:26.572Z] --- PASS: TestSaveRepoWithMultipleImages (0.95s)
13:52:26 [2023-08-08T13:52:26.572Z] === RUN   TestSaveDirectoryPermissions
13:52:27 [2023-08-08T13:52:27.514Z] --- PASS: TestSaveDirectoryPermissions (0.90s)
13:52:27 [2023-08-08T13:52:27.514Z] === RUN   TestTagUnprefixedRepoByNameOrName
13:52:27 [2023-08-08T13:52:27.515Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
13:52:27 [2023-08-08T13:52:27.515Z] === RUN   TestTagInvalidReference
13:52:27 [2023-08-08T13:52:27.515Z] --- PASS: TestTagInvalidReference (0.01s)
13:52:27 [2023-08-08T13:52:27.515Z] === RUN   TestTagValidPrefixedRepo
13:52:27 [2023-08-08T13:52:27.515Z] --- PASS: TestTagValidPrefixedRepo (0.04s)
13:52:27 [2023-08-08T13:52:27.515Z] === RUN   TestTagExistedNameWithoutForce
13:52:27 [2023-08-08T13:52:27.515Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
13:52:27 [2023-08-08T13:52:27.515Z] === RUN   TestTagOfficialNames
13:52:27 [2023-08-08T13:52:27.515Z] --- PASS: TestTagOfficialNames (0.04s)
13:52:27 [2023-08-08T13:52:27.515Z] === RUN   TestTagMatchesDigest
13:52:27 [2023-08-08T13:52:27.515Z] --- PASS: TestTagMatchesDigest (0.01s)
13:52:27 [2023-08-08T13:52:27.515Z] === CONT  TestSaveCheckTimes
13:52:27 [2023-08-08T13:52:27.515Z] --- PASS: TestSaveCheckTimes (0.03s)
13:52:27 [2023-08-08T13:52:27.515Z] PASS
13:52:27 [2023-08-08T13:52:27.515Z] 
13:52:27 [2023-08-08T13:52:27.515Z] === Skipped
13:52:27 [2023-08-08T13:52:27.515Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
13:52:27 [2023-08-08T13:52:27.515Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
13:52:27 [2023-08-08T13:52:27.515Z] 
13:52:27 [2023-08-08T13:52:27.515Z] === SKIP: arm64.integration.image TestRemoveByDigest (0.00s)
13:52:27 [2023-08-08T13:52:27.515Z]     remove_test.go:64: !testEnv.UsingSnapshotter(): RepoDigests doesn't include tags when using graphdrivers
13:52:27 [2023-08-08T13:52:27.515Z] 
13:52:27 [2023-08-08T13:52:27.515Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
13:52:27 [2023-08-08T13:52:27.515Z]     remove_unix_test.go:34: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
13:52:27 [2023-08-08T13:52:27.515Z] 
13:52:27 [2023-08-08T13:52:27.515Z] DONE 35 tests, 3 skipped in 2.926s
13:52:27 [2023-08-08T13:52:27.515Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
13:52:27 [2023-08-08T13:52:27.515Z] ++ 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
13:52:27 [2023-08-08T13:52:27.515Z] ++ set -e
13:52:27 [2023-08-08T13:52:27.515Z] ++ '[' -n 0 ']'
13:52:27 [2023-08-08T13:52:27.515Z] ++ set -x
13:52:27 [2023-08-08T13:52:27.515Z] ++ 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.vxAX50sIB5/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
13:52:27 [2023-08-08T13:52:27.515Z] === RUN   TestStripANSICommands
13:52:27 [2023-08-08T13:52:27.515Z] === RUN   TestStripANSICommands/#00
13:52:27 [2023-08-08T13:52:27.515Z] === RUN   TestStripANSICommands/#01
13:52:27 [2023-08-08T13:52:27.515Z] --- PASS: TestStripANSICommands (0.00s)
13:52:27 [2023-08-08T13:52:27.515Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
13:52:27 [2023-08-08T13:52:27.515Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
13:52:27 [2023-08-08T13:52:27.515Z] PASS
13:52:27 [2023-08-08T13:52:27.515Z] 
13:52:27 [2023-08-08T13:52:27.515Z] DONE 3 tests in 0.010s
13:52:27 [2023-08-08T13:52:27.776Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m 
13:52:27 [2023-08-08T13:52:27.776Z] ++ 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
13:52:27 [2023-08-08T13:52:27.776Z] ++ set -e
13:52:27 [2023-08-08T13:52:27.776Z] ++ '[' -n 0 ']'
13:52:27 [2023-08-08T13:52:27.776Z] ++ set -x
13:52:27 [2023-08-08T13:52:27.776Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.vxAX50sIB5/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
13:52:27 [2023-08-08T13:52:27.776Z] INFO: Testing against a local daemon
13:52:27 [2023-08-08T13:52:27.776Z] === RUN   TestNetworkCreateDelete
13:52:27 [2023-08-08T13:52:27.776Z] --- PASS: TestNetworkCreateDelete (0.19s)
13:52:27 [2023-08-08T13:52:27.776Z] === RUN   TestDockerNetworkDeletePreferID
13:52:28 [2023-08-08T13:52:28.347Z] --- PASS: TestDockerNetworkDeletePreferID (0.51s)
13:52:28 [2023-08-08T13:52:28.347Z] === RUN   TestDaemonDNSFallback
13:52:34 [2023-08-08T13:52:34.934Z] --- PASS: TestDaemonDNSFallback (6.17s)
13:52:34 [2023-08-08T13:52:34.935Z] === RUN   TestInspectNetwork
13:52:37 [2023-08-08T13:52:37.482Z] === RUN   TestInspectNetwork/full_network_id
13:52:37 [2023-08-08T13:52:37.482Z] === RUN   TestInspectNetwork/partial_network_id
13:52:37 [2023-08-08T13:52:37.482Z] === RUN   TestInspectNetwork/network_name
13:52:37 [2023-08-08T13:52:37.482Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
13:52:41 [2023-08-08T13:52:41.687Z] --- PASS: TestInspectNetwork (6.99s)
13:52:41 [2023-08-08T13:52:41.687Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
13:52:41 [2023-08-08T13:52:41.687Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
13:52:41 [2023-08-08T13:52:41.687Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
13:52:41 [2023-08-08T13:52:41.687Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
13:52:41 [2023-08-08T13:52:41.687Z] === RUN   TestRunContainerWithBridgeNone
13:52:43 [2023-08-08T13:52:43.074Z] --- PASS: TestRunContainerWithBridgeNone (1.32s)
13:52:43 [2023-08-08T13:52:43.074Z] === RUN   TestNetworkInvalidJSON
13:52:43 [2023-08-08T13:52:43.074Z] === RUN   TestNetworkInvalidJSON/networks/create
13:52:43 [2023-08-08T13:52:43.074Z] === PAUSE TestNetworkInvalidJSON/networks/create
13:52:43 [2023-08-08T13:52:43.074Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
13:52:43 [2023-08-08T13:52:43.074Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
13:52:43 [2023-08-08T13:52:43.074Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
13:52:43 [2023-08-08T13:52:43.074Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
13:52:43 [2023-08-08T13:52:43.074Z] === CONT  TestNetworkInvalidJSON/networks/create
13:52:43 [2023-08-08T13:52:43.074Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
13:52:43 [2023-08-08T13:52:43.074Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
13:52:43 [2023-08-08T13:52:43.074Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
13:52:43 [2023-08-08T13:52:43.074Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
13:52:43 [2023-08-08T13:52:43.074Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
13:52:43 [2023-08-08T13:52:43.074Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
13:52:43 [2023-08-08T13:52:43.074Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
13:52:43 [2023-08-08T13:52:43.074Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
13:52:43 [2023-08-08T13:52:43.074Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
13:52:43 [2023-08-08T13:52:43.074Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
13:52:43 [2023-08-08T13:52:43.074Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
13:52:43 [2023-08-08T13:52:43.074Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
13:52:43 [2023-08-08T13:52:43.074Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
13:52:43 [2023-08-08T13:52:43.074Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
13:52:43 [2023-08-08T13:52:43.074Z] --- PASS: TestNetworkInvalidJSON (0.01s)
13:52:43 [2023-08-08T13:52:43.074Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
13:52:43 [2023-08-08T13:52:43.074Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
13:52:43 [2023-08-08T13:52:43.074Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
13:52:43 [2023-08-08T13:52:43.074Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
13:52:43 [2023-08-08T13:52:43.074Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
13:52:43 [2023-08-08T13:52:43.074Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
13:52:43 [2023-08-08T13:52:43.074Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
13:52:43 [2023-08-08T13:52:43.074Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
13:52:43 [2023-08-08T13:52:43.074Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
13:52:43 [2023-08-08T13:52:43.074Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
13:52:43 [2023-08-08T13:52:43.074Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
13:52:43 [2023-08-08T13:52:43.074Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
13:52:43 [2023-08-08T13:52:43.074Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
13:52:43 [2023-08-08T13:52:43.074Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
13:52:43 [2023-08-08T13:52:43.074Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
13:52:43 [2023-08-08T13:52:43.074Z] === RUN   TestNetworkList
13:52:43 [2023-08-08T13:52:43.074Z] === RUN   TestNetworkList//networks
13:52:43 [2023-08-08T13:52:43.074Z] === PAUSE TestNetworkList//networks
13:52:43 [2023-08-08T13:52:43.074Z] === RUN   TestNetworkList//networks/
13:52:43 [2023-08-08T13:52:43.074Z] === PAUSE TestNetworkList//networks/
13:52:43 [2023-08-08T13:52:43.074Z] === CONT  TestNetworkList//networks
13:52:43 [2023-08-08T13:52:43.074Z] === CONT  TestNetworkList//networks/
13:52:43 [2023-08-08T13:52:43.074Z] --- PASS: TestNetworkList (0.01s)
13:52:43 [2023-08-08T13:52:43.074Z]     --- PASS: TestNetworkList//networks/ (0.00s)
13:52:43 [2023-08-08T13:52:43.074Z]     --- PASS: TestNetworkList//networks (0.00s)
13:52:43 [2023-08-08T13:52:43.074Z] === RUN   TestHostIPv4BridgeLabel
13:52:43 [2023-08-08T13:52:43.335Z] --- PASS: TestHostIPv4BridgeLabel (0.57s)
13:52:43 [2023-08-08T13:52:43.335Z] === RUN   TestDefaultNetworkOpts
13:52:43 [2023-08-08T13:52:43.335Z] === RUN   TestDefaultNetworkOpts/default_value
13:52:44 [2023-08-08T13:52:44.721Z] === RUN   TestDefaultNetworkOpts/cmdline_value
13:52:46 [2023-08-08T13:52:46.106Z] === RUN   TestDefaultNetworkOpts/config-from_value
13:52:47 [2023-08-08T13:52:47.491Z] --- PASS: TestDefaultNetworkOpts (3.99s)
13:52:47 [2023-08-08T13:52:47.491Z]     --- PASS: TestDefaultNetworkOpts/default_value (1.30s)
13:52:47 [2023-08-08T13:52:47.491Z]     --- PASS: TestDefaultNetworkOpts/cmdline_value (1.35s)
13:52:47 [2023-08-08T13:52:47.491Z]     --- PASS: TestDefaultNetworkOpts/config-from_value (1.33s)
13:52:47 [2023-08-08T13:52:47.491Z] === RUN   TestDaemonRestartWithLiveRestore
13:52:48 [2023-08-08T13:52:48.434Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s)
13:52:48 [2023-08-08T13:52:48.434Z] === RUN   TestDaemonDefaultNetworkPools
13:52:49 [2023-08-08T13:52:49.378Z] --- PASS: TestDaemonDefaultNetworkPools (0.81s)
13:52:49 [2023-08-08T13:52:49.378Z] === RUN   TestDaemonRestartWithExistingNetwork
13:52:50 [2023-08-08T13:52:50.763Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.17s)
13:52:50 [2023-08-08T13:52:50.763Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
13:52:51 [2023-08-08T13:52:51.705Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.29s)
13:52:51 [2023-08-08T13:52:51.705Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
13:52:52 [2023-08-08T13:52:52.277Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.60s)
13:52:52 [2023-08-08T13:52:52.277Z] === RUN   TestServiceWithPredefinedNetwork
13:52:54 [2023-08-08T13:52:54.826Z] --- PASS: TestServiceWithPredefinedNetwork (2.09s)
13:52:54 [2023-08-08T13:52:54.826Z] === RUN   TestServiceRemoveKeepsIngressNetwork
13:52:54 [2023-08-08T13:52:54.826Z]     service_test.go:242: FLAKY_TEST
13:52:54 [2023-08-08T13:52:54.826Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
13:52:54 [2023-08-08T13:52:54.826Z] === RUN   TestServiceWithDataPathPortInit
13:53:09 [2023-08-08T13:53:09.736Z] --- PASS: TestServiceWithDataPathPortInit (13.78s)
13:53:09 [2023-08-08T13:53:09.736Z] === RUN   TestServiceWithDefaultAddressPoolInit
13:53:10 [2023-08-08T13:53:10.307Z]     service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:u8stkhf6lx598i47zm6q8ahy4 Created:2023-08-08 13:53:09.408102635 +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[8956d425c0b4a9ece24bac8592edefd36e91eb5bb5b2f9b79f741a7526a8cbfa:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.aawv7oioa6n2qof2z412tt8j2 EndpointID:161fa943fc9b963dc53a7d29b07f4b7cf4186a657eda206108b0d7294a8ec190 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:3f8ed68657ae3fe01a2a2d97d36b60865c14f098dd167ece8deed98717f79f39 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:c87e957cdc47 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.aawv7oioa6n2qof2z412tt8j2 EndpointID:161fa943fc9b963dc53a7d29b07f4b7cf4186a657eda206108b0d7294a8ec190 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
13:53:15 [2023-08-08T13:53:15.597Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.80s)
13:53:15 [2023-08-08T13:53:15.597Z] PASS
13:53:15 [2023-08-08T13:53:15.597Z] 
13:53:15 [2023-08-08T13:53:15.597Z] === Skipped
13:53:15 [2023-08-08T13:53:15.597Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
13:53:15 [2023-08-08T13:53:15.597Z]     service_test.go:242: FLAKY_TEST
13:53:15 [2023-08-08T13:53:15.597Z] 
13:53:15 [2023-08-08T13:53:15.597Z] DONE 42 tests, 1 skipped in 47.370s
13:53:15 [2023-08-08T13:53:15.597Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
13:53:15 [2023-08-08T13:53:15.597Z] ++ 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
13:53:15 [2023-08-08T13:53:15.597Z] ++ set -e
13:53:15 [2023-08-08T13:53:15.597Z] ++ '[' -n 0 ']'
13:53:15 [2023-08-08T13:53:15.597Z] ++ set -x
13:53:15 [2023-08-08T13:53:15.597Z] ++ 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.vxAX50sIB5/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
13:53:15 [2023-08-08T13:53:15.597Z] INFO: Testing against a local daemon
13:53:15 [2023-08-08T13:53:15.597Z] === RUN   TestDockerNetworkIpvlanPersistance
13:53:15 [2023-08-08T13:53:15.597Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
13:53:15 [2023-08-08T13:53:15.597Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
13:53:15 [2023-08-08T13:53:15.597Z] === RUN   TestDockerNetworkIpvlan
13:53:15 [2023-08-08T13:53:15.597Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
13:53:15 [2023-08-08T13:53:15.597Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
13:53:15 [2023-08-08T13:53:15.597Z] PASS
13:53:15 [2023-08-08T13:53:15.597Z] 
13:53:15 [2023-08-08T13:53:15.597Z] === Skipped
13:53:15 [2023-08-08T13:53:15.597Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
13:53:15 [2023-08-08T13:53:15.597Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
13:53:15 [2023-08-08T13:53:15.597Z] 
13:53:15 [2023-08-08T13:53:15.597Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
13:53:15 [2023-08-08T13:53:15.597Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
13:53:15 [2023-08-08T13:53:15.597Z] 
13:53:15 [2023-08-08T13:53:15.597Z] DONE 2 tests, 2 skipped in 0.036s
13:53:15 [2023-08-08T13:53:15.597Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
13:53:15 [2023-08-08T13:53:15.597Z] ++ 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
13:53:15 [2023-08-08T13:53:15.597Z] ++ set -e
13:53:15 [2023-08-08T13:53:15.597Z] ++ '[' -n 0 ']'
13:53:15 [2023-08-08T13:53:15.597Z] ++ set -x
13:53:15 [2023-08-08T13:53:15.597Z] ++ 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.vxAX50sIB5/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
13:53:15 [2023-08-08T13:53:15.597Z] INFO: Testing against a local daemon
13:53:15 [2023-08-08T13:53:15.597Z] === RUN   TestDockerNetworkMacvlanPersistance
13:53:16 [2023-08-08T13:53:16.169Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.18s)
13:53:16 [2023-08-08T13:53:16.170Z] === RUN   TestDockerNetworkMacvlan
13:53:17 [2023-08-08T13:53:17.112Z] === RUN   TestDockerNetworkMacvlan/Subinterface
13:53:17 [2023-08-08T13:53:17.684Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
13:53:18 [2023-08-08T13:53:18.256Z] === RUN   TestDockerNetworkMacvlan/NilParent
13:53:19 [2023-08-08T13:53:19.641Z] === RUN   TestDockerNetworkMacvlan/InternalMode
13:53:21 [2023-08-08T13:53:21.555Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
13:53:24 [2023-08-08T13:53:24.101Z] === RUN   TestDockerNetworkMacvlan/Addressing
13:53:24 [2023-08-08T13:53:24.362Z] --- PASS: TestDockerNetworkMacvlan (8.18s)
13:53:24 [2023-08-08T13:53:24.362Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s)
13:53:24 [2023-08-08T13:53:24.362Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.12s)
13:53:24 [2023-08-08T13:53:24.362Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.65s)
13:53:24 [2023-08-08T13:53:24.362Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.68s)
13:53:24 [2023-08-08T13:53:24.362Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (1.40s)
13:53:24 [2023-08-08T13:53:24.362Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.41s)
13:53:24 [2023-08-08T13:53:24.362Z] PASS
13:53:24 [2023-08-08T13:53:24.362Z] 
13:53:24 [2023-08-08T13:53:24.362Z] DONE 8 tests in 9.391s
13:53:24 [2023-08-08T13:53:24.623Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m 
13:53:24 [2023-08-08T13:53:24.623Z] ++ 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
13:53:24 [2023-08-08T13:53:24.623Z] ++ set -e
13:53:24 [2023-08-08T13:53:24.623Z] ++ '[' -n 0 ']'
13:53:24 [2023-08-08T13:53:24.623Z] ++ set -x
13:53:24 [2023-08-08T13:53:24.623Z] ++ 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.vxAX50sIB5/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
13:53:24 [2023-08-08T13:53:24.623Z] testing: warning: no tests to run
13:53:24 [2023-08-08T13:53:24.623Z] PASS
13:53:24 [2023-08-08T13:53:24.623Z] 
13:53:24 [2023-08-08T13:53:24.623Z] DONE 0 tests in 0.009s
13:53:24 [2023-08-08T13:53:24.623Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
13:53:24 [2023-08-08T13:53:24.623Z] ++ 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
13:53:24 [2023-08-08T13:53:24.623Z] ++ set -e
13:53:24 [2023-08-08T13:53:24.623Z] ++ '[' -n 0 ']'
13:53:24 [2023-08-08T13:53:24.623Z] ++ set -x
13:53:24 [2023-08-08T13:53:24.623Z] ++ 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.vxAX50sIB5/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
13:53:24 [2023-08-08T13:53:24.623Z] INFO: Testing against a local daemon
13:53:24 [2023-08-08T13:53:24.623Z] === RUN   TestAuthZPluginAllowRequest
13:53:25 [2023-08-08T13:53:25.566Z] --- PASS: TestAuthZPluginAllowRequest (1.05s)
13:53:25 [2023-08-08T13:53:25.566Z] === RUN   TestAuthZPluginTLS
13:53:26 [2023-08-08T13:53:26.138Z] --- PASS: TestAuthZPluginTLS (0.55s)
13:53:26 [2023-08-08T13:53:26.138Z] === RUN   TestAuthZPluginDenyRequest
13:53:26 [2023-08-08T13:53:26.711Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
13:53:26 [2023-08-08T13:53:26.711Z] === RUN   TestAuthZPluginAPIDenyResponse
13:53:27 [2023-08-08T13:53:27.283Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
13:53:27 [2023-08-08T13:53:27.283Z] === RUN   TestAuthZPluginDenyResponse
13:53:27 [2023-08-08T13:53:27.855Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
13:53:27 [2023-08-08T13:53:27.855Z] === RUN   TestAuthZPluginAllowEventStream
13:53:28 [2023-08-08T13:53:28.808Z] --- PASS: TestAuthZPluginAllowEventStream (1.05s)
13:53:28 [2023-08-08T13:53:28.809Z] === RUN   TestAuthZPluginErrorResponse
13:53:29 [2023-08-08T13:53:29.380Z] --- PASS: TestAuthZPluginErrorResponse (0.53s)
13:53:29 [2023-08-08T13:53:29.380Z] === RUN   TestAuthZPluginErrorRequest
13:53:29 [2023-08-08T13:53:29.952Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
13:53:29 [2023-08-08T13:53:29.952Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
13:53:30 [2023-08-08T13:53:30.524Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s)
13:53:30 [2023-08-08T13:53:30.524Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
13:53:31 [2023-08-08T13:53:31.467Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.15s)
13:53:31 [2023-08-08T13:53:31.467Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
13:53:32 [2023-08-08T13:53:32.853Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.15s)
13:53:32 [2023-08-08T13:53:32.853Z] === RUN   TestAuthZPluginHeader
13:53:33 [2023-08-08T13:53:33.424Z] --- PASS: TestAuthZPluginHeader (0.62s)
13:53:33 [2023-08-08T13:53:33.424Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
13:53:33 [2023-08-08T13:53:33.424Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
13:53:33 [2023-08-08T13:53:33.424Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
13:53:33 [2023-08-08T13:53:33.424Z] === RUN   TestAuthZPluginV2Disable
13:53:33 [2023-08-08T13:53:33.424Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
13:53:33 [2023-08-08T13:53:33.424Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
13:53:33 [2023-08-08T13:53:33.424Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
13:53:33 [2023-08-08T13:53:33.424Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
13:53:33 [2023-08-08T13:53:33.424Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
13:53:33 [2023-08-08T13:53:33.424Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
13:53:33 [2023-08-08T13:53:33.424Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
13:53:33 [2023-08-08T13:53:33.424Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
13:53:33 [2023-08-08T13:53:33.424Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
13:53:51 [2023-08-08T13:53:51.541Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.89s)
13:53:51 [2023-08-08T13:53:51.541Z] PASS
13:53:51 [2023-08-08T13:53:51.541Z] 
13:53:51 [2023-08-08T13:53:51.541Z] === Skipped
13:53:51 [2023-08-08T13:53:51.541Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
13:53:51 [2023-08-08T13:53:51.541Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
13:53:51 [2023-08-08T13:53:51.541Z] 
13:53:51 [2023-08-08T13:53:51.541Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
13:53:51 [2023-08-08T13:53:51.541Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
13:53:51 [2023-08-08T13:53:51.541Z] 
13:53:51 [2023-08-08T13:53:51.541Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
13:53:51 [2023-08-08T13:53:51.541Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
13:53:51 [2023-08-08T13:53:51.541Z] 
13:53:51 [2023-08-08T13:53:51.541Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
13:53:51 [2023-08-08T13:53:51.541Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
13:53:51 [2023-08-08T13:53:51.541Z] 
13:53:51 [2023-08-08T13:53:51.541Z] DONE 17 tests, 4 skipped in 25.672s
13:53:51 [2023-08-08T13:53:51.541Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m 
13:53:51 [2023-08-08T13:53:51.541Z] ++ 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
13:53:51 [2023-08-08T13:53:51.541Z] ++ set -e
13:53:51 [2023-08-08T13:53:51.541Z] ++ '[' -n 0 ']'
13:53:51 [2023-08-08T13:53:51.541Z] ++ set -x
13:53:51 [2023-08-08T13:53:51.542Z] ++ 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.vxAX50sIB5/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
13:53:51 [2023-08-08T13:53:51.542Z] INFO: Testing against a local daemon
13:53:51 [2023-08-08T13:53:51.542Z] === RUN   TestPluginInvalidJSON
13:53:51 [2023-08-08T13:53:51.542Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
13:53:51 [2023-08-08T13:53:51.542Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
13:53:51 [2023-08-08T13:53:51.542Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
13:53:51 [2023-08-08T13:53:51.542Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
13:53:51 [2023-08-08T13:53:51.542Z] === RUN   TestPluginInvalidJSON/plugins/pull
13:53:51 [2023-08-08T13:53:51.542Z] === PAUSE TestPluginInvalidJSON/plugins/pull
13:53:51 [2023-08-08T13:53:51.542Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
13:53:51 [2023-08-08T13:53:51.542Z] === CONT  TestPluginInvalidJSON/plugins/pull
13:53:51 [2023-08-08T13:53:51.542Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
13:53:51 [2023-08-08T13:53:51.542Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
13:53:51 [2023-08-08T13:53:51.542Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
13:53:51 [2023-08-08T13:53:51.542Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
13:53:51 [2023-08-08T13:53:51.542Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
13:53:51 [2023-08-08T13:53:51.542Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
13:53:51 [2023-08-08T13:53:51.542Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
13:53:51 [2023-08-08T13:53:51.542Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
13:53:51 [2023-08-08T13:53:51.542Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
13:53:51 [2023-08-08T13:53:51.542Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
13:53:51 [2023-08-08T13:53:51.542Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
13:53:51 [2023-08-08T13:53:51.542Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
13:53:51 [2023-08-08T13:53:51.542Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
13:53:51 [2023-08-08T13:53:51.542Z] --- PASS: TestPluginInvalidJSON (0.01s)
13:53:51 [2023-08-08T13:53:51.542Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
13:53:51 [2023-08-08T13:53:51.542Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
13:53:51 [2023-08-08T13:53:51.542Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
13:53:51 [2023-08-08T13:53:51.542Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
13:53:51 [2023-08-08T13:53:51.542Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
13:53:51 [2023-08-08T13:53:51.542Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
13:53:51 [2023-08-08T13:53:51.542Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
13:53:51 [2023-08-08T13:53:51.542Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
13:53:51 [2023-08-08T13:53:51.542Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
13:53:51 [2023-08-08T13:53:51.542Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
13:53:51 [2023-08-08T13:53:51.542Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s)
13:53:51 [2023-08-08T13:53:51.542Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
13:53:51 [2023-08-08T13:53:51.542Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
13:53:51 [2023-08-08T13:53:51.542Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
13:53:51 [2023-08-08T13:53:51.542Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
13:53:51 [2023-08-08T13:53:51.542Z] === RUN   TestPluginInstall
13:53:51 [2023-08-08T13:53:51.542Z] === RUN   TestPluginInstall/no_auth
13:53:53 [2023-08-08T13:53:53.456Z] time="2023-08-08T13:53:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:53:53 [2023-08-08T13:53:53.456Z] time="2023-08-08T13:53:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:93587002b6c3cec06bafe632b68cb900fb9aa0ded7009dfc844ec76bef36cf0a" mediatype=application/vnd.docker.plugin.v1+json size=522
13:53:53 [2023-08-08T13:53:53.456Z] time="2023-08-08T13:53:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:53:53 [2023-08-08T13:53:53.456Z] time="2023-08-08T13:53:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:93587002b6c3cec06bafe632b68cb900fb9aa0ded7009dfc844ec76bef36cf0a" mediatype=application/vnd.docker.plugin.v1+json size=522
13:53:53 [2023-08-08T13:53:53.456Z] === RUN   TestPluginInstall/with_htpasswd
13:53:53 [2023-08-08T13:53:53.717Z] time="2023-08-08T13:53:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:53:53 [2023-08-08T13:53:53.717Z] time="2023-08-08T13:53:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:da3fb2eeedfba98595900638ee2cddd28934bd44e20df1400e4eaeeceb957d70" mediatype=application/vnd.docker.plugin.v1+json size=522
13:53:53 [2023-08-08T13:53:53.717Z] time="2023-08-08T13:53:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:53:53 [2023-08-08T13:53:53.717Z] time="2023-08-08T13:53:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:da3fb2eeedfba98595900638ee2cddd28934bd44e20df1400e4eaeeceb957d70" mediatype=application/vnd.docker.plugin.v1+json size=522
13:53:53 [2023-08-08T13:53:53.978Z] === RUN   TestPluginInstall/with_insecure
13:53:54 [2023-08-08T13:53:54.921Z] time="2023-08-08T13:53:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:53:54 [2023-08-08T13:53:54.922Z] time="2023-08-08T13:53:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f21dda971cd7ad2929ed85ce8010008d5d1c6f8eb954ac16f252763c1e95874c" mediatype=application/vnd.docker.plugin.v1+json size=522
13:53:54 [2023-08-08T13:53:54.922Z] time="2023-08-08T13:53:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:53:54 [2023-08-08T13:53:54.922Z] time="2023-08-08T13:53:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f21dda971cd7ad2929ed85ce8010008d5d1c6f8eb954ac16f252763c1e95874c" mediatype=application/vnd.docker.plugin.v1+json size=522
13:53:54 [2023-08-08T13:53:54.922Z]     plugin_test.go:196: [d9a27409f9e96] daemon is not started
13:53:54 [2023-08-08T13:53:54.922Z] --- PASS: TestPluginInstall (4.68s)
13:53:54 [2023-08-08T13:53:54.922Z]     --- PASS: TestPluginInstall/no_auth (3.21s)
13:53:54 [2023-08-08T13:53:54.922Z]     --- PASS: TestPluginInstall/with_htpasswd (0.52s)
13:53:54 [2023-08-08T13:53:54.922Z]     --- PASS: TestPluginInstall/with_insecure (0.95s)
13:53:54 [2023-08-08T13:53:54.922Z] === RUN   TestPluginsWithRuntimes
13:53:56 [2023-08-08T13:53:56.308Z] === RUN   TestPluginsWithRuntimes/No_Args
13:53:57 [2023-08-08T13:53:57.250Z] === RUN   TestPluginsWithRuntimes/With_Args
13:53:58 [2023-08-08T13:53:58.193Z] --- PASS: TestPluginsWithRuntimes (3.38s)
13:53:58 [2023-08-08T13:53:58.193Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.95s)
13:53:58 [2023-08-08T13:53:58.193Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.91s)
13:53:58 [2023-08-08T13:53:58.193Z] === RUN   TestPluginBackCompatMediaTypes
13:53:58 [2023-08-08T13:53:58.765Z] --- PASS: TestPluginBackCompatMediaTypes (0.52s)
13:53:58 [2023-08-08T13:53:58.765Z] PASS
13:53:58 [2023-08-08T13:53:58.765Z] 
13:53:58 [2023-08-08T13:53:58.765Z] DONE 24 tests in 8.626s
13:53:58 [2023-08-08T13:53:58.765Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
13:53:58 [2023-08-08T13:53:58.765Z] ++ 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
13:53:58 [2023-08-08T13:53:58.765Z] ++ set -e
13:53:58 [2023-08-08T13:53:58.765Z] ++ '[' -n 0 ']'
13:53:58 [2023-08-08T13:53:58.765Z] ++ set -x
13:53:58 [2023-08-08T13:53:58.765Z] ++ 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.vxAX50sIB5/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
13:53:58 [2023-08-08T13:53:58.765Z] INFO: Testing against a local daemon
13:53:58 [2023-08-08T13:53:58.765Z] === RUN   TestExternalGraphDriver
13:53:59 [2023-08-08T13:53:59.336Z] === RUN   TestExternalGraphDriver/json
13:54:00 [2023-08-08T13:54:00.721Z] === RUN   TestExternalGraphDriver/spec
13:54:02 [2023-08-08T13:54:02.635Z] === RUN   TestExternalGraphDriver/pull
13:54:04 [2023-08-08T13:54:04.023Z] --- PASS: TestExternalGraphDriver (5.14s)
13:54:04 [2023-08-08T13:54:04.023Z]     --- PASS: TestExternalGraphDriver/json (1.55s)
13:54:04 [2023-08-08T13:54:04.023Z]     --- PASS: TestExternalGraphDriver/spec (1.53s)
13:54:04 [2023-08-08T13:54:04.023Z]     --- PASS: TestExternalGraphDriver/pull (1.65s)
13:54:04 [2023-08-08T13:54:04.023Z] === RUN   TestGraphdriverPluginV2
13:54:04 [2023-08-08T13:54:04.288Z]     external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
13:54:04 [2023-08-08T13:54:04.288Z] --- SKIP: TestGraphdriverPluginV2 (0.32s)
13:54:04 [2023-08-08T13:54:04.288Z] PASS
13:54:04 [2023-08-08T13:54:04.288Z] 
13:54:04 [2023-08-08T13:54:04.288Z] === Skipped
13:54:04 [2023-08-08T13:54:04.288Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.32s)
13:54:04 [2023-08-08T13:54:04.288Z]     external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
13:54:04 [2023-08-08T13:54:04.288Z] 
13:54:04 [2023-08-08T13:54:04.288Z] DONE 5 tests, 1 skipped in 5.501s
13:54:04 [2023-08-08T13:54:04.288Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
13:54:04 [2023-08-08T13:54:04.288Z] ++ 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
13:54:04 [2023-08-08T13:54:04.288Z] ++ set -e
13:54:04 [2023-08-08T13:54:04.288Z] ++ '[' -n 0 ']'
13:54:04 [2023-08-08T13:54:04.288Z] ++ set -x
13:54:04 [2023-08-08T13:54:04.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.vxAX50sIB5/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
13:54:04 [2023-08-08T13:54:04.288Z] INFO: Testing against a local daemon
13:54:04 [2023-08-08T13:54:04.288Z] === RUN   TestContinueAfterPluginCrash
13:54:04 [2023-08-08T13:54:04.288Z] === PAUSE TestContinueAfterPluginCrash
13:54:04 [2023-08-08T13:54:04.288Z] === RUN   TestReadPluginNoRead
13:54:04 [2023-08-08T13:54:04.288Z] === PAUSE TestReadPluginNoRead
13:54:04 [2023-08-08T13:54:04.288Z] === RUN   TestDaemonStartWithLogOpt
13:54:04 [2023-08-08T13:54:04.288Z] === PAUSE TestDaemonStartWithLogOpt
13:54:04 [2023-08-08T13:54:04.288Z] === CONT  TestContinueAfterPluginCrash
13:54:04 [2023-08-08T13:54:04.288Z] === CONT  TestDaemonStartWithLogOpt
13:54:04 [2023-08-08T13:54:04.288Z] === CONT  TestReadPluginNoRead
13:54:06 [2023-08-08T13:54:06.844Z] === RUN   TestReadPluginNoRead/default
13:54:07 [2023-08-08T13:54:07.106Z] --- PASS: TestDaemonStartWithLogOpt (2.77s)
13:54:07 [2023-08-08T13:54:07.679Z] === RUN   TestReadPluginNoRead/disabled_caching
13:54:09 [2023-08-08T13:54:09.065Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
13:54:10 [2023-08-08T13:54:10.450Z]     read_test.go:91: [de02653941f9f] daemon is not started
13:54:10 [2023-08-08T13:54:10.450Z] --- PASS: TestReadPluginNoRead (5.81s)
13:54:10 [2023-08-08T13:54:10.450Z]     --- PASS: TestReadPluginNoRead/default (1.23s)
13:54:10 [2023-08-08T13:54:10.450Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.21s)
13:54:10 [2023-08-08T13:54:10.450Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.23s)
13:54:12 [2023-08-08T13:54:12.364Z] --- PASS: TestContinueAfterPluginCrash (7.65s)
13:54:12 [2023-08-08T13:54:12.364Z] PASS
13:54:12 [2023-08-08T13:54:12.364Z] 
13:54:12 [2023-08-08T13:54:12.364Z] DONE 6 tests in 7.680s
13:54:12 [2023-08-08T13:54:12.364Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
13:54:12 [2023-08-08T13:54:12.364Z] ++ 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
13:54:12 [2023-08-08T13:54:12.364Z] ++ set -e
13:54:12 [2023-08-08T13:54:12.364Z] ++ '[' -n 0 ']'
13:54:12 [2023-08-08T13:54:12.364Z] ++ set -x
13:54:12 [2023-08-08T13:54:12.364Z] ++ 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.vxAX50sIB5/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
13:54:12 [2023-08-08T13:54:12.364Z] testing: warning: no tests to run
13:54:12 [2023-08-08T13:54:12.364Z] PASS
13:54:12 [2023-08-08T13:54:12.364Z] 
13:54:12 [2023-08-08T13:54:12.364Z] DONE 0 tests in 0.009s
13:54:12 [2023-08-08T13:54:12.364Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
13:54:12 [2023-08-08T13:54:12.364Z] ++ 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
13:54:12 [2023-08-08T13:54:12.364Z] ++ set -e
13:54:12 [2023-08-08T13:54:12.364Z] ++ '[' -n 0 ']'
13:54:12 [2023-08-08T13:54:12.364Z] ++ set -x
13:54:12 [2023-08-08T13:54:12.364Z] ++ 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.vxAX50sIB5/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
13:54:12 [2023-08-08T13:54:12.364Z] INFO: Testing against a local daemon
13:54:12 [2023-08-08T13:54:12.364Z] === RUN   TestPluginWithDevMounts
13:54:12 [2023-08-08T13:54:12.364Z] === PAUSE TestPluginWithDevMounts
13:54:12 [2023-08-08T13:54:12.364Z] === CONT  TestPluginWithDevMounts
13:54:13 [2023-08-08T13:54:13.749Z] --- PASS: TestPluginWithDevMounts (1.52s)
13:54:13 [2023-08-08T13:54:13.749Z] PASS
13:54:13 [2023-08-08T13:54:13.749Z] 
13:54:13 [2023-08-08T13:54:13.749Z] DONE 1 tests in 1.550s
13:54:13 [2023-08-08T13:54:13.749Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m 
13:54:13 [2023-08-08T13:54:13.749Z] ++ 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
13:54:13 [2023-08-08T13:54:13.749Z] ++ set -e
13:54:13 [2023-08-08T13:54:13.749Z] ++ '[' -n 0 ']'
13:54:13 [2023-08-08T13:54:13.749Z] ++ set -x
13:54:13 [2023-08-08T13:54:13.749Z] ++ 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.vxAX50sIB5/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
13:54:13 [2023-08-08T13:54:13.749Z] INFO: Testing against a local daemon
13:54:13 [2023-08-08T13:54:13.749Z] === RUN   TestSecretInspect
13:54:15 [2023-08-08T13:54:15.663Z] --- PASS: TestSecretInspect (1.86s)
13:54:15 [2023-08-08T13:54:15.663Z] === RUN   TestSecretList
13:54:17 [2023-08-08T13:54:17.576Z] --- PASS: TestSecretList (1.86s)
13:54:17 [2023-08-08T13:54:17.576Z] === RUN   TestSecretsCreateAndDelete
13:54:19 [2023-08-08T13:54:19.490Z] --- PASS: TestSecretsCreateAndDelete (1.95s)
13:54:19 [2023-08-08T13:54:19.490Z] === RUN   TestSecretsUpdate
13:54:21 [2023-08-08T13:54:21.404Z] --- PASS: TestSecretsUpdate (1.91s)
13:54:21 [2023-08-08T13:54:21.404Z] === RUN   TestTemplatedSecret
13:54:23 [2023-08-08T13:54:23.950Z] --- PASS: TestTemplatedSecret (2.69s)
13:54:23 [2023-08-08T13:54:23.950Z] === RUN   TestSecretCreateResolve
13:54:25 [2023-08-08T13:54:25.864Z] --- PASS: TestSecretCreateResolve (1.97s)
13:54:25 [2023-08-08T13:54:25.864Z] PASS
13:54:25 [2023-08-08T13:54:25.864Z] 
13:54:25 [2023-08-08T13:54:25.864Z] DONE 6 tests in 12.305s
13:54:25 [2023-08-08T13:54:25.864Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m 
13:54:25 [2023-08-08T13:54:25.864Z] ++ 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
13:54:25 [2023-08-08T13:54:25.864Z] ++ set -e
13:54:25 [2023-08-08T13:54:25.864Z] ++ '[' -n 0 ']'
13:54:25 [2023-08-08T13:54:25.864Z] ++ set -x
13:54:25 [2023-08-08T13:54:25.865Z] ++ 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.vxAX50sIB5/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
13:54:26 [2023-08-08T13:54:26.125Z] INFO: Testing against a local daemon
13:54:26 [2023-08-08T13:54:26.125Z] === RUN   TestServiceCreateInit
13:54:26 [2023-08-08T13:54:26.125Z] === RUN   TestServiceCreateInit/daemonInitDisabled
13:54:29 [2023-08-08T13:54:29.427Z] === RUN   TestServiceCreateInit/daemonInitEnabled
13:54:33 [2023-08-08T13:54:33.650Z] --- PASS: TestServiceCreateInit (7.19s)
13:54:33 [2023-08-08T13:54:33.650Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.36s)
13:54:33 [2023-08-08T13:54:33.650Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.82s)
13:54:33 [2023-08-08T13:54:33.650Z] === RUN   TestCreateServiceMultipleTimes
13:54:48 [2023-08-08T13:54:48.572Z] --- PASS: TestCreateServiceMultipleTimes (14.65s)
13:54:48 [2023-08-08T13:54:48.573Z] === RUN   TestCreateServiceConflict
13:54:49 [2023-08-08T13:54:49.958Z] --- PASS: TestCreateServiceConflict (1.89s)
13:54:49 [2023-08-08T13:54:49.958Z] === RUN   TestCreateServiceMaxReplicas
13:54:53 [2023-08-08T13:54:53.259Z] --- PASS: TestCreateServiceMaxReplicas (2.91s)
13:54:53 [2023-08-08T13:54:53.259Z] === RUN   TestCreateWithDuplicateNetworkNames
13:55:05 [2023-08-08T13:55:05.494Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.82s)
13:55:05 [2023-08-08T13:55:05.494Z] === RUN   TestCreateServiceSecretFileMode
13:55:20 [2023-08-08T13:55:20.405Z] --- PASS: TestCreateServiceSecretFileMode (12.51s)
13:55:20 [2023-08-08T13:55:20.405Z] === RUN   TestCreateServiceConfigFileMode
13:55:32 [2023-08-08T13:55:32.642Z] --- PASS: TestCreateServiceConfigFileMode (12.63s)
13:55:32 [2023-08-08T13:55:32.642Z] === RUN   TestCreateServiceSysctls
13:55:34 [2023-08-08T13:55:34.030Z] --- PASS: TestCreateServiceSysctls (3.18s)
13:55:34 [2023-08-08T13:55:34.030Z] === RUN   TestCreateServiceCapabilities
13:55:36 [2023-08-08T13:55:36.575Z] --- PASS: TestCreateServiceCapabilities (2.58s)
13:55:36 [2023-08-08T13:55:36.575Z] === RUN   TestInspect
13:55:39 [2023-08-08T13:55:39.122Z] --- PASS: TestInspect (2.87s)
13:55:39 [2023-08-08T13:55:39.122Z] === RUN   TestCreateJob
13:55:42 [2023-08-08T13:55:42.424Z] --- PASS: TestCreateJob (3.16s)
13:55:42 [2023-08-08T13:55:42.424Z] === RUN   TestReplicatedJob
13:55:47 [2023-08-08T13:55:47.722Z] --- PASS: TestReplicatedJob (5.15s)
13:55:47 [2023-08-08T13:55:47.722Z] === RUN   TestUpdateReplicatedJob
13:55:51 [2023-08-08T13:55:51.024Z] --- PASS: TestUpdateReplicatedJob (3.36s)
13:55:51 [2023-08-08T13:55:51.024Z] === RUN   TestServiceListWithStatuses
13:55:51 [2023-08-08T13:55:51.024Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
13:55:51 [2023-08-08T13:55:51.024Z] --- SKIP: TestServiceListWithStatuses (0.00s)
13:55:51 [2023-08-08T13:55:51.024Z] === RUN   TestDockerNetworkConnectAlias
13:55:55 [2023-08-08T13:55:55.231Z] --- PASS: TestDockerNetworkConnectAlias (4.06s)
13:55:55 [2023-08-08T13:55:55.231Z] === RUN   TestDockerNetworkReConnect
13:55:58 [2023-08-08T13:55:58.532Z] --- PASS: TestDockerNetworkReConnect (3.19s)
13:55:58 [2023-08-08T13:55:58.532Z] === RUN   TestServicePlugin
13:55:58 [2023-08-08T13:55:58.532Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
13:55:58 [2023-08-08T13:55:58.532Z] --- SKIP: TestServicePlugin (0.00s)
13:55:58 [2023-08-08T13:55:58.532Z] === RUN   TestServiceUpdateLabel
13:56:00 [2023-08-08T13:56:00.446Z] --- PASS: TestServiceUpdateLabel (1.92s)
13:56:00 [2023-08-08T13:56:00.446Z] === RUN   TestServiceUpdateSecrets
13:56:15 [2023-08-08T13:56:15.412Z] --- PASS: TestServiceUpdateSecrets (14.63s)
13:56:15 [2023-08-08T13:56:15.412Z] === RUN   TestServiceUpdateConfigs
13:56:30 [2023-08-08T13:56:30.320Z] --- PASS: TestServiceUpdateConfigs (14.69s)
13:56:30 [2023-08-08T13:56:30.320Z] === RUN   TestServiceUpdateNetwork
13:56:42 [2023-08-08T13:56:42.553Z] --- PASS: TestServiceUpdateNetwork (12.09s)
13:56:42 [2023-08-08T13:56:42.553Z] === RUN   TestServiceUpdatePidsLimit
13:56:42 [2023-08-08T13:56:42.814Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
13:56:43 [2023-08-08T13:56:43.386Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
13:56:51 [2023-08-08T13:56:51.525Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
13:56:58 [2023-08-08T13:56:58.112Z] --- PASS: TestServiceUpdatePidsLimit (16.28s)
13:56:58 [2023-08-08T13:56:58.112Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s)
13:56:58 [2023-08-08T13:56:58.112Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.88s)
13:56:58 [2023-08-08T13:56:58.112Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.78s)
13:56:58 [2023-08-08T13:56:58.112Z] PASS
13:56:58 [2023-08-08T13:56:58.112Z] 
13:56:58 [2023-08-08T13:56:58.112Z] === Skipped
13:56:58 [2023-08-08T13:56:58.112Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s)
13:56:58 [2023-08-08T13:56:58.112Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
13:56:58 [2023-08-08T13:56:58.112Z] 
13:56:58 [2023-08-08T13:56:58.112Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
13:56:58 [2023-08-08T13:56:58.113Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
13:56:58 [2023-08-08T13:56:58.113Z] 
13:56:58 [2023-08-08T13:56:58.113Z] DONE 27 tests, 2 skipped in 151.795s
13:56:58 [2023-08-08T13:56:58.113Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m 
13:56:58 [2023-08-08T13:56:58.113Z] ++ 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
13:56:58 [2023-08-08T13:56:58.113Z] ++ set -e
13:56:58 [2023-08-08T13:56:58.113Z] ++ '[' -n 0 ']'
13:56:58 [2023-08-08T13:56:58.113Z] ++ set -x
13:56:58 [2023-08-08T13:56:58.113Z] ++ 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.vxAX50sIB5/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
13:56:58 [2023-08-08T13:56:58.113Z] INFO: Testing against a local daemon
13:56:58 [2023-08-08T13:56:58.113Z] === RUN   TestSessionCreate
13:56:58 [2023-08-08T13:56:58.113Z] --- PASS: TestSessionCreate (0.02s)
13:56:58 [2023-08-08T13:56:58.113Z] === RUN   TestSessionCreateWithBadUpgrade
13:56:58 [2023-08-08T13:56:58.113Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
13:56:58 [2023-08-08T13:56:58.113Z] PASS
13:56:58 [2023-08-08T13:56:58.113Z] 
13:56:58 [2023-08-08T13:56:58.113Z] DONE 2 tests in 0.060s
13:56:58 [2023-08-08T13:56:58.113Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m 
13:56:58 [2023-08-08T13:56:58.113Z] ++ 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
13:56:58 [2023-08-08T13:56:58.113Z] ++ set -e
13:56:58 [2023-08-08T13:56:58.113Z] ++ '[' -n 0 ']'
13:56:58 [2023-08-08T13:56:58.113Z] ++ set -x
13:56:58 [2023-08-08T13:56:58.113Z] ++ 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.vxAX50sIB5/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
13:56:58 [2023-08-08T13:56:58.113Z] INFO: Testing against a local daemon
13:56:58 [2023-08-08T13:56:58.113Z] === RUN   TestCgroupDriverSystemdMemoryLimit
13:56:58 [2023-08-08T13:56:58.113Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
13:56:58 [2023-08-08T13:56:58.113Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
13:56:58 [2023-08-08T13:56:58.113Z] === RUN   TestDiskUsage
13:56:58 [2023-08-08T13:56:58.113Z] === PAUSE TestDiskUsage
13:56:58 [2023-08-08T13:56:58.113Z] === RUN   TestEventsExecDie
13:56:58 [2023-08-08T13:56:58.374Z] --- PASS: TestEventsExecDie (0.51s)
13:56:58 [2023-08-08T13:56:58.374Z] === RUN   TestEventsBackwardsCompatible
13:56:58 [2023-08-08T13:56:58.374Z] --- PASS: TestEventsBackwardsCompatible (0.05s)
13:56:58 [2023-08-08T13:56:58.374Z] === RUN   TestEventsVolumeCreate
13:56:58 [2023-08-08T13:56:58.374Z] --- PASS: TestEventsVolumeCreate (0.04s)
13:56:58 [2023-08-08T13:56:58.374Z] === RUN   TestInfoBinaryCommits
13:56:58 [2023-08-08T13:56:58.635Z] --- PASS: TestInfoBinaryCommits (0.02s)
13:56:58 [2023-08-08T13:56:58.635Z] === RUN   TestInfoAPIVersioned
13:56:58 [2023-08-08T13:56:58.635Z] --- PASS: TestInfoAPIVersioned (0.01s)
13:56:58 [2023-08-08T13:56:58.635Z] === RUN   TestInfoAPI
13:56:58 [2023-08-08T13:56:58.635Z] --- PASS: TestInfoAPI (0.02s)
13:56:58 [2023-08-08T13:56:58.635Z] === RUN   TestInfoAPIWarnings
13:57:16 [2023-08-08T13:57:16.767Z] --- PASS: TestInfoAPIWarnings (16.55s)
13:57:16 [2023-08-08T13:57:16.767Z] === RUN   TestInfoDebug
13:57:16 [2023-08-08T13:57:16.767Z] --- PASS: TestInfoDebug (0.52s)
13:57:16 [2023-08-08T13:57:16.767Z] === RUN   TestInfoInsecureRegistries
13:57:16 [2023-08-08T13:57:16.767Z] --- PASS: TestInfoInsecureRegistries (0.52s)
13:57:16 [2023-08-08T13:57:16.767Z] === RUN   TestInfoRegistryMirrors
13:57:16 [2023-08-08T13:57:16.767Z] --- PASS: TestInfoRegistryMirrors (0.52s)
13:57:16 [2023-08-08T13:57:16.767Z] === RUN   TestLoginFailsWithBadCredentials
13:57:17 [2023-08-08T13:57:17.029Z] --- PASS: TestLoginFailsWithBadCredentials (0.42s)
13:57:17 [2023-08-08T13:57:17.029Z] === RUN   TestPingCacheHeaders
13:57:17 [2023-08-08T13:57:17.029Z] --- PASS: TestPingCacheHeaders (0.02s)
13:57:17 [2023-08-08T13:57:17.029Z] === RUN   TestPingGet
13:57:17 [2023-08-08T13:57:17.029Z] --- PASS: TestPingGet (0.01s)
13:57:17 [2023-08-08T13:57:17.029Z] === RUN   TestPingHead
13:57:17 [2023-08-08T13:57:17.029Z] --- PASS: TestPingHead (0.02s)
13:57:17 [2023-08-08T13:57:17.029Z] === RUN   TestPingSwarmHeader
13:57:17 [2023-08-08T13:57:17.601Z] === RUN   TestPingSwarmHeader/before_swarm_init
13:57:18 [2023-08-08T13:57:18.172Z] === RUN   TestPingSwarmHeader/after_swarm_init
13:57:19 [2023-08-08T13:57:19.114Z] === RUN   TestPingSwarmHeader/after_swarm_leave
13:57:19 [2023-08-08T13:57:19.114Z] --- PASS: TestPingSwarmHeader (1.88s)
13:57:19 [2023-08-08T13:57:19.114Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
13:57:19 [2023-08-08T13:57:19.114Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
13:57:19 [2023-08-08T13:57:19.114Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
13:57:19 [2023-08-08T13:57:19.114Z] === RUN   TestPingBuilderHeader
13:57:19 [2023-08-08T13:57:19.114Z] === RUN   TestPingBuilderHeader/default_config
13:57:19 [2023-08-08T13:57:19.685Z] === RUN   TestPingBuilderHeader/buildkit_disabled
13:57:19 [2023-08-08T13:57:19.946Z] --- PASS: TestPingBuilderHeader (1.04s)
13:57:19 [2023-08-08T13:57:19.946Z]     --- PASS: TestPingBuilderHeader/default_config (0.52s)
13:57:19 [2023-08-08T13:57:19.946Z]     --- PASS: TestPingBuilderHeader/buildkit_disabled (0.52s)
13:57:19 [2023-08-08T13:57:19.946Z] === RUN   TestVersion
13:57:19 [2023-08-08T13:57:19.946Z] --- PASS: TestVersion (0.02s)
13:57:19 [2023-08-08T13:57:19.946Z] === CONT  TestDiskUsage
13:57:20 [2023-08-08T13:57:20.518Z] === RUN   TestDiskUsage/empty
13:57:20 [2023-08-08T13:57:20.518Z] === RUN   TestDiskUsage/empty/container_types
13:57:20 [2023-08-08T13:57:20.518Z] === RUN   TestDiskUsage/empty/image_types
13:57:20 [2023-08-08T13:57:20.518Z] === RUN   TestDiskUsage/empty/volume_types
13:57:20 [2023-08-08T13:57:20.518Z] === RUN   TestDiskUsage/empty/build-cache_types
13:57:20 [2023-08-08T13:57:20.518Z] === RUN   TestDiskUsage/empty/container,_volume_types
13:57:20 [2023-08-08T13:57:20.518Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
13:57:20 [2023-08-08T13:57:20.518Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
13:57:20 [2023-08-08T13:57:20.518Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
13:57:20 [2023-08-08T13:57:20.518Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
13:57:20 [2023-08-08T13:57:20.518Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
13:57:20 [2023-08-08T13:57:20.518Z] === RUN   TestDiskUsage/after_LoadBusybox
13:57:20 [2023-08-08T13:57:20.779Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
13:57:20 [2023-08-08T13:57:20.779Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
13:57:20 [2023-08-08T13:57:20.779Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
13:57:20 [2023-08-08T13:57:20.779Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
13:57:20 [2023-08-08T13:57:20.779Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
13:57:20 [2023-08-08T13:57:20.779Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
13:57:20 [2023-08-08T13:57:20.779Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
13:57:20 [2023-08-08T13:57:20.779Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
13:57:20 [2023-08-08T13:57:20.779Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
13:57:20 [2023-08-08T13:57:20.779Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
13:57:20 [2023-08-08T13:57:20.779Z] === RUN   TestDiskUsage/after_container.Run
13:57:21 [2023-08-08T13:57:21.041Z] === RUN   TestDiskUsage/after_container.Run/container_types
13:57:21 [2023-08-08T13:57:21.041Z] === RUN   TestDiskUsage/after_container.Run/image_types
13:57:21 [2023-08-08T13:57:21.041Z] === RUN   TestDiskUsage/after_container.Run/volume_types
13:57:21 [2023-08-08T13:57:21.041Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
13:57:21 [2023-08-08T13:57:21.041Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
13:57:21 [2023-08-08T13:57:21.041Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
13:57:21 [2023-08-08T13:57:21.041Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
13:57:21 [2023-08-08T13:57:21.041Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
13:57:21 [2023-08-08T13:57:21.041Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
13:57:21 [2023-08-08T13:57:21.041Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
13:57:21 [2023-08-08T13:57:21.041Z] --- PASS: TestDiskUsage (1.09s)
13:57:21 [2023-08-08T13:57:21.041Z]     --- PASS: TestDiskUsage/empty (0.01s)
13:57:21 [2023-08-08T13:57:21.041Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
13:57:21 [2023-08-08T13:57:21.041Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
13:57:21 [2023-08-08T13:57:21.041Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
13:57:21 [2023-08-08T13:57:21.041Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
13:57:21 [2023-08-08T13:57:21.041Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
13:57:21 [2023-08-08T13:57:21.041Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
13:57:21 [2023-08-08T13:57:21.041Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
13:57:21 [2023-08-08T13:57:21.041Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
13:57:21 [2023-08-08T13:57:21.041Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
13:57:21 [2023-08-08T13:57:21.041Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
13:57:21 [2023-08-08T13:57:21.041Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.09s)
13:57:21 [2023-08-08T13:57:21.041Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
13:57:21 [2023-08-08T13:57:21.041Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
13:57:21 [2023-08-08T13:57:21.041Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
13:57:21 [2023-08-08T13:57:21.041Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
13:57:21 [2023-08-08T13:57:21.041Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
13:57:21 [2023-08-08T13:57:21.041Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
13:57:21 [2023-08-08T13:57:21.041Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
13:57:21 [2023-08-08T13:57:21.041Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
13:57:21 [2023-08-08T13:57:21.041Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
13:57:21 [2023-08-08T13:57:21.041Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
13:57:21 [2023-08-08T13:57:21.041Z]     --- PASS: TestDiskUsage/after_container.Run (0.26s)
13:57:21 [2023-08-08T13:57:21.041Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
13:57:21 [2023-08-08T13:57:21.041Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
13:57:21 [2023-08-08T13:57:21.041Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
13:57:21 [2023-08-08T13:57:21.041Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
13:57:21 [2023-08-08T13:57:21.041Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
13:57:21 [2023-08-08T13:57:21.041Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
13:57:21 [2023-08-08T13:57:21.041Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
13:57:21 [2023-08-08T13:57:21.041Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
13:57:21 [2023-08-08T13:57:21.041Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
13:57:21 [2023-08-08T13:57:21.041Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
13:57:21 [2023-08-08T13:57:21.041Z] PASS
13:57:21 [2023-08-08T13:57:21.041Z] 
13:57:21 [2023-08-08T13:57:21.041Z] === Skipped
13:57:21 [2023-08-08T13:57:21.041Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
13:57:21 [2023-08-08T13:57:21.041Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
13:57:21 [2023-08-08T13:57:21.041Z] 
13:57:21 [2023-08-08T13:57:21.041Z] DONE 57 tests, 1 skipped in 23.274s
13:57:21 [2023-08-08T13:57:21.041Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m 
13:57:21 [2023-08-08T13:57:21.041Z] ++ 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
13:57:21 [2023-08-08T13:57:21.041Z] ++ set -e
13:57:21 [2023-08-08T13:57:21.041Z] ++ '[' -n 0 ']'
13:57:21 [2023-08-08T13:57:21.041Z] ++ set -x
13:57:21 [2023-08-08T13:57:21.041Z] ++ 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.vxAX50sIB5/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
13:57:21 [2023-08-08T13:57:21.302Z] INFO: Testing against a local daemon
13:57:21 [2023-08-08T13:57:21.302Z] === RUN   TestVolumesCreateAndList
13:57:21 [2023-08-08T13:57:21.302Z] --- PASS: TestVolumesCreateAndList (0.02s)
13:57:21 [2023-08-08T13:57:21.302Z] === RUN   TestVolumesRemove
13:57:21 [2023-08-08T13:57:21.302Z] === RUN   TestVolumesRemove/volume_in_use
13:57:21 [2023-08-08T13:57:21.302Z] === RUN   TestVolumesRemove/volume_not_in_use
13:57:21 [2023-08-08T13:57:21.302Z] === RUN   TestVolumesRemove/non-existing_volume
13:57:21 [2023-08-08T13:57:21.302Z] === RUN   TestVolumesRemove/non-existing_volume_force
13:57:21 [2023-08-08T13:57:21.302Z] --- PASS: TestVolumesRemove (0.04s)
13:57:21 [2023-08-08T13:57:21.302Z]     --- PASS: TestVolumesRemove/volume_in_use (0.00s)
13:57:21 [2023-08-08T13:57:21.302Z]     --- PASS: TestVolumesRemove/volume_not_in_use (0.01s)
13:57:21 [2023-08-08T13:57:21.302Z]     --- PASS: TestVolumesRemove/non-existing_volume (0.00s)
13:57:21 [2023-08-08T13:57:21.302Z]     --- PASS: TestVolumesRemove/non-existing_volume_force (0.00s)
13:57:21 [2023-08-08T13:57:21.302Z] === RUN   TestVolumesRemoveSwarmEnabled
13:57:21 [2023-08-08T13:57:21.302Z] === PAUSE TestVolumesRemoveSwarmEnabled
13:57:21 [2023-08-08T13:57:21.302Z] === RUN   TestVolumesInspect
13:57:21 [2023-08-08T13:57:21.302Z] --- PASS: TestVolumesInspect (0.01s)
13:57:21 [2023-08-08T13:57:21.302Z] === RUN   TestVolumesInvalidJSON
13:57:21 [2023-08-08T13:57:21.302Z] === RUN   TestVolumesInvalidJSON/volumes/create
13:57:21 [2023-08-08T13:57:21.302Z] === PAUSE TestVolumesInvalidJSON/volumes/create
13:57:21 [2023-08-08T13:57:21.302Z] === CONT  TestVolumesInvalidJSON/volumes/create
13:57:21 [2023-08-08T13:57:21.302Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
13:57:21 [2023-08-08T13:57:21.302Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
13:57:21 [2023-08-08T13:57:21.302Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
13:57:21 [2023-08-08T13:57:21.302Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
13:57:21 [2023-08-08T13:57:21.302Z] --- PASS: TestVolumesInvalidJSON (0.01s)
13:57:21 [2023-08-08T13:57:21.302Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
13:57:21 [2023-08-08T13:57:21.302Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
13:57:21 [2023-08-08T13:57:21.302Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
13:57:21 [2023-08-08T13:57:21.302Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
13:57:21 [2023-08-08T13:57:21.302Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
13:57:21 [2023-08-08T13:57:21.302Z] === RUN   TestVolumePruneAnonymous
13:57:21 [2023-08-08T13:57:21.302Z] --- PASS: TestVolumePruneAnonymous (0.03s)
13:57:21 [2023-08-08T13:57:21.302Z] === RUN   TestVolumePruneAnonFromImage
13:57:21 [2023-08-08T13:57:21.302Z] --- PASS: TestVolumePruneAnonFromImage (0.10s)
13:57:21 [2023-08-08T13:57:21.302Z] === CONT  TestVolumesRemoveSwarmEnabled
13:57:22 [2023-08-08T13:57:22.688Z] === RUN   TestVolumesRemoveSwarmEnabled/volume_in_use
13:57:22 [2023-08-08T13:57:22.688Z] === RUN   TestVolumesRemoveSwarmEnabled/volume_not_in_use
13:57:22 [2023-08-08T13:57:22.689Z] === RUN   TestVolumesRemoveSwarmEnabled/non-existing_volume
13:57:22 [2023-08-08T13:57:22.689Z] === RUN   TestVolumesRemoveSwarmEnabled/non-existing_volume_force
13:57:23 [2023-08-08T13:57:23.260Z] --- PASS: TestVolumesRemoveSwarmEnabled (1.92s)
13:57:23 [2023-08-08T13:57:23.260Z]     --- PASS: TestVolumesRemoveSwarmEnabled/volume_in_use (0.00s)
13:57:23 [2023-08-08T13:57:23.260Z]     --- PASS: TestVolumesRemoveSwarmEnabled/volume_not_in_use (0.01s)
13:57:23 [2023-08-08T13:57:23.260Z]     --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume (0.00s)
13:57:23 [2023-08-08T13:57:23.260Z]     --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume_force (0.00s)
13:57:23 [2023-08-08T13:57:23.260Z] PASS
13:57:23 [2023-08-08T13:57:23.260Z] 
13:57:23 [2023-08-08T13:57:23.260Z] DONE 20 tests in 2.171s
13:57:23 [2023-08-08T13:57:23.260Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
13:57:23 [2023-08-08T13:57:23.520Z] ++++ cat bundles/test-integration/docker.pid
13:57:23 [2023-08-08T13:57:23.520Z] +++ kill 21921
13:57:24 [2023-08-08T13:57:24.904Z] +++ /etc/init.d/apparmor stop
13:57:24 [2023-08-08T13:57:24.904Z] Leaving: AppArmorNo profiles have been unloaded.
13:57:24 [2023-08-08T13:57:24.904Z] 
13:57:24 [2023-08-08T13:57:24.904Z] Unloading profiles will leave already running processes permanently
13:57:24 [2023-08-08T13:57:24.904Z] unconfined, which can lead to unexpected situations.
13:57:24 [2023-08-08T13:57:24.904Z] 
13:57:24 [2023-08-08T13:57:24.904Z] To set a process to complain mode, use the command line tool
13:57:24 [2023-08-08T13:57:24.904Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
13:57:24 [2023-08-08T13:57:24.904Z] +++ true
13:57:24 [2023-08-08T13:57:24.904Z] exiting test-integration
13:57:24 [2023-08-08T13:57:24.904Z] ++ exit 0
13:57:24 [2023-08-08T13:57:24.904Z] 
Post stage
[Pipeline] junit
13:57:25 [2023-08-08T13:57:25.863Z] Recording test results
13:57:26 [2023-08-08T13:57:26.023Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
13:57:26 [2023-08-08T13:57:26.337Z] + echo Ensuring container killed.
13:57:26 [2023-08-08T13:57:26.337Z] Ensuring container killed.
13:57:26 [2023-08-08T13:57:26.337Z] + docker rm -vf docker-pr2
13:57:26 [2023-08-08T13:57:26.337Z] Error response from daemon: No such container: docker-pr2
[Pipeline] sh
13:57:26 [2023-08-08T13:57:26.625Z] + echo Chowning /workspace to jenkins user
13:57:26 [2023-08-08T13:57:26.625Z] Chowning /workspace to jenkins user
13:57:26 [2023-08-08T13:57:26.625Z] + id -u
13:57:26 [2023-08-08T13:57:26.625Z] + id -g
13:57:26 [2023-08-08T13:57:26.625Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-46166:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
13:57:27 [2023-08-08T13:57:27.868Z] + bundleName=arm64-integration
13:57:27 [2023-08-08T13:57:27.868Z] + echo Creating arm64-integration-bundles.tar.gz
13:57:27 [2023-08-08T13:57:27.868Z] Creating arm64-integration-bundles.tar.gz
13:57:27 [2023-08-08T13:57:27.868Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
13:57:27 [2023-08-08T13:57:27.868Z] + xargs tar -czf arm64-integration-bundles.tar.gz
[Pipeline] archiveArtifacts
13:57:28 [2023-08-08T13:57:28.162Z] Archiving artifacts
13:57:28 [2023-08-08T13:57:28.404Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-46166/2/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
13:57:28 [2023-08-08T13:57:28.705Z] + make clean
13:57:28 [2023-08-08T13:57:28.705Z] docker volume rm -f docker-dev-cache docker-mod-cache
13:57:28 [2023-08-08T13:57:28.705Z] docker-dev-cache
13:57:28 [2023-08-08T13:57:28.705Z] 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