Skip to content
Success

Console Output

Pull request #45161 opened
15:26:08 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 127cd9def1814a4d333c45d36963e171faf4e4c4+ee17ecbd3913a275f82bdcf95b74bcd51ae83adf (2876ad2fe441909dc5ee8038c550c8c448ff1c59)
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
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/jps.git
 > git init /var/cloudbees-jenkins-distribution/workspace/moby_PR-45161@libs/jps # timeout=10
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
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
Checking out Revision 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"
First time build. Skipping changelog.
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
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
15:26:10 [2023-03-14T15:26:10.836Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
[Pipeline] milestone
15:26:10 [2023-03-14T15:26:10.840Z] Trying to pass milestone 1
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
15:26:26 [2023-03-14T15:26:26.007Z] Still waiting to schedule task
15:26:26 [2023-03-14T15:26:26.009Z] Waiting for next available executor on ‘arm64&&ubuntu-200415:26:36 [2023-03-14T15:26:36.386Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0e5406bb4b79a3c23) in /home/ubuntu/workspace/moby_PR-45161
[Pipeline] {
[Pipeline] checkout
15:26:36 [2023-03-14T15:26:36.416Z] The recommended git tool is: git
15:26:36 [2023-03-14T15:26:36.443Z] using credential docker-jenkins-github-credentials
15:26:36 [2023-03-14T15:26:36.454Z] Cloning the remote Git repository
15:26:36 [2023-03-14T15:26:36.454Z] Cloning with configured refspecs honoured and without tags
15:26:36 [2023-03-14T15:26:36.449Z] Cloning repository https://github.com/moby/moby.git
15:26:36 [2023-03-14T15:26:36.450Z]  > git init /home/ubuntu/workspace/moby_PR-45161 # timeout=10
15:26:36 [2023-03-14T15:26:36.461Z] Fetching upstream changes from https://github.com/moby/moby.git
15:26:36 [2023-03-14T15:26:36.461Z]  > git --version # timeout=10
15:26:36 [2023-03-14T15:26:36.472Z]  > git --version # 'git version 2.25.1'
15:26:36 [2023-03-14T15:26:36.472Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:26:36 [2023-03-14T15:26:36.473Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45161/head:refs/remotes/origin/PR-45161 +refs/heads/master:refs/remotes/origin/master # timeout=10
15:26:49 [2023-03-14T15:26:49.376Z] Fetching without tags
15:26:49 [2023-03-14T15:26:49.617Z] Merging remotes/origin/master commit ee17ecbd3913a275f82bdcf95b74bcd51ae83adf into PR head commit 127cd9def1814a4d333c45d36963e171faf4e4c4
15:26:50 [2023-03-14T15:26:50.272Z] Merge succeeded, producing 127cd9def1814a4d333c45d36963e171faf4e4c4
15:26:50 [2023-03-14T15:26:50.272Z] Checking out Revision 127cd9def1814a4d333c45d36963e171faf4e4c4 (PR-45161)
15:26:50 [2023-03-14T15:26:50.577Z] Commit message: "integration/plugin: fix duplicate import"
15:26:50 [2023-03-14T15:26:50.577Z] First time build. Skipping changelog.
15:26:49 [2023-03-14T15:26:49.347Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:26:49 [2023-03-14T15:26:49.351Z]  > git config --add remote.origin.fetch +refs/pull/45161/head:refs/remotes/origin/PR-45161 # timeout=10
15:26:49 [2023-03-14T15:26:49.358Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
15:26:49 [2023-03-14T15:26:49.366Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:26:49 [2023-03-14T15:26:49.373Z] Fetching upstream changes from https://github.com/moby/moby.git
15:26:49 [2023-03-14T15:26:49.373Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:26:49 [2023-03-14T15:26:49.374Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45161/head:refs/remotes/origin/PR-45161 +refs/heads/master:refs/remotes/origin/master # timeout=10
15:26:49 [2023-03-14T15:26:49.614Z]  > git config core.sparsecheckout # timeout=10
15:26:49 [2023-03-14T15:26:49.619Z]  > git checkout -f 127cd9def1814a4d333c45d36963e171faf4e4c4 # timeout=10
15:26:50 [2023-03-14T15:26:50.243Z]  > git remote # timeout=10
15:26:50 [2023-03-14T15:26:50.250Z]  > git config --get remote.origin.url # timeout=10
15:26:50 [2023-03-14T15:26:50.254Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:26:50 [2023-03-14T15:26:50.255Z]  > git merge ee17ecbd3913a275f82bdcf95b74bcd51ae83adf # timeout=10
15:26:50 [2023-03-14T15:26:50.263Z]  > git rev-parse HEAD^{commit} # timeout=10
15:26:50 [2023-03-14T15:26:50.269Z]  > git config core.sparsecheckout # timeout=10
15:26:50 [2023-03-14T15:26:50.273Z]  > git checkout -f 127cd9def1814a4d333c45d36963e171faf4e4c4 # timeout=10
15:26:50 [2023-03-14T15:26:50.581Z]  > git --version # timeout=10
15:26:50 [2023-03-14T15:26:50.588Z]  > git --version # 'git version 2.25.1'
15:26:50 [2023-03-14T15:26:50.593Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
15:26:51 [2023-03-14T15:26:51.363Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45161:/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
15:26:57 [2023-03-14T15:26:57.933Z] 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
[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] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[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] }
15:27:05 [2023-03-14T15:27:05.502Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-008a516c820de8813) in /home/ubuntu/workspace/moby_PR-45161
[Pipeline] {
[Pipeline] checkout
15:27:05 [2023-03-14T15:27:05.521Z] The recommended git tool is: git
15:27:05 [2023-03-14T15:27:05.530Z] using credential docker-jenkins-github-credentials
15:27:05 [2023-03-14T15:27:05.546Z] Cloning the remote Git repository
15:27:05 [2023-03-14T15:27:05.546Z] Cloning with configured refspecs honoured and without tags
15:27:05 [2023-03-14T15:27:05.550Z] Cloning repository https://github.com/moby/moby.git
15:27:05 [2023-03-14T15:27:05.550Z]  > git init /home/ubuntu/workspace/moby_PR-45161 # timeout=10
15:27:05 [2023-03-14T15:27:05.557Z] Fetching upstream changes from https://github.com/moby/moby.git
15:27:05 [2023-03-14T15:27:05.557Z]  > git --version # timeout=10
15:27:05 [2023-03-14T15:27:05.563Z]  > git --version # 'git version 2.25.1'
15:27:05 [2023-03-14T15:27:05.563Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:27:05 [2023-03-14T15:27:05.564Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45161/head:refs/remotes/origin/PR-45161 +refs/heads/master:refs/remotes/origin/master # timeout=10
15:27:18 [2023-03-14T15:27:18.633Z] Fetching without tags
15:27:18 [2023-03-14T15:27:18.871Z] Merging remotes/origin/master commit ee17ecbd3913a275f82bdcf95b74bcd51ae83adf into PR head commit 127cd9def1814a4d333c45d36963e171faf4e4c4
15:27:19 [2023-03-14T15:27:19.487Z] Merge succeeded, producing 127cd9def1814a4d333c45d36963e171faf4e4c4
15:27:19 [2023-03-14T15:27:19.488Z] Checking out Revision 127cd9def1814a4d333c45d36963e171faf4e4c4 (PR-45161)
15:27:18 [2023-03-14T15:27:18.618Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:27:18 [2023-03-14T15:27:18.621Z]  > git config --add remote.origin.fetch +refs/pull/45161/head:refs/remotes/origin/PR-45161 # timeout=10
15:27:18 [2023-03-14T15:27:18.624Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
15:27:18 [2023-03-14T15:27:18.630Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:27:18 [2023-03-14T15:27:18.637Z] Fetching upstream changes from https://github.com/moby/moby.git
15:27:18 [2023-03-14T15:27:18.637Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:27:18 [2023-03-14T15:27:18.638Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45161/head:refs/remotes/origin/PR-45161 +refs/heads/master:refs/remotes/origin/master # timeout=10
15:27:18 [2023-03-14T15:27:18.875Z]  > git config core.sparsecheckout # timeout=10
15:27:18 [2023-03-14T15:27:18.880Z]  > git checkout -f 127cd9def1814a4d333c45d36963e171faf4e4c4 # timeout=10
15:27:19 [2023-03-14T15:27:19.470Z]  > git remote # timeout=10
15:27:19 [2023-03-14T15:27:19.474Z]  > git config --get remote.origin.url # timeout=10
15:27:19 [2023-03-14T15:27:19.477Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:27:19 [2023-03-14T15:27:19.477Z]  > git merge ee17ecbd3913a275f82bdcf95b74bcd51ae83adf # timeout=10
15:27:19 [2023-03-14T15:27:19.485Z]  > git rev-parse HEAD^{commit} # timeout=10
15:27:19 [2023-03-14T15:27:19.492Z]  > git config core.sparsecheckout # timeout=10
15:27:19 [2023-03-14T15:27:19.494Z]  > git checkout -f 127cd9def1814a4d333c45d36963e171faf4e4c4 # timeout=10
15:27:20 [2023-03-14T15:27:20.129Z] Commit message: "integration/plugin: fix duplicate import"
15:27:20 [2023-03-14T15:27:20.145Z]  > git --version # timeout=10
15:27:20 [2023-03-14T15:27:20.148Z]  > git --version # 'git version 2.25.1'
15:27:20 [2023-03-14T15:27:20.151Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
15:27:20 [2023-03-14T15:27:20.916Z] + docker version
15:27:20 [2023-03-14T15:27:20.916Z] Client: Docker Engine - Community
15:27:20 [2023-03-14T15:27:20.916Z]  Version:           22.06.0-beta.0
15:27:20 [2023-03-14T15:27:20.916Z]  API version:       1.42
15:27:20 [2023-03-14T15:27:20.916Z]  Go version:        go1.18.3
15:27:20 [2023-03-14T15:27:20.916Z]  Git commit:        3e9117b
15:27:20 [2023-03-14T15:27:20.916Z]  Built:             Fri Jun  3 17:55:34 2022
15:27:20 [2023-03-14T15:27:20.916Z]  OS/Arch:           linux/arm64
15:27:20 [2023-03-14T15:27:20.916Z]  Context:           default
15:27:20 [2023-03-14T15:27:20.916Z] 
15:27:20 [2023-03-14T15:27:20.916Z] Server: Docker Engine - Community
15:27:20 [2023-03-14T15:27:20.916Z]  Engine:
15:27:20 [2023-03-14T15:27:20.916Z]   Version:          22.06.0-beta.0
15:27:20 [2023-03-14T15:27:20.916Z]   API version:      1.42 (minimum version 1.12)
15:27:20 [2023-03-14T15:27:20.916Z]   Go version:       go1.18.3
15:27:20 [2023-03-14T15:27:20.916Z]   Git commit:       38633e7
15:27:20 [2023-03-14T15:27:20.916Z]   Built:            Fri Jun  3 17:55:34 2022
15:27:20 [2023-03-14T15:27:20.916Z]   OS/Arch:          linux/arm64
15:27:20 [2023-03-14T15:27:20.916Z]   Experimental:     true
15:27:20 [2023-03-14T15:27:20.916Z]  containerd:
15:27:20 [2023-03-14T15:27:20.916Z]   Version:          1.6.8
15:27:20 [2023-03-14T15:27:20.916Z]   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
15:27:20 [2023-03-14T15:27:20.916Z]  runc:
15:27:20 [2023-03-14T15:27:20.916Z]   Version:          1.1.4
15:27:20 [2023-03-14T15:27:20.916Z]   GitCommit:        v1.1.4-0-g5fd4c4d
15:27:20 [2023-03-14T15:27:20.916Z]  docker-init:
15:27:20 [2023-03-14T15:27:20.916Z]   Version:          0.19.0
15:27:20 [2023-03-14T15:27:20.916Z]   GitCommit:        de40ad0
[Pipeline] sh
15:27:21 [2023-03-14T15:27:21.200Z] + docker info
15:27:21 [2023-03-14T15:27:21.200Z] Client:
15:27:21 [2023-03-14T15:27:21.200Z]  Context:    default
15:27:21 [2023-03-14T15:27:21.200Z]  Debug Mode: false
15:27:21 [2023-03-14T15:27:21.200Z]  Plugins:
15:27:21 [2023-03-14T15:27:21.200Z]   buildx: Docker Buildx (Docker Inc.)
15:27:21 [2023-03-14T15:27:21.200Z]     Version:  v0.8.2
15:27:21 [2023-03-14T15:27:21.200Z]     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
15:27:21 [2023-03-14T15:27:21.200Z]   compose: Docker Compose (Docker Inc.)
15:27:21 [2023-03-14T15:27:21.200Z]     Version:  v2.12.0
15:27:21 [2023-03-14T15:27:21.200Z]     Path:     /usr/libexec/docker/cli-plugins/docker-compose
15:27:21 [2023-03-14T15:27:21.200Z] 
15:27:21 [2023-03-14T15:27:21.200Z] Server:
15:27:21 [2023-03-14T15:27:21.200Z]  Containers: 0
15:27:21 [2023-03-14T15:27:21.200Z]   Running: 0
15:27:21 [2023-03-14T15:27:21.200Z]   Paused: 0
15:27:21 [2023-03-14T15:27:21.200Z]   Stopped: 0
15:27:21 [2023-03-14T15:27:21.200Z]  Images: 7
15:27:21 [2023-03-14T15:27:21.200Z]  Server Version: 22.06.0-beta.0
15:27:21 [2023-03-14T15:27:21.200Z]  Storage Driver: overlay2
15:27:21 [2023-03-14T15:27:21.200Z]   Backing Filesystem: extfs
15:27:21 [2023-03-14T15:27:21.200Z]   Supports d_type: true
15:27:21 [2023-03-14T15:27:21.200Z]   Using metacopy: false
15:27:21 [2023-03-14T15:27:21.200Z]   Native Overlay Diff: true
15:27:21 [2023-03-14T15:27:21.200Z]   userxattr: false
15:27:21 [2023-03-14T15:27:21.200Z]  Logging Driver: json-file
15:27:21 [2023-03-14T15:27:21.200Z]  Cgroup Driver: cgroupfs
15:27:21 [2023-03-14T15:27:21.200Z]  Cgroup Version: 1
15:27:21 [2023-03-14T15:27:21.200Z]  Plugins:
15:27:21 [2023-03-14T15:27:21.200Z]   Volume: local
15:27:21 [2023-03-14T15:27:21.200Z]   Network: bridge host ipvlan macvlan null overlay
15:27:21 [2023-03-14T15:27:21.200Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
15:27:21 [2023-03-14T15:27:21.200Z]  Swarm: inactive
15:27:21 [2023-03-14T15:27:21.200Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
15:27:21 [2023-03-14T15:27:21.200Z]  Default Runtime: runc
15:27:21 [2023-03-14T15:27:21.200Z]  Init Binary: docker-init
15:27:21 [2023-03-14T15:27:21.200Z]  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
15:27:21 [2023-03-14T15:27:21.200Z]  runc version: v1.1.4-0-g5fd4c4d
15:27:21 [2023-03-14T15:27:21.200Z]  init version: de40ad0
15:27:21 [2023-03-14T15:27:21.200Z]  Security Options:
15:27:21 [2023-03-14T15:27:21.200Z]   apparmor
15:27:21 [2023-03-14T15:27:21.200Z]   seccomp
15:27:21 [2023-03-14T15:27:21.200Z]    Profile: builtin
15:27:21 [2023-03-14T15:27:21.200Z]  Kernel Version: 5.15.0-1022-aws
15:27:21 [2023-03-14T15:27:21.200Z]  Operating System: Ubuntu 20.04.5 LTS
15:27:21 [2023-03-14T15:27:21.200Z]  OSType: linux
15:27:21 [2023-03-14T15:27:21.200Z]  Architecture: aarch64
15:27:21 [2023-03-14T15:27:21.200Z]  CPUs: 2
15:27:21 [2023-03-14T15:27:21.200Z]  Total Memory: 7.559GiB
15:27:21 [2023-03-14T15:27:21.200Z]  Name: ip-10-100-46-98
15:27:21 [2023-03-14T15:27:21.200Z]  ID: a4508864-5846-4859-9d9f-739af3007ee0
15:27:21 [2023-03-14T15:27:21.200Z]  Docker Root Dir: /var/lib/docker
15:27:21 [2023-03-14T15:27:21.200Z]  Debug Mode: false
15:27:21 [2023-03-14T15:27:21.200Z]  Registry: https://index.docker.io/v1/
15:27:21 [2023-03-14T15:27:21.200Z]  Labels:
15:27:21 [2023-03-14T15:27:21.200Z]  Experimental: true
15:27:21 [2023-03-14T15:27:21.200Z]  Insecure Registries:
15:27:21 [2023-03-14T15:27:21.200Z]   127.0.0.0/8
15:27:21 [2023-03-14T15:27:21.200Z]  Live Restore Enabled: true
15:27:21 [2023-03-14T15:27:21.200Z] 
[Pipeline] sh
15:27:21 [2023-03-14T15:27:21.486Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
15:27:21 [2023-03-14T15:27:21.486Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
15:27:21 [2023-03-14T15:27:21.486Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-45161/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
15:27:21 [2023-03-14T15:27:21.486Z] + bash /home/ubuntu/workspace/moby_PR-45161/check-config.sh
15:27:21 [2023-03-14T15:27:21.486Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
15:27:21 [2023-03-14T15:27:21.486Z] info: reading kernel config from /boot/config-5.15.0-1022-aws ...
15:27:21 [2023-03-14T15:27:21.486Z] 
15:27:21 [2023-03-14T15:27:21.486Z] Generally Necessary:
15:27:21 [2023-03-14T15:27:21.486Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
15:27:21 [2023-03-14T15:27:21.486Z] - apparmor: enabled and tools installed
15:27:21 [2023-03-14T15:27:21.486Z] - CONFIG_NAMESPACES: enabled
15:27:21 [2023-03-14T15:27:21.486Z] - CONFIG_NET_NS: enabled
15:27:21 [2023-03-14T15:27:21.486Z] - CONFIG_PID_NS: enabled
15:27:21 [2023-03-14T15:27:21.486Z] - CONFIG_IPC_NS: enabled
15:27:21 [2023-03-14T15:27:21.486Z] - CONFIG_UTS_NS: enabled
15:27:21 [2023-03-14T15:27:21.486Z] - CONFIG_CGROUPS: enabled
15:27:21 [2023-03-14T15:27:21.486Z] - CONFIG_CGROUP_CPUACCT: enabled
15:27:21 [2023-03-14T15:27:21.486Z] - CONFIG_CGROUP_DEVICE: enabled
15:27:21 [2023-03-14T15:27:21.486Z] - CONFIG_CGROUP_FREEZER: enabled
15:27:21 [2023-03-14T15:27:21.486Z] - CONFIG_CGROUP_SCHED: enabled
15:27:21 [2023-03-14T15:27:21.486Z] - CONFIG_CPUSETS: enabled
15:27:21 [2023-03-14T15:27:21.486Z] - CONFIG_MEMCG: enabled
15:27:21 [2023-03-14T15:27:21.486Z] - CONFIG_KEYS: enabled
15:27:21 [2023-03-14T15:27:21.486Z] - CONFIG_VETH: enabled (as module)
15:27:21 [2023-03-14T15:27:21.486Z] - CONFIG_BRIDGE: enabled (as module)
15:27:21 [2023-03-14T15:27:21.486Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
15:27:21 [2023-03-14T15:27:21.486Z] - CONFIG_IP_NF_FILTER: enabled (as module)
15:27:21 [2023-03-14T15:27:21.486Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
15:27:21 [2023-03-14T15:27:21.486Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
15:27:21 [2023-03-14T15:27:21.486Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
15:27:21 [2023-03-14T15:27:21.746Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
15:27:21 [2023-03-14T15:27:21.746Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
15:27:21 [2023-03-14T15:27:21.746Z] - CONFIG_IP_NF_NAT: enabled (as module)
15:27:21 [2023-03-14T15:27:21.746Z] - CONFIG_NF_NAT: enabled (as module)
15:27:21 [2023-03-14T15:27:21.746Z] - CONFIG_POSIX_MQUEUE: enabled
15:27:21 [2023-03-14T15:27:21.746Z] - CONFIG_CGROUP_BPF: enabled
15:27:21 [2023-03-14T15:27:21.746Z] 
15:27:21 [2023-03-14T15:27:21.746Z] Optional Features:
15:27:21 [2023-03-14T15:27:21.746Z] - CONFIG_USER_NS: enabled
15:27:21 [2023-03-14T15:27:21.746Z] - CONFIG_SECCOMP: enabled
15:27:21 [2023-03-14T15:27:21.746Z] - CONFIG_SECCOMP_FILTER: enabled
15:27:21 [2023-03-14T15:27:21.746Z] - CONFIG_CGROUP_PIDS: enabled
15:27:21 [2023-03-14T15:27:21.746Z] - CONFIG_MEMCG_SWAP: enabled
15:27:21 [2023-03-14T15:27:21.746Z]     (cgroup swap accounting is currently enabled)
15:27:21 [2023-03-14T15:27:21.746Z] - CONFIG_BLK_CGROUP: enabled
15:27:21 [2023-03-14T15:27:21.746Z] - CONFIG_BLK_DEV_THROTTLING: enabled
15:27:21 [2023-03-14T15:27:21.746Z] - CONFIG_CGROUP_PERF: enabled
15:27:21 [2023-03-14T15:27:21.746Z] - CONFIG_CGROUP_HUGETLB: enabled
15:27:21 [2023-03-14T15:27:21.746Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
15:27:21 [2023-03-14T15:27:21.746Z] - CONFIG_CGROUP_NET_PRIO: enabled
15:27:21 [2023-03-14T15:27:21.746Z] - CONFIG_CFS_BANDWIDTH: enabled
15:27:21 [2023-03-14T15:27:21.746Z] - CONFIG_FAIR_GROUP_SCHED: enabled
15:27:21 [2023-03-14T15:27:21.746Z] - CONFIG_RT_GROUP_SCHED: missing
15:27:21 [2023-03-14T15:27:21.746Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
15:27:21 [2023-03-14T15:27:21.746Z] - CONFIG_IP_VS: enabled (as module)
15:27:21 [2023-03-14T15:27:21.746Z] - CONFIG_IP_VS_NFCT: enabled
15:27:21 [2023-03-14T15:27:21.746Z] - CONFIG_IP_VS_PROTO_TCP: enabled
15:27:22 [2023-03-14T15:27:22.006Z] - CONFIG_IP_VS_PROTO_UDP: enabled
15:27:22 [2023-03-14T15:27:22.006Z] - CONFIG_IP_VS_RR: enabled (as module)
15:27:22 [2023-03-14T15:27:22.006Z] - CONFIG_SECURITY_SELINUX: enabled
15:27:22 [2023-03-14T15:27:22.006Z] - CONFIG_SECURITY_APPARMOR: enabled
15:27:22 [2023-03-14T15:27:22.006Z] - CONFIG_EXT4_FS: enabled
15:27:22 [2023-03-14T15:27:22.006Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
15:27:22 [2023-03-14T15:27:22.006Z] - CONFIG_EXT4_FS_SECURITY: enabled
15:27:22 [2023-03-14T15:27:22.006Z] - Network Drivers:
15:27:22 [2023-03-14T15:27:22.006Z]   - "overlay":
15:27:22 [2023-03-14T15:27:22.006Z]     - CONFIG_VXLAN: enabled (as module)
15:27:22 [2023-03-14T15:27:22.006Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
15:27:22 [2023-03-14T15:27:22.006Z]       Optional (for encrypted networks):
15:27:22 [2023-03-14T15:27:22.006Z]       - CONFIG_CRYPTO: enabled
15:27:22 [2023-03-14T15:27:22.006Z]       - CONFIG_CRYPTO_AEAD: enabled
15:27:22 [2023-03-14T15:27:22.006Z]       - CONFIG_CRYPTO_GCM: enabled
15:27:22 [2023-03-14T15:27:22.006Z]       - CONFIG_CRYPTO_SEQIV: enabled
15:27:22 [2023-03-14T15:27:22.006Z]       - CONFIG_CRYPTO_GHASH: enabled
15:27:22 [2023-03-14T15:27:22.006Z]       - CONFIG_XFRM: enabled
15:27:22 [2023-03-14T15:27:22.006Z]       - CONFIG_XFRM_USER: enabled (as module)
15:27:22 [2023-03-14T15:27:22.006Z]       - CONFIG_XFRM_ALGO: enabled (as module)
15:27:22 [2023-03-14T15:27:22.006Z]       - CONFIG_INET_ESP: enabled (as module)
15:27:22 [2023-03-14T15:27:22.006Z]   - "ipvlan":
15:27:22 [2023-03-14T15:27:22.006Z]     - CONFIG_IPVLAN: enabled (as module)
15:27:22 [2023-03-14T15:27:22.006Z]   - "macvlan":
15:27:22 [2023-03-14T15:27:22.006Z]     - CONFIG_MACVLAN: enabled (as module)
15:27:22 [2023-03-14T15:27:22.006Z]     - CONFIG_DUMMY: enabled (as module)
15:27:22 [2023-03-14T15:27:22.006Z]   - "ftp,tftp client in container":
15:27:22 [2023-03-14T15:27:22.266Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
15:27:22 [2023-03-14T15:27:22.266Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
15:27:22 [2023-03-14T15:27:22.266Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
15:27:22 [2023-03-14T15:27:22.266Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
15:27:22 [2023-03-14T15:27:22.266Z] - Storage Drivers:
15:27:22 [2023-03-14T15:27:22.266Z]   - "aufs":
15:27:22 [2023-03-14T15:27:22.266Z]     - CONFIG_AUFS_FS: enabled (as module)
15:27:22 [2023-03-14T15:27:22.266Z]   - "btrfs":
15:27:22 [2023-03-14T15:27:22.266Z]     - CONFIG_BTRFS_FS: enabled (as module)
15:27:22 [2023-03-14T15:27:22.266Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
15:27:22 [2023-03-14T15:27:22.266Z]   - "devicemapper":
15:27:22 [2023-03-14T15:27:22.266Z]     - CONFIG_BLK_DEV_DM: enabled
15:27:22 [2023-03-14T15:27:22.266Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
15:27:22 [2023-03-14T15:27:22.266Z]   - "overlay":
15:27:22 [2023-03-14T15:27:22.266Z]     - CONFIG_OVERLAY_FS: enabled (as module)
15:27:22 [2023-03-14T15:27:22.266Z]   - "zfs":
15:27:22 [2023-03-14T15:27:22.266Z]     - /dev/zfs: present
15:27:22 [2023-03-14T15:27:22.266Z]     - zfs command: missing
15:27:22 [2023-03-14T15:27:22.266Z]     - zpool command: missing
15:27:22 [2023-03-14T15:27:22.266Z] 
15:27:22 [2023-03-14T15:27:22.266Z] Limits:
15:27:22 [2023-03-14T15:27:22.266Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
15:27:22 [2023-03-14T15:27:22.266Z] 
15:27:22 [2023-03-14T15:27:22.266Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
15:27:22 [2023-03-14T15:27:22.579Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:127cd9def1814a4d333c45d36963e171faf4e4c4 .
15:27:22 [2023-03-14T15:27:22.841Z] #1 [internal] load build definition from Dockerfile
15:27:22 [2023-03-14T15:27:22.841Z] #1 transferring dockerfile: 26.94kB done
15:27:22 [2023-03-14T15:27:22.841Z] #1 DONE 0.0s
15:27:22 [2023-03-14T15:27:22.841Z] 
15:27:22 [2023-03-14T15:27:22.841Z] #2 [internal] load .dockerignore
15:27:22 [2023-03-14T15:27:22.841Z] #2 transferring context: 113B done
15:27:22 [2023-03-14T15:27:22.841Z] #2 DONE 0.0s
15:27:22 [2023-03-14T15:27:22.841Z] 
15:27:22 [2023-03-14T15:27:22.841Z] #3 resolve image config for docker.io/docker/dockerfile:1
15:27:22 [2023-03-14T15:27:22.841Z] #3 DONE 0.1s
15:27:22 [2023-03-14T15:27:22.841Z] 
15:27:22 [2023-03-14T15:27:22.841Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14
15:27:22 [2023-03-14T15:27:22.841Z] #4 CACHED
15:27:23 [2023-03-14T15:27:23.102Z] 
15:27:23 [2023-03-14T15:27:23.102Z] #5 [internal] load metadata for docker.io/library/busybox:latest
15:27:23 [2023-03-14T15:27:23.102Z] #5 DONE 0.0s
15:27:23 [2023-03-14T15:27:23.102Z] 
15:27:23 [2023-03-14T15:27:23.102Z] #6 [internal] load metadata for docker.io/library/golang:1.20.2-bullseye
15:27:23 [2023-03-14T15:27:23.102Z] #6 DONE 0.1s
15:27:23 [2023-03-14T15:27:23.102Z] 
15:27:23 [2023-03-14T15:27:23.102Z] #7 [internal] load metadata for docker.io/library/debian:bullseye
15:27:23 [2023-03-14T15:27:23.102Z] #7 DONE 0.1s
15:27:23 [2023-03-14T15:27:23.102Z] 
15:27:23 [2023-03-14T15:27:23.102Z] #8 [internal] load metadata for docker.io/tonistiigi/xx:1.1.2
15:27:23 [2023-03-14T15:27:23.102Z] #8 DONE 0.1s
15:27:23 [2023-03-14T15:27:23.102Z] 
15:27:23 [2023-03-14T15:27:23.102Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
15:27:23 [2023-03-14T15:27:23.102Z] #9 DONE 0.1s
15:27:25 [2023-03-14T15:27:25.017Z] 
15:27:25 [2023-03-14T15:27:25.017Z] #10 [vpnkit-linux-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
15:27:25 [2023-03-14T15:27:25.017Z] #10 DONE 0.0s
15:27:25 [2023-03-14T15:27:25.017Z] 
15:27:25 [2023-03-14T15:27:25.017Z] #11 [build-dummy 1/2] FROM docker.io/library/busybox
15:27:25 [2023-03-14T15:27:25.017Z] #11 DONE 0.0s
15:27:25 [2023-03-14T15:27:25.017Z] 
15:27:25 [2023-03-14T15:27:25.017Z] #12 [base 1/5] FROM docker.io/library/golang:1.20.2-bullseye@sha256:51ff22f03320894402290ba7dfd83ee05b61e58b5381d76b40f2e3a370d81da3
15:27:25 [2023-03-14T15:27:25.017Z] #12 DONE 0.0s
15:27:25 [2023-03-14T15:27:25.017Z] 
15:27:25 [2023-03-14T15:27:25.017Z] #13 [xx 1/1] FROM docker.io/tonistiigi/xx:1.1.2@sha256:9dde7edeb9e4a957ce78be9f8c0fbabe0129bf5126933cd3574888f443731cda
15:27:25 [2023-03-14T15:27:25.017Z] #13 DONE 0.0s
15:27:25 [2023-03-14T15:27:25.017Z] 
15:27:25 [2023-03-14T15:27:25.017Z] #14 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:f81bf5a8b57d6aa1824e4edb9aea6bd5ef6240bcc7d86f303f197a2eb77c430f
15:27:25 [2023-03-14T15:27:25.017Z] #14 DONE 0.0s
15:27:25 [2023-03-14T15:27:25.017Z] 
15:27:25 [2023-03-14T15:27:25.017Z] #15 [internal] load build context
15:27:25 [2023-03-14T15:27:25.280Z] #15 ...
15:27:25 [2023-03-14T15:27:25.280Z] 
15:27:25 [2023-03-14T15:27:25.280Z] #16 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
15:27:25 [2023-03-14T15:27:25.280Z] #16 DONE 0.4s
15:27:25 [2023-03-14T15:27:25.280Z] 
15:27:25 [2023-03-14T15:27:25.280Z] #15 [internal] load build context
15:27:26 [2023-03-14T15:27:26.227Z] #15 transferring context: 67.46MB 1.3s done
15:27:26 [2023-03-14T15:27:26.227Z] #15 DONE 1.3s
15:27:26 [2023-03-14T15:27:26.227Z] 
15:27:26 [2023-03-14T15:27:26.227Z] #17 [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...)
15:27:26 [2023-03-14T15:27:26.227Z] #17 CACHED
15:27:26 [2023-03-14T15:27:26.227Z] 
15:27:26 [2023-03-14T15:27:26.227Z] #18 [delve-src 2/3] RUN git init . && git remote add origin "https://github.com/go-delve/delve.git"
15:27:26 [2023-03-14T15:27:26.227Z] #18 CACHED
15:27:26 [2023-03-14T15:27:26.227Z] 
15:27:26 [2023-03-14T15:27:26.227Z] #19 [runc-src 2/3] RUN git init . && git remote add origin "https://github.com/opencontainers/runc.git"
15:27:26 [2023-03-14T15:27:26.227Z] #19 CACHED
15:27:26 [2023-03-14T15:27:26.227Z] 
15:27:26 [2023-03-14T15:27:26.227Z] #20 [containerd-src 2/3] RUN git init . && git remote add origin "https://github.com/containerd/containerd.git"
15:27:26 [2023-03-14T15:27:26.227Z] #20 CACHED
15:27:26 [2023-03-14T15:27:26.227Z] 
15:27:26 [2023-03-14T15:27:26.227Z] #21 [dockercli-src 1/5] WORKDIR /tmp/dockercli
15:27:26 [2023-03-14T15:27:26.227Z] #21 CACHED
15:27:26 [2023-03-14T15:27:26.227Z] 
15:27:26 [2023-03-14T15:27:26.227Z] #22 [dev-base 10/11] RUN pip3 install yamllint==1.27.1
15:27:26 [2023-03-14T15:27:26.227Z] #22 CACHED
15:27:26 [2023-03-14T15:27:26.227Z] 
15:27:26 [2023-03-14T15:27:26.227Z] #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
15:27:26 [2023-03-14T15:27:26.227Z] #23 CACHED
15:27:26 [2023-03-14T15:27:26.227Z] 
15:27:26 [2023-03-14T15:27:26.227Z] #24 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.7.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
15:27:26 [2023-03-14T15:27:26.227Z] #24 CACHED
15:27:26 [2023-03-14T15:27:26.227Z] 
15:27:26 [2023-03-14T15:27:26.227Z] #25 [dev-systemd-false 11/20] COPY --from=golangci_lint /build/ /usr/local/bin/
15:27:26 [2023-03-14T15:27:26.227Z] #25 CACHED
15:27:26 [2023-03-14T15:27:26.227Z] 
15:27:26 [2023-03-14T15:27:26.227Z] #26 [build-dummy 2/2] RUN mkdir -p /build
15:27:26 [2023-03-14T15:27:26.227Z] #26 CACHED
15:27:26 [2023-03-14T15:27:26.227Z] 
15:27:26 [2023-03-14T15:27:26.227Z] #27 [swagger-src 1/3] WORKDIR /usr/src/swagger
15:27:26 [2023-03-14T15:27:26.227Z] #27 CACHED
15:27:26 [2023-03-14T15:27:26.227Z] 
15:27:26 [2023-03-14T15:27:26.227Z] #28 [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
15:27:26 [2023-03-14T15:27:26.227Z] #28 CACHED
15:27:26 [2023-03-14T15:27:26.227Z] 
15:27:26 [2023-03-14T15:27:26.227Z] #29 [delve-src 3/3] RUN git fetch -q --depth 1 origin "v1.9.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
15:27:26 [2023-03-14T15:27:26.227Z] #29 CACHED
15:27:26 [2023-03-14T15:27:26.227Z] 
15:27:26 [2023-03-14T15:27:26.227Z] #30 [tini-src 2/3] RUN git init . && git remote add origin "https://github.com/krallin/tini.git"
15:27:26 [2023-03-14T15:27:26.227Z] #30 CACHED
15:27:26 [2023-03-14T15:27:26.227Z] 
15:27:26 [2023-03-14T15:27:26.227Z] #31 [runc-src 1/3] WORKDIR /usr/src/runc
15:27:26 [2023-03-14T15:27:26.227Z] #31 CACHED
15:27:26 [2023-03-14T15:27:26.227Z] 
15:27:26 [2023-03-14T15:27:26.227Z] #32 [dockercli 1/3] WORKDIR /go/src/github.com/docker/cli
15:27:26 [2023-03-14T15:27:26.227Z] #32 CACHED
15:27:26 [2023-03-14T15:27:26.227Z] 
15:27:26 [2023-03-14T15:27:26.227Z] #33 [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
15:27:26 [2023-03-14T15:27:26.227Z] #33 CACHED
15:27:26 [2023-03-14T15:27:26.227Z] 
15:27:26 [2023-03-14T15:27:26.227Z] #34 [dev-systemd-false  9/20] COPY --from=criu          /build/ /usr/local/bin/
15:27:26 [2023-03-14T15:27:26.227Z] #34 CACHED
15:27:26 [2023-03-14T15:27:26.227Z] 
15:27:26 [2023-03-14T15:27:26.227Z] #35 [dev-systemd-false 18/20] COPY --from=crun          /build/ /usr/local/bin/
15:27:26 [2023-03-14T15:27:26.227Z] #35 CACHED
15:27:26 [2023-03-14T15:27:26.227Z] 
15:27:26 [2023-03-14T15:27:26.227Z] #36 [containerd-build 1/3] WORKDIR /go/src/github.com/containerd/containerd
15:27:26 [2023-03-14T15:27:26.227Z] #36 CACHED
15:27:26 [2023-03-14T15:27:26.227Z] 
15:27:26 [2023-03-14T15:27:26.227Z] #37 [registry-src 1/2] WORKDIR /usr/src/registry
15:27:26 [2023-03-14T15:27:26.227Z] #37 CACHED
15:27:26 [2023-03-14T15:27:26.227Z] 
15:27:26 [2023-03-14T15:27:26.227Z] #38 [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...)
15:27:26 [2023-03-14T15:27:26.227Z] #38 CACHED
15:27:26 [2023-03-14T15:27:26.227Z] 
15:27:26 [2023-03-14T15:27:26.227Z] #39 [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
15:27:26 [2023-03-14T15:27:26.227Z] #39 CACHED
15:27:26 [2023-03-14T15:27:26.227Z] 
15:27:26 [2023-03-14T15:27:26.227Z] #40 [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...)
15:27:26 [2023-03-14T15:27:26.227Z] #40 CACHED
15:27:26 [2023-03-14T15:27:26.227Z] 
15:27:26 [2023-03-14T15:27:26.227Z] #41 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
15:27:26 [2023-03-14T15:27:26.227Z] #41 CACHED
15:27:26 [2023-03-14T15:27:26.227Z] 
15:27:26 [2023-03-14T15:27:26.227Z] #42 [dev-systemd-false  4/20] COPY --from=delve         /build/ /usr/local/bin/
15:27:26 [2023-03-14T15:27:26.227Z] #42 CACHED
15:27:26 [2023-03-14T15:27:26.227Z] 
15:27:26 [2023-03-14T15:27:26.227Z] #43 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
15:27:26 [2023-03-14T15:27:26.227Z] #43 CACHED
15:27:26 [2023-03-14T15:27:26.227Z] 
15:27:26 [2023-03-14T15:27:26.227Z] #44 [dockercli-src 2/5] RUN git init . && git remote add origin "https://github.com/docker/cli.git"
15:27:26 [2023-03-14T15:27:26.227Z] #44 CACHED
15:27:26 [2023-03-14T15:27:26.227Z] 
15:27:26 [2023-03-14T15:27:26.227Z] #45 [dev-systemd-false  5/20] COPY --from=tomll         /build/ /usr/local/bin/
15:27:26 [2023-03-14T15:27:26.228Z] #45 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #46 [dockercli-src 4/5] RUN [ -d ./components/cli ] && mv ./components/cli /usr/src/dockercli || mv /tmp/dockercli /usr/src/dockercli
15:27:26 [2023-03-14T15:27:26.228Z] #46 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #47 [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
15:27:26 [2023-03-14T15:27:26.228Z] #47 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #48 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
15:27:26 [2023-03-14T15:27:26.228Z] #48 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #49 [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
15:27:26 [2023-03-14T15:27:26.228Z] #49 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #50 [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
15:27:26 [2023-03-14T15:27:26.228Z] #50 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #51 [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
15:27:26 [2023-03-14T15:27:26.228Z] #51 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #52 [dev-systemd-false 17/20] COPY --from=containerutil /build/ /usr/local/bin/
15:27:26 [2023-03-14T15:27:26.228Z] #52 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #53 [dev-systemd-false  3/20] COPY --from=swagger       /build/ /usr/local/bin/
15:27:26 [2023-03-14T15:27:26.228Z] #53 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #54 [registry-src 2/2] RUN git init . && git remote add origin "https://github.com/distribution/distribution.git"
15:27:26 [2023-03-14T15:27:26.228Z] #54 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #55 [dev-systemd-false 13/20] COPY --from=runc          /build/ /usr/local/bin/
15:27:26 [2023-03-14T15:27:26.228Z] #55 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #56 [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...)
15:27:26 [2023-03-14T15:27:26.228Z] #56 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #57 [base 5/5] RUN apt-get update && apt-get install --no-install-recommends -y file
15:27:26 [2023-03-14T15:27:26.228Z] #57 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #58 [tini-src 1/3] WORKDIR /usr/src/tini
15:27:26 [2023-03-14T15:27:26.228Z] #58 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #59 [containerd-src 1/3] WORKDIR /usr/src/containerd
15:27:26 [2023-03-14T15:27:26.228Z] #59 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #60 [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...)
15:27:26 [2023-03-14T15:27:26.228Z] #60 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #61 [base 3/5] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
15:27:26 [2023-03-14T15:27:26.228Z] #61 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #62 [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
15:27:26 [2023-03-14T15:27:26.228Z] #62 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #63 [dev-systemd-false 10/20] COPY --from=gotestsum     /build/ /usr/local/bin/
15:27:26 [2023-03-14T15:27:26.228Z] #63 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #64 [dockercli-src 3/5] RUN git fetch -q --depth 1 origin "v17.06.2-ce" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
15:27:26 [2023-03-14T15:27:26.228Z] #64 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #65 [dev-base  8/11] 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
15:27:26 [2023-03-14T15:27:26.228Z] #65 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #66 [rootlesskit-src 2/3] RUN git init . && git remote add origin "https://github.com/rootless-containers/rootlesskit.git"
15:27:26 [2023-03-14T15:27:26.228Z] #66 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #67 [dev-systemd-false 19/20] COPY hack/dockerfile/etc/docker/  /etc/docker/
15:27:26 [2023-03-14T15:27:26.228Z] #67 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #68 [tini-build 1/4] WORKDIR /go/src/github.com/krallin/tini
15:27:26 [2023-03-14T15:27:26.228Z] #68 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #69 [dev-base  6/11] RUN ldconfig
15:27:26 [2023-03-14T15:27:26.228Z] #69 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #70 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc
15:27:26 [2023-03-14T15:27:26.228Z] #70 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #71 [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...)
15:27:26 [2023-03-14T15:27:26.228Z] #71 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #72 [dev-base  5/11] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
15:27:26 [2023-03-14T15:27:26.228Z] #72 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #73 [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
15:27:26 [2023-03-14T15:27:26.228Z] #73 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #74 [runc-build 1/3] WORKDIR /go/src/github.com/opencontainers/runc
15:27:26 [2023-03-14T15:27:26.228Z] #74 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #75 [binary-dummy 1/1] COPY --from=build-dummy /build /build
15:27:26 [2023-03-14T15:27:26.228Z] #75 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #76 [dev-base  3/11] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
15:27:26 [2023-03-14T15:27:26.228Z] #76 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #77 [swagger-src 3/3] RUN git fetch -q --depth 1 origin "c56166c036004ba7a3a321e5951ba472b9ae298c" && git checkout -q FETCH_HEAD
15:27:26 [2023-03-14T15:27:26.228Z] #77 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #78 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
15:27:26 [2023-03-14T15:27:26.228Z] #78 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #79 [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
15:27:26 [2023-03-14T15:27:26.228Z] #79 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #80 [rootlesskit-src 1/3] WORKDIR /usr/src/rootlesskit
15:27:26 [2023-03-14T15:27:26.228Z] #80 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #81 [dev-systemd-false  1/20] COPY --from=dockercli     /build/ /usr/local/cli
15:27:26 [2023-03-14T15:27:26.228Z] #81 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #82 [dev-base  9/11] 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
15:27:26 [2023-03-14T15:27:26.228Z] #82 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #83 [dev-base  2/11] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
15:27:26 [2023-03-14T15:27:26.228Z] #83 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #84 [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...)
15:27:26 [2023-03-14T15:27:26.228Z] #84 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #85 [dev-systemd-false 16/20] COPY --from=vpnkit        /       /usr/local/bin/
15:27:26 [2023-03-14T15:27:26.228Z] #85 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #86 [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
15:27:26 [2023-03-14T15:27:26.228Z] #86 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #87 [dev-systemd-false 14/20] COPY --from=containerd    /build/ /usr/local/bin/
15:27:26 [2023-03-14T15:27:26.228Z] #87 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #88 [delve-src 1/3] WORKDIR /usr/src/delve
15:27:26 [2023-03-14T15:27:26.228Z] #88 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #89 [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             ;
15:27:26 [2023-03-14T15:27:26.228Z] #89 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #90 [rootlesskit-build 4/5] COPY ./contrib/dockerd-rootless.sh /build/
15:27:26 [2023-03-14T15:27:26.228Z] #90 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #91 [dev-systemd-false  6/20] COPY --from=gowinres      /build/ /usr/local/bin/
15:27:26 [2023-03-14T15:27:26.228Z] #91 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #92 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.4" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
15:27:26 [2023-03-14T15:27:26.228Z] #92 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #93 [base 4/5] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list  && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list
15:27:26 [2023-03-14T15:27:26.228Z] #93 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #94 [swagger-src 2/3] RUN git init . && git remote add origin "https://github.com/kolyshkin/go-swagger.git"
15:27:26 [2023-03-14T15:27:26.228Z] #94 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #95 [dockercli 3/3] RUN --mount=from=dockercli-src,src=/usr/src/dockercli,rw     --mount=type=cache,target=/root/.cache/go-build,id=dockercli-build-linux/arm64 <<EOT (set -e...)
15:27:26 [2023-03-14T15:27:26.228Z] #95 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #96 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
15:27:26 [2023-03-14T15:27:26.228Z] #96 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #97 [base 2/5] COPY --from=xx / /
15:27:26 [2023-03-14T15:27:26.228Z] #97 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #98 [dev-systemd-false  2/20] COPY --from=frozen-images /build/ /docker-frozen-images
15:27:26 [2023-03-14T15:27:26.228Z] #98 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #99 [rootlesskit-build 5/5] COPY ./contrib/dockerd-rootless-setuptool.sh /build/
15:27:26 [2023-03-14T15:27:26.228Z] #99 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #100 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
15:27:26 [2023-03-14T15:27:26.228Z] #100 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #101 [tini-src 3/3] RUN git fetch -q --depth 1 origin "v0.19.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
15:27:26 [2023-03-14T15:27:26.228Z] #101 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #102 [dockercli 2/3] RUN xx-apt-get install -y --no-install-recommends gcc libc6-dev
15:27:26 [2023-03-14T15:27:26.228Z] #102 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #103 [rootlesskit-build 1/5] WORKDIR /go/src/github.com/rootless-containers/rootlesskit
15:27:26 [2023-03-14T15:27:26.228Z] #103 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #104 [dockercli-src 5/5] WORKDIR /usr/src/dockercli
15:27:26 [2023-03-14T15:27:26.228Z] #104 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #105 [dev-systemd-false 15/20] COPY --from=rootlesskit   /build/ /usr/local/bin/
15:27:26 [2023-03-14T15:27:26.228Z] #105 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #106 [dev-systemd-false  7/20] COPY --from=tini          /build/ /usr/local/bin/
15:27:26 [2023-03-14T15:27:26.228Z] #106 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #107 [dev-systemd-false  8/20] COPY --from=registry      /build/ /usr/local/bin/
15:27:26 [2023-03-14T15:27:26.228Z] #107 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #108 [dev-base  1/11] RUN groupadd -r docker
15:27:26 [2023-03-14T15:27:26.228Z] #108 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #109 [dev-systemd-false 20/20] WORKDIR /go/src/github.com/docker/docker
15:27:26 [2023-03-14T15:27:26.228Z] #109 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #110 [dev-base  4/11] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
15:27:26 [2023-03-14T15:27:26.228Z] #110 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #111 [dev-systemd-false 12/20] COPY --from=shfmt         /build/ /usr/local/bin/
15:27:26 [2023-03-14T15:27:26.228Z] #111 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #112 [dev-base  7/11] RUN git config --global --add safe.directory /go/src/github.com/docker/docker
15:27:26 [2023-03-14T15:27:26.228Z] #112 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #113 [dev-base 11/11] 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
15:27:26 [2023-03-14T15:27:26.228Z] #113 CACHED
15:27:26 [2023-03-14T15:27:26.228Z] 
15:27:26 [2023-03-14T15:27:26.228Z] #114 [dev 1/1] COPY . .
15:27:31 [2023-03-14T15:27:31.510Z] #114 DONE 5.2s
15:27:31 [2023-03-14T15:27:31.510Z] 
15:27:31 [2023-03-14T15:27:31.510Z] #115 exporting to image
15:27:31 [2023-03-14T15:27:31.510Z] #115 exporting layers
15:27:32 [2023-03-14T15:27:32.080Z] #115 exporting layers 0.7s done
15:27:32 [2023-03-14T15:27:32.080Z] #115 writing image sha256:154910c4993f60ff4b704495658c8abcfa364f00df4130546a7ba4176e4bdca0 done
15:27:32 [2023-03-14T15:27:32.080Z] #115 naming to docker.io/library/docker:127cd9def1814a4d333c45d36963e171faf4e4c4 done
15:27:32 [2023-03-14T15:27:32.080Z] #115 DONE 0.7s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
15:27:32 [2023-03-14T15:27:32.390Z] + sudo modprobe ip6table_filter
[Pipeline] sh
15:27:32 [2023-03-14T15:27:32.674Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-45161/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=127cd9def1814a4d333c45d36963e171faf4e4c4 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:127cd9def1814a4d333c45d36963e171faf4e4c4 hack/test/unit
15:27:33 [2023-03-14T15:27:33.243Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove journald')
15:27:33 [2023-03-14T15:27:33.243Z] + TESTFLAGS+=' -test.timeout=5m'
15:27:33 [2023-03-14T15:27:33.243Z] + TESTDIRS=./...
15:27:33 [2023-03-14T15:27:33.243Z] + exclude_paths='/vendor/|/integration'
15:27:33 [2023-03-14T15:27:33.243Z] ++ go list ./...
15:27:33 [2023-03-14T15:27:33.243Z] ++ grep -vE '(/vendor/|/integration)'
15:27:34 [2023-03-14T15:27:34.186Z] + pkg_list='github.com/docker/docker/api
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/api/server
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/api/server/backend/build
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/api/server/httpstatus
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/api/server/httputils
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/api/server/middleware
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/api/server/router
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/api/server/router/build
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/api/server/router/checkpoint
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/api/server/router/container
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/api/server/router/debug
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/api/server/router/distribution
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/api/server/router/grpc
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/api/server/router/image
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/api/server/router/network
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/api/server/router/plugin
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/api/server/router/session
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/api/server/router/swarm
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/api/server/router/system
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/api/server/router/volume
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/api/types
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/api/types/backend
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/api/types/blkiodev
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/api/types/container
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/api/types/events
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/api/types/filters
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/api/types/image
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/api/types/mount
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/api/types/network
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/api/types/plugins/logdriver
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/api/types/registry
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/api/types/strslice
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/api/types/swarm
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/api/types/swarm/runtime
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/api/types/time
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/api/types/versions
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/api/types/versions/v1p19
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/api/types/versions/v1p20
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/api/types/volume
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/builder
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/builder/builder-next
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/builder/builder-next/exporter
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/builder/builder-next/exporter/overrides
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/builder/builder-next/imagerefchecker
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/builder/builder-next/worker
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/builder/dockerfile
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/builder/remotecontext
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/builder/remotecontext/git
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/builder/remotecontext/urlutil
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/cli/debug
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/cli/winresources/docker-proxy
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/cli/winresources/dockerd
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/client
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/cmd/docker-proxy
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/cmd/dockerd
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/cmd/dockerd/trap
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/container
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/container/stream
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/contrib/apparmor
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/contrib/docker-device-tool
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/contrib/httpserver
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/daemon
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/daemon/cluster
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/daemon/cluster/controllers/plugin
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/daemon/cluster/convert
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/daemon/cluster/executor
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/daemon/cluster/executor/container
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/daemon/cluster/provider
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/daemon/config
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/daemon/containerd
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/daemon/events
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/daemon/events/testutils
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/daemon/graphdriver
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/daemon/graphdriver/aufs
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/daemon/graphdriver/btrfs
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/daemon/graphdriver/copy
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/daemon/graphdriver/devmapper
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/daemon/graphdriver/graphtest
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/daemon/graphdriver/overlay
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/daemon/graphdriver/overlay2
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/daemon/graphdriver/overlayutils
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/daemon/graphdriver/register
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/daemon/graphdriver/vfs
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/daemon/graphdriver/zfs
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/daemon/images
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/daemon/initlayer
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/daemon/links
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/daemon/listeners
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/daemon/logger
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/daemon/logger/awslogs
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/daemon/logger/fluentd
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/daemon/logger/gcplogs
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/daemon/logger/gelf
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/daemon/logger/journald
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/daemon/logger/journald/internal/export
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/daemon/logger/journald/internal/fake
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/daemon/logger/jsonfilelog
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/daemon/logger/local
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/daemon/logger/logentries
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/daemon/logger/loggertest
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/daemon/logger/loggerutils
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/daemon/logger/loggerutils/cache
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/daemon/logger/splunk
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/daemon/logger/syslog
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/daemon/logger/templates
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/daemon/names
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/daemon/network
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/daemon/stats
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/distribution
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/distribution/metadata
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/distribution/utils
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/distribution/xfer
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/dockerversion
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/errdefs
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/image
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/image/cache
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/image/tarexport
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/image/v1
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/internal/mounttree
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/internal/test/suite
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/internal/unshare
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/layer
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/libcontainerd
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/libcontainerd/queue
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/libcontainerd/remote
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/libcontainerd/shimopts
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/libcontainerd/supervisor
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/libcontainerd/types
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/libnetwork
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/libnetwork/bitmap
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/libnetwork/bitseq
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/libnetwork/cluster
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/libnetwork/cmd/diagnostic
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/libnetwork/cmd/ovrouter
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/libnetwork/cmd/readme_test
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/libnetwork/config
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/libnetwork/datastore
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/libnetwork/diagnostic
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/libnetwork/discoverapi
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/libnetwork/driverapi
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/libnetwork/drivers/bridge
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/libnetwork/drivers/host
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/libnetwork/drivers/ipvlan
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/libnetwork/drivers/macvlan
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/libnetwork/drivers/null
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/libnetwork/drivers/overlay
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/libnetwork/drivers/remote
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/libnetwork/drivers/remote/api
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/libnetwork/drivers/windows
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/libnetwork/drvregistry
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/libnetwork/etchosts
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/libnetwork/idm
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/libnetwork/internal/caller
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/libnetwork/internal/setmatrix
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/libnetwork/ipam
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/libnetwork/ipamapi
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/libnetwork/ipams/builtin
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/libnetwork/ipams/null
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/libnetwork/ipams/remote
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/libnetwork/ipams/remote/api
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/libnetwork/ipams/windowsipam
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/libnetwork/ipamutils
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/libnetwork/ipbits
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/libnetwork/iptables
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/libnetwork/netlabel
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/libnetwork/netutils
15:27:34 [2023-03-14T15:27:34.186Z] github.com/docker/docker/libnetwork/networkdb
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/ns
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/options
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/osl
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/osl/kernel
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/portallocator
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/portmapper
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/resolvconf
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/testutils
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/types
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/oci
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/oci/caps
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/opts
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/aaparser
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/archive
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/authorization
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/broadcaster
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/capabilities
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/chrootarchive
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/containerfs
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/devicemapper
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/directory
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/dmesg
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/fileutils
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/homedir
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/idtools
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/ioutils
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/jsonmessage
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/longpath
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/loopback
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/namesgenerator
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/parsers
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/parsers/kernel
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/parsers/operatingsystem
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/pidfile
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/platform
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/platforms
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/plugingetter
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/plugins
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/plugins/transport
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/pools
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/process
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/progress
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/reexec
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/rootless
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/rootless/specconv
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/stack
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/stdcopy
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/streamformatter
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/stringid
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/sysinfo
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/system
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/tailfile
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/tarsum
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/useragent
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/plugin
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/plugin/executor/containerd
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/plugin/v2
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/profiles/apparmor
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/profiles/seccomp
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/quota
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/reference
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/registry
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/registry/resumable
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/restartmanager
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/runconfig
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/runconfig/opts
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/testutil
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/testutil/daemon
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/testutil/environment
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/testutil/fakecontext
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/testutil/fakegit
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/testutil/fakestorage
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/testutil/fixtures/load
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/testutil/fixtures/plugin
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/testutil/fixtures/plugin/basic
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/testutil/registry
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/testutil/request
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/volume
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/volume/drivers
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/volume/local
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/volume/mounts
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/volume/service
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/volume/service/opts
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/volume/testutils'
15:27:34 [2023-03-14T15:27:34.187Z] ++ grep --fixed-strings -v /libnetwork
15:27:34 [2023-03-14T15:27:34.187Z] ++ echo 'github.com/docker/docker/api
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/api/server
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/api/server/backend/build
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/api/server/httpstatus
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/api/server/httputils
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/api/server/middleware
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/api/server/router
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/api/server/router/build
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/api/server/router/checkpoint
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/api/server/router/container
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/api/server/router/debug
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/api/server/router/distribution
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/api/server/router/grpc
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/api/server/router/image
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/api/server/router/network
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/api/server/router/plugin
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/api/server/router/session
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/api/server/router/swarm
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/api/server/router/system
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/api/server/router/volume
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/api/types
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/api/types/backend
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/api/types/blkiodev
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/api/types/container
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/api/types/events
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/api/types/filters
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/api/types/image
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/api/types/mount
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/api/types/network
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/api/types/plugins/logdriver
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/api/types/registry
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/api/types/strslice
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/api/types/swarm
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/api/types/swarm/runtime
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/api/types/time
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/api/types/versions
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/api/types/versions/v1p19
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/api/types/versions/v1p20
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/api/types/volume
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/builder
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/builder/builder-next
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/builder/builder-next/exporter
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/builder/builder-next/exporter/overrides
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/builder/builder-next/imagerefchecker
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/builder/builder-next/worker
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/builder/dockerfile
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/builder/remotecontext
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/builder/remotecontext/git
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/builder/remotecontext/urlutil
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/cli/debug
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/cli/winresources/docker-proxy
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/cli/winresources/dockerd
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/client
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/cmd/docker-proxy
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/cmd/dockerd
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/cmd/dockerd/trap
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/container
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/container/stream
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/contrib/apparmor
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/contrib/docker-device-tool
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/contrib/httpserver
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/daemon
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/daemon/cluster
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/daemon/cluster/controllers/plugin
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/daemon/cluster/convert
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/daemon/cluster/executor
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/daemon/cluster/executor/container
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/daemon/cluster/provider
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/daemon/config
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/daemon/containerd
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/daemon/events
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/daemon/events/testutils
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/daemon/graphdriver
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/daemon/graphdriver/aufs
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/daemon/graphdriver/btrfs
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/daemon/graphdriver/copy
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/daemon/graphdriver/devmapper
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/daemon/graphdriver/graphtest
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/daemon/graphdriver/overlay
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/daemon/graphdriver/overlay2
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/daemon/graphdriver/overlayutils
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/daemon/graphdriver/register
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/daemon/graphdriver/vfs
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/daemon/graphdriver/zfs
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/daemon/images
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/daemon/initlayer
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/daemon/links
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/daemon/listeners
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/daemon/logger
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/daemon/logger/awslogs
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/daemon/logger/fluentd
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/daemon/logger/gcplogs
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/daemon/logger/gelf
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/daemon/logger/journald
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/daemon/logger/journald/internal/export
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/daemon/logger/journald/internal/fake
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/daemon/logger/jsonfilelog
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/daemon/logger/local
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/daemon/logger/logentries
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/daemon/logger/loggertest
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/daemon/logger/loggerutils
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/daemon/logger/loggerutils/cache
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/daemon/logger/splunk
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/daemon/logger/syslog
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/daemon/logger/templates
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/daemon/names
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/daemon/network
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/daemon/stats
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/distribution
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/distribution/metadata
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/distribution/utils
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/distribution/xfer
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/dockerversion
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/errdefs
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/image
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/image/cache
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/image/tarexport
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/image/v1
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/internal/mounttree
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/internal/test/suite
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/internal/unshare
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/layer
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libcontainerd
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libcontainerd/queue
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libcontainerd/remote
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libcontainerd/shimopts
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libcontainerd/supervisor
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libcontainerd/types
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/bitmap
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/bitseq
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/cluster
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/cmd/diagnostic
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/cmd/ovrouter
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/cmd/readme_test
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/config
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/datastore
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/diagnostic
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/discoverapi
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/driverapi
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/drivers/bridge
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/drivers/host
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/drivers/ipvlan
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/drivers/macvlan
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/drivers/null
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/drivers/overlay
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/drivers/remote
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/drivers/remote/api
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/drivers/windows
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/drvregistry
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/etchosts
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/idm
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/internal/caller
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/internal/setmatrix
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/ipam
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/ipamapi
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/ipams/builtin
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/ipams/null
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/ipams/remote
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/ipams/remote/api
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/ipams/windowsipam
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/ipamutils
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/ipbits
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/iptables
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/netlabel
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/netutils
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/networkdb
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/ns
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/options
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/osl
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/osl/kernel
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/portallocator
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/portmapper
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/resolvconf
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/testutils
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/libnetwork/types
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/oci
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/oci/caps
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/opts
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/aaparser
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/archive
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/authorization
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/broadcaster
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/capabilities
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/chrootarchive
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/containerfs
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/devicemapper
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/directory
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/dmesg
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/fileutils
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/homedir
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/idtools
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/ioutils
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/jsonmessage
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/longpath
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/loopback
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/namesgenerator
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/parsers
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/parsers/kernel
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/parsers/operatingsystem
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/pidfile
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/platform
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/platforms
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/plugingetter
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/plugins
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/plugins/transport
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/pools
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/process
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/progress
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/reexec
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/rootless
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/rootless/specconv
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/stack
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/stdcopy
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/streamformatter
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/stringid
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/sysinfo
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/system
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/tailfile
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/tarsum
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/pkg/useragent
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/plugin
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/plugin/executor/containerd
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/plugin/v2
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/profiles/apparmor
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/profiles/seccomp
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/quota
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/reference
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/registry
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/registry/resumable
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/restartmanager
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/runconfig
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/runconfig/opts
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/testutil
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/testutil/daemon
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/testutil/environment
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/testutil/fakecontext
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/testutil/fakegit
15:27:34 [2023-03-14T15:27:34.187Z] github.com/docker/docker/testutil/fakestorage
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/testutil/fixtures/load
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/testutil/fixtures/plugin
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/testutil/fixtures/plugin/basic
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/testutil/registry
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/testutil/request
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/volume
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/volume/drivers
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/volume/local
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/volume/mounts
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/volume/service
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/volume/service/opts
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/volume/testutils'
15:27:34 [2023-03-14T15:27:34.188Z] + base_pkg_list='github.com/docker/docker/api
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/server
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/server/backend/build
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/server/httpstatus
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/server/httputils
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/server/middleware
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/server/router
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/server/router/build
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/server/router/checkpoint
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/server/router/container
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/server/router/debug
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/server/router/distribution
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/server/router/grpc
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/server/router/image
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/server/router/network
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/server/router/plugin
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/server/router/session
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/server/router/swarm
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/server/router/system
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/server/router/volume
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/types
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/types/backend
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/types/blkiodev
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/types/container
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/types/events
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/types/filters
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/types/image
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/types/mount
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/types/network
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/types/plugins/logdriver
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/types/registry
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/types/strslice
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/types/swarm
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/types/swarm/runtime
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/types/time
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/types/versions
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/types/versions/v1p19
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/types/versions/v1p20
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/types/volume
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/builder
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/builder/builder-next
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/builder/builder-next/exporter
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/builder/builder-next/exporter/overrides
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/builder/builder-next/imagerefchecker
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/builder/builder-next/worker
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/builder/dockerfile
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/builder/remotecontext
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/builder/remotecontext/git
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/builder/remotecontext/urlutil
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/cli/debug
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/cli/winresources/docker-proxy
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/cli/winresources/dockerd
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/client
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/cmd/docker-proxy
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/cmd/dockerd
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/cmd/dockerd/trap
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/container
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/container/stream
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/contrib/apparmor
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/contrib/docker-device-tool
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/contrib/httpserver
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/cluster
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/cluster/controllers/plugin
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/cluster/convert
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/cluster/executor
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/cluster/executor/container
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/cluster/provider
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/config
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/containerd
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/events
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/events/testutils
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/graphdriver
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/graphdriver/aufs
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/graphdriver/btrfs
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/graphdriver/copy
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/graphdriver/devmapper
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/graphdriver/graphtest
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/graphdriver/overlay
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/graphdriver/overlay2
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/graphdriver/overlayutils
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/graphdriver/register
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/graphdriver/vfs
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/graphdriver/zfs
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/images
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/initlayer
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/links
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/listeners
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/logger
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/logger/awslogs
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/logger/fluentd
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/logger/gcplogs
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/logger/gelf
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/logger/journald
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/logger/journald/internal/export
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/logger/journald/internal/fake
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/logger/jsonfilelog
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/logger/local
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/logger/logentries
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/logger/loggertest
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/logger/loggerutils
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/logger/loggerutils/cache
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/logger/splunk
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/logger/syslog
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/logger/templates
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/names
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/network
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/stats
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/distribution
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/distribution/metadata
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/distribution/utils
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/distribution/xfer
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/dockerversion
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/errdefs
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/image
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/image/cache
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/image/tarexport
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/image/v1
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/internal/mounttree
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/internal/test/suite
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/internal/unshare
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/layer
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/libcontainerd
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/libcontainerd/queue
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/libcontainerd/remote
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/libcontainerd/shimopts
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/libcontainerd/supervisor
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/libcontainerd/types
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/oci
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/oci/caps
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/opts
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/pkg/aaparser
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/pkg/archive
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/pkg/authorization
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/pkg/broadcaster
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/pkg/capabilities
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/pkg/chrootarchive
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/pkg/containerfs
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/pkg/devicemapper
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/pkg/directory
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/pkg/dmesg
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/pkg/fileutils
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/pkg/homedir
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/pkg/idtools
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/pkg/ioutils
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/pkg/jsonmessage
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/pkg/longpath
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/pkg/loopback
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/pkg/namesgenerator
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/pkg/parsers
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/pkg/parsers/kernel
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/pkg/parsers/operatingsystem
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/pkg/pidfile
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/pkg/platform
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/pkg/platforms
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/pkg/plugingetter
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/pkg/plugins
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/pkg/plugins/transport
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/pkg/pools
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/pkg/process
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/pkg/progress
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/pkg/reexec
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/pkg/rootless
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/pkg/rootless/specconv
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/pkg/stack
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/pkg/stdcopy
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/pkg/streamformatter
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/pkg/stringid
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/pkg/sysinfo
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/pkg/system
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/pkg/tailfile
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/pkg/tarsum
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/pkg/useragent
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/plugin
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/plugin/executor/containerd
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/plugin/v2
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/profiles/apparmor
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/profiles/seccomp
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/quota
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/reference
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/registry
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/registry/resumable
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/restartmanager
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/runconfig
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/runconfig/opts
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/testutil
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/testutil/daemon
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/testutil/environment
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/testutil/fakecontext
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/testutil/fakegit
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/testutil/fakestorage
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/testutil/fixtures/load
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/testutil/fixtures/plugin
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/testutil/fixtures/plugin/basic
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/testutil/registry
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/testutil/request
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/volume
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/volume/drivers
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/volume/local
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/volume/mounts
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/volume/service
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/volume/service/opts
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/volume/testutils'
15:27:34 [2023-03-14T15:27:34.188Z] ++ echo 'github.com/docker/docker/api
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/server
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/server/backend/build
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/server/httpstatus
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/server/httputils
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/server/middleware
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/server/router
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/server/router/build
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/server/router/checkpoint
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/server/router/container
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/server/router/debug
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/server/router/distribution
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/server/router/grpc
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/server/router/image
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/server/router/network
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/server/router/plugin
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/server/router/session
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/server/router/swarm
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/server/router/system
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/server/router/volume
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/types
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/types/backend
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/types/blkiodev
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/types/container
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/types/events
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/types/filters
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/types/image
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/types/mount
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/types/network
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/types/plugins/logdriver
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/types/registry
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/types/strslice
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/types/swarm
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/types/swarm/runtime
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/types/time
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/types/versions
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/types/versions/v1p19
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/types/versions/v1p20
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/api/types/volume
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/builder
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/builder/builder-next
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/builder/builder-next/exporter
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/builder/builder-next/exporter/overrides
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/builder/builder-next/imagerefchecker
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/builder/builder-next/worker
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/builder/dockerfile
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/builder/remotecontext
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/builder/remotecontext/git
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/builder/remotecontext/urlutil
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/cli/debug
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/cli/winresources/docker-proxy
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/cli/winresources/dockerd
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/client
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/cmd/docker-proxy
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/cmd/dockerd
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/cmd/dockerd/trap
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/container
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/container/stream
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/contrib/apparmor
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/contrib/docker-device-tool
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/contrib/httpserver
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/cluster
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/cluster/controllers/plugin
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/cluster/convert
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/cluster/executor
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/cluster/executor/container
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/cluster/provider
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/config
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/containerd
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/events
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/events/testutils
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/graphdriver
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/graphdriver/aufs
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/graphdriver/btrfs
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/graphdriver/copy
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/graphdriver/devmapper
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/graphdriver/graphtest
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/graphdriver/overlay
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/graphdriver/overlay2
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/graphdriver/overlayutils
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/graphdriver/register
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/graphdriver/vfs
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/graphdriver/zfs
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/images
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/initlayer
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/links
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/listeners
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/logger
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/logger/awslogs
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/logger/fluentd
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/logger/gcplogs
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/logger/gelf
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/logger/journald
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/logger/journald/internal/export
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/logger/journald/internal/fake
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/logger/jsonfilelog
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/logger/local
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/logger/logentries
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/logger/loggertest
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/logger/loggerutils
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/logger/loggerutils/cache
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/logger/splunk
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/logger/syslog
15:27:34 [2023-03-14T15:27:34.188Z] github.com/docker/docker/daemon/logger/templates
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/daemon/names
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/daemon/network
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/daemon/stats
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/distribution
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/distribution/metadata
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/distribution/utils
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/distribution/xfer
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/dockerversion
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/errdefs
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/image
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/image/cache
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/image/tarexport
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/image/v1
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/internal/mounttree
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/internal/test/suite
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/internal/unshare
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/layer
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libcontainerd
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libcontainerd/queue
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libcontainerd/remote
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libcontainerd/shimopts
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libcontainerd/supervisor
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libcontainerd/types
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/bitmap
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/bitseq
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/cluster
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/cmd/diagnostic
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/cmd/ovrouter
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/cmd/readme_test
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/config
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/datastore
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/diagnostic
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/discoverapi
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/driverapi
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/drivers/bridge
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/drivers/host
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/drivers/ipvlan
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/drivers/macvlan
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/drivers/null
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/drivers/overlay
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/drivers/remote
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/drivers/remote/api
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/drivers/windows
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/drvregistry
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/etchosts
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/idm
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/internal/caller
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/internal/setmatrix
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/ipam
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/ipamapi
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/ipams/builtin
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/ipams/null
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/ipams/remote
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/ipams/remote/api
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/ipams/windowsipam
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/ipamutils
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/ipbits
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/iptables
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/netlabel
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/netutils
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/networkdb
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/ns
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/options
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/osl
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/osl/kernel
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/portallocator
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/portmapper
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/resolvconf
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/testutils
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/types
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/oci
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/oci/caps
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/opts
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/pkg/aaparser
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/pkg/archive
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/pkg/authorization
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/pkg/broadcaster
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/pkg/capabilities
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/pkg/chrootarchive
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/pkg/containerfs
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/pkg/devicemapper
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/pkg/directory
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/pkg/dmesg
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/pkg/fileutils
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/pkg/homedir
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/pkg/idtools
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/pkg/ioutils
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/pkg/jsonmessage
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/pkg/longpath
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/pkg/loopback
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/pkg/namesgenerator
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/pkg/parsers
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/pkg/parsers/kernel
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/pkg/parsers/operatingsystem
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/pkg/pidfile
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/pkg/platform
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/pkg/platforms
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/pkg/plugingetter
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/pkg/plugins
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/pkg/plugins/transport
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/pkg/pools
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/pkg/process
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/pkg/progress
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/pkg/reexec
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/pkg/rootless
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/pkg/rootless/specconv
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/pkg/stack
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/pkg/stdcopy
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/pkg/streamformatter
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/pkg/stringid
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/pkg/sysinfo
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/pkg/system
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/pkg/tailfile
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/pkg/tarsum
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/pkg/useragent
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/plugin
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/plugin/executor/containerd
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/plugin/v2
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/profiles/apparmor
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/profiles/seccomp
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/quota
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/reference
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/registry
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/registry/resumable
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/restartmanager
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/runconfig
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/runconfig/opts
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/testutil
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/testutil/daemon
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/testutil/environment
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/testutil/fakecontext
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/testutil/fakegit
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/testutil/fakestorage
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/testutil/fixtures/load
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/testutil/fixtures/plugin
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/testutil/fixtures/plugin/basic
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/testutil/registry
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/testutil/request
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/volume
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/volume/drivers
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/volume/local
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/volume/mounts
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/volume/service
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/volume/service/opts
15:27:34 [2023-03-14T15:27:34.189Z] ++ grep --fixed-strings /libnetwork
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/volume/testutils'
15:27:34 [2023-03-14T15:27:34.189Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/bitmap
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/bitseq
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/cluster
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/cmd/diagnostic
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/cmd/ovrouter
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/cmd/readme_test
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/config
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/datastore
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/diagnostic
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/discoverapi
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/driverapi
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/drivers/bridge
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/drivers/host
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/drivers/ipvlan
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/drivers/macvlan
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/drivers/null
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/drivers/overlay
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/drivers/remote
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/drivers/remote/api
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/drivers/windows
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/drvregistry
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/etchosts
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/idm
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/internal/caller
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/internal/setmatrix
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/ipam
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/ipamapi
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/ipams/builtin
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/ipams/null
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/ipams/remote
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/ipams/remote/api
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/ipams/windowsipam
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/ipamutils
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/ipbits
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/iptables
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/netlabel
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/netutils
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/networkdb
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/ns
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/options
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/osl
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/osl/kernel
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/portallocator
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/portmapper
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/resolvconf
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/testutils
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/types'
15:27:34 [2023-03-14T15:27:34.189Z] + echo 'github.com/docker/docker/libnetwork
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/bitmap
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/bitseq
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/cluster
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/cmd/diagnostic
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/cmd/ovrouter
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/cmd/readme_test
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/config
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/datastore
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/diagnostic
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/discoverapi
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/driverapi
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/drivers/bridge
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/drivers/host
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/drivers/ipvlan
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/drivers/macvlan
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/drivers/null
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/drivers/overlay
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/drivers/remote
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/drivers/remote/api
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/drivers/windows
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/drvregistry
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/etchosts
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/idm
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/internal/caller
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/internal/setmatrix
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/ipam
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/ipamapi
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/ipams/builtin
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/ipams/null
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/ipams/remote
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/ipams/remote/api
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/ipams/windowsipam
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/ipamutils
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/ipbits
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/iptables
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/netlabel
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/netutils
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/networkdb
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/ns
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/options
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/osl
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/osl/kernel
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/portallocator
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/portmapper
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/resolvconf
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/testutils
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/types'
15:27:34 [2023-03-14T15:27:34.189Z] + grep --fixed-strings libnetwork/drivers/bridge
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/drivers/bridge
15:27:34 [2023-03-14T15:27:34.189Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
15:27:34 [2023-03-14T15:27:34.189Z] + type docker-proxy
15:27:34 [2023-03-14T15:27:34.189Z] hack/test/unit: line 25: type: docker-proxy: not found
15:27:34 [2023-03-14T15:27:34.189Z] + hack/make.sh binary-proxy install-proxy
15:27:34 [2023-03-14T15:27:34.189Z] 
15:27:34 [2023-03-14T15:27:34.189Z] Removing bundles/
15:27:34 [2023-03-14T15:27:34.189Z] 
15:27:34 [2023-03-14T15:27:34.189Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy)
15:27:34 [2023-03-14T15:27:34.189Z] Building static bundles/binary-proxy/docker-proxy (linux/arm64)...
15:27:42 [2023-03-14T15:27:42.326Z] Created binary: bundles/binary-proxy/docker-proxy
15:27:42 [2023-03-14T15:27:42.326Z] 
15:27:42 [2023-03-14T15:27:42.326Z] ---> Making bundle: install-proxy (in bundles/install-proxy)
15:27:42 [2023-03-14T15:27:42.326Z] Installing docker-proxy to /usr/local/bin/
15:27:42 [2023-03-14T15:27:42.326Z] 
15:27:42 [2023-03-14T15:27:42.326Z] + mkdir -p bundles
15:27:42 [2023-03-14T15:27:42.326Z] + '[' -n 'github.com/docker/docker/api
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/api/server
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/api/server/backend/build
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/api/server/httpstatus
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/api/server/httputils
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/api/server/middleware
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/api/server/router
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/api/server/router/build
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/api/server/router/checkpoint
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/api/server/router/container
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/api/server/router/debug
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/api/server/router/distribution
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/api/server/router/grpc
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/api/server/router/image
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/api/server/router/network
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/api/server/router/plugin
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/api/server/router/session
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/api/server/router/swarm
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/api/server/router/system
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/api/server/router/volume
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/api/types
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/api/types/backend
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/api/types/blkiodev
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/api/types/container
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/api/types/events
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/api/types/filters
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/api/types/image
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/api/types/mount
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/api/types/network
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/api/types/plugins/logdriver
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/api/types/registry
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/api/types/strslice
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/api/types/swarm
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/api/types/swarm/runtime
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/api/types/time
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/api/types/versions
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/api/types/versions/v1p19
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/api/types/versions/v1p20
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/api/types/volume
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/builder
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/builder/builder-next
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/builder/builder-next/exporter
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/builder/builder-next/exporter/overrides
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/builder/builder-next/imagerefchecker
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/builder/builder-next/worker
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/builder/dockerfile
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/builder/remotecontext
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/builder/remotecontext/git
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/builder/remotecontext/urlutil
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/cli/debug
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/cli/winresources/docker-proxy
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/cli/winresources/dockerd
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/client
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/cmd/docker-proxy
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/cmd/dockerd
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/cmd/dockerd/trap
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/container
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/container/stream
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/contrib/apparmor
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/contrib/docker-device-tool
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/contrib/httpserver
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/daemon
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/daemon/cluster
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/daemon/cluster/controllers/plugin
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/daemon/cluster/convert
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/daemon/cluster/executor
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/daemon/cluster/executor/container
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/daemon/cluster/provider
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/daemon/config
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/daemon/containerd
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/daemon/events
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/daemon/events/testutils
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/daemon/graphdriver
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/daemon/graphdriver/aufs
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/daemon/graphdriver/btrfs
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/daemon/graphdriver/copy
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/daemon/graphdriver/devmapper
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/daemon/graphdriver/graphtest
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/daemon/graphdriver/overlay
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/daemon/graphdriver/overlay2
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/daemon/graphdriver/overlayutils
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/daemon/graphdriver/register
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/daemon/graphdriver/vfs
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/daemon/graphdriver/zfs
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/daemon/images
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/daemon/initlayer
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/daemon/links
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/daemon/listeners
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/daemon/logger
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/daemon/logger/awslogs
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/daemon/logger/fluentd
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/daemon/logger/gcplogs
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/daemon/logger/gelf
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/daemon/logger/journald
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/daemon/logger/journald/internal/export
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/daemon/logger/journald/internal/fake
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/daemon/logger/jsonfilelog
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/daemon/logger/local
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/daemon/logger/logentries
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/daemon/logger/loggertest
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/daemon/logger/loggerutils
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/daemon/logger/loggerutils/cache
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/daemon/logger/splunk
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/daemon/logger/syslog
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/daemon/logger/templates
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/daemon/names
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/daemon/network
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/daemon/stats
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/distribution
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/distribution/metadata
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/distribution/utils
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/distribution/xfer
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/dockerversion
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/errdefs
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/image
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/image/cache
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/image/tarexport
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/image/v1
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/internal/mounttree
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/internal/test/suite
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/internal/unshare
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/layer
15:27:42 [2023-03-14T15:27:42.326Z] github.com/docker/docker/libcontainerd
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/libcontainerd/queue
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/libcontainerd/remote
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/libcontainerd/shimopts
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/libcontainerd/supervisor
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/libcontainerd/types
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/oci
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/oci/caps
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/opts
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/pkg/aaparser
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/pkg/archive
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/pkg/authorization
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/pkg/broadcaster
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/pkg/capabilities
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/pkg/chrootarchive
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/pkg/containerfs
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/pkg/devicemapper
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/pkg/directory
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/pkg/dmesg
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/pkg/fileutils
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/pkg/homedir
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/pkg/idtools
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/pkg/ioutils
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/pkg/jsonmessage
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/pkg/longpath
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/pkg/loopback
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/pkg/namesgenerator
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/pkg/parsers
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/pkg/parsers/kernel
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/pkg/parsers/operatingsystem
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/pkg/pidfile
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/pkg/platform
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/pkg/platforms
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/pkg/plugingetter
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/pkg/plugins
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/pkg/plugins/transport
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/pkg/pools
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/pkg/process
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/pkg/progress
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/pkg/reexec
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/pkg/rootless
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/pkg/rootless/specconv
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/pkg/stack
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/pkg/stdcopy
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/pkg/streamformatter
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/pkg/stringid
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/pkg/sysinfo
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/pkg/system
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/pkg/tailfile
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/pkg/tarsum
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/pkg/useragent
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/plugin
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/plugin/executor/containerd
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/plugin/v2
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/profiles/apparmor
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/profiles/seccomp
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/quota
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/reference
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/registry
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/registry/resumable
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/restartmanager
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/runconfig
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/runconfig/opts
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/testutil
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/testutil/daemon
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/testutil/environment
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/testutil/fakecontext
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/testutil/fakegit
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/testutil/fakestorage
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/testutil/fixtures/load
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/testutil/fixtures/plugin
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/testutil/fixtures/plugin/basic
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/testutil/registry
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/testutil/request
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/volume
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/volume/drivers
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/volume/local
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/volume/mounts
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/volume/service
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/volume/service/opts
15:27:42 [2023-03-14T15:27:42.327Z] github.com/docker/docker/volume/testutils' ']'
15:27:42 [2023-03-14T15:27:42.327Z] + 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/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/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/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/docker-device-tool 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/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay 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/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/mounttree github.com/docker/docker/internal/test/suite 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/devicemapper 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/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
15:27:43 [2023-03-14T15:27:43.270Z] ?   	github.com/docker/docker/api	[no test files]
15:28:01 [2023-03-14T15:28:01.381Z] 	github.com/docker/docker/api/server	coverage: 8.6% of statements
15:28:01 [2023-03-14T15:28:01.381Z] ok  	github.com/docker/docker/api/server	0.008s	coverage: 8.6% of statements
15:29:22 [2023-03-14T15:29:22.880Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
15:29:22 [2023-03-14T15:29:22.880Z] ?   	github.com/docker/docker/api/server/httpstatus	[no test files]
15:29:22 [2023-03-14T15:29:22.880Z] 	github.com/docker/docker/api/server/httputils	coverage: 28.3% of statements
15:29:22 [2023-03-14T15:29:22.880Z] ok  	github.com/docker/docker/api/server/httputils	0.010s	coverage: 28.3% of statements
15:29:22 [2023-03-14T15:29:22.880Z] ?   	github.com/docker/docker/api/server/router	[no test files]
15:29:22 [2023-03-14T15:29:22.880Z] 	github.com/docker/docker/api/server/middleware	coverage: 37.7% of statements
15:29:22 [2023-03-14T15:29:22.880Z] ok  	github.com/docker/docker/api/server/middleware	0.010s	coverage: 37.7% of statements
15:29:22 [2023-03-14T15:29:22.880Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
15:29:22 [2023-03-14T15:29:22.880Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
15:29:22 [2023-03-14T15:29:22.880Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
15:29:22 [2023-03-14T15:29:22.880Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
15:29:22 [2023-03-14T15:29:22.880Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
15:29:22 [2023-03-14T15:29:22.880Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
15:29:22 [2023-03-14T15:29:22.880Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
15:29:22 [2023-03-14T15:29:22.880Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
15:29:22 [2023-03-14T15:29:22.880Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
15:29:22 [2023-03-14T15:29:22.880Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
15:29:22 [2023-03-14T15:29:22.880Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
15:29:22 [2023-03-14T15:29:22.880Z] 	github.com/docker/docker/api/server/router/swarm	coverage: 6.0% of statements
15:29:22 [2023-03-14T15:29:22.880Z] ok  	github.com/docker/docker/api/server/router/swarm	0.008s	coverage: 6.0% of statements
15:29:22 [2023-03-14T15:29:22.880Z] ?   	github.com/docker/docker/api/types	[no test files]
15:29:22 [2023-03-14T15:29:22.880Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
15:29:22 [2023-03-14T15:29:22.880Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
15:29:22 [2023-03-14T15:29:22.880Z] 	github.com/docker/docker/api/server/router/volume	coverage: 66.7% of statements
15:29:22 [2023-03-14T15:29:22.880Z] ok  	github.com/docker/docker/api/server/router/volume	0.010s	coverage: 66.7% of statements
15:29:22 [2023-03-14T15:29:22.880Z] ?   	github.com/docker/docker/api/types/events	[no test files]
15:29:22 [2023-03-14T15:29:22.880Z] 	github.com/docker/docker/api/types/container	coverage: 74.3% of statements
15:29:22 [2023-03-14T15:29:22.880Z] ok  	github.com/docker/docker/api/types/container	0.013s	coverage: 74.3% of statements
15:29:23 [2023-03-14T15:29:23.141Z] ?   	github.com/docker/docker/api/types/image	[no test files]
15:29:23 [2023-03-14T15:29:23.141Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
15:29:23 [2023-03-14T15:29:23.141Z] ?   	github.com/docker/docker/api/types/network	[no test files]
15:29:23 [2023-03-14T15:29:23.141Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
15:29:23 [2023-03-14T15:29:23.141Z] 	github.com/docker/docker/api/types/filters	coverage: 89.3% of statements
15:29:23 [2023-03-14T15:29:23.141Z] ok  	github.com/docker/docker/api/types/filters	0.010s	coverage: 89.3% of statements
15:29:23 [2023-03-14T15:29:23.401Z] 	github.com/docker/docker/api/types/registry	coverage: 54.2% of statements
15:29:23 [2023-03-14T15:29:23.401Z] 	github.com/docker/docker/api/types/strslice	coverage: 90.0% of statements
15:29:23 [2023-03-14T15:29:23.401Z] ok  	github.com/docker/docker/api/types/registry	0.006s	coverage: 54.2% of statements
15:29:23 [2023-03-14T15:29:23.401Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
15:29:23 [2023-03-14T15:29:23.401Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
15:29:23 [2023-03-14T15:29:23.401Z] ok  	github.com/docker/docker/api/types/strslice	0.008s	coverage: 90.0% of statements
15:29:23 [2023-03-14T15:29:23.662Z] 	github.com/docker/docker/api/types/time	coverage: 100.0% of statements
15:29:23 [2023-03-14T15:29:23.663Z] ok  	github.com/docker/docker/api/types/time	0.005s	coverage: 100.0% of statements
15:29:23 [2023-03-14T15:29:23.663Z] 	github.com/docker/docker/api/types/versions	coverage: 77.3% of statements
15:29:23 [2023-03-14T15:29:23.663Z] ok  	github.com/docker/docker/api/types/versions	0.009s	coverage: 77.3% of statements
15:29:23 [2023-03-14T15:29:23.663Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
15:29:23 [2023-03-14T15:29:23.663Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
15:29:23 [2023-03-14T15:29:23.663Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
15:29:23 [2023-03-14T15:29:23.663Z] ?   	github.com/docker/docker/builder	[no test files]
15:29:23 [2023-03-14T15:29:23.663Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
15:29:23 [2023-03-14T15:29:23.663Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
15:29:23 [2023-03-14T15:29:23.663Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
15:29:23 [2023-03-14T15:29:23.663Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
15:29:23 [2023-03-14T15:29:23.663Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
15:29:23 [2023-03-14T15:29:23.663Z] ?   	github.com/docker/docker/builder/builder-next/exporter/mobyexporter	[no test files]
15:29:23 [2023-03-14T15:29:23.663Z] ?   	github.com/docker/docker/builder/builder-next/exporter/overrides	[no test files]
15:29:23 [2023-03-14T15:29:23.663Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
15:29:23 [2023-03-14T15:29:23.663Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
15:29:26 [2023-03-14T15:29:26.209Z] 	github.com/docker/docker/builder/remotecontext	coverage: 13.7% of statements
15:29:26 [2023-03-14T15:29:26.209Z] ok  	github.com/docker/docker/builder/remotecontext	0.044s	coverage: 13.7% of statements
15:29:26 [2023-03-14T15:29:26.209Z] 	github.com/docker/docker/builder/dockerfile	coverage: 50.1% of statements
15:29:26 [2023-03-14T15:29:26.209Z] ok  	github.com/docker/docker/builder/dockerfile	0.080s	coverage: 50.1% of statements
15:29:26 [2023-03-14T15:29:26.780Z] 	github.com/docker/docker/builder/remotecontext/urlutil	coverage: 100.0% of statements
15:29:26 [2023-03-14T15:29:26.780Z] ok  	github.com/docker/docker/builder/remotecontext/urlutil	0.006s	coverage: 100.0% of statements
15:29:27 [2023-03-14T15:29:27.041Z] 	github.com/docker/docker/cli/debug	coverage: 100.0% of statements
15:29:27 [2023-03-14T15:29:27.041Z] ok  	github.com/docker/docker/cli/debug	0.009s	coverage: 100.0% of statements
15:29:27 [2023-03-14T15:29:27.041Z] ?   	github.com/docker/docker/cli/winresources/docker-proxy	[no test files]
15:29:27 [2023-03-14T15:29:27.041Z] ?   	github.com/docker/docker/cli/winresources/dockerd	[no test files]
15:29:29 [2023-03-14T15:29:29.586Z] 	github.com/docker/docker/builder/remotecontext/git	coverage: 82.5% of statements
15:29:29 [2023-03-14T15:29:29.586Z] ok  	github.com/docker/docker/builder/remotecontext/git	2.809s	coverage: 82.5% of statements
15:29:30 [2023-03-14T15:29:30.971Z] 	github.com/docker/docker/client	coverage: 76.9% of statements
15:29:30 [2023-03-14T15:29:30.971Z] ok  	github.com/docker/docker/client	0.137s	coverage: 76.9% of statements
15:29:30 [2023-03-14T15:29:30.971Z] 	github.com/docker/docker/cmd/docker-proxy	coverage: 66.5% of statements
15:29:30 [2023-03-14T15:29:30.971Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.039s	coverage: 66.5% of statements
15:30:03 [2023-03-14T15:30:03.082Z] 	github.com/docker/docker/cmd/dockerd	coverage: 30.4% of statements
15:30:03 [2023-03-14T15:30:03.082Z] ok  	github.com/docker/docker/cmd/dockerd	0.201s	coverage: 30.4% of statements
15:30:03 [2023-03-14T15:30:03.082Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
15:30:03 [2023-03-14T15:30:03.654Z] 	github.com/docker/docker/container	coverage: 36.5% of statements
15:30:03 [2023-03-14T15:30:03.654Z] ok  	github.com/docker/docker/container	0.125s	coverage: 36.5% of statements
15:30:03 [2023-03-14T15:30:03.654Z] ?   	github.com/docker/docker/container/stream	[no test files]
15:30:03 [2023-03-14T15:30:03.654Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
15:30:03 [2023-03-14T15:30:03.654Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
15:30:03 [2023-03-14T15:30:03.915Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
15:30:03 [2023-03-14T15:30:03.915Z] 	github.com/docker/docker/cmd/dockerd/trap	coverage: 0.0% of statements
15:30:03 [2023-03-14T15:30:03.915Z] ok  	github.com/docker/docker/cmd/dockerd/trap	2.474s	coverage: 0.0% of statements
15:30:13 [2023-03-14T15:30:13.933Z] 	github.com/docker/docker/daemon/cluster	coverage: 0.5% of statements
15:30:13 [2023-03-14T15:30:13.933Z] ok  	github.com/docker/docker/daemon/cluster	0.073s	coverage: 0.5% of statements
15:30:14 [2023-03-14T15:30:14.193Z] 	github.com/docker/docker/daemon/cluster/controllers/plugin	coverage: 65.3% of statements
15:30:14 [2023-03-14T15:30:14.193Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.014s	coverage: 65.3% of statements
15:30:15 [2023-03-14T15:30:15.576Z] 	github.com/docker/docker/daemon/cluster/convert	coverage: 36.9% of statements
15:30:15 [2023-03-14T15:30:15.576Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.013s	coverage: 36.9% of statements
15:30:15 [2023-03-14T15:30:15.576Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
15:30:23 [2023-03-14T15:30:23.713Z] 	github.com/docker/docker/daemon/cluster/executor/container	coverage: 13.4% of statements
15:30:23 [2023-03-14T15:30:23.713Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.449s	coverage: 13.4% of statements
15:30:23 [2023-03-14T15:30:23.713Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
15:30:23 [2023-03-14T15:30:23.713Z] 	github.com/docker/docker/daemon	coverage: 16.7% of statements
15:30:23 [2023-03-14T15:30:23.713Z] ok  	github.com/docker/docker/daemon	10.162s	coverage: 16.7% of statements
15:30:23 [2023-03-14T15:30:23.713Z] ?   	github.com/docker/docker/daemon/containerd	[no test files]
15:30:23 [2023-03-14T15:30:23.713Z] 	github.com/docker/docker/daemon/config	coverage: 77.3% of statements
15:30:23 [2023-03-14T15:30:23.713Z] ok  	github.com/docker/docker/daemon/config	0.071s	coverage: 77.3% of statements
15:30:24 [2023-03-14T15:30:24.286Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
15:30:24 [2023-03-14T15:30:24.286Z] 	github.com/docker/docker/daemon/events	coverage: 50.0% of statements
15:30:24 [2023-03-14T15:30:24.286Z] ok  	github.com/docker/docker/daemon/events	0.060s	coverage: 50.0% of statements
15:30:25 [2023-03-14T15:30:25.228Z] 	github.com/docker/docker/daemon/graphdriver	coverage: 2.2% of statements
15:30:25 [2023-03-14T15:30:25.228Z] ok  	github.com/docker/docker/daemon/graphdriver	0.009s	coverage: 2.2% of statements
15:30:26 [2023-03-14T15:30:26.170Z] 	github.com/docker/docker/daemon/graphdriver/aufs	coverage: 74.8% of statements
15:30:26 [2023-03-14T15:30:26.170Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	0.635s	coverage: 74.8% of statements
15:30:27 [2023-03-14T15:30:27.113Z] 	github.com/docker/docker/daemon/graphdriver/btrfs	coverage: 2.8% of statements
15:30:27 [2023-03-14T15:30:27.113Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.009s	coverage: 2.8% of statements
15:30:27 [2023-03-14T15:30:27.374Z] 	github.com/docker/docker/daemon/graphdriver/copy	coverage: 60.7% of statements
15:30:27 [2023-03-14T15:30:27.374Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.317s	coverage: 60.7% of statements
15:30:29 [2023-03-14T15:30:29.290Z] 	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	coverage: 1.9% of statements
15:30:29 [2023-03-14T15:30:29.290Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.009s	coverage: 1.9% of statements
15:30:29 [2023-03-14T15:30:29.290Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
15:30:31 [2023-03-14T15:30:31.205Z] 	github.com/docker/docker/daemon/graphdriver/devmapper	coverage: 45.9% of statements
15:30:31 [2023-03-14T15:30:31.205Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	1.966s	coverage: 45.9% of statements
15:30:31 [2023-03-14T15:30:31.205Z] 	github.com/docker/docker/daemon/graphdriver/overlay	coverage: 50.6% of statements
15:30:31 [2023-03-14T15:30:31.205Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	0.326s	coverage: 50.6% of statements
15:30:32 [2023-03-14T15:30:32.589Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
15:30:32 [2023-03-14T15:30:32.589Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
15:30:32 [2023-03-14T15:30:32.589Z] 	github.com/docker/docker/daemon/graphdriver/overlay2	coverage: 60.0% of statements
15:30:32 [2023-03-14T15:30:32.589Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.203s	coverage: 60.0% of statements
15:30:33 [2023-03-14T15:30:33.530Z] 	github.com/docker/docker/daemon/graphdriver/vfs	coverage: 58.5% of statements
15:30:33 [2023-03-14T15:30:33.530Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.017s	coverage: 58.5% of statements
15:30:33 [2023-03-14T15:30:33.791Z] 	github.com/docker/docker/daemon/graphdriver/zfs	coverage: 3.0% of statements
15:30:33 [2023-03-14T15:30:33.791Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.009s	coverage: 3.0% of statements
15:30:35 [2023-03-14T15:30:35.703Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
15:30:35 [2023-03-14T15:30:35.703Z] 	github.com/docker/docker/daemon/images	coverage: 6.0% of statements
15:30:35 [2023-03-14T15:30:35.703Z] ok  	github.com/docker/docker/daemon/images	0.035s	coverage: 6.0% of statements
15:30:35 [2023-03-14T15:30:35.703Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
15:30:35 [2023-03-14T15:30:35.703Z] 	github.com/docker/docker/daemon/links	coverage: 93.0% of statements
15:30:35 [2023-03-14T15:30:35.703Z] ok  	github.com/docker/docker/daemon/links	0.003s	coverage: 93.0% of statements
15:30:37 [2023-03-14T15:30:37.090Z] 	github.com/docker/docker/daemon/logger	coverage: 43.2% of statements
15:30:37 [2023-03-14T15:30:37.090Z] ok  	github.com/docker/docker/daemon/logger	0.225s	coverage: 43.2% of statements
15:30:37 [2023-03-14T15:30:37.351Z] 	github.com/docker/docker/daemon/logger/awslogs	coverage: 78.8% of statements
15:30:37 [2023-03-14T15:30:37.351Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.140s	coverage: 78.8% of statements
15:30:37 [2023-03-14T15:30:37.935Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
15:30:37 [2023-03-14T15:30:37.935Z] 	github.com/docker/docker/daemon/logger/fluentd	coverage: 53.6% of statements
15:30:37 [2023-03-14T15:30:37.935Z] ok  	github.com/docker/docker/daemon/logger/fluentd	0.019s	coverage: 53.6% of statements
15:30:38 [2023-03-14T15:30:38.512Z] 	github.com/docker/docker/daemon/logger/gelf	coverage: 68.2% of statements
15:30:38 [2023-03-14T15:30:38.512Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.011s	coverage: 68.2% of statements
15:30:39 [2023-03-14T15:30:39.083Z] 	github.com/docker/docker/daemon/logger/journald/internal/export	coverage: 88.2% of statements
15:30:39 [2023-03-14T15:30:39.083Z] ok  	github.com/docker/docker/daemon/logger/journald/internal/export	0.005s	coverage: 88.2% of statements
15:30:39 [2023-03-14T15:30:39.083Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/fake	[no test files]
15:30:39 [2023-03-14T15:30:39.083Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/sdjournal	[no test files]
15:30:40 [2023-03-14T15:30:40.024Z] 	github.com/docker/docker/daemon/logger/jsonfilelog	coverage: 76.8% of statements
15:30:40 [2023-03-14T15:30:40.024Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.099s	coverage: 76.8% of statements
15:30:40 [2023-03-14T15:30:40.595Z] 	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	coverage: 87.2% of statements
15:30:40 [2023-03-14T15:30:40.595Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.006s	coverage: 87.2% of statements
15:30:41 [2023-03-14T15:30:41.536Z] 	github.com/docker/docker/daemon/logger/local	coverage: 79.4% of statements
15:30:41 [2023-03-14T15:30:41.536Z] ok  	github.com/docker/docker/daemon/logger/local	0.043s	coverage: 79.4% of statements
15:30:41 [2023-03-14T15:30:41.536Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
15:30:41 [2023-03-14T15:30:41.536Z] ?   	github.com/docker/docker/daemon/logger/loggertest	[no test files]
15:30:42 [2023-03-14T15:30:42.477Z] 	github.com/docker/docker/daemon/logger/loggerutils	coverage: 63.5% of statements
15:30:42 [2023-03-14T15:30:42.477Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.018s	coverage: 63.5% of statements
15:30:42 [2023-03-14T15:30:42.738Z] 	github.com/docker/docker/daemon/logger/journald	coverage: 74.5% of statements
15:30:42 [2023-03-14T15:30:42.738Z] ok  	github.com/docker/docker/daemon/logger/journald	3.542s	coverage: 74.5% of statements
15:30:42 [2023-03-14T15:30:42.999Z] 	github.com/docker/docker/daemon/logger/loggerutils/cache	coverage: 31.5% of statements
15:30:42 [2023-03-14T15:30:42.999Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.035s	coverage: 31.5% of statements
15:30:43 [2023-03-14T15:30:43.941Z] 	github.com/docker/docker/daemon/logger/syslog	coverage: 46.8% of statements
15:30:43 [2023-03-14T15:30:43.942Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.012s	coverage: 46.8% of statements
15:30:44 [2023-03-14T15:30:44.202Z] 	github.com/docker/docker/daemon/logger/templates	coverage: 8.3% of statements
15:30:44 [2023-03-14T15:30:44.202Z] ok  	github.com/docker/docker/daemon/logger/templates	0.004s	coverage: 8.3% of statements
15:30:44 [2023-03-14T15:30:44.202Z] ?   	github.com/docker/docker/daemon/names	[no test files]
15:30:44 [2023-03-14T15:30:44.773Z] 	github.com/docker/docker/daemon/network	coverage: 63.8% of statements
15:30:44 [2023-03-14T15:30:44.773Z] ok  	github.com/docker/docker/daemon/network	0.005s	coverage: 63.8% of statements
15:30:44 [2023-03-14T15:30:44.773Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
15:30:45 [2023-03-14T15:30:45.343Z] 	github.com/docker/docker/daemon/logger/splunk	coverage: 82.5% of statements
15:30:45 [2023-03-14T15:30:45.343Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.580s	coverage: 82.5% of statements
15:30:46 [2023-03-14T15:30:46.729Z] 	github.com/docker/docker/distribution/metadata	coverage: 44.4% of statements
15:30:46 [2023-03-14T15:30:46.729Z] ok  	github.com/docker/docker/distribution/metadata	0.034s	coverage: 44.4% of statements
15:30:46 [2023-03-14T15:30:46.729Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
15:30:46 [2023-03-14T15:30:46.989Z] 	github.com/docker/docker/distribution	coverage: 29.5% of statements
15:30:46 [2023-03-14T15:30:46.989Z] ok  	github.com/docker/docker/distribution	0.612s	coverage: 29.5% of statements
15:30:47 [2023-03-14T15:30:47.249Z] ?   	github.com/docker/docker/dockerversion	[no test files]
15:30:47 [2023-03-14T15:30:47.820Z] 	github.com/docker/docker/errdefs	coverage: 77.7% of statements
15:30:47 [2023-03-14T15:30:47.820Z] ok  	github.com/docker/docker/errdefs	0.005s	coverage: 77.7% of statements
15:30:48 [2023-03-14T15:30:48.761Z] 	github.com/docker/docker/image	coverage: 86.5% of statements
15:30:48 [2023-03-14T15:30:48.761Z] ok  	github.com/docker/docker/image	0.028s	coverage: 86.5% of statements
15:30:49 [2023-03-14T15:30:49.332Z] 	github.com/docker/docker/image/cache	coverage: 19.2% of statements
15:30:49 [2023-03-14T15:30:49.332Z] ok  	github.com/docker/docker/image/cache	0.008s	coverage: 19.2% of statements
15:30:49 [2023-03-14T15:30:49.904Z] 	github.com/docker/docker/distribution/xfer	coverage: 84.9% of statements
15:30:49 [2023-03-14T15:30:49.904Z] ok  	github.com/docker/docker/distribution/xfer	2.525s	coverage: 84.9% of statements
15:30:49 [2023-03-14T15:30:49.904Z] ?   	github.com/docker/docker/image/v1	[no test files]
15:30:49 [2023-03-14T15:30:49.904Z] ?   	github.com/docker/docker/internal/mounttree	[no test files]
15:30:49 [2023-03-14T15:30:49.904Z] 	github.com/docker/docker/image/tarexport	coverage: 0.7% of statements
15:30:49 [2023-03-14T15:30:49.904Z] ok  	github.com/docker/docker/image/tarexport	0.011s	coverage: 0.7% of statements
15:30:50 [2023-03-14T15:30:50.164Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
15:30:50 [2023-03-14T15:30:50.164Z] ?   	github.com/docker/docker/internal/unshare	[no test files]
15:30:51 [2023-03-14T15:30:51.547Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
15:30:51 [2023-03-14T15:30:51.807Z] 	github.com/docker/docker/libcontainerd/queue	coverage: 100.0% of statements
15:30:51 [2023-03-14T15:30:51.807Z] ok  	github.com/docker/docker/libcontainerd/queue	0.024s	coverage: 100.0% of statements
15:30:51 [2023-03-14T15:30:51.807Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
15:30:51 [2023-03-14T15:30:51.807Z] ?   	github.com/docker/docker/libcontainerd/shimopts	[no test files]
15:30:51 [2023-03-14T15:30:51.807Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
15:30:51 [2023-03-14T15:30:51.807Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
15:30:52 [2023-03-14T15:30:52.377Z] 	github.com/docker/docker/oci	coverage: 39.3% of statements
15:30:52 [2023-03-14T15:30:52.377Z] ok  	github.com/docker/docker/oci	0.012s	coverage: 39.3% of statements
15:30:52 [2023-03-14T15:30:52.377Z] ?   	github.com/docker/docker/oci/caps	[no test files]
15:30:52 [2023-03-14T15:30:52.947Z] 	github.com/docker/docker/opts	coverage: 67.9% of statements
15:30:52 [2023-03-14T15:30:52.948Z] ok  	github.com/docker/docker/opts	0.022s	coverage: 67.9% of statements
15:30:53 [2023-03-14T15:30:53.208Z] 	github.com/docker/docker/pkg/aaparser	coverage: 52.9% of statements
15:30:53 [2023-03-14T15:30:53.208Z] ok  	github.com/docker/docker/pkg/aaparser	0.003s	coverage: 52.9% of statements
15:30:55 [2023-03-14T15:30:55.124Z] 	github.com/docker/docker/pkg/archive	coverage: 81.8% of statements
15:30:55 [2023-03-14T15:30:55.124Z] ok  	github.com/docker/docker/pkg/archive	0.318s	coverage: 81.8% of statements
15:30:56 [2023-03-14T15:30:56.067Z] 	github.com/docker/docker/pkg/authorization	coverage: 68.3% of statements
15:30:56 [2023-03-14T15:30:56.067Z] ok  	github.com/docker/docker/pkg/authorization	0.232s	coverage: 68.3% of statements
15:30:56 [2023-03-14T15:30:56.067Z] 	github.com/docker/docker/pkg/broadcaster	coverage: 100.0% of statements
15:30:56 [2023-03-14T15:30:56.067Z] ok  	github.com/docker/docker/pkg/broadcaster	0.003s	coverage: 100.0% of statements
15:30:56 [2023-03-14T15:30:56.327Z] 	github.com/docker/docker/pkg/capabilities	coverage: 87.5% of statements
15:30:56 [2023-03-14T15:30:56.327Z] ok  	github.com/docker/docker/pkg/capabilities	0.004s	coverage: 87.5% of statements
15:30:57 [2023-03-14T15:30:57.287Z] 	github.com/docker/docker/pkg/chrootarchive	coverage: 83.1% of statements
15:30:57 [2023-03-14T15:30:57.287Z] ok  	github.com/docker/docker/pkg/chrootarchive	0.238s	coverage: 83.1% of statements
15:30:57 [2023-03-14T15:30:57.287Z] 	github.com/docker/docker/pkg/containerfs	coverage: 28.6% of statements
15:30:57 [2023-03-14T15:30:57.287Z] ok  	github.com/docker/docker/pkg/containerfs	0.004s	coverage: 28.6% of statements
15:30:57 [2023-03-14T15:30:57.287Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
15:30:57 [2023-03-14T15:30:57.548Z] 	github.com/docker/docker/pkg/directory	coverage: 81.8% of statements
15:30:57 [2023-03-14T15:30:57.548Z] ok  	github.com/docker/docker/pkg/directory	0.003s	coverage: 81.8% of statements
15:30:57 [2023-03-14T15:30:57.807Z] 	github.com/docker/docker/pkg/dmesg	coverage: 83.3% of statements
15:30:57 [2023-03-14T15:30:57.807Z] ok  	github.com/docker/docker/pkg/dmesg	0.006s	coverage: 83.3% of statements
15:30:58 [2023-03-14T15:30:58.068Z] 	github.com/docker/docker/pkg/fileutils	coverage: 77.5% of statements
15:30:58 [2023-03-14T15:30:58.068Z] ok  	github.com/docker/docker/pkg/fileutils	0.005s	coverage: 77.5% of statements
15:30:58 [2023-03-14T15:30:58.328Z] 	github.com/docker/docker/pkg/homedir	coverage: 10.4% of statements
15:30:58 [2023-03-14T15:30:58.328Z] ok  	github.com/docker/docker/pkg/homedir	0.003s	coverage: 10.4% of statements
15:30:59 [2023-03-14T15:30:59.268Z] 	github.com/docker/docker/pkg/idtools	coverage: 69.6% of statements
15:30:59 [2023-03-14T15:30:59.268Z] ok  	github.com/docker/docker/pkg/idtools	0.277s	coverage: 69.6% of statements
15:30:59 [2023-03-14T15:30:59.268Z] 	github.com/docker/docker/layer	coverage: 68.7% of statements
15:30:59 [2023-03-14T15:30:59.268Z] ok  	github.com/docker/docker/layer	7.621s	coverage: 68.7% of statements
15:30:59 [2023-03-14T15:30:59.528Z] 	github.com/docker/docker/pkg/jsonmessage	coverage: 91.7% of statements
15:30:59 [2023-03-14T15:30:59.528Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.013s	coverage: 91.7% of statements
15:30:59 [2023-03-14T15:30:59.788Z] 	github.com/docker/docker/pkg/longpath	coverage: 45.5% of statements
15:30:59 [2023-03-14T15:30:59.788Z] ok  	github.com/docker/docker/pkg/longpath	0.003s	coverage: 45.5% of statements
15:30:59 [2023-03-14T15:30:59.788Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
15:30:59 [2023-03-14T15:30:59.788Z] 	github.com/docker/docker/pkg/ioutils	coverage: 71.9% of statements
15:30:59 [2023-03-14T15:30:59.788Z] ok  	github.com/docker/docker/pkg/ioutils	0.389s	coverage: 71.9% of statements
15:31:00 [2023-03-14T15:31:00.048Z] 	github.com/docker/docker/pkg/namesgenerator	coverage: 85.7% of statements
15:31:00 [2023-03-14T15:31:00.048Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.003s	coverage: 85.7% of statements
15:31:00 [2023-03-14T15:31:00.048Z] 	github.com/docker/docker/pkg/parsers	coverage: 97.0% of statements
15:31:00 [2023-03-14T15:31:00.048Z] ok  	github.com/docker/docker/pkg/parsers	0.003s	coverage: 97.0% of statements
15:31:00 [2023-03-14T15:31:00.309Z] 	github.com/docker/docker/pkg/parsers/kernel	coverage: 60.0% of statements
15:31:00 [2023-03-14T15:31:00.309Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.003s	coverage: 60.0% of statements
15:31:00 [2023-03-14T15:31:00.571Z] 	github.com/docker/docker/pkg/parsers/operatingsystem	coverage: 90.2% of statements
15:31:00 [2023-03-14T15:31:00.571Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.011s	coverage: 90.2% of statements
15:31:00 [2023-03-14T15:31:00.571Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
15:31:00 [2023-03-14T15:31:00.571Z] ?   	github.com/docker/docker/pkg/platforms	[no test files]
15:31:00 [2023-03-14T15:31:00.571Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
15:31:00 [2023-03-14T15:31:00.571Z] 	github.com/docker/docker/pkg/pidfile	coverage: 94.1% of statements
15:31:00 [2023-03-14T15:31:00.571Z] ok  	github.com/docker/docker/pkg/pidfile	0.008s	coverage: 94.1% of statements
15:31:01 [2023-03-14T15:31:01.511Z] 	github.com/docker/docker/pkg/plugins/pluginrpc-gen	coverage: 56.8% of statements
15:31:01 [2023-03-14T15:31:01.512Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.009s	coverage: 56.8% of statements
15:31:01 [2023-03-14T15:31:01.512Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
15:31:01 [2023-03-14T15:31:01.512Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
15:31:01 [2023-03-14T15:31:01.772Z] 	github.com/docker/docker/pkg/plugins/transport	coverage: 85.7% of statements
15:31:01 [2023-03-14T15:31:01.772Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.005s	coverage: 85.7% of statements
15:31:02 [2023-03-14T15:31:02.343Z] 	github.com/docker/docker/pkg/pools	coverage: 88.2% of statements
15:31:02 [2023-03-14T15:31:02.343Z] ok  	github.com/docker/docker/pkg/pools	0.005s	coverage: 88.2% of statements
15:31:02 [2023-03-14T15:31:02.343Z] 	github.com/docker/docker/pkg/process	coverage: 21.7% of statements
15:31:02 [2023-03-14T15:31:02.343Z] ok  	github.com/docker/docker/pkg/process	0.003s	coverage: 21.7% of statements
15:31:02 [2023-03-14T15:31:02.604Z] 	github.com/docker/docker/pkg/progress	coverage: 75.9% of statements
15:31:02 [2023-03-14T15:31:02.604Z] ok  	github.com/docker/docker/pkg/progress	0.003s	coverage: 75.9% of statements
15:31:02 [2023-03-14T15:31:02.864Z] 	github.com/docker/docker/pkg/reexec	coverage: 82.4% of statements
15:31:02 [2023-03-14T15:31:02.864Z] ok  	github.com/docker/docker/pkg/reexec	0.011s	coverage: 82.4% of statements
15:31:02 [2023-03-14T15:31:02.864Z] ?   	github.com/docker/docker/pkg/rootless	[no test files]
15:31:02 [2023-03-14T15:31:02.864Z] ?   	github.com/docker/docker/pkg/rootless/specconv	[no test files]
15:31:03 [2023-03-14T15:31:03.125Z] 	github.com/docker/docker/pkg/stack	coverage: 90.9% of statements
15:31:03 [2023-03-14T15:31:03.125Z] ok  	github.com/docker/docker/pkg/stack	0.005s	coverage: 90.9% of statements
15:31:03 [2023-03-14T15:31:03.386Z] 	github.com/docker/docker/pkg/stdcopy	coverage: 100.0% of statements
15:31:03 [2023-03-14T15:31:03.386Z] ok  	github.com/docker/docker/pkg/stdcopy	0.005s	coverage: 100.0% of statements
15:31:03 [2023-03-14T15:31:03.957Z] 	github.com/docker/docker/pkg/streamformatter	coverage: 66.2% of statements
15:31:03 [2023-03-14T15:31:03.957Z] ok  	github.com/docker/docker/pkg/streamformatter	0.005s	coverage: 66.2% of statements
15:31:03 [2023-03-14T15:31:03.957Z] 	github.com/docker/docker/pkg/stringid	coverage: 61.9% of statements
15:31:03 [2023-03-14T15:31:03.957Z] ok  	github.com/docker/docker/pkg/stringid	0.003s	coverage: 61.9% of statements
15:31:04 [2023-03-14T15:31:04.527Z] 	github.com/docker/docker/pkg/sysinfo	coverage: 56.0% of statements
15:31:04 [2023-03-14T15:31:04.527Z] ok  	github.com/docker/docker/pkg/sysinfo	0.008s	coverage: 56.0% of statements
15:31:05 [2023-03-14T15:31:05.098Z] 	github.com/docker/docker/pkg/system	coverage: 43.1% of statements
15:31:05 [2023-03-14T15:31:05.098Z] ok  	github.com/docker/docker/pkg/system	0.006s	coverage: 43.1% of statements
15:31:05 [2023-03-14T15:31:05.669Z] 	github.com/docker/docker/pkg/tailfile	coverage: 88.6% of statements
15:31:05 [2023-03-14T15:31:05.669Z] ok  	github.com/docker/docker/pkg/tailfile	0.043s	coverage: 88.6% of statements
15:31:05 [2023-03-14T15:31:05.930Z] 	github.com/docker/docker/pkg/tarsum	coverage: 89.1% of statements
15:31:06 [2023-03-14T15:31:06.190Z] ok  	github.com/docker/docker/pkg/tarsum	0.046s	coverage: 89.1% of statements
15:31:06 [2023-03-14T15:31:06.190Z] 	github.com/docker/docker/pkg/useragent	coverage: 88.9% of statements
15:31:06 [2023-03-14T15:31:06.190Z] ok  	github.com/docker/docker/pkg/useragent	0.003s	coverage: 88.9% of statements
15:31:08 [2023-03-14T15:31:08.103Z] 	github.com/docker/docker/plugin	coverage: 23.3% of statements
15:31:08 [2023-03-14T15:31:08.103Z] ok  	github.com/docker/docker/plugin	0.520s	coverage: 23.3% of statements
15:31:08 [2023-03-14T15:31:08.103Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
15:31:08 [2023-03-14T15:31:08.673Z] 	github.com/docker/docker/plugin/v2	coverage: 14.4% of statements
15:31:08 [2023-03-14T15:31:08.673Z] ok  	github.com/docker/docker/plugin/v2	0.006s	coverage: 14.4% of statements
15:31:08 [2023-03-14T15:31:08.673Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
15:31:09 [2023-03-14T15:31:09.244Z] 	github.com/docker/docker/profiles/seccomp	coverage: 86.0% of statements
15:31:09 [2023-03-14T15:31:09.244Z] ok  	github.com/docker/docker/profiles/seccomp	0.010s	coverage: 86.0% of statements
15:31:10 [2023-03-14T15:31:10.629Z] 	github.com/docker/docker/quota	coverage: 71.4% of statements
15:31:10 [2023-03-14T15:31:10.629Z] ok  	github.com/docker/docker/quota	0.166s	coverage: 71.4% of statements
15:31:10 [2023-03-14T15:31:10.629Z] 	github.com/docker/docker/reference	coverage: 83.7% of statements
15:31:10 [2023-03-14T15:31:10.629Z] ok  	github.com/docker/docker/reference	0.008s	coverage: 83.7% of statements
15:31:12 [2023-03-14T15:31:12.027Z] 	github.com/docker/docker/registry	coverage: 58.4% of statements
15:31:12 [2023-03-14T15:31:12.027Z] ok  	github.com/docker/docker/registry	0.095s	coverage: 58.4% of statements
15:31:12 [2023-03-14T15:31:12.287Z] 	github.com/docker/docker/registry/resumable	coverage: 100.0% of statements
15:31:12 [2023-03-14T15:31:12.287Z] ok  	github.com/docker/docker/registry/resumable	0.019s	coverage: 100.0% of statements
15:31:12 [2023-03-14T15:31:12.548Z] 	github.com/docker/docker/restartmanager	coverage: 46.2% of statements
15:31:12 [2023-03-14T15:31:12.548Z] ok  	github.com/docker/docker/restartmanager	0.003s	coverage: 46.2% of statements
15:31:13 [2023-03-14T15:31:13.120Z] 	github.com/docker/docker/runconfig	coverage: 63.6% of statements
15:31:13 [2023-03-14T15:31:13.120Z] ok  	github.com/docker/docker/runconfig	0.009s	coverage: 63.6% of statements
15:31:13 [2023-03-14T15:31:13.120Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
15:31:13 [2023-03-14T15:31:13.120Z] 	github.com/docker/docker/testutil	coverage: 62.5% of statements
15:31:13 [2023-03-14T15:31:13.120Z] ok  	github.com/docker/docker/testutil	0.004s	coverage: 62.5% of statements
15:31:14 [2023-03-14T15:31:14.062Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
15:31:14 [2023-03-14T15:31:14.062Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
15:31:14 [2023-03-14T15:31:14.062Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
15:31:14 [2023-03-14T15:31:14.322Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
15:31:14 [2023-03-14T15:31:14.322Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
15:31:14 [2023-03-14T15:31:14.322Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
15:31:14 [2023-03-14T15:31:14.322Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
15:31:14 [2023-03-14T15:31:14.322Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
15:31:14 [2023-03-14T15:31:14.322Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
15:31:14 [2023-03-14T15:31:14.322Z] ?   	github.com/docker/docker/testutil/request	[no test files]
15:31:14 [2023-03-14T15:31:14.322Z] ?   	github.com/docker/docker/volume	[no test files]
15:31:14 [2023-03-14T15:31:14.893Z] 	github.com/docker/docker/volume/drivers	coverage: 36.1% of statements
15:31:14 [2023-03-14T15:31:14.893Z] ok  	github.com/docker/docker/volume/drivers	0.007s	coverage: 36.1% of statements
15:31:15 [2023-03-14T15:31:15.833Z] 	github.com/docker/docker/volume/local	coverage: 76.6% of statements
15:31:15 [2023-03-14T15:31:15.833Z] ok  	github.com/docker/docker/volume/local	0.088s	coverage: 76.6% of statements
15:31:16 [2023-03-14T15:31:16.404Z] 	github.com/docker/docker/volume/mounts	coverage: 68.1% of statements
15:31:16 [2023-03-14T15:31:16.404Z] ok  	github.com/docker/docker/volume/mounts	0.011s	coverage: 68.1% of statements
15:31:17 [2023-03-14T15:31:17.813Z] 	github.com/docker/docker/volume/service	coverage: 72.9% of statements
15:31:17 [2023-03-14T15:31:17.813Z] ok  	github.com/docker/docker/volume/service	0.018s	coverage: 72.9% of statements
15:31:17 [2023-03-14T15:31:17.813Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
15:31:17 [2023-03-14T15:31:17.813Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
15:31:35 [2023-03-14T15:31:35.917Z] 	github.com/docker/docker/pkg/plugins	coverage: 74.4% of statements
15:31:35 [2023-03-14T15:31:35.917Z] ok  	github.com/docker/docker/pkg/plugins	33.646s	coverage: 74.4% of statements
15:31:35 [2023-03-14T15:31:35.917Z] 
15:31:35 [2023-03-14T15:31:35.917Z] === Skipped
15:31:35 [2023-03-14T15:31:35.917Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s)
15:31:35 [2023-03-14T15:31:35.917Z]     network_proxy_test.go:193: Need to start CI docker with --ipv6
15:31:35 [2023-03-14T15:31:35.917Z] 
15:31:35 [2023-03-14T15:31:35.917Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s)
15:31:35 [2023-03-14T15:31:35.917Z]     network_proxy_test.go:208: No support for dual stack yet
15:31:35 [2023-03-14T15:31:35.917Z] 
15:31:35 [2023-03-14T15:31:35.917Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s)
15:31:35 [2023-03-14T15:31:35.917Z]     network_proxy_test.go:237: Need to start CI docker with --ipv6
15:31:35 [2023-03-14T15:31:35.917Z] 
15:31:35 [2023-03-14T15:31:35.917Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s)
15:31:35 [2023-03-14T15:31:35.917Z]     network_proxy_test.go:298: Need to start CI docker with --ipv6
15:31:35 [2023-03-14T15:31:35.917Z] 
15:31:35 [2023-03-14T15:31:35.917Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
15:31:35 [2023-03-14T15:31:35.917Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
15:31:35 [2023-03-14T15:31:35.917Z]     graphtest_unix.go:44: Driver btrfs not supported
15:31:35 [2023-03-14T15:31:35.917Z] 
15:31:35 [2023-03-14T15:31:35.917Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
15:31:35 [2023-03-14T15:31:35.917Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
15:31:35 [2023-03-14T15:31:35.917Z]     graphtest_unix.go:44: Driver btrfs not supported
15:31:35 [2023-03-14T15:31:35.917Z] 
15:31:35 [2023-03-14T15:31:35.917Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
15:31:35 [2023-03-14T15:31:35.917Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
15:31:35 [2023-03-14T15:31:35.917Z]     graphtest_unix.go:44: Driver btrfs not supported
15:31:35 [2023-03-14T15:31:35.917Z] 
15:31:35 [2023-03-14T15:31:35.917Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
15:31:35 [2023-03-14T15:31:35.917Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
15:31:35 [2023-03-14T15:31:35.917Z]     graphtest_unix.go:44: Driver btrfs not supported
15:31:35 [2023-03-14T15:31:35.917Z] 
15:31:35 [2023-03-14T15:31:35.917Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
15:31:35 [2023-03-14T15:31:35.917Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
15:31:35 [2023-03-14T15:31:35.917Z]     graphtest_unix.go:44: Driver btrfs not supported
15:31:35 [2023-03-14T15:31:35.917Z] 
15:31:35 [2023-03-14T15:31:35.917Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
15:31:35 [2023-03-14T15:31:35.917Z]     graphtest_unix.go:71: No driver to put!
15:31:35 [2023-03-14T15:31:35.917Z] 
15:31:35 [2023-03-14T15:31:35.917Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
15:31:35 [2023-03-14T15:31:35.917Z] time="2023-03-14T15:30:29Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
15:31:35 [2023-03-14T15:31:35.917Z]     graphtest_unix.go:42: graphdriver: driver not supported
15:31:35 [2023-03-14T15:31:35.917Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
15:31:35 [2023-03-14T15:31:35.917Z] 
15:31:35 [2023-03-14T15:31:35.917Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
15:31:35 [2023-03-14T15:31:35.917Z] time="2023-03-14T15:30:29Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
15:31:35 [2023-03-14T15:31:35.917Z]     graphtest_unix.go:42: graphdriver: driver not supported
15:31:35 [2023-03-14T15:31:35.917Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
15:31:35 [2023-03-14T15:31:35.917Z] 
15:31:35 [2023-03-14T15:31:35.917Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
15:31:35 [2023-03-14T15:31:35.917Z] time="2023-03-14T15:30:29Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
15:31:35 [2023-03-14T15:31:35.917Z]     graphtest_unix.go:42: graphdriver: driver not supported
15:31:35 [2023-03-14T15:31:35.917Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
15:31:35 [2023-03-14T15:31:35.917Z] 
15:31:35 [2023-03-14T15:31:35.917Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
15:31:35 [2023-03-14T15:31:35.917Z] time="2023-03-14T15:30:29Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
15:31:35 [2023-03-14T15:31:35.917Z]     graphtest_unix.go:42: graphdriver: driver not supported
15:31:35 [2023-03-14T15:31:35.917Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
15:31:35 [2023-03-14T15:31:35.917Z] 
15:31:35 [2023-03-14T15:31:35.917Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
15:31:35 [2023-03-14T15:31:35.917Z] time="2023-03-14T15:30:29Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
15:31:35 [2023-03-14T15:31:35.917Z]     graphtest_unix.go:42: graphdriver: driver not supported
15:31:35 [2023-03-14T15:31:35.917Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
15:31:35 [2023-03-14T15:31:35.917Z] 
15:31:35 [2023-03-14T15:31:35.917Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
15:31:35 [2023-03-14T15:31:35.917Z]     graphtest_unix.go:71: No driver to put!
15:31:35 [2023-03-14T15:31:35.917Z] 
15:31:35 [2023-03-14T15:31:35.917Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
15:31:35 [2023-03-14T15:31:35.917Z]     overlay_test.go:45: Fails to compute changes after apply intermittently
15:31:35 [2023-03-14T15:31:35.917Z] 
15:31:35 [2023-03-14T15:31:35.917Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
15:31:35 [2023-03-14T15:31:35.917Z]     overlay_test.go:50: Fails to compute changes intermittently
15:31:35 [2023-03-14T15:31:35.917Z] 
15:31:35 [2023-03-14T15:31:35.917Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
15:31:35 [2023-03-14T15:31:35.917Z]     overlay_test.go:65: Cannot run test with naive change algorithm
15:31:35 [2023-03-14T15:31:35.917Z] 
15:31:35 [2023-03-14T15:31:35.917Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
15:31:35 [2023-03-14T15:31:35.917Z]     graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
15:31:35 [2023-03-14T15:31:35.917Z] 
15:31:35 [2023-03-14T15:31:35.917Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
15:31:35 [2023-03-14T15:31:35.917Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
15:31:35 [2023-03-14T15:31:35.917Z]     graphtest_unix.go:44: Driver zfs not supported
15:31:35 [2023-03-14T15:31:35.917Z] 
15:31:35 [2023-03-14T15:31:35.917Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
15:31:35 [2023-03-14T15:31:35.917Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
15:31:35 [2023-03-14T15:31:35.917Z]     graphtest_unix.go:44: Driver zfs not supported
15:31:35 [2023-03-14T15:31:35.917Z] 
15:31:35 [2023-03-14T15:31:35.917Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
15:31:35 [2023-03-14T15:31:35.917Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
15:31:35 [2023-03-14T15:31:35.917Z]     graphtest_unix.go:44: Driver zfs not supported
15:31:35 [2023-03-14T15:31:35.917Z] 
15:31:35 [2023-03-14T15:31:35.917Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
15:31:35 [2023-03-14T15:31:35.917Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
15:31:35 [2023-03-14T15:31:35.917Z]     graphtest_unix.go:44: Driver zfs not supported
15:31:35 [2023-03-14T15:31:35.917Z] 
15:31:35 [2023-03-14T15:31:35.917Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
15:31:35 [2023-03-14T15:31:35.917Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
15:31:35 [2023-03-14T15:31:35.917Z]     graphtest_unix.go:44: Driver zfs not supported
15:31:35 [2023-03-14T15:31:35.917Z] 
15:31:35 [2023-03-14T15:31:35.917Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
15:31:35 [2023-03-14T15:31:35.917Z]     graphtest_unix.go:71: No driver to put!
15:31:35 [2023-03-14T15:31:35.917Z] 
15:31:35 [2023-03-14T15:31:35.917Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
15:31:35 [2023-03-14T15:31:35.917Z]     sysinfo_linux_test.go:86: AppArmor Must be Disabled
15:31:35 [2023-03-14T15:31:35.917Z] 
15:31:35 [2023-03-14T15:31:35.917Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
15:31:35 [2023-03-14T15:31:35.917Z]     sysinfo_linux_test.go:106: cgroup namespaces must be disabled
15:31:35 [2023-03-14T15:31:35.917Z] 
15:31:35 [2023-03-14T15:31:35.917Z] DONE 2997 tests, 28 skipped in 233.341s
15:31:35 [2023-03-14T15:31:35.917Z] + '[' -n 'github.com/docker/docker/libnetwork
15:31:35 [2023-03-14T15:31:35.917Z] github.com/docker/docker/libnetwork/bitmap
15:31:35 [2023-03-14T15:31:35.917Z] github.com/docker/docker/libnetwork/bitseq
15:31:35 [2023-03-14T15:31:35.917Z] github.com/docker/docker/libnetwork/cluster
15:31:35 [2023-03-14T15:31:35.917Z] github.com/docker/docker/libnetwork/cmd/diagnostic
15:31:35 [2023-03-14T15:31:35.917Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
15:31:35 [2023-03-14T15:31:35.917Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
15:31:35 [2023-03-14T15:31:35.917Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
15:31:35 [2023-03-14T15:31:35.917Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
15:31:35 [2023-03-14T15:31:35.917Z] github.com/docker/docker/libnetwork/cmd/ovrouter
15:31:35 [2023-03-14T15:31:35.917Z] github.com/docker/docker/libnetwork/cmd/readme_test
15:31:35 [2023-03-14T15:31:35.917Z] github.com/docker/docker/libnetwork/config
15:31:35 [2023-03-14T15:31:35.917Z] github.com/docker/docker/libnetwork/datastore
15:31:35 [2023-03-14T15:31:35.917Z] github.com/docker/docker/libnetwork/diagnostic
15:31:35 [2023-03-14T15:31:35.917Z] github.com/docker/docker/libnetwork/discoverapi
15:31:35 [2023-03-14T15:31:35.917Z] github.com/docker/docker/libnetwork/driverapi
15:31:35 [2023-03-14T15:31:35.917Z] github.com/docker/docker/libnetwork/drivers/bridge
15:31:35 [2023-03-14T15:31:35.917Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
15:31:35 [2023-03-14T15:31:35.917Z] github.com/docker/docker/libnetwork/drivers/host
15:31:35 [2023-03-14T15:31:35.917Z] github.com/docker/docker/libnetwork/drivers/ipvlan
15:31:35 [2023-03-14T15:31:35.917Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
15:31:35 [2023-03-14T15:31:35.917Z] github.com/docker/docker/libnetwork/drivers/macvlan
15:31:35 [2023-03-14T15:31:35.917Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
15:31:35 [2023-03-14T15:31:35.917Z] github.com/docker/docker/libnetwork/drivers/null
15:31:35 [2023-03-14T15:31:35.917Z] github.com/docker/docker/libnetwork/drivers/overlay
15:31:35 [2023-03-14T15:31:35.917Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
15:31:35 [2023-03-14T15:31:35.917Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
15:31:35 [2023-03-14T15:31:35.917Z] github.com/docker/docker/libnetwork/drivers/remote
15:31:35 [2023-03-14T15:31:35.917Z] github.com/docker/docker/libnetwork/drivers/remote/api
15:31:35 [2023-03-14T15:31:35.917Z] github.com/docker/docker/libnetwork/drivers/windows
15:31:35 [2023-03-14T15:31:35.918Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
15:31:35 [2023-03-14T15:31:35.918Z] github.com/docker/docker/libnetwork/drvregistry
15:31:35 [2023-03-14T15:31:35.918Z] github.com/docker/docker/libnetwork/etchosts
15:31:35 [2023-03-14T15:31:35.918Z] github.com/docker/docker/libnetwork/idm
15:31:35 [2023-03-14T15:31:35.918Z] github.com/docker/docker/libnetwork/internal/caller
15:31:35 [2023-03-14T15:31:35.918Z] github.com/docker/docker/libnetwork/internal/setmatrix
15:31:35 [2023-03-14T15:31:35.918Z] github.com/docker/docker/libnetwork/ipam
15:31:35 [2023-03-14T15:31:35.918Z] github.com/docker/docker/libnetwork/ipamapi
15:31:35 [2023-03-14T15:31:35.918Z] github.com/docker/docker/libnetwork/ipams/builtin
15:31:35 [2023-03-14T15:31:35.918Z] github.com/docker/docker/libnetwork/ipams/null
15:31:35 [2023-03-14T15:31:35.918Z] github.com/docker/docker/libnetwork/ipams/remote
15:31:35 [2023-03-14T15:31:35.918Z] github.com/docker/docker/libnetwork/ipams/remote/api
15:31:35 [2023-03-14T15:31:35.918Z] github.com/docker/docker/libnetwork/ipams/windowsipam
15:31:35 [2023-03-14T15:31:35.918Z] github.com/docker/docker/libnetwork/ipamutils
15:31:35 [2023-03-14T15:31:35.918Z] github.com/docker/docker/libnetwork/ipbits
15:31:35 [2023-03-14T15:31:35.918Z] github.com/docker/docker/libnetwork/iptables
15:31:35 [2023-03-14T15:31:35.918Z] github.com/docker/docker/libnetwork/netlabel
15:31:35 [2023-03-14T15:31:35.918Z] github.com/docker/docker/libnetwork/netutils
15:31:35 [2023-03-14T15:31:35.918Z] github.com/docker/docker/libnetwork/networkdb
15:31:35 [2023-03-14T15:31:35.918Z] github.com/docker/docker/libnetwork/ns
15:31:35 [2023-03-14T15:31:35.918Z] github.com/docker/docker/libnetwork/options
15:31:35 [2023-03-14T15:31:35.918Z] github.com/docker/docker/libnetwork/osl
15:31:35 [2023-03-14T15:31:35.918Z] github.com/docker/docker/libnetwork/osl/kernel
15:31:35 [2023-03-14T15:31:35.918Z] github.com/docker/docker/libnetwork/portallocator
15:31:35 [2023-03-14T15:31:35.918Z] github.com/docker/docker/libnetwork/portmapper
15:31:35 [2023-03-14T15:31:35.918Z] github.com/docker/docker/libnetwork/resolvconf
15:31:35 [2023-03-14T15:31:35.918Z] github.com/docker/docker/libnetwork/testutils
15:31:35 [2023-03-14T15:31:35.918Z] github.com/docker/docker/libnetwork/types' ']'
15:31:35 [2023-03-14T15:31:35.918Z] + 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/bitseq 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/ovrouter 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/idm github.com/docker/docker/libnetwork/internal/caller 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/testutils github.com/docker/docker/libnetwork/types
15:32:22 [2023-03-14T15:32:22.622Z] 	github.com/docker/docker/libnetwork	coverage: 42.2% of statements
15:32:22 [2023-03-14T15:32:22.622Z] ok  	github.com/docker/docker/libnetwork	40.725s	coverage: 42.2% of statements
15:32:22 [2023-03-14T15:32:22.622Z] 	github.com/docker/docker/libnetwork/bitmap	coverage: 96.1% of statements
15:32:22 [2023-03-14T15:32:22.622Z] ok  	github.com/docker/docker/libnetwork/bitmap	0.007s	coverage: 96.1% of statements
15:32:22 [2023-03-14T15:32:22.622Z] 	github.com/docker/docker/libnetwork/bitseq	coverage: 75.7% of statements
15:32:22 [2023-03-14T15:32:22.622Z] ok  	github.com/docker/docker/libnetwork/bitseq	0.115s	coverage: 75.7% of statements
15:32:22 [2023-03-14T15:32:22.622Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
15:32:22 [2023-03-14T15:32:22.883Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
15:32:23 [2023-03-14T15:32:23.455Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
15:32:23 [2023-03-14T15:32:23.455Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
15:32:23 [2023-03-14T15:32:23.455Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
15:32:23 [2023-03-14T15:32:23.455Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
15:32:23 [2023-03-14T15:32:23.455Z] ?   	github.com/docker/docker/libnetwork/cmd/ovrouter	[no test files]
15:32:23 [2023-03-14T15:32:23.455Z] ?   	github.com/docker/docker/libnetwork/cmd/readme_test	[no test files]
15:32:24 [2023-03-14T15:32:24.026Z] 	github.com/docker/docker/libnetwork/config	coverage: 10.6% of statements
15:32:24 [2023-03-14T15:32:24.026Z] ok  	github.com/docker/docker/libnetwork/config	0.015s	coverage: 10.6% of statements
15:32:24 [2023-03-14T15:32:24.287Z] 	github.com/docker/docker/libnetwork/datastore	coverage: 20.5% of statements
15:32:24 [2023-03-14T15:32:24.287Z] ok  	github.com/docker/docker/libnetwork/datastore	0.004s	coverage: 20.5% of statements
15:32:24 [2023-03-14T15:32:24.287Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
15:32:24 [2023-03-14T15:32:24.287Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
15:32:24 [2023-03-14T15:32:24.858Z] 	github.com/docker/docker/libnetwork/driverapi	coverage: 68.9% of statements
15:32:24 [2023-03-14T15:32:24.858Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.004s	coverage: 68.9% of statements
15:32:28 [2023-03-14T15:32:28.158Z] 	github.com/docker/docker/libnetwork/drivers/bridge	coverage: 62.1% of statements
15:32:28 [2023-03-14T15:32:28.158Z] ok  	github.com/docker/docker/libnetwork/drivers/bridge	1.728s	coverage: 62.1% of statements
15:32:28 [2023-03-14T15:32:28.158Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
15:32:28 [2023-03-14T15:32:28.158Z] 	github.com/docker/docker/libnetwork/drivers/host	coverage: 33.3% of statements
15:32:28 [2023-03-14T15:32:28.158Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.004s	coverage: 33.3% of statements
15:32:29 [2023-03-14T15:32:29.098Z] 	github.com/docker/docker/libnetwork/drivers/ipvlan	coverage: 5.2% of statements
15:32:29 [2023-03-14T15:32:29.098Z] ok  	github.com/docker/docker/libnetwork/drivers/ipvlan	0.180s	coverage: 5.2% of statements
15:32:29 [2023-03-14T15:32:29.098Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
15:32:29 [2023-03-14T15:32:29.667Z] 	github.com/docker/docker/libnetwork/drivers/macvlan	coverage: 4.8% of statements
15:32:29 [2023-03-14T15:32:29.667Z] ok  	github.com/docker/docker/libnetwork/drivers/macvlan	0.006s	coverage: 4.8% of statements
15:32:29 [2023-03-14T15:32:29.667Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
15:32:29 [2023-03-14T15:32:29.928Z] 	github.com/docker/docker/libnetwork/drivers/null	coverage: 34.8% of statements
15:32:29 [2023-03-14T15:32:29.928Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.004s	coverage: 34.8% of statements
15:32:40 [2023-03-14T15:32:40.019Z] 	github.com/docker/docker/libnetwork/drivers/overlay	coverage: 6.9% of statements
15:32:40 [2023-03-14T15:32:40.019Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay	8.144s	coverage: 6.9% of statements
15:32:40 [2023-03-14T15:32:40.019Z] ?   	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	[no test files]
15:32:40 [2023-03-14T15:32:40.019Z] 	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	coverage: 62.9% of statements
15:32:40 [2023-03-14T15:32:40.019Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.005s	coverage: 62.9% of statements
15:32:40 [2023-03-14T15:32:40.588Z] 	github.com/docker/docker/libnetwork/drivers/remote	coverage: 57.1% of statements
15:32:40 [2023-03-14T15:32:40.588Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.012s	coverage: 57.1% of statements
15:32:40 [2023-03-14T15:32:40.588Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
15:32:40 [2023-03-14T15:32:40.588Z] ?   	github.com/docker/docker/libnetwork/drivers/windows	[no test files]
15:32:40 [2023-03-14T15:32:40.588Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
15:32:41 [2023-03-14T15:32:41.158Z] 	github.com/docker/docker/libnetwork/drvregistry	coverage: 86.2% of statements
15:32:41 [2023-03-14T15:32:41.158Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.053s	coverage: 86.2% of statements
15:32:41 [2023-03-14T15:32:41.727Z] 	github.com/docker/docker/libnetwork/etchosts	coverage: 81.0% of statements
15:32:41 [2023-03-14T15:32:41.727Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.014s	coverage: 81.0% of statements
15:32:41 [2023-03-14T15:32:41.727Z] 	github.com/docker/docker/libnetwork/idm	coverage: 87.5% of statements
15:32:41 [2023-03-14T15:32:41.727Z] ok  	github.com/docker/docker/libnetwork/idm	0.003s	coverage: 87.5% of statements
15:32:41 [2023-03-14T15:32:41.987Z] 	github.com/docker/docker/libnetwork/internal/caller	coverage: 100.0% of statements
15:32:41 [2023-03-14T15:32:41.987Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.002s	coverage: 100.0% of statements
15:32:54 [2023-03-14T15:32:54.209Z] 	github.com/docker/docker/libnetwork/internal/setmatrix	coverage: 100.0% of statements
15:32:54 [2023-03-14T15:32:54.209Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.003s	coverage: 100.0% of statements
15:32:55 [2023-03-14T15:32:55.590Z] 	github.com/docker/docker/libnetwork/ipam	coverage: 80.5% of statements
15:32:55 [2023-03-14T15:32:55.590Z] ok  	github.com/docker/docker/libnetwork/ipam	2.636s	coverage: 80.5% of statements
15:32:55 [2023-03-14T15:32:55.590Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
15:32:55 [2023-03-14T15:32:55.590Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
15:32:55 [2023-03-14T15:32:55.851Z] 	github.com/docker/docker/libnetwork/ipams/null	coverage: 54.5% of statements
15:32:55 [2023-03-14T15:32:55.851Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.004s	coverage: 54.5% of statements
15:32:56 [2023-03-14T15:32:56.421Z] 	github.com/docker/docker/libnetwork/ipams/remote	coverage: 46.8% of statements
15:32:56 [2023-03-14T15:32:56.422Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.008s	coverage: 46.8% of statements
15:32:56 [2023-03-14T15:32:56.422Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
15:32:56 [2023-03-14T15:32:56.682Z] 	github.com/docker/docker/libnetwork/ipams/windowsipam	coverage: 80.0% of statements
15:32:56 [2023-03-14T15:32:56.682Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.004s	coverage: 80.0% of statements
15:32:57 [2023-03-14T15:32:57.253Z] 	github.com/docker/docker/libnetwork/ipamutils	coverage: 86.4% of statements
15:32:57 [2023-03-14T15:32:57.253Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.292s	coverage: 86.4% of statements
15:32:57 [2023-03-14T15:32:57.253Z] 	github.com/docker/docker/libnetwork/ipbits	coverage: 100.0% of statements
15:32:57 [2023-03-14T15:32:57.253Z] ok  	github.com/docker/docker/libnetwork/ipbits	0.003s	coverage: 100.0% of statements
15:32:58 [2023-03-14T15:32:58.194Z] 	github.com/docker/docker/libnetwork/iptables	coverage: 40.7% of statements
15:32:58 [2023-03-14T15:32:58.194Z] ok  	github.com/docker/docker/libnetwork/iptables	0.252s	coverage: 40.7% of statements
15:32:58 [2023-03-14T15:32:58.194Z] ?   	github.com/docker/docker/libnetwork/netlabel	[no test files]
15:32:58 [2023-03-14T15:32:58.454Z] 	github.com/docker/docker/libnetwork/netutils	coverage: 40.9% of statements
15:32:58 [2023-03-14T15:32:58.454Z] ok  	github.com/docker/docker/libnetwork/netutils	0.018s	coverage: 40.9% of statements
15:34:49 [2023-03-14T15:34:49.975Z] 	github.com/docker/docker/libnetwork/networkdb	coverage: 60.1% of statements
15:34:49 [2023-03-14T15:34:49.975Z] ok  	github.com/docker/docker/libnetwork/networkdb	103.866s	coverage: 60.1% of statements
15:34:49 [2023-03-14T15:34:49.975Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
15:34:49 [2023-03-14T15:34:49.975Z] 	github.com/docker/docker/libnetwork/options	coverage: 100.0% of statements
15:34:49 [2023-03-14T15:34:49.975Z] ok  	github.com/docker/docker/libnetwork/options	0.003s	coverage: 100.0% of statements
15:34:49 [2023-03-14T15:34:49.975Z] 	github.com/docker/docker/libnetwork/osl	coverage: 41.4% of statements
15:34:49 [2023-03-14T15:34:49.975Z] ok  	github.com/docker/docker/libnetwork/osl	4.302s	coverage: 41.4% of statements
15:34:49 [2023-03-14T15:34:49.975Z] 	github.com/docker/docker/libnetwork/osl/kernel	coverage: 20.0% of statements
15:34:49 [2023-03-14T15:34:49.975Z] ok  	github.com/docker/docker/libnetwork/osl/kernel	0.004s	coverage: 20.0% of statements
15:34:49 [2023-03-14T15:34:49.975Z] 	github.com/docker/docker/libnetwork/portallocator	coverage: 80.7% of statements
15:34:49 [2023-03-14T15:34:49.975Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.017s	coverage: 80.7% of statements
15:34:50 [2023-03-14T15:34:50.914Z] 	github.com/docker/docker/libnetwork/portmapper	coverage: 46.3% of statements
15:34:50 [2023-03-14T15:34:50.914Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.689s	coverage: 46.3% of statements
15:34:51 [2023-03-14T15:34:51.174Z] 	github.com/docker/docker/libnetwork/resolvconf	coverage: 82.8% of statements
15:34:51 [2023-03-14T15:34:51.174Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.004s	coverage: 82.8% of statements
15:34:51 [2023-03-14T15:34:51.174Z] ?   	github.com/docker/docker/libnetwork/testutils	[no test files]
15:34:51 [2023-03-14T15:34:51.433Z] 	github.com/docker/docker/libnetwork/types	coverage: 37.3% of statements
15:34:51 [2023-03-14T15:34:51.433Z] ok  	github.com/docker/docker/libnetwork/types	0.004s	coverage: 37.3% of statements
15:34:51 [2023-03-14T15:34:51.433Z] 
15:34:51 [2023-03-14T15:34:51.433Z] === Skipped
15:34:51 [2023-03-14T15:34:51.433Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s)
15:34:51 [2023-03-14T15:34:51.433Z]     allocator_test.go:1132: Skipped because t.parallel was less than  5
15:34:51 [2023-03-14T15:34:51.433Z] 
15:34:51 [2023-03-14T15:34:51.433Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s)
15:34:51 [2023-03-14T15:34:51.433Z]     allocator_test.go:1132: Skipped because t.parallel was less than  5
15:34:51 [2023-03-14T15:34:51.433Z] 
15:34:51 [2023-03-14T15:34:51.433Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s)
15:34:51 [2023-03-14T15:34:51.433Z]     allocator_test.go:1132: Skipped because t.parallel was less than  5
15:34:51 [2023-03-14T15:34:51.433Z] 
15:34:51 [2023-03-14T15:34:51.433Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s)
15:34:51 [2023-03-14T15:34:51.433Z]     allocator_test.go:1132: Skipped because t.parallel was less than  5
15:34:51 [2023-03-14T15:34:51.433Z] 
15:34:51 [2023-03-14T15:34:51.433Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s)
15:34:51 [2023-03-14T15:34:51.433Z]     allocator_test.go:1132: Skipped because t.parallel was less than  5
15:34:51 [2023-03-14T15:34:51.433Z] 
15:34:51 [2023-03-14T15:34:51.433Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s)
15:34:51 [2023-03-14T15:34:51.433Z]     firewalld_test.go:14: firewalld is not running
15:34:51 [2023-03-14T15:34:51.433Z] 
15:34:51 [2023-03-14T15:34:51.433Z] DONE 342 tests, 6 skipped in 196.202s
Post stage
[Pipeline] junit
15:34:52 [2023-03-14T15:34:52.386Z] Recording test results
15:34:52 [2023-03-14T15:34:52.471Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
15:34:52 [2023-03-14T15:34:52.786Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-45161/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=127cd9def1814a4d333c45d36963e171faf4e4c4 -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:127cd9def1814a4d333c45d36963e171faf4e4c4 hack/make.sh dynbinary test-integration
15:34:53 [2023-03-14T15:34:53.358Z] 
15:34:53 [2023-03-14T15:34:53.358Z] Removing bundles/
15:34:53 [2023-03-14T15:34:53.358Z] 
15:34:53 [2023-03-14T15:34:53.358Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
15:34:53 [2023-03-14T15:34:53.358Z] Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
15:36:44 [2023-03-14T15:36:44.851Z] Created binary: bundles/dynbinary-daemon/dockerd
15:36:44 [2023-03-14T15:36:44.851Z] Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
15:36:44 [2023-03-14T15:36:44.851Z] Created binary: bundles/dynbinary-daemon/docker-proxy
15:36:44 [2023-03-14T15:36:44.851Z] 
15:36:44 [2023-03-14T15:36:44.851Z] ---> Making bundle: test-integration (in bundles/test-integration)
15:36:44 [2023-03-14T15:36:44.851Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
15:36:44 [2023-03-14T15:36:44.851Z] HOSTNAME=76efc3a2a49e
15:36:44 [2023-03-14T15:36:44.851Z] TESTDEBUG=0
15:36:44 [2023-03-14T15:36:44.851Z] DEST=bundles/test-integration
15:36:44 [2023-03-14T15:36:44.851Z] PWD=/go/src/github.com/docker/docker
15:36:44 [2023-03-14T15:36:44.851Z] CONTAINERD_ADDRESS=/run/docker/containerd/containerd.sock
15:36:44 [2023-03-14T15:36:44.851Z] DOCKER_GITCOMMIT=127cd9def1814a4d333c45d36963e171faf4e4c4
15:36:44 [2023-03-14T15:36:44.851Z] container=docker
15:36:44 [2023-03-14T15:36:44.851Z] HOME=/root
15:36:44 [2023-03-14T15:36:44.851Z] CONTAINERD_NAMESPACE=moby
15:36:44 [2023-03-14T15:36:44.851Z] GOLANG_VERSION=1.20.2
15:36:44 [2023-03-14T15:36:44.851Z] VALIDATE_REPO=https://github.com/moby/moby.git
15:36:44 [2023-03-14T15:36:44.851Z] VALIDATE_BRANCH=master
15:36:44 [2023-03-14T15:36:44.851Z] TERM=xterm
15:36:44 [2023-03-14T15:36:44.851Z] DOCKER_PKG=github.com/docker/docker
15:36:44 [2023-03-14T15:36:44.851Z] SHLVL=1
15:36:44 [2023-03-14T15:36:44.851Z] TIMEOUT=120m
15:36:44 [2023-03-14T15:36:44.851Z] DOCKER_GRAPHDRIVER=overlay2
15:36:44 [2023-03-14T15:36:44.851Z] GO111MODULE=off
15:36:44 [2023-03-14T15:36:44.851Z] DOCKER_EXPERIMENTAL=1
15:36:44 [2023-03-14T15:36:44.851Z] TEST_SKIP_INTEGRATION_CLI=1
15:36:44 [2023-03-14T15:36:44.851Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
15:36:44 [2023-03-14T15:36:44.851Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
15:36:44 [2023-03-14T15:36:44.851Z] GOPATH=/go
15:36:44 [2023-03-14T15:36:44.851Z] PKG_CONFIG=pkg-config
15:36:44 [2023-03-14T15:36:44.851Z] _=/usr/bin/env
15:36:44 [2023-03-14T15:36:44.851Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
15:37:23 [2023-03-14T15:37:23.611Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
15:37:23 [2023-03-14T15:37:23.611Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
15:37:41 [2023-03-14T15:37:41.723Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
15:37:48 [2023-03-14T15:37:48.307Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
15:37:54 [2023-03-14T15:37:54.892Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
15:37:54 [2023-03-14T15:37:54.892Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
15:37:55 [2023-03-14T15:37:55.152Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
15:37:56 [2023-03-14T15:37:56.092Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
15:37:56 [2023-03-14T15:37:56.759Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
15:37:57 [2023-03-14T15:37:57.019Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
15:37:57 [2023-03-14T15:37:57.962Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
15:37:59 [2023-03-14T15:37:59.877Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
15:38:01 [2023-03-14T15:38:01.261Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
15:38:02 [2023-03-14T15:38:02.202Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
15:38:02 [2023-03-14T15:38:02.463Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
15:38:03 [2023-03-14T15:38:03.453Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
15:38:04 [2023-03-14T15:38:04.396Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
15:38:05 [2023-03-14T15:38:05.782Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
15:38:06 [2023-03-14T15:38:06.042Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
15:38:06 [2023-03-14T15:38:06.983Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
15:38:07 [2023-03-14T15:38:07.926Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
15:38:07 [2023-03-14T15:38:07.926Z] Using test binary docker
15:38:07 [2023-03-14T15:38:07.926Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
15:38:07 [2023-03-14T15:38:07.926Z] +++ /etc/init.d/apparmor start
15:38:07 [2023-03-14T15:38:07.926Z] Not: starting.
15:38:07 [2023-03-14T15:38:07.926Z] INFO: Waiting for daemon to start...
15:38:07 [2023-03-14T15:38:07.926Z] Starting dockerd
15:38:07 [2023-03-14T15:38:07.926Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental
15:38:10 [2023-03-14T15:38:10.096Z] .
15:38:10 [2023-03-14T15:38:10.096Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
15:38:10 [2023-03-14T15:38:10.096Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
15:38:10 [2023-03-14T15:38:10.096Z] Error: No such image: emptyfs
15:38:10 [2023-03-14T15:38:10.096Z] ++++ tar -cC bundles/test-integration/emptyfs .
15:38:10 [2023-03-14T15:38:10.096Z] ++++ docker load
15:38:10 [2023-03-14T15:38:10.096Z] Loaded image: emptyfs:latest
15:38:10 [2023-03-14T15:38:10.096Z] Running integration-test (iteration 1)
15:38:10 [2023-03-14T15:38:10.096Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m 
15:38:10 [2023-03-14T15:38:10.096Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m
15:38:10 [2023-03-14T15:38:10.096Z] ++ set -e
15:38:10 [2023-03-14T15:38:10.096Z] ++ '[' -n 0 ']'
15:38:10 [2023-03-14T15:38:10.096Z] ++ set -x
15:38:10 [2023-03-14T15:38:10.096Z] ++ 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=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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=docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m
15:38:10 [2023-03-14T15:38:10.356Z] Loaded image: busybox:latest
15:38:10 [2023-03-14T15:38:10.356Z] Loaded image: busybox:glibc
15:38:11 [2023-03-14T15:38:11.738Z] Loaded image: debian:bullseye-slim
15:38:11 [2023-03-14T15:38:11.738Z] Loaded image: hello-world:latest
15:38:11 [2023-03-14T15:38:11.738Z] Loaded image: arm32v7/hello-world:latest
15:38:11 [2023-03-14T15:38:11.738Z] INFO: Testing against a local daemon
15:38:11 [2023-03-14T15:38:11.738Z] === RUN   TestCgroupNamespacesBuild
15:38:13 [2023-03-14T15:38:13.120Z] --- PASS: TestCgroupNamespacesBuild (1.10s)
15:38:13 [2023-03-14T15:38:13.120Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
15:38:14 [2023-03-14T15:38:14.060Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (0.99s)
15:38:14 [2023-03-14T15:38:14.060Z] === RUN   TestBuildWithSession
15:38:14 [2023-03-14T15:38:14.060Z]     build_session_test.go:25: TODO: BuildKit
15:38:14 [2023-03-14T15:38:14.060Z] --- SKIP: TestBuildWithSession (0.00s)
15:38:14 [2023-03-14T15:38:14.060Z] === RUN   TestBuildSquashParent
15:38:17 [2023-03-14T15:38:17.358Z] --- PASS: TestBuildSquashParent (3.12s)
15:38:17 [2023-03-14T15:38:17.358Z] === RUN   TestBuildWithRemoveAndForceRemove
15:38:17 [2023-03-14T15:38:17.358Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
15:38:17 [2023-03-14T15:38:17.358Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
15:38:17 [2023-03-14T15:38:17.358Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
15:38:17 [2023-03-14T15:38:17.358Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
15:38:17 [2023-03-14T15:38:17.358Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
15:38:17 [2023-03-14T15:38:17.358Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
15:38:17 [2023-03-14T15:38:17.358Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
15:38:17 [2023-03-14T15:38:17.358Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
15:38:17 [2023-03-14T15:38:17.358Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
15:38:17 [2023-03-14T15:38:17.358Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
15:38:17 [2023-03-14T15:38:17.358Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
15:38:17 [2023-03-14T15:38:17.358Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
15:38:17 [2023-03-14T15:38:17.358Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
15:38:17 [2023-03-14T15:38:17.358Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
15:38:18 [2023-03-14T15:38:18.299Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
15:38:18 [2023-03-14T15:38:18.299Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
15:38:19 [2023-03-14T15:38:19.244Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
15:38:19 [2023-03-14T15:38:19.244Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
15:38:20 [2023-03-14T15:38:20.184Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
15:38:20 [2023-03-14T15:38:20.184Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.18s)
15:38:20 [2023-03-14T15:38:20.184Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.19s)
15:38:20 [2023-03-14T15:38:20.184Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (0.88s)
15:38:20 [2023-03-14T15:38:20.184Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.01s)
15:38:20 [2023-03-14T15:38:20.185Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.18s)
15:38:20 [2023-03-14T15:38:20.185Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.06s)
15:38:20 [2023-03-14T15:38:20.185Z] === RUN   TestBuildMultiStageCopy
15:38:20 [2023-03-14T15:38:20.185Z] === RUN   TestBuildMultiStageCopy/copy_to_root
15:38:21 [2023-03-14T15:38:21.126Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
15:38:21 [2023-03-14T15:38:21.126Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
15:38:21 [2023-03-14T15:38:21.126Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
15:38:21 [2023-03-14T15:38:21.126Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
15:38:21 [2023-03-14T15:38:21.386Z] --- PASS: TestBuildMultiStageCopy (1.10s)
15:38:21 [2023-03-14T15:38:21.386Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (0.81s)
15:38:21 [2023-03-14T15:38:21.386Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.05s)
15:38:21 [2023-03-14T15:38:21.386Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.06s)
15:38:21 [2023-03-14T15:38:21.386Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.08s)
15:38:21 [2023-03-14T15:38:21.386Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.10s)
15:38:21 [2023-03-14T15:38:21.386Z] === RUN   TestBuildMultiStageParentConfig
15:38:21 [2023-03-14T15:38:21.647Z] --- PASS: TestBuildMultiStageParentConfig (0.33s)
15:38:21 [2023-03-14T15:38:21.647Z] === RUN   TestBuildLabelWithTargets
15:38:22 [2023-03-14T15:38:22.217Z] --- PASS: TestBuildLabelWithTargets (0.45s)
15:38:22 [2023-03-14T15:38:22.217Z] === RUN   TestBuildWithEmptyLayers
15:38:22 [2023-03-14T15:38:22.217Z] --- PASS: TestBuildWithEmptyLayers (0.09s)
15:38:22 [2023-03-14T15:38:22.217Z] === RUN   TestBuildMultiStageOnBuild
15:38:23 [2023-03-14T15:38:23.157Z] --- PASS: TestBuildMultiStageOnBuild (0.97s)
15:38:23 [2023-03-14T15:38:23.157Z] === RUN   TestBuildUncleanTarFilenames
15:38:23 [2023-03-14T15:38:23.418Z] --- PASS: TestBuildUncleanTarFilenames (0.12s)
15:38:23 [2023-03-14T15:38:23.418Z] === RUN   TestBuildMultiStageLayerLeak
15:38:24 [2023-03-14T15:38:24.373Z] --- PASS: TestBuildMultiStageLayerLeak (0.95s)
15:38:24 [2023-03-14T15:38:24.373Z] === RUN   TestBuildWithHugeFile
15:39:11 [2023-03-14T15:39:11.090Z] --- PASS: TestBuildWithHugeFile (41.05s)
15:39:11 [2023-03-14T15:39:11.090Z] === RUN   TestBuildWCOWSandboxSize
15:39:11 [2023-03-14T15:39:11.090Z]     build_test.go:528: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
15:39:11 [2023-03-14T15:39:11.090Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
15:39:11 [2023-03-14T15:39:11.090Z] === RUN   TestBuildWithEmptyDockerfile
15:39:11 [2023-03-14T15:39:11.090Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
15:39:11 [2023-03-14T15:39:11.090Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
15:39:11 [2023-03-14T15:39:11.090Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
15:39:11 [2023-03-14T15:39:11.090Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
15:39:11 [2023-03-14T15:39:11.090Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
15:39:11 [2023-03-14T15:39:11.090Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
15:39:11 [2023-03-14T15:39:11.090Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
15:39:11 [2023-03-14T15:39:11.090Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
15:39:11 [2023-03-14T15:39:11.090Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
15:39:11 [2023-03-14T15:39:11.090Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s)
15:39:11 [2023-03-14T15:39:11.090Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s)
15:39:11 [2023-03-14T15:39:11.090Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s)
15:39:11 [2023-03-14T15:39:11.090Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s)
15:39:11 [2023-03-14T15:39:11.090Z] === RUN   TestBuildPreserveOwnership
15:39:11 [2023-03-14T15:39:11.090Z] === RUN   TestBuildPreserveOwnership/copy_from
15:39:11 [2023-03-14T15:39:11.090Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
15:39:11 [2023-03-14T15:39:11.090Z] --- PASS: TestBuildPreserveOwnership (1.80s)
15:39:11 [2023-03-14T15:39:11.090Z]     --- PASS: TestBuildPreserveOwnership/copy_from (1.29s)
15:39:11 [2023-03-14T15:39:11.090Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.50s)
15:39:11 [2023-03-14T15:39:11.090Z] === RUN   TestBuildPlatformInvalid
15:39:11 [2023-03-14T15:39:11.090Z] --- PASS: TestBuildPlatformInvalid (0.03s)
15:39:11 [2023-03-14T15:39:11.090Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
15:39:11 [2023-03-14T15:39:11.090Z] Loaded image: busybox:latest
15:39:11 [2023-03-14T15:39:11.090Z] Loaded image: busybox:glibc
15:39:11 [2023-03-14T15:39:11.090Z] Loaded image: debian:bullseye-slim
15:39:11 [2023-03-14T15:39:11.090Z] Loaded image: hello-world:latest
15:39:11 [2023-03-14T15:39:11.090Z] Loaded image: arm32v7/hello-world:latest
15:39:17 [2023-03-14T15:39:17.676Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.01s)
15:39:17 [2023-03-14T15:39:17.677Z] PASS
15:39:17 [2023-03-14T15:39:17.677Z] 
15:39:17 [2023-03-14T15:39:17.677Z] === Skipped
15:39:17 [2023-03-14T15:39:17.677Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s)
15:39:17 [2023-03-14T15:39:17.677Z]     build_session_test.go:25: TODO: BuildKit
15:39:17 [2023-03-14T15:39:17.677Z] 
15:39:17 [2023-03-14T15:39:17.677Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s)
15:39:17 [2023-03-14T15:39:17.677Z]     build_test.go:528: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
15:39:17 [2023-03-14T15:39:17.677Z] 
15:39:17 [2023-03-14T15:39:17.677Z] DONE 34 tests, 2 skipped in 67.002s
15:39:17 [2023-03-14T15:39:17.677Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m 
15:39:17 [2023-03-14T15:39:17.677Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m
15:39:17 [2023-03-14T15:39:17.677Z] ++ set -e
15:39:17 [2023-03-14T15:39:17.677Z] ++ '[' -n 0 ']'
15:39:17 [2023-03-14T15:39:17.677Z] ++ set -x
15:39:17 [2023-03-14T15:39:17.677Z] ++ 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=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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=docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m
15:39:17 [2023-03-14T15:39:17.677Z] INFO: Testing against a local daemon
15:39:17 [2023-03-14T15:39:17.677Z] === RUN   TestConfigInspect
15:39:19 [2023-03-14T15:39:19.059Z] --- PASS: TestConfigInspect (1.76s)
15:39:19 [2023-03-14T15:39:19.059Z] === RUN   TestConfigList
15:39:20 [2023-03-14T15:39:20.969Z] --- PASS: TestConfigList (1.69s)
15:39:20 [2023-03-14T15:39:20.969Z] === RUN   TestConfigsCreateAndDelete
15:39:22 [2023-03-14T15:39:22.879Z] --- PASS: TestConfigsCreateAndDelete (1.85s)
15:39:22 [2023-03-14T15:39:22.880Z] === RUN   TestConfigsUpdate
15:39:24 [2023-03-14T15:39:24.263Z] --- PASS: TestConfigsUpdate (1.71s)
15:39:24 [2023-03-14T15:39:24.263Z] === RUN   TestTemplatedConfig
15:39:26 [2023-03-14T15:39:26.805Z] --- PASS: TestTemplatedConfig (2.48s)
15:39:26 [2023-03-14T15:39:26.805Z] === RUN   TestConfigCreateResolve
15:39:28 [2023-03-14T15:39:28.716Z] --- PASS: TestConfigCreateResolve (1.69s)
15:39:28 [2023-03-14T15:39:28.716Z] PASS
15:39:28 [2023-03-14T15:39:28.716Z] 
15:39:28 [2023-03-14T15:39:28.716Z] DONE 6 tests in 11.273s
15:39:28 [2023-03-14T15:39:28.716Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m 
15:39:28 [2023-03-14T15:39:28.716Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m
15:39:28 [2023-03-14T15:39:28.716Z] ++ set -e
15:39:28 [2023-03-14T15:39:28.716Z] ++ '[' -n 0 ']'
15:39:28 [2023-03-14T15:39:28.716Z] ++ set -x
15:39:28 [2023-03-14T15:39:28.717Z] ++ 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=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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=docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m
15:39:28 [2023-03-14T15:39:28.717Z] INFO: Testing against a local daemon
15:39:28 [2023-03-14T15:39:28.717Z] === RUN   TestAttachWithTTY
15:39:28 [2023-03-14T15:39:28.717Z] --- PASS: TestAttachWithTTY (0.06s)
15:39:28 [2023-03-14T15:39:28.717Z] === RUN   TestAttachWithoutTTy
15:39:28 [2023-03-14T15:39:28.717Z] --- PASS: TestAttachWithoutTTy (0.04s)
15:39:28 [2023-03-14T15:39:28.717Z] === RUN   TestCheckpoint
15:39:28 [2023-03-14T15:39:28.717Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
15:39:28 [2023-03-14T15:39:28.717Z] --- SKIP: TestCheckpoint (0.00s)
15:39:28 [2023-03-14T15:39:28.717Z] === RUN   TestContainerInvalidJSON
15:39:28 [2023-03-14T15:39:28.717Z] === RUN   TestContainerInvalidJSON/commit
15:39:28 [2023-03-14T15:39:28.717Z] === PAUSE TestContainerInvalidJSON/commit
15:39:28 [2023-03-14T15:39:28.717Z] === RUN   TestContainerInvalidJSON/containers/create
15:39:28 [2023-03-14T15:39:28.717Z] === PAUSE TestContainerInvalidJSON/containers/create
15:39:28 [2023-03-14T15:39:28.717Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
15:39:28 [2023-03-14T15:39:28.717Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
15:39:28 [2023-03-14T15:39:28.717Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
15:39:28 [2023-03-14T15:39:28.717Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
15:39:28 [2023-03-14T15:39:28.717Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
15:39:28 [2023-03-14T15:39:28.717Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
15:39:28 [2023-03-14T15:39:28.717Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
15:39:28 [2023-03-14T15:39:28.717Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
15:39:28 [2023-03-14T15:39:28.717Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
15:39:28 [2023-03-14T15:39:28.717Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
15:39:28 [2023-03-14T15:39:28.717Z] === CONT  TestContainerInvalidJSON/commit
15:39:28 [2023-03-14T15:39:28.717Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
15:39:28 [2023-03-14T15:39:28.717Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
15:39:28 [2023-03-14T15:39:28.717Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
15:39:28 [2023-03-14T15:39:28.717Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
15:39:28 [2023-03-14T15:39:28.717Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
15:39:28 [2023-03-14T15:39:28.717Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
15:39:28 [2023-03-14T15:39:28.717Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
15:39:28 [2023-03-14T15:39:28.717Z] === RUN   TestContainerInvalidJSON/commit/empty_body
15:39:28 [2023-03-14T15:39:28.717Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
15:39:28 [2023-03-14T15:39:28.717Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
15:39:28 [2023-03-14T15:39:28.717Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
15:39:28 [2023-03-14T15:39:28.717Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
15:39:28 [2023-03-14T15:39:28.717Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
15:39:28 [2023-03-14T15:39:28.717Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
15:39:28 [2023-03-14T15:39:28.717Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
15:39:28 [2023-03-14T15:39:28.717Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
15:39:28 [2023-03-14T15:39:28.717Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
15:39:28 [2023-03-14T15:39:28.717Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
15:39:28 [2023-03-14T15:39:28.717Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
15:39:28 [2023-03-14T15:39:28.717Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
15:39:28 [2023-03-14T15:39:28.717Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
15:39:28 [2023-03-14T15:39:28.717Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
15:39:28 [2023-03-14T15:39:28.717Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
15:39:28 [2023-03-14T15:39:28.717Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
15:39:28 [2023-03-14T15:39:28.717Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
15:39:28 [2023-03-14T15:39:28.717Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
15:39:28 [2023-03-14T15:39:28.717Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
15:39:28 [2023-03-14T15:39:28.717Z] === CONT  TestContainerInvalidJSON/containers/create
15:39:28 [2023-03-14T15:39:28.717Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
15:39:28 [2023-03-14T15:39:28.717Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
15:39:28 [2023-03-14T15:39:28.717Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
15:39:28 [2023-03-14T15:39:28.717Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
15:39:28 [2023-03-14T15:39:28.717Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
15:39:28 [2023-03-14T15:39:28.717Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
15:39:28 [2023-03-14T15:39:28.717Z] --- PASS: TestContainerInvalidJSON (0.01s)
15:39:28 [2023-03-14T15:39:28.717Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
15:39:28 [2023-03-14T15:39:28.717Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
15:39:28 [2023-03-14T15:39:28.717Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
15:39:28 [2023-03-14T15:39:28.717Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
15:39:28 [2023-03-14T15:39:28.717Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
15:39:28 [2023-03-14T15:39:28.717Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
15:39:28 [2023-03-14T15:39:28.717Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
15:39:28 [2023-03-14T15:39:28.717Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
15:39:28 [2023-03-14T15:39:28.717Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
15:39:28 [2023-03-14T15:39:28.717Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
15:39:28 [2023-03-14T15:39:28.717Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
15:39:28 [2023-03-14T15:39:28.717Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
15:39:28 [2023-03-14T15:39:28.717Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
15:39:28 [2023-03-14T15:39:28.717Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
15:39:28 [2023-03-14T15:39:28.717Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
15:39:28 [2023-03-14T15:39:28.717Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
15:39:28 [2023-03-14T15:39:28.717Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
15:39:28 [2023-03-14T15:39:28.717Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
15:39:28 [2023-03-14T15:39:28.717Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
15:39:28 [2023-03-14T15:39:28.717Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
15:39:28 [2023-03-14T15:39:28.717Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
15:39:28 [2023-03-14T15:39:28.717Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
15:39:28 [2023-03-14T15:39:28.717Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
15:39:28 [2023-03-14T15:39:28.717Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
15:39:28 [2023-03-14T15:39:28.717Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
15:39:28 [2023-03-14T15:39:28.717Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
15:39:28 [2023-03-14T15:39:28.717Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
15:39:28 [2023-03-14T15:39:28.717Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
15:39:28 [2023-03-14T15:39:28.717Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
15:39:28 [2023-03-14T15:39:28.717Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
15:39:28 [2023-03-14T15:39:28.717Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
15:39:28 [2023-03-14T15:39:28.717Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
15:39:28 [2023-03-14T15:39:28.717Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
15:39:28 [2023-03-14T15:39:28.717Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
15:39:28 [2023-03-14T15:39:28.717Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
15:39:28 [2023-03-14T15:39:28.717Z] === RUN   TestCopyFromContainerPathDoesNotExist
15:39:28 [2023-03-14T15:39:28.717Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s)
15:39:28 [2023-03-14T15:39:28.717Z] === RUN   TestCopyFromContainerPathIsNotDir
15:39:28 [2023-03-14T15:39:28.978Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s)
15:39:28 [2023-03-14T15:39:28.978Z] === RUN   TestCopyToContainerPathDoesNotExist
15:39:28 [2023-03-14T15:39:28.978Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s)
15:39:28 [2023-03-14T15:39:28.978Z] === RUN   TestCopyEmptyFile
15:39:28 [2023-03-14T15:39:28.978Z] --- PASS: TestCopyEmptyFile (0.06s)
15:39:28 [2023-03-14T15:39:28.978Z] === RUN   TestCopyToContainerPathIsNotDir
15:39:28 [2023-03-14T15:39:28.978Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s)
15:39:28 [2023-03-14T15:39:28.978Z] === RUN   TestCopyFromContainer
15:39:29 [2023-03-14T15:39:29.551Z] === RUN   TestCopyFromContainer//
15:39:29 [2023-03-14T15:39:29.551Z] === RUN   TestCopyFromContainer/.
15:39:29 [2023-03-14T15:39:29.551Z] === RUN   TestCopyFromContainer//.
15:39:29 [2023-03-14T15:39:29.551Z] === RUN   TestCopyFromContainer/./
15:39:29 [2023-03-14T15:39:29.551Z] === RUN   TestCopyFromContainer//./
15:39:29 [2023-03-14T15:39:29.551Z] === RUN   TestCopyFromContainer//bar/root
15:39:29 [2023-03-14T15:39:29.551Z] === RUN   TestCopyFromContainer//bar/root/
15:39:29 [2023-03-14T15:39:29.551Z] === RUN   TestCopyFromContainer//bar/root/.
15:39:29 [2023-03-14T15:39:29.811Z] === RUN   TestCopyFromContainer/bar/quux
15:39:29 [2023-03-14T15:39:29.811Z] === RUN   TestCopyFromContainer/bar/quux/
15:39:29 [2023-03-14T15:39:29.811Z] === RUN   TestCopyFromContainer/bar/quux/.
15:39:29 [2023-03-14T15:39:29.811Z] === RUN   TestCopyFromContainer/bar/quux/baz
15:39:29 [2023-03-14T15:39:29.811Z] === RUN   TestCopyFromContainer/bar/filesymlink
15:39:29 [2023-03-14T15:39:29.811Z] === RUN   TestCopyFromContainer/bar/dirsymlink
15:39:29 [2023-03-14T15:39:29.811Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
15:39:29 [2023-03-14T15:39:29.811Z] === RUN   TestCopyFromContainer/bar/dirsymlink/.
15:39:29 [2023-03-14T15:39:29.811Z] === RUN   TestCopyFromContainer/bar/notarget
15:39:29 [2023-03-14T15:39:29.811Z] --- PASS: TestCopyFromContainer (0.71s)
15:39:29 [2023-03-14T15:39:29.811Z]     --- PASS: TestCopyFromContainer// (0.02s)
15:39:29 [2023-03-14T15:39:29.811Z]     --- PASS: TestCopyFromContainer/. (0.02s)
15:39:29 [2023-03-14T15:39:29.811Z]     --- PASS: TestCopyFromContainer//. (0.02s)
15:39:29 [2023-03-14T15:39:29.811Z]     --- PASS: TestCopyFromContainer/./ (0.02s)
15:39:29 [2023-03-14T15:39:29.811Z]     --- PASS: TestCopyFromContainer//./ (0.02s)
15:39:29 [2023-03-14T15:39:29.811Z]     --- PASS: TestCopyFromContainer//bar/root (0.01s)
15:39:29 [2023-03-14T15:39:29.811Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.01s)
15:39:29 [2023-03-14T15:39:29.811Z]     --- PASS: TestCopyFromContainer//bar/root/. (0.02s)
15:39:29 [2023-03-14T15:39:29.811Z]     --- PASS: TestCopyFromContainer/bar/quux (0.01s)
15:39:29 [2023-03-14T15:39:29.811Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.01s)
15:39:29 [2023-03-14T15:39:29.811Z]     --- PASS: TestCopyFromContainer/bar/quux/. (0.00s)
15:39:29 [2023-03-14T15:39:29.811Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.01s)
15:39:29 [2023-03-14T15:39:29.811Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.01s)
15:39:29 [2023-03-14T15:39:29.811Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.01s)
15:39:29 [2023-03-14T15:39:29.811Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.01s)
15:39:29 [2023-03-14T15:39:29.811Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/. (0.01s)
15:39:29 [2023-03-14T15:39:29.811Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.00s)
15:39:29 [2023-03-14T15:39:29.811Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
15:39:29 [2023-03-14T15:39:29.811Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
15:39:29 [2023-03-14T15:39:29.811Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
15:39:29 [2023-03-14T15:39:29.811Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
15:39:29 [2023-03-14T15:39:29.811Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
15:39:29 [2023-03-14T15:39:29.811Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
15:39:29 [2023-03-14T15:39:29.811Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
15:39:29 [2023-03-14T15:39:29.811Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
15:39:29 [2023-03-14T15:39:29.811Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
15:39:29 [2023-03-14T15:39:29.811Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
15:39:29 [2023-03-14T15:39:29.811Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
15:39:29 [2023-03-14T15:39:29.811Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
15:39:29 [2023-03-14T15:39:29.811Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
15:39:29 [2023-03-14T15:39:29.811Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
15:39:29 [2023-03-14T15:39:29.811Z] === RUN   TestCreateLinkToNonExistingContainer
15:39:29 [2023-03-14T15:39:29.811Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s)
15:39:29 [2023-03-14T15:39:29.811Z] === RUN   TestCreateWithInvalidEnv
15:39:29 [2023-03-14T15:39:29.811Z] === RUN   TestCreateWithInvalidEnv/0
15:39:29 [2023-03-14T15:39:29.811Z] === PAUSE TestCreateWithInvalidEnv/0
15:39:29 [2023-03-14T15:39:29.811Z] === RUN   TestCreateWithInvalidEnv/1
15:39:29 [2023-03-14T15:39:29.811Z] === PAUSE TestCreateWithInvalidEnv/1
15:39:29 [2023-03-14T15:39:29.811Z] === RUN   TestCreateWithInvalidEnv/2
15:39:29 [2023-03-14T15:39:29.811Z] === PAUSE TestCreateWithInvalidEnv/2
15:39:29 [2023-03-14T15:39:29.811Z] === CONT  TestCreateWithInvalidEnv/0
15:39:29 [2023-03-14T15:39:29.811Z] === CONT  TestCreateWithInvalidEnv/2
15:39:29 [2023-03-14T15:39:29.811Z] === CONT  TestCreateWithInvalidEnv/1
15:39:29 [2023-03-14T15:39:29.811Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
15:39:29 [2023-03-14T15:39:29.811Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
15:39:29 [2023-03-14T15:39:29.811Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
15:39:29 [2023-03-14T15:39:29.811Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
15:39:29 [2023-03-14T15:39:29.811Z] === RUN   TestCreateTmpfsMountsTarget
15:39:29 [2023-03-14T15:39:29.811Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
15:39:29 [2023-03-14T15:39:29.811Z] === RUN   TestCreateWithCustomMaskedPaths
15:39:31 [2023-03-14T15:39:31.196Z] --- PASS: TestCreateWithCustomMaskedPaths (1.16s)
15:39:31 [2023-03-14T15:39:31.196Z] === RUN   TestCreateWithCustomReadonlyPaths
15:39:32 [2023-03-14T15:39:32.150Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.09s)
15:39:32 [2023-03-14T15:39:32.150Z] === RUN   TestCreateWithInvalidHealthcheckParams
15:39:32 [2023-03-14T15:39:32.150Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
15:39:32 [2023-03-14T15:39:32.150Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
15:39:32 [2023-03-14T15:39:32.150Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
15:39:32 [2023-03-14T15:39:32.150Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
15:39:32 [2023-03-14T15:39:32.150Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
15:39:32 [2023-03-14T15:39:32.150Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
15:39:32 [2023-03-14T15:39:32.150Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
15:39:32 [2023-03-14T15:39:32.150Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
15:39:32 [2023-03-14T15:39:32.150Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
15:39:32 [2023-03-14T15:39:32.150Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
15:39:32 [2023-03-14T15:39:32.150Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
15:39:32 [2023-03-14T15:39:32.150Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
15:39:32 [2023-03-14T15:39:32.150Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
15:39:32 [2023-03-14T15:39:32.150Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
15:39:32 [2023-03-14T15:39:32.150Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
15:39:32 [2023-03-14T15:39:32.150Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
15:39:32 [2023-03-14T15:39:32.150Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
15:39:32 [2023-03-14T15:39:32.150Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
15:39:32 [2023-03-14T15:39:32.150Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
15:39:32 [2023-03-14T15:39:32.150Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
15:39:32 [2023-03-14T15:39:32.150Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
15:39:32 [2023-03-14T15:39:32.150Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
15:39:32 [2023-03-14T15:39:32.418Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.40s)
15:39:32 [2023-03-14T15:39:32.418Z] === RUN   TestCreateDifferentPlatform
15:39:32 [2023-03-14T15:39:32.418Z] === RUN   TestCreateDifferentPlatform/different_os
15:39:32 [2023-03-14T15:39:32.418Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
15:39:32 [2023-03-14T15:39:32.418Z] --- PASS: TestCreateDifferentPlatform (0.01s)
15:39:32 [2023-03-14T15:39:32.418Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
15:39:32 [2023-03-14T15:39:32.418Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
15:39:32 [2023-03-14T15:39:32.418Z] === RUN   TestCreateVolumesFromNonExistingContainer
15:39:32 [2023-03-14T15:39:32.678Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s)
15:39:32 [2023-03-14T15:39:32.678Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
15:39:32 [2023-03-14T15:39:32.678Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s)
15:39:32 [2023-03-14T15:39:32.678Z] === RUN   TestCreateInvalidHostConfig
15:39:32 [2023-03-14T15:39:32.678Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
15:39:32 [2023-03-14T15:39:32.678Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
15:39:32 [2023-03-14T15:39:32.678Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
15:39:32 [2023-03-14T15:39:32.678Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
15:39:32 [2023-03-14T15:39:32.678Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
15:39:32 [2023-03-14T15:39:32.678Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
15:39:32 [2023-03-14T15:39:32.678Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
15:39:32 [2023-03-14T15:39:32.678Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
15:39:32 [2023-03-14T15:39:32.678Z] === RUN   TestCreateInvalidHostConfig/invalid_Annotations
15:39:32 [2023-03-14T15:39:32.678Z] === PAUSE TestCreateInvalidHostConfig/invalid_Annotations
15:39:32 [2023-03-14T15:39:32.678Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
15:39:32 [2023-03-14T15:39:32.678Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
15:39:32 [2023-03-14T15:39:32.678Z] === CONT  TestCreateInvalidHostConfig/invalid_Annotations
15:39:32 [2023-03-14T15:39:32.678Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
15:39:32 [2023-03-14T15:39:32.678Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
15:39:32 [2023-03-14T15:39:32.678Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
15:39:32 [2023-03-14T15:39:32.678Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
15:39:32 [2023-03-14T15:39:32.678Z]     --- PASS: TestCreateInvalidHostConfig/invalid_Annotations (0.00s)
15:39:32 [2023-03-14T15:39:32.678Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
15:39:32 [2023-03-14T15:39:32.678Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
15:39:32 [2023-03-14T15:39:32.678Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
15:39:32 [2023-03-14T15:39:32.678Z] === RUN   TestContainerStartOnDaemonRestart
15:39:32 [2023-03-14T15:39:32.678Z] === PAUSE TestContainerStartOnDaemonRestart
15:39:32 [2023-03-14T15:39:32.678Z] === RUN   TestDaemonRestartIpcMode
15:39:32 [2023-03-14T15:39:32.678Z] === PAUSE TestDaemonRestartIpcMode
15:39:32 [2023-03-14T15:39:32.678Z] === RUN   TestDaemonHostGatewayIP
15:39:32 [2023-03-14T15:39:32.678Z] === PAUSE TestDaemonHostGatewayIP
15:39:32 [2023-03-14T15:39:32.678Z] === RUN   TestRestartDaemonWithRestartingContainer
15:39:32 [2023-03-14T15:39:32.678Z] === PAUSE TestRestartDaemonWithRestartingContainer
15:39:32 [2023-03-14T15:39:32.678Z] === RUN   TestContainerKillOnDaemonStart
15:39:32 [2023-03-14T15:39:32.678Z] === PAUSE TestContainerKillOnDaemonStart
15:39:32 [2023-03-14T15:39:32.678Z] === RUN   TestDiff
15:39:32 [2023-03-14T15:39:32.938Z] --- PASS: TestDiff (0.40s)
15:39:32 [2023-03-14T15:39:32.938Z] === RUN   TestExecConsoleSize
15:39:33 [2023-03-14T15:39:33.509Z] --- PASS: TestExecConsoleSize (0.45s)
15:39:33 [2023-03-14T15:39:33.509Z] === RUN   TestExecWithCloseStdin
15:39:34 [2023-03-14T15:39:34.079Z] --- PASS: TestExecWithCloseStdin (0.45s)
15:39:34 [2023-03-14T15:39:34.079Z] === RUN   TestExec
15:39:34 [2023-03-14T15:39:34.340Z] --- PASS: TestExec (0.43s)
15:39:34 [2023-03-14T15:39:34.340Z] === RUN   TestExecUser
15:39:34 [2023-03-14T15:39:34.909Z] --- PASS: TestExecUser (0.44s)
15:39:34 [2023-03-14T15:39:34.909Z] === RUN   TestExportContainerAndImportImage
15:39:35 [2023-03-14T15:39:35.171Z] --- PASS: TestExportContainerAndImportImage (0.44s)
15:39:35 [2023-03-14T15:39:35.171Z] === RUN   TestExportContainerAfterDaemonRestart
15:39:36 [2023-03-14T15:39:36.554Z] --- PASS: TestExportContainerAfterDaemonRestart (1.16s)
15:39:36 [2023-03-14T15:39:36.554Z] === RUN   TestHealthCheckWorkdir
15:39:36 [2023-03-14T15:39:36.814Z] --- PASS: TestHealthCheckWorkdir (0.47s)
15:39:36 [2023-03-14T15:39:36.814Z] === RUN   TestHealthKillContainer
15:39:44 [2023-03-14T15:39:44.945Z] --- PASS: TestHealthKillContainer (7.81s)
15:39:44 [2023-03-14T15:39:44.945Z] === RUN   TestHealthCheckProcessKilled
15:39:45 [2023-03-14T15:39:45.205Z] --- PASS: TestHealthCheckProcessKilled (0.59s)
15:39:45 [2023-03-14T15:39:45.205Z] === RUN   TestInspectCpusetInConfigPre120
15:39:45 [2023-03-14T15:39:45.775Z] --- PASS: TestInspectCpusetInConfigPre120 (0.38s)
15:39:45 [2023-03-14T15:39:45.775Z] === RUN   TestInspectAnnotations
15:39:45 [2023-03-14T15:39:45.775Z] --- PASS: TestInspectAnnotations (0.04s)
15:39:45 [2023-03-14T15:39:45.775Z] === RUN   TestIpcModeNone
15:39:46 [2023-03-14T15:39:46.039Z] --- PASS: TestIpcModeNone (0.42s)
15:39:46 [2023-03-14T15:39:46.039Z] === RUN   TestIpcModePrivate
15:39:46 [2023-03-14T15:39:46.301Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:78, shared: false, mustBeShared: false
15:39:46 [2023-03-14T15:39:46.562Z] --- PASS: TestIpcModePrivate (0.40s)
15:39:46 [2023-03-14T15:39:46.562Z] === RUN   TestIpcModeShareable
15:39:46 [2023-03-14T15:39:46.822Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:72, shared: true, mustBeShared: true
15:39:46 [2023-03-14T15:39:46.822Z] --- PASS: TestIpcModeShareable (0.42s)
15:39:46 [2023-03-14T15:39:46.822Z] === RUN   TestAPIIpcModeShareableAndContainer
15:39:48 [2023-03-14T15:39:48.204Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.35s)
15:39:48 [2023-03-14T15:39:48.204Z] === RUN   TestAPIIpcModeHost
15:39:48 [2023-03-14T15:39:48.774Z] --- PASS: TestAPIIpcModeHost (0.32s)
15:39:48 [2023-03-14T15:39:48.774Z] === RUN   TestDaemonIpcModeShareable
15:39:49 [2023-03-14T15:39:49.713Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:82, shared: true, mustBeShared: true
15:39:49 [2023-03-14T15:39:49.713Z] --- PASS: TestDaemonIpcModeShareable (1.01s)
15:39:49 [2023-03-14T15:39:49.713Z] === RUN   TestDaemonIpcModePrivate
15:39:50 [2023-03-14T15:39:50.652Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:88, shared: false, mustBeShared: false
15:39:50 [2023-03-14T15:39:50.652Z] --- PASS: TestDaemonIpcModePrivate (1.00s)
15:39:50 [2023-03-14T15:39:50.652Z] === RUN   TestDaemonIpcModePrivateFromConfig
15:39:51 [2023-03-14T15:39:51.592Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:88, shared: false, mustBeShared: false
15:39:51 [2023-03-14T15:39:51.592Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.00s)
15:39:51 [2023-03-14T15:39:51.592Z] === RUN   TestDaemonIpcModeShareableFromConfig
15:39:52 [2023-03-14T15:39:52.530Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:82, shared: true, mustBeShared: true
15:39:52 [2023-03-14T15:39:52.530Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.01s)
15:39:52 [2023-03-14T15:39:52.530Z] === RUN   TestIpcModeOlderClient
15:39:52 [2023-03-14T15:39:52.530Z] === PAUSE TestIpcModeOlderClient
15:39:52 [2023-03-14T15:39:52.530Z] === RUN   TestKillContainerInvalidSignal
15:39:53 [2023-03-14T15:39:53.100Z] --- PASS: TestKillContainerInvalidSignal (0.37s)
15:39:53 [2023-03-14T15:39:53.100Z] === RUN   TestKillContainer
15:39:53 [2023-03-14T15:39:53.100Z] === RUN   TestKillContainer/no_signal
15:39:53 [2023-03-14T15:39:53.360Z] === RUN   TestKillContainer/non_killing_signal
15:39:53 [2023-03-14T15:39:53.619Z] === RUN   TestKillContainer/killing_signal
15:39:54 [2023-03-14T15:39:54.189Z] --- PASS: TestKillContainer (1.08s)
15:39:54 [2023-03-14T15:39:54.189Z]     --- PASS: TestKillContainer/no_signal (0.33s)
15:39:54 [2023-03-14T15:39:54.189Z]     --- PASS: TestKillContainer/non_killing_signal (0.22s)
15:39:54 [2023-03-14T15:39:54.189Z]     --- PASS: TestKillContainer/killing_signal (0.35s)
15:39:54 [2023-03-14T15:39:54.189Z] === RUN   TestKillWithStopSignalAndRestartPolicies
15:39:54 [2023-03-14T15:39:54.189Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
15:39:54 [2023-03-14T15:39:54.449Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
15:39:55 [2023-03-14T15:39:55.392Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.09s)
15:39:55 [2023-03-14T15:39:55.392Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.35s)
15:39:55 [2023-03-14T15:39:55.392Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.59s)
15:39:55 [2023-03-14T15:39:55.392Z] === RUN   TestKillStoppedContainer
15:39:55 [2023-03-14T15:39:55.392Z] --- PASS: TestKillStoppedContainer (0.04s)
15:39:55 [2023-03-14T15:39:55.392Z] === RUN   TestKillStoppedContainerAPIPre120
15:39:55 [2023-03-14T15:39:55.392Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s)
15:39:55 [2023-03-14T15:39:55.392Z] === RUN   TestKillDifferentUserContainer
15:39:55 [2023-03-14T15:39:55.651Z] --- PASS: TestKillDifferentUserContainer (0.36s)
15:39:55 [2023-03-14T15:39:55.651Z] === RUN   TestInspectOomKilledTrue
15:39:55 [2023-03-14T15:39:55.911Z] --- PASS: TestInspectOomKilledTrue (0.40s)
15:39:55 [2023-03-14T15:39:55.911Z] === RUN   TestInspectOomKilledFalse
15:39:56 [2023-03-14T15:39:56.506Z] --- PASS: TestInspectOomKilledFalse (0.37s)
15:39:56 [2023-03-14T15:39:56.506Z] === RUN   TestLinksEtcHostsContentMatch
15:39:56 [2023-03-14T15:39:56.765Z] --- PASS: TestLinksEtcHostsContentMatch (0.25s)
15:39:56 [2023-03-14T15:39:56.765Z] === RUN   TestLinksContainerNames
15:39:57 [2023-03-14T15:39:57.338Z] --- PASS: TestLinksContainerNames (0.75s)
15:39:57 [2023-03-14T15:39:57.338Z] === RUN   TestLogsFollowTailEmpty
15:39:57 [2023-03-14T15:39:57.908Z] --- PASS: TestLogsFollowTailEmpty (0.35s)
15:39:57 [2023-03-14T15:39:57.908Z] === RUN   TestLogs
15:39:57 [2023-03-14T15:39:57.908Z] === RUN   TestLogs/driver_local
15:39:57 [2023-03-14T15:39:57.908Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
15:39:57 [2023-03-14T15:39:57.908Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
15:39:57 [2023-03-14T15:39:57.908Z] === RUN   TestLogs/driver_local/tty/only_stdout
15:39:57 [2023-03-14T15:39:57.908Z] === PAUSE TestLogs/driver_local/tty/only_stdout
15:39:57 [2023-03-14T15:39:57.908Z] === RUN   TestLogs/driver_local/tty/only_stderr
15:39:57 [2023-03-14T15:39:57.908Z] === PAUSE TestLogs/driver_local/tty/only_stderr
15:39:57 [2023-03-14T15:39:57.908Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
15:39:57 [2023-03-14T15:39:57.908Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
15:39:57 [2023-03-14T15:39:57.908Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
15:39:57 [2023-03-14T15:39:57.908Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
15:39:57 [2023-03-14T15:39:57.908Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
15:39:57 [2023-03-14T15:39:57.908Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
15:39:57 [2023-03-14T15:39:57.908Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
15:39:57 [2023-03-14T15:39:57.908Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
15:39:58 [2023-03-14T15:39:58.477Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
15:39:58 [2023-03-14T15:39:58.477Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
15:39:58 [2023-03-14T15:39:58.737Z] === CONT  TestLogs/driver_local/tty/only_stderr
15:39:58 [2023-03-14T15:39:58.737Z] === CONT  TestLogs/driver_local/tty/only_stdout
15:39:59 [2023-03-14T15:39:59.310Z] === RUN   TestLogs/driver_json-file
15:39:59 [2023-03-14T15:39:59.310Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
15:39:59 [2023-03-14T15:39:59.310Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
15:39:59 [2023-03-14T15:39:59.310Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
15:39:59 [2023-03-14T15:39:59.310Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
15:39:59 [2023-03-14T15:39:59.310Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
15:39:59 [2023-03-14T15:39:59.310Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
15:39:59 [2023-03-14T15:39:59.310Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
15:39:59 [2023-03-14T15:39:59.310Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
15:39:59 [2023-03-14T15:39:59.310Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
15:39:59 [2023-03-14T15:39:59.310Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
15:39:59 [2023-03-14T15:39:59.310Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
15:39:59 [2023-03-14T15:39:59.310Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
15:39:59 [2023-03-14T15:39:59.310Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
15:39:59 [2023-03-14T15:39:59.310Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
15:39:59 [2023-03-14T15:39:59.879Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
15:39:59 [2023-03-14T15:39:59.879Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
15:40:00 [2023-03-14T15:40:00.449Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
15:40:00 [2023-03-14T15:40:00.449Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
15:40:01 [2023-03-14T15:40:01.019Z] --- PASS: TestLogs (3.26s)
15:40:01 [2023-03-14T15:40:01.019Z]     --- PASS: TestLogs/driver_local (0.01s)
15:40:01 [2023-03-14T15:40:01.019Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.63s)
15:40:01 [2023-03-14T15:40:01.019Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.67s)
15:40:01 [2023-03-14T15:40:01.019Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.44s)
15:40:01 [2023-03-14T15:40:01.019Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.44s)
15:40:01 [2023-03-14T15:40:01.019Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (0.45s)
15:40:01 [2023-03-14T15:40:01.019Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (0.51s)
15:40:01 [2023-03-14T15:40:01.019Z]     --- PASS: TestLogs/driver_json-file (0.01s)
15:40:01 [2023-03-14T15:40:01.019Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.47s)
15:40:01 [2023-03-14T15:40:01.019Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.51s)
15:40:01 [2023-03-14T15:40:01.019Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.47s)
15:40:01 [2023-03-14T15:40:01.019Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.62s)
15:40:01 [2023-03-14T15:40:01.019Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.60s)
15:40:01 [2023-03-14T15:40:01.019Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.53s)
15:40:01 [2023-03-14T15:40:01.019Z] === RUN   TestContainerNetworkMountsNoChown
15:40:01 [2023-03-14T15:40:01.279Z] --- PASS: TestContainerNetworkMountsNoChown (0.37s)
15:40:01 [2023-03-14T15:40:01.279Z] === RUN   TestMountDaemonRoot
15:40:01 [2023-03-14T15:40:01.280Z] === RUN   TestMountDaemonRoot/default
15:40:01 [2023-03-14T15:40:01.280Z] === PAUSE TestMountDaemonRoot/default
15:40:01 [2023-03-14T15:40:01.280Z] === RUN   TestMountDaemonRoot/private
15:40:01 [2023-03-14T15:40:01.280Z] === PAUSE TestMountDaemonRoot/private
15:40:01 [2023-03-14T15:40:01.280Z] === RUN   TestMountDaemonRoot/rprivate
15:40:01 [2023-03-14T15:40:01.280Z] === PAUSE TestMountDaemonRoot/rprivate
15:40:01 [2023-03-14T15:40:01.280Z] === RUN   TestMountDaemonRoot/slave
15:40:01 [2023-03-14T15:40:01.280Z] === PAUSE TestMountDaemonRoot/slave
15:40:01 [2023-03-14T15:40:01.280Z] === RUN   TestMountDaemonRoot/rslave
15:40:01 [2023-03-14T15:40:01.280Z] === PAUSE TestMountDaemonRoot/rslave
15:40:01 [2023-03-14T15:40:01.280Z] === RUN   TestMountDaemonRoot/shared
15:40:01 [2023-03-14T15:40:01.280Z] === PAUSE TestMountDaemonRoot/shared
15:40:01 [2023-03-14T15:40:01.280Z] === RUN   TestMountDaemonRoot/rshared
15:40:01 [2023-03-14T15:40:01.280Z] === PAUSE TestMountDaemonRoot/rshared
15:40:01 [2023-03-14T15:40:01.280Z] === CONT  TestMountDaemonRoot/default
15:40:01 [2023-03-14T15:40:01.280Z] === RUN   TestMountDaemonRoot/default/bind_subpath
15:40:01 [2023-03-14T15:40:01.280Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
15:40:01 [2023-03-14T15:40:01.280Z] === RUN   TestMountDaemonRoot/default/mount_root
15:40:01 [2023-03-14T15:40:01.280Z] === PAUSE TestMountDaemonRoot/default/mount_root
15:40:01 [2023-03-14T15:40:01.280Z] === RUN   TestMountDaemonRoot/default/mount_subpath
15:40:01 [2023-03-14T15:40:01.280Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
15:40:01 [2023-03-14T15:40:01.280Z] === RUN   TestMountDaemonRoot/default/bind_root
15:40:01 [2023-03-14T15:40:01.280Z] === PAUSE TestMountDaemonRoot/default/bind_root
15:40:01 [2023-03-14T15:40:01.280Z] === CONT  TestMountDaemonRoot/default/bind_subpath
15:40:01 [2023-03-14T15:40:01.280Z] === CONT  TestMountDaemonRoot/rshared
15:40:01 [2023-03-14T15:40:01.280Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
15:40:01 [2023-03-14T15:40:01.280Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
15:40:01 [2023-03-14T15:40:01.280Z] === RUN   TestMountDaemonRoot/rshared/mount_root
15:40:01 [2023-03-14T15:40:01.280Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
15:40:01 [2023-03-14T15:40:01.280Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
15:40:01 [2023-03-14T15:40:01.280Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
15:40:01 [2023-03-14T15:40:01.280Z] === RUN   TestMountDaemonRoot/rshared/bind_root
15:40:01 [2023-03-14T15:40:01.280Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
15:40:01 [2023-03-14T15:40:01.280Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
15:40:01 [2023-03-14T15:40:01.540Z] === CONT  TestMountDaemonRoot/shared
15:40:01 [2023-03-14T15:40:01.540Z] === RUN   TestMountDaemonRoot/shared/bind_root
15:40:01 [2023-03-14T15:40:01.540Z] === PAUSE TestMountDaemonRoot/shared/bind_root
15:40:01 [2023-03-14T15:40:01.540Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
15:40:01 [2023-03-14T15:40:01.540Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
15:40:01 [2023-03-14T15:40:01.540Z] === RUN   TestMountDaemonRoot/shared/mount_root
15:40:01 [2023-03-14T15:40:01.540Z] === PAUSE TestMountDaemonRoot/shared/mount_root
15:40:01 [2023-03-14T15:40:01.540Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
15:40:01 [2023-03-14T15:40:01.540Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
15:40:01 [2023-03-14T15:40:01.540Z] === CONT  TestMountDaemonRoot/rslave
15:40:01 [2023-03-14T15:40:01.540Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
15:40:01 [2023-03-14T15:40:01.540Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
15:40:01 [2023-03-14T15:40:01.540Z] === RUN   TestMountDaemonRoot/rslave/mount_root
15:40:01 [2023-03-14T15:40:01.540Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
15:40:01 [2023-03-14T15:40:01.540Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
15:40:01 [2023-03-14T15:40:01.540Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
15:40:01 [2023-03-14T15:40:01.540Z] === RUN   TestMountDaemonRoot/rslave/bind_root
15:40:01 [2023-03-14T15:40:01.540Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
15:40:01 [2023-03-14T15:40:01.540Z] === CONT  TestMountDaemonRoot/slave
15:40:01 [2023-03-14T15:40:01.540Z] === RUN   TestMountDaemonRoot/slave/bind_root
15:40:01 [2023-03-14T15:40:01.540Z] === PAUSE TestMountDaemonRoot/slave/bind_root
15:40:01 [2023-03-14T15:40:01.540Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
15:40:01 [2023-03-14T15:40:01.540Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
15:40:01 [2023-03-14T15:40:01.540Z] === RUN   TestMountDaemonRoot/slave/mount_root
15:40:01 [2023-03-14T15:40:01.540Z] === PAUSE TestMountDaemonRoot/slave/mount_root
15:40:01 [2023-03-14T15:40:01.540Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
15:40:01 [2023-03-14T15:40:01.540Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
15:40:01 [2023-03-14T15:40:01.540Z] === CONT  TestMountDaemonRoot/rprivate
15:40:01 [2023-03-14T15:40:01.540Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
15:40:01 [2023-03-14T15:40:01.540Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
15:40:01 [2023-03-14T15:40:01.540Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
15:40:01 [2023-03-14T15:40:01.540Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
15:40:01 [2023-03-14T15:40:01.540Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
15:40:01 [2023-03-14T15:40:01.540Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
15:40:01 [2023-03-14T15:40:01.540Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
15:40:01 [2023-03-14T15:40:01.540Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
15:40:01 [2023-03-14T15:40:01.540Z] === CONT  TestMountDaemonRoot/private
15:40:01 [2023-03-14T15:40:01.540Z] === RUN   TestMountDaemonRoot/private/bind_root
15:40:01 [2023-03-14T15:40:01.540Z] === PAUSE TestMountDaemonRoot/private/bind_root
15:40:01 [2023-03-14T15:40:01.540Z] === RUN   TestMountDaemonRoot/private/bind_subpath
15:40:01 [2023-03-14T15:40:01.540Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
15:40:01 [2023-03-14T15:40:01.540Z] === RUN   TestMountDaemonRoot/private/mount_root
15:40:01 [2023-03-14T15:40:01.540Z] === PAUSE TestMountDaemonRoot/private/mount_root
15:40:01 [2023-03-14T15:40:01.540Z] === RUN   TestMountDaemonRoot/private/mount_subpath
15:40:01 [2023-03-14T15:40:01.540Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
15:40:01 [2023-03-14T15:40:01.540Z] === CONT  TestMountDaemonRoot/default/bind_root
15:40:01 [2023-03-14T15:40:01.540Z] === CONT  TestMountDaemonRoot/default/mount_subpath
15:40:01 [2023-03-14T15:40:01.540Z] === CONT  TestMountDaemonRoot/default/mount_root
15:40:01 [2023-03-14T15:40:01.540Z] === CONT  TestMountDaemonRoot/rshared/bind_root
15:40:01 [2023-03-14T15:40:01.540Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
15:40:01 [2023-03-14T15:40:01.540Z] === CONT  TestMountDaemonRoot/rshared/mount_root
15:40:01 [2023-03-14T15:40:01.540Z] === CONT  TestMountDaemonRoot/shared/bind_root
15:40:01 [2023-03-14T15:40:01.540Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
15:40:01 [2023-03-14T15:40:01.540Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
15:40:01 [2023-03-14T15:40:01.540Z] === CONT  TestMountDaemonRoot/shared/mount_root
15:40:01 [2023-03-14T15:40:01.540Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
15:40:01 [2023-03-14T15:40:01.540Z] === CONT  TestMountDaemonRoot/slave/bind_root
15:40:01 [2023-03-14T15:40:01.540Z] === CONT  TestMountDaemonRoot/rslave/bind_root
15:40:01 [2023-03-14T15:40:01.801Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
15:40:01 [2023-03-14T15:40:01.801Z] === CONT  TestMountDaemonRoot/rslave/mount_root
15:40:01 [2023-03-14T15:40:01.801Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
15:40:01 [2023-03-14T15:40:01.801Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
15:40:01 [2023-03-14T15:40:01.801Z] === CONT  TestMountDaemonRoot/slave/mount_root
15:40:01 [2023-03-14T15:40:01.801Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
15:40:01 [2023-03-14T15:40:01.801Z] === CONT  TestMountDaemonRoot/private/bind_root
15:40:01 [2023-03-14T15:40:01.801Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
15:40:01 [2023-03-14T15:40:01.801Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
15:40:01 [2023-03-14T15:40:01.801Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
15:40:01 [2023-03-14T15:40:01.801Z] === CONT  TestMountDaemonRoot/private/mount_subpath
15:40:01 [2023-03-14T15:40:01.801Z] === CONT  TestMountDaemonRoot/private/mount_root
15:40:01 [2023-03-14T15:40:01.801Z] === CONT  TestMountDaemonRoot/private/bind_subpath
15:40:01 [2023-03-14T15:40:01.801Z] --- PASS: TestMountDaemonRoot (0.02s)
15:40:01 [2023-03-14T15:40:01.801Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
15:40:01 [2023-03-14T15:40:01.801Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s)
15:40:01 [2023-03-14T15:40:01.801Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s)
15:40:01 [2023-03-14T15:40:01.801Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.05s)
15:40:01 [2023-03-14T15:40:01.801Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.04s)
15:40:01 [2023-03-14T15:40:01.801Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
15:40:01 [2023-03-14T15:40:01.801Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s)
15:40:01 [2023-03-14T15:40:01.801Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s)
15:40:01 [2023-03-14T15:40:01.801Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s)
15:40:01 [2023-03-14T15:40:01.801Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s)
15:40:01 [2023-03-14T15:40:01.801Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
15:40:01 [2023-03-14T15:40:01.801Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s)
15:40:01 [2023-03-14T15:40:01.801Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
15:40:01 [2023-03-14T15:40:01.801Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
15:40:01 [2023-03-14T15:40:01.801Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
15:40:01 [2023-03-14T15:40:01.801Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
15:40:01 [2023-03-14T15:40:01.801Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s)
15:40:01 [2023-03-14T15:40:01.801Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s)
15:40:01 [2023-03-14T15:40:01.801Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s)
15:40:01 [2023-03-14T15:40:01.801Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s)
15:40:01 [2023-03-14T15:40:01.801Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
15:40:01 [2023-03-14T15:40:01.801Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s)
15:40:01 [2023-03-14T15:40:01.801Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
15:40:01 [2023-03-14T15:40:01.801Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s)
15:40:01 [2023-03-14T15:40:01.801Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
15:40:01 [2023-03-14T15:40:01.801Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
15:40:01 [2023-03-14T15:40:01.801Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
15:40:01 [2023-03-14T15:40:01.801Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s)
15:40:01 [2023-03-14T15:40:01.801Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
15:40:01 [2023-03-14T15:40:01.801Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
15:40:01 [2023-03-14T15:40:01.801Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
15:40:01 [2023-03-14T15:40:01.801Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
15:40:01 [2023-03-14T15:40:01.801Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
15:40:01 [2023-03-14T15:40:01.801Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.03s)
15:40:01 [2023-03-14T15:40:01.801Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
15:40:01 [2023-03-14T15:40:01.801Z] === RUN   TestContainerBindMountNonRecursive
15:40:03 [2023-03-14T15:40:03.183Z] --- PASS: TestContainerBindMountNonRecursive (1.06s)
15:40:03 [2023-03-14T15:40:03.183Z] === RUN   TestContainerVolumesMountedAsShared
15:40:03 [2023-03-14T15:40:03.183Z] --- PASS: TestContainerVolumesMountedAsShared (0.34s)
15:40:03 [2023-03-14T15:40:03.183Z] === RUN   TestContainerVolumesMountedAsSlave
15:40:03 [2023-03-14T15:40:03.447Z] --- PASS: TestContainerVolumesMountedAsSlave (0.27s)
15:40:03 [2023-03-14T15:40:03.447Z] === RUN   TestContainerCopyLeaksMounts
15:40:04 [2023-03-14T15:40:04.017Z] --- PASS: TestContainerCopyLeaksMounts (0.45s)
15:40:04 [2023-03-14T15:40:04.017Z] === RUN   TestNetworkNat
15:40:04 [2023-03-14T15:40:04.586Z] --- PASS: TestNetworkNat (0.42s)
15:40:04 [2023-03-14T15:40:04.586Z] === RUN   TestNetworkLocalhostTCPNat
15:40:04 [2023-03-14T15:40:04.847Z] --- PASS: TestNetworkLocalhostTCPNat (0.42s)
15:40:04 [2023-03-14T15:40:04.847Z] === RUN   TestNetworkLoopbackNat
15:40:07 [2023-03-14T15:40:07.389Z] --- PASS: TestNetworkLoopbackNat (2.55s)
15:40:07 [2023-03-14T15:40:07.389Z] === RUN   TestPause
15:40:07 [2023-03-14T15:40:07.959Z] --- PASS: TestPause (0.44s)
15:40:07 [2023-03-14T15:40:07.959Z] === RUN   TestPauseFailsOnWindowsServerContainers
15:40:07 [2023-03-14T15:40:07.959Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
15:40:07 [2023-03-14T15:40:07.959Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
15:40:07 [2023-03-14T15:40:07.959Z] === RUN   TestPauseStopPausedContainer
15:40:08 [2023-03-14T15:40:08.219Z] --- PASS: TestPauseStopPausedContainer (0.42s)
15:40:08 [2023-03-14T15:40:08.219Z] === RUN   TestPidHost
15:40:09 [2023-03-14T15:40:09.162Z] --- PASS: TestPidHost (0.90s)
15:40:09 [2023-03-14T15:40:09.162Z] === RUN   TestPsFilter
15:40:09 [2023-03-14T15:40:09.162Z] --- PASS: TestPsFilter (0.10s)
15:40:09 [2023-03-14T15:40:09.162Z] === RUN   TestRemoveContainerWithRemovedVolume
15:40:09 [2023-03-14T15:40:09.732Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.38s)
15:40:09 [2023-03-14T15:40:09.732Z] === RUN   TestRemoveContainerWithVolume
15:40:09 [2023-03-14T15:40:09.992Z] --- PASS: TestRemoveContainerWithVolume (0.37s)
15:40:09 [2023-03-14T15:40:09.992Z] === RUN   TestRemoveContainerRunning
15:40:10 [2023-03-14T15:40:10.252Z] --- PASS: TestRemoveContainerRunning (0.39s)
15:40:10 [2023-03-14T15:40:10.252Z] === RUN   TestRemoveContainerForceRemoveRunning
15:40:10 [2023-03-14T15:40:10.824Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.38s)
15:40:10 [2023-03-14T15:40:10.824Z] === RUN   TestRemoveInvalidContainer
15:40:10 [2023-03-14T15:40:10.824Z] --- PASS: TestRemoveInvalidContainer (0.01s)
15:40:10 [2023-03-14T15:40:10.824Z] === RUN   TestRenameLinkedContainer
15:40:12 [2023-03-14T15:40:12.206Z] --- PASS: TestRenameLinkedContainer (1.50s)
15:40:12 [2023-03-14T15:40:12.206Z] === RUN   TestRenameStoppedContainer
15:40:12 [2023-03-14T15:40:12.777Z] --- PASS: TestRenameStoppedContainer (0.37s)
15:40:12 [2023-03-14T15:40:12.777Z] === RUN   TestRenameRunningContainerAndReuse
15:40:13 [2023-03-14T15:40:13.347Z] --- PASS: TestRenameRunningContainerAndReuse (0.79s)
15:40:13 [2023-03-14T15:40:13.347Z] === RUN   TestRenameInvalidName
15:40:13 [2023-03-14T15:40:13.917Z] --- PASS: TestRenameInvalidName (0.39s)
15:40:13 [2023-03-14T15:40:13.917Z] === RUN   TestRenameAnonymousContainer
15:40:15 [2023-03-14T15:40:15.298Z] --- PASS: TestRenameAnonymousContainer (1.26s)
15:40:15 [2023-03-14T15:40:15.298Z] === RUN   TestRenameContainerWithSameName
15:40:15 [2023-03-14T15:40:15.298Z] --- PASS: TestRenameContainerWithSameName (0.35s)
15:40:15 [2023-03-14T15:40:15.298Z] === RUN   TestRenameContainerWithLinkedContainer
15:40:16 [2023-03-14T15:40:16.239Z] --- PASS: TestRenameContainerWithLinkedContainer (0.80s)
15:40:16 [2023-03-14T15:40:16.239Z] === RUN   TestResize
15:40:16 [2023-03-14T15:40:16.499Z] --- PASS: TestResize (0.38s)
15:40:16 [2023-03-14T15:40:16.499Z] === RUN   TestResizeWithInvalidSize
15:40:17 [2023-03-14T15:40:17.114Z] --- PASS: TestResizeWithInvalidSize (0.38s)
15:40:17 [2023-03-14T15:40:17.114Z] === RUN   TestResizeWhenContainerNotStarted
15:40:17 [2023-03-14T15:40:17.374Z] --- PASS: TestResizeWhenContainerNotStarted (0.33s)
15:40:17 [2023-03-14T15:40:17.374Z] === RUN   TestDaemonRestartKillContainers
15:40:17 [2023-03-14T15:40:17.374Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
15:40:17 [2023-03-14T15:40:17.374Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
15:40:17 [2023-03-14T15:40:17.374Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
15:40:17 [2023-03-14T15:40:17.374Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
15:40:17 [2023-03-14T15:40:17.374Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
15:40:17 [2023-03-14T15:40:17.374Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
15:40:17 [2023-03-14T15:40:17.374Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
15:40:17 [2023-03-14T15:40:17.374Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
15:40:17 [2023-03-14T15:40:17.374Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
15:40:17 [2023-03-14T15:40:17.374Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
15:40:17 [2023-03-14T15:40:17.374Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
15:40:17 [2023-03-14T15:40:17.374Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
15:40:17 [2023-03-14T15:40:17.374Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
15:40:17 [2023-03-14T15:40:17.374Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
15:40:17 [2023-03-14T15:40:17.374Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
15:40:17 [2023-03-14T15:40:17.374Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
15:40:17 [2023-03-14T15:40:17.374Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
15:40:17 [2023-03-14T15:40:17.374Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
15:40:17 [2023-03-14T15:40:17.374Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
15:40:17 [2023-03-14T15:40:17.374Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
15:40:17 [2023-03-14T15:40:17.374Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
15:40:17 [2023-03-14T15:40:17.374Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
15:40:17 [2023-03-14T15:40:17.374Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
15:40:17 [2023-03-14T15:40:17.374Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
15:40:17 [2023-03-14T15:40:17.374Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
15:40:17 [2023-03-14T15:40:17.374Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
15:40:17 [2023-03-14T15:40:17.374Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
15:40:17 [2023-03-14T15:40:17.374Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
15:40:17 [2023-03-14T15:40:17.374Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
15:40:17 [2023-03-14T15:40:17.374Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
15:40:17 [2023-03-14T15:40:17.374Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
15:40:17 [2023-03-14T15:40:17.374Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
15:40:17 [2023-03-14T15:40:17.374Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
15:40:17 [2023-03-14T15:40:17.374Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
15:40:18 [2023-03-14T15:40:18.755Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
15:40:18 [2023-03-14T15:40:18.755Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
15:40:20 [2023-03-14T15:40:20.136Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
15:40:20 [2023-03-14T15:40:20.136Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
15:40:21 [2023-03-14T15:40:21.076Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
15:40:21 [2023-03-14T15:40:21.077Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
15:40:24 [2023-03-14T15:40:24.373Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
15:40:24 [2023-03-14T15:40:24.373Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
15:40:28 [2023-03-14T15:40:28.572Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
15:40:28 [2023-03-14T15:40:28.572Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
15:40:29 [2023-03-14T15:40:29.512Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
15:40:29 [2023-03-14T15:40:29.512Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
15:40:31 [2023-03-14T15:40:31.427Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
15:40:31 [2023-03-14T15:40:31.427Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
15:40:32 [2023-03-14T15:40:32.808Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
15:40:32 [2023-03-14T15:40:32.808Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.21s)
15:40:32 [2023-03-14T15:40:32.808Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.40s)
15:40:32 [2023-03-14T15:40:32.808Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.19s)
15:40:32 [2023-03-14T15:40:32.808Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.50s)
15:40:32 [2023-03-14T15:40:32.808Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.14s)
15:40:32 [2023-03-14T15:40:32.808Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.16s)
15:40:32 [2023-03-14T15:40:32.808Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.16s)
15:40:32 [2023-03-14T15:40:32.808Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.22s)
15:40:32 [2023-03-14T15:40:32.808Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.68s)
15:40:32 [2023-03-14T15:40:32.808Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (3.65s)
15:40:32 [2023-03-14T15:40:32.808Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.46s)
15:40:32 [2023-03-14T15:40:32.808Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.50s)
15:40:32 [2023-03-14T15:40:32.808Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.71s)
15:40:32 [2023-03-14T15:40:32.808Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.63s)
15:40:32 [2023-03-14T15:40:32.808Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.53s)
15:40:32 [2023-03-14T15:40:32.808Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.50s)
15:40:32 [2023-03-14T15:40:32.808Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted
15:40:32 [2023-03-14T15:40:32.808Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/kill
15:40:33 [2023-03-14T15:40:33.747Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/stop
15:40:34 [2023-03-14T15:40:34.316Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.59s)
15:40:34 [2023-03-14T15:40:34.316Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.86s)
15:40:34 [2023-03-14T15:40:34.316Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (0.71s)
15:40:34 [2023-03-14T15:40:34.316Z] === RUN   TestCgroupNamespacesRun
15:40:35 [2023-03-14T15:40:35.256Z] --- PASS: TestCgroupNamespacesRun (1.03s)
15:40:35 [2023-03-14T15:40:35.256Z] === RUN   TestCgroupNamespacesRunPrivileged
15:40:36 [2023-03-14T15:40:36.195Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.01s)
15:40:36 [2023-03-14T15:40:36.195Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
15:40:37 [2023-03-14T15:40:37.577Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (0.99s)
15:40:37 [2023-03-14T15:40:37.577Z] === RUN   TestCgroupNamespacesRunHostMode
15:40:38 [2023-03-14T15:40:38.515Z] --- PASS: TestCgroupNamespacesRunHostMode (1.01s)
15:40:38 [2023-03-14T15:40:38.515Z] === RUN   TestCgroupNamespacesRunPrivateMode
15:40:39 [2023-03-14T15:40:39.454Z] --- PASS: TestCgroupNamespacesRunPrivateMode (0.99s)
15:40:39 [2023-03-14T15:40:39.454Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
15:40:40 [2023-03-14T15:40:40.393Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.99s)
15:40:40 [2023-03-14T15:40:40.393Z] === RUN   TestCgroupNamespacesRunInvalidMode
15:40:40 [2023-03-14T15:40:40.963Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.60s)
15:40:40 [2023-03-14T15:40:40.963Z] === RUN   TestCgroupNamespacesRunOlderClient
15:40:41 [2023-03-14T15:40:41.944Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.02s)
15:40:41 [2023-03-14T15:40:41.944Z] === RUN   TestNISDomainname
15:40:42 [2023-03-14T15:40:42.513Z] --- PASS: TestNISDomainname (0.49s)
15:40:42 [2023-03-14T15:40:42.513Z] === RUN   TestHostnameDnsResolution
15:40:43 [2023-03-14T15:40:43.083Z] --- PASS: TestHostnameDnsResolution (0.53s)
15:40:43 [2023-03-14T15:40:43.083Z] === RUN   TestUnprivilegedPortsAndPing
15:40:43 [2023-03-14T15:40:43.343Z] --- PASS: TestUnprivilegedPortsAndPing (0.48s)
15:40:43 [2023-03-14T15:40:43.343Z] === RUN   TestPrivilegedHostDevices
15:40:43 [2023-03-14T15:40:43.912Z] --- PASS: TestPrivilegedHostDevices (0.45s)
15:40:43 [2023-03-14T15:40:43.912Z] === RUN   TestRunConsoleSize
15:40:44 [2023-03-14T15:40:44.172Z] --- PASS: TestRunConsoleSize (0.38s)
15:40:44 [2023-03-14T15:40:44.172Z] === RUN   TestRunWithAlternativeContainerdShim
15:40:46 [2023-03-14T15:40:46.084Z] --- PASS: TestRunWithAlternativeContainerdShim (1.78s)
15:40:46 [2023-03-14T15:40:46.084Z] === RUN   TestStats
15:40:48 [2023-03-14T15:40:48.624Z] --- PASS: TestStats (2.38s)
15:40:48 [2023-03-14T15:40:48.624Z] === RUN   TestStopContainerWithTimeout
15:40:48 [2023-03-14T15:40:48.624Z] === RUN   TestStopContainerWithTimeout/0
15:40:48 [2023-03-14T15:40:48.624Z] === PAUSE TestStopContainerWithTimeout/0
15:40:48 [2023-03-14T15:40:48.624Z] === RUN   TestStopContainerWithTimeout/1
15:40:48 [2023-03-14T15:40:48.624Z] === PAUSE TestStopContainerWithTimeout/1
15:40:48 [2023-03-14T15:40:48.624Z] === RUN   TestStopContainerWithTimeout/3
15:40:48 [2023-03-14T15:40:48.624Z] === PAUSE TestStopContainerWithTimeout/3
15:40:48 [2023-03-14T15:40:48.624Z] === RUN   TestStopContainerWithTimeout/-1
15:40:48 [2023-03-14T15:40:48.624Z] === PAUSE TestStopContainerWithTimeout/-1
15:40:48 [2023-03-14T15:40:48.624Z] === CONT  TestStopContainerWithTimeout/0
15:40:48 [2023-03-14T15:40:48.624Z] === CONT  TestStopContainerWithTimeout/-1
15:40:49 [2023-03-14T15:40:49.193Z] === CONT  TestStopContainerWithTimeout/3
15:40:51 [2023-03-14T15:40:51.101Z] === CONT  TestStopContainerWithTimeout/1
15:40:52 [2023-03-14T15:40:52.485Z] --- PASS: TestStopContainerWithTimeout (0.01s)
15:40:52 [2023-03-14T15:40:52.485Z]     --- PASS: TestStopContainerWithTimeout/0 (0.60s)
15:40:52 [2023-03-14T15:40:52.485Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.56s)
15:40:52 [2023-03-14T15:40:52.485Z]     --- PASS: TestStopContainerWithTimeout/3 (2.33s)
15:40:52 [2023-03-14T15:40:52.485Z]     --- PASS: TestStopContainerWithTimeout/1 (1.36s)
15:40:52 [2023-03-14T15:40:52.485Z] === RUN   TestDeleteDevicemapper
15:40:52 [2023-03-14T15:40:52.485Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
15:40:52 [2023-03-14T15:40:52.485Z] --- SKIP: TestDeleteDevicemapper (0.00s)
15:40:52 [2023-03-14T15:40:52.485Z] === RUN   TestStopContainerWithRestartPolicyAlways
15:40:53 [2023-03-14T15:40:53.424Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.07s)
15:40:53 [2023-03-14T15:40:53.424Z] === RUN   TestUpdateMemory
15:40:53 [2023-03-14T15:40:53.993Z] --- PASS: TestUpdateMemory (0.47s)
15:40:53 [2023-03-14T15:40:53.993Z] === RUN   TestUpdateCPUQuota
15:40:54 [2023-03-14T15:40:54.563Z] --- PASS: TestUpdateCPUQuota (0.69s)
15:40:54 [2023-03-14T15:40:54.563Z] === RUN   TestUpdatePidsLimit
15:40:54 [2023-03-14T15:40:54.563Z] === RUN   TestUpdatePidsLimit/update_from_none
15:40:54 [2023-03-14T15:40:54.823Z] === RUN   TestUpdatePidsLimit/no_change
15:40:55 [2023-03-14T15:40:55.082Z] === RUN   TestUpdatePidsLimit/update_lower
15:40:55 [2023-03-14T15:40:55.083Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
15:40:55 [2023-03-14T15:40:55.342Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
15:40:55 [2023-03-14T15:40:55.602Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
15:40:55 [2023-03-14T15:40:55.861Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
15:40:56 [2023-03-14T15:40:56.431Z] --- PASS: TestUpdatePidsLimit (1.82s)
15:40:56 [2023-03-14T15:40:56.431Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.20s)
15:40:56 [2023-03-14T15:40:56.431Z]     --- PASS: TestUpdatePidsLimit/no_change (0.19s)
15:40:56 [2023-03-14T15:40:56.431Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.19s)
15:40:56 [2023-03-14T15:40:56.431Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.19s)
15:40:56 [2023-03-14T15:40:56.431Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.21s)
15:40:56 [2023-03-14T15:40:56.431Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.20s)
15:40:56 [2023-03-14T15:40:56.431Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.18s)
15:40:56 [2023-03-14T15:40:56.431Z] === RUN   TestUpdateRestartPolicy
15:41:08 [2023-03-14T15:41:08.648Z] --- PASS: TestUpdateRestartPolicy (10.57s)
15:41:08 [2023-03-14T15:41:08.648Z] === RUN   TestUpdateRestartWithAutoRemove
15:41:08 [2023-03-14T15:41:08.648Z] --- PASS: TestUpdateRestartWithAutoRemove (0.36s)
15:41:08 [2023-03-14T15:41:08.648Z] === RUN   TestWaitNonBlocked
15:41:08 [2023-03-14T15:41:08.648Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
15:41:08 [2023-03-14T15:41:08.648Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
15:41:08 [2023-03-14T15:41:08.648Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
15:41:08 [2023-03-14T15:41:08.648Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
15:41:08 [2023-03-14T15:41:08.648Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
15:41:08 [2023-03-14T15:41:08.648Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
15:41:08 [2023-03-14T15:41:08.648Z] --- PASS: TestWaitNonBlocked (0.01s)
15:41:08 [2023-03-14T15:41:08.648Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.52s)
15:41:08 [2023-03-14T15:41:08.648Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.62s)
15:41:08 [2023-03-14T15:41:08.648Z] === RUN   TestWaitBlocked
15:41:08 [2023-03-14T15:41:08.648Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
15:41:08 [2023-03-14T15:41:08.648Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
15:41:08 [2023-03-14T15:41:08.648Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
15:41:08 [2023-03-14T15:41:08.648Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
15:41:08 [2023-03-14T15:41:08.648Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
15:41:08 [2023-03-14T15:41:08.648Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
15:41:08 [2023-03-14T15:41:08.648Z] --- PASS: TestWaitBlocked (0.01s)
15:41:08 [2023-03-14T15:41:08.648Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.53s)
15:41:08 [2023-03-14T15:41:08.648Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.64s)
15:41:08 [2023-03-14T15:41:08.648Z] === RUN   TestWaitConditions
15:41:08 [2023-03-14T15:41:08.648Z] === RUN   TestWaitConditions/default
15:41:08 [2023-03-14T15:41:08.648Z] === PAUSE TestWaitConditions/default
15:41:08 [2023-03-14T15:41:08.648Z] === RUN   TestWaitConditions/not-running
15:41:08 [2023-03-14T15:41:08.648Z] === PAUSE TestWaitConditions/not-running
15:41:08 [2023-03-14T15:41:08.648Z] === RUN   TestWaitConditions/next-exit
15:41:08 [2023-03-14T15:41:08.648Z] === PAUSE TestWaitConditions/next-exit
15:41:08 [2023-03-14T15:41:08.648Z] === RUN   TestWaitConditions/removed
15:41:08 [2023-03-14T15:41:08.648Z] === PAUSE TestWaitConditions/removed
15:41:08 [2023-03-14T15:41:08.648Z] === CONT  TestWaitConditions/default
15:41:08 [2023-03-14T15:41:08.648Z] === CONT  TestWaitConditions/removed
15:41:08 [2023-03-14T15:41:08.648Z]     wait_test.go:146: ContainerID = 6ce1deae2a165fee4a72be343b5eff474a0de73c373fff52f985073d8b629fa2
15:41:08 [2023-03-14T15:41:08.648Z]     wait_test.go:146: ContainerID = 2c3355737cac2f01767ce0df8c2c15fb6e5a5cc30238ea4369147c0f9a779e3b
15:41:09 [2023-03-14T15:41:09.221Z] === CONT  TestWaitConditions/next-exit
15:41:09 [2023-03-14T15:41:09.221Z]     wait_test.go:146: ContainerID = 224aaf4a926be74970c9a8703ecb88fcab6c6374d65d39fbb2a1ccd398d81181
15:41:09 [2023-03-14T15:41:09.221Z] === CONT  TestWaitConditions/not-running
15:41:09 [2023-03-14T15:41:09.221Z]     wait_test.go:146: ContainerID = e24f8d3153564f7c8dad5d03a80c1f469340d0c37189282a89ed9a934f8a17d1
15:41:09 [2023-03-14T15:41:09.791Z] --- PASS: TestWaitConditions (0.01s)
15:41:09 [2023-03-14T15:41:09.791Z]     --- PASS: TestWaitConditions/removed (0.51s)
15:41:09 [2023-03-14T15:41:09.791Z]     --- PASS: TestWaitConditions/default (0.55s)
15:41:09 [2023-03-14T15:41:09.791Z]     --- PASS: TestWaitConditions/not-running (0.64s)
15:41:09 [2023-03-14T15:41:09.791Z]     --- PASS: TestWaitConditions/next-exit (0.71s)
15:41:09 [2023-03-14T15:41:09.791Z] === RUN   TestWaitRestartedContainer
15:41:09 [2023-03-14T15:41:09.791Z] === RUN   TestWaitRestartedContainer/default
15:41:09 [2023-03-14T15:41:09.791Z] === PAUSE TestWaitRestartedContainer/default
15:41:09 [2023-03-14T15:41:09.791Z] === RUN   TestWaitRestartedContainer/not-running
15:41:09 [2023-03-14T15:41:09.791Z] === PAUSE TestWaitRestartedContainer/not-running
15:41:09 [2023-03-14T15:41:09.791Z] === RUN   TestWaitRestartedContainer/next-exit
15:41:09 [2023-03-14T15:41:09.791Z] === PAUSE TestWaitRestartedContainer/next-exit
15:41:09 [2023-03-14T15:41:09.791Z] === CONT  TestWaitRestartedContainer/default
15:41:09 [2023-03-14T15:41:09.791Z] === CONT  TestWaitRestartedContainer/next-exit
15:41:10 [2023-03-14T15:41:10.736Z] === CONT  TestWaitRestartedContainer/not-running
15:41:11 [2023-03-14T15:41:11.701Z] --- PASS: TestWaitRestartedContainer (0.02s)
15:41:11 [2023-03-14T15:41:11.701Z]     --- PASS: TestWaitRestartedContainer/next-exit (0.97s)
15:41:11 [2023-03-14T15:41:11.701Z]     --- PASS: TestWaitRestartedContainer/default (1.04s)
15:41:11 [2023-03-14T15:41:11.701Z]     --- PASS: TestWaitRestartedContainer/not-running (0.85s)
15:41:11 [2023-03-14T15:41:11.701Z] === CONT  TestRestartDaemonWithRestartingContainer
15:41:11 [2023-03-14T15:41:11.701Z] === CONT  TestContainerStartOnDaemonRestart
15:41:13 [2023-03-14T15:41:13.613Z] --- PASS: TestContainerStartOnDaemonRestart (1.88s)
15:41:13 [2023-03-14T15:41:13.613Z] === CONT  TestDaemonHostGatewayIP
15:41:13 [2023-03-14T15:41:13.873Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.28s)
15:41:13 [2023-03-14T15:41:13.873Z] === CONT  TestDaemonRestartIpcMode
15:41:15 [2023-03-14T15:41:15.785Z] --- PASS: TestDaemonHostGatewayIP (2.05s)
15:41:15 [2023-03-14T15:41:15.785Z] === CONT  TestIpcModeOlderClient
15:41:15 [2023-03-14T15:41:15.785Z] --- PASS: TestIpcModeOlderClient (0.06s)
15:41:15 [2023-03-14T15:41:15.785Z] === CONT  TestContainerKillOnDaemonStart
15:41:16 [2023-03-14T15:41:16.044Z] --- PASS: TestDaemonRestartIpcMode (2.13s)
15:41:28 [2023-03-14T15:41:28.265Z] --- PASS: TestContainerKillOnDaemonStart (11.36s)
15:41:28 [2023-03-14T15:41:28.265Z] PASS
15:41:28 [2023-03-14T15:41:28.265Z] 
15:41:28 [2023-03-14T15:41:28.265Z] === Skipped
15:41:28 [2023-03-14T15:41:28.265Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
15:41:28 [2023-03-14T15:41:28.265Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
15:41:28 [2023-03-14T15:41:28.265Z] 
15:41:28 [2023-03-14T15:41:28.265Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
15:41:28 [2023-03-14T15:41:28.265Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
15:41:28 [2023-03-14T15:41:28.265Z] 
15:41:28 [2023-03-14T15:41:28.265Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s)
15:41:28 [2023-03-14T15:41:28.265Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
15:41:28 [2023-03-14T15:41:28.265Z] 
15:41:28 [2023-03-14T15:41:28.265Z] DONE 283 tests, 3 skipped in 118.539s
15:41:28 [2023-03-14T15:41:28.265Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m 
15:41:28 [2023-03-14T15:41:28.265Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m
15:41:28 [2023-03-14T15:41:28.265Z] ++ set -e
15:41:28 [2023-03-14T15:41:28.265Z] ++ '[' -n 0 ']'
15:41:28 [2023-03-14T15:41:28.265Z] ++ set -x
15:41:28 [2023-03-14T15:41:28.265Z] ++ 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=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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=docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m
15:41:28 [2023-03-14T15:41:28.265Z] INFO: Testing against a local daemon
15:41:28 [2023-03-14T15:41:28.265Z] === RUN   TestConfigDaemonID
15:41:28 [2023-03-14T15:41:28.265Z]     daemon_test.go:51: [da2cc6b837cb5] daemon is not started
15:41:28 [2023-03-14T15:41:28.265Z] --- PASS: TestConfigDaemonID (1.04s)
15:41:28 [2023-03-14T15:41:28.265Z] === RUN   TestDaemonConfigValidation
15:41:28 [2023-03-14T15:41:28.265Z] === RUN   TestDaemonConfigValidation/config_with_no_content
15:41:28 [2023-03-14T15:41:28.265Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
15:41:28 [2023-03-14T15:41:28.265Z] === RUN   TestDaemonConfigValidation/config_with_{}
15:41:28 [2023-03-14T15:41:28.265Z] === PAUSE TestDaemonConfigValidation/config_with_{}
15:41:28 [2023-03-14T15:41:28.265Z] === RUN   TestDaemonConfigValidation/invalid_config
15:41:28 [2023-03-14T15:41:28.265Z] === PAUSE TestDaemonConfigValidation/invalid_config
15:41:28 [2023-03-14T15:41:28.265Z] === RUN   TestDaemonConfigValidation/malformed_config
15:41:28 [2023-03-14T15:41:28.265Z] === PAUSE TestDaemonConfigValidation/malformed_config
15:41:28 [2023-03-14T15:41:28.265Z] === RUN   TestDaemonConfigValidation/valid_config
15:41:28 [2023-03-14T15:41:28.265Z] === PAUSE TestDaemonConfigValidation/valid_config
15:41:28 [2023-03-14T15:41:28.265Z] === CONT  TestDaemonConfigValidation/config_with_no_content
15:41:28 [2023-03-14T15:41:28.265Z] === CONT  TestDaemonConfigValidation/valid_config
15:41:28 [2023-03-14T15:41:28.265Z] === CONT  TestDaemonConfigValidation/malformed_config
15:41:28 [2023-03-14T15:41:28.265Z] === CONT  TestDaemonConfigValidation/invalid_config
15:41:28 [2023-03-14T15:41:28.265Z] === CONT  TestDaemonConfigValidation/config_with_{}
15:41:28 [2023-03-14T15:41:28.525Z] --- PASS: TestDaemonConfigValidation (0.00s)
15:41:28 [2023-03-14T15:41:28.525Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.07s)
15:41:28 [2023-03-14T15:41:28.525Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.09s)
15:41:28 [2023-03-14T15:41:28.525Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.06s)
15:41:28 [2023-03-14T15:41:28.525Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.07s)
15:41:28 [2023-03-14T15:41:28.525Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s)
15:41:28 [2023-03-14T15:41:28.525Z] === RUN   TestConfigDaemonSeccompProfiles
15:41:28 [2023-03-14T15:41:28.525Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
15:41:29 [2023-03-14T15:41:29.463Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
15:41:30 [2023-03-14T15:41:30.403Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
15:41:31 [2023-03-14T15:41:31.784Z]     daemon_test.go:165: [d818862627c88] daemon is not started
15:41:31 [2023-03-14T15:41:31.784Z] --- PASS: TestConfigDaemonSeccompProfiles (3.11s)
15:41:31 [2023-03-14T15:41:31.784Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
15:41:31 [2023-03-14T15:41:31.784Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
15:41:31 [2023-03-14T15:41:31.784Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
15:41:31 [2023-03-14T15:41:31.784Z] === RUN   TestDaemonProxy
15:41:31 [2023-03-14T15:41:31.784Z] === RUN   TestDaemonProxy/environment_variables
15:41:33 [2023-03-14T15:41:33.165Z] === RUN   TestDaemonProxy/command-line_options
15:41:35 [2023-03-14T15:41:35.073Z] === RUN   TestDaemonProxy/configuration_file
15:41:36 [2023-03-14T15:41:36.981Z] === RUN   TestDaemonProxy/conflicting_options
15:41:37 [2023-03-14T15:41:37.242Z] === RUN   TestDaemonProxy/reload_sanitized
15:41:37 [2023-03-14T15:41:37.812Z] --- PASS: TestDaemonProxy (6.22s)
15:41:37 [2023-03-14T15:41:37.812Z]     --- PASS: TestDaemonProxy/environment_variables (1.73s)
15:41:37 [2023-03-14T15:41:37.812Z]     --- PASS: TestDaemonProxy/command-line_options (1.73s)
15:41:37 [2023-03-14T15:41:37.812Z]     --- PASS: TestDaemonProxy/configuration_file (1.73s)
15:41:37 [2023-03-14T15:41:37.812Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
15:41:37 [2023-03-14T15:41:37.812Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.52s)
15:41:37 [2023-03-14T15:41:37.812Z] === RUN   TestLiveRestore
15:41:37 [2023-03-14T15:41:37.812Z] === RUN   TestLiveRestore/volume_references
15:41:37 [2023-03-14T15:41:37.812Z] === PAUSE TestLiveRestore/volume_references
15:41:37 [2023-03-14T15:41:37.812Z] === CONT  TestLiveRestore/volume_references
15:41:38 [2023-03-14T15:41:38.382Z] === RUN   TestLiveRestore/volume_references/restartPolicy
15:41:38 [2023-03-14T15:41:38.382Z] === RUN   TestLiveRestore/volume_references/restartPolicy/always
15:41:39 [2023-03-14T15:41:39.321Z] === RUN   TestLiveRestore/volume_references/restartPolicy/unless-stopped
15:41:39 [2023-03-14T15:41:39.891Z] === RUN   TestLiveRestore/volume_references/restartPolicy/on-failure
15:41:40 [2023-03-14T15:41:40.830Z] === RUN   TestLiveRestore/volume_references/restartPolicy/no
15:41:41 [2023-03-14T15:41:41.770Z] --- PASS: TestLiveRestore (0.00s)
15:41:41 [2023-03-14T15:41:41.770Z]     --- PASS: TestLiveRestore/volume_references (3.83s)
15:41:41 [2023-03-14T15:41:41.770Z]         --- PASS: TestLiveRestore/volume_references/restartPolicy (3.24s)
15:41:41 [2023-03-14T15:41:41.770Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/always (0.81s)
15:41:41 [2023-03-14T15:41:41.770Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (0.80s)
15:41:41 [2023-03-14T15:41:41.770Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (0.82s)
15:41:41 [2023-03-14T15:41:41.770Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/no (0.80s)
15:41:41 [2023-03-14T15:41:41.770Z] PASS
15:41:41 [2023-03-14T15:41:41.770Z] 
15:41:41 [2023-03-14T15:41:41.770Z] DONE 24 tests in 14.561s
15:41:41 [2023-03-14T15:41:41.770Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m 
15:41:41 [2023-03-14T15:41:41.770Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m
15:41:41 [2023-03-14T15:41:41.770Z] ++ set -e
15:41:41 [2023-03-14T15:41:41.770Z] ++ '[' -n 0 ']'
15:41:41 [2023-03-14T15:41:41.770Z] ++ set -x
15:41:41 [2023-03-14T15:41:41.770Z] ++ 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=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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=docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m
15:41:41 [2023-03-14T15:41:41.770Z] INFO: Testing against a local daemon
15:41:41 [2023-03-14T15:41:41.770Z] === RUN   TestCommitInheritsEnv
15:41:42 [2023-03-14T15:41:42.037Z] --- PASS: TestCommitInheritsEnv (0.16s)
15:41:42 [2023-03-14T15:41:42.037Z] === RUN   TestImportExtremelyLargeImageWorks
15:41:42 [2023-03-14T15:41:42.037Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
15:41:42 [2023-03-14T15:41:42.037Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
15:41:42 [2023-03-14T15:41:42.037Z] === RUN   TestImportWithCustomPlatform
15:41:42 [2023-03-14T15:41:42.037Z] === RUN   TestImportWithCustomPlatform/#00
15:41:42 [2023-03-14T15:41:42.037Z] === RUN   TestImportWithCustomPlatform/_______
15:41:42 [2023-03-14T15:41:42.037Z] === RUN   TestImportWithCustomPlatform//
15:41:42 [2023-03-14T15:41:42.037Z] === RUN   TestImportWithCustomPlatform/linux
15:41:42 [2023-03-14T15:41:42.037Z] === RUN   TestImportWithCustomPlatform/LINUX
15:41:42 [2023-03-14T15:41:42.037Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
15:41:42 [2023-03-14T15:41:42.037Z] === RUN   TestImportWithCustomPlatform/macos
15:41:42 [2023-03-14T15:41:42.037Z] === RUN   TestImportWithCustomPlatform/macos/arm64
15:41:42 [2023-03-14T15:41:42.037Z] === RUN   TestImportWithCustomPlatform/nintendo64
15:41:42 [2023-03-14T15:41:42.037Z] --- PASS: TestImportWithCustomPlatform (0.10s)
15:41:42 [2023-03-14T15:41:42.037Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.02s)
15:41:42 [2023-03-14T15:41:42.037Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
15:41:42 [2023-03-14T15:41:42.037Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
15:41:42 [2023-03-14T15:41:42.037Z]     --- PASS: TestImportWithCustomPlatform/linux (0.02s)
15:41:42 [2023-03-14T15:41:42.037Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.02s)
15:41:42 [2023-03-14T15:41:42.037Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.02s)
15:41:42 [2023-03-14T15:41:42.037Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
15:41:42 [2023-03-14T15:41:42.037Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
15:41:42 [2023-03-14T15:41:42.037Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
15:41:42 [2023-03-14T15:41:42.037Z] === RUN   TestImagesFilterMultiReference
15:41:42 [2023-03-14T15:41:42.037Z] --- PASS: TestImagesFilterMultiReference (0.06s)
15:41:42 [2023-03-14T15:41:42.037Z] === RUN   TestImagesFilterBeforeSince
15:41:42 [2023-03-14T15:41:42.297Z]     list_test.go:87: ImageList: ID=sha256:4753f635f9b1ce42ea0c6a2c5791cd28de7f6e0fd6871a9c73ea529a443d1a4f RepoTags=[testimagesfilterbeforesince:v1]
15:41:42 [2023-03-14T15:41:42.297Z]     list_test.go:87: ImageList: ID=sha256:a1ae7d1916b3738e5fa0d3f0ca45bab7d5128911216b25985ae8b114b17fa4c7 RepoTags=[testimagesfilterbeforesince:v2]
15:41:42 [2023-03-14T15:41:42.297Z]     list_test.go:87: ImageList: ID=sha256:9d34fa8f4288aacf1a1ebbfbbeb8f3103ff2e03b1027cb5d939cf1d50785a1bb RepoTags=[testimagesfilterbeforesince:v3]
15:41:42 [2023-03-14T15:41:42.297Z] --- PASS: TestImagesFilterBeforeSince (0.21s)
15:41:42 [2023-03-14T15:41:42.297Z] === RUN   TestImagePullPlatformInvalid
15:41:42 [2023-03-14T15:41:42.297Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
15:41:42 [2023-03-14T15:41:42.297Z] === RUN   TestImagePullStoredfDigestForOtherRepo
15:41:42 [2023-03-14T15:41:42.297Z] time="2023-03-14T15:41:42Z" 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.2 instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.297Z] time="2023-03-14T15:41:42Z" level=info msg="redis not configured" go.version=go1.20.2 instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.297Z] time="2023-03-14T15:41:42Z" level=info msg="Starting upload purge in 22m0s" go.version=go1.20.2 instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.297Z] time="2023-03-14T15:41:42Z" level=info msg="listening on 127.0.0.1:5000" go.version=go1.20.2 instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.559Z] time="2023-03-14T15:41:42Z" level=debug msg="authorizing request" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=b9bb150a-2020-4cc2-8361-681af828fc22 http.request.method=GET http.request.remoteaddr="127.0.0.1:55836" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.559Z] time="2023-03-14T15:41:42Z" level=info msg="response completed" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=b9bb150a-2020-4cc2-8361-681af828fc22 http.request.method=GET http.request.remoteaddr="127.0.0.1:55836" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.070264ms http.response.status=200 http.response.written=2 instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.559Z] 127.0.0.1 - - [14/Mar/2023:15:41:42 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1"
15:41:42 [2023-03-14T15:41:42.559Z] time="2023-03-14T15:41:42Z" level=debug msg="authorizing request" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=c81be6ca-934b-4e03-94f8-825883df189b http.request.method=HEAD http.request.remoteaddr="127.0.0.1:55856" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.19+unknown" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.559Z] time="2023-03-14T15:41:42Z" level=debug msg=GetBlob go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=c81be6ca-934b-4e03-94f8-825883df189b http.request.method=HEAD http.request.remoteaddr="127.0.0.1:55856" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.19+unknown" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.559Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=c81be6ca-934b-4e03-94f8-825883df189b http.request.method=HEAD http.request.remoteaddr="127.0.0.1:55856" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.19+unknown" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=49.624µ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=64529f97-450b-4a75-96eb-f2b0cf214931 trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.559Z] time="2023-03-14T15:41:42Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe err.message="blob unknown to registry" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=c81be6ca-934b-4e03-94f8-825883df189b http.request.method=HEAD http.request.remoteaddr="127.0.0.1:55856" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.19+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=3.804181ms http.response.status=404 http.response.written=157 instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.559Z] 127.0.0.1 - - [14/Mar/2023:15:41:42 +0000] "HEAD /v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 404 157 "" "containerd/1.6.19+unknown"
15:41:42 [2023-03-14T15:41:42.559Z] time="2023-03-14T15:41:42Z" level=debug msg="authorizing request" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=02c371fb-c861-46a7-8df7-c05a4e9e95e1 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:55844" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.19+unknown" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.559Z] time="2023-03-14T15:41:42Z" level=debug msg="authorizing request" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=609a1a23-45c1-4ae1-947b-71a81bd18833 http.request.method=POST http.request.remoteaddr="127.0.0.1:55856" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.19+unknown" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 vars.name=test version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.559Z] time="2023-03-14T15:41:42Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=609a1a23-45c1-4ae1-947b-71a81bd18833 http.request.method=POST http.request.remoteaddr="127.0.0.1:55856" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.19+unknown" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 vars.name=test version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.559Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/6afa834b-86c0-443e-97d9-a2db797d97e4/startedat\")" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=609a1a23-45c1-4ae1-947b-71a81bd18833 http.request.method=POST http.request.remoteaddr="127.0.0.1:55856" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.19+unknown" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=102.67µ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=40956fa8-5841-4e9d-9a9e-bf98ed171eea trace.line=95 vars.name=test version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.559Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/6afa834b-86c0-443e-97d9-a2db797d97e4/data\")" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=609a1a23-45c1-4ae1-947b-71a81bd18833 http.request.method=POST http.request.remoteaddr="127.0.0.1:55856" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.19+unknown" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=11.052µ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=1022dd3c-725b-4066-bc7f-d1c598a9d26a trace.line=141 vars.name=test version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.559Z] time="2023-03-14T15:41:42Z" level=debug msg=GetBlob go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=02c371fb-c861-46a7-8df7-c05a4e9e95e1 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:55844" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.19+unknown" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.559Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=02c371fb-c861-46a7-8df7-c05a4e9e95e1 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:55844" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.19+unknown" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=1.385445ms 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=649636bf-ecb6-44a1-ac10-9408ba781af6 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.559Z] time="2023-03-14T15:41:42Z" 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.2 http.request.host="127.0.0.1:5000" http.request.id=02c371fb-c861-46a7-8df7-c05a4e9e95e1 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:55844" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.19+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=7.995902ms http.response.status=404 http.response.written=157 instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.559Z] 127.0.0.1 - - [14/Mar/2023:15:41:42 +0000] "HEAD /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 404 157 "" "containerd/1.6.19+unknown"
15:41:42 [2023-03-14T15:41:42.559Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/6afa834b-86c0-443e-97d9-a2db797d97e4/hashstates/sha256/0\")" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=609a1a23-45c1-4ae1-947b-71a81bd18833 http.request.method=POST http.request.remoteaddr="127.0.0.1:55856" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.19+unknown" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=1.050072ms 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=bdbba2ec-75d9-46ed-8d16-7265a88942a6 trace.line=95 vars.name=test version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.559Z] time="2023-03-14T15:41:42Z" level=info msg="response completed" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=609a1a23-45c1-4ae1-947b-71a81bd18833 http.request.method=POST http.request.remoteaddr="127.0.0.1:55856" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.19+unknown" http.response.duration=5.638777ms http.response.status=202 http.response.written=0 instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.559Z] 127.0.0.1 - - [14/Mar/2023:15:41:42 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.6.19+unknown"
15:41:42 [2023-03-14T15:41:42.559Z] time="2023-03-14T15:41:42Z" level=debug msg="authorizing request" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=b75d5e87-7f0c-4549-beba-16065cca1d9c http.request.method=POST http.request.remoteaddr="127.0.0.1:55844" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.19+unknown" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 vars.name=test version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.559Z] time="2023-03-14T15:41:42Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=b75d5e87-7f0c-4549-beba-16065cca1d9c http.request.method=POST http.request.remoteaddr="127.0.0.1:55844" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.19+unknown" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 vars.name=test version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.559Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/6ecd40c1-b8a7-4766-8482-1cd1a340ac1b/startedat\")" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=b75d5e87-7f0c-4549-beba-16065cca1d9c http.request.method=POST http.request.remoteaddr="127.0.0.1:55844" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.19+unknown" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=75.634µ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=2fb2e75b-60d6-406b-a5e8-c53860536983 trace.line=95 vars.name=test version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.559Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/6ecd40c1-b8a7-4766-8482-1cd1a340ac1b/data\")" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=b75d5e87-7f0c-4549-beba-16065cca1d9c http.request.method=POST http.request.remoteaddr="127.0.0.1:55844" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.19+unknown" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=14.629µ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=82311eea-640f-40b4-8d1d-c513601a7e88 trace.line=141 vars.name=test version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.559Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/6ecd40c1-b8a7-4766-8482-1cd1a340ac1b/hashstates/sha256/0\")" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=b75d5e87-7f0c-4549-beba-16065cca1d9c http.request.method=POST http.request.remoteaddr="127.0.0.1:55844" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.19+unknown" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=98.681µ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=67043a6c-70ce-40ae-b2b8-382de6887694 trace.line=95 vars.name=test version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.559Z] time="2023-03-14T15:41:42Z" level=info msg="response completed" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=b75d5e87-7f0c-4549-beba-16065cca1d9c http.request.method=POST http.request.remoteaddr="127.0.0.1:55844" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.19+unknown" http.response.duration=2.288162ms http.response.status=202 http.response.written=0 instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.559Z] 127.0.0.1 - - [14/Mar/2023:15:41:42 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.6.19+unknown"
15:41:42 [2023-03-14T15:41:42.560Z] time="2023-03-14T15:41:42Z" level=debug msg="authorizing request" go.version=go1.20.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=97bff819-39f0-4fa2-b04e-9d8d555a913b http.request.method=PUT http.request.remoteaddr="127.0.0.1:55856" http.request.uri="/v2/test/blobs/uploads/6afa834b-86c0-443e-97d9-a2db797d97e4?_state=kkA9pDx_ex8QmE7g1iZEAzqzij_U0wqLulReWjvovQJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZhZmE4MzRiLTg2YzAtNDQzZS05N2Q5LWEyZGI3OTdkOTdlNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMy0xNFQxNTo0MTo0Mi4zMzIwMzgxOTVaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.19+unknown" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 vars.name=test vars.uuid=6afa834b-86c0-443e-97d9-a2db797d97e4 version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.560Z] time="2023-03-14T15:41:42Z" level=debug msg="authorizing request" go.version=go1.20.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=2ba98ec6-fa57-4700-99c0-0e1a76e7c8ca http.request.method=PUT http.request.remoteaddr="127.0.0.1:55844" http.request.uri="/v2/test/blobs/uploads/6ecd40c1-b8a7-4766-8482-1cd1a340ac1b?_state=HK413ZxmxAnNhji0faL42VlyBlR8gO4G07eHs-tgAcV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZlY2Q0MGMxLWI4YTctNDc2Ni04NDgyLTFjZDFhMzQwYWMxYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMy0xNFQxNTo0MTo0Mi4zMzc5NzcyMTFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.19+unknown" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 vars.name=test vars.uuid=6ecd40c1-b8a7-4766-8482-1cd1a340ac1b version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.560Z] time="2023-03-14T15:41:42Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.20.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=2ba98ec6-fa57-4700-99c0-0e1a76e7c8ca http.request.method=PUT http.request.remoteaddr="127.0.0.1:55844" http.request.uri="/v2/test/blobs/uploads/6ecd40c1-b8a7-4766-8482-1cd1a340ac1b?_state=HK413ZxmxAnNhji0faL42VlyBlR8gO4G07eHs-tgAcV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZlY2Q0MGMxLWI4YTctNDc2Ni04NDgyLTFjZDFhMzQwYWMxYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMy0xNFQxNTo0MTo0Mi4zMzc5NzcyMTFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.19+unknown" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 vars.name=test vars.uuid=6ecd40c1-b8a7-4766-8482-1cd1a340ac1b version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.560Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/6ecd40c1-b8a7-4766-8482-1cd1a340ac1b/startedat\")" go.version=go1.20.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=2ba98ec6-fa57-4700-99c0-0e1a76e7c8ca http.request.method=PUT http.request.remoteaddr="127.0.0.1:55844" http.request.uri="/v2/test/blobs/uploads/6ecd40c1-b8a7-4766-8482-1cd1a340ac1b?_state=HK413ZxmxAnNhji0faL42VlyBlR8gO4G07eHs-tgAcV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZlY2Q0MGMxLWI4YTctNDc2Ni04NDgyLTFjZDFhMzQwYWMxYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMy0xNFQxNTo0MTo0Mi4zMzc5NzcyMTFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.19+unknown" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=45.275µ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=59f79322-7229-4ed6-80bc-ccca408bfb16 trace.line=82 vars.name=test vars.uuid=6ecd40c1-b8a7-4766-8482-1cd1a340ac1b version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.560Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/6ecd40c1-b8a7-4766-8482-1cd1a340ac1b/data\")" go.version=go1.20.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=2ba98ec6-fa57-4700-99c0-0e1a76e7c8ca http.request.method=PUT http.request.remoteaddr="127.0.0.1:55844" http.request.uri="/v2/test/blobs/uploads/6ecd40c1-b8a7-4766-8482-1cd1a340ac1b?_state=HK413ZxmxAnNhji0faL42VlyBlR8gO4G07eHs-tgAcV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZlY2Q0MGMxLWI4YTctNDc2Ni04NDgyLTFjZDFhMzQwYWMxYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMy0xNFQxNTo0MTo0Mi4zMzc5NzcyMTFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.19+unknown" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=14.391µ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=7e76798d-f245-419c-a8c1-9c582f0a5a2d trace.line=141 vars.name=test vars.uuid=6ecd40c1-b8a7-4766-8482-1cd1a340ac1b version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.560Z] time="2023-03-14T15:41:42Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.20.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=97bff819-39f0-4fa2-b04e-9d8d555a913b http.request.method=PUT http.request.remoteaddr="127.0.0.1:55856" http.request.uri="/v2/test/blobs/uploads/6afa834b-86c0-443e-97d9-a2db797d97e4?_state=kkA9pDx_ex8QmE7g1iZEAzqzij_U0wqLulReWjvovQJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZhZmE4MzRiLTg2YzAtNDQzZS05N2Q5LWEyZGI3OTdkOTdlNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMy0xNFQxNTo0MTo0Mi4zMzIwMzgxOTVaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.19+unknown" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 vars.name=test vars.uuid=6afa834b-86c0-443e-97d9-a2db797d97e4 version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.560Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/6ecd40c1-b8a7-4766-8482-1cd1a340ac1b/data\", 0)" go.version=go1.20.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=2ba98ec6-fa57-4700-99c0-0e1a76e7c8ca http.request.method=PUT http.request.remoteaddr="127.0.0.1:55844" http.request.uri="/v2/test/blobs/uploads/6ecd40c1-b8a7-4766-8482-1cd1a340ac1b?_state=HK413ZxmxAnNhji0faL42VlyBlR8gO4G07eHs-tgAcV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZlY2Q0MGMxLWI4YTctNDc2Ni04NDgyLTFjZDFhMzQwYWMxYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMy0xNFQxNTo0MTo0Mi4zMzc5NzcyMTFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.19+unknown" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=736.049µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).WriteStream" trace.id=00326363-a099-44b6-adfe-1506722890c3 trace.line=124 vars.name=test vars.uuid=6ecd40c1-b8a7-4766-8482-1cd1a340ac1b version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.560Z] time="2023-03-14T15:41:42Z" level=debug msg="(*blobWriter).Commit" go.version=go1.20.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=2ba98ec6-fa57-4700-99c0-0e1a76e7c8ca http.request.method=PUT http.request.remoteaddr="127.0.0.1:55844" http.request.uri="/v2/test/blobs/uploads/6ecd40c1-b8a7-4766-8482-1cd1a340ac1b?_state=HK413ZxmxAnNhji0faL42VlyBlR8gO4G07eHs-tgAcV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZlY2Q0MGMxLWI4YTctNDc2Ni04NDgyLTFjZDFhMzQwYWMxYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMy0xNFQxNTo0MTo0Mi4zMzc5NzcyMTFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.19+unknown" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 vars.name=test vars.uuid=6ecd40c1-b8a7-4766-8482-1cd1a340ac1b version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.560Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/6ecd40c1-b8a7-4766-8482-1cd1a340ac1b/data\")" go.version=go1.20.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=2ba98ec6-fa57-4700-99c0-0e1a76e7c8ca http.request.method=PUT http.request.remoteaddr="127.0.0.1:55844" http.request.uri="/v2/test/blobs/uploads/6ecd40c1-b8a7-4766-8482-1cd1a340ac1b?_state=HK413ZxmxAnNhji0faL42VlyBlR8gO4G07eHs-tgAcV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZlY2Q0MGMxLWI4YTctNDc2Ni04NDgyLTFjZDFhMzQwYWMxYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMy0xNFQxNTo0MTo0Mi4zMzc5NzcyMTFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.19+unknown" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=17.55µ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=f41c6797-b537-46a5-91f3-38e85668ab16 trace.line=141 vars.name=test vars.uuid=6ecd40c1-b8a7-4766-8482-1cd1a340ac1b version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.560Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=2ba98ec6-fa57-4700-99c0-0e1a76e7c8ca http.request.method=PUT http.request.remoteaddr="127.0.0.1:55844" http.request.uri="/v2/test/blobs/uploads/6ecd40c1-b8a7-4766-8482-1cd1a340ac1b?_state=HK413ZxmxAnNhji0faL42VlyBlR8gO4G07eHs-tgAcV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZlY2Q0MGMxLWI4YTctNDc2Ni04NDgyLTFjZDFhMzQwYWMxYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMy0xNFQxNTo0MTo0Mi4zMzc5NzcyMTFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.19+unknown" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=22.309µ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=7bf33cd6-9d44-427b-8cce-ae5447e9fc0d trace.line=141 vars.name=test vars.uuid=6ecd40c1-b8a7-4766-8482-1cd1a340ac1b version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.560Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/6ecd40c1-b8a7-4766-8482-1cd1a340ac1b/data\")" go.version=go1.20.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=2ba98ec6-fa57-4700-99c0-0e1a76e7c8ca http.request.method=PUT http.request.remoteaddr="127.0.0.1:55844" http.request.uri="/v2/test/blobs/uploads/6ecd40c1-b8a7-4766-8482-1cd1a340ac1b?_state=HK413ZxmxAnNhji0faL42VlyBlR8gO4G07eHs-tgAcV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZlY2Q0MGMxLWI4YTctNDc2Ni04NDgyLTFjZDFhMzQwYWMxYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMy0xNFQxNTo0MTo0Mi4zMzc5NzcyMTFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.19+unknown" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=9.214µ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=2572642a-54c2-40d7-8442-a070a0bd7834 trace.line=141 vars.name=test vars.uuid=6ecd40c1-b8a7-4766-8482-1cd1a340ac1b version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.560Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/6ecd40c1-b8a7-4766-8482-1cd1a340ac1b/data\", \"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\"" go.version=go1.20.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=2ba98ec6-fa57-4700-99c0-0e1a76e7c8ca http.request.method=PUT http.request.remoteaddr="127.0.0.1:55844" http.request.uri="/v2/test/blobs/uploads/6ecd40c1-b8a7-4766-8482-1cd1a340ac1b?_state=HK413ZxmxAnNhji0faL42VlyBlR8gO4G07eHs-tgAcV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZlY2Q0MGMxLWI4YTctNDc2Ni04NDgyLTFjZDFhMzQwYWMxYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMy0xNFQxNTo0MTo0Mi4zMzc5NzcyMTFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.19+unknown" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=54.752µ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=a4623d26-d99c-4d43-b7b5-2a74177d50d3 trace.line=167 vars.name=test vars.uuid=6ecd40c1-b8a7-4766-8482-1cd1a340ac1b version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.560Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=2ba98ec6-fa57-4700-99c0-0e1a76e7c8ca http.request.method=PUT http.request.remoteaddr="127.0.0.1:55844" http.request.uri="/v2/test/blobs/uploads/6ecd40c1-b8a7-4766-8482-1cd1a340ac1b?_state=HK413ZxmxAnNhji0faL42VlyBlR8gO4G07eHs-tgAcV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZlY2Q0MGMxLWI4YTctNDc2Ni04NDgyLTFjZDFhMzQwYWMxYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMy0xNFQxNTo0MTo0Mi4zMzc5NzcyMTFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.19+unknown" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=56.935µ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=0a9bd1ca-bcb0-4e68-b03b-cbf1b1bbc38e trace.line=95 vars.name=test vars.uuid=6ecd40c1-b8a7-4766-8482-1cd1a340ac1b version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.560Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/6ecd40c1-b8a7-4766-8482-1cd1a340ac1b\")" go.version=go1.20.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=2ba98ec6-fa57-4700-99c0-0e1a76e7c8ca http.request.method=PUT http.request.remoteaddr="127.0.0.1:55844" http.request.uri="/v2/test/blobs/uploads/6ecd40c1-b8a7-4766-8482-1cd1a340ac1b?_state=HK413ZxmxAnNhji0faL42VlyBlR8gO4G07eHs-tgAcV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZlY2Q0MGMxLWI4YTctNDc2Ni04NDgyLTFjZDFhMzQwYWMxYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMy0xNFQxNTo0MTo0Mi4zMzc5NzcyMTFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.19+unknown" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=86.933µ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=a521c7e6-eaf5-46b4-8b61-8e9d06938642 trace.line=181 vars.name=test vars.uuid=6ecd40c1-b8a7-4766-8482-1cd1a340ac1b version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.560Z] time="2023-03-14T15:41:42Z" level=info msg="response completed" go.version=go1.20.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=2ba98ec6-fa57-4700-99c0-0e1a76e7c8ca http.request.method=PUT http.request.remoteaddr="127.0.0.1:55844" http.request.uri="/v2/test/blobs/uploads/6ecd40c1-b8a7-4766-8482-1cd1a340ac1b?_state=HK413ZxmxAnNhji0faL42VlyBlR8gO4G07eHs-tgAcV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZlY2Q0MGMxLWI4YTctNDc2Ni04NDgyLTFjZDFhMzQwYWMxYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMy0xNFQxNTo0MTo0Mi4zMzc5NzcyMTFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.19+unknown" http.response.duration=5.613817ms http.response.status=201 http.response.written=0 instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.560Z] 127.0.0.1 - - [14/Mar/2023:15:41:42 +0000] "PUT /v2/test/blobs/uploads/6ecd40c1-b8a7-4766-8482-1cd1a340ac1b?_state=HK413ZxmxAnNhji0faL42VlyBlR8gO4G07eHs-tgAcV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZlY2Q0MGMxLWI4YTctNDc2Ni04NDgyLTFjZDFhMzQwYWMxYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMy0xNFQxNTo0MTo0Mi4zMzc5NzcyMTFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 201 0 "" "containerd/1.6.19+unknown"
15:41:42 [2023-03-14T15:41:42.560Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/6afa834b-86c0-443e-97d9-a2db797d97e4/startedat\")" go.version=go1.20.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=97bff819-39f0-4fa2-b04e-9d8d555a913b http.request.method=PUT http.request.remoteaddr="127.0.0.1:55856" http.request.uri="/v2/test/blobs/uploads/6afa834b-86c0-443e-97d9-a2db797d97e4?_state=kkA9pDx_ex8QmE7g1iZEAzqzij_U0wqLulReWjvovQJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZhZmE4MzRiLTg2YzAtNDQzZS05N2Q5LWEyZGI3OTdkOTdlNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMy0xNFQxNTo0MTo0Mi4zMzIwMzgxOTVaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.19+unknown" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=36.267µ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=a80783c4-9257-4210-a2f8-afd9dd4faf4a trace.line=82 vars.name=test vars.uuid=6afa834b-86c0-443e-97d9-a2db797d97e4 version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.560Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/6afa834b-86c0-443e-97d9-a2db797d97e4/data\")" go.version=go1.20.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=97bff819-39f0-4fa2-b04e-9d8d555a913b http.request.method=PUT http.request.remoteaddr="127.0.0.1:55856" http.request.uri="/v2/test/blobs/uploads/6afa834b-86c0-443e-97d9-a2db797d97e4?_state=kkA9pDx_ex8QmE7g1iZEAzqzij_U0wqLulReWjvovQJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZhZmE4MzRiLTg2YzAtNDQzZS05N2Q5LWEyZGI3OTdkOTdlNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMy0xNFQxNTo0MTo0Mi4zMzIwMzgxOTVaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.19+unknown" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=15.04µ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=b45bf705-af31-48ba-820c-0a4327cc3bc4 trace.line=141 vars.name=test vars.uuid=6afa834b-86c0-443e-97d9-a2db797d97e4 version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.560Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/6afa834b-86c0-443e-97d9-a2db797d97e4/data\", 0)" go.version=go1.20.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=97bff819-39f0-4fa2-b04e-9d8d555a913b http.request.method=PUT http.request.remoteaddr="127.0.0.1:55856" http.request.uri="/v2/test/blobs/uploads/6afa834b-86c0-443e-97d9-a2db797d97e4?_state=kkA9pDx_ex8QmE7g1iZEAzqzij_U0wqLulReWjvovQJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZhZmE4MzRiLTg2YzAtNDQzZS05N2Q5LWEyZGI3OTdkOTdlNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMy0xNFQxNTo0MTo0Mi4zMzIwMzgxOTVaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.19+unknown" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=69.529µ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=b917a9fa-30a5-4a0f-be86-9eba8aba489d trace.line=124 vars.name=test vars.uuid=6afa834b-86c0-443e-97d9-a2db797d97e4 version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.560Z] time="2023-03-14T15:41:42Z" level=debug msg="(*blobWriter).Commit" go.version=go1.20.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=97bff819-39f0-4fa2-b04e-9d8d555a913b http.request.method=PUT http.request.remoteaddr="127.0.0.1:55856" http.request.uri="/v2/test/blobs/uploads/6afa834b-86c0-443e-97d9-a2db797d97e4?_state=kkA9pDx_ex8QmE7g1iZEAzqzij_U0wqLulReWjvovQJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZhZmE4MzRiLTg2YzAtNDQzZS05N2Q5LWEyZGI3OTdkOTdlNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMy0xNFQxNTo0MTo0Mi4zMzIwMzgxOTVaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.19+unknown" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 vars.name=test vars.uuid=6afa834b-86c0-443e-97d9-a2db797d97e4 version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.560Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/6afa834b-86c0-443e-97d9-a2db797d97e4/data\")" go.version=go1.20.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=97bff819-39f0-4fa2-b04e-9d8d555a913b http.request.method=PUT http.request.remoteaddr="127.0.0.1:55856" http.request.uri="/v2/test/blobs/uploads/6afa834b-86c0-443e-97d9-a2db797d97e4?_state=kkA9pDx_ex8QmE7g1iZEAzqzij_U0wqLulReWjvovQJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZhZmE4MzRiLTg2YzAtNDQzZS05N2Q5LWEyZGI3OTdkOTdlNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMy0xNFQxNTo0MTo0Mi4zMzIwMzgxOTVaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.19+unknown" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=10.133µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=aefa28a2-9748-4c45-becd-d20c60e509c9 trace.line=141 vars.name=test vars.uuid=6afa834b-86c0-443e-97d9-a2db797d97e4 version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.561Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.20.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=97bff819-39f0-4fa2-b04e-9d8d555a913b http.request.method=PUT http.request.remoteaddr="127.0.0.1:55856" http.request.uri="/v2/test/blobs/uploads/6afa834b-86c0-443e-97d9-a2db797d97e4?_state=kkA9pDx_ex8QmE7g1iZEAzqzij_U0wqLulReWjvovQJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZhZmE4MzRiLTg2YzAtNDQzZS05N2Q5LWEyZGI3OTdkOTdlNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMy0xNFQxNTo0MTo0Mi4zMzIwMzgxOTVaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.19+unknown" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=113.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=1c25867c-1c80-4f4e-bc37-90b56841ce51 trace.line=141 vars.name=test vars.uuid=6afa834b-86c0-443e-97d9-a2db797d97e4 version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.561Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/6afa834b-86c0-443e-97d9-a2db797d97e4/data\")" go.version=go1.20.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=97bff819-39f0-4fa2-b04e-9d8d555a913b http.request.method=PUT http.request.remoteaddr="127.0.0.1:55856" http.request.uri="/v2/test/blobs/uploads/6afa834b-86c0-443e-97d9-a2db797d97e4?_state=kkA9pDx_ex8QmE7g1iZEAzqzij_U0wqLulReWjvovQJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZhZmE4MzRiLTg2YzAtNDQzZS05N2Q5LWEyZGI3OTdkOTdlNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMy0xNFQxNTo0MTo0Mi4zMzIwMzgxOTVaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.19+unknown" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=16.911µ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=65fd9f55-7c6a-44ba-8e12-3065fe78b487 trace.line=141 vars.name=test vars.uuid=6afa834b-86c0-443e-97d9-a2db797d97e4 version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.561Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/6afa834b-86c0-443e-97d9-a2db797d97e4/data\", \"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\"" go.version=go1.20.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=97bff819-39f0-4fa2-b04e-9d8d555a913b http.request.method=PUT http.request.remoteaddr="127.0.0.1:55856" http.request.uri="/v2/test/blobs/uploads/6afa834b-86c0-443e-97d9-a2db797d97e4?_state=kkA9pDx_ex8QmE7g1iZEAzqzij_U0wqLulReWjvovQJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZhZmE4MzRiLTg2YzAtNDQzZS05N2Q5LWEyZGI3OTdkOTdlNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMy0xNFQxNTo0MTo0Mi4zMzIwMzgxOTVaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.19+unknown" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=52.89µ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=424633e7-3ce4-45b7-9dff-08bdf3f3ece5 trace.line=167 vars.name=test vars.uuid=6afa834b-86c0-443e-97d9-a2db797d97e4 version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.561Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.20.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=97bff819-39f0-4fa2-b04e-9d8d555a913b http.request.method=PUT http.request.remoteaddr="127.0.0.1:55856" http.request.uri="/v2/test/blobs/uploads/6afa834b-86c0-443e-97d9-a2db797d97e4?_state=kkA9pDx_ex8QmE7g1iZEAzqzij_U0wqLulReWjvovQJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZhZmE4MzRiLTg2YzAtNDQzZS05N2Q5LWEyZGI3OTdkOTdlNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMy0xNFQxNTo0MTo0Mi4zMzIwMzgxOTVaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.19+unknown" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=314.532µ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=9c2a533d-c550-4450-a7df-c13c66cacf60 trace.line=95 vars.name=test vars.uuid=6afa834b-86c0-443e-97d9-a2db797d97e4 version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.561Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/6afa834b-86c0-443e-97d9-a2db797d97e4\")" go.version=go1.20.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=97bff819-39f0-4fa2-b04e-9d8d555a913b http.request.method=PUT http.request.remoteaddr="127.0.0.1:55856" http.request.uri="/v2/test/blobs/uploads/6afa834b-86c0-443e-97d9-a2db797d97e4?_state=kkA9pDx_ex8QmE7g1iZEAzqzij_U0wqLulReWjvovQJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZhZmE4MzRiLTg2YzAtNDQzZS05N2Q5LWEyZGI3OTdkOTdlNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMy0xNFQxNTo0MTo0Mi4zMzIwMzgxOTVaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.19+unknown" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=396.172µ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=93d7d382-91a7-4f58-8dce-54475f545a12 trace.line=181 vars.name=test vars.uuid=6afa834b-86c0-443e-97d9-a2db797d97e4 version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.561Z] time="2023-03-14T15:41:42Z" level=info msg="response completed" go.version=go1.20.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=97bff819-39f0-4fa2-b04e-9d8d555a913b http.request.method=PUT http.request.remoteaddr="127.0.0.1:55856" http.request.uri="/v2/test/blobs/uploads/6afa834b-86c0-443e-97d9-a2db797d97e4?_state=kkA9pDx_ex8QmE7g1iZEAzqzij_U0wqLulReWjvovQJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZhZmE4MzRiLTg2YzAtNDQzZS05N2Q5LWEyZGI3OTdkOTdlNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMy0xNFQxNTo0MTo0Mi4zMzIwMzgxOTVaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.19+unknown" http.response.duration=11.064379ms http.response.status=201 http.response.written=0 instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.561Z] 127.0.0.1 - - [14/Mar/2023:15:41:42 +0000] "PUT /v2/test/blobs/uploads/6afa834b-86c0-443e-97d9-a2db797d97e4?_state=kkA9pDx_ex8QmE7g1iZEAzqzij_U0wqLulReWjvovQJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZhZmE4MzRiLTg2YzAtNDQzZS05N2Q5LWEyZGI3OTdkOTdlNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMy0xNFQxNTo0MTo0Mi4zMzIwMzgxOTVaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 201 0 "" "containerd/1.6.19+unknown"
15:41:42 [2023-03-14T15:41:42.561Z] time="2023-03-14T15:41:42Z" level=debug msg="authorizing request" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=d4fd0f74-cd80-4deb-aa3f-5caf217c4092 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:55856" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.19+unknown" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.561Z] time="2023-03-14T15:41:42Z" level=debug msg=GetImageManifest go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=d4fd0f74-cd80-4deb-aa3f-5caf217c4092 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:55856" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.19+unknown" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.561Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=d4fd0f74-cd80-4deb-aa3f-5caf217c4092 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:55856" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.19+unknown" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=35.043µ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=5086d03a-a1f5-4a4d-ae42-0ebb9ed018dd trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.561Z] time="2023-03-14T15:41:42Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=latest" err.message="manifest unknown" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=d4fd0f74-cd80-4deb-aa3f-5caf217c4092 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:55856" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.19+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.626254ms http.response.status=404 http.response.written=96 instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.561Z] 127.0.0.1 - - [14/Mar/2023:15:41:42 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 404 96 "" "containerd/1.6.19+unknown"
15:41:42 [2023-03-14T15:41:42.561Z] time="2023-03-14T15:41:42Z" level=debug msg="authorizing request" go.version=go1.20.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=0f0b5733-4f4b-4740-ac3f-533d150f058d http.request.method=PUT http.request.remoteaddr="127.0.0.1:55856" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.19+unknown" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.561Z] time="2023-03-14T15:41:42Z" level=debug msg=PutImageManifest go.version=go1.20.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=0f0b5733-4f4b-4740-ac3f-533d150f058d http.request.method=PUT http.request.remoteaddr="127.0.0.1:55856" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.19+unknown" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.561Z] time="2023-03-14T15:41:42Z" level=debug msg="(*manifestStore).Put" go.version=go1.20.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=0f0b5733-4f4b-4740-ac3f-533d150f058d http.request.method=PUT http.request.remoteaddr="127.0.0.1:55856" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.19+unknown" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.561Z] time="2023-03-14T15:41:42Z" level=debug msg="(*schema2ManifestHandler).Put" go.version=go1.20.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=0f0b5733-4f4b-4740-ac3f-533d150f058d http.request.method=PUT http.request.remoteaddr="127.0.0.1:55856" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.19+unknown" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.561Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.20.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=0f0b5733-4f4b-4740-ac3f-533d150f058d http.request.method=PUT http.request.remoteaddr="127.0.0.1:55856" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.19+unknown" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=80.286µ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=c669b5df-fc15-4a9d-aaa3-709cb895f69b trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.561Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.20.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=0f0b5733-4f4b-4740-ac3f-533d150f058d http.request.method=PUT http.request.remoteaddr="127.0.0.1:55856" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.19+unknown" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=18.814µ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=9c8d1312-6e21-4f37-8cf4-cf43f17c5aa5 trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.561Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=0f0b5733-4f4b-4740-ac3f-533d150f058d http.request.method=PUT http.request.remoteaddr="127.0.0.1:55856" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.19+unknown" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=28.488µ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=97c84856-cd39-4666-aa73-ee7981c6f73f trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.561Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=0f0b5733-4f4b-4740-ac3f-533d150f058d http.request.method=PUT http.request.remoteaddr="127.0.0.1:55856" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.19+unknown" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=11.216µ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=afcdcfd9-2677-45d7-a8ed-0c2b9e0f3050 trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.561Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.20.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=0f0b5733-4f4b-4740-ac3f-533d150f058d http.request.method=PUT http.request.remoteaddr="127.0.0.1:55856" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.19+unknown" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=12.373µ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=95559b5d-db71-499d-9057-964656a56a5d trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.561Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.20.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=0f0b5733-4f4b-4740-ac3f-533d150f058d http.request.method=PUT http.request.remoteaddr="127.0.0.1:55856" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.19+unknown" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=46.72µ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=3155a14e-784f-4974-9047-744ad944c35a trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.561Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=0f0b5733-4f4b-4740-ac3f-533d150f058d http.request.method=PUT http.request.remoteaddr="127.0.0.1:55856" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.19+unknown" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=440.258µ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=2cb246da-919a-4b7a-8fff-4ab331dd263f trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.561Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=0f0b5733-4f4b-4740-ac3f-533d150f058d http.request.method=PUT http.request.remoteaddr="127.0.0.1:55856" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.19+unknown" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=35.093µ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=f1b8abda-3b3e-4ed1-866b-f44fce456b46 trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.561Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/index/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=0f0b5733-4f4b-4740-ac3f-533d150f058d http.request.method=PUT http.request.remoteaddr="127.0.0.1:55856" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.19+unknown" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=93.029µ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=067bcf5c-85ac-4184-b05c-35d303f19efe trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.561Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.20.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=0f0b5733-4f4b-4740-ac3f-533d150f058d http.request.method=PUT http.request.remoteaddr="127.0.0.1:55856" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.19+unknown" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=53.825µ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=e541a998-1a3a-43a8-a98c-626b7ccfb175 trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.561Z] time="2023-03-14T15:41:42Z" level=info msg="response completed" go.version=go1.20.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=0f0b5733-4f4b-4740-ac3f-533d150f058d http.request.method=PUT http.request.remoteaddr="127.0.0.1:55856" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.19+unknown" http.response.duration=3.143627ms http.response.status=201 http.response.written=0 instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.561Z] 127.0.0.1 - - [14/Mar/2023:15:41:42 +0000] "PUT /v2/test/manifests/latest HTTP/1.1" 201 0 "" "containerd/1.6.19+unknown"
15:41:42 [2023-03-14T15:41:42.561Z] time="2023-03-14T15:41:42Z" level=debug msg="authorizing request" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=8515c4d1-8994-47c9-8ba3-88ddfc7b5549 http.request.method=GET http.request.remoteaddr="127.0.0.1:55872" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.562Z] time="2023-03-14T15:41:42Z" level=info msg="response completed" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=8515c4d1-8994-47c9-8ba3-88ddfc7b5549 http.request.method=GET http.request.remoteaddr="127.0.0.1:55872" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="772.118µs" http.response.status=200 http.response.written=2 instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.562Z] 127.0.0.1 - - [14/Mar/2023:15:41:42 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
15:41:42 [2023-03-14T15:41:42.562Z] time="2023-03-14T15:41:42Z" level=debug msg="authorizing request" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=31a2ec37-7c60-42e5-a217-5c76f3861ec5 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:55878" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.562Z] time="2023-03-14T15:41:42Z" level=debug msg=GetImageManifest go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=31a2ec37-7c60-42e5-a217-5c76f3861ec5 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:55878" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.562Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=31a2ec37-7c60-42e5-a217-5c76f3861ec5 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:55878" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=34.281µ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=db787abf-dd2e-4a59-980d-233d1522cbf9 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.562Z] time="2023-03-14T15:41:42Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=31a2ec37-7c60-42e5-a217-5c76f3861ec5 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:55878" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.562Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=31a2ec37-7c60-42e5-a217-5c76f3861ec5 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:55878" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=415.807µ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=23e7caa6-9903-498b-a82b-94eae57d8da8 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.562Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=31a2ec37-7c60-42e5-a217-5c76f3861ec5 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:55878" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 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=42ae43ea-1497-40cd-8bf1-6eb41fef870e trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.562Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=31a2ec37-7c60-42e5-a217-5c76f3861ec5 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:55878" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=22.696µ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=f1dd13cd-4b60-456e-a846-2b40763ac8c0 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.562Z] time="2023-03-14T15:41:42Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=31a2ec37-7c60-42e5-a217-5c76f3861ec5 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:55878" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.562Z] time="2023-03-14T15:41:42Z" level=info msg="response completed" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=31a2ec37-7c60-42e5-a217-5c76f3861ec5 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:55878" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.response.duration=2.018479ms http.response.status=200 http.response.written=417 instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.562Z] 127.0.0.1 - - [14/Mar/2023:15:41:42 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 200 417 "" "docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
15:41:42 [2023-03-14T15:41:42.562Z] time="2023-03-14T15:41:42Z" level=debug msg="authorizing request" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=017523e1-4deb-4f47-8982-77a18a5a880c http.request.method=GET http.request.remoteaddr="127.0.0.1:55888" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.562Z] time="2023-03-14T15:41:42Z" level=debug msg=GetImageManifest go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=017523e1-4deb-4f47-8982-77a18a5a880c http.request.method=GET http.request.remoteaddr="127.0.0.1:55888" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.562Z] time="2023-03-14T15:41:42Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=017523e1-4deb-4f47-8982-77a18a5a880c http.request.method=GET http.request.remoteaddr="127.0.0.1:55888" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.562Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=017523e1-4deb-4f47-8982-77a18a5a880c http.request.method=GET http.request.remoteaddr="127.0.0.1:55888" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=1.048456ms 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=7699c14f-aeb8-496f-a363-a3c4940fb909 trace.line=82 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.562Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=017523e1-4deb-4f47-8982-77a18a5a880c http.request.method=GET http.request.remoteaddr="127.0.0.1:55888" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=17.469µ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=7800d518-a6eb-48f8-a2fd-0a5807a74c04 trace.line=141 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.562Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=017523e1-4deb-4f47-8982-77a18a5a880c http.request.method=GET http.request.remoteaddr="127.0.0.1:55888" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=227µ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=05cc0998-571f-4e89-989a-8bb035d1c50b trace.line=82 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.562Z] time="2023-03-14T15:41:42Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=017523e1-4deb-4f47-8982-77a18a5a880c http.request.method=GET http.request.remoteaddr="127.0.0.1:55888" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.562Z] time="2023-03-14T15:41:42Z" level=info msg="response completed" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=017523e1-4deb-4f47-8982-77a18a5a880c http.request.method=GET http.request.remoteaddr="127.0.0.1:55888" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.response.duration=3.315949ms http.response.status=200 http.response.written=417 instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.562Z] 127.0.0.1 - - [14/Mar/2023:15:41:42 +0000] "GET /v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 200 417 "" "docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
15:41:42 [2023-03-14T15:41:42.562Z] time="2023-03-14T15:41:42Z" level=debug msg="authorizing request" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=8ee5fe35-a675-4a77-860f-e529996c1026 http.request.method=GET http.request.remoteaddr="127.0.0.1:55900" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.562Z] time="2023-03-14T15:41:42Z" level=debug msg=GetBlob go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=8ee5fe35-a675-4a77-860f-e529996c1026 http.request.method=GET http.request.remoteaddr="127.0.0.1:55900" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.562Z] time="2023-03-14T15:41:42Z" level=debug msg="authorizing request" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=5444e852-2c46-4233-8996-fa9286fffed4 http.request.method=GET http.request.remoteaddr="127.0.0.1:55906" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.562Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=8ee5fe35-a675-4a77-860f-e529996c1026 http.request.method=GET http.request.remoteaddr="127.0.0.1:55900" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=187.173µ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=e38ebfeb-1ac0-4bd4-b6e7-934d2ec7dd9a trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.562Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=8ee5fe35-a675-4a77-860f-e529996c1026 http.request.method=GET http.request.remoteaddr="127.0.0.1:55900" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=20.652µ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=e09bf157-477d-402a-8225-9d617d58d935 trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.562Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=8ee5fe35-a675-4a77-860f-e529996c1026 http.request.method=GET http.request.remoteaddr="127.0.0.1:55900" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=30.243µ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=8002a5c2-95bb-4451-92df-745c84f54e10 trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.563Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=8ee5fe35-a675-4a77-860f-e529996c1026 http.request.method=GET http.request.remoteaddr="127.0.0.1:55900" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=13.481µ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=be197ca8-d2c9-42b3-bdde-5c7fa596a8e9 trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.563Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=8ee5fe35-a675-4a77-860f-e529996c1026 http.request.method=GET http.request.remoteaddr="127.0.0.1:55900" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=12.948µ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=3c10aa28-95bf-4ec3-bbc5-90f2713368f2 trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.563Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=8ee5fe35-a675-4a77-860f-e529996c1026 http.request.method=GET http.request.remoteaddr="127.0.0.1:55900" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=6.375µ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=81a1c65f-e42e-40f3-b508-dbb074a98081 trace.line=193 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.563Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.ReadStream(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\", 0)" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=8ee5fe35-a675-4a77-860f-e529996c1026 http.request.method=GET http.request.remoteaddr="127.0.0.1:55900" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=44.159µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).ReadStream" trace.id=ecffefe2-38b2-401f-b211-7e4e8381bc89 trace.line=107 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.563Z] time="2023-03-14T15:41:42Z" level=debug msg=GetBlob go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=5444e852-2c46-4233-8996-fa9286fffed4 http.request.method=GET http.request.remoteaddr="127.0.0.1:55906" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.563Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=5444e852-2c46-4233-8996-fa9286fffed4 http.request.method=GET http.request.remoteaddr="127.0.0.1:55906" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=67.938µ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=642d987d-7fd0-450f-ac83-2095e5c3d719 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.563Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=5444e852-2c46-4233-8996-fa9286fffed4 http.request.method=GET http.request.remoteaddr="127.0.0.1:55906" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=4.628302ms 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=baedddc7-e6b4-422f-9f03-220f92d11358 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.563Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=8ee5fe35-a675-4a77-860f-e529996c1026 http.request.method=GET http.request.remoteaddr="127.0.0.1:55900" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=30.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=f34309d5-f0b6-44a4-a7f9-d22d4fb82d01 trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.563Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=8ee5fe35-a675-4a77-860f-e529996c1026 http.request.method=GET http.request.remoteaddr="127.0.0.1:55900" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=17.017µ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=401ab008-0c6c-4f59-b957-3ba3bee85605 trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.563Z] time="2023-03-14T15:41:42Z" level=info msg="response completed" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=8ee5fe35-a675-4a77-860f-e529996c1026 http.request.method=GET http.request.remoteaddr="127.0.0.1:55900" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=10.106155ms http.response.status=200 http.response.written=179 instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.563Z] 127.0.0.1 - - [14/Mar/2023:15:41:42 +0000] "GET /v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 200 179 "" "docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
15:41:42 [2023-03-14T15:41:42.563Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=5444e852-2c46-4233-8996-fa9286fffed4 http.request.method=GET http.request.remoteaddr="127.0.0.1:55906" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=844.06µ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=9199e51f-6ee3-4f7a-96ef-8bf913a6ed5e trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.563Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=5444e852-2c46-4233-8996-fa9286fffed4 http.request.method=GET http.request.remoteaddr="127.0.0.1:55906" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=17.321µ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=87c9240f-7efe-4d7f-803d-8a683173b67e trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.563Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=5444e852-2c46-4233-8996-fa9286fffed4 http.request.method=GET http.request.remoteaddr="127.0.0.1:55906" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=8.82µ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=018dcd8f-2144-48a3-9014-11ca1ae6681c trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.563Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=5444e852-2c46-4233-8996-fa9286fffed4 http.request.method=GET http.request.remoteaddr="127.0.0.1:55906" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=5.292µ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=754c91b0-297d-456d-8978-9aba59fd6102 trace.line=193 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.563Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.ReadStream(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\", 0)" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=5444e852-2c46-4233-8996-fa9286fffed4 http.request.method=GET http.request.remoteaddr="127.0.0.1:55906" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=17.288µ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=d38f6c02-9127-4475-bc7f-2471c23d3155 trace.line=107 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.563Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=5444e852-2c46-4233-8996-fa9286fffed4 http.request.method=GET http.request.remoteaddr="127.0.0.1:55906" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=29.595µ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=866068b8-130d-4865-81ea-ed4109762e43 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.563Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=5444e852-2c46-4233-8996-fa9286fffed4 http.request.method=GET http.request.remoteaddr="127.0.0.1:55906" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=15.081µ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=ccdb22b3-91d8-464d-ab59-c859a6ece77c trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.563Z] time="2023-03-14T15:41:42Z" level=info msg="response completed" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=5444e852-2c46-4233-8996-fa9286fffed4 http.request.method=GET http.request.remoteaddr="127.0.0.1:55906" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=11.748875ms http.response.status=200 http.response.written=68 instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.563Z] 127.0.0.1 - - [14/Mar/2023:15:41:42 +0000] "GET /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 200 68 "" "docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
15:41:42 [2023-03-14T15:41:42.563Z] time="2023-03-14T15:41:42Z" level=debug msg="authorizing request" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=4c3873b2-a49f-47ad-bb7f-8ad61b3dadb4 http.request.method=GET http.request.remoteaddr="127.0.0.1:55924" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.563Z] time="2023-03-14T15:41:42Z" level=info msg="response completed" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=4c3873b2-a49f-47ad-bb7f-8ad61b3dadb4 http.request.method=GET http.request.remoteaddr="127.0.0.1:55924" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.054372ms http.response.status=200 http.response.written=2 instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.563Z] 127.0.0.1 - - [14/Mar/2023:15:41:42 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
15:41:42 [2023-03-14T15:41:42.563Z] time="2023-03-14T15:41:42Z" level=debug msg="authorizing request" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=d6430702-fab3-4785-8b7b-69e6c46c53c9 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:55932" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.563Z] time="2023-03-14T15:41:42Z" level=debug msg=GetImageManifest go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=d6430702-fab3-4785-8b7b-69e6c46c53c9 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:55932" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.563Z] time="2023-03-14T15:41:42Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=d6430702-fab3-4785-8b7b-69e6c46c53c9 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:55932" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.564Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=d6430702-fab3-4785-8b7b-69e6c46c53c9 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:55932" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=28.085µ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=ac7f981d-c56d-46dc-81c9-644f069023df trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.564Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_layers/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=d6430702-fab3-4785-8b7b-69e6c46c53c9 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:55932" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=22.498µ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=51a72628-46af-4e20-971a-6168c2e3bda0 trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.564Z] time="2023-03-14T15:41:42Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown manifest name=other revision=sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" err.message="manifest unknown" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=d6430702-fab3-4785-8b7b-69e6c46c53c9 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:55932" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.794588ms http.response.status=404 http.response.written=181 instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.564Z] 127.0.0.1 - - [14/Mar/2023:15:41:42 +0000] "HEAD /v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 404 181 "" "docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
15:41:42 [2023-03-14T15:41:42.564Z] time="2023-03-14T15:41:42Z" level=debug msg="authorizing request" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=e757efbf-adbb-4f09-9a71-00141a37984c http.request.method=GET http.request.remoteaddr="127.0.0.1:55936" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.564Z] time="2023-03-14T15:41:42Z" level=debug msg=GetImageManifest go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=e757efbf-adbb-4f09-9a71-00141a37984c http.request.method=GET http.request.remoteaddr="127.0.0.1:55936" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.564Z] time="2023-03-14T15:41:42Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=e757efbf-adbb-4f09-9a71-00141a37984c http.request.method=GET http.request.remoteaddr="127.0.0.1:55936" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.564Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=e757efbf-adbb-4f09-9a71-00141a37984c http.request.method=GET http.request.remoteaddr="127.0.0.1:55936" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=22.482µ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=765439ae-d370-40ae-ba7a-7e80dc43def2 trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.564Z] time="2023-03-14T15:41:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_layers/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=e757efbf-adbb-4f09-9a71-00141a37984c http.request.method=GET http.request.remoteaddr="127.0.0.1:55936" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 trace.duration=19.733µ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=fa0417b2-f5c8-4931-bfb6-c80d8d944b91 trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.564Z] time="2023-03-14T15:41:42Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown manifest name=other revision=sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" err.message="manifest unknown" go.version=go1.20.2 http.request.host="127.0.0.1:5000" http.request.id=e757efbf-adbb-4f09-9a71-00141a37984c http.request.method=GET http.request.remoteaddr="127.0.0.1:55936" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.827991ms http.response.status=404 http.response.written=181 instance.id=723652bd-5b1d-43f1-a341-03bad75191e9 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
15:41:42 [2023-03-14T15:41:42.564Z] 127.0.0.1 - - [14/Mar/2023:15:41:42 +0000] "GET /v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 404 181 "" "docker/dev go/go1.20.2 git-commit/127cd9def1814a4d333c45d36963e171faf4e4c4 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
15:41:42 [2023-03-14T15:41:42.564Z] --- PASS: TestImagePullStoredfDigestForOtherRepo (0.22s)
15:41:42 [2023-03-14T15:41:42.564Z] === RUN   TestRemoveImageOrphaning
15:41:42 [2023-03-14T15:41:42.824Z] --- PASS: TestRemoveImageOrphaning (0.13s)
15:41:42 [2023-03-14T15:41:42.824Z] === RUN   TestRemoveImageGarbageCollector
15:41:42 [2023-03-14T15:41:42.824Z]     remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
15:41:42 [2023-03-14T15:41:42.824Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
15:41:42 [2023-03-14T15:41:42.824Z] === RUN   TestTagUnprefixedRepoByNameOrName
15:41:42 [2023-03-14T15:41:42.824Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
15:41:42 [2023-03-14T15:41:42.824Z] === RUN   TestTagInvalidReference
15:41:42 [2023-03-14T15:41:42.824Z] --- PASS: TestTagInvalidReference (0.01s)
15:41:42 [2023-03-14T15:41:42.824Z] === RUN   TestTagValidPrefixedRepo
15:41:42 [2023-03-14T15:41:42.824Z] --- PASS: TestTagValidPrefixedRepo (0.04s)
15:41:42 [2023-03-14T15:41:42.824Z] === RUN   TestTagExistedNameWithoutForce
15:41:42 [2023-03-14T15:41:42.824Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
15:41:42 [2023-03-14T15:41:42.824Z] === RUN   TestTagOfficialNames
15:41:42 [2023-03-14T15:41:42.824Z] --- PASS: TestTagOfficialNames (0.05s)
15:41:42 [2023-03-14T15:41:42.824Z] === RUN   TestTagMatchesDigest
15:41:42 [2023-03-14T15:41:42.824Z] --- PASS: TestTagMatchesDigest (0.01s)
15:41:42 [2023-03-14T15:41:42.824Z] PASS
15:41:42 [2023-03-14T15:41:42.824Z] 
15:41:42 [2023-03-14T15:41:42.824Z] === Skipped
15:41:42 [2023-03-14T15:41:42.824Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
15:41:42 [2023-03-14T15:41:42.824Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
15:41:42 [2023-03-14T15:41:42.824Z] 
15:41:42 [2023-03-14T15:41:42.824Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
15:41:42 [2023-03-14T15:41:42.824Z]     remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
15:41:42 [2023-03-14T15:41:42.824Z] 
15:41:42 [2023-03-14T15:41:42.824Z] DONE 24 tests, 2 skipped in 1.235s
15:41:42 [2023-03-14T15:41:42.824Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
15:41:42 [2023-03-14T15:41:42.824Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m
15:41:42 [2023-03-14T15:41:42.824Z] ++ set -e
15:41:42 [2023-03-14T15:41:42.824Z] ++ '[' -n 0 ']'
15:41:42 [2023-03-14T15:41:42.824Z] ++ set -x
15:41:42 [2023-03-14T15:41:42.824Z] ++ 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=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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=docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m
15:41:42 [2023-03-14T15:41:42.824Z] === RUN   TestStripANSICommands
15:41:42 [2023-03-14T15:41:42.824Z] === RUN   TestStripANSICommands/#00
15:41:42 [2023-03-14T15:41:42.824Z] === RUN   TestStripANSICommands/#01
15:41:42 [2023-03-14T15:41:42.824Z] --- PASS: TestStripANSICommands (0.00s)
15:41:42 [2023-03-14T15:41:42.824Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
15:41:42 [2023-03-14T15:41:42.824Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
15:41:42 [2023-03-14T15:41:42.824Z] PASS
15:41:42 [2023-03-14T15:41:42.824Z] 
15:41:42 [2023-03-14T15:41:42.824Z] DONE 3 tests in 0.040s
15:41:42 [2023-03-14T15:41:42.824Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m 
15:41:42 [2023-03-14T15:41:42.824Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m
15:41:42 [2023-03-14T15:41:42.824Z] ++ set -e
15:41:42 [2023-03-14T15:41:42.824Z] ++ '[' -n 0 ']'
15:41:42 [2023-03-14T15:41:42.824Z] ++ set -x
15:41:42 [2023-03-14T15:41:42.824Z] ++ 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=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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=docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m
15:41:43 [2023-03-14T15:41:43.084Z] INFO: Testing against a local daemon
15:41:43 [2023-03-14T15:41:43.084Z] === RUN   TestNetworkCreateDelete
15:41:43 [2023-03-14T15:41:43.084Z] --- PASS: TestNetworkCreateDelete (0.14s)
15:41:43 [2023-03-14T15:41:43.084Z] === RUN   TestDockerNetworkDeletePreferID
15:41:43 [2023-03-14T15:41:43.655Z] --- PASS: TestDockerNetworkDeletePreferID (0.40s)
15:41:43 [2023-03-14T15:41:43.655Z] === RUN   TestDaemonDNSFallback
15:41:50 [2023-03-14T15:41:50.230Z] --- PASS: TestDaemonDNSFallback (6.08s)
15:41:50 [2023-03-14T15:41:50.230Z] === RUN   TestInspectNetwork
15:41:52 [2023-03-14T15:41:52.139Z] === RUN   TestInspectNetwork/full_network_id
15:41:52 [2023-03-14T15:41:52.139Z] === RUN   TestInspectNetwork/partial_network_id
15:41:52 [2023-03-14T15:41:52.139Z] === RUN   TestInspectNetwork/network_name
15:41:52 [2023-03-14T15:41:52.139Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
15:41:56 [2023-03-14T15:41:56.337Z] --- PASS: TestInspectNetwork (6.55s)
15:41:56 [2023-03-14T15:41:56.337Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
15:41:56 [2023-03-14T15:41:56.337Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
15:41:56 [2023-03-14T15:41:56.337Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
15:41:56 [2023-03-14T15:41:56.337Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
15:41:56 [2023-03-14T15:41:56.337Z] === RUN   TestRunContainerWithBridgeNone
15:41:57 [2023-03-14T15:41:57.720Z] --- PASS: TestRunContainerWithBridgeNone (1.33s)
15:41:57 [2023-03-14T15:41:57.720Z] === RUN   TestNetworkInvalidJSON
15:41:57 [2023-03-14T15:41:57.720Z] === RUN   TestNetworkInvalidJSON/networks/create
15:41:57 [2023-03-14T15:41:57.720Z] === PAUSE TestNetworkInvalidJSON/networks/create
15:41:57 [2023-03-14T15:41:57.720Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
15:41:57 [2023-03-14T15:41:57.720Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
15:41:57 [2023-03-14T15:41:57.720Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
15:41:57 [2023-03-14T15:41:57.720Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
15:41:57 [2023-03-14T15:41:57.720Z] === CONT  TestNetworkInvalidJSON/networks/create
15:41:57 [2023-03-14T15:41:57.720Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
15:41:57 [2023-03-14T15:41:57.720Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
15:41:57 [2023-03-14T15:41:57.720Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
15:41:57 [2023-03-14T15:41:57.720Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
15:41:57 [2023-03-14T15:41:57.720Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
15:41:57 [2023-03-14T15:41:57.720Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
15:41:57 [2023-03-14T15:41:57.720Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
15:41:57 [2023-03-14T15:41:57.720Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
15:41:57 [2023-03-14T15:41:57.720Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
15:41:57 [2023-03-14T15:41:57.720Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
15:41:57 [2023-03-14T15:41:57.720Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
15:41:57 [2023-03-14T15:41:57.720Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
15:41:57 [2023-03-14T15:41:57.720Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
15:41:57 [2023-03-14T15:41:57.720Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
15:41:57 [2023-03-14T15:41:57.720Z] --- PASS: TestNetworkInvalidJSON (0.01s)
15:41:57 [2023-03-14T15:41:57.720Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
15:41:57 [2023-03-14T15:41:57.720Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
15:41:57 [2023-03-14T15:41:57.720Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
15:41:57 [2023-03-14T15:41:57.720Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
15:41:57 [2023-03-14T15:41:57.720Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
15:41:57 [2023-03-14T15:41:57.720Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
15:41:57 [2023-03-14T15:41:57.720Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
15:41:57 [2023-03-14T15:41:57.720Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
15:41:57 [2023-03-14T15:41:57.720Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
15:41:57 [2023-03-14T15:41:57.720Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
15:41:57 [2023-03-14T15:41:57.720Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
15:41:57 [2023-03-14T15:41:57.720Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
15:41:57 [2023-03-14T15:41:57.720Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
15:41:57 [2023-03-14T15:41:57.720Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
15:41:57 [2023-03-14T15:41:57.720Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
15:41:57 [2023-03-14T15:41:57.720Z] === RUN   TestNetworkList
15:41:57 [2023-03-14T15:41:57.720Z] === RUN   TestNetworkList//networks
15:41:57 [2023-03-14T15:41:57.720Z] === PAUSE TestNetworkList//networks
15:41:57 [2023-03-14T15:41:57.720Z] === RUN   TestNetworkList//networks/
15:41:57 [2023-03-14T15:41:57.720Z] === PAUSE TestNetworkList//networks/
15:41:57 [2023-03-14T15:41:57.720Z] === CONT  TestNetworkList//networks
15:41:57 [2023-03-14T15:41:57.720Z] === CONT  TestNetworkList//networks/
15:41:57 [2023-03-14T15:41:57.720Z] --- PASS: TestNetworkList (0.02s)
15:41:57 [2023-03-14T15:41:57.720Z]     --- PASS: TestNetworkList//networks (0.00s)
15:41:57 [2023-03-14T15:41:57.720Z]     --- PASS: TestNetworkList//networks/ (0.00s)
15:41:57 [2023-03-14T15:41:57.720Z] === RUN   TestHostIPv4BridgeLabel
15:41:58 [2023-03-14T15:41:58.290Z] --- PASS: TestHostIPv4BridgeLabel (0.56s)
15:41:58 [2023-03-14T15:41:58.290Z] === RUN   TestDefaultNetworkOpts
15:41:58 [2023-03-14T15:41:58.290Z] === RUN   TestDefaultNetworkOpts/default_value
15:41:59 [2023-03-14T15:41:59.230Z] === RUN   TestDefaultNetworkOpts/cmdline_value
15:42:00 [2023-03-14T15:42:00.611Z] === RUN   TestDefaultNetworkOpts/config-from_value
15:42:01 [2023-03-14T15:42:01.551Z] --- PASS: TestDefaultNetworkOpts (3.47s)
15:42:01 [2023-03-14T15:42:01.551Z]     --- PASS: TestDefaultNetworkOpts/default_value (1.18s)
15:42:01 [2023-03-14T15:42:01.551Z]     --- PASS: TestDefaultNetworkOpts/cmdline_value (1.15s)
15:42:01 [2023-03-14T15:42:01.551Z]     --- PASS: TestDefaultNetworkOpts/config-from_value (1.15s)
15:42:01 [2023-03-14T15:42:01.551Z] === RUN   TestDaemonRestartWithLiveRestore
15:42:02 [2023-03-14T15:42:02.934Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s)
15:42:02 [2023-03-14T15:42:02.934Z] === RUN   TestDaemonDefaultNetworkPools
15:42:03 [2023-03-14T15:42:03.504Z] --- PASS: TestDaemonDefaultNetworkPools (0.73s)
15:42:03 [2023-03-14T15:42:03.504Z] === RUN   TestDaemonRestartWithExistingNetwork
15:42:04 [2023-03-14T15:42:04.445Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s)
15:42:04 [2023-03-14T15:42:04.445Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
15:42:05 [2023-03-14T15:42:05.897Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.23s)
15:42:05 [2023-03-14T15:42:05.897Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
15:42:06 [2023-03-14T15:42:06.467Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s)
15:42:06 [2023-03-14T15:42:06.467Z] === RUN   TestServiceWithPredefinedNetwork
15:42:08 [2023-03-14T15:42:08.377Z] --- PASS: TestServiceWithPredefinedNetwork (2.01s)
15:42:08 [2023-03-14T15:42:08.377Z] === RUN   TestServiceRemoveKeepsIngressNetwork
15:42:08 [2023-03-14T15:42:08.377Z]     service_test.go:242: FLAKY_TEST
15:42:08 [2023-03-14T15:42:08.377Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
15:42:08 [2023-03-14T15:42:08.377Z] === RUN   TestServiceWithDataPathPortInit
15:42:20 [2023-03-14T15:42:20.601Z] --- PASS: TestServiceWithDataPathPortInit (12.33s)
15:42:20 [2023-03-14T15:42:20.601Z] === RUN   TestServiceWithDefaultAddressPoolInit
15:42:22 [2023-03-14T15:42:22.511Z]     service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:25zvh0b8j0z6vgkcg8wmq1eif Created:2023-03-14 15:42:21.839741911 +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[324efb246971b1451410d866983399d3091893bbd01ceb12759b42accfd091ca:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.pth6xvr846ahds0cw9wjb5j3p EndpointID:894318d4d492ddae6b99f43c2cfce9f5b0d48a82d41d8b2a0fff326d974b455c MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:2850e6c917b6945f93d8b2601a40c3d3928c20c25030abf77a4a0e4673c6c8be 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:1b11e1e16555 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.pth6xvr846ahds0cw9wjb5j3p EndpointID:894318d4d492ddae6b99f43c2cfce9f5b0d48a82d41d8b2a0fff326d974b455c EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
15:42:26 [2023-03-14T15:42:26.708Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.16s)
15:42:26 [2023-03-14T15:42:26.708Z] PASS
15:42:26 [2023-03-14T15:42:26.708Z] 
15:42:26 [2023-03-14T15:42:26.708Z] === Skipped
15:42:26 [2023-03-14T15:42:26.708Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
15:42:26 [2023-03-14T15:42:26.708Z]     service_test.go:242: FLAKY_TEST
15:42:26 [2023-03-14T15:42:26.708Z] 
15:42:26 [2023-03-14T15:42:26.708Z] DONE 42 tests, 1 skipped in 43.881s
15:42:26 [2023-03-14T15:42:26.708Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
15:42:26 [2023-03-14T15:42:26.708Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
15:42:26 [2023-03-14T15:42:26.708Z] ++ set -e
15:42:26 [2023-03-14T15:42:26.708Z] ++ '[' -n 0 ']'
15:42:26 [2023-03-14T15:42:26.708Z] ++ set -x
15:42:26 [2023-03-14T15:42:26.708Z] ++ 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=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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=docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
15:42:26 [2023-03-14T15:42:26.968Z] INFO: Testing against a local daemon
15:42:26 [2023-03-14T15:42:26.968Z] === RUN   TestDockerNetworkIpvlanPersistance
15:42:26 [2023-03-14T15:42:26.968Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
15:42:26 [2023-03-14T15:42:26.968Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
15:42:26 [2023-03-14T15:42:26.968Z] === RUN   TestDockerNetworkIpvlan
15:42:26 [2023-03-14T15:42:26.968Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
15:42:26 [2023-03-14T15:42:26.968Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
15:42:26 [2023-03-14T15:42:26.968Z] PASS
15:42:26 [2023-03-14T15:42:26.968Z] 
15:42:26 [2023-03-14T15:42:26.968Z] === Skipped
15:42:26 [2023-03-14T15:42:26.968Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
15:42:26 [2023-03-14T15:42:26.968Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
15:42:26 [2023-03-14T15:42:26.968Z] 
15:42:26 [2023-03-14T15:42:26.968Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
15:42:26 [2023-03-14T15:42:26.968Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
15:42:26 [2023-03-14T15:42:26.968Z] 
15:42:26 [2023-03-14T15:42:26.968Z] DONE 2 tests, 2 skipped in 0.086s
15:42:26 [2023-03-14T15:42:26.968Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
15:42:26 [2023-03-14T15:42:26.968Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
15:42:26 [2023-03-14T15:42:26.968Z] ++ set -e
15:42:26 [2023-03-14T15:42:26.968Z] ++ '[' -n 0 ']'
15:42:26 [2023-03-14T15:42:26.968Z] ++ set -x
15:42:26 [2023-03-14T15:42:26.968Z] ++ 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=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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=docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
15:42:26 [2023-03-14T15:42:26.968Z] INFO: Testing against a local daemon
15:42:26 [2023-03-14T15:42:26.968Z] === RUN   TestDockerNetworkMacvlanPersistance
15:42:28 [2023-03-14T15:42:28.348Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.14s)
15:42:28 [2023-03-14T15:42:28.348Z] === RUN   TestDockerNetworkMacvlan
15:42:28 [2023-03-14T15:42:28.608Z] === RUN   TestDockerNetworkMacvlan/Subinterface
15:42:29 [2023-03-14T15:42:29.547Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
15:42:30 [2023-03-14T15:42:30.117Z] === RUN   TestDockerNetworkMacvlan/NilParent
15:42:31 [2023-03-14T15:42:31.498Z] === RUN   TestDockerNetworkMacvlan/InternalMode
15:42:32 [2023-03-14T15:42:32.879Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
15:42:35 [2023-03-14T15:42:35.419Z] === RUN   TestDockerNetworkMacvlan/Addressing
15:42:35 [2023-03-14T15:42:35.419Z] --- PASS: TestDockerNetworkMacvlan (7.38s)
15:42:35 [2023-03-14T15:42:35.419Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.05s)
15:42:35 [2023-03-14T15:42:35.419Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s)
15:42:35 [2023-03-14T15:42:35.419Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.58s)
15:42:35 [2023-03-14T15:42:35.419Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.60s)
15:42:35 [2023-03-14T15:42:35.419Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (1.20s)
15:42:35 [2023-03-14T15:42:35.419Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.36s)
15:42:35 [2023-03-14T15:42:35.419Z] PASS
15:42:35 [2023-03-14T15:42:35.419Z] 
15:42:35 [2023-03-14T15:42:35.419Z] DONE 8 tests in 8.596s
15:42:35 [2023-03-14T15:42:35.679Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m 
15:42:35 [2023-03-14T15:42:35.679Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m
15:42:35 [2023-03-14T15:42:35.679Z] ++ set -e
15:42:35 [2023-03-14T15:42:35.679Z] ++ '[' -n 0 ']'
15:42:35 [2023-03-14T15:42:35.679Z] ++ set -x
15:42:35 [2023-03-14T15:42:35.679Z] ++ 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=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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=docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m
15:42:35 [2023-03-14T15:42:35.679Z] testing: warning: no tests to run
15:42:35 [2023-03-14T15:42:35.679Z] PASS
15:42:35 [2023-03-14T15:42:35.679Z] 
15:42:35 [2023-03-14T15:42:35.679Z] DONE 0 tests in 0.023s
15:42:35 [2023-03-14T15:42:35.679Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
15:42:35 [2023-03-14T15:42:35.679Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
15:42:35 [2023-03-14T15:42:35.679Z] ++ set -e
15:42:35 [2023-03-14T15:42:35.679Z] ++ '[' -n 0 ']'
15:42:35 [2023-03-14T15:42:35.679Z] ++ set -x
15:42:35 [2023-03-14T15:42:35.679Z] ++ 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=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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=docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
15:42:35 [2023-03-14T15:42:35.679Z] INFO: Testing against a local daemon
15:42:35 [2023-03-14T15:42:35.679Z] === RUN   TestAuthZPluginAllowRequest
15:42:37 [2023-03-14T15:42:37.061Z] --- PASS: TestAuthZPluginAllowRequest (1.07s)
15:42:37 [2023-03-14T15:42:37.061Z] === RUN   TestAuthZPluginTLS
15:42:37 [2023-03-14T15:42:37.321Z] --- PASS: TestAuthZPluginTLS (0.55s)
15:42:37 [2023-03-14T15:42:37.321Z] === RUN   TestAuthZPluginDenyRequest
15:42:37 [2023-03-14T15:42:37.891Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
15:42:37 [2023-03-14T15:42:37.891Z] === RUN   TestAuthZPluginAPIDenyResponse
15:42:38 [2023-03-14T15:42:38.461Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s)
15:42:38 [2023-03-14T15:42:38.461Z] === RUN   TestAuthZPluginDenyResponse
15:42:39 [2023-03-14T15:42:39.032Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
15:42:39 [2023-03-14T15:42:39.032Z] === RUN   TestAuthZPluginAllowEventStream
15:42:39 [2023-03-14T15:42:39.993Z] --- PASS: TestAuthZPluginAllowEventStream (1.03s)
15:42:39 [2023-03-14T15:42:39.993Z] === RUN   TestAuthZPluginErrorResponse
15:42:40 [2023-03-14T15:42:40.563Z] --- PASS: TestAuthZPluginErrorResponse (0.53s)
15:42:40 [2023-03-14T15:42:40.563Z] === RUN   TestAuthZPluginErrorRequest
15:42:41 [2023-03-14T15:42:41.133Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
15:42:41 [2023-03-14T15:42:41.133Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
15:42:41 [2023-03-14T15:42:41.702Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s)
15:42:41 [2023-03-14T15:42:41.702Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
15:42:42 [2023-03-14T15:42:42.642Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.09s)
15:42:42 [2023-03-14T15:42:42.642Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
15:42:44 [2023-03-14T15:42:44.024Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.09s)
15:42:44 [2023-03-14T15:42:44.024Z] === RUN   TestAuthZPluginHeader
15:42:44 [2023-03-14T15:42:44.284Z] --- PASS: TestAuthZPluginHeader (0.62s)
15:42:44 [2023-03-14T15:42:44.284Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
15:42:44 [2023-03-14T15:42:44.284Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
15:42:44 [2023-03-14T15:42:44.284Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
15:42:44 [2023-03-14T15:42:44.284Z] === RUN   TestAuthZPluginV2Disable
15:42:44 [2023-03-14T15:42:44.284Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
15:42:44 [2023-03-14T15:42:44.284Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
15:42:44 [2023-03-14T15:42:44.284Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
15:42:44 [2023-03-14T15:42:44.284Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
15:42:44 [2023-03-14T15:42:44.284Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
15:42:44 [2023-03-14T15:42:44.284Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
15:42:44 [2023-03-14T15:42:44.284Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
15:42:44 [2023-03-14T15:42:44.284Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
15:42:44 [2023-03-14T15:42:44.284Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
15:43:02 [2023-03-14T15:43:02.384Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.88s)
15:43:02 [2023-03-14T15:43:02.384Z] PASS
15:43:02 [2023-03-14T15:43:02.384Z] 
15:43:02 [2023-03-14T15:43:02.384Z] === Skipped
15:43:02 [2023-03-14T15:43:02.384Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
15:43:02 [2023-03-14T15:43:02.384Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
15:43:02 [2023-03-14T15:43:02.384Z] 
15:43:02 [2023-03-14T15:43:02.384Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
15:43:02 [2023-03-14T15:43:02.384Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
15:43:02 [2023-03-14T15:43:02.384Z] 
15:43:02 [2023-03-14T15:43:02.384Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
15:43:02 [2023-03-14T15:43:02.384Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
15:43:02 [2023-03-14T15:43:02.384Z] 
15:43:02 [2023-03-14T15:43:02.384Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
15:43:02 [2023-03-14T15:43:02.384Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
15:43:02 [2023-03-14T15:43:02.384Z] 
15:43:02 [2023-03-14T15:43:02.384Z] DONE 17 tests, 4 skipped in 25.641s
15:43:02 [2023-03-14T15:43:02.384Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m 
15:43:02 [2023-03-14T15:43:02.385Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
15:43:02 [2023-03-14T15:43:02.385Z] ++ set -e
15:43:02 [2023-03-14T15:43:02.385Z] ++ '[' -n 0 ']'
15:43:02 [2023-03-14T15:43:02.385Z] ++ set -x
15:43:02 [2023-03-14T15:43:02.385Z] ++ 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=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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=docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
15:43:02 [2023-03-14T15:43:02.385Z] INFO: Testing against a local daemon
15:43:02 [2023-03-14T15:43:02.385Z] === RUN   TestPluginInvalidJSON
15:43:02 [2023-03-14T15:43:02.385Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
15:43:02 [2023-03-14T15:43:02.385Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
15:43:02 [2023-03-14T15:43:02.385Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
15:43:02 [2023-03-14T15:43:02.385Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
15:43:02 [2023-03-14T15:43:02.385Z] === RUN   TestPluginInvalidJSON/plugins/pull
15:43:02 [2023-03-14T15:43:02.385Z] === PAUSE TestPluginInvalidJSON/plugins/pull
15:43:02 [2023-03-14T15:43:02.385Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
15:43:02 [2023-03-14T15:43:02.385Z] === CONT  TestPluginInvalidJSON/plugins/pull
15:43:02 [2023-03-14T15:43:02.385Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
15:43:02 [2023-03-14T15:43:02.385Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
15:43:02 [2023-03-14T15:43:02.385Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
15:43:02 [2023-03-14T15:43:02.385Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
15:43:02 [2023-03-14T15:43:02.385Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
15:43:02 [2023-03-14T15:43:02.385Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
15:43:02 [2023-03-14T15:43:02.385Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
15:43:02 [2023-03-14T15:43:02.385Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
15:43:02 [2023-03-14T15:43:02.385Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
15:43:02 [2023-03-14T15:43:02.385Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
15:43:02 [2023-03-14T15:43:02.385Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
15:43:02 [2023-03-14T15:43:02.385Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
15:43:02 [2023-03-14T15:43:02.385Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
15:43:02 [2023-03-14T15:43:02.385Z] --- PASS: TestPluginInvalidJSON (0.02s)
15:43:02 [2023-03-14T15:43:02.385Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
15:43:02 [2023-03-14T15:43:02.385Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
15:43:02 [2023-03-14T15:43:02.385Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
15:43:02 [2023-03-14T15:43:02.385Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
15:43:02 [2023-03-14T15:43:02.385Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
15:43:02 [2023-03-14T15:43:02.385Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s)
15:43:02 [2023-03-14T15:43:02.385Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
15:43:02 [2023-03-14T15:43:02.385Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
15:43:02 [2023-03-14T15:43:02.385Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
15:43:02 [2023-03-14T15:43:02.385Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
15:43:02 [2023-03-14T15:43:02.385Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
15:43:02 [2023-03-14T15:43:02.385Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
15:43:02 [2023-03-14T15:43:02.385Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
15:43:02 [2023-03-14T15:43:02.385Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
15:43:02 [2023-03-14T15:43:02.385Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
15:43:02 [2023-03-14T15:43:02.385Z] === RUN   TestPluginInstall
15:43:02 [2023-03-14T15:43:02.385Z] === RUN   TestPluginInstall/no_auth
15:43:05 [2023-03-14T15:43:05.684Z] time="2023-03-14T15:43:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
15:43:05 [2023-03-14T15:43:05.684Z] time="2023-03-14T15:43:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1023b3dcaf22e2348483273143cca1bf7606e998276c473afae93dd3e0dae9ed" mediatype=application/vnd.docker.plugin.v1+json size=522
15:43:05 [2023-03-14T15:43:05.684Z] time="2023-03-14T15:43:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
15:43:05 [2023-03-14T15:43:05.684Z] time="2023-03-14T15:43:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1023b3dcaf22e2348483273143cca1bf7606e998276c473afae93dd3e0dae9ed" mediatype=application/vnd.docker.plugin.v1+json size=522
15:43:05 [2023-03-14T15:43:05.684Z] === RUN   TestPluginInstall/with_htpasswd
15:43:05 [2023-03-14T15:43:05.944Z] time="2023-03-14T15:43:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
15:43:05 [2023-03-14T15:43:05.944Z] time="2023-03-14T15:43:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1023b3dcaf22e2348483273143cca1bf7606e998276c473afae93dd3e0dae9ed" mediatype=application/vnd.docker.plugin.v1+json size=522
15:43:05 [2023-03-14T15:43:05.944Z] time="2023-03-14T15:43:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
15:43:05 [2023-03-14T15:43:05.944Z] time="2023-03-14T15:43:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1023b3dcaf22e2348483273143cca1bf7606e998276c473afae93dd3e0dae9ed" mediatype=application/vnd.docker.plugin.v1+json size=522
15:43:06 [2023-03-14T15:43:06.204Z] === RUN   TestPluginInstall/with_insecure
15:43:07 [2023-03-14T15:43:07.146Z] time="2023-03-14T15:43:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
15:43:07 [2023-03-14T15:43:07.146Z] time="2023-03-14T15:43:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a3278d105baa9ec4d75bd016db057f117e3fc3f7107af5317a44206e0ace99fc" mediatype=application/vnd.docker.plugin.v1+json size=522
15:43:07 [2023-03-14T15:43:07.146Z] time="2023-03-14T15:43:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
15:43:07 [2023-03-14T15:43:07.146Z] time="2023-03-14T15:43:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a3278d105baa9ec4d75bd016db057f117e3fc3f7107af5317a44206e0ace99fc" mediatype=application/vnd.docker.plugin.v1+json size=522
15:43:07 [2023-03-14T15:43:07.146Z]     plugin_test.go:195: [d46496ef5d338] daemon is not started
15:43:07 [2023-03-14T15:43:07.146Z] --- PASS: TestPluginInstall (5.78s)
15:43:07 [2023-03-14T15:43:07.146Z]     --- PASS: TestPluginInstall/no_auth (4.29s)
15:43:07 [2023-03-14T15:43:07.146Z]     --- PASS: TestPluginInstall/with_htpasswd (0.51s)
15:43:07 [2023-03-14T15:43:07.146Z]     --- PASS: TestPluginInstall/with_insecure (0.97s)
15:43:07 [2023-03-14T15:43:07.146Z] === RUN   TestPluginsWithRuntimes
15:43:08 [2023-03-14T15:43:08.529Z] === RUN   TestPluginsWithRuntimes/No_Args
15:43:09 [2023-03-14T15:43:09.468Z] === RUN   TestPluginsWithRuntimes/With_Args
15:43:10 [2023-03-14T15:43:10.408Z] --- PASS: TestPluginsWithRuntimes (3.26s)
15:43:10 [2023-03-14T15:43:10.408Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.88s)
15:43:10 [2023-03-14T15:43:10.408Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.90s)
15:43:10 [2023-03-14T15:43:10.408Z] === RUN   TestPluginBackCompatMediaTypes
15:43:10 [2023-03-14T15:43:10.977Z] --- PASS: TestPluginBackCompatMediaTypes (0.53s)
15:43:10 [2023-03-14T15:43:10.977Z] PASS
15:43:10 [2023-03-14T15:43:10.977Z] 
15:43:10 [2023-03-14T15:43:10.977Z] DONE 24 tests in 9.712s
15:43:10 [2023-03-14T15:43:10.977Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
15:43:10 [2023-03-14T15:43:10.977Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
15:43:10 [2023-03-14T15:43:10.977Z] ++ set -e
15:43:10 [2023-03-14T15:43:10.977Z] ++ '[' -n 0 ']'
15:43:10 [2023-03-14T15:43:10.977Z] ++ set -x
15:43:10 [2023-03-14T15:43:10.977Z] ++ 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=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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=docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
15:43:10 [2023-03-14T15:43:10.977Z] INFO: Testing against a local daemon
15:43:10 [2023-03-14T15:43:10.977Z] === RUN   TestExternalGraphDriver
15:43:11 [2023-03-14T15:43:11.547Z] === RUN   TestExternalGraphDriver/json
15:43:12 [2023-03-14T15:43:12.929Z] === RUN   TestExternalGraphDriver/spec
15:43:14 [2023-03-14T15:43:14.310Z] === RUN   TestExternalGraphDriver/pull
15:43:16 [2023-03-14T15:43:16.225Z] --- PASS: TestExternalGraphDriver (4.79s)
15:43:16 [2023-03-14T15:43:16.225Z]     --- PASS: TestExternalGraphDriver/json (1.46s)
15:43:16 [2023-03-14T15:43:16.225Z]     --- PASS: TestExternalGraphDriver/spec (1.46s)
15:43:16 [2023-03-14T15:43:16.225Z]     --- PASS: TestExternalGraphDriver/pull (1.53s)
15:43:16 [2023-03-14T15:43:16.225Z] === RUN   TestGraphdriverPluginV2
15:43:16 [2023-03-14T15:43:16.225Z]     external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
15:43:16 [2023-03-14T15:43:16.225Z] --- SKIP: TestGraphdriverPluginV2 (0.32s)
15:43:16 [2023-03-14T15:43:16.225Z] PASS
15:43:16 [2023-03-14T15:43:16.225Z] 
15:43:16 [2023-03-14T15:43:16.225Z] === Skipped
15:43:16 [2023-03-14T15:43:16.225Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.32s)
15:43:16 [2023-03-14T15:43:16.225Z]     external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
15:43:16 [2023-03-14T15:43:16.225Z] 
15:43:16 [2023-03-14T15:43:16.225Z] DONE 5 tests, 1 skipped in 5.227s
15:43:16 [2023-03-14T15:43:16.225Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
15:43:16 [2023-03-14T15:43:16.225Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
15:43:16 [2023-03-14T15:43:16.225Z] ++ set -e
15:43:16 [2023-03-14T15:43:16.225Z] ++ '[' -n 0 ']'
15:43:16 [2023-03-14T15:43:16.225Z] ++ set -x
15:43:16 [2023-03-14T15:43:16.225Z] ++ 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=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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=docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
15:43:16 [2023-03-14T15:43:16.225Z] INFO: Testing against a local daemon
15:43:16 [2023-03-14T15:43:16.225Z] === RUN   TestContinueAfterPluginCrash
15:43:16 [2023-03-14T15:43:16.225Z] === PAUSE TestContinueAfterPluginCrash
15:43:16 [2023-03-14T15:43:16.225Z] === RUN   TestReadPluginNoRead
15:43:16 [2023-03-14T15:43:16.225Z] === PAUSE TestReadPluginNoRead
15:43:16 [2023-03-14T15:43:16.225Z] === RUN   TestDaemonStartWithLogOpt
15:43:16 [2023-03-14T15:43:16.225Z] === PAUSE TestDaemonStartWithLogOpt
15:43:16 [2023-03-14T15:43:16.225Z] === CONT  TestDaemonStartWithLogOpt
15:43:16 [2023-03-14T15:43:16.225Z] === CONT  TestContinueAfterPluginCrash
15:43:19 [2023-03-14T15:43:19.522Z] --- PASS: TestDaemonStartWithLogOpt (3.00s)
15:43:19 [2023-03-14T15:43:19.522Z] === CONT  TestReadPluginNoRead
15:43:21 [2023-03-14T15:43:21.433Z] === RUN   TestReadPluginNoRead/disabled_caching
15:43:22 [2023-03-14T15:43:22.814Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
15:43:23 [2023-03-14T15:43:23.757Z] === RUN   TestReadPluginNoRead/default
15:43:24 [2023-03-14T15:43:24.017Z] --- PASS: TestContinueAfterPluginCrash (7.74s)
15:43:24 [2023-03-14T15:43:24.957Z]     read_test.go:91: [d1f05ecb1e113] daemon is not started
15:43:24 [2023-03-14T15:43:24.957Z] --- PASS: TestReadPluginNoRead (5.48s)
15:43:24 [2023-03-14T15:43:24.957Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.17s)
15:43:24 [2023-03-14T15:43:24.957Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.13s)
15:43:24 [2023-03-14T15:43:24.957Z]     --- PASS: TestReadPluginNoRead/default (1.14s)
15:43:24 [2023-03-14T15:43:24.957Z] PASS
15:43:24 [2023-03-14T15:43:24.957Z] 
15:43:24 [2023-03-14T15:43:24.957Z] DONE 6 tests in 8.584s
15:43:24 [2023-03-14T15:43:24.957Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
15:43:24 [2023-03-14T15:43:24.957Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
15:43:24 [2023-03-14T15:43:24.957Z] ++ set -e
15:43:24 [2023-03-14T15:43:24.957Z] ++ '[' -n 0 ']'
15:43:24 [2023-03-14T15:43:24.957Z] ++ set -x
15:43:24 [2023-03-14T15:43:24.957Z] ++ 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=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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=docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
15:43:24 [2023-03-14T15:43:24.957Z] testing: warning: no tests to run
15:43:24 [2023-03-14T15:43:24.957Z] PASS
15:43:24 [2023-03-14T15:43:24.957Z] 
15:43:24 [2023-03-14T15:43:24.957Z] DONE 0 tests in 0.031s
15:43:24 [2023-03-14T15:43:24.957Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
15:43:24 [2023-03-14T15:43:24.957Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
15:43:24 [2023-03-14T15:43:24.957Z] ++ set -e
15:43:24 [2023-03-14T15:43:24.957Z] ++ '[' -n 0 ']'
15:43:24 [2023-03-14T15:43:24.957Z] ++ set -x
15:43:24 [2023-03-14T15:43:24.957Z] ++ 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=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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=docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
15:43:24 [2023-03-14T15:43:24.957Z] INFO: Testing against a local daemon
15:43:24 [2023-03-14T15:43:24.957Z] === RUN   TestPluginWithDevMounts
15:43:24 [2023-03-14T15:43:24.957Z] === PAUSE TestPluginWithDevMounts
15:43:24 [2023-03-14T15:43:24.957Z] === CONT  TestPluginWithDevMounts
15:43:26 [2023-03-14T15:43:26.338Z] --- PASS: TestPluginWithDevMounts (1.49s)
15:43:26 [2023-03-14T15:43:26.338Z] PASS
15:43:26 [2023-03-14T15:43:26.601Z] 
15:43:26 [2023-03-14T15:43:26.601Z] DONE 1 tests in 1.597s
15:43:26 [2023-03-14T15:43:26.601Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m 
15:43:26 [2023-03-14T15:43:26.601Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m
15:43:26 [2023-03-14T15:43:26.601Z] ++ set -e
15:43:26 [2023-03-14T15:43:26.601Z] ++ '[' -n 0 ']'
15:43:26 [2023-03-14T15:43:26.601Z] ++ set -x
15:43:26 [2023-03-14T15:43:26.601Z] ++ 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=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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=docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m
15:43:26 [2023-03-14T15:43:26.601Z] INFO: Testing against a local daemon
15:43:26 [2023-03-14T15:43:26.601Z] === RUN   TestSecretInspect
15:43:28 [2023-03-14T15:43:28.510Z] --- PASS: TestSecretInspect (1.71s)
15:43:28 [2023-03-14T15:43:28.510Z] === RUN   TestSecretList
15:43:30 [2023-03-14T15:43:30.416Z] --- PASS: TestSecretList (1.82s)
15:43:30 [2023-03-14T15:43:30.416Z] === RUN   TestSecretsCreateAndDelete
15:43:31 [2023-03-14T15:43:31.797Z] --- PASS: TestSecretsCreateAndDelete (1.77s)
15:43:31 [2023-03-14T15:43:31.797Z] === RUN   TestSecretsUpdate
15:43:33 [2023-03-14T15:43:33.704Z] --- PASS: TestSecretsUpdate (1.77s)
15:43:33 [2023-03-14T15:43:33.704Z] === RUN   TestTemplatedSecret
15:43:36 [2023-03-14T15:43:36.242Z] --- PASS: TestTemplatedSecret (2.39s)
15:43:36 [2023-03-14T15:43:36.242Z] === RUN   TestSecretCreateResolve
15:43:37 [2023-03-14T15:43:37.624Z] --- PASS: TestSecretCreateResolve (1.71s)
15:43:37 [2023-03-14T15:43:37.624Z] PASS
15:43:37 [2023-03-14T15:43:37.624Z] 
15:43:37 [2023-03-14T15:43:37.624Z] DONE 6 tests in 11.239s
15:43:37 [2023-03-14T15:43:37.624Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m 
15:43:37 [2023-03-14T15:43:37.624Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m
15:43:37 [2023-03-14T15:43:37.624Z] ++ set -e
15:43:37 [2023-03-14T15:43:37.624Z] ++ '[' -n 0 ']'
15:43:37 [2023-03-14T15:43:37.624Z] ++ set -x
15:43:37 [2023-03-14T15:43:37.624Z] ++ 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=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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=docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m
15:43:37 [2023-03-14T15:43:37.884Z] INFO: Testing against a local daemon
15:43:37 [2023-03-14T15:43:37.884Z] === RUN   TestServiceCreateInit
15:43:37 [2023-03-14T15:43:37.884Z] === RUN   TestServiceCreateInit/daemonInitDisabled
15:43:41 [2023-03-14T15:43:41.178Z] === RUN   TestServiceCreateInit/daemonInitEnabled
15:43:44 [2023-03-14T15:43:44.505Z] --- PASS: TestServiceCreateInit (6.64s)
15:43:44 [2023-03-14T15:43:44.505Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.32s)
15:43:44 [2023-03-14T15:43:44.505Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.30s)
15:43:44 [2023-03-14T15:43:44.505Z] === RUN   TestCreateServiceMultipleTimes
15:43:59 [2023-03-14T15:43:59.397Z] --- PASS: TestCreateServiceMultipleTimes (14.29s)
15:43:59 [2023-03-14T15:43:59.397Z] === RUN   TestCreateServiceConflict
15:44:00 [2023-03-14T15:44:00.777Z] --- PASS: TestCreateServiceConflict (1.69s)
15:44:00 [2023-03-14T15:44:00.777Z] === RUN   TestCreateServiceMaxReplicas
15:44:03 [2023-03-14T15:44:03.319Z] --- PASS: TestCreateServiceMaxReplicas (2.52s)
15:44:03 [2023-03-14T15:44:03.319Z] === RUN   TestCreateWithDuplicateNetworkNames
15:44:15 [2023-03-14T15:44:15.650Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.57s)
15:44:15 [2023-03-14T15:44:15.650Z] === RUN   TestCreateServiceSecretFileMode
15:44:18 [2023-03-14T15:44:18.191Z] --- PASS: TestCreateServiceSecretFileMode (2.23s)
15:44:18 [2023-03-14T15:44:18.191Z] === RUN   TestCreateServiceConfigFileMode
15:44:19 [2023-03-14T15:44:19.572Z] --- PASS: TestCreateServiceConfigFileMode (1.87s)
15:44:19 [2023-03-14T15:44:19.572Z] === RUN   TestCreateServiceSysctls
15:44:22 [2023-03-14T15:44:22.868Z] --- PASS: TestCreateServiceSysctls (2.85s)
15:44:22 [2023-03-14T15:44:22.868Z] === RUN   TestCreateServiceCapabilities
15:44:25 [2023-03-14T15:44:25.409Z] --- PASS: TestCreateServiceCapabilities (2.53s)
15:44:25 [2023-03-14T15:44:25.409Z] === RUN   TestInspect
15:44:27 [2023-03-14T15:44:27.965Z] --- PASS: TestInspect (2.46s)
15:44:27 [2023-03-14T15:44:27.965Z] === RUN   TestCreateJob
15:44:30 [2023-03-14T15:44:30.505Z] --- PASS: TestCreateJob (2.87s)
15:44:30 [2023-03-14T15:44:30.505Z] === RUN   TestReplicatedJob
15:44:35 [2023-03-14T15:44:35.785Z] --- PASS: TestReplicatedJob (4.88s)
15:44:35 [2023-03-14T15:44:35.785Z] === RUN   TestUpdateReplicatedJob
15:44:38 [2023-03-14T15:44:38.325Z] --- PASS: TestUpdateReplicatedJob (2.83s)
15:44:38 [2023-03-14T15:44:38.325Z] === RUN   TestServiceListWithStatuses
15:44:38 [2023-03-14T15:44:38.325Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
15:44:38 [2023-03-14T15:44:38.325Z] --- SKIP: TestServiceListWithStatuses (0.00s)
15:44:38 [2023-03-14T15:44:38.325Z] === RUN   TestDockerNetworkConnectAlias
15:44:41 [2023-03-14T15:44:41.617Z] --- PASS: TestDockerNetworkConnectAlias (3.04s)
15:44:41 [2023-03-14T15:44:41.617Z] === RUN   TestDockerNetworkReConnect
15:44:44 [2023-03-14T15:44:44.155Z] --- PASS: TestDockerNetworkReConnect (2.64s)
15:44:44 [2023-03-14T15:44:44.155Z] === RUN   TestServicePlugin
15:44:44 [2023-03-14T15:44:44.155Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
15:44:44 [2023-03-14T15:44:44.155Z] --- SKIP: TestServicePlugin (0.00s)
15:44:44 [2023-03-14T15:44:44.155Z] === RUN   TestServiceUpdateLabel
15:44:45 [2023-03-14T15:44:45.537Z] --- PASS: TestServiceUpdateLabel (1.79s)
15:44:45 [2023-03-14T15:44:45.537Z] === RUN   TestServiceUpdateSecrets
15:45:00 [2023-03-14T15:45:00.430Z] --- PASS: TestServiceUpdateSecrets (14.28s)
15:45:00 [2023-03-14T15:45:00.430Z] === RUN   TestServiceUpdateConfigs
15:45:15 [2023-03-14T15:45:15.326Z] --- PASS: TestServiceUpdateConfigs (14.10s)
15:45:15 [2023-03-14T15:45:15.326Z] === RUN   TestServiceUpdateNetwork
15:45:27 [2023-03-14T15:45:27.580Z] --- PASS: TestServiceUpdateNetwork (11.65s)
15:45:27 [2023-03-14T15:45:27.580Z] === RUN   TestServiceUpdatePidsLimit
15:45:27 [2023-03-14T15:45:27.580Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
15:45:27 [2023-03-14T15:45:27.580Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
15:45:34 [2023-03-14T15:45:34.154Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
15:45:42 [2023-03-14T15:45:42.280Z] --- PASS: TestServiceUpdatePidsLimit (15.96s)
15:45:42 [2023-03-14T15:45:42.280Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.73s)
15:45:42 [2023-03-14T15:45:42.280Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.79s)
15:45:42 [2023-03-14T15:45:42.280Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s)
15:45:42 [2023-03-14T15:45:42.280Z] PASS
15:45:42 [2023-03-14T15:45:42.280Z] 
15:45:42 [2023-03-14T15:45:42.280Z] === Skipped
15:45:42 [2023-03-14T15:45:42.280Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s)
15:45:42 [2023-03-14T15:45:42.280Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
15:45:42 [2023-03-14T15:45:42.280Z] 
15:45:42 [2023-03-14T15:45:42.280Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
15:45:42 [2023-03-14T15:45:42.280Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
15:45:42 [2023-03-14T15:45:42.280Z] 
15:45:42 [2023-03-14T15:45:42.280Z] DONE 27 tests, 2 skipped in 123.822s
15:45:42 [2023-03-14T15:45:42.280Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m 
15:45:42 [2023-03-14T15:45:42.280Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m
15:45:42 [2023-03-14T15:45:42.280Z] ++ set -e
15:45:42 [2023-03-14T15:45:42.280Z] ++ '[' -n 0 ']'
15:45:42 [2023-03-14T15:45:42.280Z] ++ set -x
15:45:42 [2023-03-14T15:45:42.280Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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=docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m
15:45:42 [2023-03-14T15:45:42.280Z] INFO: Testing against a local daemon
15:45:42 [2023-03-14T15:45:42.280Z] === RUN   TestSessionCreate
15:45:42 [2023-03-14T15:45:42.280Z] --- PASS: TestSessionCreate (0.02s)
15:45:42 [2023-03-14T15:45:42.280Z] === RUN   TestSessionCreateWithBadUpgrade
15:45:42 [2023-03-14T15:45:42.280Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
15:45:42 [2023-03-14T15:45:42.280Z] PASS
15:45:42 [2023-03-14T15:45:42.280Z] 
15:45:42 [2023-03-14T15:45:42.280Z] DONE 2 tests in 0.120s
15:45:42 [2023-03-14T15:45:42.280Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m 
15:45:42 [2023-03-14T15:45:42.280Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m
15:45:42 [2023-03-14T15:45:42.280Z] ++ set -e
15:45:42 [2023-03-14T15:45:42.280Z] ++ '[' -n 0 ']'
15:45:42 [2023-03-14T15:45:42.280Z] ++ set -x
15:45:42 [2023-03-14T15:45:42.280Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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=docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m
15:45:42 [2023-03-14T15:45:42.280Z] INFO: Testing against a local daemon
15:45:42 [2023-03-14T15:45:42.280Z] === RUN   TestCgroupDriverSystemdMemoryLimit
15:45:42 [2023-03-14T15:45:42.280Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
15:45:42 [2023-03-14T15:45:42.280Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
15:45:42 [2023-03-14T15:45:42.280Z] === RUN   TestDiskUsage
15:45:42 [2023-03-14T15:45:42.280Z] === PAUSE TestDiskUsage
15:45:42 [2023-03-14T15:45:42.280Z] === RUN   TestEventsExecDie
15:45:42 [2023-03-14T15:45:42.280Z] --- PASS: TestEventsExecDie (0.43s)
15:45:42 [2023-03-14T15:45:42.280Z] === RUN   TestEventsBackwardsCompatible
15:45:42 [2023-03-14T15:45:42.280Z] --- PASS: TestEventsBackwardsCompatible (0.05s)
15:45:42 [2023-03-14T15:45:42.280Z] === RUN   TestEventsVolumeCreate
15:45:42 [2023-03-14T15:45:42.280Z] --- PASS: TestEventsVolumeCreate (0.05s)
15:45:42 [2023-03-14T15:45:42.280Z] === RUN   TestInfoBinaryCommits
15:45:42 [2023-03-14T15:45:42.280Z] --- PASS: TestInfoBinaryCommits (0.02s)
15:45:42 [2023-03-14T15:45:42.280Z] === RUN   TestInfoAPIVersioned
15:45:42 [2023-03-14T15:45:42.280Z] --- PASS: TestInfoAPIVersioned (0.01s)
15:45:42 [2023-03-14T15:45:42.280Z] === RUN   TestInfoAPI
15:45:42 [2023-03-14T15:45:42.280Z] --- PASS: TestInfoAPI (0.02s)
15:45:42 [2023-03-14T15:45:42.280Z] === RUN   TestInfoAPIWarnings
15:46:00 [2023-03-14T15:46:00.379Z] --- PASS: TestInfoAPIWarnings (16.54s)
15:46:00 [2023-03-14T15:46:00.379Z] === RUN   TestInfoDebug
15:46:00 [2023-03-14T15:46:00.379Z] --- PASS: TestInfoDebug (0.52s)
15:46:00 [2023-03-14T15:46:00.379Z] === RUN   TestInfoInsecureRegistries
15:46:00 [2023-03-14T15:46:00.379Z] --- PASS: TestInfoInsecureRegistries (0.52s)
15:46:00 [2023-03-14T15:46:00.379Z] === RUN   TestInfoRegistryMirrors
15:46:00 [2023-03-14T15:46:00.379Z] --- PASS: TestInfoRegistryMirrors (0.52s)
15:46:00 [2023-03-14T15:46:00.379Z] === RUN   TestLoginFailsWithBadCredentials
15:46:00 [2023-03-14T15:46:00.948Z] --- PASS: TestLoginFailsWithBadCredentials (0.40s)
15:46:00 [2023-03-14T15:46:00.948Z] === RUN   TestPingCacheHeaders
15:46:00 [2023-03-14T15:46:00.948Z] --- PASS: TestPingCacheHeaders (0.02s)
15:46:00 [2023-03-14T15:46:00.948Z] === RUN   TestPingGet
15:46:00 [2023-03-14T15:46:00.948Z] --- PASS: TestPingGet (0.01s)
15:46:00 [2023-03-14T15:46:00.948Z] === RUN   TestPingHead
15:46:00 [2023-03-14T15:46:00.948Z] --- PASS: TestPingHead (0.02s)
15:46:00 [2023-03-14T15:46:00.948Z] === RUN   TestPingSwarmHeader
15:46:01 [2023-03-14T15:46:01.517Z] === RUN   TestPingSwarmHeader/before_swarm_init
15:46:02 [2023-03-14T15:46:02.086Z] === RUN   TestPingSwarmHeader/after_swarm_init
15:46:02 [2023-03-14T15:46:02.655Z] === RUN   TestPingSwarmHeader/after_swarm_leave
15:46:02 [2023-03-14T15:46:02.655Z] --- PASS: TestPingSwarmHeader (1.72s)
15:46:02 [2023-03-14T15:46:02.655Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
15:46:02 [2023-03-14T15:46:02.655Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
15:46:02 [2023-03-14T15:46:02.655Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
15:46:02 [2023-03-14T15:46:02.656Z] === RUN   TestPingBuilderHeader
15:46:02 [2023-03-14T15:46:02.656Z] === RUN   TestPingBuilderHeader/default_config
15:46:03 [2023-03-14T15:46:03.225Z] === RUN   TestPingBuilderHeader/buildkit_disabled
15:46:03 [2023-03-14T15:46:03.795Z] --- PASS: TestPingBuilderHeader (1.04s)
15:46:03 [2023-03-14T15:46:03.795Z]     --- PASS: TestPingBuilderHeader/default_config (0.51s)
15:46:03 [2023-03-14T15:46:03.795Z]     --- PASS: TestPingBuilderHeader/buildkit_disabled (0.51s)
15:46:03 [2023-03-14T15:46:03.795Z] === RUN   TestVersion
15:46:03 [2023-03-14T15:46:03.795Z] --- PASS: TestVersion (0.02s)
15:46:03 [2023-03-14T15:46:03.795Z] === CONT  TestDiskUsage
15:46:04 [2023-03-14T15:46:04.365Z] === RUN   TestDiskUsage/empty
15:46:04 [2023-03-14T15:46:04.365Z] === RUN   TestDiskUsage/empty/container_types
15:46:04 [2023-03-14T15:46:04.365Z] === RUN   TestDiskUsage/empty/image_types
15:46:04 [2023-03-14T15:46:04.365Z] === RUN   TestDiskUsage/empty/volume_types
15:46:04 [2023-03-14T15:46:04.365Z] === RUN   TestDiskUsage/empty/build-cache_types
15:46:04 [2023-03-14T15:46:04.365Z] === RUN   TestDiskUsage/empty/container,_volume_types
15:46:04 [2023-03-14T15:46:04.365Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
15:46:04 [2023-03-14T15:46:04.365Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
15:46:04 [2023-03-14T15:46:04.365Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
15:46:04 [2023-03-14T15:46:04.365Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
15:46:04 [2023-03-14T15:46:04.365Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
15:46:04 [2023-03-14T15:46:04.365Z] === RUN   TestDiskUsage/after_LoadBusybox
15:46:04 [2023-03-14T15:46:04.365Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
15:46:04 [2023-03-14T15:46:04.365Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
15:46:04 [2023-03-14T15:46:04.365Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
15:46:04 [2023-03-14T15:46:04.365Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
15:46:04 [2023-03-14T15:46:04.365Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
15:46:04 [2023-03-14T15:46:04.365Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
15:46:04 [2023-03-14T15:46:04.365Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
15:46:04 [2023-03-14T15:46:04.365Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
15:46:04 [2023-03-14T15:46:04.365Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
15:46:04 [2023-03-14T15:46:04.365Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
15:46:04 [2023-03-14T15:46:04.365Z] === RUN   TestDiskUsage/after_container.Run
15:46:04 [2023-03-14T15:46:04.627Z] === RUN   TestDiskUsage/after_container.Run/container_types
15:46:04 [2023-03-14T15:46:04.627Z] === RUN   TestDiskUsage/after_container.Run/image_types
15:46:04 [2023-03-14T15:46:04.627Z] === RUN   TestDiskUsage/after_container.Run/volume_types
15:46:04 [2023-03-14T15:46:04.627Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
15:46:04 [2023-03-14T15:46:04.627Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
15:46:04 [2023-03-14T15:46:04.627Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
15:46:04 [2023-03-14T15:46:04.627Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
15:46:04 [2023-03-14T15:46:04.627Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
15:46:04 [2023-03-14T15:46:04.627Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
15:46:04 [2023-03-14T15:46:04.627Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
15:46:04 [2023-03-14T15:46:04.627Z] --- PASS: TestDiskUsage (1.00s)
15:46:04 [2023-03-14T15:46:04.627Z]     --- PASS: TestDiskUsage/empty (0.01s)
15:46:04 [2023-03-14T15:46:04.627Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
15:46:04 [2023-03-14T15:46:04.627Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
15:46:04 [2023-03-14T15:46:04.627Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
15:46:04 [2023-03-14T15:46:04.627Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
15:46:04 [2023-03-14T15:46:04.627Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
15:46:04 [2023-03-14T15:46:04.627Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
15:46:04 [2023-03-14T15:46:04.627Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
15:46:04 [2023-03-14T15:46:04.627Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
15:46:04 [2023-03-14T15:46:04.627Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
15:46:04 [2023-03-14T15:46:04.627Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
15:46:04 [2023-03-14T15:46:04.627Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.08s)
15:46:04 [2023-03-14T15:46:04.627Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
15:46:04 [2023-03-14T15:46:04.627Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
15:46:04 [2023-03-14T15:46:04.627Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
15:46:04 [2023-03-14T15:46:04.627Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
15:46:04 [2023-03-14T15:46:04.627Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
15:46:04 [2023-03-14T15:46:04.627Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
15:46:04 [2023-03-14T15:46:04.627Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
15:46:04 [2023-03-14T15:46:04.627Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
15:46:04 [2023-03-14T15:46:04.627Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
15:46:04 [2023-03-14T15:46:04.627Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
15:46:04 [2023-03-14T15:46:04.627Z]     --- PASS: TestDiskUsage/after_container.Run (0.25s)
15:46:04 [2023-03-14T15:46:04.627Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
15:46:04 [2023-03-14T15:46:04.627Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
15:46:04 [2023-03-14T15:46:04.627Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
15:46:04 [2023-03-14T15:46:04.627Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
15:46:04 [2023-03-14T15:46:04.627Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
15:46:04 [2023-03-14T15:46:04.627Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
15:46:04 [2023-03-14T15:46:04.627Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
15:46:04 [2023-03-14T15:46:04.627Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
15:46:04 [2023-03-14T15:46:04.627Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
15:46:04 [2023-03-14T15:46:04.627Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
15:46:04 [2023-03-14T15:46:04.627Z] PASS
15:46:04 [2023-03-14T15:46:04.627Z] 
15:46:04 [2023-03-14T15:46:04.627Z] === Skipped
15:46:04 [2023-03-14T15:46:04.627Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
15:46:04 [2023-03-14T15:46:04.627Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
15:46:04 [2023-03-14T15:46:04.627Z] 
15:46:04 [2023-03-14T15:46:04.627Z] DONE 57 tests, 1 skipped in 23.009s
15:46:04 [2023-03-14T15:46:04.627Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m 
15:46:04 [2023-03-14T15:46:04.627Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m
15:46:04 [2023-03-14T15:46:04.627Z] ++ set -e
15:46:04 [2023-03-14T15:46:04.627Z] ++ '[' -n 0 ']'
15:46:04 [2023-03-14T15:46:04.627Z] ++ set -x
15:46:04 [2023-03-14T15:46:04.627Z] ++ 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=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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=docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m
15:46:04 [2023-03-14T15:46:04.887Z] INFO: Testing against a local daemon
15:46:04 [2023-03-14T15:46:04.887Z] === RUN   TestVolumesCreateAndList
15:46:04 [2023-03-14T15:46:04.887Z] --- PASS: TestVolumesCreateAndList (0.02s)
15:46:04 [2023-03-14T15:46:04.887Z] === RUN   TestVolumesRemove
15:46:04 [2023-03-14T15:46:04.887Z] === RUN   TestVolumesRemove/volume_in_use
15:46:04 [2023-03-14T15:46:04.887Z] === RUN   TestVolumesRemove/volume_not_in_use
15:46:04 [2023-03-14T15:46:04.887Z] === RUN   TestVolumesRemove/non-existing_volume
15:46:04 [2023-03-14T15:46:04.887Z] === RUN   TestVolumesRemove/non-existing_volume_force
15:46:04 [2023-03-14T15:46:04.887Z] --- PASS: TestVolumesRemove (0.07s)
15:46:04 [2023-03-14T15:46:04.887Z]     --- PASS: TestVolumesRemove/volume_in_use (0.00s)
15:46:04 [2023-03-14T15:46:04.887Z]     --- PASS: TestVolumesRemove/volume_not_in_use (0.01s)
15:46:04 [2023-03-14T15:46:04.887Z]     --- PASS: TestVolumesRemove/non-existing_volume (0.00s)
15:46:04 [2023-03-14T15:46:04.887Z]     --- PASS: TestVolumesRemove/non-existing_volume_force (0.00s)
15:46:04 [2023-03-14T15:46:04.887Z] === RUN   TestVolumesRemoveSwarmEnabled
15:46:04 [2023-03-14T15:46:04.887Z] === PAUSE TestVolumesRemoveSwarmEnabled
15:46:04 [2023-03-14T15:46:04.887Z] === RUN   TestVolumesInspect
15:46:04 [2023-03-14T15:46:04.887Z] --- PASS: TestVolumesInspect (0.02s)
15:46:04 [2023-03-14T15:46:04.887Z] === RUN   TestVolumesInvalidJSON
15:46:04 [2023-03-14T15:46:04.887Z] === RUN   TestVolumesInvalidJSON/volumes/create
15:46:04 [2023-03-14T15:46:04.887Z] === PAUSE TestVolumesInvalidJSON/volumes/create
15:46:04 [2023-03-14T15:46:04.887Z] === CONT  TestVolumesInvalidJSON/volumes/create
15:46:04 [2023-03-14T15:46:04.887Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
15:46:04 [2023-03-14T15:46:04.887Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
15:46:04 [2023-03-14T15:46:04.887Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
15:46:04 [2023-03-14T15:46:04.887Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
15:46:04 [2023-03-14T15:46:04.887Z] --- PASS: TestVolumesInvalidJSON (0.01s)
15:46:04 [2023-03-14T15:46:04.887Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
15:46:04 [2023-03-14T15:46:04.887Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
15:46:04 [2023-03-14T15:46:04.887Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
15:46:04 [2023-03-14T15:46:04.887Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
15:46:04 [2023-03-14T15:46:04.887Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
15:46:04 [2023-03-14T15:46:04.887Z] === RUN   TestVolumePruneAnonymous
15:46:05 [2023-03-14T15:46:05.146Z] --- PASS: TestVolumePruneAnonymous (0.04s)
15:46:05 [2023-03-14T15:46:05.146Z] === RUN   TestVolumePruneAnonFromImage
15:46:05 [2023-03-14T15:46:05.146Z] --- PASS: TestVolumePruneAnonFromImage (0.12s)
15:46:05 [2023-03-14T15:46:05.146Z] === CONT  TestVolumesRemoveSwarmEnabled
15:46:06 [2023-03-14T15:46:06.527Z] === RUN   TestVolumesRemoveSwarmEnabled/volume_in_use
15:46:06 [2023-03-14T15:46:06.527Z] === RUN   TestVolumesRemoveSwarmEnabled/volume_not_in_use
15:46:06 [2023-03-14T15:46:06.527Z] === RUN   TestVolumesRemoveSwarmEnabled/non-existing_volume
15:46:06 [2023-03-14T15:46:06.527Z] === RUN   TestVolumesRemoveSwarmEnabled/non-existing_volume_force
15:46:06 [2023-03-14T15:46:06.787Z] --- PASS: TestVolumesRemoveSwarmEnabled (1.74s)
15:46:06 [2023-03-14T15:46:06.787Z]     --- PASS: TestVolumesRemoveSwarmEnabled/volume_in_use (0.00s)
15:46:06 [2023-03-14T15:46:06.787Z]     --- PASS: TestVolumesRemoveSwarmEnabled/volume_not_in_use (0.01s)
15:46:06 [2023-03-14T15:46:06.787Z]     --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume (0.00s)
15:46:06 [2023-03-14T15:46:06.787Z]     --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume_force (0.00s)
15:46:06 [2023-03-14T15:46:06.787Z] PASS
15:46:06 [2023-03-14T15:46:06.787Z] 
15:46:06 [2023-03-14T15:46:06.787Z] DONE 20 tests in 2.133s
15:46:06 [2023-03-14T15:46:06.787Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
15:46:07 [2023-03-14T15:46:07.049Z] ++++ cat bundles/test-integration/docker.pid
15:46:07 [2023-03-14T15:46:07.049Z] +++ kill 15829
15:46:07 [2023-03-14T15:46:07.309Z] +++ /etc/init.d/apparmor stop
15:46:07 [2023-03-14T15:46:07.309Z] Leaving: AppArmorNo profiles have been unloaded.
15:46:07 [2023-03-14T15:46:07.309Z] 
15:46:07 [2023-03-14T15:46:07.309Z] Unloading profiles will leave already running processes permanently
15:46:07 [2023-03-14T15:46:07.309Z] unconfined, which can lead to unexpected situations.
15:46:07 [2023-03-14T15:46:07.309Z] 
15:46:07 [2023-03-14T15:46:07.309Z] To set a process to complain mode, use the command line tool
15:46:07 [2023-03-14T15:46:07.309Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
15:46:07 [2023-03-14T15:46:07.309Z] +++ true
15:46:07 [2023-03-14T15:46:07.309Z] exiting test-integration
15:46:07 [2023-03-14T15:46:07.309Z] ++ exit 0
15:46:07 [2023-03-14T15:46:07.309Z] 
Post stage
[Pipeline] junit
15:46:08 [2023-03-14T15:46:08.281Z] Recording test results
15:46:08 [2023-03-14T15:46:08.440Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
15:46:08 [2023-03-14T15:46:08.750Z] + echo Ensuring container killed.
15:46:08 [2023-03-14T15:46:08.750Z] Ensuring container killed.
15:46:08 [2023-03-14T15:46:08.750Z] + docker rm -vf docker-pr1
15:46:08 [2023-03-14T15:46:08.750Z] Error response from daemon: No such container: docker-pr1
[Pipeline] sh
15:46:09 [2023-03-14T15:46:09.035Z] + echo Chowning /workspace to jenkins user
15:46:09 [2023-03-14T15:46:09.035Z] Chowning /workspace to jenkins user
15:46:09 [2023-03-14T15:46:09.035Z] + id -u
15:46:09 [2023-03-14T15:46:09.035Z] + id -g
15:46:09 [2023-03-14T15:46:09.035Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45161:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
15:46:10 [2023-03-14T15:46:10.709Z] + bundleName=arm64-integration
15:46:10 [2023-03-14T15:46:10.709Z] + echo Creating arm64-integration-bundles.tar.gz
15:46:10 [2023-03-14T15:46:10.709Z] Creating arm64-integration-bundles.tar.gz
15:46:10 [2023-03-14T15:46:10.709Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
15:46:10 [2023-03-14T15:46:10.709Z] + xargs tar -czf arm64-integration-bundles.tar.gz
[Pipeline] archiveArtifacts
15:46:10 [2023-03-14T15:46:10.982Z] Archiving artifacts
15:46:11 [2023-03-14T15:46:11.227Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-45161/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
15:46:11 [2023-03-14T15:46:11.525Z] + make clean
15:46:11 [2023-03-14T15:46:11.785Z] docker volume rm -f docker-dev-cache docker-mod-cache
15:46:11 [2023-03-14T15:46:11.785Z] docker-dev-cache
15:46:11 [2023-03-14T15:46:11.785Z] 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