Skip to content
Success

Console Output

Pull request #44743 updated
09:26:36 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at fcb52454acdfd3de635aa2c17f72ca4ee7d526d1 rather than f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971
Obtained Jenkinsfile from fcb52454acdfd3de635aa2c17f72ca4ee7d526d1
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
The recommended git tool is: NONE
using credential jps-reader
 > git rev-parse --resolve-git-dir /var/cloudbees-jenkins-distribution/workspace/moby_PR-44743@libs/jps/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Checking out Revision 4f8fd6a86e521290dafaf7c28eced2a9b21b220a (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10
Commit message: "Merge pull request #26 from docker/add-retry-to-vpn-image-pull"
 > git rev-list --no-walk 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10
Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines.
To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins.
[Pipeline] Start of Pipeline
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 2 hr 0 min
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (pr-hack)
[Pipeline] script
[Pipeline] {
[Pipeline] echo
09:26:39 [2023-01-05T09:26:39.990Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
[Pipeline] milestone
09:26:39 [2023-01-05T09:26:39.993Z] Trying to pass milestone 5
[Pipeline] milestone
09:26:40 [2023-01-05T09:26:40.095Z] Trying to pass milestone 6
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
09:26:40 [2023-01-05T09:26:40.271Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0e3860696605114b0) in /home/ubuntu/workspace/moby_PR-44743
[Pipeline] {
[Pipeline] checkout
09:26:40 [2023-01-05T09:26:40.299Z] The recommended git tool is: git
09:26:40 [2023-01-05T09:26:40.306Z] using credential docker-jenkins-github-credentials
09:26:40 [2023-01-05T09:26:40.314Z] Cloning the remote Git repository
09:26:40 [2023-01-05T09:26:40.314Z] Cloning with configured refspecs honoured and without tags
09:26:40 [2023-01-05T09:26:40.362Z] Cloning repository https://github.com/moby/moby.git
09:26:40 [2023-01-05T09:26:40.362Z]  > git init /home/ubuntu/workspace/moby_PR-44743 # timeout=10
09:26:40 [2023-01-05T09:26:40.370Z] Fetching upstream changes from https://github.com/moby/moby.git
09:26:40 [2023-01-05T09:26:40.370Z]  > git --version # timeout=10
09:26:40 [2023-01-05T09:26:40.373Z]  > git --version # 'git version 2.25.1'
09:26:40 [2023-01-05T09:26:40.373Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:26:40 [2023-01-05T09:26:40.373Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44743/head:refs/remotes/origin/PR-44743 +refs/heads/master:refs/remotes/origin/master # timeout=10
09:26:53 [2023-01-05T09:26:53.028Z] Fetching without tags
09:26:53 [2023-01-05T09:26:53.261Z] Merging remotes/origin/master commit fcb52454acdfd3de635aa2c17f72ca4ee7d526d1 into PR head commit f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971
09:26:53 [2023-01-05T09:26:53.829Z] Merge succeeded, producing f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971
09:26:53 [2023-01-05T09:26:53.829Z] Checking out Revision f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 (PR-44743)
09:26:53 [2023-01-05T09:26:53.015Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:26:53 [2023-01-05T09:26:53.018Z]  > git config --add remote.origin.fetch +refs/pull/44743/head:refs/remotes/origin/PR-44743 # timeout=10
09:26:53 [2023-01-05T09:26:53.021Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
09:26:53 [2023-01-05T09:26:53.029Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:26:53 [2023-01-05T09:26:53.034Z] Fetching upstream changes from https://github.com/moby/moby.git
09:26:53 [2023-01-05T09:26:53.035Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:26:53 [2023-01-05T09:26:53.035Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44743/head:refs/remotes/origin/PR-44743 +refs/heads/master:refs/remotes/origin/master # timeout=10
09:26:53 [2023-01-05T09:26:53.267Z]  > git config core.sparsecheckout # timeout=10
09:26:53 [2023-01-05T09:26:53.270Z]  > git checkout -f f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 # timeout=10
09:26:53 [2023-01-05T09:26:53.817Z]  > git remote # timeout=10
09:26:53 [2023-01-05T09:26:53.820Z]  > git config --get remote.origin.url # timeout=10
09:26:53 [2023-01-05T09:26:53.822Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:26:53 [2023-01-05T09:26:53.823Z]  > git merge fcb52454acdfd3de635aa2c17f72ca4ee7d526d1 # timeout=10
09:26:53 [2023-01-05T09:26:53.830Z]  > git rev-parse HEAD^{commit} # timeout=10
09:26:53 [2023-01-05T09:26:53.835Z]  > git config core.sparsecheckout # timeout=10
09:26:53 [2023-01-05T09:26:53.837Z]  > git checkout -f f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 # timeout=10
09:26:54 [2023-01-05T09:26:54.570Z] Commit message: "Fixed bug in the test where the error was checked for not being nil, when it should be checking for nil."
09:26:54 [2023-01-05T09:26:54.576Z]  > git rev-list --no-walk b21b163e1a74d6c7192aaa1825e1db127aab6442 # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
09:26:55 [2023-01-05T09:26:55.386Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44743:/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
09:26:59 [2023-01-05T09:26:59.555Z] 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
09:26:59 [2023-01-05T09:26:59.941Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0e3860696605114b0) in /home/ubuntu/workspace/moby_PR-44743
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)
[Pipeline] {
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] checkout
09:26:59 [2023-01-05T09:26:59.971Z] The recommended git tool is: git
[Pipeline] // stage
09:26:59 [2023-01-05T09:26:59.977Z] using credential docker-jenkins-github-credentials
[Pipeline] // stage
[Pipeline] // stage
09:26:59 [2023-01-05T09:26:59.991Z] Fetching changes from the remote Git repository
[Pipeline] // stage
09:26:59 [2023-01-05T09:26:59.996Z] Fetching without tags
[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] }
09:27:00 [2023-01-05T09:27:00.201Z] Merging remotes/origin/master commit fcb52454acdfd3de635aa2c17f72ca4ee7d526d1 into PR head commit f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971
09:27:00 [2023-01-05T09:27:00.260Z] Merge succeeded, producing f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971
09:27:00 [2023-01-05T09:27:00.260Z] Checking out Revision f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 (PR-44743)
09:27:00 [2023-01-05T09:27:00.314Z] Commit message: "Fixed bug in the test where the error was checked for not being nil, when it should be checking for nil."
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
09:27:00 [2023-01-05T09:27:00.934Z] + docker version
09:27:00 [2023-01-05T09:27:00.934Z] Client: Docker Engine - Community
09:27:00 [2023-01-05T09:27:00.934Z]  Version:           22.06.0-beta.0
09:27:00 [2023-01-05T09:27:00.934Z]  API version:       1.42
09:27:00 [2023-01-05T09:27:00.934Z]  Go version:        go1.18.3
09:27:00 [2023-01-05T09:27:00.934Z]  Git commit:        3e9117b
09:27:00 [2023-01-05T09:27:00.934Z]  Built:             Fri Jun  3 17:55:34 2022
09:27:00 [2023-01-05T09:27:00.934Z]  OS/Arch:           linux/arm64
09:27:00 [2023-01-05T09:27:00.934Z]  Context:           default
09:27:00 [2023-01-05T09:27:00.934Z] 
09:27:00 [2023-01-05T09:27:00.934Z] Server: Docker Engine - Community
09:27:00 [2023-01-05T09:27:00.934Z]  Engine:
09:27:00 [2023-01-05T09:27:00.934Z]   Version:          22.06.0-beta.0
09:27:00 [2023-01-05T09:27:00.934Z]   API version:      1.42 (minimum version 1.12)
09:27:00 [2023-01-05T09:27:00.934Z]   Go version:       go1.18.3
09:27:00 [2023-01-05T09:27:00.934Z]   Git commit:       38633e7
09:27:00 [2023-01-05T09:27:00.934Z]   Built:            Fri Jun  3 17:55:34 2022
09:27:00 [2023-01-05T09:27:00.934Z]   OS/Arch:          linux/arm64
09:27:00 [2023-01-05T09:27:00.934Z]   Experimental:     true
09:27:00 [2023-01-05T09:27:00.934Z]  containerd:
09:27:00 [2023-01-05T09:27:00.934Z]   Version:          1.6.8
09:27:00 [2023-01-05T09:27:00.934Z]   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
09:27:00 [2023-01-05T09:27:00.934Z]  runc:
09:27:00 [2023-01-05T09:27:00.934Z]   Version:          1.1.4
09:27:00 [2023-01-05T09:27:00.934Z]   GitCommit:        v1.1.4-0-g5fd4c4d
09:27:00 [2023-01-05T09:27:00.934Z]  docker-init:
09:27:00 [2023-01-05T09:27:00.934Z]   Version:          0.19.0
09:27:00 [2023-01-05T09:27:00.934Z]   GitCommit:        de40ad0
[Pipeline] sh
09:26:59 [2023-01-05T09:26:59.991Z]  > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-44743/.git # timeout=10
09:26:59 [2023-01-05T09:26:59.997Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:27:00 [2023-01-05T09:27:00.003Z] Fetching upstream changes from https://github.com/moby/moby.git
09:27:00 [2023-01-05T09:27:00.003Z]  > git --version # timeout=10
09:27:00 [2023-01-05T09:27:00.006Z]  > git --version # 'git version 2.25.1'
09:27:00 [2023-01-05T09:27:00.006Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:27:00 [2023-01-05T09:27:00.007Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44743/head:refs/remotes/origin/PR-44743 +refs/heads/master:refs/remotes/origin/master # timeout=10
09:27:00 [2023-01-05T09:27:00.206Z]  > git config core.sparsecheckout # timeout=10
09:27:00 [2023-01-05T09:27:00.209Z]  > git checkout -f f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 # timeout=10
09:27:00 [2023-01-05T09:27:00.239Z]  > git remote # timeout=10
09:27:00 [2023-01-05T09:27:00.243Z]  > git config --get remote.origin.url # timeout=10
09:27:00 [2023-01-05T09:27:00.246Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:27:00 [2023-01-05T09:27:00.247Z]  > git merge fcb52454acdfd3de635aa2c17f72ca4ee7d526d1 # timeout=10
09:27:00 [2023-01-05T09:27:00.260Z]  > git rev-parse HEAD^{commit} # timeout=10
09:27:00 [2023-01-05T09:27:00.266Z]  > git config core.sparsecheckout # timeout=10
09:27:00 [2023-01-05T09:27:00.277Z]  > git checkout -f f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 # timeout=10
09:27:01 [2023-01-05T09:27:01.207Z] + docker info
09:27:01 [2023-01-05T09:27:01.207Z] Client:
09:27:01 [2023-01-05T09:27:01.207Z]  Context:    default
09:27:01 [2023-01-05T09:27:01.207Z]  Debug Mode: false
09:27:01 [2023-01-05T09:27:01.207Z]  Plugins:
09:27:01 [2023-01-05T09:27:01.207Z]   buildx: Docker Buildx (Docker Inc.)
09:27:01 [2023-01-05T09:27:01.207Z]     Version:  v0.8.2
09:27:01 [2023-01-05T09:27:01.207Z]     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
09:27:01 [2023-01-05T09:27:01.207Z]   compose: Docker Compose (Docker Inc.)
09:27:01 [2023-01-05T09:27:01.207Z]     Version:  v2.12.0
09:27:01 [2023-01-05T09:27:01.207Z]     Path:     /usr/libexec/docker/cli-plugins/docker-compose
09:27:01 [2023-01-05T09:27:01.207Z] 
09:27:01 [2023-01-05T09:27:01.207Z] Server:
09:27:01 [2023-01-05T09:27:01.207Z]  Containers: 0
09:27:01 [2023-01-05T09:27:01.207Z]   Running: 0
09:27:01 [2023-01-05T09:27:01.207Z]   Paused: 0
09:27:01 [2023-01-05T09:27:01.207Z]   Stopped: 0
09:27:01 [2023-01-05T09:27:01.207Z]  Images: 4
09:27:01 [2023-01-05T09:27:01.207Z]  Server Version: 22.06.0-beta.0
09:27:01 [2023-01-05T09:27:01.207Z]  Storage Driver: overlay2
09:27:01 [2023-01-05T09:27:01.207Z]   Backing Filesystem: extfs
09:27:01 [2023-01-05T09:27:01.207Z]   Supports d_type: true
09:27:01 [2023-01-05T09:27:01.207Z]   Using metacopy: false
09:27:01 [2023-01-05T09:27:01.207Z]   Native Overlay Diff: true
09:27:01 [2023-01-05T09:27:01.207Z]   userxattr: false
09:27:01 [2023-01-05T09:27:01.207Z]  Logging Driver: json-file
09:27:01 [2023-01-05T09:27:01.207Z]  Cgroup Driver: cgroupfs
09:27:01 [2023-01-05T09:27:01.207Z]  Cgroup Version: 1
09:27:01 [2023-01-05T09:27:01.207Z]  Plugins:
09:27:01 [2023-01-05T09:27:01.207Z]   Volume: local
09:27:01 [2023-01-05T09:27:01.207Z]   Network: bridge host ipvlan macvlan null overlay
09:27:01 [2023-01-05T09:27:01.207Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
09:27:01 [2023-01-05T09:27:01.207Z]  Swarm: inactive
09:27:01 [2023-01-05T09:27:01.207Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
09:27:01 [2023-01-05T09:27:01.207Z]  Default Runtime: runc
09:27:01 [2023-01-05T09:27:01.207Z]  Init Binary: docker-init
09:27:01 [2023-01-05T09:27:01.207Z]  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
09:27:01 [2023-01-05T09:27:01.207Z]  runc version: v1.1.4-0-g5fd4c4d
09:27:01 [2023-01-05T09:27:01.207Z]  init version: de40ad0
09:27:01 [2023-01-05T09:27:01.207Z]  Security Options:
09:27:01 [2023-01-05T09:27:01.207Z]   apparmor
09:27:01 [2023-01-05T09:27:01.207Z]   seccomp
09:27:01 [2023-01-05T09:27:01.207Z]    Profile: builtin
09:27:01 [2023-01-05T09:27:01.207Z]  Kernel Version: 5.15.0-1022-aws
09:27:01 [2023-01-05T09:27:01.207Z]  Operating System: Ubuntu 20.04.5 LTS
09:27:01 [2023-01-05T09:27:01.207Z]  OSType: linux
09:27:01 [2023-01-05T09:27:01.207Z]  Architecture: aarch64
09:27:01 [2023-01-05T09:27:01.207Z]  CPUs: 2
09:27:01 [2023-01-05T09:27:01.207Z]  Total Memory: 7.559GiB
09:27:01 [2023-01-05T09:27:01.207Z]  Name: ip-10-100-75-237
09:27:01 [2023-01-05T09:27:01.207Z]  ID: a4508864-5846-4859-9d9f-739af3007ee0
09:27:01 [2023-01-05T09:27:01.207Z]  Docker Root Dir: /var/lib/docker
09:27:01 [2023-01-05T09:27:01.207Z]  Debug Mode: false
09:27:01 [2023-01-05T09:27:01.207Z]  Registry: https://index.docker.io/v1/
09:27:01 [2023-01-05T09:27:01.207Z]  Labels:
09:27:01 [2023-01-05T09:27:01.207Z]  Experimental: true
09:27:01 [2023-01-05T09:27:01.208Z]  Insecure Registries:
09:27:01 [2023-01-05T09:27:01.208Z]   127.0.0.0/8
09:27:01 [2023-01-05T09:27:01.208Z]  Live Restore Enabled: true
09:27:01 [2023-01-05T09:27:01.208Z] 
[Pipeline] sh
09:27:01 [2023-01-05T09:27:01.524Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
09:27:01 [2023-01-05T09:27:01.524Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
09:27:01 [2023-01-05T09:27:01.524Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-44743/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
09:27:01 [2023-01-05T09:27:01.524Z] + bash /home/ubuntu/workspace/moby_PR-44743/check-config.sh
09:27:01 [2023-01-05T09:27:01.524Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
09:27:01 [2023-01-05T09:27:01.524Z] info: reading kernel config from /boot/config-5.15.0-1022-aws ...
09:27:01 [2023-01-05T09:27:01.524Z] 
09:27:01 [2023-01-05T09:27:01.524Z] Generally Necessary:
09:27:01 [2023-01-05T09:27:01.524Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
09:27:01 [2023-01-05T09:27:01.524Z] - apparmor: enabled and tools installed
09:27:01 [2023-01-05T09:27:01.524Z] - CONFIG_NAMESPACES: enabled
09:27:01 [2023-01-05T09:27:01.524Z] - CONFIG_NET_NS: enabled
09:27:01 [2023-01-05T09:27:01.524Z] - CONFIG_PID_NS: enabled
09:27:01 [2023-01-05T09:27:01.524Z] - CONFIG_IPC_NS: enabled
09:27:01 [2023-01-05T09:27:01.524Z] - CONFIG_UTS_NS: enabled
09:27:01 [2023-01-05T09:27:01.524Z] - CONFIG_CGROUPS: enabled
09:27:01 [2023-01-05T09:27:01.524Z] - CONFIG_CGROUP_CPUACCT: enabled
09:27:01 [2023-01-05T09:27:01.524Z] - CONFIG_CGROUP_DEVICE: enabled
09:27:01 [2023-01-05T09:27:01.524Z] - CONFIG_CGROUP_FREEZER: enabled
09:27:01 [2023-01-05T09:27:01.524Z] - CONFIG_CGROUP_SCHED: enabled
09:27:01 [2023-01-05T09:27:01.781Z] - CONFIG_CPUSETS: enabled
09:27:01 [2023-01-05T09:27:01.781Z] - CONFIG_MEMCG: enabled
09:27:01 [2023-01-05T09:27:01.781Z] - CONFIG_KEYS: enabled
09:27:01 [2023-01-05T09:27:01.781Z] - CONFIG_VETH: enabled (as module)
09:27:01 [2023-01-05T09:27:01.781Z] - CONFIG_BRIDGE: enabled (as module)
09:27:01 [2023-01-05T09:27:01.781Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
09:27:01 [2023-01-05T09:27:01.781Z] - CONFIG_IP_NF_FILTER: enabled (as module)
09:27:01 [2023-01-05T09:27:01.781Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
09:27:01 [2023-01-05T09:27:01.781Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
09:27:01 [2023-01-05T09:27:01.781Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
09:27:01 [2023-01-05T09:27:01.781Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
09:27:01 [2023-01-05T09:27:01.781Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
09:27:01 [2023-01-05T09:27:01.781Z] - CONFIG_IP_NF_NAT: enabled (as module)
09:27:01 [2023-01-05T09:27:01.781Z] - CONFIG_NF_NAT: enabled (as module)
09:27:01 [2023-01-05T09:27:01.781Z] - CONFIG_POSIX_MQUEUE: enabled
09:27:01 [2023-01-05T09:27:01.781Z] - CONFIG_CGROUP_BPF: enabled
09:27:01 [2023-01-05T09:27:01.781Z] 
09:27:01 [2023-01-05T09:27:01.781Z] Optional Features:
09:27:01 [2023-01-05T09:27:01.781Z] - CONFIG_USER_NS: enabled
09:27:01 [2023-01-05T09:27:01.781Z] - CONFIG_SECCOMP: enabled
09:27:01 [2023-01-05T09:27:01.781Z] - CONFIG_SECCOMP_FILTER: enabled
09:27:01 [2023-01-05T09:27:01.781Z] - CONFIG_CGROUP_PIDS: enabled
09:27:01 [2023-01-05T09:27:01.781Z] - CONFIG_MEMCG_SWAP: enabled
09:27:01 [2023-01-05T09:27:01.781Z]     (cgroup swap accounting is currently enabled)
09:27:02 [2023-01-05T09:27:02.037Z] - CONFIG_BLK_CGROUP: enabled
09:27:02 [2023-01-05T09:27:02.037Z] - CONFIG_BLK_DEV_THROTTLING: enabled
09:27:02 [2023-01-05T09:27:02.037Z] - CONFIG_CGROUP_PERF: enabled
09:27:02 [2023-01-05T09:27:02.037Z] - CONFIG_CGROUP_HUGETLB: enabled
09:27:02 [2023-01-05T09:27:02.037Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
09:27:02 [2023-01-05T09:27:02.037Z] - CONFIG_CGROUP_NET_PRIO: enabled
09:27:02 [2023-01-05T09:27:02.037Z] - CONFIG_CFS_BANDWIDTH: enabled
09:27:02 [2023-01-05T09:27:02.037Z] - CONFIG_FAIR_GROUP_SCHED: enabled
09:27:02 [2023-01-05T09:27:02.037Z] - CONFIG_RT_GROUP_SCHED: missing
09:27:02 [2023-01-05T09:27:02.037Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
09:27:02 [2023-01-05T09:27:02.037Z] - CONFIG_IP_VS: enabled (as module)
09:27:02 [2023-01-05T09:27:02.037Z] - CONFIG_IP_VS_NFCT: enabled
09:27:02 [2023-01-05T09:27:02.037Z] - CONFIG_IP_VS_PROTO_TCP: enabled
09:27:02 [2023-01-05T09:27:02.037Z] - CONFIG_IP_VS_PROTO_UDP: enabled
09:27:02 [2023-01-05T09:27:02.037Z] - CONFIG_IP_VS_RR: enabled (as module)
09:27:02 [2023-01-05T09:27:02.037Z] - CONFIG_SECURITY_SELINUX: enabled
09:27:02 [2023-01-05T09:27:02.037Z] - CONFIG_SECURITY_APPARMOR: enabled
09:27:02 [2023-01-05T09:27:02.037Z] - CONFIG_EXT4_FS: enabled
09:27:02 [2023-01-05T09:27:02.037Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
09:27:02 [2023-01-05T09:27:02.037Z] - CONFIG_EXT4_FS_SECURITY: enabled
09:27:02 [2023-01-05T09:27:02.037Z] - Network Drivers:
09:27:02 [2023-01-05T09:27:02.037Z]   - "overlay":
09:27:02 [2023-01-05T09:27:02.037Z]     - CONFIG_VXLAN: enabled (as module)
09:27:02 [2023-01-05T09:27:02.037Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
09:27:02 [2023-01-05T09:27:02.037Z]       Optional (for encrypted networks):
09:27:02 [2023-01-05T09:27:02.292Z]       - CONFIG_CRYPTO: enabled
09:27:02 [2023-01-05T09:27:02.292Z]       - CONFIG_CRYPTO_AEAD: enabled
09:27:02 [2023-01-05T09:27:02.292Z]       - CONFIG_CRYPTO_GCM: enabled
09:27:02 [2023-01-05T09:27:02.292Z]       - CONFIG_CRYPTO_SEQIV: enabled
09:27:02 [2023-01-05T09:27:02.292Z]       - CONFIG_CRYPTO_GHASH: enabled
09:27:02 [2023-01-05T09:27:02.292Z]       - CONFIG_XFRM: enabled
09:27:02 [2023-01-05T09:27:02.292Z]       - CONFIG_XFRM_USER: enabled (as module)
09:27:02 [2023-01-05T09:27:02.292Z]       - CONFIG_XFRM_ALGO: enabled (as module)
09:27:02 [2023-01-05T09:27:02.292Z]       - CONFIG_INET_ESP: enabled (as module)
09:27:02 [2023-01-05T09:27:02.292Z]   - "ipvlan":
09:27:02 [2023-01-05T09:27:02.292Z]     - CONFIG_IPVLAN: enabled (as module)
09:27:02 [2023-01-05T09:27:02.292Z]   - "macvlan":
09:27:02 [2023-01-05T09:27:02.292Z]     - CONFIG_MACVLAN: enabled (as module)
09:27:02 [2023-01-05T09:27:02.292Z]     - CONFIG_DUMMY: enabled (as module)
09:27:02 [2023-01-05T09:27:02.292Z]   - "ftp,tftp client in container":
09:27:02 [2023-01-05T09:27:02.292Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
09:27:02 [2023-01-05T09:27:02.292Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
09:27:02 [2023-01-05T09:27:02.292Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
09:27:02 [2023-01-05T09:27:02.292Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
09:27:02 [2023-01-05T09:27:02.292Z] - Storage Drivers:
09:27:02 [2023-01-05T09:27:02.292Z]   - "aufs":
09:27:02 [2023-01-05T09:27:02.292Z]     - CONFIG_AUFS_FS: enabled (as module)
09:27:02 [2023-01-05T09:27:02.292Z]   - "btrfs":
09:27:02 [2023-01-05T09:27:02.292Z]     - CONFIG_BTRFS_FS: enabled (as module)
09:27:02 [2023-01-05T09:27:02.292Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
09:27:02 [2023-01-05T09:27:02.292Z]   - "devicemapper":
09:27:02 [2023-01-05T09:27:02.292Z]     - CONFIG_BLK_DEV_DM: enabled
09:27:02 [2023-01-05T09:27:02.292Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
09:27:02 [2023-01-05T09:27:02.292Z]   - "overlay":
09:27:02 [2023-01-05T09:27:02.548Z]     - CONFIG_OVERLAY_FS: enabled (as module)
09:27:02 [2023-01-05T09:27:02.548Z]   - "zfs":
09:27:02 [2023-01-05T09:27:02.548Z]     - /dev/zfs: present
09:27:02 [2023-01-05T09:27:02.548Z]     - zfs command: missing
09:27:02 [2023-01-05T09:27:02.548Z]     - zpool command: missing
09:27:02 [2023-01-05T09:27:02.548Z] 
09:27:02 [2023-01-05T09:27:02.548Z] Limits:
09:27:02 [2023-01-05T09:27:02.548Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
09:27:02 [2023-01-05T09:27:02.548Z] 
09:27:02 [2023-01-05T09:27:02.548Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
09:27:02 [2023-01-05T09:27:02.847Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 .
09:27:03 [2023-01-05T09:27:03.103Z] #1 [internal] load build definition from Dockerfile
09:27:03 [2023-01-05T09:27:03.103Z] #1 transferring dockerfile: 26.01kB done
09:27:03 [2023-01-05T09:27:03.103Z] #1 DONE 0.0s
09:27:03 [2023-01-05T09:27:03.103Z] 
09:27:03 [2023-01-05T09:27:03.103Z] #2 [internal] load .dockerignore
09:27:03 [2023-01-05T09:27:03.103Z] #2 transferring context: 113B done
09:27:03 [2023-01-05T09:27:03.103Z] #2 DONE 0.0s
09:27:03 [2023-01-05T09:27:03.103Z] 
09:27:03 [2023-01-05T09:27:03.103Z] #3 resolve image config for docker.io/docker/dockerfile:1
09:27:03 [2023-01-05T09:27:03.103Z] #3 DONE 0.1s
09:27:03 [2023-01-05T09:27:03.103Z] 
09:27:03 [2023-01-05T09:27:03.103Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc
09:27:03 [2023-01-05T09:27:03.103Z] #4 CACHED
09:27:03 [2023-01-05T09:27:03.103Z] 
09:27:03 [2023-01-05T09:27:03.103Z] #5 [internal] load metadata for docker.io/library/busybox:latest
09:27:03 [2023-01-05T09:27:03.103Z] #5 DONE 0.0s
09:27:03 [2023-01-05T09:27:03.103Z] 
09:27:03 [2023-01-05T09:27:03.103Z] #6 [internal] load metadata for docker.io/library/debian:bullseye
09:27:03 [2023-01-05T09:27:03.360Z] #6 DONE 0.1s
09:27:03 [2023-01-05T09:27:03.360Z] 
09:27:03 [2023-01-05T09:27:03.360Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
09:27:03 [2023-01-05T09:27:03.360Z] #7 DONE 0.1s
09:27:03 [2023-01-05T09:27:03.360Z] 
09:27:03 [2023-01-05T09:27:03.360Z] #8 [internal] load metadata for docker.io/library/golang:1.19.4-bullseye
09:27:03 [2023-01-05T09:27:03.360Z] #8 DONE 0.1s
09:27:03 [2023-01-05T09:27:03.360Z] 
09:27:03 [2023-01-05T09:27:03.360Z] #9 [internal] load metadata for docker.io/tonistiigi/xx:1.1.2
09:27:03 [2023-01-05T09:27:03.360Z] #9 DONE 0.1s
09:27:03 [2023-01-05T09:27:03.360Z] 
09:27:03 [2023-01-05T09:27:03.360Z] #10 [base 1/5] FROM docker.io/library/golang:1.19.4-bullseye@sha256:9d235ae41bff699b44255bf912e77acac5046b06e61b018561239a35d9bd2ebb
09:27:03 [2023-01-05T09:27:03.360Z] #10 DONE 0.0s
09:27:03 [2023-01-05T09:27:03.360Z] 
09:27:03 [2023-01-05T09:27:03.360Z] #11 [xx 1/1] FROM docker.io/tonistiigi/xx:1.1.2@sha256:9dde7edeb9e4a957ce78be9f8c0fbabe0129bf5126933cd3574888f443731cda
09:27:03 [2023-01-05T09:27:03.360Z] #11 DONE 0.0s
09:27:03 [2023-01-05T09:27:03.360Z] 
09:27:03 [2023-01-05T09:27:03.360Z] #12 [vpnkit-linux-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
09:27:03 [2023-01-05T09:27:03.360Z] #12 DONE 0.0s
09:27:03 [2023-01-05T09:27:03.360Z] 
09:27:03 [2023-01-05T09:27:03.360Z] #13 [build-dummy 1/2] FROM docker.io/library/busybox
09:27:03 [2023-01-05T09:27:03.360Z] #13 DONE 0.0s
09:27:03 [2023-01-05T09:27:03.360Z] 
09:27:03 [2023-01-05T09:27:03.360Z] #14 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:c66c0e5dc607baefefda1d9e64a3b3a317e4189c540c8eac0c1a06186fe353a1
09:27:03 [2023-01-05T09:27:03.360Z] #14 DONE 0.0s
09:27:03 [2023-01-05T09:27:03.360Z] 
09:27:03 [2023-01-05T09:27:03.360Z] #15 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
09:27:03 [2023-01-05T09:27:03.937Z] #15 DONE 0.4s
09:27:03 [2023-01-05T09:27:03.937Z] 
09:27:03 [2023-01-05T09:27:03.937Z] #16 [internal] load build context
09:27:04 [2023-01-05T09:27:04.875Z] #16 transferring context: 63.88MB 1.3s done
09:27:04 [2023-01-05T09:27:04.875Z] #16 DONE 1.3s
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #17 [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
09:27:04 [2023-01-05T09:27:04.875Z] #17 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #18 [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
09:27:04 [2023-01-05T09:27:04.875Z] #18 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #19 [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
09:27:04 [2023-01-05T09:27:04.875Z] #19 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #20 [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
09:27:04 [2023-01-05T09:27:04.875Z] #20 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #21 [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...)
09:27:04 [2023-01-05T09:27:04.875Z] #21 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #22 [base 5/5] RUN apt-get update && apt-get install --no-install-recommends -y file
09:27:04 [2023-01-05T09:27:04.875Z] #22 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #23 [dev-systemd-false 12/20] COPY --from=shfmt         /build/ /usr/local/bin/
09:27:04 [2023-01-05T09:27:04.875Z] #23 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #24 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.4" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
09:27:04 [2023-01-05T09:27:04.875Z] #24 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #25 [dockercli-src 5/5] WORKDIR /usr/src/dockercli
09:27:04 [2023-01-05T09:27:04.875Z] #25 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #26 [dev-systemd-false 17/20] COPY --from=containerutil /build/ /usr/local/bin/
09:27:04 [2023-01-05T09:27:04.875Z] #26 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #27 [dev-systemd-false  4/20] COPY --from=delve         /build/ /usr/local/bin/
09:27:04 [2023-01-05T09:27:04.875Z] #27 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #28 [rootlesskit-src 1/3] WORKDIR /usr/src/rootlesskit
09:27:04 [2023-01-05T09:27:04.875Z] #28 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #29 [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...)
09:27:04 [2023-01-05T09:27:04.875Z] #29 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #30 [swagger-src 2/3] RUN git init . && git remote add origin "https://github.com/kolyshkin/go-swagger.git"
09:27:04 [2023-01-05T09:27:04.875Z] #30 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #31 [registry-src 2/2] RUN git init . && git remote add origin "https://github.com/distribution/distribution.git"
09:27:04 [2023-01-05T09:27:04.875Z] #31 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #32 [dev-systemd-false  1/20] COPY --from=dockercli     /build/ /usr/local/cli
09:27:04 [2023-01-05T09:27:04.875Z] #32 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #33 [dev-base  5/10] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
09:27:04 [2023-01-05T09:27:04.875Z] #33 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #34 [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
09:27:04 [2023-01-05T09:27:04.875Z] #34 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #35 [tini-src 3/3] RUN git fetch -q --depth 1 origin "v0.19.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
09:27:04 [2023-01-05T09:27:04.875Z] #35 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #36 [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...)
09:27:04 [2023-01-05T09:27:04.875Z] #36 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #37 [dev-systemd-false 19/20] COPY hack/dockerfile/etc/docker/  /etc/docker/
09:27:04 [2023-01-05T09:27:04.875Z] #37 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #38 [dockercli 2/3] RUN xx-apt-get install -y --no-install-recommends gcc libc6-dev
09:27:04 [2023-01-05T09:27:04.875Z] #38 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #39 [dockercli-src 1/5] WORKDIR /tmp/dockercli
09:27:04 [2023-01-05T09:27:04.875Z] #39 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #40 [dev-systemd-false  6/20] COPY --from=gowinres      /build/ /usr/local/bin/
09:27:04 [2023-01-05T09:27:04.875Z] #40 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #41 [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...)
09:27:04 [2023-01-05T09:27:04.875Z] #41 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #42 [delve-src 2/3] RUN git init . && git remote add origin "https://github.com/go-delve/delve.git"
09:27:04 [2023-01-05T09:27:04.875Z] #42 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #43 [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
09:27:04 [2023-01-05T09:27:04.875Z] #43 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #44 [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...)
09:27:04 [2023-01-05T09:27:04.875Z] #44 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #45 [dockercli-src 2/5] RUN git init . && git remote add origin "https://github.com/docker/cli.git"
09:27:04 [2023-01-05T09:27:04.875Z] #45 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #46 [tini-src 2/3] RUN git init . && git remote add origin "https://github.com/krallin/tini.git"
09:27:04 [2023-01-05T09:27:04.875Z] #46 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #47 [containerd-src 2/3] RUN git init . && git remote add origin "https://github.com/containerd/containerd.git"
09:27:04 [2023-01-05T09:27:04.875Z] #47 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #48 [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             ;
09:27:04 [2023-01-05T09:27:04.875Z] #48 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #49 [tini-build 1/4] WORKDIR /go/src/github.com/krallin/tini
09:27:04 [2023-01-05T09:27:04.875Z] #49 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #50 [dev-base  9/10] RUN pip3 install yamllint==1.27.1
09:27:04 [2023-01-05T09:27:04.875Z] #50 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #51 [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...)
09:27:04 [2023-01-05T09:27:04.875Z] #51 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #52 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
09:27:04 [2023-01-05T09:27:04.875Z] #52 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #53 [dev-systemd-false 13/20] COPY --from=runc          /build/ /usr/local/bin/
09:27:04 [2023-01-05T09:27:04.875Z] #53 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #54 [dev-systemd-false 20/20] WORKDIR /go/src/github.com/docker/docker
09:27:04 [2023-01-05T09:27:04.875Z] #54 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #55 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
09:27:04 [2023-01-05T09:27:04.875Z] #55 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #56 [dockercli-src 3/5] RUN git fetch -q --depth 1 origin "v17.06.2-ce" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
09:27:04 [2023-01-05T09:27:04.875Z] #56 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #57 [base 2/5] COPY --from=xx / /
09:27:04 [2023-01-05T09:27:04.875Z] #57 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #58 [dev-systemd-false 11/20] COPY --from=golangci_lint /build/ /usr/local/bin/
09:27:04 [2023-01-05T09:27:04.875Z] #58 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #59 [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.0.2"      && /build/shfmt --version
09:27:04 [2023-01-05T09:27:04.875Z] #59 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #60 [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...)
09:27:04 [2023-01-05T09:27:04.875Z] #60 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #61 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.2"      && /build/gotestsum --version
09:27:04 [2023-01-05T09:27:04.875Z] #61 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #62 [dev-base  3/10] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
09:27:04 [2023-01-05T09:27:04.875Z] #62 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #63 [dev-base  6/10] RUN ldconfig
09:27:04 [2023-01-05T09:27:04.875Z] #63 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #64 [dockercli-src 4/5] RUN [ -d ./components/cli ] && mv ./components/cli /usr/src/dockercli || mv /tmp/dockercli /usr/src/dockercli
09:27:04 [2023-01-05T09:27:04.875Z] #64 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #65 [dev-systemd-false  7/20] COPY --from=tini          /build/ /usr/local/bin/
09:27:04 [2023-01-05T09:27:04.875Z] #65 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #66 [containerd-src 1/3] WORKDIR /usr/src/containerd
09:27:04 [2023-01-05T09:27:04.875Z] #66 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #67 [containerd-build 1/3] WORKDIR /go/src/github.com/containerd/containerd
09:27:04 [2023-01-05T09:27:04.875Z] #67 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #68 [dev-systemd-false  3/20] COPY --from=swagger       /build/ /usr/local/bin/
09:27:04 [2023-01-05T09:27:04.875Z] #68 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #69 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
09:27:04 [2023-01-05T09:27:04.875Z] #69 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #70 [runc-src 2/3] RUN git init . && git remote add origin "https://github.com/opencontainers/runc.git"
09:27:04 [2023-01-05T09:27:04.875Z] #70 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #71 [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.49.0"      && /build/golangci-lint --version
09:27:04 [2023-01-05T09:27:04.875Z] #71 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #72 [dev-systemd-false 10/20] COPY --from=gotestsum     /build/ /usr/local/bin/
09:27:04 [2023-01-05T09:27:04.875Z] #72 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #73 [dev-systemd-false 15/20] COPY --from=rootlesskit   /build/ /usr/local/bin/
09:27:04 [2023-01-05T09:27:04.875Z] #73 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #74 [dev-systemd-false  2/20] COPY --from=frozen-images /build/ /docker-frozen-images
09:27:04 [2023-01-05T09:27:04.875Z] #74 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #75 [dockercli 1/3] WORKDIR /go/src/github.com/docker/cli
09:27:04 [2023-01-05T09:27:04.875Z] #75 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #76 [runc-build 1/3] WORKDIR /go/src/github.com/opencontainers/runc
09:27:04 [2023-01-05T09:27:04.875Z] #76 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #77 [delve-src 1/3] WORKDIR /usr/src/delve
09:27:04 [2023-01-05T09:27:04.875Z] #77 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #78 [base 3/5] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
09:27:04 [2023-01-05T09:27:04.875Z] #78 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #79 [dev-systemd-false  9/20] COPY --from=criu          /build/ /usr/local/bin/
09:27:04 [2023-01-05T09:27:04.875Z] #79 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #80 [dev-base  2/10] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
09:27:04 [2023-01-05T09:27:04.875Z] #80 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #81 [dev-systemd-false 18/20] COPY --from=crun          /build/ /usr/local/bin/
09:27:04 [2023-01-05T09:27:04.875Z] #81 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #82 [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
09:27:04 [2023-01-05T09:27:04.875Z] #82 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #83 [build-dummy 2/2] RUN mkdir -p /build
09:27:04 [2023-01-05T09:27:04.875Z] #83 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #84 [runc-src 1/3] WORKDIR /usr/src/runc
09:27:04 [2023-01-05T09:27:04.875Z] #84 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #85 [dev-systemd-false 14/20] COPY --from=containerd    /build/ /usr/local/bin/
09:27:04 [2023-01-05T09:27:04.875Z] #85 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #86 [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
09:27:04 [2023-01-05T09:27:04.875Z] #86 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #87 [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
09:27:04 [2023-01-05T09:27:04.875Z] #87 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #88 [dev-systemd-false  5/20] COPY --from=tomll         /build/ /usr/local/bin/
09:27:04 [2023-01-05T09:27:04.875Z] #88 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #89 [binary-dummy 1/1] COPY --from=build-dummy /build /build
09:27:04 [2023-01-05T09:27:04.875Z] #89 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #90 [dev-systemd-false 16/20] COPY --from=vpnkit        /       /usr/local/bin/
09:27:04 [2023-01-05T09:27:04.875Z] #90 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #91 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
09:27:04 [2023-01-05T09:27:04.875Z] #91 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #92 [rootlesskit-src 2/3] RUN git init . && git remote add origin "https://github.com/rootless-containers/rootlesskit.git"
09:27:04 [2023-01-05T09:27:04.875Z] #92 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #93 [dev-base  4/10] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
09:27:04 [2023-01-05T09:27:04.875Z] #93 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #94 [dev-systemd-false  8/20] COPY --from=registry      /build/ /usr/local/bin/
09:27:04 [2023-01-05T09:27:04.875Z] #94 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #95 [rootlesskit-build 5/5] COPY ./contrib/dockerd-rootless-setuptool.sh /build/
09:27:04 [2023-01-05T09:27:04.875Z] #95 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #96 [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
09:27:04 [2023-01-05T09:27:04.875Z] #96 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #97 [dev-base  1/10] RUN groupadd -r docker
09:27:04 [2023-01-05T09:27:04.875Z] #97 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #98 [delve-src 3/3] RUN git fetch -q --depth 1 origin "v1.9.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
09:27:04 [2023-01-05T09:27:04.875Z] #98 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #99 [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
09:27:04 [2023-01-05T09:27:04.875Z] #99 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.875Z] #100 [swagger-src 3/3] RUN git fetch -q --depth 1 origin "c56166c036004ba7a3a321e5951ba472b9ae298c" && git checkout -q FETCH_HEAD
09:27:04 [2023-01-05T09:27:04.875Z] #100 CACHED
09:27:04 [2023-01-05T09:27:04.875Z] 
09:27:04 [2023-01-05T09:27:04.876Z] #101 [rootlesskit-build 4/5] COPY ./contrib/dockerd-rootless.sh /build/
09:27:04 [2023-01-05T09:27:04.876Z] #101 CACHED
09:27:04 [2023-01-05T09:27:04.876Z] 
09:27:04 [2023-01-05T09:27:04.876Z] #102 [rootlesskit-build 1/5] WORKDIR /go/src/github.com/rootless-containers/rootlesskit
09:27:04 [2023-01-05T09:27:04.876Z] #102 CACHED
09:27:04 [2023-01-05T09:27:04.876Z] 
09:27:04 [2023-01-05T09:27:04.876Z] #103 [dev-base  7/10] 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
09:27:04 [2023-01-05T09:27:04.876Z] #103 CACHED
09:27:04 [2023-01-05T09:27:04.876Z] 
09:27:04 [2023-01-05T09:27:04.876Z] #104 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.7.0-beta.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
09:27:04 [2023-01-05T09:27:04.876Z] #104 CACHED
09:27:04 [2023-01-05T09:27:04.876Z] 
09:27:04 [2023-01-05T09:27:04.876Z] #105 [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...)
09:27:04 [2023-01-05T09:27:04.876Z] #105 CACHED
09:27:04 [2023-01-05T09:27:04.876Z] 
09:27:04 [2023-01-05T09:27:04.876Z] #106 [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
09:27:04 [2023-01-05T09:27:04.876Z] #106 CACHED
09:27:04 [2023-01-05T09:27:04.876Z] 
09:27:04 [2023-01-05T09:27:04.876Z] #107 [tini-src 1/3] WORKDIR /usr/src/tini
09:27:04 [2023-01-05T09:27:04.876Z] #107 CACHED
09:27:04 [2023-01-05T09:27:04.876Z] 
09:27:04 [2023-01-05T09:27:04.876Z] #108 [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
09:27:04 [2023-01-05T09:27:04.876Z] #108 CACHED
09:27:04 [2023-01-05T09:27:04.876Z] 
09:27:04 [2023-01-05T09:27:04.876Z] #109 [registry-src 1/2] WORKDIR /usr/src/registry
09:27:04 [2023-01-05T09:27:04.876Z] #109 CACHED
09:27:04 [2023-01-05T09:27:04.876Z] 
09:27:04 [2023-01-05T09:27:04.876Z] #110 [dev-base  8/10] 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
09:27:04 [2023-01-05T09:27:04.876Z] #110 CACHED
09:27:04 [2023-01-05T09:27:04.876Z] 
09:27:04 [2023-01-05T09:27:04.876Z] #111 [swagger-src 1/3] WORKDIR /usr/src/swagger
09:27:04 [2023-01-05T09:27:04.876Z] #111 CACHED
09:27:04 [2023-01-05T09:27:04.876Z] 
09:27:04 [2023-01-05T09:27:04.876Z] #112 [dev-base 10/10] 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             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsecret-1-dev             libsystemd-dev             libudev-dev
09:27:04 [2023-01-05T09:27:04.876Z] #112 CACHED
09:27:04 [2023-01-05T09:27:04.876Z] 
09:27:04 [2023-01-05T09:27:04.876Z] #113 [dev 1/1] COPY . .
09:27:10 [2023-01-05T09:27:10.118Z] #113 DONE 4.6s
09:27:10 [2023-01-05T09:27:10.118Z] 
09:27:10 [2023-01-05T09:27:10.118Z] #114 exporting to image
09:27:10 [2023-01-05T09:27:10.118Z] #114 exporting layers
09:27:10 [2023-01-05T09:27:10.118Z] #114 exporting layers 0.8s done
09:27:10 [2023-01-05T09:27:10.118Z] #114 writing image sha256:1b4efd681b19ae6149a51fa6db1615fe428b99049612cef9553281529b531d9d done
09:27:10 [2023-01-05T09:27:10.118Z] #114 naming to docker.io/library/docker:f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 done
09:27:10 [2023-01-05T09:27:10.118Z] #114 DONE 0.8s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
09:27:10 [2023-01-05T09:27:10.422Z] + sudo modprobe ip6table_filter
[Pipeline] sh
09:27:10 [2023-01-05T09:27:10.694Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44743/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 hack/test/unit
09:27:11 [2023-01-05T09:27:11.255Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove journald')
09:27:11 [2023-01-05T09:27:11.255Z] + TESTFLAGS+=' -test.timeout=5m'
09:27:11 [2023-01-05T09:27:11.255Z] + TESTDIRS=./...
09:27:11 [2023-01-05T09:27:11.255Z] + exclude_paths='/vendor/|/integration'
09:27:11 [2023-01-05T09:27:11.255Z] ++ go list ./...
09:27:11 [2023-01-05T09:27:11.255Z] ++ grep -vE '(/vendor/|/integration)'
09:27:12 [2023-01-05T09:27:12.184Z] + pkg_list='github.com/docker/docker/api
09:27:12 [2023-01-05T09:27:12.184Z] github.com/docker/docker/api/server
09:27:12 [2023-01-05T09:27:12.184Z] github.com/docker/docker/api/server/backend/build
09:27:12 [2023-01-05T09:27:12.184Z] github.com/docker/docker/api/server/httpstatus
09:27:12 [2023-01-05T09:27:12.184Z] github.com/docker/docker/api/server/httputils
09:27:12 [2023-01-05T09:27:12.184Z] github.com/docker/docker/api/server/middleware
09:27:12 [2023-01-05T09:27:12.184Z] github.com/docker/docker/api/server/router
09:27:12 [2023-01-05T09:27:12.184Z] github.com/docker/docker/api/server/router/build
09:27:12 [2023-01-05T09:27:12.184Z] github.com/docker/docker/api/server/router/checkpoint
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/server/router/container
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/server/router/debug
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/server/router/distribution
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/server/router/grpc
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/server/router/image
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/server/router/network
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/server/router/plugin
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/server/router/session
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/server/router/swarm
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/server/router/system
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/server/router/volume
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/types
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/types/backend
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/types/blkiodev
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/types/container
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/types/events
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/types/filters
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/types/image
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/types/mount
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/types/network
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/types/plugins/logdriver
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/types/registry
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/types/strslice
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/types/swarm
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/types/swarm/runtime
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/types/time
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/types/versions
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/types/versions/v1p19
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/types/versions/v1p20
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/types/volume
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/builder
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/builder/builder-next
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/builder/builder-next/exporter
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/builder/builder-next/imagerefchecker
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/builder/builder-next/worker
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/builder/dockerfile
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/builder/remotecontext
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/builder/remotecontext/git
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/builder/remotecontext/urlutil
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/cli/debug
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/cli/winresources/docker-proxy
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/cli/winresources/dockerd
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/client
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/cmd/docker-proxy
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/cmd/dockerd
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/cmd/dockerd/trap
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/container
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/container/stream
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/contrib/apparmor
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/contrib/docker-device-tool
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/contrib/httpserver
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/cluster
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/cluster/controllers/plugin
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/cluster/convert
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/cluster/executor
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/cluster/executor/container
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/cluster/provider
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/config
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/containerd
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/events
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/events/testutils
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/graphdriver
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/graphdriver/aufs
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/graphdriver/btrfs
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/graphdriver/copy
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/graphdriver/devmapper
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/graphdriver/graphtest
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/graphdriver/overlay
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/graphdriver/overlay2
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/graphdriver/overlayutils
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/graphdriver/register
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/graphdriver/vfs
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/graphdriver/zfs
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/images
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/initlayer
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/links
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/listeners
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/logger
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/logger/awslogs
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/logger/fluentd
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/logger/gcplogs
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/logger/gelf
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/logger/journald
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/logger/journald/internal/export
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/logger/journald/internal/fake
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/logger/jsonfilelog
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/logger/local
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/logger/logentries
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/logger/loggertest
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/logger/loggerutils
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/logger/loggerutils/cache
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/logger/splunk
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/logger/syslog
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/logger/templates
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/names
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/network
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/stats
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/distribution
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/distribution/metadata
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/distribution/utils
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/distribution/xfer
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/dockerversion
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/errdefs
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/image
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/image/cache
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/image/tarexport
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/image/v1
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/internal/mounttree
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/internal/test/suite
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/internal/unshare
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/layer
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libcontainerd
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libcontainerd/queue
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libcontainerd/remote
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libcontainerd/supervisor
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libcontainerd/types
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libnetwork
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libnetwork/bitseq
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libnetwork/cluster
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libnetwork/cmd/diagnostic
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libnetwork/cmd/ovrouter
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libnetwork/cmd/readme_test
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libnetwork/config
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libnetwork/datastore
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libnetwork/diagnostic
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libnetwork/discoverapi
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libnetwork/driverapi
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libnetwork/drivers/bridge
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libnetwork/drivers/host
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libnetwork/drivers/ipvlan
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libnetwork/drivers/macvlan
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libnetwork/drivers/null
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libnetwork/drivers/overlay
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libnetwork/drivers/remote
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libnetwork/drivers/remote/api
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libnetwork/drivers/windows
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libnetwork/drvregistry
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libnetwork/etchosts
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libnetwork/idm
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libnetwork/internal/caller
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libnetwork/internal/setmatrix
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libnetwork/ipam
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libnetwork/ipamapi
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libnetwork/ipams/builtin
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libnetwork/ipams/null
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libnetwork/ipams/remote
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libnetwork/ipams/remote/api
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libnetwork/ipams/windowsipam
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libnetwork/ipamutils
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libnetwork/iptables
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libnetwork/netlabel
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libnetwork/netutils
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libnetwork/networkdb
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libnetwork/ns
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libnetwork/options
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libnetwork/osl
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libnetwork/osl/kernel
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libnetwork/portallocator
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libnetwork/portmapper
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libnetwork/resolvconf
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libnetwork/testutils
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/libnetwork/types
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/oci
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/oci/caps
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/opts
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/pkg/aaparser
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/pkg/archive
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/pkg/authorization
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/pkg/broadcaster
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/pkg/capabilities
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/pkg/chrootarchive
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/pkg/containerfs
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/pkg/devicemapper
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/pkg/directory
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/pkg/dmesg
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/pkg/fileutils
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/pkg/homedir
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/pkg/idtools
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/pkg/ioutils
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/pkg/jsonmessage
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/pkg/longpath
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/pkg/loopback
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/pkg/namesgenerator
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/pkg/parsers
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/pkg/parsers/kernel
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/pkg/parsers/operatingsystem
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/pkg/pidfile
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/pkg/platform
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/pkg/plugingetter
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/pkg/plugins
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/pkg/plugins/transport
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/pkg/pools
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/pkg/process
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/pkg/progress
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/pkg/reexec
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/pkg/stack
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/pkg/stdcopy
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/pkg/streamformatter
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/pkg/stringid
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/pkg/sysinfo
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/pkg/system
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/pkg/tailfile
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/pkg/tarsum
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/pkg/useragent
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/plugin
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/plugin/executor/containerd
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/plugin/v2
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/profiles/apparmor
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/profiles/seccomp
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/quota
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/reference
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/registry
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/registry/resumable
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/restartmanager
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/rootless
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/rootless/specconv
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/runconfig
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/runconfig/opts
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/testutil
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/testutil/daemon
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/testutil/environment
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/testutil/fakecontext
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/testutil/fakegit
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/testutil/fakestorage
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/testutil/fixtures/load
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/testutil/fixtures/plugin
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/testutil/fixtures/plugin/basic
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/testutil/registry
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/testutil/request
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/volume
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/volume/drivers
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/volume/local
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/volume/mounts
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/volume/service
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/volume/service/opts
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/volume/testutils'
09:27:12 [2023-01-05T09:27:12.185Z] ++ grep --fixed-strings -v /libnetwork
09:27:12 [2023-01-05T09:27:12.185Z] ++ echo 'github.com/docker/docker/api
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/server
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/server/backend/build
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/server/httpstatus
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/server/httputils
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/server/middleware
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/server/router
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/server/router/build
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/server/router/checkpoint
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/server/router/container
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/server/router/debug
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/server/router/distribution
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/server/router/grpc
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/server/router/image
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/server/router/network
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/server/router/plugin
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/server/router/session
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/server/router/swarm
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/server/router/system
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/server/router/volume
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/types
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/types/backend
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/types/blkiodev
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/types/container
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/types/events
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/types/filters
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/types/image
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/types/mount
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/types/network
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/types/plugins/logdriver
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/types/registry
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/types/strslice
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/types/swarm
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/types/swarm/runtime
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/types/time
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/types/versions
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/types/versions/v1p19
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/types/versions/v1p20
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/api/types/volume
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/builder
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/builder/builder-next
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/builder/builder-next/exporter
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/builder/builder-next/imagerefchecker
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/builder/builder-next/worker
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/builder/dockerfile
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/builder/remotecontext
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/builder/remotecontext/git
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/builder/remotecontext/urlutil
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/cli/debug
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/cli/winresources/docker-proxy
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/cli/winresources/dockerd
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/client
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/cmd/docker-proxy
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/cmd/dockerd
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/cmd/dockerd/trap
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/container
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/container/stream
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/contrib/apparmor
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/contrib/docker-device-tool
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/contrib/httpserver
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/cluster
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/cluster/controllers/plugin
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/cluster/convert
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/cluster/executor
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/cluster/executor/container
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/cluster/provider
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/config
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/containerd
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/events
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/events/testutils
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/graphdriver
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/graphdriver/aufs
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/graphdriver/btrfs
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/graphdriver/copy
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/graphdriver/devmapper
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/graphdriver/graphtest
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/graphdriver/overlay
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/graphdriver/overlay2
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/graphdriver/overlayutils
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/graphdriver/register
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/graphdriver/vfs
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/graphdriver/zfs
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/images
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/initlayer
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/links
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/listeners
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/logger
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/logger/awslogs
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/logger/fluentd
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/logger/gcplogs
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/logger/gelf
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/logger/journald
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/logger/journald/internal/export
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/logger/journald/internal/fake
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/logger/jsonfilelog
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/logger/local
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/logger/logentries
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/logger/loggertest
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/logger/loggerutils
09:27:12 [2023-01-05T09:27:12.185Z] github.com/docker/docker/daemon/logger/loggerutils/cache
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/daemon/logger/splunk
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/daemon/logger/syslog
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/daemon/logger/templates
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/daemon/names
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/daemon/network
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/daemon/stats
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/distribution
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/distribution/metadata
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/distribution/utils
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/distribution/xfer
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/dockerversion
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/errdefs
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/image
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/image/cache
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/image/tarexport
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/image/v1
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/internal/mounttree
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/internal/test/suite
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/internal/unshare
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/layer
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libcontainerd
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libcontainerd/queue
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libcontainerd/remote
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libcontainerd/supervisor
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libcontainerd/types
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libnetwork
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libnetwork/bitseq
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libnetwork/cluster
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libnetwork/cmd/diagnostic
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libnetwork/cmd/ovrouter
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libnetwork/cmd/readme_test
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libnetwork/config
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libnetwork/datastore
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libnetwork/diagnostic
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libnetwork/discoverapi
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libnetwork/driverapi
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libnetwork/drivers/bridge
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libnetwork/drivers/host
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libnetwork/drivers/ipvlan
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libnetwork/drivers/macvlan
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libnetwork/drivers/null
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libnetwork/drivers/overlay
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libnetwork/drivers/remote
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libnetwork/drivers/remote/api
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libnetwork/drivers/windows
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libnetwork/drvregistry
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libnetwork/etchosts
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libnetwork/idm
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libnetwork/internal/caller
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libnetwork/internal/setmatrix
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libnetwork/ipam
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libnetwork/ipamapi
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libnetwork/ipams/builtin
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libnetwork/ipams/null
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libnetwork/ipams/remote
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libnetwork/ipams/remote/api
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libnetwork/ipams/windowsipam
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libnetwork/ipamutils
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libnetwork/iptables
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libnetwork/netlabel
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libnetwork/netutils
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libnetwork/networkdb
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libnetwork/ns
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libnetwork/options
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libnetwork/osl
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libnetwork/osl/kernel
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libnetwork/portallocator
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libnetwork/portmapper
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libnetwork/resolvconf
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libnetwork/testutils
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libnetwork/types
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/oci
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/oci/caps
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/opts
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/aaparser
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/archive
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/authorization
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/broadcaster
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/capabilities
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/chrootarchive
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/containerfs
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/devicemapper
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/directory
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/dmesg
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/fileutils
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/homedir
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/idtools
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/ioutils
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/jsonmessage
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/longpath
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/loopback
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/namesgenerator
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/parsers
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/parsers/kernel
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/parsers/operatingsystem
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/pidfile
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/platform
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/plugingetter
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/plugins
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/plugins/transport
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/pools
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/process
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/progress
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/reexec
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/stack
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/stdcopy
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/streamformatter
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/stringid
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/sysinfo
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/system
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/tailfile
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/tarsum
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/useragent
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/plugin
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/plugin/executor/containerd
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/plugin/v2
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/profiles/apparmor
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/profiles/seccomp
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/quota
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/reference
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/registry
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/registry/resumable
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/restartmanager
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/rootless
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/rootless/specconv
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/runconfig
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/runconfig/opts
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/testutil
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/testutil/daemon
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/testutil/environment
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/testutil/fakecontext
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/testutil/fakegit
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/testutil/fakestorage
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/testutil/fixtures/load
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/testutil/fixtures/plugin
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/testutil/fixtures/plugin/basic
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/testutil/registry
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/testutil/request
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/volume
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/volume/drivers
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/volume/local
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/volume/mounts
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/volume/service
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/volume/service/opts
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/volume/testutils'
09:27:12 [2023-01-05T09:27:12.186Z] + base_pkg_list='github.com/docker/docker/api
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/api/server
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/api/server/backend/build
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/api/server/httpstatus
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/api/server/httputils
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/api/server/middleware
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/api/server/router
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/api/server/router/build
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/api/server/router/checkpoint
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/api/server/router/container
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/api/server/router/debug
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/api/server/router/distribution
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/api/server/router/grpc
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/api/server/router/image
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/api/server/router/network
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/api/server/router/plugin
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/api/server/router/session
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/api/server/router/swarm
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/api/server/router/system
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/api/server/router/volume
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/api/types
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/api/types/backend
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/api/types/blkiodev
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/api/types/container
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/api/types/events
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/api/types/filters
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/api/types/image
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/api/types/mount
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/api/types/network
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/api/types/plugins/logdriver
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/api/types/registry
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/api/types/strslice
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/api/types/swarm
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/api/types/swarm/runtime
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/api/types/time
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/api/types/versions
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/api/types/versions/v1p19
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/api/types/versions/v1p20
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/api/types/volume
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/builder
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/builder/builder-next
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/builder/builder-next/exporter
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/builder/builder-next/imagerefchecker
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/builder/builder-next/worker
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/builder/dockerfile
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/builder/remotecontext
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/builder/remotecontext/git
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/builder/remotecontext/urlutil
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/cli/debug
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/cli/winresources/docker-proxy
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/cli/winresources/dockerd
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/client
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/cmd/docker-proxy
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/cmd/dockerd
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/cmd/dockerd/trap
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/container
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/container/stream
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/contrib/apparmor
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/contrib/docker-device-tool
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/contrib/httpserver
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/daemon
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/daemon/cluster
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/daemon/cluster/controllers/plugin
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/daemon/cluster/convert
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/daemon/cluster/executor
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/daemon/cluster/executor/container
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/daemon/cluster/provider
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/daemon/config
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/daemon/containerd
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/daemon/events
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/daemon/events/testutils
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/daemon/graphdriver
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/daemon/graphdriver/aufs
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/daemon/graphdriver/btrfs
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/daemon/graphdriver/copy
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/daemon/graphdriver/devmapper
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/daemon/graphdriver/graphtest
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/daemon/graphdriver/overlay
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/daemon/graphdriver/overlay2
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/daemon/graphdriver/overlayutils
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/daemon/graphdriver/register
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/daemon/graphdriver/vfs
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/daemon/graphdriver/zfs
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/daemon/images
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/daemon/initlayer
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/daemon/links
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/daemon/listeners
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/daemon/logger
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/daemon/logger/awslogs
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/daemon/logger/fluentd
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/daemon/logger/gcplogs
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/daemon/logger/gelf
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/daemon/logger/journald
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/daemon/logger/journald/internal/export
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/daemon/logger/journald/internal/fake
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/daemon/logger/jsonfilelog
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/daemon/logger/local
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/daemon/logger/logentries
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/daemon/logger/loggertest
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/daemon/logger/loggerutils
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/daemon/logger/loggerutils/cache
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/daemon/logger/splunk
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/daemon/logger/syslog
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/daemon/logger/templates
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/daemon/names
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/daemon/network
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/daemon/stats
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/distribution
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/distribution/metadata
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/distribution/utils
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/distribution/xfer
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/dockerversion
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/errdefs
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/image
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/image/cache
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/image/tarexport
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/image/v1
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/internal/mounttree
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/internal/test/suite
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/internal/unshare
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/layer
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libcontainerd
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libcontainerd/queue
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libcontainerd/remote
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libcontainerd/supervisor
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/libcontainerd/types
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/oci
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/oci/caps
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/opts
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/aaparser
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/archive
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/authorization
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/broadcaster
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/capabilities
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/chrootarchive
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/containerfs
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/devicemapper
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/directory
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/dmesg
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/fileutils
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/homedir
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/idtools
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/ioutils
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/jsonmessage
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/longpath
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/loopback
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/namesgenerator
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/parsers
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/parsers/kernel
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/parsers/operatingsystem
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/pidfile
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/platform
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/plugingetter
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/plugins
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/plugins/transport
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/pools
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/process
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/progress
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/reexec
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/stack
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/stdcopy
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/streamformatter
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/stringid
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/sysinfo
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/system
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/tailfile
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/tarsum
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/pkg/useragent
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/plugin
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/plugin/executor/containerd
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/plugin/v2
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/profiles/apparmor
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/profiles/seccomp
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/quota
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/reference
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/registry
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/registry/resumable
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/restartmanager
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/rootless
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/rootless/specconv
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/runconfig
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/runconfig/opts
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/testutil
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/testutil/daemon
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/testutil/environment
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/testutil/fakecontext
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/testutil/fakegit
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/testutil/fakestorage
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/testutil/fixtures/load
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/testutil/fixtures/plugin
09:27:12 [2023-01-05T09:27:12.186Z] github.com/docker/docker/testutil/fixtures/plugin/basic
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/testutil/registry
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/testutil/request
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/volume
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/volume/drivers
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/volume/local
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/volume/mounts
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/volume/service
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/volume/service/opts
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/volume/testutils'
09:27:12 [2023-01-05T09:27:12.187Z] ++ grep --fixed-strings /libnetwork
09:27:12 [2023-01-05T09:27:12.187Z] ++ echo 'github.com/docker/docker/api
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/api/server
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/api/server/backend/build
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/api/server/httpstatus
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/api/server/httputils
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/api/server/middleware
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/api/server/router
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/api/server/router/build
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/api/server/router/checkpoint
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/api/server/router/container
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/api/server/router/debug
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/api/server/router/distribution
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/api/server/router/grpc
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/api/server/router/image
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/api/server/router/network
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/api/server/router/plugin
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/api/server/router/session
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/api/server/router/swarm
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/api/server/router/system
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/api/server/router/volume
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/api/types
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/api/types/backend
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/api/types/blkiodev
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/api/types/container
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/api/types/events
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/api/types/filters
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/api/types/image
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/api/types/mount
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/api/types/network
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/api/types/plugins/logdriver
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/api/types/registry
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/api/types/strslice
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/api/types/swarm
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/api/types/swarm/runtime
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/api/types/time
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/api/types/versions
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/api/types/versions/v1p19
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/api/types/versions/v1p20
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/api/types/volume
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/builder
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/builder/builder-next
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/builder/builder-next/exporter
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/builder/builder-next/imagerefchecker
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/builder/builder-next/worker
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/builder/dockerfile
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/builder/remotecontext
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/builder/remotecontext/git
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/builder/remotecontext/urlutil
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/cli/debug
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/cli/winresources/docker-proxy
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/cli/winresources/dockerd
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/client
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/cmd/docker-proxy
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/cmd/dockerd
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/cmd/dockerd/trap
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/container
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/container/stream
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/contrib/apparmor
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/contrib/docker-device-tool
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/contrib/httpserver
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/daemon
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/daemon/cluster
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/daemon/cluster/controllers/plugin
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/daemon/cluster/convert
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/daemon/cluster/executor
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/daemon/cluster/executor/container
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/daemon/cluster/provider
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/daemon/config
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/daemon/containerd
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/daemon/events
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/daemon/events/testutils
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/daemon/graphdriver
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/daemon/graphdriver/aufs
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/daemon/graphdriver/btrfs
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/daemon/graphdriver/copy
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/daemon/graphdriver/devmapper
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/daemon/graphdriver/graphtest
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/daemon/graphdriver/overlay
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/daemon/graphdriver/overlay2
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/daemon/graphdriver/overlayutils
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/daemon/graphdriver/register
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/daemon/graphdriver/vfs
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/daemon/graphdriver/zfs
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/daemon/images
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/daemon/initlayer
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/daemon/links
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/daemon/listeners
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/daemon/logger
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/daemon/logger/awslogs
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/daemon/logger/fluentd
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/daemon/logger/gcplogs
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/daemon/logger/gelf
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/daemon/logger/journald
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/daemon/logger/journald/internal/export
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/daemon/logger/journald/internal/fake
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/daemon/logger/jsonfilelog
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/daemon/logger/local
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/daemon/logger/logentries
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/daemon/logger/loggertest
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/daemon/logger/loggerutils
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/daemon/logger/loggerutils/cache
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/daemon/logger/splunk
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/daemon/logger/syslog
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/daemon/logger/templates
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/daemon/names
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/daemon/network
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/daemon/stats
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/distribution
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/distribution/metadata
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/distribution/utils
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/distribution/xfer
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/dockerversion
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/errdefs
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/image
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/image/cache
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/image/tarexport
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/image/v1
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/internal/mounttree
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/internal/test/suite
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/internal/unshare
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/layer
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libcontainerd
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libcontainerd/queue
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libcontainerd/remote
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libcontainerd/supervisor
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libcontainerd/types
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/bitseq
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/cluster
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/cmd/diagnostic
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/cmd/ovrouter
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/cmd/readme_test
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/config
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/datastore
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/diagnostic
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/discoverapi
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/driverapi
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/drivers/bridge
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/drivers/host
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/drivers/ipvlan
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/drivers/macvlan
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/drivers/null
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/drivers/overlay
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/drivers/remote
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/drivers/remote/api
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/drivers/windows
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/drvregistry
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/etchosts
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/idm
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/internal/caller
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/internal/setmatrix
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/ipam
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/ipamapi
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/ipams/builtin
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/ipams/null
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/ipams/remote
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/ipams/remote/api
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/ipams/windowsipam
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/ipamutils
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/iptables
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/netlabel
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/netutils
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/networkdb
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/ns
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/options
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/osl
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/osl/kernel
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/portallocator
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/portmapper
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/resolvconf
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/testutils
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/types
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/oci
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/oci/caps
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/opts
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/pkg/aaparser
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/pkg/archive
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/pkg/authorization
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/pkg/broadcaster
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/pkg/capabilities
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/pkg/chrootarchive
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/pkg/containerfs
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/pkg/devicemapper
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/pkg/directory
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/pkg/dmesg
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/pkg/fileutils
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/pkg/homedir
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/pkg/idtools
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/pkg/ioutils
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/pkg/jsonmessage
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/pkg/longpath
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/pkg/loopback
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/pkg/namesgenerator
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/pkg/parsers
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/pkg/parsers/kernel
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/pkg/parsers/operatingsystem
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/pkg/pidfile
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/pkg/platform
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/pkg/plugingetter
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/pkg/plugins
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/pkg/plugins/transport
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/pkg/pools
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/pkg/process
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/pkg/progress
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/pkg/reexec
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/pkg/stack
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/pkg/stdcopy
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/pkg/streamformatter
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/pkg/stringid
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/pkg/sysinfo
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/pkg/system
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/pkg/tailfile
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/pkg/tarsum
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/pkg/useragent
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/plugin
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/plugin/executor/containerd
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/plugin/v2
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/profiles/apparmor
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/profiles/seccomp
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/quota
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/reference
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/registry
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/registry/resumable
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/restartmanager
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/rootless
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/rootless/specconv
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/runconfig
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/runconfig/opts
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/testutil
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/testutil/daemon
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/testutil/environment
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/testutil/fakecontext
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/testutil/fakegit
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/testutil/fakestorage
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/testutil/fixtures/load
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/testutil/fixtures/plugin
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/testutil/fixtures/plugin/basic
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/testutil/registry
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/testutil/request
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/volume
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/volume/drivers
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/volume/local
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/volume/mounts
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/volume/service
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/volume/service/opts
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/volume/testutils'
09:27:12 [2023-01-05T09:27:12.187Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/bitseq
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/cluster
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/cmd/diagnostic
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/cmd/ovrouter
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/cmd/readme_test
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/config
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/datastore
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/diagnostic
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/discoverapi
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/driverapi
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/drivers/bridge
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/drivers/host
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/drivers/ipvlan
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/drivers/macvlan
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/drivers/null
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/drivers/overlay
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/drivers/remote
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/drivers/remote/api
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/drivers/windows
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/drvregistry
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/etchosts
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/idm
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/internal/caller
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/internal/setmatrix
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/ipam
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/ipamapi
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/ipams/builtin
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/ipams/null
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/ipams/remote
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/ipams/remote/api
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/ipams/windowsipam
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/ipamutils
09:27:12 [2023-01-05T09:27:12.187Z] github.com/docker/docker/libnetwork/iptables
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/netlabel
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/netutils
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/networkdb
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/ns
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/options
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/osl
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/osl/kernel
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/portallocator
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/portmapper
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/resolvconf
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/testutils
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/types'
09:27:12 [2023-01-05T09:27:12.188Z] + grep --fixed-strings libnetwork/drivers/bridge
09:27:12 [2023-01-05T09:27:12.188Z] + echo 'github.com/docker/docker/libnetwork
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/bitseq
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/cluster
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/cmd/diagnostic
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/cmd/ovrouter
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/cmd/readme_test
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/config
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/datastore
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/diagnostic
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/discoverapi
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/driverapi
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/drivers/bridge
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/drivers/host
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/drivers/ipvlan
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/drivers/macvlan
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/drivers/null
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/drivers/overlay
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/drivers/remote
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/drivers/remote/api
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/drivers/windows
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/drvregistry
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/etchosts
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/idm
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/internal/caller
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/internal/setmatrix
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/ipam
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/ipamapi
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/ipams/builtin
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/ipams/null
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/ipams/remote
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/ipams/remote/api
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/ipams/windowsipam
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/ipamutils
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/iptables
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/netlabel
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/netutils
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/networkdb
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/ns
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/options
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/osl
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/osl/kernel
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/portallocator
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/portmapper
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/resolvconf
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/testutils
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/types'
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/drivers/bridge
09:27:12 [2023-01-05T09:27:12.188Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
09:27:12 [2023-01-05T09:27:12.188Z] + type docker-proxy
09:27:12 [2023-01-05T09:27:12.188Z] hack/test/unit: line 25: type: docker-proxy: not found
09:27:12 [2023-01-05T09:27:12.188Z] + hack/make.sh binary-proxy install-proxy
09:27:12 [2023-01-05T09:27:12.188Z] 
09:27:12 [2023-01-05T09:27:12.188Z] Removing bundles/
09:27:12 [2023-01-05T09:27:12.188Z] 
09:27:12 [2023-01-05T09:27:12.188Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy)
09:27:12 [2023-01-05T09:27:12.188Z] Building static bundles/binary-proxy/docker-proxy (linux/arm64)...
09:27:18 [2023-01-05T09:27:18.724Z] Created binary: bundles/binary-proxy/docker-proxy
09:27:18 [2023-01-05T09:27:18.724Z] 
09:27:18 [2023-01-05T09:27:18.724Z] ---> Making bundle: install-proxy (in bundles/install-proxy)
09:27:18 [2023-01-05T09:27:18.724Z] Installing docker-proxy to /usr/local/bin/
09:27:18 [2023-01-05T09:27:18.724Z] 
09:27:18 [2023-01-05T09:27:18.724Z] + mkdir -p bundles
09:27:18 [2023-01-05T09:27:18.724Z] + '[' -n 'github.com/docker/docker/api
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/api/server
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/api/server/backend/build
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/api/server/httpstatus
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/api/server/httputils
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/api/server/middleware
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/api/server/router
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/api/server/router/build
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/api/server/router/checkpoint
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/api/server/router/container
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/api/server/router/debug
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/api/server/router/distribution
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/api/server/router/grpc
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/api/server/router/image
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/api/server/router/network
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/api/server/router/plugin
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/api/server/router/session
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/api/server/router/swarm
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/api/server/router/system
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/api/server/router/volume
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/api/types
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/api/types/backend
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/api/types/blkiodev
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/api/types/container
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/api/types/events
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/api/types/filters
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/api/types/image
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/api/types/mount
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/api/types/network
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/api/types/plugins/logdriver
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/api/types/registry
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/api/types/strslice
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/api/types/swarm
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/api/types/swarm/runtime
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/api/types/time
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/api/types/versions
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/api/types/versions/v1p19
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/api/types/versions/v1p20
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/api/types/volume
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/builder
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/builder/builder-next
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/builder/builder-next/exporter
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/builder/builder-next/imagerefchecker
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/builder/builder-next/worker
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/builder/dockerfile
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/builder/remotecontext
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/builder/remotecontext/git
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/builder/remotecontext/urlutil
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/cli/debug
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/cli/winresources/docker-proxy
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/cli/winresources/dockerd
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/client
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/cmd/docker-proxy
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/cmd/dockerd
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/cmd/dockerd/trap
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/container
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/container/stream
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/contrib/apparmor
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/contrib/docker-device-tool
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/contrib/httpserver
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/daemon
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/daemon/cluster
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/daemon/cluster/controllers/plugin
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/daemon/cluster/convert
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/daemon/cluster/executor
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/daemon/cluster/executor/container
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/daemon/cluster/provider
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/daemon/config
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/daemon/containerd
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/daemon/events
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/daemon/events/testutils
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/daemon/graphdriver
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/daemon/graphdriver/aufs
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/daemon/graphdriver/btrfs
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/daemon/graphdriver/copy
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/daemon/graphdriver/devmapper
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/daemon/graphdriver/graphtest
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/daemon/graphdriver/overlay
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/daemon/graphdriver/overlay2
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/daemon/graphdriver/overlayutils
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/daemon/graphdriver/register
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/daemon/graphdriver/vfs
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/daemon/graphdriver/zfs
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/daemon/images
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/daemon/initlayer
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/daemon/links
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/daemon/listeners
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/daemon/logger
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/daemon/logger/awslogs
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/daemon/logger/fluentd
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/daemon/logger/gcplogs
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/daemon/logger/gelf
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/daemon/logger/journald
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/daemon/logger/journald/internal/export
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/daemon/logger/journald/internal/fake
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/daemon/logger/jsonfilelog
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/daemon/logger/local
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/daemon/logger/logentries
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/daemon/logger/loggertest
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/daemon/logger/loggerutils
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/daemon/logger/loggerutils/cache
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/daemon/logger/splunk
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/daemon/logger/syslog
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/daemon/logger/templates
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/daemon/names
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/daemon/network
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/daemon/stats
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/distribution
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/distribution/metadata
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/distribution/utils
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/distribution/xfer
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/dockerversion
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/errdefs
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/image
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/image/cache
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/image/tarexport
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/image/v1
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/internal/mounttree
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/internal/test/suite
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/internal/unshare
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/layer
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/libcontainerd
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/libcontainerd/queue
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/libcontainerd/remote
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/libcontainerd/supervisor
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/libcontainerd/types
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/oci
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/oci/caps
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/opts
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/pkg/aaparser
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/pkg/archive
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/pkg/authorization
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/pkg/broadcaster
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/pkg/capabilities
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/pkg/chrootarchive
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/pkg/containerfs
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/pkg/devicemapper
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/pkg/directory
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/pkg/dmesg
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/pkg/fileutils
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/pkg/homedir
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/pkg/idtools
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/pkg/ioutils
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/pkg/jsonmessage
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/pkg/longpath
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/pkg/loopback
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/pkg/namesgenerator
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/pkg/parsers
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/pkg/parsers/kernel
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/pkg/parsers/operatingsystem
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/pkg/pidfile
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/pkg/platform
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/pkg/plugingetter
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/pkg/plugins
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/pkg/plugins/transport
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/pkg/pools
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/pkg/process
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/pkg/progress
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/pkg/reexec
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/pkg/stack
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/pkg/stdcopy
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/pkg/streamformatter
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/pkg/stringid
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/pkg/sysinfo
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/pkg/system
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/pkg/tailfile
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/pkg/tarsum
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/pkg/useragent
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/plugin
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/plugin/executor/containerd
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/plugin/v2
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/profiles/apparmor
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/profiles/seccomp
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/quota
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/reference
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/registry
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/registry/resumable
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/restartmanager
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/rootless
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/rootless/specconv
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/runconfig
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/runconfig/opts
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/testutil
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/testutil/daemon
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/testutil/environment
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/testutil/fakecontext
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/testutil/fakegit
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/testutil/fakestorage
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/testutil/fixtures/load
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/testutil/fixtures/plugin
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/testutil/fixtures/plugin/basic
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/testutil/registry
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/testutil/request
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/volume
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/volume/drivers
09:27:18 [2023-01-05T09:27:18.724Z] github.com/docker/docker/volume/local
09:27:18 [2023-01-05T09:27:18.725Z] github.com/docker/docker/volume/mounts
09:27:18 [2023-01-05T09:27:18.725Z] github.com/docker/docker/volume/service
09:27:18 [2023-01-05T09:27:18.725Z] github.com/docker/docker/volume/service/opts
09:27:18 [2023-01-05T09:27:18.725Z] github.com/docker/docker/volume/testutils' ']'
09:27:18 [2023-01-05T09:27:18.725Z] + 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/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/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/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/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/rootless github.com/docker/docker/rootless/specconv 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
09:27:19 [2023-01-05T09:27:19.652Z] ?   	github.com/docker/docker/api	[no test files]
09:27:34 [2023-01-05T09:27:34.510Z] ok  	github.com/docker/docker/api/server	0.006s	coverage: 7.9% of statements
09:28:55 [2023-01-05T09:28:55.879Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
09:28:55 [2023-01-05T09:28:55.879Z] ?   	github.com/docker/docker/api/server/httpstatus	[no test files]
09:28:55 [2023-01-05T09:28:55.879Z] ok  	github.com/docker/docker/api/server/httputils	0.009s	coverage: 31.9% of statements
09:28:55 [2023-01-05T09:28:55.879Z] ok  	github.com/docker/docker/api/server/middleware	0.014s	coverage: 37.7% of statements
09:28:55 [2023-01-05T09:28:55.879Z] ?   	github.com/docker/docker/api/server/router	[no test files]
09:28:55 [2023-01-05T09:28:55.879Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
09:28:55 [2023-01-05T09:28:55.879Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
09:28:55 [2023-01-05T09:28:55.879Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
09:28:55 [2023-01-05T09:28:55.879Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
09:28:55 [2023-01-05T09:28:55.879Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
09:28:55 [2023-01-05T09:28:55.879Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
09:28:55 [2023-01-05T09:28:55.879Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
09:28:55 [2023-01-05T09:28:55.879Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
09:28:55 [2023-01-05T09:28:55.879Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
09:28:55 [2023-01-05T09:28:55.879Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
09:28:55 [2023-01-05T09:28:55.879Z] ok  	github.com/docker/docker/api/server/router/swarm	0.007s	coverage: 6.0% of statements
09:28:55 [2023-01-05T09:28:55.879Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
09:28:55 [2023-01-05T09:28:55.879Z] ok  	github.com/docker/docker/api/types/container	0.009s	coverage: 74.3% of statements
09:28:55 [2023-01-05T09:28:55.879Z] ok  	github.com/docker/docker/api/server/router/volume	0.023s	coverage: 66.7% of statements
09:28:55 [2023-01-05T09:28:55.879Z] ?   	github.com/docker/docker/api/types	[no test files]
09:28:55 [2023-01-05T09:28:55.879Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
09:28:55 [2023-01-05T09:28:55.879Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
09:28:55 [2023-01-05T09:28:55.879Z] ?   	github.com/docker/docker/api/types/events	[no test files]
09:28:55 [2023-01-05T09:28:55.879Z] ok  	github.com/docker/docker/api/types/filters	0.008s	coverage: 95.3% of statements
09:28:55 [2023-01-05T09:28:55.879Z] ?   	github.com/docker/docker/api/types/image	[no test files]
09:28:55 [2023-01-05T09:28:55.879Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
09:28:55 [2023-01-05T09:28:55.879Z] ?   	github.com/docker/docker/api/types/network	[no test files]
09:28:55 [2023-01-05T09:28:55.879Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
09:28:55 [2023-01-05T09:28:55.879Z] ok  	github.com/docker/docker/api/types/registry	0.011s	coverage: 54.2% of statements
09:28:55 [2023-01-05T09:28:55.879Z] ok  	github.com/docker/docker/api/types/strslice	0.003s	coverage: 90.0% of statements
09:28:55 [2023-01-05T09:28:55.879Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
09:28:55 [2023-01-05T09:28:55.879Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
09:28:55 [2023-01-05T09:28:55.879Z] ok  	github.com/docker/docker/api/types/time	0.010s	coverage: 100.0% of statements
09:28:55 [2023-01-05T09:28:55.879Z] ok  	github.com/docker/docker/api/types/versions	0.004s	coverage: 77.3% of statements
09:28:55 [2023-01-05T09:28:55.879Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
09:28:55 [2023-01-05T09:28:55.879Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
09:28:55 [2023-01-05T09:28:55.879Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
09:28:55 [2023-01-05T09:28:55.879Z] ?   	github.com/docker/docker/builder	[no test files]
09:28:55 [2023-01-05T09:28:55.879Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
09:28:55 [2023-01-05T09:28:55.879Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
09:28:55 [2023-01-05T09:28:55.879Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
09:28:55 [2023-01-05T09:28:55.879Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
09:28:55 [2023-01-05T09:28:55.879Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
09:28:55 [2023-01-05T09:28:55.879Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
09:28:55 [2023-01-05T09:28:55.879Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
09:28:55 [2023-01-05T09:28:55.879Z] ok  	github.com/docker/docker/builder/remotecontext	0.051s	coverage: 13.7% of statements
09:28:55 [2023-01-05T09:28:55.879Z] ok  	github.com/docker/docker/builder/dockerfile	0.099s	coverage: 50.1% of statements
09:28:55 [2023-01-05T09:28:55.879Z] ok  	github.com/docker/docker/builder/remotecontext/urlutil	0.009s	coverage: 100.0% of statements
09:28:55 [2023-01-05T09:28:55.879Z] ok  	github.com/docker/docker/cli/debug	0.003s	coverage: 100.0% of statements
09:28:55 [2023-01-05T09:28:55.879Z] ok  	github.com/docker/docker/builder/remotecontext/git	2.847s	coverage: 82.5% of statements
09:28:55 [2023-01-05T09:28:55.879Z] ?   	github.com/docker/docker/cli/winresources/docker-proxy	[no test files]
09:28:55 [2023-01-05T09:28:55.879Z] ?   	github.com/docker/docker/cli/winresources/dockerd	[no test files]
09:28:55 [2023-01-05T09:28:55.879Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.033s	coverage: 66.5% of statements
09:28:55 [2023-01-05T09:28:55.880Z] ok  	github.com/docker/docker/client	0.096s	coverage: 76.1% of statements
09:29:27 [2023-01-05T09:29:27.916Z] ok  	github.com/docker/docker/cmd/dockerd	0.086s	coverage: 27.7% of statements
09:29:29 [2023-01-05T09:29:29.425Z] ok  	github.com/docker/docker/container	0.123s	coverage: 36.7% of statements
09:29:29 [2023-01-05T09:29:29.425Z] ok  	github.com/docker/docker/cmd/dockerd/trap	2.371s	coverage: 0.0% of statements
09:29:29 [2023-01-05T09:29:29.425Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
09:29:29 [2023-01-05T09:29:29.425Z] ?   	github.com/docker/docker/container/stream	[no test files]
09:29:29 [2023-01-05T09:29:29.425Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
09:29:29 [2023-01-05T09:29:29.425Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
09:29:29 [2023-01-05T09:29:29.425Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
09:29:34 [2023-01-05T09:29:34.074Z] ok  	github.com/docker/docker/daemon/cluster	0.071s	coverage: 0.5% of statements
09:29:35 [2023-01-05T09:29:35.460Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.013s	coverage: 65.3% of statements
09:29:36 [2023-01-05T09:29:36.835Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.019s	coverage: 36.9% of statements
09:29:44 [2023-01-05T09:29:44.976Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.452s	coverage: 13.4% of statements
09:29:44 [2023-01-05T09:29:44.976Z] ok  	github.com/docker/docker/daemon/config	0.033s	coverage: 77.0% of statements
09:29:45 [2023-01-05T09:29:45.549Z] ok  	github.com/docker/docker/daemon/events	0.058s	coverage: 50.0% of statements
09:29:46 [2023-01-05T09:29:46.480Z] ok  	github.com/docker/docker/daemon/graphdriver	0.007s	coverage: 2.2% of statements
09:29:47 [2023-01-05T09:29:47.129Z] ok  	github.com/docker/docker/daemon	10.124s	coverage: 16.3% of statements
09:29:47 [2023-01-05T09:29:47.129Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
09:29:47 [2023-01-05T09:29:47.129Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
09:29:47 [2023-01-05T09:29:47.129Z] ?   	github.com/docker/docker/daemon/containerd	[no test files]
09:29:47 [2023-01-05T09:29:47.129Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
09:29:47 [2023-01-05T09:29:47.694Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	0.644s	coverage: 74.8% of statements
09:29:49 [2023-01-05T09:29:49.064Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.309s	coverage: 60.7% of statements
09:29:49 [2023-01-05T09:29:49.334Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.009s	coverage: 3.0% of statements
09:29:50 [2023-01-05T09:29:50.867Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.014s	coverage: 1.9% of statements
09:29:52 [2023-01-05T09:29:52.955Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	0.310s	coverage: 50.6% of statements
09:29:52 [2023-01-05T09:29:52.956Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	1.974s	coverage: 46.1% of statements
09:29:52 [2023-01-05T09:29:52.956Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
09:29:54 [2023-01-05T09:29:54.331Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.183s	coverage: 60.3% of statements
09:29:54 [2023-01-05T09:29:54.331Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
09:29:54 [2023-01-05T09:29:54.331Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
09:29:54 [2023-01-05T09:29:54.331Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.010s	coverage: 58.5% of statements
09:29:55 [2023-01-05T09:29:55.276Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.011s	coverage: 3.0% of statements
09:29:55 [2023-01-05T09:29:55.845Z] ok  	github.com/docker/docker/daemon/links	0.007s	coverage: 93.0% of statements
09:29:56 [2023-01-05T09:29:56.413Z] ok  	github.com/docker/docker/daemon/images	0.056s	coverage: 6.7% of statements
09:29:56 [2023-01-05T09:29:56.413Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
09:29:56 [2023-01-05T09:29:56.413Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
09:29:57 [2023-01-05T09:29:57.345Z] ok  	github.com/docker/docker/daemon/logger	0.239s	coverage: 43.2% of statements
09:29:57 [2023-01-05T09:29:57.910Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.136s	coverage: 79.6% of statements
09:29:57 [2023-01-05T09:29:57.910Z] ok  	github.com/docker/docker/daemon/logger/fluentd	0.014s	coverage: 53.6% of statements
09:29:57 [2023-01-05T09:29:57.910Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
09:29:58 [2023-01-05T09:29:58.540Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.014s	coverage: 68.2% of statements
09:29:59 [2023-01-05T09:29:59.144Z] ok  	github.com/docker/docker/daemon/logger/journald/internal/export	0.009s	coverage: 88.2% of statements
09:30:00 [2023-01-05T09:30:00.075Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.104s	coverage: 76.8% of statements
09:30:00 [2023-01-05T09:30:00.331Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.004s	coverage: 87.2% of statements
09:30:00 [2023-01-05T09:30:00.896Z] ok  	github.com/docker/docker/daemon/logger/local	0.022s	coverage: 79.4% of statements
09:30:01 [2023-01-05T09:30:01.832Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.017s	coverage: 63.5% of statements
09:30:02 [2023-01-05T09:30:02.395Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.020s	coverage: 31.5% of statements
09:30:02 [2023-01-05T09:30:02.651Z] ok  	github.com/docker/docker/daemon/logger/journald	3.304s	coverage: 74.5% of statements
09:30:02 [2023-01-05T09:30:02.651Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/fake	[no test files]
09:30:02 [2023-01-05T09:30:02.651Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/sdjournal	[no test files]
09:30:02 [2023-01-05T09:30:02.651Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
09:30:02 [2023-01-05T09:30:02.651Z] ?   	github.com/docker/docker/daemon/logger/loggertest	[no test files]
09:30:03 [2023-01-05T09:30:03.579Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.009s	coverage: 46.8% of statements
09:30:03 [2023-01-05T09:30:03.579Z] ok  	github.com/docker/docker/daemon/logger/templates	0.003s	coverage: 8.3% of statements
09:30:04 [2023-01-05T09:30:04.146Z] ok  	github.com/docker/docker/daemon/network	0.005s	coverage: 63.8% of statements
09:30:05 [2023-01-05T09:30:05.084Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.532s	coverage: 82.5% of statements
09:30:05 [2023-01-05T09:30:05.084Z] ?   	github.com/docker/docker/daemon/names	[no test files]
09:30:05 [2023-01-05T09:30:05.084Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
09:30:05 [2023-01-05T09:30:05.650Z] ok  	github.com/docker/docker/distribution/metadata	0.026s	coverage: 44.4% of statements
09:30:06 [2023-01-05T09:30:06.216Z] ok  	github.com/docker/docker/distribution	0.598s	coverage: 29.5% of statements
09:30:06 [2023-01-05T09:30:06.216Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
09:30:06 [2023-01-05T09:30:06.964Z] ok  	github.com/docker/docker/errdefs	0.005s	coverage: 77.7% of statements
09:30:07 [2023-01-05T09:30:07.532Z] ok  	github.com/docker/docker/image	0.026s	coverage: 86.8% of statements
09:30:08 [2023-01-05T09:30:08.100Z] ok  	github.com/docker/docker/image/cache	0.008s	coverage: 19.2% of statements
09:30:08 [2023-01-05T09:30:08.359Z] ok  	github.com/docker/docker/distribution/xfer	1.900s	coverage: 84.9% of statements
09:30:08 [2023-01-05T09:30:08.359Z] ?   	github.com/docker/docker/dockerversion	[no test files]
09:30:09 [2023-01-05T09:30:09.307Z] ok  	github.com/docker/docker/image/tarexport	0.009s	coverage: 0.7% of statements
09:30:09 [2023-01-05T09:30:09.307Z] ?   	github.com/docker/docker/image/v1	[no test files]
09:30:09 [2023-01-05T09:30:09.307Z] ?   	github.com/docker/docker/internal/mounttree	[no test files]
09:30:09 [2023-01-05T09:30:09.307Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
09:30:09 [2023-01-05T09:30:09.307Z] ?   	github.com/docker/docker/internal/unshare	[no test files]
09:30:09 [2023-01-05T09:30:09.307Z] ok  	github.com/docker/docker/libcontainerd/queue	0.032s	coverage: 100.0% of statements
09:30:10 [2023-01-05T09:30:10.248Z] ok  	github.com/docker/docker/oci	0.017s	coverage: 39.3% of statements
09:30:10 [2023-01-05T09:30:10.816Z] ok  	github.com/docker/docker/opts	0.025s	coverage: 67.3% of statements
09:30:11 [2023-01-05T09:30:11.075Z] ok  	github.com/docker/docker/pkg/aaparser	0.002s	coverage: 52.9% of statements
09:30:12 [2023-01-05T09:30:12.977Z] ok  	github.com/docker/docker/pkg/archive	0.302s	coverage: 81.7% of statements
09:30:13 [2023-01-05T09:30:13.544Z] ok  	github.com/docker/docker/pkg/authorization	0.379s	coverage: 68.3% of statements
09:30:13 [2023-01-05T09:30:13.804Z] ok  	github.com/docker/docker/pkg/broadcaster	0.002s	coverage: 100.0% of statements
09:30:14 [2023-01-05T09:30:14.061Z] ok  	github.com/docker/docker/pkg/capabilities	0.002s	coverage: 87.5% of statements
09:30:14 [2023-01-05T09:30:14.628Z] ok  	github.com/docker/docker/pkg/chrootarchive	0.235s	coverage: 83.1% of statements
09:30:14 [2023-01-05T09:30:14.887Z] ok  	github.com/docker/docker/pkg/containerfs	0.003s	coverage: 28.6% of statements
09:30:15 [2023-01-05T09:30:15.150Z] ok  	github.com/docker/docker/pkg/directory	0.002s	coverage: 81.8% of statements
09:30:15 [2023-01-05T09:30:15.409Z] ok  	github.com/docker/docker/pkg/dmesg	0.005s	coverage: 83.3% of statements
09:30:15 [2023-01-05T09:30:15.666Z] ok  	github.com/docker/docker/pkg/fileutils	0.004s	coverage: 77.5% of statements
09:30:15 [2023-01-05T09:30:15.666Z] ok  	github.com/docker/docker/pkg/homedir	0.003s	coverage: 11.4% of statements
09:30:16 [2023-01-05T09:30:16.651Z] ok  	github.com/docker/docker/pkg/idtools	0.272s	coverage: 69.6% of statements
09:30:17 [2023-01-05T09:30:17.259Z] ok  	github.com/docker/docker/pkg/ioutils	0.346s	coverage: 70.5% of statements
09:30:17 [2023-01-05T09:30:17.515Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.004s	coverage: 91.7% of statements
09:30:17 [2023-01-05T09:30:17.774Z] ok  	github.com/docker/docker/pkg/longpath	0.002s	coverage: 45.5% of statements
09:30:17 [2023-01-05T09:30:17.774Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.018s	coverage: 85.7% of statements
09:30:18 [2023-01-05T09:30:18.033Z] ok  	github.com/docker/docker/pkg/parsers	0.002s	coverage: 97.0% of statements
09:30:18 [2023-01-05T09:30:18.033Z] ok  	github.com/docker/docker/layer	7.762s	coverage: 68.9% of statements
09:30:18 [2023-01-05T09:30:18.033Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
09:30:18 [2023-01-05T09:30:18.033Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
09:30:18 [2023-01-05T09:30:18.033Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
09:30:18 [2023-01-05T09:30:18.033Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
09:30:18 [2023-01-05T09:30:18.033Z] ?   	github.com/docker/docker/oci/caps	[no test files]
09:30:18 [2023-01-05T09:30:18.033Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
09:30:18 [2023-01-05T09:30:18.033Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
09:30:18 [2023-01-05T09:30:18.292Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.002s	coverage: 60.0% of statements
09:30:18 [2023-01-05T09:30:18.549Z] ok  	github.com/docker/docker/pkg/pidfile	0.009s	coverage: 94.1% of statements
09:30:18 [2023-01-05T09:30:18.549Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.004s	coverage: 90.2% of statements
09:30:18 [2023-01-05T09:30:18.549Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
09:30:18 [2023-01-05T09:30:18.549Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
09:30:18 [2023-01-05T09:30:18.809Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.006s	coverage: 56.8% of statements
09:30:19 [2023-01-05T09:30:19.578Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.004s	coverage: 85.7% of statements
09:30:19 [2023-01-05T09:30:19.578Z] ok  	github.com/docker/docker/pkg/pools	0.003s	coverage: 88.2% of statements
09:30:19 [2023-01-05T09:30:19.840Z] ok  	github.com/docker/docker/pkg/process	0.003s	coverage: 21.7% of statements
09:30:20 [2023-01-05T09:30:20.097Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
09:30:20 [2023-01-05T09:30:20.355Z] ok  	github.com/docker/docker/pkg/reexec	0.010s	coverage: 82.4% of statements
09:30:20 [2023-01-05T09:30:20.614Z] ok  	github.com/docker/docker/pkg/stack	0.004s	coverage: 90.9% of statements
09:30:20 [2023-01-05T09:30:20.873Z] ok  	github.com/docker/docker/pkg/stdcopy	0.004s	coverage: 100.0% of statements
09:30:21 [2023-01-05T09:30:21.129Z] ok  	github.com/docker/docker/pkg/streamformatter	0.004s	coverage: 66.2% of statements
09:30:21 [2023-01-05T09:30:21.129Z] ok  	github.com/docker/docker/pkg/stringid	0.002s	coverage: 61.9% of statements
09:30:21 [2023-01-05T09:30:21.701Z] ok  	github.com/docker/docker/pkg/sysinfo	0.007s	coverage: 56.0% of statements
09:30:22 [2023-01-05T09:30:22.271Z] ok  	github.com/docker/docker/pkg/system	0.005s	coverage: 43.1% of statements
09:30:22 [2023-01-05T09:30:22.529Z] ok  	github.com/docker/docker/pkg/tailfile	0.039s	coverage: 88.6% of statements
09:30:23 [2023-01-05T09:30:23.096Z] ok  	github.com/docker/docker/pkg/tarsum	0.044s	coverage: 89.1% of statements
09:30:23 [2023-01-05T09:30:23.364Z] ok  	github.com/docker/docker/pkg/useragent	0.002s	coverage: 88.9% of statements
09:30:25 [2023-01-05T09:30:25.263Z] ok  	github.com/docker/docker/plugin	0.518s	coverage: 23.2% of statements
09:30:25 [2023-01-05T09:30:25.520Z] ok  	github.com/docker/docker/plugin/v2	0.004s	coverage: 14.4% of statements
09:30:25 [2023-01-05T09:30:25.775Z] ok  	github.com/docker/docker/profiles/seccomp	0.010s	coverage: 86.0% of statements
09:30:27 [2023-01-05T09:30:27.157Z] ok  	github.com/docker/docker/quota	0.231s	coverage: 71.4% of statements
09:30:27 [2023-01-05T09:30:27.413Z] ok  	github.com/docker/docker/reference	0.007s	coverage: 84.4% of statements
09:30:28 [2023-01-05T09:30:28.343Z] ok  	github.com/docker/docker/registry	0.079s	coverage: 58.7% of statements
09:30:28 [2023-01-05T09:30:28.600Z] ok  	github.com/docker/docker/registry/resumable	0.017s	coverage: 100.0% of statements
09:30:28 [2023-01-05T09:30:28.857Z] ok  	github.com/docker/docker/restartmanager	0.002s	coverage: 50.9% of statements
09:30:29 [2023-01-05T09:30:29.420Z] ok  	github.com/docker/docker/runconfig	0.009s	coverage: 63.6% of statements
09:30:29 [2023-01-05T09:30:29.420Z] ok  	github.com/docker/docker/testutil	0.003s	coverage: 62.5% of statements
09:30:31 [2023-01-05T09:30:31.323Z] ok  	github.com/docker/docker/volume/drivers	0.005s	coverage: 36.1% of statements
09:30:31 [2023-01-05T09:30:31.905Z] ok  	github.com/docker/docker/volume/local	0.077s	coverage: 76.6% of statements
09:30:32 [2023-01-05T09:30:32.600Z] ok  	github.com/docker/docker/volume/mounts	0.007s	coverage: 68.1% of statements
09:30:33 [2023-01-05T09:30:33.560Z] ok  	github.com/docker/docker/volume/service	0.015s	coverage: 73.2% of statements
09:30:55 [2023-01-05T09:30:55.464Z] ok  	github.com/docker/docker/pkg/plugins	33.640s	coverage: 76.3% of statements
09:30:55 [2023-01-05T09:30:55.464Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
09:30:55 [2023-01-05T09:30:55.464Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
09:30:55 [2023-01-05T09:30:55.464Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
09:30:55 [2023-01-05T09:30:55.464Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
09:30:55 [2023-01-05T09:30:55.464Z] ?   	github.com/docker/docker/rootless	[no test files]
09:30:55 [2023-01-05T09:30:55.464Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
09:30:55 [2023-01-05T09:30:55.464Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
09:30:55 [2023-01-05T09:30:55.464Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
09:30:55 [2023-01-05T09:30:55.464Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
09:30:55 [2023-01-05T09:30:55.464Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
09:30:55 [2023-01-05T09:30:55.464Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
09:30:55 [2023-01-05T09:30:55.464Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
09:30:55 [2023-01-05T09:30:55.464Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
09:30:55 [2023-01-05T09:30:55.464Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
09:30:55 [2023-01-05T09:30:55.464Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
09:30:55 [2023-01-05T09:30:55.464Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
09:30:55 [2023-01-05T09:30:55.464Z] ?   	github.com/docker/docker/testutil/request	[no test files]
09:30:55 [2023-01-05T09:30:55.464Z] ?   	github.com/docker/docker/volume	[no test files]
09:30:55 [2023-01-05T09:30:55.464Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
09:30:55 [2023-01-05T09:30:55.464Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
09:30:55 [2023-01-05T09:30:55.464Z] 
09:30:55 [2023-01-05T09:30:55.464Z] === Skipped
09:30:55 [2023-01-05T09:30:55.464Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s)
09:30:55 [2023-01-05T09:30:55.464Z]     network_proxy_test.go:193: Need to start CI docker with --ipv6
09:30:55 [2023-01-05T09:30:55.464Z] 
09:30:55 [2023-01-05T09:30:55.464Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s)
09:30:55 [2023-01-05T09:30:55.464Z]     network_proxy_test.go:208: No support for dual stack yet
09:30:55 [2023-01-05T09:30:55.464Z] 
09:30:55 [2023-01-05T09:30:55.464Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s)
09:30:55 [2023-01-05T09:30:55.464Z]     network_proxy_test.go:237: Need to start CI docker with --ipv6
09:30:55 [2023-01-05T09:30:55.464Z] 
09:30:55 [2023-01-05T09:30:55.464Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s)
09:30:55 [2023-01-05T09:30:55.464Z]     network_proxy_test.go:298: Need to start CI docker with --ipv6
09:30:55 [2023-01-05T09:30:55.464Z] 
09:30:55 [2023-01-05T09:30:55.464Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
09:30:55 [2023-01-05T09:30:55.464Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:30:55 [2023-01-05T09:30:55.464Z]     graphtest_unix.go:44: Driver btrfs not supported
09:30:55 [2023-01-05T09:30:55.464Z] 
09:30:55 [2023-01-05T09:30:55.464Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
09:30:55 [2023-01-05T09:30:55.464Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:30:55 [2023-01-05T09:30:55.464Z]     graphtest_unix.go:44: Driver btrfs not supported
09:30:55 [2023-01-05T09:30:55.464Z] 
09:30:55 [2023-01-05T09:30:55.464Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
09:30:55 [2023-01-05T09:30:55.464Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:30:55 [2023-01-05T09:30:55.464Z]     graphtest_unix.go:44: Driver btrfs not supported
09:30:55 [2023-01-05T09:30:55.464Z] 
09:30:55 [2023-01-05T09:30:55.464Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
09:30:55 [2023-01-05T09:30:55.464Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:30:55 [2023-01-05T09:30:55.464Z]     graphtest_unix.go:44: Driver btrfs not supported
09:30:55 [2023-01-05T09:30:55.464Z] 
09:30:55 [2023-01-05T09:30:55.464Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
09:30:55 [2023-01-05T09:30:55.464Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:30:55 [2023-01-05T09:30:55.464Z]     graphtest_unix.go:44: Driver btrfs not supported
09:30:55 [2023-01-05T09:30:55.464Z] 
09:30:55 [2023-01-05T09:30:55.464Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
09:30:55 [2023-01-05T09:30:55.464Z]     graphtest_unix.go:71: No driver to put!
09:30:55 [2023-01-05T09:30:55.464Z] 
09:30:55 [2023-01-05T09:30:55.464Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
09:30:55 [2023-01-05T09:30:55.464Z] time="2023-01-05T09:29:50Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
09:30:55 [2023-01-05T09:30:55.464Z]     graphtest_unix.go:42: graphdriver: driver not supported
09:30:55 [2023-01-05T09:30:55.464Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
09:30:55 [2023-01-05T09:30:55.464Z] 
09:30:55 [2023-01-05T09:30:55.464Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
09:30:55 [2023-01-05T09:30:55.464Z] time="2023-01-05T09:29:50Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
09:30:55 [2023-01-05T09:30:55.464Z]     graphtest_unix.go:42: graphdriver: driver not supported
09:30:55 [2023-01-05T09:30:55.464Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
09:30:55 [2023-01-05T09:30:55.464Z] 
09:30:55 [2023-01-05T09:30:55.464Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
09:30:55 [2023-01-05T09:30:55.464Z] time="2023-01-05T09:29:50Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
09:30:55 [2023-01-05T09:30:55.464Z]     graphtest_unix.go:42: graphdriver: driver not supported
09:30:55 [2023-01-05T09:30:55.464Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
09:30:55 [2023-01-05T09:30:55.464Z] 
09:30:55 [2023-01-05T09:30:55.464Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
09:30:55 [2023-01-05T09:30:55.464Z] time="2023-01-05T09:29:50Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
09:30:55 [2023-01-05T09:30:55.464Z]     graphtest_unix.go:42: graphdriver: driver not supported
09:30:55 [2023-01-05T09:30:55.464Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
09:30:55 [2023-01-05T09:30:55.464Z] 
09:30:55 [2023-01-05T09:30:55.464Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
09:30:55 [2023-01-05T09:30:55.464Z] time="2023-01-05T09:29:50Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
09:30:55 [2023-01-05T09:30:55.464Z]     graphtest_unix.go:42: graphdriver: driver not supported
09:30:55 [2023-01-05T09:30:55.464Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
09:30:55 [2023-01-05T09:30:55.464Z] 
09:30:55 [2023-01-05T09:30:55.464Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
09:30:55 [2023-01-05T09:30:55.464Z]     graphtest_unix.go:71: No driver to put!
09:30:55 [2023-01-05T09:30:55.464Z] 
09:30:55 [2023-01-05T09:30:55.464Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
09:30:55 [2023-01-05T09:30:55.464Z]     overlay_test.go:45: Fails to compute changes after apply intermittently
09:30:55 [2023-01-05T09:30:55.464Z] 
09:30:55 [2023-01-05T09:30:55.464Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
09:30:55 [2023-01-05T09:30:55.464Z]     overlay_test.go:50: Fails to compute changes intermittently
09:30:55 [2023-01-05T09:30:55.464Z] 
09:30:55 [2023-01-05T09:30:55.464Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
09:30:55 [2023-01-05T09:30:55.464Z]     overlay_test.go:65: Cannot run test with naive change algorithm
09:30:55 [2023-01-05T09:30:55.464Z] 
09:30:55 [2023-01-05T09:30:55.464Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
09:30:55 [2023-01-05T09:30:55.464Z]     graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
09:30:55 [2023-01-05T09:30:55.464Z] 
09:30:55 [2023-01-05T09:30:55.464Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
09:30:55 [2023-01-05T09:30:55.464Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:30:55 [2023-01-05T09:30:55.464Z]     graphtest_unix.go:44: Driver zfs not supported
09:30:55 [2023-01-05T09:30:55.464Z] 
09:30:55 [2023-01-05T09:30:55.464Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
09:30:55 [2023-01-05T09:30:55.464Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:30:55 [2023-01-05T09:30:55.464Z]     graphtest_unix.go:44: Driver zfs not supported
09:30:55 [2023-01-05T09:30:55.464Z] 
09:30:55 [2023-01-05T09:30:55.464Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
09:30:55 [2023-01-05T09:30:55.464Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:30:55 [2023-01-05T09:30:55.464Z]     graphtest_unix.go:44: Driver zfs not supported
09:30:55 [2023-01-05T09:30:55.464Z] 
09:30:55 [2023-01-05T09:30:55.464Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
09:30:55 [2023-01-05T09:30:55.464Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:30:55 [2023-01-05T09:30:55.464Z]     graphtest_unix.go:44: Driver zfs not supported
09:30:55 [2023-01-05T09:30:55.464Z] 
09:30:55 [2023-01-05T09:30:55.464Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
09:30:55 [2023-01-05T09:30:55.464Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:30:55 [2023-01-05T09:30:55.464Z]     graphtest_unix.go:44: Driver zfs not supported
09:30:55 [2023-01-05T09:30:55.464Z] 
09:30:55 [2023-01-05T09:30:55.464Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
09:30:55 [2023-01-05T09:30:55.464Z]     graphtest_unix.go:71: No driver to put!
09:30:55 [2023-01-05T09:30:55.464Z] 
09:30:55 [2023-01-05T09:30:55.464Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
09:30:55 [2023-01-05T09:30:55.464Z]     sysinfo_linux_test.go:86: AppArmor Must be Disabled
09:30:55 [2023-01-05T09:30:55.464Z] 
09:30:55 [2023-01-05T09:30:55.464Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
09:30:55 [2023-01-05T09:30:55.464Z]     sysinfo_linux_test.go:106: cgroup namespaces must be disabled
09:30:55 [2023-01-05T09:30:55.464Z] 
09:30:55 [2023-01-05T09:30:55.464Z] DONE 2964 tests, 28 skipped in 214.345s
09:30:55 [2023-01-05T09:30:55.464Z] + '[' -n 'github.com/docker/docker/libnetwork
09:30:55 [2023-01-05T09:30:55.464Z] github.com/docker/docker/libnetwork/bitseq
09:30:55 [2023-01-05T09:30:55.464Z] github.com/docker/docker/libnetwork/cluster
09:30:55 [2023-01-05T09:30:55.464Z] github.com/docker/docker/libnetwork/cmd/diagnostic
09:30:55 [2023-01-05T09:30:55.464Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
09:30:55 [2023-01-05T09:30:55.465Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
09:30:55 [2023-01-05T09:30:55.465Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
09:30:55 [2023-01-05T09:30:55.465Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
09:30:55 [2023-01-05T09:30:55.465Z] github.com/docker/docker/libnetwork/cmd/ovrouter
09:30:55 [2023-01-05T09:30:55.465Z] github.com/docker/docker/libnetwork/cmd/readme_test
09:30:55 [2023-01-05T09:30:55.465Z] github.com/docker/docker/libnetwork/config
09:30:55 [2023-01-05T09:30:55.465Z] github.com/docker/docker/libnetwork/datastore
09:30:55 [2023-01-05T09:30:55.465Z] github.com/docker/docker/libnetwork/diagnostic
09:30:55 [2023-01-05T09:30:55.465Z] github.com/docker/docker/libnetwork/discoverapi
09:30:55 [2023-01-05T09:30:55.465Z] github.com/docker/docker/libnetwork/driverapi
09:30:55 [2023-01-05T09:30:55.465Z] github.com/docker/docker/libnetwork/drivers/bridge
09:30:55 [2023-01-05T09:30:55.465Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
09:30:55 [2023-01-05T09:30:55.465Z] github.com/docker/docker/libnetwork/drivers/host
09:30:55 [2023-01-05T09:30:55.465Z] github.com/docker/docker/libnetwork/drivers/ipvlan
09:30:55 [2023-01-05T09:30:55.465Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
09:30:55 [2023-01-05T09:30:55.465Z] github.com/docker/docker/libnetwork/drivers/macvlan
09:30:55 [2023-01-05T09:30:55.465Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
09:30:55 [2023-01-05T09:30:55.465Z] github.com/docker/docker/libnetwork/drivers/null
09:30:55 [2023-01-05T09:30:55.465Z] github.com/docker/docker/libnetwork/drivers/overlay
09:30:55 [2023-01-05T09:30:55.465Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
09:30:55 [2023-01-05T09:30:55.465Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
09:30:55 [2023-01-05T09:30:55.465Z] github.com/docker/docker/libnetwork/drivers/remote
09:30:55 [2023-01-05T09:30:55.465Z] github.com/docker/docker/libnetwork/drivers/remote/api
09:30:55 [2023-01-05T09:30:55.465Z] github.com/docker/docker/libnetwork/drivers/windows
09:30:55 [2023-01-05T09:30:55.465Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
09:30:55 [2023-01-05T09:30:55.465Z] github.com/docker/docker/libnetwork/drvregistry
09:30:55 [2023-01-05T09:30:55.465Z] github.com/docker/docker/libnetwork/etchosts
09:30:55 [2023-01-05T09:30:55.465Z] github.com/docker/docker/libnetwork/idm
09:30:55 [2023-01-05T09:30:55.465Z] github.com/docker/docker/libnetwork/internal/caller
09:30:55 [2023-01-05T09:30:55.465Z] github.com/docker/docker/libnetwork/internal/setmatrix
09:30:55 [2023-01-05T09:30:55.465Z] github.com/docker/docker/libnetwork/ipam
09:30:55 [2023-01-05T09:30:55.465Z] github.com/docker/docker/libnetwork/ipamapi
09:30:55 [2023-01-05T09:30:55.465Z] github.com/docker/docker/libnetwork/ipams/builtin
09:30:55 [2023-01-05T09:30:55.465Z] github.com/docker/docker/libnetwork/ipams/null
09:30:55 [2023-01-05T09:30:55.465Z] github.com/docker/docker/libnetwork/ipams/remote
09:30:55 [2023-01-05T09:30:55.465Z] github.com/docker/docker/libnetwork/ipams/remote/api
09:30:55 [2023-01-05T09:30:55.465Z] github.com/docker/docker/libnetwork/ipams/windowsipam
09:30:55 [2023-01-05T09:30:55.465Z] github.com/docker/docker/libnetwork/ipamutils
09:30:55 [2023-01-05T09:30:55.465Z] github.com/docker/docker/libnetwork/iptables
09:30:55 [2023-01-05T09:30:55.465Z] github.com/docker/docker/libnetwork/netlabel
09:30:55 [2023-01-05T09:30:55.465Z] github.com/docker/docker/libnetwork/netutils
09:30:55 [2023-01-05T09:30:55.465Z] github.com/docker/docker/libnetwork/networkdb
09:30:55 [2023-01-05T09:30:55.465Z] github.com/docker/docker/libnetwork/ns
09:30:55 [2023-01-05T09:30:55.465Z] github.com/docker/docker/libnetwork/options
09:30:55 [2023-01-05T09:30:55.465Z] github.com/docker/docker/libnetwork/osl
09:30:55 [2023-01-05T09:30:55.465Z] github.com/docker/docker/libnetwork/osl/kernel
09:30:55 [2023-01-05T09:30:55.465Z] github.com/docker/docker/libnetwork/portallocator
09:30:55 [2023-01-05T09:30:55.465Z] github.com/docker/docker/libnetwork/portmapper
09:30:55 [2023-01-05T09:30:55.465Z] github.com/docker/docker/libnetwork/resolvconf
09:30:55 [2023-01-05T09:30:55.465Z] github.com/docker/docker/libnetwork/testutils
09:30:55 [2023-01-05T09:30:55.465Z] github.com/docker/docker/libnetwork/types' ']'
09:30:55 [2023-01-05T09:30:55.465Z] + 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/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/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
09:31:42 [2023-01-05T09:31:42.954Z] ok  	github.com/docker/docker/libnetwork	41.984s	coverage: 40.9% of statements
09:31:42 [2023-01-05T09:31:42.954Z] ok  	github.com/docker/docker/libnetwork/bitseq	0.135s	coverage: 84.4% of statements
09:31:42 [2023-01-05T09:31:42.954Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
09:31:42 [2023-01-05T09:31:42.954Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
09:31:42 [2023-01-05T09:31:42.954Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
09:31:42 [2023-01-05T09:31:42.954Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
09:31:42 [2023-01-05T09:31:42.954Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
09:31:42 [2023-01-05T09:31:42.954Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
09:31:42 [2023-01-05T09:31:42.954Z] ?   	github.com/docker/docker/libnetwork/cmd/ovrouter	[no test files]
09:31:42 [2023-01-05T09:31:42.954Z] ?   	github.com/docker/docker/libnetwork/cmd/readme_test	[no test files]
09:31:42 [2023-01-05T09:31:42.954Z] ok  	github.com/docker/docker/libnetwork/config	0.014s	coverage: 9.3% of statements
09:31:42 [2023-01-05T09:31:42.954Z] ok  	github.com/docker/docker/libnetwork/datastore	0.004s	coverage: 22.0% of statements
09:31:42 [2023-01-05T09:31:42.954Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
09:31:42 [2023-01-05T09:31:42.954Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
09:31:42 [2023-01-05T09:31:42.954Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.003s	coverage: 68.9% of statements
09:31:46 [2023-01-05T09:31:46.221Z] ok  	github.com/docker/docker/libnetwork/drivers/bridge	1.590s	coverage: 61.7% of statements
09:31:46 [2023-01-05T09:31:46.221Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
09:31:46 [2023-01-05T09:31:46.221Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.002s	coverage: 34.8% of statements
09:31:46 [2023-01-05T09:31:46.783Z] ok  	github.com/docker/docker/libnetwork/drivers/ipvlan	0.401s	coverage: 5.2% of statements
09:31:47 [2023-01-05T09:31:47.041Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
09:31:47 [2023-01-05T09:31:47.603Z] ok  	github.com/docker/docker/libnetwork/drivers/macvlan	0.014s	coverage: 4.8% of statements
09:31:47 [2023-01-05T09:31:47.603Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
09:31:47 [2023-01-05T09:31:47.859Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.004s	coverage: 34.8% of statements
09:31:57 [2023-01-05T09:31:57.799Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay	8.253s	coverage: 6.9% of statements
09:31:57 [2023-01-05T09:31:57.799Z] ?   	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	[no test files]
09:31:57 [2023-01-05T09:31:57.799Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.004s	coverage: 63.6% of statements
09:31:58 [2023-01-05T09:31:58.360Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.010s	coverage: 57.4% of statements
09:31:58 [2023-01-05T09:31:58.360Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
09:31:58 [2023-01-05T09:31:58.360Z] ?   	github.com/docker/docker/libnetwork/drivers/windows	[no test files]
09:31:58 [2023-01-05T09:31:58.360Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
09:31:58 [2023-01-05T09:31:58.616Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.014s	coverage: 82.4% of statements
09:31:58 [2023-01-05T09:31:58.872Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.014s	coverage: 81.0% of statements
09:31:59 [2023-01-05T09:31:59.128Z] ok  	github.com/docker/docker/libnetwork/idm	0.003s	coverage: 87.5% of statements
09:31:59 [2023-01-05T09:31:59.384Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.002s	coverage: 100.0% of statements
09:32:09 [2023-01-05T09:32:09.509Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.003s	coverage: 100.0% of statements
09:32:27 [2023-01-05T09:32:27.587Z] ok  	github.com/docker/docker/libnetwork/ipam	15.904s	coverage: 85.3% of statements
09:32:27 [2023-01-05T09:32:27.587Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
09:32:27 [2023-01-05T09:32:27.587Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
09:32:27 [2023-01-05T09:32:27.587Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.003s	coverage: 57.1% of statements
09:32:27 [2023-01-05T09:32:27.587Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.007s	coverage: 47.4% of statements
09:32:27 [2023-01-05T09:32:27.587Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
09:32:27 [2023-01-05T09:32:27.587Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.003s	coverage: 71.4% of statements
09:32:27 [2023-01-05T09:32:27.587Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.265s	coverage: 74.0% of statements
09:32:28 [2023-01-05T09:32:28.151Z] ok  	github.com/docker/docker/libnetwork/iptables	0.245s	coverage: 43.3% of statements
09:32:28 [2023-01-05T09:32:28.151Z] ?   	github.com/docker/docker/libnetwork/netlabel	[no test files]
09:32:28 [2023-01-05T09:32:28.713Z] ok  	github.com/docker/docker/libnetwork/netutils	0.017s	coverage: 45.0% of statements
09:34:20 [2023-01-05T09:34:20.087Z] ok  	github.com/docker/docker/libnetwork/networkdb	103.661s	coverage: 60.1% of statements
09:34:20 [2023-01-05T09:34:20.087Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
09:34:20 [2023-01-05T09:34:20.087Z] ok  	github.com/docker/docker/libnetwork/options	0.002s	coverage: 100.0% of statements
09:34:20 [2023-01-05T09:34:20.087Z] ok  	github.com/docker/docker/libnetwork/osl	4.377s	coverage: 39.4% of statements
09:34:20 [2023-01-05T09:34:20.087Z] ok  	github.com/docker/docker/libnetwork/osl/kernel	0.003s	coverage: 20.0% of statements
09:34:20 [2023-01-05T09:34:20.087Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.016s	coverage: 80.7% of statements
09:34:20 [2023-01-05T09:34:20.343Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.653s	coverage: 46.3% of statements
09:34:20 [2023-01-05T09:34:20.598Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.003s	coverage: 82.8% of statements
09:34:20 [2023-01-05T09:34:20.598Z] ?   	github.com/docker/docker/libnetwork/testutils	[no test files]
09:34:20 [2023-01-05T09:34:20.855Z] ok  	github.com/docker/docker/libnetwork/types	0.002s	coverage: 37.3% of statements
09:34:20 [2023-01-05T09:34:20.855Z] 
09:34:20 [2023-01-05T09:34:20.855Z] === Skipped
09:34:20 [2023-01-05T09:34:20.855Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s)
09:34:20 [2023-01-05T09:34:20.855Z]     allocator_test.go:1483: Skipped because t.parallel was less than  5
09:34:20 [2023-01-05T09:34:20.855Z] 
09:34:20 [2023-01-05T09:34:20.855Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s)
09:34:20 [2023-01-05T09:34:20.855Z]     allocator_test.go:1483: Skipped because t.parallel was less than  5
09:34:20 [2023-01-05T09:34:20.855Z] 
09:34:20 [2023-01-05T09:34:20.855Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s)
09:34:20 [2023-01-05T09:34:20.855Z]     allocator_test.go:1483: Skipped because t.parallel was less than  5
09:34:20 [2023-01-05T09:34:20.855Z] 
09:34:20 [2023-01-05T09:34:20.855Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s)
09:34:20 [2023-01-05T09:34:20.855Z]     allocator_test.go:1483: Skipped because t.parallel was less than  5
09:34:20 [2023-01-05T09:34:20.855Z] 
09:34:20 [2023-01-05T09:34:20.855Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s)
09:34:20 [2023-01-05T09:34:20.855Z]     allocator_test.go:1483: Skipped because t.parallel was less than  5
09:34:20 [2023-01-05T09:34:20.855Z] 
09:34:20 [2023-01-05T09:34:20.855Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s)
09:34:20 [2023-01-05T09:34:20.855Z]     firewalld_test.go:14: firewalld is not running
09:34:20 [2023-01-05T09:34:20.855Z] 
09:34:20 [2023-01-05T09:34:20.855Z] DONE 321 tests, 6 skipped in 207.841s
Post stage
[Pipeline] junit
09:34:21 [2023-01-05T09:34:21.796Z] Recording test results
09:34:21 [2023-01-05T09:34:21.913Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
09:34:22 [2023-01-05T09:34:22.239Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44743/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 -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:f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 hack/make.sh dynbinary test-integration
09:34:22 [2023-01-05T09:34:22.800Z] 
09:34:22 [2023-01-05T09:34:22.800Z] Removing bundles/
09:34:22 [2023-01-05T09:34:22.800Z] 
09:34:22 [2023-01-05T09:34:22.800Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
09:34:22 [2023-01-05T09:34:22.800Z] Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
09:35:59 [2023-01-05T09:35:59.174Z] Created binary: bundles/dynbinary-daemon/dockerd
09:35:59 [2023-01-05T09:35:59.174Z] Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
09:35:59 [2023-01-05T09:35:59.174Z] Created binary: bundles/dynbinary-daemon/docker-proxy
09:35:59 [2023-01-05T09:35:59.174Z] 
09:35:59 [2023-01-05T09:35:59.174Z] ---> Making bundle: test-integration (in bundles/test-integration)
09:35:59 [2023-01-05T09:35:59.174Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
09:35:59 [2023-01-05T09:35:59.174Z] HOSTNAME=582f510448e9
09:35:59 [2023-01-05T09:35:59.174Z] TESTDEBUG=0
09:35:59 [2023-01-05T09:35:59.174Z] DEST=bundles/test-integration
09:35:59 [2023-01-05T09:35:59.174Z] PWD=/go/src/github.com/docker/docker
09:35:59 [2023-01-05T09:35:59.174Z] DOCKER_GITCOMMIT=f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971
09:35:59 [2023-01-05T09:35:59.174Z] container=docker
09:35:59 [2023-01-05T09:35:59.174Z] HOME=/root
09:35:59 [2023-01-05T09:35:59.174Z] GOLANG_VERSION=1.19.4
09:35:59 [2023-01-05T09:35:59.174Z] VALIDATE_REPO=https://github.com/moby/moby.git
09:35:59 [2023-01-05T09:35:59.174Z] VALIDATE_BRANCH=master
09:35:59 [2023-01-05T09:35:59.174Z] TERM=xterm
09:35:59 [2023-01-05T09:35:59.174Z] DOCKER_PKG=github.com/docker/docker
09:35:59 [2023-01-05T09:35:59.174Z] SHLVL=1
09:35:59 [2023-01-05T09:35:59.174Z] TIMEOUT=120m
09:35:59 [2023-01-05T09:35:59.174Z] DOCKER_GRAPHDRIVER=overlay2
09:35:59 [2023-01-05T09:35:59.174Z] GO111MODULE=off
09:35:59 [2023-01-05T09:35:59.174Z] DOCKER_EXPERIMENTAL=1
09:35:59 [2023-01-05T09:35:59.174Z] TEST_SKIP_INTEGRATION_CLI=1
09:35:59 [2023-01-05T09:35:59.174Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
09:35:59 [2023-01-05T09:35:59.174Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
09:35:59 [2023-01-05T09:35:59.174Z] GOPATH=/go
09:35:59 [2023-01-05T09:35:59.174Z] PKG_CONFIG=pkg-config
09:35:59 [2023-01-05T09:35:59.174Z] _=/usr/bin/env
09:35:59 [2023-01-05T09:35:59.174Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
09:36:37 [2023-01-05T09:36:37.834Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
09:36:37 [2023-01-05T09:36:37.834Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
09:36:59 [2023-01-05T09:36:59.807Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
09:37:07 [2023-01-05T09:37:07.887Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
09:37:14 [2023-01-05T09:37:14.419Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
09:37:14 [2023-01-05T09:37:14.981Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
09:37:15 [2023-01-05T09:37:15.543Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
09:37:16 [2023-01-05T09:37:16.470Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
09:37:17 [2023-01-05T09:37:17.031Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
09:37:17 [2023-01-05T09:37:17.287Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
09:37:18 [2023-01-05T09:37:18.215Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
09:37:19 [2023-01-05T09:37:19.580Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
09:37:20 [2023-01-05T09:37:20.946Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
09:37:21 [2023-01-05T09:37:21.873Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
09:37:22 [2023-01-05T09:37:22.434Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
09:37:23 [2023-01-05T09:37:23.362Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
09:37:23 [2023-01-05T09:37:23.923Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
09:37:25 [2023-01-05T09:37:25.288Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
09:37:25 [2023-01-05T09:37:25.849Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
09:37:26 [2023-01-05T09:37:26.776Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
09:37:27 [2023-01-05T09:37:27.337Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
09:37:27 [2023-01-05T09:37:27.337Z] Using test binary docker
09:37:27 [2023-01-05T09:37:27.337Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
09:37:27 [2023-01-05T09:37:27.337Z] +++ /etc/init.d/apparmor start
09:37:27 [2023-01-05T09:37:27.337Z] Not: starting.
09:37:27 [2023-01-05T09:37:27.337Z] INFO: Waiting for daemon to start...
09:37:27 [2023-01-05T09:37:27.337Z] Starting dockerd
09:37:27 [2023-01-05T09:37:27.337Z] +++ 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
09:37:29 [2023-01-05T09:37:29.850Z] .
09:37:29 [2023-01-05T09:37:29.850Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
09:37:29 [2023-01-05T09:37:29.850Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
09:37:29 [2023-01-05T09:37:29.850Z] Error: No such image: emptyfs
09:37:29 [2023-01-05T09:37:29.850Z] ++++ tar -cC bundles/test-integration/emptyfs .
09:37:29 [2023-01-05T09:37:29.850Z] ++++ docker load
09:37:29 [2023-01-05T09:37:29.850Z] Loaded image: emptyfs:latest
09:37:29 [2023-01-05T09:37:29.850Z] Running integration-test (iteration 1)
09:37:29 [2023-01-05T09:37:29.850Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m 
09:37:29 [2023-01-05T09:37:29.850Z] ++ 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
09:37:29 [2023-01-05T09:37:29.850Z] ++ set -e
09:37:29 [2023-01-05T09:37:29.850Z] ++ '[' -n 0 ']'
09:37:29 [2023-01-05T09:37:29.850Z] ++ set -x
09:37:29 [2023-01-05T09:37:29.850Z] ++ 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
09:37:29 [2023-01-05T09:37:29.850Z] Loaded image: busybox:latest
09:37:29 [2023-01-05T09:37:29.850Z] Loaded image: busybox:glibc
09:37:31 [2023-01-05T09:37:31.221Z] Loaded image: debian:bullseye-slim
09:37:31 [2023-01-05T09:37:31.221Z] Loaded image: hello-world:latest
09:37:31 [2023-01-05T09:37:31.221Z] Loaded image: arm32v7/hello-world:latest
09:37:31 [2023-01-05T09:37:31.221Z] INFO: Testing against a local daemon
09:37:31 [2023-01-05T09:37:31.221Z] === RUN   TestCgroupNamespacesBuild
09:37:32 [2023-01-05T09:37:32.151Z] --- PASS: TestCgroupNamespacesBuild (1.22s)
09:37:32 [2023-01-05T09:37:32.151Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
09:37:33 [2023-01-05T09:37:33.515Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.04s)
09:37:33 [2023-01-05T09:37:33.515Z] === RUN   TestBuildWithSession
09:37:33 [2023-01-05T09:37:33.515Z]     build_session_test.go:25: TODO: BuildKit
09:37:33 [2023-01-05T09:37:33.515Z] --- SKIP: TestBuildWithSession (0.00s)
09:37:33 [2023-01-05T09:37:33.515Z] === RUN   TestBuildSquashParent
09:37:37 [2023-01-05T09:37:37.678Z] --- PASS: TestBuildSquashParent (3.90s)
09:37:37 [2023-01-05T09:37:37.679Z] === RUN   TestBuildWithRemoveAndForceRemove
09:37:37 [2023-01-05T09:37:37.679Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
09:37:37 [2023-01-05T09:37:37.679Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
09:37:37 [2023-01-05T09:37:37.679Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
09:37:37 [2023-01-05T09:37:37.679Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
09:37:37 [2023-01-05T09:37:37.679Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
09:37:37 [2023-01-05T09:37:37.679Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
09:37:37 [2023-01-05T09:37:37.679Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
09:37:37 [2023-01-05T09:37:37.679Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
09:37:37 [2023-01-05T09:37:37.679Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
09:37:37 [2023-01-05T09:37:37.679Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
09:37:37 [2023-01-05T09:37:37.679Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
09:37:37 [2023-01-05T09:37:37.679Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
09:37:37 [2023-01-05T09:37:37.679Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
09:37:37 [2023-01-05T09:37:37.679Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
09:37:38 [2023-01-05T09:37:38.605Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
09:37:38 [2023-01-05T09:37:38.605Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
09:37:39 [2023-01-05T09:37:39.968Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
09:37:39 [2023-01-05T09:37:39.968Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
09:37:41 [2023-01-05T09:37:41.332Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.05s)
09:37:41 [2023-01-05T09:37:41.332Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.23s)
09:37:41 [2023-01-05T09:37:41.332Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.33s)
09:37:41 [2023-01-05T09:37:41.332Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.32s)
09:37:41 [2023-01-05T09:37:41.332Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.42s)
09:37:41 [2023-01-05T09:37:41.332Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.05s)
09:37:41 [2023-01-05T09:37:41.332Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.28s)
09:37:41 [2023-01-05T09:37:41.332Z] === RUN   TestBuildMultiStageCopy
09:37:41 [2023-01-05T09:37:41.332Z] === RUN   TestBuildMultiStageCopy/copy_to_root
09:37:41 [2023-01-05T09:37:41.892Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
09:37:42 [2023-01-05T09:37:42.148Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
09:37:42 [2023-01-05T09:37:42.148Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
09:37:42 [2023-01-05T09:37:42.148Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
09:37:42 [2023-01-05T09:37:42.404Z] --- PASS: TestBuildMultiStageCopy (1.23s)
09:37:42 [2023-01-05T09:37:42.404Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (0.94s)
09:37:42 [2023-01-05T09:37:42.404Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.06s)
09:37:42 [2023-01-05T09:37:42.404Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.07s)
09:37:42 [2023-01-05T09:37:42.404Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.08s)
09:37:42 [2023-01-05T09:37:42.404Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.09s)
09:37:42 [2023-01-05T09:37:42.404Z] === RUN   TestBuildMultiStageParentConfig
09:37:42 [2023-01-05T09:37:42.659Z] --- PASS: TestBuildMultiStageParentConfig (0.28s)
09:37:42 [2023-01-05T09:37:42.659Z] === RUN   TestBuildLabelWithTargets
09:37:43 [2023-01-05T09:37:43.220Z] --- PASS: TestBuildLabelWithTargets (0.51s)
09:37:43 [2023-01-05T09:37:43.220Z] === RUN   TestBuildWithEmptyLayers
09:37:43 [2023-01-05T09:37:43.220Z] --- PASS: TestBuildWithEmptyLayers (0.10s)
09:37:43 [2023-01-05T09:37:43.220Z] === RUN   TestBuildMultiStageOnBuild
09:37:44 [2023-01-05T09:37:44.146Z] --- PASS: TestBuildMultiStageOnBuild (1.08s)
09:37:44 [2023-01-05T09:37:44.146Z] === RUN   TestBuildUncleanTarFilenames
09:37:44 [2023-01-05T09:37:44.402Z] --- PASS: TestBuildUncleanTarFilenames (0.11s)
09:37:44 [2023-01-05T09:37:44.402Z] === RUN   TestBuildMultiStageLayerLeak
09:37:45 [2023-01-05T09:37:45.328Z] --- PASS: TestBuildMultiStageLayerLeak (1.02s)
09:37:45 [2023-01-05T09:37:45.328Z] === RUN   TestBuildWithHugeFile
09:38:23 [2023-01-05T09:38:23.993Z] --- PASS: TestBuildWithHugeFile (36.54s)
09:38:23 [2023-01-05T09:38:23.993Z] === RUN   TestBuildWCOWSandboxSize
09:38:23 [2023-01-05T09:38:23.993Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
09:38:23 [2023-01-05T09:38:23.993Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
09:38:23 [2023-01-05T09:38:23.993Z] === RUN   TestBuildWithEmptyDockerfile
09:38:23 [2023-01-05T09:38:23.993Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
09:38:23 [2023-01-05T09:38:23.993Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
09:38:23 [2023-01-05T09:38:23.993Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
09:38:23 [2023-01-05T09:38:23.993Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
09:38:23 [2023-01-05T09:38:23.993Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
09:38:23 [2023-01-05T09:38:23.993Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
09:38:23 [2023-01-05T09:38:23.993Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
09:38:23 [2023-01-05T09:38:23.993Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
09:38:23 [2023-01-05T09:38:23.993Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
09:38:23 [2023-01-05T09:38:23.993Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s)
09:38:23 [2023-01-05T09:38:23.993Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.01s)
09:38:23 [2023-01-05T09:38:23.993Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s)
09:38:23 [2023-01-05T09:38:23.993Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s)
09:38:23 [2023-01-05T09:38:23.993Z] === RUN   TestBuildPreserveOwnership
09:38:23 [2023-01-05T09:38:23.993Z] === RUN   TestBuildPreserveOwnership/copy_from
09:38:23 [2023-01-05T09:38:23.993Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
09:38:23 [2023-01-05T09:38:23.993Z] --- PASS: TestBuildPreserveOwnership (2.13s)
09:38:23 [2023-01-05T09:38:23.993Z]     --- PASS: TestBuildPreserveOwnership/copy_from (1.56s)
09:38:23 [2023-01-05T09:38:23.993Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.56s)
09:38:23 [2023-01-05T09:38:23.993Z] === RUN   TestBuildPlatformInvalid
09:38:24 [2023-01-05T09:38:24.248Z] --- PASS: TestBuildPlatformInvalid (0.03s)
09:38:24 [2023-01-05T09:38:24.248Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
09:38:24 [2023-01-05T09:38:24.809Z] Loaded image: busybox:latest
09:38:24 [2023-01-05T09:38:24.809Z] Loaded image: busybox:glibc
09:38:26 [2023-01-05T09:38:26.173Z] Loaded image: debian:bullseye-slim
09:38:26 [2023-01-05T09:38:26.173Z] Loaded image: hello-world:latest
09:38:26 [2023-01-05T09:38:26.173Z] Loaded image: arm32v7/hello-world:latest
09:38:36 [2023-01-05T09:38:36.112Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.33s)
09:38:36 [2023-01-05T09:38:36.112Z] PASS
09:38:36 [2023-01-05T09:38:36.112Z] 
09:38:36 [2023-01-05T09:38:36.112Z] === Skipped
09:38:36 [2023-01-05T09:38:36.112Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s)
09:38:36 [2023-01-05T09:38:36.112Z]     build_session_test.go:25: TODO: BuildKit
09:38:36 [2023-01-05T09:38:36.112Z] 
09:38:36 [2023-01-05T09:38:36.112Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s)
09:38:36 [2023-01-05T09:38:36.112Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
09:38:36 [2023-01-05T09:38:36.112Z] 
09:38:36 [2023-01-05T09:38:36.112Z] DONE 34 tests, 2 skipped in 64.963s
09:38:36 [2023-01-05T09:38:36.112Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m 
09:38:36 [2023-01-05T09:38:36.112Z] ++ 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
09:38:36 [2023-01-05T09:38:36.112Z] ++ set -e
09:38:36 [2023-01-05T09:38:36.112Z] ++ '[' -n 0 ']'
09:38:36 [2023-01-05T09:38:36.112Z] ++ set -x
09:38:36 [2023-01-05T09:38:36.112Z] ++ 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
09:38:36 [2023-01-05T09:38:36.112Z] INFO: Testing against a local daemon
09:38:36 [2023-01-05T09:38:36.112Z] === RUN   TestConfigInspect
09:38:36 [2023-01-05T09:38:36.673Z] --- PASS: TestConfigInspect (2.12s)
09:38:36 [2023-01-05T09:38:36.673Z] === RUN   TestConfigList
09:38:39 [2023-01-05T09:38:39.186Z] --- PASS: TestConfigList (2.12s)
09:38:39 [2023-01-05T09:38:39.186Z] === RUN   TestConfigsCreateAndDelete
09:38:41 [2023-01-05T09:38:41.073Z] --- PASS: TestConfigsCreateAndDelete (2.08s)
09:38:41 [2023-01-05T09:38:41.073Z] === RUN   TestConfigsUpdate
09:38:42 [2023-01-05T09:38:42.960Z] --- PASS: TestConfigsUpdate (2.11s)
09:38:42 [2023-01-05T09:38:42.960Z] === RUN   TestTemplatedConfig
09:38:45 [2023-01-05T09:38:45.474Z] --- PASS: TestTemplatedConfig (2.35s)
09:38:45 [2023-01-05T09:38:45.474Z] === RUN   TestConfigCreateResolve
09:38:47 [2023-01-05T09:38:47.987Z] --- PASS: TestConfigCreateResolve (2.13s)
09:38:47 [2023-01-05T09:38:47.987Z] PASS
09:38:47 [2023-01-05T09:38:47.987Z] 
09:38:47 [2023-01-05T09:38:47.987Z] DONE 6 tests in 13.012s
09:38:47 [2023-01-05T09:38:47.987Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m 
09:38:47 [2023-01-05T09:38:47.987Z] ++ 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
09:38:47 [2023-01-05T09:38:47.987Z] ++ set -e
09:38:47 [2023-01-05T09:38:47.987Z] ++ '[' -n 0 ']'
09:38:47 [2023-01-05T09:38:47.987Z] ++ set -x
09:38:47 [2023-01-05T09:38:47.987Z] ++ 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
09:38:47 [2023-01-05T09:38:47.987Z] INFO: Testing against a local daemon
09:38:47 [2023-01-05T09:38:47.987Z] === RUN   TestAttachWithTTY
09:38:47 [2023-01-05T09:38:47.987Z] --- PASS: TestAttachWithTTY (0.06s)
09:38:47 [2023-01-05T09:38:47.987Z] === RUN   TestAttachWithoutTTy
09:38:47 [2023-01-05T09:38:47.987Z] --- PASS: TestAttachWithoutTTy (0.04s)
09:38:47 [2023-01-05T09:38:47.987Z] === RUN   TestCheckpoint
09:38:47 [2023-01-05T09:38:47.987Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
09:38:47 [2023-01-05T09:38:47.987Z] --- SKIP: TestCheckpoint (0.00s)
09:38:47 [2023-01-05T09:38:47.987Z] === RUN   TestContainerInvalidJSON
09:38:47 [2023-01-05T09:38:47.987Z] === RUN   TestContainerInvalidJSON/commit
09:38:47 [2023-01-05T09:38:47.987Z] === PAUSE TestContainerInvalidJSON/commit
09:38:47 [2023-01-05T09:38:47.987Z] === RUN   TestContainerInvalidJSON/containers/create
09:38:47 [2023-01-05T09:38:47.987Z] === PAUSE TestContainerInvalidJSON/containers/create
09:38:47 [2023-01-05T09:38:47.987Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
09:38:47 [2023-01-05T09:38:47.987Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
09:38:47 [2023-01-05T09:38:47.987Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
09:38:47 [2023-01-05T09:38:47.987Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
09:38:47 [2023-01-05T09:38:47.987Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
09:38:47 [2023-01-05T09:38:47.987Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
09:38:47 [2023-01-05T09:38:47.987Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
09:38:47 [2023-01-05T09:38:47.987Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
09:38:47 [2023-01-05T09:38:47.987Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
09:38:47 [2023-01-05T09:38:47.987Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
09:38:47 [2023-01-05T09:38:47.987Z] === CONT  TestContainerInvalidJSON/commit
09:38:47 [2023-01-05T09:38:47.987Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
09:38:47 [2023-01-05T09:38:47.987Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
09:38:47 [2023-01-05T09:38:47.987Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
09:38:47 [2023-01-05T09:38:47.987Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
09:38:47 [2023-01-05T09:38:47.987Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
09:38:47 [2023-01-05T09:38:47.987Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
09:38:47 [2023-01-05T09:38:47.987Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
09:38:47 [2023-01-05T09:38:47.987Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
09:38:47 [2023-01-05T09:38:47.987Z] === RUN   TestContainerInvalidJSON/commit/empty_body
09:38:47 [2023-01-05T09:38:47.987Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
09:38:47 [2023-01-05T09:38:47.987Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
09:38:47 [2023-01-05T09:38:47.987Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
09:38:47 [2023-01-05T09:38:47.987Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
09:38:47 [2023-01-05T09:38:47.987Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
09:38:47 [2023-01-05T09:38:47.987Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
09:38:47 [2023-01-05T09:38:47.987Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
09:38:47 [2023-01-05T09:38:47.987Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
09:38:47 [2023-01-05T09:38:47.987Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
09:38:47 [2023-01-05T09:38:47.987Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
09:38:47 [2023-01-05T09:38:47.987Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
09:38:47 [2023-01-05T09:38:47.987Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
09:38:47 [2023-01-05T09:38:47.987Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
09:38:47 [2023-01-05T09:38:47.987Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
09:38:47 [2023-01-05T09:38:47.987Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
09:38:47 [2023-01-05T09:38:47.987Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
09:38:47 [2023-01-05T09:38:47.987Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
09:38:47 [2023-01-05T09:38:47.987Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
09:38:47 [2023-01-05T09:38:47.987Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
09:38:47 [2023-01-05T09:38:47.987Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
09:38:47 [2023-01-05T09:38:47.987Z] === CONT  TestContainerInvalidJSON/containers/create
09:38:47 [2023-01-05T09:38:47.987Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
09:38:47 [2023-01-05T09:38:47.987Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
09:38:47 [2023-01-05T09:38:47.987Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
09:38:47 [2023-01-05T09:38:47.987Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
09:38:47 [2023-01-05T09:38:47.987Z] --- PASS: TestContainerInvalidJSON (0.01s)
09:38:47 [2023-01-05T09:38:47.987Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
09:38:47 [2023-01-05T09:38:47.987Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
09:38:47 [2023-01-05T09:38:47.987Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
09:38:47 [2023-01-05T09:38:47.987Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
09:38:47 [2023-01-05T09:38:47.987Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
09:38:47 [2023-01-05T09:38:47.987Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
09:38:47 [2023-01-05T09:38:47.987Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
09:38:47 [2023-01-05T09:38:47.987Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
09:38:47 [2023-01-05T09:38:47.987Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
09:38:47 [2023-01-05T09:38:47.987Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
09:38:47 [2023-01-05T09:38:47.987Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
09:38:47 [2023-01-05T09:38:47.987Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
09:38:47 [2023-01-05T09:38:47.987Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
09:38:47 [2023-01-05T09:38:47.987Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
09:38:47 [2023-01-05T09:38:47.987Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
09:38:47 [2023-01-05T09:38:47.987Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
09:38:47 [2023-01-05T09:38:47.987Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
09:38:47 [2023-01-05T09:38:47.987Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
09:38:47 [2023-01-05T09:38:47.987Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
09:38:47 [2023-01-05T09:38:47.987Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
09:38:47 [2023-01-05T09:38:47.987Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
09:38:47 [2023-01-05T09:38:47.987Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
09:38:47 [2023-01-05T09:38:47.987Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
09:38:47 [2023-01-05T09:38:47.987Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
09:38:47 [2023-01-05T09:38:47.987Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
09:38:47 [2023-01-05T09:38:47.987Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
09:38:47 [2023-01-05T09:38:47.987Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
09:38:47 [2023-01-05T09:38:47.987Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
09:38:47 [2023-01-05T09:38:47.987Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
09:38:47 [2023-01-05T09:38:47.987Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
09:38:47 [2023-01-05T09:38:47.987Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
09:38:47 [2023-01-05T09:38:47.987Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
09:38:47 [2023-01-05T09:38:47.987Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
09:38:47 [2023-01-05T09:38:47.987Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
09:38:47 [2023-01-05T09:38:47.987Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
09:38:47 [2023-01-05T09:38:47.987Z] === RUN   TestCopyFromContainerPathDoesNotExist
09:38:47 [2023-01-05T09:38:47.987Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s)
09:38:47 [2023-01-05T09:38:47.987Z] === RUN   TestCopyFromContainerPathIsNotDir
09:38:47 [2023-01-05T09:38:47.987Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s)
09:38:47 [2023-01-05T09:38:47.987Z] === RUN   TestCopyToContainerPathDoesNotExist
09:38:47 [2023-01-05T09:38:47.987Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s)
09:38:47 [2023-01-05T09:38:47.987Z] === RUN   TestCopyEmptyFile
09:38:47 [2023-01-05T09:38:47.987Z] --- PASS: TestCopyEmptyFile (0.07s)
09:38:47 [2023-01-05T09:38:47.987Z] === RUN   TestCopyToContainerPathIsNotDir
09:38:47 [2023-01-05T09:38:47.987Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s)
09:38:47 [2023-01-05T09:38:47.987Z] === RUN   TestCopyFromContainer
09:38:48 [2023-01-05T09:38:48.914Z] === RUN   TestCopyFromContainer//
09:38:48 [2023-01-05T09:38:48.914Z] === RUN   TestCopyFromContainer/.
09:38:48 [2023-01-05T09:38:48.914Z] === RUN   TestCopyFromContainer//.
09:38:48 [2023-01-05T09:38:48.914Z] === RUN   TestCopyFromContainer/./
09:38:48 [2023-01-05T09:38:48.914Z] === RUN   TestCopyFromContainer//./
09:38:48 [2023-01-05T09:38:48.914Z] === RUN   TestCopyFromContainer//bar/root
09:38:48 [2023-01-05T09:38:48.914Z] === RUN   TestCopyFromContainer//bar/root/
09:38:48 [2023-01-05T09:38:48.914Z] === RUN   TestCopyFromContainer//bar/root/.
09:38:48 [2023-01-05T09:38:48.914Z] === RUN   TestCopyFromContainer/bar/quux
09:38:48 [2023-01-05T09:38:48.914Z] === RUN   TestCopyFromContainer/bar/quux/
09:38:48 [2023-01-05T09:38:48.914Z] === RUN   TestCopyFromContainer/bar/quux/.
09:38:48 [2023-01-05T09:38:48.914Z] === RUN   TestCopyFromContainer/bar/quux/baz
09:38:48 [2023-01-05T09:38:48.914Z] === RUN   TestCopyFromContainer/bar/filesymlink
09:38:48 [2023-01-05T09:38:48.914Z] === RUN   TestCopyFromContainer/bar/dirsymlink
09:38:48 [2023-01-05T09:38:48.914Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
09:38:48 [2023-01-05T09:38:48.914Z] === RUN   TestCopyFromContainer/bar/dirsymlink/.
09:38:48 [2023-01-05T09:38:48.914Z] === RUN   TestCopyFromContainer/bar/notarget
09:38:48 [2023-01-05T09:38:48.914Z] --- PASS: TestCopyFromContainer (0.79s)
09:38:48 [2023-01-05T09:38:48.914Z]     --- PASS: TestCopyFromContainer// (0.01s)
09:38:48 [2023-01-05T09:38:48.914Z]     --- PASS: TestCopyFromContainer/. (0.02s)
09:38:48 [2023-01-05T09:38:48.914Z]     --- PASS: TestCopyFromContainer//. (0.02s)
09:38:48 [2023-01-05T09:38:48.914Z]     --- PASS: TestCopyFromContainer/./ (0.02s)
09:38:48 [2023-01-05T09:38:48.914Z]     --- PASS: TestCopyFromContainer//./ (0.01s)
09:38:48 [2023-01-05T09:38:48.914Z]     --- PASS: TestCopyFromContainer//bar/root (0.01s)
09:38:48 [2023-01-05T09:38:48.914Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.01s)
09:38:48 [2023-01-05T09:38:48.914Z]     --- PASS: TestCopyFromContainer//bar/root/. (0.02s)
09:38:48 [2023-01-05T09:38:48.914Z]     --- PASS: TestCopyFromContainer/bar/quux (0.01s)
09:38:48 [2023-01-05T09:38:48.914Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.01s)
09:38:48 [2023-01-05T09:38:48.914Z]     --- PASS: TestCopyFromContainer/bar/quux/. (0.01s)
09:38:48 [2023-01-05T09:38:48.914Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.00s)
09:38:48 [2023-01-05T09:38:48.914Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.01s)
09:38:48 [2023-01-05T09:38:48.914Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.01s)
09:38:48 [2023-01-05T09:38:48.914Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.01s)
09:38:48 [2023-01-05T09:38:48.914Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/. (0.01s)
09:38:48 [2023-01-05T09:38:48.914Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.00s)
09:38:48 [2023-01-05T09:38:48.914Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
09:38:48 [2023-01-05T09:38:48.914Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
09:38:48 [2023-01-05T09:38:48.914Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
09:38:48 [2023-01-05T09:38:48.914Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
09:38:48 [2023-01-05T09:38:48.914Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
09:38:48 [2023-01-05T09:38:48.914Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
09:38:48 [2023-01-05T09:38:48.914Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
09:38:48 [2023-01-05T09:38:48.914Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
09:38:48 [2023-01-05T09:38:48.915Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
09:38:48 [2023-01-05T09:38:48.915Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
09:38:48 [2023-01-05T09:38:48.915Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
09:38:48 [2023-01-05T09:38:48.915Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
09:38:48 [2023-01-05T09:38:48.915Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
09:38:48 [2023-01-05T09:38:48.915Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
09:38:48 [2023-01-05T09:38:48.915Z] === RUN   TestCreateLinkToNonExistingContainer
09:38:48 [2023-01-05T09:38:48.915Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s)
09:38:48 [2023-01-05T09:38:48.915Z] === RUN   TestCreateWithInvalidEnv
09:38:48 [2023-01-05T09:38:48.915Z] === RUN   TestCreateWithInvalidEnv/0
09:38:48 [2023-01-05T09:38:48.915Z] === PAUSE TestCreateWithInvalidEnv/0
09:38:48 [2023-01-05T09:38:48.915Z] === RUN   TestCreateWithInvalidEnv/1
09:38:48 [2023-01-05T09:38:48.915Z] === PAUSE TestCreateWithInvalidEnv/1
09:38:48 [2023-01-05T09:38:48.915Z] === RUN   TestCreateWithInvalidEnv/2
09:38:48 [2023-01-05T09:38:48.915Z] === PAUSE TestCreateWithInvalidEnv/2
09:38:48 [2023-01-05T09:38:48.915Z] === CONT  TestCreateWithInvalidEnv/2
09:38:48 [2023-01-05T09:38:48.915Z] === CONT  TestCreateWithInvalidEnv/0
09:38:48 [2023-01-05T09:38:48.915Z] === CONT  TestCreateWithInvalidEnv/1
09:38:48 [2023-01-05T09:38:48.915Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
09:38:48 [2023-01-05T09:38:48.915Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
09:38:48 [2023-01-05T09:38:48.915Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
09:38:48 [2023-01-05T09:38:48.915Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
09:38:48 [2023-01-05T09:38:48.915Z] === RUN   TestCreateTmpfsMountsTarget
09:38:48 [2023-01-05T09:38:48.915Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
09:38:48 [2023-01-05T09:38:48.915Z] === RUN   TestCreateWithCustomMaskedPaths
09:38:50 [2023-01-05T09:38:50.282Z] --- PASS: TestCreateWithCustomMaskedPaths (1.24s)
09:38:50 [2023-01-05T09:38:50.282Z] === RUN   TestCreateWithCustomReadonlyPaths
09:38:51 [2023-01-05T09:38:51.646Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.20s)
09:38:51 [2023-01-05T09:38:51.646Z] === RUN   TestCreateWithInvalidHealthcheckParams
09:38:51 [2023-01-05T09:38:51.646Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
09:38:51 [2023-01-05T09:38:51.646Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
09:38:51 [2023-01-05T09:38:51.646Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
09:38:51 [2023-01-05T09:38:51.646Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
09:38:51 [2023-01-05T09:38:51.646Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
09:38:51 [2023-01-05T09:38:51.646Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
09:38:51 [2023-01-05T09:38:51.646Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
09:38:51 [2023-01-05T09:38:51.646Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
09:38:51 [2023-01-05T09:38:51.646Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
09:38:51 [2023-01-05T09:38:51.646Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
09:38:51 [2023-01-05T09:38:51.646Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
09:38:51 [2023-01-05T09:38:51.646Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
09:38:51 [2023-01-05T09:38:51.646Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
09:38:51 [2023-01-05T09:38:51.646Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
09:38:51 [2023-01-05T09:38:51.646Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
09:38:51 [2023-01-05T09:38:51.646Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
09:38:51 [2023-01-05T09:38:51.646Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
09:38:51 [2023-01-05T09:38:51.646Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
09:38:51 [2023-01-05T09:38:51.646Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
09:38:51 [2023-01-05T09:38:51.646Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
09:38:51 [2023-01-05T09:38:51.646Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
09:38:51 [2023-01-05T09:38:51.646Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
09:38:51 [2023-01-05T09:38:51.902Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.42s)
09:38:51 [2023-01-05T09:38:51.902Z] === RUN   TestCreateDifferentPlatform
09:38:51 [2023-01-05T09:38:51.902Z] === RUN   TestCreateDifferentPlatform/different_os
09:38:51 [2023-01-05T09:38:51.902Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
09:38:51 [2023-01-05T09:38:51.902Z] --- PASS: TestCreateDifferentPlatform (0.01s)
09:38:51 [2023-01-05T09:38:51.902Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
09:38:51 [2023-01-05T09:38:51.902Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
09:38:51 [2023-01-05T09:38:51.902Z] === RUN   TestCreateVolumesFromNonExistingContainer
09:38:51 [2023-01-05T09:38:51.902Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s)
09:38:51 [2023-01-05T09:38:51.902Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
09:38:51 [2023-01-05T09:38:51.902Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s)
09:38:51 [2023-01-05T09:38:51.902Z] === RUN   TestCreateInvalidHostConfig
09:38:51 [2023-01-05T09:38:51.902Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
09:38:51 [2023-01-05T09:38:51.902Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
09:38:51 [2023-01-05T09:38:51.902Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
09:38:51 [2023-01-05T09:38:51.902Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
09:38:51 [2023-01-05T09:38:51.902Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
09:38:51 [2023-01-05T09:38:51.902Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
09:38:51 [2023-01-05T09:38:51.902Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
09:38:51 [2023-01-05T09:38:51.902Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
09:38:51 [2023-01-05T09:38:51.902Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
09:38:51 [2023-01-05T09:38:51.902Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
09:38:51 [2023-01-05T09:38:51.902Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
09:38:51 [2023-01-05T09:38:51.902Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
09:38:51 [2023-01-05T09:38:51.902Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
09:38:51 [2023-01-05T09:38:51.902Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
09:38:51 [2023-01-05T09:38:51.902Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
09:38:51 [2023-01-05T09:38:51.902Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
09:38:51 [2023-01-05T09:38:51.902Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
09:38:51 [2023-01-05T09:38:51.902Z] === RUN   TestContainerStartOnDaemonRestart
09:38:51 [2023-01-05T09:38:51.902Z] === PAUSE TestContainerStartOnDaemonRestart
09:38:51 [2023-01-05T09:38:51.902Z] === RUN   TestDaemonRestartIpcMode
09:38:51 [2023-01-05T09:38:51.902Z] === PAUSE TestDaemonRestartIpcMode
09:38:51 [2023-01-05T09:38:51.902Z] === RUN   TestDaemonHostGatewayIP
09:38:51 [2023-01-05T09:38:51.902Z] === PAUSE TestDaemonHostGatewayIP
09:38:51 [2023-01-05T09:38:51.902Z] === RUN   TestRestartDaemonWithRestartingContainer
09:38:51 [2023-01-05T09:38:51.902Z] === PAUSE TestRestartDaemonWithRestartingContainer
09:38:51 [2023-01-05T09:38:51.902Z] === RUN   TestContainerKillOnDaemonStart
09:38:51 [2023-01-05T09:38:51.902Z] === PAUSE TestContainerKillOnDaemonStart
09:38:51 [2023-01-05T09:38:51.902Z] === RUN   TestDiff
09:38:52 [2023-01-05T09:38:52.462Z] --- PASS: TestDiff (0.47s)
09:38:52 [2023-01-05T09:38:52.462Z] === RUN   TestExecConsoleSize
09:38:53 [2023-01-05T09:38:53.023Z] --- PASS: TestExecConsoleSize (0.51s)
09:38:53 [2023-01-05T09:38:53.023Z] === RUN   TestExecWithCloseStdin
09:38:53 [2023-01-05T09:38:53.279Z] --- PASS: TestExecWithCloseStdin (0.48s)
09:38:53 [2023-01-05T09:38:53.279Z] === RUN   TestExec
09:38:53 [2023-01-05T09:38:53.840Z] --- PASS: TestExec (0.49s)
09:38:53 [2023-01-05T09:38:53.840Z] === RUN   TestExecUser
09:38:54 [2023-01-05T09:38:54.401Z] --- PASS: TestExecUser (0.49s)
09:38:54 [2023-01-05T09:38:54.401Z] === RUN   TestExportContainerAndImportImage
09:38:54 [2023-01-05T09:38:54.961Z] --- PASS: TestExportContainerAndImportImage (0.49s)
09:38:54 [2023-01-05T09:38:54.962Z] === RUN   TestExportContainerAfterDaemonRestart
09:38:56 [2023-01-05T09:38:56.325Z] --- PASS: TestExportContainerAfterDaemonRestart (1.15s)
09:38:56 [2023-01-05T09:38:56.325Z] === RUN   TestHealthCheckWorkdir
09:38:56 [2023-01-05T09:38:56.580Z] --- PASS: TestHealthCheckWorkdir (0.63s)
09:38:56 [2023-01-05T09:38:56.580Z] === RUN   TestHealthKillContainer
09:39:04 [2023-01-05T09:39:04.661Z] --- PASS: TestHealthKillContainer (7.85s)
09:39:04 [2023-01-05T09:39:04.661Z] === RUN   TestHealthCheckProcessKilled
09:39:05 [2023-01-05T09:39:05.222Z] --- PASS: TestHealthCheckProcessKilled (0.74s)
09:39:05 [2023-01-05T09:39:05.222Z] === RUN   TestInspectCpusetInConfigPre120
09:39:05 [2023-01-05T09:39:05.783Z] --- PASS: TestInspectCpusetInConfigPre120 (0.44s)
09:39:05 [2023-01-05T09:39:05.783Z] === RUN   TestIpcModeNone
09:39:06 [2023-01-05T09:39:06.344Z] --- PASS: TestIpcModeNone (0.51s)
09:39:06 [2023-01-05T09:39:06.344Z] === RUN   TestIpcModePrivate
09:39:06 [2023-01-05T09:39:06.602Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:75, shared: false, mustBeShared: false
09:39:06 [2023-01-05T09:39:06.602Z] --- PASS: TestIpcModePrivate (0.50s)
09:39:06 [2023-01-05T09:39:06.602Z] === RUN   TestIpcModeShareable
09:39:07 [2023-01-05T09:39:07.163Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:69, shared: true, mustBeShared: true
09:39:07 [2023-01-05T09:39:07.163Z] --- PASS: TestIpcModeShareable (0.49s)
09:39:07 [2023-01-05T09:39:07.163Z] === RUN   TestAPIIpcModeShareableAndContainer
09:39:09 [2023-01-05T09:39:09.051Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.50s)
09:39:09 [2023-01-05T09:39:09.051Z] === RUN   TestAPIIpcModeHost
09:39:09 [2023-01-05T09:39:09.051Z] --- PASS: TestAPIIpcModeHost (0.36s)
09:39:09 [2023-01-05T09:39:09.051Z] === RUN   TestDaemonIpcModeShareable
09:39:09 [2023-01-05T09:39:09.977Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: true, mustBeShared: true
09:39:10 [2023-01-05T09:39:10.233Z] --- PASS: TestDaemonIpcModeShareable (1.08s)
09:39:10 [2023-01-05T09:39:10.233Z] === RUN   TestDaemonIpcModePrivate
09:39:11 [2023-01-05T09:39:11.159Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:85, shared: false, mustBeShared: false
09:39:11 [2023-01-05T09:39:11.159Z] --- PASS: TestDaemonIpcModePrivate (1.08s)
09:39:11 [2023-01-05T09:39:11.159Z] === RUN   TestDaemonIpcModePrivateFromConfig
09:39:12 [2023-01-05T09:39:12.098Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:85, shared: false, mustBeShared: false
09:39:12 [2023-01-05T09:39:12.355Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.10s)
09:39:12 [2023-01-05T09:39:12.355Z] === RUN   TestDaemonIpcModeShareableFromConfig
09:39:13 [2023-01-05T09:39:13.281Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: true, mustBeShared: true
09:39:13 [2023-01-05T09:39:13.281Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.06s)
09:39:13 [2023-01-05T09:39:13.281Z] === RUN   TestIpcModeOlderClient
09:39:13 [2023-01-05T09:39:13.281Z] === PAUSE TestIpcModeOlderClient
09:39:13 [2023-01-05T09:39:13.281Z] === RUN   TestKillContainerInvalidSignal
09:39:13 [2023-01-05T09:39:13.842Z] --- PASS: TestKillContainerInvalidSignal (0.44s)
09:39:13 [2023-01-05T09:39:13.842Z] === RUN   TestKillContainer
09:39:13 [2023-01-05T09:39:13.842Z] === RUN   TestKillContainer/no_signal
09:39:14 [2023-01-05T09:39:14.404Z] === RUN   TestKillContainer/non_killing_signal
09:39:14 [2023-01-05T09:39:14.659Z] === RUN   TestKillContainer/killing_signal
09:39:15 [2023-01-05T09:39:15.221Z] --- PASS: TestKillContainer (1.37s)
09:39:15 [2023-01-05T09:39:15.221Z]     --- PASS: TestKillContainer/no_signal (0.43s)
09:39:15 [2023-01-05T09:39:15.221Z]     --- PASS: TestKillContainer/non_killing_signal (0.32s)
09:39:15 [2023-01-05T09:39:15.221Z]     --- PASS: TestKillContainer/killing_signal (0.45s)
09:39:15 [2023-01-05T09:39:15.221Z] === RUN   TestKillWithStopSignalAndRestartPolicies
09:39:15 [2023-01-05T09:39:15.221Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
09:39:15 [2023-01-05T09:39:15.781Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
09:39:16 [2023-01-05T09:39:16.037Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.88s)
09:39:16 [2023-01-05T09:39:16.037Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.43s)
09:39:16 [2023-01-05T09:39:16.037Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.29s)
09:39:16 [2023-01-05T09:39:16.037Z] === RUN   TestKillStoppedContainer
09:39:16 [2023-01-05T09:39:16.037Z] --- PASS: TestKillStoppedContainer (0.05s)
09:39:16 [2023-01-05T09:39:16.037Z] === RUN   TestKillStoppedContainerAPIPre120
09:39:16 [2023-01-05T09:39:16.293Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s)
09:39:16 [2023-01-05T09:39:16.293Z] === RUN   TestKillDifferentUserContainer
09:39:16 [2023-01-05T09:39:16.548Z] --- PASS: TestKillDifferentUserContainer (0.45s)
09:39:16 [2023-01-05T09:39:16.548Z] === RUN   TestInspectOomKilledTrue
09:39:17 [2023-01-05T09:39:17.109Z] --- PASS: TestInspectOomKilledTrue (0.52s)
09:39:17 [2023-01-05T09:39:17.109Z] === RUN   TestInspectOomKilledFalse
09:39:17 [2023-01-05T09:39:17.670Z] --- PASS: TestInspectOomKilledFalse (0.43s)
09:39:17 [2023-01-05T09:39:17.670Z] === RUN   TestLinksEtcHostsContentMatch
09:39:17 [2023-01-05T09:39:17.926Z] --- PASS: TestLinksEtcHostsContentMatch (0.32s)
09:39:17 [2023-01-05T09:39:17.926Z] === RUN   TestLinksContainerNames
09:39:18 [2023-01-05T09:39:18.853Z] --- PASS: TestLinksContainerNames (0.91s)
09:39:18 [2023-01-05T09:39:18.853Z] === RUN   TestLogsFollowTailEmpty
09:39:19 [2023-01-05T09:39:19.414Z] --- PASS: TestLogsFollowTailEmpty (0.44s)
09:39:19 [2023-01-05T09:39:19.414Z] === RUN   TestLogs
09:39:19 [2023-01-05T09:39:19.414Z] === RUN   TestLogs/driver_local
09:39:19 [2023-01-05T09:39:19.414Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
09:39:19 [2023-01-05T09:39:19.414Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
09:39:19 [2023-01-05T09:39:19.414Z] === RUN   TestLogs/driver_local/tty/only_stdout
09:39:19 [2023-01-05T09:39:19.414Z] === PAUSE TestLogs/driver_local/tty/only_stdout
09:39:19 [2023-01-05T09:39:19.414Z] === RUN   TestLogs/driver_local/tty/only_stderr
09:39:19 [2023-01-05T09:39:19.414Z] === PAUSE TestLogs/driver_local/tty/only_stderr
09:39:19 [2023-01-05T09:39:19.414Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
09:39:19 [2023-01-05T09:39:19.414Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
09:39:19 [2023-01-05T09:39:19.414Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
09:39:19 [2023-01-05T09:39:19.414Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
09:39:19 [2023-01-05T09:39:19.414Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
09:39:19 [2023-01-05T09:39:19.414Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
09:39:19 [2023-01-05T09:39:19.414Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
09:39:19 [2023-01-05T09:39:19.414Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
09:39:19 [2023-01-05T09:39:19.976Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
09:39:19 [2023-01-05T09:39:19.976Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
09:39:20 [2023-01-05T09:39:20.537Z] === CONT  TestLogs/driver_local/tty/only_stderr
09:39:20 [2023-01-05T09:39:20.793Z] === CONT  TestLogs/driver_local/tty/only_stdout
09:39:21 [2023-01-05T09:39:21.049Z] === RUN   TestLogs/driver_json-file
09:39:21 [2023-01-05T09:39:21.049Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
09:39:21 [2023-01-05T09:39:21.049Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
09:39:21 [2023-01-05T09:39:21.049Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
09:39:21 [2023-01-05T09:39:21.049Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
09:39:21 [2023-01-05T09:39:21.049Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
09:39:21 [2023-01-05T09:39:21.049Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
09:39:21 [2023-01-05T09:39:21.049Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
09:39:21 [2023-01-05T09:39:21.049Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
09:39:21 [2023-01-05T09:39:21.049Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
09:39:21 [2023-01-05T09:39:21.049Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
09:39:21 [2023-01-05T09:39:21.049Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
09:39:21 [2023-01-05T09:39:21.049Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
09:39:21 [2023-01-05T09:39:21.049Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
09:39:21 [2023-01-05T09:39:21.049Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
09:39:21 [2023-01-05T09:39:21.975Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
09:39:21 [2023-01-05T09:39:21.975Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
09:39:22 [2023-01-05T09:39:22.537Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
09:39:22 [2023-01-05T09:39:22.537Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
09:39:23 [2023-01-05T09:39:23.098Z] --- PASS: TestLogs (3.86s)
09:39:23 [2023-01-05T09:39:23.098Z]     --- PASS: TestLogs/driver_local (0.01s)
09:39:23 [2023-01-05T09:39:23.098Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.78s)
09:39:23 [2023-01-05T09:39:23.098Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.82s)
09:39:23 [2023-01-05T09:39:23.098Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.60s)
09:39:23 [2023-01-05T09:39:23.098Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.60s)
09:39:23 [2023-01-05T09:39:23.098Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (0.43s)
09:39:23 [2023-01-05T09:39:23.098Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (0.48s)
09:39:23 [2023-01-05T09:39:23.098Z]     --- PASS: TestLogs/driver_json-file (0.01s)
09:39:23 [2023-01-05T09:39:23.098Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.71s)
09:39:23 [2023-01-05T09:39:23.098Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.74s)
09:39:23 [2023-01-05T09:39:23.098Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.61s)
09:39:23 [2023-01-05T09:39:23.098Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.61s)
09:39:23 [2023-01-05T09:39:23.098Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.55s)
09:39:23 [2023-01-05T09:39:23.098Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.62s)
09:39:23 [2023-01-05T09:39:23.098Z] === RUN   TestContainerNetworkMountsNoChown
09:39:23 [2023-01-05T09:39:23.660Z] --- PASS: TestContainerNetworkMountsNoChown (0.42s)
09:39:23 [2023-01-05T09:39:23.660Z] === RUN   TestMountDaemonRoot
09:39:23 [2023-01-05T09:39:23.660Z] === RUN   TestMountDaemonRoot/default
09:39:23 [2023-01-05T09:39:23.660Z] === PAUSE TestMountDaemonRoot/default
09:39:23 [2023-01-05T09:39:23.660Z] === RUN   TestMountDaemonRoot/private
09:39:23 [2023-01-05T09:39:23.660Z] === PAUSE TestMountDaemonRoot/private
09:39:23 [2023-01-05T09:39:23.660Z] === RUN   TestMountDaemonRoot/rprivate
09:39:23 [2023-01-05T09:39:23.660Z] === PAUSE TestMountDaemonRoot/rprivate
09:39:23 [2023-01-05T09:39:23.660Z] === RUN   TestMountDaemonRoot/slave
09:39:23 [2023-01-05T09:39:23.660Z] === PAUSE TestMountDaemonRoot/slave
09:39:23 [2023-01-05T09:39:23.660Z] === RUN   TestMountDaemonRoot/rslave
09:39:23 [2023-01-05T09:39:23.660Z] === PAUSE TestMountDaemonRoot/rslave
09:39:23 [2023-01-05T09:39:23.660Z] === RUN   TestMountDaemonRoot/shared
09:39:23 [2023-01-05T09:39:23.660Z] === PAUSE TestMountDaemonRoot/shared
09:39:23 [2023-01-05T09:39:23.660Z] === RUN   TestMountDaemonRoot/rshared
09:39:23 [2023-01-05T09:39:23.660Z] === PAUSE TestMountDaemonRoot/rshared
09:39:23 [2023-01-05T09:39:23.660Z] === CONT  TestMountDaemonRoot/default
09:39:23 [2023-01-05T09:39:23.660Z] === RUN   TestMountDaemonRoot/default/bind_root
09:39:23 [2023-01-05T09:39:23.660Z] === PAUSE TestMountDaemonRoot/default/bind_root
09:39:23 [2023-01-05T09:39:23.660Z] === RUN   TestMountDaemonRoot/default/bind_subpath
09:39:23 [2023-01-05T09:39:23.660Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
09:39:23 [2023-01-05T09:39:23.660Z] === RUN   TestMountDaemonRoot/default/mount_root
09:39:23 [2023-01-05T09:39:23.660Z] === PAUSE TestMountDaemonRoot/default/mount_root
09:39:23 [2023-01-05T09:39:23.660Z] === RUN   TestMountDaemonRoot/default/mount_subpath
09:39:23 [2023-01-05T09:39:23.660Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
09:39:23 [2023-01-05T09:39:23.660Z] === CONT  TestMountDaemonRoot/rslave
09:39:23 [2023-01-05T09:39:23.660Z] === RUN   TestMountDaemonRoot/rslave/bind_root
09:39:23 [2023-01-05T09:39:23.660Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
09:39:23 [2023-01-05T09:39:23.660Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
09:39:23 [2023-01-05T09:39:23.660Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
09:39:23 [2023-01-05T09:39:23.660Z] === RUN   TestMountDaemonRoot/rslave/mount_root
09:39:23 [2023-01-05T09:39:23.660Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
09:39:23 [2023-01-05T09:39:23.660Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
09:39:23 [2023-01-05T09:39:23.660Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
09:39:23 [2023-01-05T09:39:23.660Z] === CONT  TestMountDaemonRoot/rshared
09:39:23 [2023-01-05T09:39:23.660Z] === RUN   TestMountDaemonRoot/rshared/bind_root
09:39:23 [2023-01-05T09:39:23.660Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
09:39:23 [2023-01-05T09:39:23.660Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
09:39:23 [2023-01-05T09:39:23.660Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
09:39:23 [2023-01-05T09:39:23.660Z] === RUN   TestMountDaemonRoot/rshared/mount_root
09:39:23 [2023-01-05T09:39:23.660Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
09:39:23 [2023-01-05T09:39:23.660Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
09:39:23 [2023-01-05T09:39:23.660Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
09:39:23 [2023-01-05T09:39:23.660Z] === CONT  TestMountDaemonRoot/shared
09:39:23 [2023-01-05T09:39:23.660Z] === RUN   TestMountDaemonRoot/shared/bind_root
09:39:23 [2023-01-05T09:39:23.660Z] === PAUSE TestMountDaemonRoot/shared/bind_root
09:39:23 [2023-01-05T09:39:23.660Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
09:39:23 [2023-01-05T09:39:23.660Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
09:39:23 [2023-01-05T09:39:23.660Z] === RUN   TestMountDaemonRoot/shared/mount_root
09:39:23 [2023-01-05T09:39:23.660Z] === PAUSE TestMountDaemonRoot/shared/mount_root
09:39:23 [2023-01-05T09:39:23.660Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
09:39:23 [2023-01-05T09:39:23.660Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
09:39:23 [2023-01-05T09:39:23.660Z] === CONT  TestMountDaemonRoot/rprivate
09:39:23 [2023-01-05T09:39:23.660Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
09:39:23 [2023-01-05T09:39:23.660Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
09:39:23 [2023-01-05T09:39:23.660Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
09:39:23 [2023-01-05T09:39:23.660Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
09:39:23 [2023-01-05T09:39:23.660Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
09:39:23 [2023-01-05T09:39:23.660Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
09:39:23 [2023-01-05T09:39:23.660Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
09:39:23 [2023-01-05T09:39:23.660Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
09:39:23 [2023-01-05T09:39:23.660Z] === CONT  TestMountDaemonRoot/slave
09:39:23 [2023-01-05T09:39:23.660Z] === RUN   TestMountDaemonRoot/slave/bind_root
09:39:23 [2023-01-05T09:39:23.660Z] === PAUSE TestMountDaemonRoot/slave/bind_root
09:39:23 [2023-01-05T09:39:23.660Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
09:39:23 [2023-01-05T09:39:23.660Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
09:39:23 [2023-01-05T09:39:23.660Z] === RUN   TestMountDaemonRoot/slave/mount_root
09:39:23 [2023-01-05T09:39:23.660Z] === PAUSE TestMountDaemonRoot/slave/mount_root
09:39:23 [2023-01-05T09:39:23.660Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
09:39:23 [2023-01-05T09:39:23.660Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
09:39:23 [2023-01-05T09:39:23.660Z] === CONT  TestMountDaemonRoot/private
09:39:23 [2023-01-05T09:39:23.660Z] === RUN   TestMountDaemonRoot/private/bind_root
09:39:23 [2023-01-05T09:39:23.660Z] === PAUSE TestMountDaemonRoot/private/bind_root
09:39:23 [2023-01-05T09:39:23.660Z] === RUN   TestMountDaemonRoot/private/bind_subpath
09:39:23 [2023-01-05T09:39:23.660Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
09:39:23 [2023-01-05T09:39:23.660Z] === RUN   TestMountDaemonRoot/private/mount_root
09:39:23 [2023-01-05T09:39:23.660Z] === PAUSE TestMountDaemonRoot/private/mount_root
09:39:23 [2023-01-05T09:39:23.660Z] === RUN   TestMountDaemonRoot/private/mount_subpath
09:39:23 [2023-01-05T09:39:23.660Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
09:39:23 [2023-01-05T09:39:23.660Z] === CONT  TestMountDaemonRoot/default/bind_root
09:39:23 [2023-01-05T09:39:23.660Z] === CONT  TestMountDaemonRoot/rslave/bind_root
09:39:23 [2023-01-05T09:39:23.660Z] === CONT  TestMountDaemonRoot/rshared/bind_root
09:39:23 [2023-01-05T09:39:23.660Z] === CONT  TestMountDaemonRoot/default/mount_subpath
09:39:23 [2023-01-05T09:39:23.660Z] === CONT  TestMountDaemonRoot/default/mount_root
09:39:23 [2023-01-05T09:39:23.660Z] === CONT  TestMountDaemonRoot/default/bind_subpath
09:39:23 [2023-01-05T09:39:23.660Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
09:39:23 [2023-01-05T09:39:23.660Z] === CONT  TestMountDaemonRoot/rslave/mount_root
09:39:23 [2023-01-05T09:39:23.660Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
09:39:23 [2023-01-05T09:39:23.660Z] === CONT  TestMountDaemonRoot/rshared/mount_root
09:39:23 [2023-01-05T09:39:23.916Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
09:39:23 [2023-01-05T09:39:23.916Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
09:39:23 [2023-01-05T09:39:23.916Z] === CONT  TestMountDaemonRoot/shared/bind_root
09:39:23 [2023-01-05T09:39:23.916Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
09:39:23 [2023-01-05T09:39:23.916Z] === CONT  TestMountDaemonRoot/slave/bind_root
09:39:23 [2023-01-05T09:39:23.916Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
09:39:23 [2023-01-05T09:39:23.916Z] === CONT  TestMountDaemonRoot/shared/mount_root
09:39:23 [2023-01-05T09:39:23.916Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
09:39:23 [2023-01-05T09:39:23.916Z] === CONT  TestMountDaemonRoot/private/bind_root
09:39:23 [2023-01-05T09:39:23.916Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
09:39:23 [2023-01-05T09:39:23.916Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
09:39:23 [2023-01-05T09:39:23.916Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
09:39:23 [2023-01-05T09:39:23.916Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
09:39:23 [2023-01-05T09:39:23.916Z] === CONT  TestMountDaemonRoot/slave/mount_root
09:39:23 [2023-01-05T09:39:23.916Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
09:39:24 [2023-01-05T09:39:24.171Z] === CONT  TestMountDaemonRoot/private/mount_subpath
09:39:24 [2023-01-05T09:39:24.171Z] === CONT  TestMountDaemonRoot/private/mount_root
09:39:24 [2023-01-05T09:39:24.171Z] === CONT  TestMountDaemonRoot/private/bind_subpath
09:39:24 [2023-01-05T09:39:24.171Z] --- PASS: TestMountDaemonRoot (0.02s)
09:39:24 [2023-01-05T09:39:24.171Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
09:39:24 [2023-01-05T09:39:24.171Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.06s)
09:39:24 [2023-01-05T09:39:24.171Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s)
09:39:24 [2023-01-05T09:39:24.171Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.05s)
09:39:24 [2023-01-05T09:39:24.171Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s)
09:39:24 [2023-01-05T09:39:24.171Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
09:39:24 [2023-01-05T09:39:24.171Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s)
09:39:24 [2023-01-05T09:39:24.171Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s)
09:39:24 [2023-01-05T09:39:24.171Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s)
09:39:24 [2023-01-05T09:39:24.171Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s)
09:39:24 [2023-01-05T09:39:24.171Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
09:39:24 [2023-01-05T09:39:24.171Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s)
09:39:24 [2023-01-05T09:39:24.171Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s)
09:39:24 [2023-01-05T09:39:24.171Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s)
09:39:24 [2023-01-05T09:39:24.171Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s)
09:39:24 [2023-01-05T09:39:24.171Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
09:39:24 [2023-01-05T09:39:24.171Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s)
09:39:24 [2023-01-05T09:39:24.171Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s)
09:39:24 [2023-01-05T09:39:24.171Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
09:39:24 [2023-01-05T09:39:24.171Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s)
09:39:24 [2023-01-05T09:39:24.171Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
09:39:24 [2023-01-05T09:39:24.171Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
09:39:24 [2023-01-05T09:39:24.171Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
09:39:24 [2023-01-05T09:39:24.171Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
09:39:24 [2023-01-05T09:39:24.171Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s)
09:39:24 [2023-01-05T09:39:24.171Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
09:39:24 [2023-01-05T09:39:24.171Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s)
09:39:24 [2023-01-05T09:39:24.171Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s)
09:39:24 [2023-01-05T09:39:24.171Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s)
09:39:24 [2023-01-05T09:39:24.171Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
09:39:24 [2023-01-05T09:39:24.171Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
09:39:24 [2023-01-05T09:39:24.171Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
09:39:24 [2023-01-05T09:39:24.171Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s)
09:39:24 [2023-01-05T09:39:24.171Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.03s)
09:39:24 [2023-01-05T09:39:24.171Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
09:39:24 [2023-01-05T09:39:24.171Z] === RUN   TestContainerBindMountNonRecursive
09:39:25 [2023-01-05T09:39:25.536Z] --- PASS: TestContainerBindMountNonRecursive (1.25s)
09:39:25 [2023-01-05T09:39:25.536Z] === RUN   TestContainerVolumesMountedAsShared
09:39:25 [2023-01-05T09:39:25.792Z] --- PASS: TestContainerVolumesMountedAsShared (0.44s)
09:39:25 [2023-01-05T09:39:25.792Z] === RUN   TestContainerVolumesMountedAsSlave
09:39:26 [2023-01-05T09:39:26.048Z] --- PASS: TestContainerVolumesMountedAsSlave (0.35s)
09:39:26 [2023-01-05T09:39:26.048Z] === RUN   TestContainerCopyLeaksMounts
09:39:26 [2023-01-05T09:39:26.609Z] --- PASS: TestContainerCopyLeaksMounts (0.56s)
09:39:26 [2023-01-05T09:39:26.609Z] === RUN   TestNetworkNat
09:39:27 [2023-01-05T09:39:27.170Z] --- PASS: TestNetworkNat (0.52s)
09:39:27 [2023-01-05T09:39:27.170Z] === RUN   TestNetworkLocalhostTCPNat
09:39:27 [2023-01-05T09:39:27.732Z] --- PASS: TestNetworkLocalhostTCPNat (0.47s)
09:39:27 [2023-01-05T09:39:27.732Z] === RUN   TestNetworkLoopbackNat
09:39:30 [2023-01-05T09:39:30.271Z] --- PASS: TestNetworkLoopbackNat (2.61s)
09:39:30 [2023-01-05T09:39:30.271Z] === RUN   TestPause
09:39:30 [2023-01-05T09:39:30.832Z] --- PASS: TestPause (0.48s)
09:39:30 [2023-01-05T09:39:30.832Z] === RUN   TestPauseFailsOnWindowsServerContainers
09:39:30 [2023-01-05T09:39:30.832Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
09:39:30 [2023-01-05T09:39:30.832Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
09:39:30 [2023-01-05T09:39:30.832Z] === RUN   TestPauseStopPausedContainer
09:39:31 [2023-01-05T09:39:31.393Z] --- PASS: TestPauseStopPausedContainer (0.47s)
09:39:31 [2023-01-05T09:39:31.393Z] === RUN   TestPidHost
09:39:32 [2023-01-05T09:39:32.384Z] --- PASS: TestPidHost (1.05s)
09:39:32 [2023-01-05T09:39:32.384Z] === RUN   TestPsFilter
09:39:32 [2023-01-05T09:39:32.384Z] --- PASS: TestPsFilter (0.10s)
09:39:32 [2023-01-05T09:39:32.384Z] === RUN   TestRemoveContainerWithRemovedVolume
09:39:32 [2023-01-05T09:39:32.945Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.41s)
09:39:32 [2023-01-05T09:39:32.945Z] === RUN   TestRemoveContainerWithVolume
09:39:33 [2023-01-05T09:39:33.201Z] --- PASS: TestRemoveContainerWithVolume (0.43s)
09:39:33 [2023-01-05T09:39:33.201Z] === RUN   TestRemoveContainerRunning
09:39:33 [2023-01-05T09:39:33.761Z] --- PASS: TestRemoveContainerRunning (0.42s)
09:39:33 [2023-01-05T09:39:33.761Z] === RUN   TestRemoveContainerForceRemoveRunning
09:39:34 [2023-01-05T09:39:34.017Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.45s)
09:39:34 [2023-01-05T09:39:34.017Z] === RUN   TestRemoveInvalidContainer
09:39:34 [2023-01-05T09:39:34.017Z] --- PASS: TestRemoveInvalidContainer (0.01s)
09:39:34 [2023-01-05T09:39:34.017Z] === RUN   TestRenameLinkedContainer
09:39:35 [2023-01-05T09:39:35.905Z] --- PASS: TestRenameLinkedContainer (1.81s)
09:39:35 [2023-01-05T09:39:35.905Z] === RUN   TestRenameStoppedContainer
09:39:36 [2023-01-05T09:39:36.466Z] --- PASS: TestRenameStoppedContainer (0.39s)
09:39:36 [2023-01-05T09:39:36.466Z] === RUN   TestRenameRunningContainerAndReuse
09:39:37 [2023-01-05T09:39:37.393Z] --- PASS: TestRenameRunningContainerAndReuse (0.86s)
09:39:37 [2023-01-05T09:39:37.393Z] === RUN   TestRenameInvalidName
09:39:37 [2023-01-05T09:39:37.649Z] --- PASS: TestRenameInvalidName (0.43s)
09:39:37 [2023-01-05T09:39:37.649Z] === RUN   TestRenameAnonymousContainer
09:39:39 [2023-01-05T09:39:39.538Z] --- PASS: TestRenameAnonymousContainer (1.63s)
09:39:39 [2023-01-05T09:39:39.538Z] === RUN   TestRenameContainerWithSameName
09:39:39 [2023-01-05T09:39:39.793Z] --- PASS: TestRenameContainerWithSameName (0.44s)
09:39:39 [2023-01-05T09:39:39.793Z] === RUN   TestRenameContainerWithLinkedContainer
09:39:40 [2023-01-05T09:39:40.719Z] --- PASS: TestRenameContainerWithLinkedContainer (0.90s)
09:39:40 [2023-01-05T09:39:40.719Z] === RUN   TestResize
09:39:40 [2023-01-05T09:39:40.975Z] --- PASS: TestResize (0.43s)
09:39:40 [2023-01-05T09:39:40.975Z] === RUN   TestResizeWithInvalidSize
09:39:41 [2023-01-05T09:39:41.540Z] --- PASS: TestResizeWithInvalidSize (0.46s)
09:39:41 [2023-01-05T09:39:41.540Z] === RUN   TestResizeWhenContainerNotStarted
09:39:41 [2023-01-05T09:39:41.796Z] --- PASS: TestResizeWhenContainerNotStarted (0.40s)
09:39:41 [2023-01-05T09:39:41.796Z] === RUN   TestDaemonRestartKillContainers
09:39:41 [2023-01-05T09:39:41.796Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
09:39:41 [2023-01-05T09:39:41.796Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
09:39:41 [2023-01-05T09:39:41.796Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
09:39:41 [2023-01-05T09:39:41.796Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
09:39:41 [2023-01-05T09:39:41.796Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
09:39:41 [2023-01-05T09:39:41.796Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
09:39:41 [2023-01-05T09:39:41.796Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
09:39:41 [2023-01-05T09:39:41.796Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
09:39:41 [2023-01-05T09:39:41.796Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
09:39:41 [2023-01-05T09:39:41.796Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
09:39:41 [2023-01-05T09:39:41.796Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
09:39:41 [2023-01-05T09:39:41.796Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
09:39:41 [2023-01-05T09:39:41.796Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
09:39:41 [2023-01-05T09:39:41.796Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
09:39:41 [2023-01-05T09:39:41.796Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
09:39:41 [2023-01-05T09:39:41.796Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
09:39:41 [2023-01-05T09:39:41.796Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
09:39:41 [2023-01-05T09:39:41.796Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
09:39:41 [2023-01-05T09:39:41.796Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
09:39:41 [2023-01-05T09:39:41.796Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
09:39:41 [2023-01-05T09:39:41.796Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
09:39:41 [2023-01-05T09:39:41.796Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
09:39:41 [2023-01-05T09:39:41.796Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
09:39:41 [2023-01-05T09:39:41.796Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
09:39:41 [2023-01-05T09:39:41.796Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
09:39:41 [2023-01-05T09:39:41.796Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
09:39:41 [2023-01-05T09:39:41.796Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
09:39:41 [2023-01-05T09:39:41.796Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
09:39:41 [2023-01-05T09:39:41.796Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
09:39:41 [2023-01-05T09:39:41.796Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
09:39:41 [2023-01-05T09:39:41.796Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
09:39:41 [2023-01-05T09:39:41.796Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
09:39:41 [2023-01-05T09:39:41.796Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
09:39:41 [2023-01-05T09:39:41.796Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
09:39:43 [2023-01-05T09:39:43.685Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
09:39:45 [2023-01-05T09:39:45.573Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
09:39:46 [2023-01-05T09:39:46.500Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
09:39:47 [2023-01-05T09:39:47.426Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
09:39:47 [2023-01-05T09:39:47.426Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
09:39:48 [2023-01-05T09:39:48.353Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
09:39:48 [2023-01-05T09:39:48.610Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
09:39:51 [2023-01-05T09:39:51.886Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
09:39:52 [2023-01-05T09:39:52.447Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
09:39:53 [2023-01-05T09:39:53.373Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
09:39:53 [2023-01-05T09:39:53.934Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
09:39:54 [2023-01-05T09:39:54.861Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
09:39:55 [2023-01-05T09:39:55.787Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
09:39:56 [2023-01-05T09:39:56.348Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
09:39:58 [2023-01-05T09:39:58.236Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
09:39:58 [2023-01-05T09:39:58.236Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.58s)
09:39:58 [2023-01-05T09:39:58.236Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.37s)
09:39:58 [2023-01-05T09:39:58.236Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.14s)
09:39:58 [2023-01-05T09:39:58.236Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.75s)
09:39:58 [2023-01-05T09:39:58.236Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.15s)
09:39:58 [2023-01-05T09:39:58.236Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.15s)
09:39:58 [2023-01-05T09:39:58.236Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.15s)
09:39:58 [2023-01-05T09:39:58.236Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.25s)
09:39:58 [2023-01-05T09:39:58.236Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (3.70s)
09:39:58 [2023-01-05T09:39:58.236Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.82s)
09:39:58 [2023-01-05T09:39:58.236Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.61s)
09:39:58 [2023-01-05T09:39:58.236Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.51s)
09:39:58 [2023-01-05T09:39:58.236Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.71s)
09:39:58 [2023-01-05T09:39:58.236Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.52s)
09:39:58 [2023-01-05T09:39:58.236Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.57s)
09:39:58 [2023-01-05T09:39:58.236Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.60s)
09:39:58 [2023-01-05T09:39:58.236Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted
09:39:58 [2023-01-05T09:39:58.236Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/kill
09:39:59 [2023-01-05T09:39:59.162Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/stop
09:40:00 [2023-01-05T09:40:00.088Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.84s)
09:40:00 [2023-01-05T09:40:00.088Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.91s)
09:40:00 [2023-01-05T09:40:00.088Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (0.92s)
09:40:00 [2023-01-05T09:40:00.088Z] === RUN   TestCgroupNamespacesRun
09:40:01 [2023-01-05T09:40:01.015Z] --- PASS: TestCgroupNamespacesRun (1.08s)
09:40:01 [2023-01-05T09:40:01.015Z] === RUN   TestCgroupNamespacesRunPrivileged
09:40:01 [2023-01-05T09:40:01.942Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.09s)
09:40:01 [2023-01-05T09:40:01.942Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
09:40:03 [2023-01-05T09:40:03.305Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.07s)
09:40:03 [2023-01-05T09:40:03.305Z] === RUN   TestCgroupNamespacesRunHostMode
09:40:04 [2023-01-05T09:40:04.232Z] --- PASS: TestCgroupNamespacesRunHostMode (1.07s)
09:40:04 [2023-01-05T09:40:04.232Z] === RUN   TestCgroupNamespacesRunPrivateMode
09:40:05 [2023-01-05T09:40:05.596Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.10s)
09:40:05 [2023-01-05T09:40:05.596Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
09:40:06 [2023-01-05T09:40:06.522Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.06s)
09:40:06 [2023-01-05T09:40:06.522Z] === RUN   TestCgroupNamespacesRunInvalidMode
09:40:07 [2023-01-05T09:40:07.084Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.60s)
09:40:07 [2023-01-05T09:40:07.084Z] === RUN   TestCgroupNamespacesRunOlderClient
09:40:08 [2023-01-05T09:40:08.010Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.08s)
09:40:08 [2023-01-05T09:40:08.010Z] === RUN   TestNISDomainname
09:40:08 [2023-01-05T09:40:08.572Z] --- PASS: TestNISDomainname (0.51s)
09:40:08 [2023-01-05T09:40:08.572Z] === RUN   TestHostnameDnsResolution
09:40:09 [2023-01-05T09:40:09.133Z] --- PASS: TestHostnameDnsResolution (0.68s)
09:40:09 [2023-01-05T09:40:09.133Z] === RUN   TestUnprivilegedPortsAndPing
09:40:09 [2023-01-05T09:40:09.715Z] --- PASS: TestUnprivilegedPortsAndPing (0.52s)
09:40:09 [2023-01-05T09:40:09.715Z] === RUN   TestPrivilegedHostDevices
09:40:10 [2023-01-05T09:40:10.293Z] --- PASS: TestPrivilegedHostDevices (0.48s)
09:40:10 [2023-01-05T09:40:10.293Z] === RUN   TestRunConsoleSize
09:40:10 [2023-01-05T09:40:10.549Z] --- PASS: TestRunConsoleSize (0.44s)
09:40:10 [2023-01-05T09:40:10.549Z] === RUN   TestRunWithAlternativeContainerdShim
09:40:13 [2023-01-05T09:40:13.062Z] --- PASS: TestRunWithAlternativeContainerdShim (1.95s)
09:40:13 [2023-01-05T09:40:13.062Z] === RUN   TestStats
09:40:14 [2023-01-05T09:40:14.949Z] --- PASS: TestStats (2.46s)
09:40:14 [2023-01-05T09:40:14.949Z] === RUN   TestStopContainerWithTimeout
09:40:14 [2023-01-05T09:40:14.949Z] === RUN   TestStopContainerWithTimeout/0
09:40:14 [2023-01-05T09:40:14.949Z] === PAUSE TestStopContainerWithTimeout/0
09:40:14 [2023-01-05T09:40:14.949Z] === RUN   TestStopContainerWithTimeout/1
09:40:14 [2023-01-05T09:40:14.949Z] === PAUSE TestStopContainerWithTimeout/1
09:40:14 [2023-01-05T09:40:14.949Z] === RUN   TestStopContainerWithTimeout/3
09:40:15 [2023-01-05T09:40:15.204Z] === PAUSE TestStopContainerWithTimeout/3
09:40:15 [2023-01-05T09:40:15.204Z] === RUN   TestStopContainerWithTimeout/-1
09:40:15 [2023-01-05T09:40:15.204Z] === PAUSE TestStopContainerWithTimeout/-1
09:40:15 [2023-01-05T09:40:15.204Z] === CONT  TestStopContainerWithTimeout/0
09:40:15 [2023-01-05T09:40:15.204Z] === CONT  TestStopContainerWithTimeout/-1
09:40:15 [2023-01-05T09:40:15.765Z] === CONT  TestStopContainerWithTimeout/3
09:40:17 [2023-01-05T09:40:17.651Z] === CONT  TestStopContainerWithTimeout/1
09:40:19 [2023-01-05T09:40:19.014Z] --- PASS: TestStopContainerWithTimeout (0.01s)
09:40:19 [2023-01-05T09:40:19.014Z]     --- PASS: TestStopContainerWithTimeout/0 (0.64s)
09:40:19 [2023-01-05T09:40:19.014Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.54s)
09:40:19 [2023-01-05T09:40:19.015Z]     --- PASS: TestStopContainerWithTimeout/3 (2.38s)
09:40:19 [2023-01-05T09:40:19.015Z]     --- PASS: TestStopContainerWithTimeout/1 (1.43s)
09:40:19 [2023-01-05T09:40:19.015Z] === RUN   TestDeleteDevicemapper
09:40:19 [2023-01-05T09:40:19.015Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
09:40:19 [2023-01-05T09:40:19.015Z] --- SKIP: TestDeleteDevicemapper (0.00s)
09:40:19 [2023-01-05T09:40:19.015Z] === RUN   TestStopContainerWithRestartPolicyAlways
09:40:20 [2023-01-05T09:40:20.903Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.92s)
09:40:20 [2023-01-05T09:40:20.903Z] === RUN   TestUpdateMemory
09:40:21 [2023-01-05T09:40:21.464Z] --- PASS: TestUpdateMemory (0.52s)
09:40:21 [2023-01-05T09:40:21.464Z] === RUN   TestUpdateCPUQuota
09:40:22 [2023-01-05T09:40:22.391Z] --- PASS: TestUpdateCPUQuota (0.74s)
09:40:22 [2023-01-05T09:40:22.391Z] === RUN   TestUpdatePidsLimit
09:40:22 [2023-01-05T09:40:22.391Z] === RUN   TestUpdatePidsLimit/update_from_none
09:40:22 [2023-01-05T09:40:22.391Z] === RUN   TestUpdatePidsLimit/no_change
09:40:22 [2023-01-05T09:40:22.646Z] === RUN   TestUpdatePidsLimit/update_lower
09:40:22 [2023-01-05T09:40:22.902Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
09:40:22 [2023-01-05T09:40:22.902Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
09:40:23 [2023-01-05T09:40:23.158Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
09:40:23 [2023-01-05T09:40:23.413Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
09:40:23 [2023-01-05T09:40:23.974Z] --- PASS: TestUpdatePidsLimit (1.81s)
09:40:23 [2023-01-05T09:40:23.974Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.17s)
09:40:23 [2023-01-05T09:40:23.974Z]     --- PASS: TestUpdatePidsLimit/no_change (0.19s)
09:40:23 [2023-01-05T09:40:23.974Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.19s)
09:40:23 [2023-01-05T09:40:23.974Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.19s)
09:40:23 [2023-01-05T09:40:23.974Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.20s)
09:40:23 [2023-01-05T09:40:23.974Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.19s)
09:40:23 [2023-01-05T09:40:23.974Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.20s)
09:40:23 [2023-01-05T09:40:23.974Z] === RUN   TestUpdateRestartPolicy
09:40:36 [2023-01-05T09:40:36.140Z] --- PASS: TestUpdateRestartPolicy (10.89s)
09:40:36 [2023-01-05T09:40:36.140Z] === RUN   TestUpdateRestartWithAutoRemove
09:40:36 [2023-01-05T09:40:36.140Z] --- PASS: TestUpdateRestartWithAutoRemove (0.44s)
09:40:36 [2023-01-05T09:40:36.140Z] === RUN   TestWaitNonBlocked
09:40:36 [2023-01-05T09:40:36.140Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
09:40:36 [2023-01-05T09:40:36.140Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
09:40:36 [2023-01-05T09:40:36.140Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
09:40:36 [2023-01-05T09:40:36.140Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
09:40:36 [2023-01-05T09:40:36.140Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
09:40:36 [2023-01-05T09:40:36.140Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
09:40:36 [2023-01-05T09:40:36.140Z] --- PASS: TestWaitNonBlocked (0.01s)
09:40:36 [2023-01-05T09:40:36.140Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.61s)
09:40:36 [2023-01-05T09:40:36.140Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.66s)
09:40:36 [2023-01-05T09:40:36.140Z] === RUN   TestWaitBlocked
09:40:36 [2023-01-05T09:40:36.140Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
09:40:36 [2023-01-05T09:40:36.140Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
09:40:36 [2023-01-05T09:40:36.140Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
09:40:36 [2023-01-05T09:40:36.140Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
09:40:36 [2023-01-05T09:40:36.140Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
09:40:36 [2023-01-05T09:40:36.140Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
09:40:36 [2023-01-05T09:40:36.701Z] --- PASS: TestWaitBlocked (0.02s)
09:40:36 [2023-01-05T09:40:36.701Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.66s)
09:40:36 [2023-01-05T09:40:36.701Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.69s)
09:40:36 [2023-01-05T09:40:36.701Z] === RUN   TestWaitConditions
09:40:36 [2023-01-05T09:40:36.701Z] === RUN   TestWaitConditions/default
09:40:36 [2023-01-05T09:40:36.701Z] === PAUSE TestWaitConditions/default
09:40:36 [2023-01-05T09:40:36.701Z] === RUN   TestWaitConditions/not-running
09:40:36 [2023-01-05T09:40:36.701Z] === PAUSE TestWaitConditions/not-running
09:40:36 [2023-01-05T09:40:36.701Z] === RUN   TestWaitConditions/next-exit
09:40:36 [2023-01-05T09:40:36.701Z] === PAUSE TestWaitConditions/next-exit
09:40:36 [2023-01-05T09:40:36.701Z] === RUN   TestWaitConditions/removed
09:40:36 [2023-01-05T09:40:36.701Z] === PAUSE TestWaitConditions/removed
09:40:36 [2023-01-05T09:40:36.701Z] === CONT  TestWaitConditions/default
09:40:36 [2023-01-05T09:40:36.701Z] === CONT  TestWaitConditions/removed
09:40:36 [2023-01-05T09:40:36.701Z]     wait_test.go:146: ContainerID = a25cfef7d179bb5c7598998176c09621071a7a9f663b9415b191da8e1e51a6b2
09:40:36 [2023-01-05T09:40:36.701Z] === CONT  TestWaitConditions/default
09:40:36 [2023-01-05T09:40:36.701Z]     wait_test.go:146: ContainerID = b4f923f6886f1824c55bef0cb3cd22f255bd989b005979e75a571f25be41359c
09:40:37 [2023-01-05T09:40:37.262Z] === CONT  TestWaitConditions/next-exit
09:40:37 [2023-01-05T09:40:37.262Z]     wait_test.go:146: ContainerID = c69edd9b34c110381ce694efb640666d62265430057573b48c3814beaffbab66
09:40:37 [2023-01-05T09:40:37.519Z] === CONT  TestWaitConditions/not-running
09:40:37 [2023-01-05T09:40:37.519Z]     wait_test.go:146: ContainerID = 0d108980025d74a1c659042198a658051aeb8a4aae3da76290e101729bc84b7c
09:40:38 [2023-01-05T09:40:38.090Z] --- PASS: TestWaitConditions (0.01s)
09:40:38 [2023-01-05T09:40:38.090Z]     --- PASS: TestWaitConditions/removed (0.57s)
09:40:38 [2023-01-05T09:40:38.090Z]     --- PASS: TestWaitConditions/default (0.69s)
09:40:38 [2023-01-05T09:40:38.090Z]     --- PASS: TestWaitConditions/next-exit (0.48s)
09:40:38 [2023-01-05T09:40:38.090Z]     --- PASS: TestWaitConditions/not-running (0.52s)
09:40:38 [2023-01-05T09:40:38.090Z] === RUN   TestWaitRestartedContainer
09:40:38 [2023-01-05T09:40:38.090Z] === RUN   TestWaitRestartedContainer/default
09:40:38 [2023-01-05T09:40:38.090Z] === PAUSE TestWaitRestartedContainer/default
09:40:38 [2023-01-05T09:40:38.090Z] === RUN   TestWaitRestartedContainer/not-running
09:40:38 [2023-01-05T09:40:38.090Z] === PAUSE TestWaitRestartedContainer/not-running
09:40:38 [2023-01-05T09:40:38.090Z] === RUN   TestWaitRestartedContainer/next-exit
09:40:38 [2023-01-05T09:40:38.090Z] === PAUSE TestWaitRestartedContainer/next-exit
09:40:38 [2023-01-05T09:40:38.090Z] === CONT  TestWaitRestartedContainer/default
09:40:38 [2023-01-05T09:40:38.090Z] === CONT  TestWaitRestartedContainer/next-exit
09:40:39 [2023-01-05T09:40:39.455Z] === CONT  TestWaitRestartedContainer/not-running
09:40:40 [2023-01-05T09:40:40.389Z] --- PASS: TestWaitRestartedContainer (0.02s)
09:40:40 [2023-01-05T09:40:40.389Z]     --- PASS: TestWaitRestartedContainer/next-exit (1.33s)
09:40:40 [2023-01-05T09:40:40.389Z]     --- PASS: TestWaitRestartedContainer/default (1.41s)
09:40:40 [2023-01-05T09:40:40.389Z]     --- PASS: TestWaitRestartedContainer/not-running (0.98s)
09:40:40 [2023-01-05T09:40:40.389Z] === CONT  TestRestartDaemonWithRestartingContainer
09:40:40 [2023-01-05T09:40:40.389Z] === CONT  TestContainerStartOnDaemonRestart
09:40:42 [2023-01-05T09:40:42.903Z] --- PASS: TestContainerStartOnDaemonRestart (2.12s)
09:40:42 [2023-01-05T09:40:42.903Z] === CONT  TestIpcModeOlderClient
09:40:42 [2023-01-05T09:40:42.903Z] --- PASS: TestIpcModeOlderClient (0.05s)
09:40:42 [2023-01-05T09:40:42.903Z] === CONT  TestContainerKillOnDaemonStart
09:40:42 [2023-01-05T09:40:42.903Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.59s)
09:40:42 [2023-01-05T09:40:42.903Z] === CONT  TestDaemonHostGatewayIP
09:40:45 [2023-01-05T09:40:45.416Z] --- PASS: TestDaemonHostGatewayIP (2.10s)
09:40:45 [2023-01-05T09:40:45.416Z] === CONT  TestDaemonRestartIpcMode
09:40:47 [2023-01-05T09:40:47.303Z] --- PASS: TestDaemonRestartIpcMode (2.13s)
09:40:53 [2023-01-05T09:40:53.833Z] --- PASS: TestContainerKillOnDaemonStart (11.47s)
09:40:53 [2023-01-05T09:40:53.833Z] PASS
09:40:53 [2023-01-05T09:40:53.833Z] 
09:40:53 [2023-01-05T09:40:53.833Z] === Skipped
09:40:53 [2023-01-05T09:40:53.833Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
09:40:53 [2023-01-05T09:40:53.833Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
09:40:53 [2023-01-05T09:40:53.833Z] 
09:40:53 [2023-01-05T09:40:53.833Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
09:40:53 [2023-01-05T09:40:53.833Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
09:40:53 [2023-01-05T09:40:53.833Z] 
09:40:53 [2023-01-05T09:40:53.833Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s)
09:40:53 [2023-01-05T09:40:53.833Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
09:40:53 [2023-01-05T09:40:53.833Z] 
09:40:53 [2023-01-05T09:40:53.833Z] DONE 281 tests, 3 skipped in 126.435s
09:40:54 [2023-01-05T09:40:54.089Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m 
09:40:54 [2023-01-05T09:40:54.089Z] ++ 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
09:40:54 [2023-01-05T09:40:54.089Z] ++ set -e
09:40:54 [2023-01-05T09:40:54.089Z] ++ '[' -n 0 ']'
09:40:54 [2023-01-05T09:40:54.089Z] ++ set -x
09:40:54 [2023-01-05T09:40:54.089Z] ++ 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
09:40:54 [2023-01-05T09:40:54.089Z] INFO: Testing against a local daemon
09:40:54 [2023-01-05T09:40:54.089Z] === RUN   TestConfigDaemonID
09:40:55 [2023-01-05T09:40:55.453Z]     daemon_test.go:51: [d95e20ed6e818] daemon is not started
09:40:55 [2023-01-05T09:40:55.453Z] --- PASS: TestConfigDaemonID (1.04s)
09:40:55 [2023-01-05T09:40:55.453Z] === RUN   TestDaemonConfigValidation
09:40:55 [2023-01-05T09:40:55.453Z] === RUN   TestDaemonConfigValidation/config_with_no_content
09:40:55 [2023-01-05T09:40:55.453Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
09:40:55 [2023-01-05T09:40:55.453Z] === RUN   TestDaemonConfigValidation/config_with_{}
09:40:55 [2023-01-05T09:40:55.453Z] === PAUSE TestDaemonConfigValidation/config_with_{}
09:40:55 [2023-01-05T09:40:55.453Z] === RUN   TestDaemonConfigValidation/invalid_config
09:40:55 [2023-01-05T09:40:55.453Z] === PAUSE TestDaemonConfigValidation/invalid_config
09:40:55 [2023-01-05T09:40:55.453Z] === RUN   TestDaemonConfigValidation/malformed_config
09:40:55 [2023-01-05T09:40:55.453Z] === PAUSE TestDaemonConfigValidation/malformed_config
09:40:55 [2023-01-05T09:40:55.453Z] === RUN   TestDaemonConfigValidation/valid_config
09:40:55 [2023-01-05T09:40:55.453Z] === PAUSE TestDaemonConfigValidation/valid_config
09:40:55 [2023-01-05T09:40:55.453Z] === CONT  TestDaemonConfigValidation/config_with_no_content
09:40:55 [2023-01-05T09:40:55.453Z] === CONT  TestDaemonConfigValidation/invalid_config
09:40:55 [2023-01-05T09:40:55.453Z] === CONT  TestDaemonConfigValidation/malformed_config
09:40:55 [2023-01-05T09:40:55.453Z] === CONT  TestDaemonConfigValidation/valid_config
09:40:55 [2023-01-05T09:40:55.453Z] === CONT  TestDaemonConfigValidation/config_with_{}
09:40:55 [2023-01-05T09:40:55.453Z] --- PASS: TestDaemonConfigValidation (0.00s)
09:40:55 [2023-01-05T09:40:55.453Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.07s)
09:40:55 [2023-01-05T09:40:55.453Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.08s)
09:40:55 [2023-01-05T09:40:55.453Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.08s)
09:40:55 [2023-01-05T09:40:55.453Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.09s)
09:40:55 [2023-01-05T09:40:55.453Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s)
09:40:55 [2023-01-05T09:40:55.453Z] === RUN   TestConfigDaemonSeccompProfiles
09:40:55 [2023-01-05T09:40:55.453Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
09:40:56 [2023-01-05T09:40:56.379Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
09:40:57 [2023-01-05T09:40:57.743Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
09:40:58 [2023-01-05T09:40:58.670Z] === CONT  TestConfigDaemonSeccompProfiles
09:40:58 [2023-01-05T09:40:58.670Z]     daemon_test.go:165: [da7b77e31cbf8] daemon is not started
09:40:58 [2023-01-05T09:40:58.670Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s)
09:40:58 [2023-01-05T09:40:58.670Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
09:40:58 [2023-01-05T09:40:58.670Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
09:40:58 [2023-01-05T09:40:58.670Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
09:40:58 [2023-01-05T09:40:58.670Z] === RUN   TestDaemonProxy
09:40:58 [2023-01-05T09:40:58.670Z] === RUN   TestDaemonProxy/environment_variables
09:41:00 [2023-01-05T09:41:00.556Z] === RUN   TestDaemonProxy/command-line_options
09:41:01 [2023-01-05T09:41:01.920Z] === RUN   TestDaemonProxy/configuration_file
09:41:03 [2023-01-05T09:41:03.835Z] === RUN   TestDaemonProxy/conflicting_options
09:41:04 [2023-01-05T09:41:04.396Z] === RUN   TestDaemonProxy/reload_sanitized
09:41:04 [2023-01-05T09:41:04.651Z] --- PASS: TestDaemonProxy (6.24s)
09:41:04 [2023-01-05T09:41:04.651Z]     --- PASS: TestDaemonProxy/environment_variables (1.72s)
09:41:04 [2023-01-05T09:41:04.651Z]     --- PASS: TestDaemonProxy/command-line_options (1.74s)
09:41:04 [2023-01-05T09:41:04.651Z]     --- PASS: TestDaemonProxy/configuration_file (1.74s)
09:41:04 [2023-01-05T09:41:04.651Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
09:41:04 [2023-01-05T09:41:04.651Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.52s)
09:41:04 [2023-01-05T09:41:04.651Z] === RUN   TestLiveRestore
09:41:04 [2023-01-05T09:41:04.651Z] === RUN   TestLiveRestore/volume_references
09:41:04 [2023-01-05T09:41:04.651Z] === PAUSE TestLiveRestore/volume_references
09:41:04 [2023-01-05T09:41:04.651Z] === CONT  TestLiveRestore/volume_references
09:41:05 [2023-01-05T09:41:05.213Z] === RUN   TestLiveRestore/volume_references/restartPolicy
09:41:05 [2023-01-05T09:41:05.213Z] === RUN   TestLiveRestore/volume_references/restartPolicy/always
09:41:06 [2023-01-05T09:41:06.140Z] === RUN   TestLiveRestore/volume_references/restartPolicy/unless-stopped
09:41:07 [2023-01-05T09:41:07.069Z] === RUN   TestLiveRestore/volume_references/restartPolicy/on-failure
09:41:07 [2023-01-05T09:41:07.996Z] === RUN   TestLiveRestore/volume_references/restartPolicy/no
09:41:08 [2023-01-05T09:41:08.923Z] --- PASS: TestLiveRestore (0.00s)
09:41:08 [2023-01-05T09:41:08.923Z]     --- PASS: TestLiveRestore/volume_references (4.13s)
09:41:08 [2023-01-05T09:41:08.923Z]         --- PASS: TestLiveRestore/volume_references/restartPolicy (3.53s)
09:41:08 [2023-01-05T09:41:08.923Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/always (0.91s)
09:41:08 [2023-01-05T09:41:08.923Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (0.87s)
09:41:08 [2023-01-05T09:41:08.923Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (0.86s)
09:41:08 [2023-01-05T09:41:08.923Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/no (0.89s)
09:41:08 [2023-01-05T09:41:08.923Z] PASS
09:41:08 [2023-01-05T09:41:08.923Z] 
09:41:08 [2023-01-05T09:41:08.923Z] DONE 24 tests in 14.899s
09:41:08 [2023-01-05T09:41:08.923Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m 
09:41:08 [2023-01-05T09:41:08.923Z] ++ 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
09:41:08 [2023-01-05T09:41:08.923Z] ++ set -e
09:41:08 [2023-01-05T09:41:08.923Z] ++ '[' -n 0 ']'
09:41:08 [2023-01-05T09:41:08.923Z] ++ set -x
09:41:08 [2023-01-05T09:41:08.923Z] ++ 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
09:41:09 [2023-01-05T09:41:09.179Z] INFO: Testing against a local daemon
09:41:09 [2023-01-05T09:41:09.179Z] === RUN   TestCommitInheritsEnv
09:41:09 [2023-01-05T09:41:09.435Z] --- PASS: TestCommitInheritsEnv (0.20s)
09:41:09 [2023-01-05T09:41:09.435Z] === RUN   TestImportExtremelyLargeImageWorks
09:41:09 [2023-01-05T09:41:09.435Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
09:41:09 [2023-01-05T09:41:09.435Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
09:41:09 [2023-01-05T09:41:09.435Z] === RUN   TestImportWithCustomPlatform
09:41:09 [2023-01-05T09:41:09.435Z] === RUN   TestImportWithCustomPlatform/#00
09:41:09 [2023-01-05T09:41:09.435Z] === RUN   TestImportWithCustomPlatform/_______
09:41:09 [2023-01-05T09:41:09.435Z] === RUN   TestImportWithCustomPlatform//
09:41:09 [2023-01-05T09:41:09.435Z] === RUN   TestImportWithCustomPlatform/linux
09:41:09 [2023-01-05T09:41:09.435Z] === RUN   TestImportWithCustomPlatform/LINUX
09:41:09 [2023-01-05T09:41:09.435Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
09:41:09 [2023-01-05T09:41:09.435Z] === RUN   TestImportWithCustomPlatform/macos
09:41:09 [2023-01-05T09:41:09.435Z] === RUN   TestImportWithCustomPlatform/macos/arm64
09:41:09 [2023-01-05T09:41:09.435Z] === RUN   TestImportWithCustomPlatform/nintendo64
09:41:09 [2023-01-05T09:41:09.435Z] --- PASS: TestImportWithCustomPlatform (0.13s)
09:41:09 [2023-01-05T09:41:09.435Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.02s)
09:41:09 [2023-01-05T09:41:09.435Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
09:41:09 [2023-01-05T09:41:09.435Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
09:41:09 [2023-01-05T09:41:09.435Z]     --- PASS: TestImportWithCustomPlatform/linux (0.02s)
09:41:09 [2023-01-05T09:41:09.435Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.02s)
09:41:09 [2023-01-05T09:41:09.435Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.02s)
09:41:09 [2023-01-05T09:41:09.435Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
09:41:09 [2023-01-05T09:41:09.435Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
09:41:09 [2023-01-05T09:41:09.435Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
09:41:09 [2023-01-05T09:41:09.435Z] === RUN   TestImagesFilterMultiReference
09:41:09 [2023-01-05T09:41:09.435Z] --- PASS: TestImagesFilterMultiReference (0.06s)
09:41:09 [2023-01-05T09:41:09.435Z] === RUN   TestImagesFilterBeforeSince
09:41:09 [2023-01-05T09:41:09.690Z]     list_test.go:87: ImageList: ID=sha256:d2107d74098ed6b19b618f3caacaa48de94546f79d410a44d860b03c235fc707 RepoTags=[testimagesfilterbeforesince:v2]
09:41:09 [2023-01-05T09:41:09.690Z]     list_test.go:87: ImageList: ID=sha256:cf18a4f76a798100f07b9b9f8036eeaa8841e635b66be6401e85e9bca9f1ca41 RepoTags=[testimagesfilterbeforesince:v1]
09:41:09 [2023-01-05T09:41:09.690Z]     list_test.go:87: ImageList: ID=sha256:6a007b888f5596789e086abbec5ef92119605fb32efef3ef5675e153792d2e37 RepoTags=[testimagesfilterbeforesince:v3]
09:41:09 [2023-01-05T09:41:09.690Z] --- PASS: TestImagesFilterBeforeSince (0.25s)
09:41:09 [2023-01-05T09:41:09.690Z] === RUN   TestImagePullPlatformInvalid
09:41:09 [2023-01-05T09:41:09.690Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
09:41:09 [2023-01-05T09:41:09.690Z] === RUN   TestImagePullStoredfDigestForOtherRepo
09:41:09 [2023-01-05T09:41:09.690Z] time="2023-01-05T09:41:09Z" 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.19.4 instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.690Z] time="2023-01-05T09:41:09Z" level=info msg="redis not configured" go.version=go1.19.4 instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.690Z] time="2023-01-05T09:41:09Z" level=info msg="listening on 127.0.0.1:5000" go.version=go1.19.4 instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.690Z] time="2023-01-05T09:41:09Z" level=info msg="Starting upload purge in 52m0s" go.version=go1.19.4 instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.948Z] time="2023-01-05T09:41:09Z" level=debug msg="authorizing request" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=184885cf-481b-4ecb-bc23-96d03466fd0d http.request.method=GET http.request.remoteaddr="127.0.0.1:34706" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.948Z] time="2023-01-05T09:41:09Z" level=info msg="response completed" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=184885cf-481b-4ecb-bc23-96d03466fd0d http.request.method=GET http.request.remoteaddr="127.0.0.1:34706" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.100288ms http.response.status=200 http.response.written=2 instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.948Z] 127.0.0.1 - - [05/Jan/2023:09:41:09 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1"
09:41:09 [2023-01-05T09:41:09.948Z] time="2023-01-05T09:41:09Z" level=debug msg="authorizing request" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=f50f36ea-4b6e-4234-9c1a-27cd08b1603b http.request.method=HEAD http.request.remoteaddr="127.0.0.1:34732" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.14+unknown" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.948Z] time="2023-01-05T09:41:09Z" level=debug msg=GetBlob go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=f50f36ea-4b6e-4234-9c1a-27cd08b1603b http.request.method=HEAD http.request.remoteaddr="127.0.0.1:34732" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.14+unknown" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.948Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=f50f36ea-4b6e-4234-9c1a-27cd08b1603b http.request.method=HEAD http.request.remoteaddr="127.0.0.1:34732" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.14+unknown" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=31.606µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=d7fe9c92-929d-45a7-b766-f587a0016f80 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.948Z] time="2023-01-05T09:41:09Z" level=debug msg="authorizing request" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=f6aba038-e5b2-4396-9ec0-bebfb0577e07 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:34722" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.14+unknown" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.948Z] time="2023-01-05T09:41:09Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 err.message="blob unknown to registry" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=f50f36ea-4b6e-4234-9c1a-27cd08b1603b http.request.method=HEAD http.request.remoteaddr="127.0.0.1:34732" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.14+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.997172ms http.response.status=404 http.response.written=157 instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.948Z] 127.0.0.1 - - [05/Jan/2023:09:41:09 +0000] "HEAD /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 404 157 "" "containerd/1.6.14+unknown"
09:41:09 [2023-01-05T09:41:09.948Z] time="2023-01-05T09:41:09Z" level=debug msg=GetBlob go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=f6aba038-e5b2-4396-9ec0-bebfb0577e07 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:34722" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.14+unknown" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.948Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=f6aba038-e5b2-4396-9ec0-bebfb0577e07 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:34722" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.14+unknown" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=27.331µ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=c876090f-6457-481f-be55-1b4142e499a7 trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.948Z] time="2023-01-05T09:41:09Z" level=debug msg="authorizing request" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=047c0128-72e3-4d30-a839-680aba2b9370 http.request.method=POST http.request.remoteaddr="127.0.0.1:34732" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.14+unknown" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 vars.name=test version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.948Z] time="2023-01-05T09:41:09Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=047c0128-72e3-4d30-a839-680aba2b9370 http.request.method=POST http.request.remoteaddr="127.0.0.1:34732" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.14+unknown" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 vars.name=test version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.948Z] time="2023-01-05T09:41:09Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe err.message="blob unknown to registry" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=f6aba038-e5b2-4396-9ec0-bebfb0577e07 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:34722" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.14+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=4.661952ms http.response.status=404 http.response.written=157 instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.948Z] 127.0.0.1 - - [05/Jan/2023:09:41:09 +0000] "HEAD /v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 404 157 "" "containerd/1.6.14+unknown"
09:41:09 [2023-01-05T09:41:09.948Z] time="2023-01-05T09:41:09Z" level=debug msg="authorizing request" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=5dd223ed-e9bd-4556-ae15-5e355907400c http.request.method=POST http.request.remoteaddr="127.0.0.1:34722" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.14+unknown" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 vars.name=test version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.948Z] time="2023-01-05T09:41:09Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=5dd223ed-e9bd-4556-ae15-5e355907400c http.request.method=POST http.request.remoteaddr="127.0.0.1:34722" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.14+unknown" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 vars.name=test version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.948Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/276b3d0a-16fa-443f-9a78-6c489ef6891c/startedat\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=5dd223ed-e9bd-4556-ae15-5e355907400c http.request.method=POST http.request.remoteaddr="127.0.0.1:34722" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.14+unknown" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=66.247µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=82509af2-7775-4c0f-b351-7d2ed0fa668e trace.line=95 vars.name=test version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.948Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/276b3d0a-16fa-443f-9a78-6c489ef6891c/data\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=5dd223ed-e9bd-4556-ae15-5e355907400c http.request.method=POST http.request.remoteaddr="127.0.0.1:34722" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.14+unknown" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=10.879µ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=e225feae-3e79-47ae-937c-e9d30304446e trace.line=141 vars.name=test version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.948Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/32af9dfc-ccd2-403a-a87d-3334f5bf81f0/startedat\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=047c0128-72e3-4d30-a839-680aba2b9370 http.request.method=POST http.request.remoteaddr="127.0.0.1:34732" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.14+unknown" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=4.179782ms 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=409f59ab-f36f-46b9-b4fb-bbaa117bbbfc trace.line=95 vars.name=test version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.948Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/32af9dfc-ccd2-403a-a87d-3334f5bf81f0/data\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=047c0128-72e3-4d30-a839-680aba2b9370 http.request.method=POST http.request.remoteaddr="127.0.0.1:34732" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.14+unknown" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=14.491µ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=8daf8ef4-4b33-4bf2-9b1b-d4676ac7d51a trace.line=141 vars.name=test version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.948Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/276b3d0a-16fa-443f-9a78-6c489ef6891c/hashstates/sha256/0\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=5dd223ed-e9bd-4556-ae15-5e355907400c http.request.method=POST http.request.remoteaddr="127.0.0.1:34722" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.14+unknown" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=150.095µ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=b29e514a-87dd-42ab-9273-2dc879a2fecd trace.line=95 vars.name=test version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.948Z] time="2023-01-05T09:41:09Z" level=info msg="response completed" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=5dd223ed-e9bd-4556-ae15-5e355907400c http.request.method=POST http.request.remoteaddr="127.0.0.1:34722" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.14+unknown" http.response.duration=4.585144ms http.response.status=202 http.response.written=0 instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.948Z] 127.0.0.1 - - [05/Jan/2023:09:41:09 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.6.14+unknown"
09:41:09 [2023-01-05T09:41:09.948Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/32af9dfc-ccd2-403a-a87d-3334f5bf81f0/hashstates/sha256/0\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=047c0128-72e3-4d30-a839-680aba2b9370 http.request.method=POST http.request.remoteaddr="127.0.0.1:34732" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.14+unknown" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=63.178µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=38ea2d7b-b741-4e54-ab22-58d4995df01f trace.line=95 vars.name=test version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.949Z] time="2023-01-05T09:41:09Z" level=info msg="response completed" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=047c0128-72e3-4d30-a839-680aba2b9370 http.request.method=POST http.request.remoteaddr="127.0.0.1:34732" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.14+unknown" http.response.duration=8.075638ms http.response.status=202 http.response.written=0 instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.949Z] 127.0.0.1 - - [05/Jan/2023:09:41:09 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.6.14+unknown"
09:41:09 [2023-01-05T09:41:09.949Z] time="2023-01-05T09:41:09Z" level=debug msg="authorizing request" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=cd9ed015-95b7-4762-86d4-37d4f0f52aff http.request.method=PUT http.request.remoteaddr="127.0.0.1:34732" http.request.uri="/v2/test/blobs/uploads/32af9dfc-ccd2-403a-a87d-3334f5bf81f0?_state=RPMkiibgQ7h03U4Gi7_RHjbWCkMK7pOS6HZ0NGMkuld7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjMyYWY5ZGZjLWNjZDItNDAzYS1hODdkLTMzMzRmNWJmODFmMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0wNVQwOTo0MTowOS43NTczOTMzNTJaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.14+unknown" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 vars.name=test vars.uuid=32af9dfc-ccd2-403a-a87d-3334f5bf81f0 version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.949Z] time="2023-01-05T09:41:09Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=cd9ed015-95b7-4762-86d4-37d4f0f52aff http.request.method=PUT http.request.remoteaddr="127.0.0.1:34732" http.request.uri="/v2/test/blobs/uploads/32af9dfc-ccd2-403a-a87d-3334f5bf81f0?_state=RPMkiibgQ7h03U4Gi7_RHjbWCkMK7pOS6HZ0NGMkuld7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjMyYWY5ZGZjLWNjZDItNDAzYS1hODdkLTMzMzRmNWJmODFmMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0wNVQwOTo0MTowOS43NTczOTMzNTJaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.14+unknown" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 vars.name=test vars.uuid=32af9dfc-ccd2-403a-a87d-3334f5bf81f0 version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.949Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/32af9dfc-ccd2-403a-a87d-3334f5bf81f0/startedat\")" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=cd9ed015-95b7-4762-86d4-37d4f0f52aff http.request.method=PUT http.request.remoteaddr="127.0.0.1:34732" http.request.uri="/v2/test/blobs/uploads/32af9dfc-ccd2-403a-a87d-3334f5bf81f0?_state=RPMkiibgQ7h03U4Gi7_RHjbWCkMK7pOS6HZ0NGMkuld7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjMyYWY5ZGZjLWNjZDItNDAzYS1hODdkLTMzMzRmNWJmODFmMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0wNVQwOTo0MTowOS43NTczOTMzNTJaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.14+unknown" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=32.525µ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=d93be560-0326-40ce-97c7-d7bb0e698af3 trace.line=82 vars.name=test vars.uuid=32af9dfc-ccd2-403a-a87d-3334f5bf81f0 version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.949Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/32af9dfc-ccd2-403a-a87d-3334f5bf81f0/data\")" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=cd9ed015-95b7-4762-86d4-37d4f0f52aff http.request.method=PUT http.request.remoteaddr="127.0.0.1:34732" http.request.uri="/v2/test/blobs/uploads/32af9dfc-ccd2-403a-a87d-3334f5bf81f0?_state=RPMkiibgQ7h03U4Gi7_RHjbWCkMK7pOS6HZ0NGMkuld7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjMyYWY5ZGZjLWNjZDItNDAzYS1hODdkLTMzMzRmNWJmODFmMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0wNVQwOTo0MTowOS43NTczOTMzNTJaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.14+unknown" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=13.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).Stat" trace.id=2c97fc81-a347-4ca4-816b-98ca1256c2ea trace.line=141 vars.name=test vars.uuid=32af9dfc-ccd2-403a-a87d-3334f5bf81f0 version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.949Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/32af9dfc-ccd2-403a-a87d-3334f5bf81f0/data\", 0)" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=cd9ed015-95b7-4762-86d4-37d4f0f52aff http.request.method=PUT http.request.remoteaddr="127.0.0.1:34732" http.request.uri="/v2/test/blobs/uploads/32af9dfc-ccd2-403a-a87d-3334f5bf81f0?_state=RPMkiibgQ7h03U4Gi7_RHjbWCkMK7pOS6HZ0NGMkuld7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjMyYWY5ZGZjLWNjZDItNDAzYS1hODdkLTMzMzRmNWJmODFmMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0wNVQwOTo0MTowOS43NTczOTMzNTJaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.14+unknown" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=50.526µ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=c7708145-3d5f-4b67-bbf2-1c19d59b239c trace.line=124 vars.name=test vars.uuid=32af9dfc-ccd2-403a-a87d-3334f5bf81f0 version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.949Z] time="2023-01-05T09:41:09Z" level=debug msg="(*blobWriter).Commit" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=cd9ed015-95b7-4762-86d4-37d4f0f52aff http.request.method=PUT http.request.remoteaddr="127.0.0.1:34732" http.request.uri="/v2/test/blobs/uploads/32af9dfc-ccd2-403a-a87d-3334f5bf81f0?_state=RPMkiibgQ7h03U4Gi7_RHjbWCkMK7pOS6HZ0NGMkuld7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjMyYWY5ZGZjLWNjZDItNDAzYS1hODdkLTMzMzRmNWJmODFmMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0wNVQwOTo0MTowOS43NTczOTMzNTJaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.14+unknown" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 vars.name=test vars.uuid=32af9dfc-ccd2-403a-a87d-3334f5bf81f0 version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.949Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/32af9dfc-ccd2-403a-a87d-3334f5bf81f0/data\")" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=cd9ed015-95b7-4762-86d4-37d4f0f52aff http.request.method=PUT http.request.remoteaddr="127.0.0.1:34732" http.request.uri="/v2/test/blobs/uploads/32af9dfc-ccd2-403a-a87d-3334f5bf81f0?_state=RPMkiibgQ7h03U4Gi7_RHjbWCkMK7pOS6HZ0NGMkuld7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjMyYWY5ZGZjLWNjZDItNDAzYS1hODdkLTMzMzRmNWJmODFmMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0wNVQwOTo0MTowOS43NTczOTMzNTJaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.14+unknown" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=24.393µ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=0fbd6be2-2615-4d91-ad65-74726c2bacc6 trace.line=141 vars.name=test vars.uuid=32af9dfc-ccd2-403a-a87d-3334f5bf81f0 version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.949Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=cd9ed015-95b7-4762-86d4-37d4f0f52aff http.request.method=PUT http.request.remoteaddr="127.0.0.1:34732" http.request.uri="/v2/test/blobs/uploads/32af9dfc-ccd2-403a-a87d-3334f5bf81f0?_state=RPMkiibgQ7h03U4Gi7_RHjbWCkMK7pOS6HZ0NGMkuld7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjMyYWY5ZGZjLWNjZDItNDAzYS1hODdkLTMzMzRmNWJmODFmMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0wNVQwOTo0MTowOS43NTczOTMzNTJaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.14+unknown" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=26.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=a5d6008c-88ea-40d5-a51f-5896aeff52bb trace.line=141 vars.name=test vars.uuid=32af9dfc-ccd2-403a-a87d-3334f5bf81f0 version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.949Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/32af9dfc-ccd2-403a-a87d-3334f5bf81f0/data\")" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=cd9ed015-95b7-4762-86d4-37d4f0f52aff http.request.method=PUT http.request.remoteaddr="127.0.0.1:34732" http.request.uri="/v2/test/blobs/uploads/32af9dfc-ccd2-403a-a87d-3334f5bf81f0?_state=RPMkiibgQ7h03U4Gi7_RHjbWCkMK7pOS6HZ0NGMkuld7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjMyYWY5ZGZjLWNjZDItNDAzYS1hODdkLTMzMzRmNWJmODFmMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0wNVQwOTo0MTowOS43NTczOTMzNTJaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.14+unknown" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=34.953µ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=f3dc1e74-00ab-4ea1-aac6-215b961dc796 trace.line=141 vars.name=test vars.uuid=32af9dfc-ccd2-403a-a87d-3334f5bf81f0 version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.949Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/32af9dfc-ccd2-403a-a87d-3334f5bf81f0/data\", \"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\"" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=cd9ed015-95b7-4762-86d4-37d4f0f52aff http.request.method=PUT http.request.remoteaddr="127.0.0.1:34732" http.request.uri="/v2/test/blobs/uploads/32af9dfc-ccd2-403a-a87d-3334f5bf81f0?_state=RPMkiibgQ7h03U4Gi7_RHjbWCkMK7pOS6HZ0NGMkuld7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjMyYWY5ZGZjLWNjZDItNDAzYS1hODdkLTMzMzRmNWJmODFmMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0wNVQwOTo0MTowOS43NTczOTMzNTJaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.14+unknown" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=81.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).Move" trace.id=94062cdc-7340-43cd-93c4-f5c8118fab89 trace.line=167 vars.name=test vars.uuid=32af9dfc-ccd2-403a-a87d-3334f5bf81f0 version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.949Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=cd9ed015-95b7-4762-86d4-37d4f0f52aff http.request.method=PUT http.request.remoteaddr="127.0.0.1:34732" http.request.uri="/v2/test/blobs/uploads/32af9dfc-ccd2-403a-a87d-3334f5bf81f0?_state=RPMkiibgQ7h03U4Gi7_RHjbWCkMK7pOS6HZ0NGMkuld7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjMyYWY5ZGZjLWNjZDItNDAzYS1hODdkLTMzMzRmNWJmODFmMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0wNVQwOTo0MTowOS43NTczOTMzNTJaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.14+unknown" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=80.45µ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=41b69b81-a4ea-48c6-a496-b7e23884e7e8 trace.line=95 vars.name=test vars.uuid=32af9dfc-ccd2-403a-a87d-3334f5bf81f0 version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.949Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/32af9dfc-ccd2-403a-a87d-3334f5bf81f0\")" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=cd9ed015-95b7-4762-86d4-37d4f0f52aff http.request.method=PUT http.request.remoteaddr="127.0.0.1:34732" http.request.uri="/v2/test/blobs/uploads/32af9dfc-ccd2-403a-a87d-3334f5bf81f0?_state=RPMkiibgQ7h03U4Gi7_RHjbWCkMK7pOS6HZ0NGMkuld7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjMyYWY5ZGZjLWNjZDItNDAzYS1hODdkLTMzMzRmNWJmODFmMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0wNVQwOTo0MTowOS43NTczOTMzNTJaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.14+unknown" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=109.168µ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=01e117d5-ee86-4b86-a37b-4c029e798d29 trace.line=181 vars.name=test vars.uuid=32af9dfc-ccd2-403a-a87d-3334f5bf81f0 version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.949Z] time="2023-01-05T09:41:09Z" level=info msg="response completed" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=cd9ed015-95b7-4762-86d4-37d4f0f52aff http.request.method=PUT http.request.remoteaddr="127.0.0.1:34732" http.request.uri="/v2/test/blobs/uploads/32af9dfc-ccd2-403a-a87d-3334f5bf81f0?_state=RPMkiibgQ7h03U4Gi7_RHjbWCkMK7pOS6HZ0NGMkuld7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjMyYWY5ZGZjLWNjZDItNDAzYS1hODdkLTMzMzRmNWJmODFmMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0wNVQwOTo0MTowOS43NTczOTMzNTJaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.14+unknown" http.response.duration=3.163333ms http.response.status=201 http.response.written=0 instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.949Z] 127.0.0.1 - - [05/Jan/2023:09:41:09 +0000] "PUT /v2/test/blobs/uploads/32af9dfc-ccd2-403a-a87d-3334f5bf81f0?_state=RPMkiibgQ7h03U4Gi7_RHjbWCkMK7pOS6HZ0NGMkuld7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjMyYWY5ZGZjLWNjZDItNDAzYS1hODdkLTMzMzRmNWJmODFmMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0wNVQwOTo0MTowOS43NTczOTMzNTJaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 201 0 "" "containerd/1.6.14+unknown"
09:41:09 [2023-01-05T09:41:09.949Z] time="2023-01-05T09:41:09Z" level=debug msg="authorizing request" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=04504b0f-92ae-4292-bb4f-a4023607a260 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34722" http.request.uri="/v2/test/blobs/uploads/276b3d0a-16fa-443f-9a78-6c489ef6891c?_state=_0V8ib1K4GMCXE-nwXLXML-ybrJzk7EY37sRqwdTGRJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjI3NmIzZDBhLTE2ZmEtNDQzZi05YTc4LTZjNDg5ZWY2ODkxYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0wNVQwOTo0MTowOS43NTg5NjMyNFoifQ%3D%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.14+unknown" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 vars.name=test vars.uuid=276b3d0a-16fa-443f-9a78-6c489ef6891c version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.949Z] time="2023-01-05T09:41:09Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=04504b0f-92ae-4292-bb4f-a4023607a260 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34722" http.request.uri="/v2/test/blobs/uploads/276b3d0a-16fa-443f-9a78-6c489ef6891c?_state=_0V8ib1K4GMCXE-nwXLXML-ybrJzk7EY37sRqwdTGRJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjI3NmIzZDBhLTE2ZmEtNDQzZi05YTc4LTZjNDg5ZWY2ODkxYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0wNVQwOTo0MTowOS43NTg5NjMyNFoifQ%3D%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.14+unknown" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 vars.name=test vars.uuid=276b3d0a-16fa-443f-9a78-6c489ef6891c version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.949Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/276b3d0a-16fa-443f-9a78-6c489ef6891c/startedat\")" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=04504b0f-92ae-4292-bb4f-a4023607a260 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34722" http.request.uri="/v2/test/blobs/uploads/276b3d0a-16fa-443f-9a78-6c489ef6891c?_state=_0V8ib1K4GMCXE-nwXLXML-ybrJzk7EY37sRqwdTGRJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjI3NmIzZDBhLTE2ZmEtNDQzZi05YTc4LTZjNDg5ZWY2ODkxYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0wNVQwOTo0MTowOS43NTg5NjMyNFoifQ%3D%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.14+unknown" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=44.816µ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=c807ac52-54aa-4931-a234-566677866672 trace.line=82 vars.name=test vars.uuid=276b3d0a-16fa-443f-9a78-6c489ef6891c version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.949Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/276b3d0a-16fa-443f-9a78-6c489ef6891c/data\")" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=04504b0f-92ae-4292-bb4f-a4023607a260 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34722" http.request.uri="/v2/test/blobs/uploads/276b3d0a-16fa-443f-9a78-6c489ef6891c?_state=_0V8ib1K4GMCXE-nwXLXML-ybrJzk7EY37sRqwdTGRJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjI3NmIzZDBhLTE2ZmEtNDQzZi05YTc4LTZjNDg5ZWY2ODkxYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0wNVQwOTo0MTowOS43NTg5NjMyNFoifQ%3D%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.14+unknown" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=15.893µ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=5799ca63-d98b-44ad-a2f5-998d12b6d7d0 trace.line=141 vars.name=test vars.uuid=276b3d0a-16fa-443f-9a78-6c489ef6891c version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.949Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/276b3d0a-16fa-443f-9a78-6c489ef6891c/data\", 0)" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=04504b0f-92ae-4292-bb4f-a4023607a260 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34722" http.request.uri="/v2/test/blobs/uploads/276b3d0a-16fa-443f-9a78-6c489ef6891c?_state=_0V8ib1K4GMCXE-nwXLXML-ybrJzk7EY37sRqwdTGRJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjI3NmIzZDBhLTE2ZmEtNDQzZi05YTc4LTZjNDg5ZWY2ODkxYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0wNVQwOTo0MTowOS43NTg5NjMyNFoifQ%3D%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.14+unknown" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=64.369µ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=5d11a5c6-957a-4735-b7f7-6717c57e1165 trace.line=124 vars.name=test vars.uuid=276b3d0a-16fa-443f-9a78-6c489ef6891c version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.949Z] time="2023-01-05T09:41:09Z" level=debug msg="(*blobWriter).Commit" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=04504b0f-92ae-4292-bb4f-a4023607a260 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34722" http.request.uri="/v2/test/blobs/uploads/276b3d0a-16fa-443f-9a78-6c489ef6891c?_state=_0V8ib1K4GMCXE-nwXLXML-ybrJzk7EY37sRqwdTGRJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjI3NmIzZDBhLTE2ZmEtNDQzZi05YTc4LTZjNDg5ZWY2ODkxYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0wNVQwOTo0MTowOS43NTg5NjMyNFoifQ%3D%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.14+unknown" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 vars.name=test vars.uuid=276b3d0a-16fa-443f-9a78-6c489ef6891c version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.949Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/276b3d0a-16fa-443f-9a78-6c489ef6891c/data\")" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=04504b0f-92ae-4292-bb4f-a4023607a260 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34722" http.request.uri="/v2/test/blobs/uploads/276b3d0a-16fa-443f-9a78-6c489ef6891c?_state=_0V8ib1K4GMCXE-nwXLXML-ybrJzk7EY37sRqwdTGRJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjI3NmIzZDBhLTE2ZmEtNDQzZi05YTc4LTZjNDg5ZWY2ODkxYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0wNVQwOTo0MTowOS43NTg5NjMyNFoifQ%3D%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.14+unknown" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=10.806µ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=ed18e0da-7d66-459a-868d-54f2154dbcce trace.line=141 vars.name=test vars.uuid=276b3d0a-16fa-443f-9a78-6c489ef6891c version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.949Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=04504b0f-92ae-4292-bb4f-a4023607a260 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34722" http.request.uri="/v2/test/blobs/uploads/276b3d0a-16fa-443f-9a78-6c489ef6891c?_state=_0V8ib1K4GMCXE-nwXLXML-ybrJzk7EY37sRqwdTGRJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjI3NmIzZDBhLTE2ZmEtNDQzZi05YTc4LTZjNDg5ZWY2ODkxYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0wNVQwOTo0MTowOS43NTg5NjMyNFoifQ%3D%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.14+unknown" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=12.677µ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=c40f35a7-3638-4886-9365-c6df5ae89554 trace.line=141 vars.name=test vars.uuid=276b3d0a-16fa-443f-9a78-6c489ef6891c version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.949Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/276b3d0a-16fa-443f-9a78-6c489ef6891c/data\")" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=04504b0f-92ae-4292-bb4f-a4023607a260 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34722" http.request.uri="/v2/test/blobs/uploads/276b3d0a-16fa-443f-9a78-6c489ef6891c?_state=_0V8ib1K4GMCXE-nwXLXML-ybrJzk7EY37sRqwdTGRJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjI3NmIzZDBhLTE2ZmEtNDQzZi05YTc4LTZjNDg5ZWY2ODkxYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0wNVQwOTo0MTowOS43NTg5NjMyNFoifQ%3D%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.14+unknown" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=9.124µ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=70aed815-4a16-4bf1-b316-5e35328eb7c7 trace.line=141 vars.name=test vars.uuid=276b3d0a-16fa-443f-9a78-6c489ef6891c version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.949Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/276b3d0a-16fa-443f-9a78-6c489ef6891c/data\", \"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\"" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=04504b0f-92ae-4292-bb4f-a4023607a260 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34722" http.request.uri="/v2/test/blobs/uploads/276b3d0a-16fa-443f-9a78-6c489ef6891c?_state=_0V8ib1K4GMCXE-nwXLXML-ybrJzk7EY37sRqwdTGRJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjI3NmIzZDBhLTE2ZmEtNDQzZi05YTc4LTZjNDg5ZWY2ODkxYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0wNVQwOTo0MTowOS43NTg5NjMyNFoifQ%3D%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.14+unknown" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=55.236µ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=da6a4878-92d4-44ea-8c01-419d64610881 trace.line=167 vars.name=test vars.uuid=276b3d0a-16fa-443f-9a78-6c489ef6891c version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.950Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=04504b0f-92ae-4292-bb4f-a4023607a260 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34722" http.request.uri="/v2/test/blobs/uploads/276b3d0a-16fa-443f-9a78-6c489ef6891c?_state=_0V8ib1K4GMCXE-nwXLXML-ybrJzk7EY37sRqwdTGRJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjI3NmIzZDBhLTE2ZmEtNDQzZi05YTc4LTZjNDg5ZWY2ODkxYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0wNVQwOTo0MTowOS43NTg5NjMyNFoifQ%3D%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.14+unknown" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=46.326µ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=118a2a04-d873-43b5-8b98-de78577526c3 trace.line=95 vars.name=test vars.uuid=276b3d0a-16fa-443f-9a78-6c489ef6891c version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.950Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/276b3d0a-16fa-443f-9a78-6c489ef6891c\")" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=04504b0f-92ae-4292-bb4f-a4023607a260 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34722" http.request.uri="/v2/test/blobs/uploads/276b3d0a-16fa-443f-9a78-6c489ef6891c?_state=_0V8ib1K4GMCXE-nwXLXML-ybrJzk7EY37sRqwdTGRJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjI3NmIzZDBhLTE2ZmEtNDQzZi05YTc4LTZjNDg5ZWY2ODkxYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0wNVQwOTo0MTowOS43NTg5NjMyNFoifQ%3D%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.14+unknown" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=133.365µ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=10073637-1917-46f8-99c7-1b21e417b160 trace.line=181 vars.name=test vars.uuid=276b3d0a-16fa-443f-9a78-6c489ef6891c version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.950Z] time="2023-01-05T09:41:09Z" level=info msg="response completed" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=04504b0f-92ae-4292-bb4f-a4023607a260 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34722" http.request.uri="/v2/test/blobs/uploads/276b3d0a-16fa-443f-9a78-6c489ef6891c?_state=_0V8ib1K4GMCXE-nwXLXML-ybrJzk7EY37sRqwdTGRJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjI3NmIzZDBhLTE2ZmEtNDQzZi05YTc4LTZjNDg5ZWY2ODkxYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0wNVQwOTo0MTowOS43NTg5NjMyNFoifQ%3D%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.14+unknown" http.response.duration=9.679478ms http.response.status=201 http.response.written=0 instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.950Z] 127.0.0.1 - - [05/Jan/2023:09:41:09 +0000] "PUT /v2/test/blobs/uploads/276b3d0a-16fa-443f-9a78-6c489ef6891c?_state=_0V8ib1K4GMCXE-nwXLXML-ybrJzk7EY37sRqwdTGRJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjI3NmIzZDBhLTE2ZmEtNDQzZi05YTc4LTZjNDg5ZWY2ODkxYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMS0wNVQwOTo0MTowOS43NTg5NjMyNFoifQ%3D%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 201 0 "" "containerd/1.6.14+unknown"
09:41:09 [2023-01-05T09:41:09.950Z] time="2023-01-05T09:41:09Z" level=debug msg="authorizing request" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=a539ba3c-3024-4ee0-a1ab-8fa989bf592d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:34722" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.14+unknown" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.950Z] time="2023-01-05T09:41:09Z" level=debug msg=GetImageManifest go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=a539ba3c-3024-4ee0-a1ab-8fa989bf592d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:34722" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.14+unknown" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.950Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=a539ba3c-3024-4ee0-a1ab-8fa989bf592d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:34722" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.14+unknown" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=37.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).GetContent" trace.id=b9cf09a2-d6a6-408a-9b78-4ea45d94b423 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.950Z] time="2023-01-05T09:41:09Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=latest" err.message="manifest unknown" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=a539ba3c-3024-4ee0-a1ab-8fa989bf592d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:34722" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.14+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration="986.091µs" http.response.status=404 http.response.written=96 instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.950Z] 127.0.0.1 - - [05/Jan/2023:09:41:09 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 404 96 "" "containerd/1.6.14+unknown"
09:41:09 [2023-01-05T09:41:09.950Z] time="2023-01-05T09:41:09Z" level=debug msg="authorizing request" go.version=go1.19.4 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=e20d7021-e5f1-481f-b078-32113614385c http.request.method=PUT http.request.remoteaddr="127.0.0.1:34722" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.14+unknown" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.950Z] time="2023-01-05T09:41:09Z" level=debug msg=PutImageManifest go.version=go1.19.4 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=e20d7021-e5f1-481f-b078-32113614385c http.request.method=PUT http.request.remoteaddr="127.0.0.1:34722" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.14+unknown" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.950Z] time="2023-01-05T09:41:09Z" level=debug msg="(*manifestStore).Put" go.version=go1.19.4 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=e20d7021-e5f1-481f-b078-32113614385c http.request.method=PUT http.request.remoteaddr="127.0.0.1:34722" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.14+unknown" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.950Z] time="2023-01-05T09:41:09Z" level=debug msg="(*schema2ManifestHandler).Put" go.version=go1.19.4 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=e20d7021-e5f1-481f-b078-32113614385c http.request.method=PUT http.request.remoteaddr="127.0.0.1:34722" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.14+unknown" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.950Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.4 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=e20d7021-e5f1-481f-b078-32113614385c http.request.method=PUT http.request.remoteaddr="127.0.0.1:34722" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.14+unknown" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=46.523µ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=6081d319-4eab-4cea-8461-cc1a7c36e6c2 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.950Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.4 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=e20d7021-e5f1-481f-b078-32113614385c http.request.method=PUT http.request.remoteaddr="127.0.0.1:34722" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.14+unknown" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=86.054µ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=df3b266c-89e6-4fb2-ac3c-d14628711277 trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.950Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.4 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=e20d7021-e5f1-481f-b078-32113614385c http.request.method=PUT http.request.remoteaddr="127.0.0.1:34722" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.14+unknown" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=25.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=fd051f27-d34a-4b96-b07c-3f452c0f3d79 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.950Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.4 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=e20d7021-e5f1-481f-b078-32113614385c http.request.method=PUT http.request.remoteaddr="127.0.0.1:34722" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.14+unknown" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=12.661µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=2f9b26d0-2fda-41af-acff-ee5085bc6f56 trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.950Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.4 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=e20d7021-e5f1-481f-b078-32113614385c http.request.method=PUT http.request.remoteaddr="127.0.0.1:34722" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.14+unknown" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=31.688µ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=1680f3a4-c04e-47ca-88d7-054f5691e4de trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.950Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.4 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=e20d7021-e5f1-481f-b078-32113614385c http.request.method=PUT http.request.remoteaddr="127.0.0.1:34722" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.14+unknown" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=328.325µ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=58cd9245-f5be-4963-8354-9b8695537536 trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.950Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.4 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=e20d7021-e5f1-481f-b078-32113614385c http.request.method=PUT http.request.remoteaddr="127.0.0.1:34722" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.14+unknown" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=86.605µ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=416708f4-385b-4f92-9346-b08d2939fb13 trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.950Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.4 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=e20d7021-e5f1-481f-b078-32113614385c http.request.method=PUT http.request.remoteaddr="127.0.0.1:34722" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.14+unknown" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=64.582µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=6eedc2e2-bb91-48d1-9430-2f8e17bec9f9 trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.950Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/index/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.4 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=e20d7021-e5f1-481f-b078-32113614385c http.request.method=PUT http.request.remoteaddr="127.0.0.1:34722" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.14+unknown" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=205.471µ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=4de3929a-1913-4f86-8d62-0a60a8e71fa4 trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.950Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.19.4 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=e20d7021-e5f1-481f-b078-32113614385c http.request.method=PUT http.request.remoteaddr="127.0.0.1:34722" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.14+unknown" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=37.489µ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=b06da89c-5843-4825-9b9b-611c9c6afdb6 trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.950Z] time="2023-01-05T09:41:09Z" level=info msg="response completed" go.version=go1.19.4 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=e20d7021-e5f1-481f-b078-32113614385c http.request.method=PUT http.request.remoteaddr="127.0.0.1:34722" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.14+unknown" http.response.duration=3.387683ms http.response.status=201 http.response.written=0 instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.950Z] 127.0.0.1 - - [05/Jan/2023:09:41:09 +0000] "PUT /v2/test/manifests/latest HTTP/1.1" 201 0 "" "containerd/1.6.14+unknown"
09:41:09 [2023-01-05T09:41:09.950Z] time="2023-01-05T09:41:09Z" level=debug msg="authorizing request" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=792d153b-87ca-49ad-97a5-70d469372a41 http.request.method=GET http.request.remoteaddr="127.0.0.1:34756" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.950Z] time="2023-01-05T09:41:09Z" level=info msg="response completed" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=792d153b-87ca-49ad-97a5-70d469372a41 http.request.method=GET http.request.remoteaddr="127.0.0.1:34756" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 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="838.687µs" http.response.status=200 http.response.written=2 instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.950Z] 127.0.0.1 - - [05/Jan/2023:09:41:09 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
09:41:09 [2023-01-05T09:41:09.950Z] time="2023-01-05T09:41:09Z" level=debug msg="authorizing request" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=e300a66d-f642-42e6-9e72-918dde8d7fd5 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:34772" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.950Z] time="2023-01-05T09:41:09Z" level=debug msg=GetImageManifest go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=e300a66d-f642-42e6-9e72-918dde8d7fd5 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:34772" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.950Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=e300a66d-f642-42e6-9e72-918dde8d7fd5 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:34772" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=33.009µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=1ed07d06-1ce3-4176-9b06-4d187551b5cc trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.950Z] time="2023-01-05T09:41:09Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=e300a66d-f642-42e6-9e72-918dde8d7fd5 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:34772" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.950Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=e300a66d-f642-42e6-9e72-918dde8d7fd5 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:34772" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=196.117µ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=8ed379e3-785a-4dfc-b770-3a94cb635404 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.951Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=e300a66d-f642-42e6-9e72-918dde8d7fd5 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:34772" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=17.985µ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=b177207f-38d9-4aee-9d85-a7ba6ec8ba44 trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.951Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=e300a66d-f642-42e6-9e72-918dde8d7fd5 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:34772" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=43.471µ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=40f9c186-ce11-4e11-a72b-61b2b6ce7d5b trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.951Z] time="2023-01-05T09:41:09Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=e300a66d-f642-42e6-9e72-918dde8d7fd5 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:34772" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.951Z] time="2023-01-05T09:41:09Z" level=info msg="response completed" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=e300a66d-f642-42e6-9e72-918dde8d7fd5 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:34772" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 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.743226ms http.response.status=200 http.response.written=417 instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.951Z] 127.0.0.1 - - [05/Jan/2023:09:41:09 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 200 417 "" "docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
09:41:09 [2023-01-05T09:41:09.951Z] time="2023-01-05T09:41:09Z" level=debug msg="authorizing request" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=8ec29d79-0b31-42f4-9812-ae275c32d3d3 http.request.method=GET http.request.remoteaddr="127.0.0.1:34786" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.951Z] time="2023-01-05T09:41:09Z" level=debug msg=GetImageManifest go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=8ec29d79-0b31-42f4-9812-ae275c32d3d3 http.request.method=GET http.request.remoteaddr="127.0.0.1:34786" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.951Z] time="2023-01-05T09:41:09Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=8ec29d79-0b31-42f4-9812-ae275c32d3d3 http.request.method=GET http.request.remoteaddr="127.0.0.1:34786" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.951Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=8ec29d79-0b31-42f4-9812-ae275c32d3d3 http.request.method=GET http.request.remoteaddr="127.0.0.1:34786" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=95.326µ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=8f4f5263-03c3-40c1-94ed-9c24ee0c24c2 trace.line=82 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.951Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=8ec29d79-0b31-42f4-9812-ae275c32d3d3 http.request.method=GET http.request.remoteaddr="127.0.0.1:34786" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=16.845µ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=b045014d-91e6-4853-aa35-c4be45ccaaf8 trace.line=141 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.951Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=8ec29d79-0b31-42f4-9812-ae275c32d3d3 http.request.method=GET http.request.remoteaddr="127.0.0.1:34786" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=22.113µ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=5b12ae9b-661c-4529-9107-589f1f0a0638 trace.line=82 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.951Z] time="2023-01-05T09:41:09Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=8ec29d79-0b31-42f4-9812-ae275c32d3d3 http.request.method=GET http.request.remoteaddr="127.0.0.1:34786" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.951Z] time="2023-01-05T09:41:09Z" level=info msg="response completed" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=8ec29d79-0b31-42f4-9812-ae275c32d3d3 http.request.method=GET http.request.remoteaddr="127.0.0.1:34786" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 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=1.922336ms http.response.status=200 http.response.written=417 instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.951Z] 127.0.0.1 - - [05/Jan/2023:09:41:09 +0000] "GET /v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 200 417 "" "docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
09:41:09 [2023-01-05T09:41:09.951Z] time="2023-01-05T09:41:09Z" level=debug msg="authorizing request" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=6595e1ff-e58b-4aad-811c-687214a10d5f http.request.method=GET http.request.remoteaddr="127.0.0.1:34802" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.951Z] time="2023-01-05T09:41:09Z" level=debug msg=GetBlob go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=6595e1ff-e58b-4aad-811c-687214a10d5f http.request.method=GET http.request.remoteaddr="127.0.0.1:34802" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.951Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=6595e1ff-e58b-4aad-811c-687214a10d5f http.request.method=GET http.request.remoteaddr="127.0.0.1:34802" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=70.867µ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=82ecca96-66ef-4239-aa27-681da61acb75 trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.951Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=6595e1ff-e58b-4aad-811c-687214a10d5f http.request.method=GET http.request.remoteaddr="127.0.0.1:34802" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=19.175µ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=de85d92c-7ac9-413a-a9d9-0662151c90e5 trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.951Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=6595e1ff-e58b-4aad-811c-687214a10d5f http.request.method=GET http.request.remoteaddr="127.0.0.1:34802" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=24.713µ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=520b136a-72d8-4618-9918-c3d932396f9f trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.951Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=6595e1ff-e58b-4aad-811c-687214a10d5f http.request.method=GET http.request.remoteaddr="127.0.0.1:34802" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=43.339µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=8deb9961-090c-4112-be5c-c048c672e6b4 trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.951Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=6595e1ff-e58b-4aad-811c-687214a10d5f http.request.method=GET http.request.remoteaddr="127.0.0.1:34802" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=49.14µ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=bd17f8a5-3e1e-4afc-91e6-c9ddd807feea trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.951Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=6595e1ff-e58b-4aad-811c-687214a10d5f http.request.method=GET http.request.remoteaddr="127.0.0.1:34802" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=7.434µ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=35cf8145-1f54-489f-ba3a-1f4a05e6a020 trace.line=193 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.951Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.ReadStream(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\", 0)" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=6595e1ff-e58b-4aad-811c-687214a10d5f http.request.method=GET http.request.remoteaddr="127.0.0.1:34802" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=43.725µ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=5826ebbb-ce92-43a7-9c39-2710ba524b1d trace.line=107 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.951Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=6595e1ff-e58b-4aad-811c-687214a10d5f http.request.method=GET http.request.remoteaddr="127.0.0.1:34802" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=32.353µ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=e697923b-d0df-43f7-8a65-372febef6cba trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.951Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=6595e1ff-e58b-4aad-811c-687214a10d5f http.request.method=GET http.request.remoteaddr="127.0.0.1:34802" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=17.706µ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=acb2b214-f0f8-430b-8c58-2fc48b20222a trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.951Z] time="2023-01-05T09:41:09Z" level=info msg="response completed" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=6595e1ff-e58b-4aad-811c-687214a10d5f http.request.method=GET http.request.remoteaddr="127.0.0.1:34802" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 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=5.67859ms http.response.status=200 http.response.written=179 instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.951Z] 127.0.0.1 - - [05/Jan/2023:09:41:09 +0000] "GET /v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 200 179 "" "docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
09:41:09 [2023-01-05T09:41:09.951Z] time="2023-01-05T09:41:09Z" level=debug msg="authorizing request" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=e33d8157-5398-406f-87a0-3aa05772f0fb http.request.method=GET http.request.remoteaddr="127.0.0.1:34804" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.951Z] time="2023-01-05T09:41:09Z" level=debug msg=GetBlob go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=e33d8157-5398-406f-87a0-3aa05772f0fb http.request.method=GET http.request.remoteaddr="127.0.0.1:34804" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.951Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=e33d8157-5398-406f-87a0-3aa05772f0fb http.request.method=GET http.request.remoteaddr="127.0.0.1:34804" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=33.608µ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=dfdf2a4f-de33-4b23-a04d-1105424f6557 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.952Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=e33d8157-5398-406f-87a0-3aa05772f0fb http.request.method=GET http.request.remoteaddr="127.0.0.1:34804" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=21.144µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=b1fc673b-56b6-4fcb-b5d5-063a34ae4061 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.952Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=e33d8157-5398-406f-87a0-3aa05772f0fb http.request.method=GET http.request.remoteaddr="127.0.0.1:34804" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=30.129µ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=632fe2f7-a4ad-46ac-8313-a121cb71d428 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.952Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=e33d8157-5398-406f-87a0-3aa05772f0fb http.request.method=GET http.request.remoteaddr="127.0.0.1:34804" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=19.775µ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=f25f5818-5124-4f44-bcdf-fec18c848550 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.952Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=e33d8157-5398-406f-87a0-3aa05772f0fb http.request.method=GET http.request.remoteaddr="127.0.0.1:34804" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=9.788µ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=45cc0fc6-4834-4596-b914-6098b0f170a3 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.952Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=e33d8157-5398-406f-87a0-3aa05772f0fb http.request.method=GET http.request.remoteaddr="127.0.0.1:34804" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=7.86µ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=1eb1d128-9d85-408d-86a3-bbf34409d647 trace.line=193 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.952Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.ReadStream(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\", 0)" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=e33d8157-5398-406f-87a0-3aa05772f0fb http.request.method=GET http.request.remoteaddr="127.0.0.1:34804" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=23.909µ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=d9900b19-10a2-4c45-b458-6f5ac4fa670b trace.line=107 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.952Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=e33d8157-5398-406f-87a0-3aa05772f0fb http.request.method=GET http.request.remoteaddr="127.0.0.1:34804" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=36.914µ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=1c874775-37cf-4b6e-9074-ab7e6845e5e4 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.952Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=e33d8157-5398-406f-87a0-3aa05772f0fb http.request.method=GET http.request.remoteaddr="127.0.0.1:34804" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=14.03µ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=f1dc7bfc-50c1-4e18-9e82-f493706d6ce2 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.952Z] time="2023-01-05T09:41:09Z" level=info msg="response completed" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=e33d8157-5398-406f-87a0-3aa05772f0fb http.request.method=GET http.request.remoteaddr="127.0.0.1:34804" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 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=14.318866ms http.response.status=200 http.response.written=68 instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.952Z] 127.0.0.1 - - [05/Jan/2023:09:41:09 +0000] "GET /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 200 68 "" "docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
09:41:09 [2023-01-05T09:41:09.952Z] time="2023-01-05T09:41:09Z" level=debug msg="authorizing request" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=71cdab9f-b367-43f3-bab7-55fef7ae2480 http.request.method=GET http.request.remoteaddr="127.0.0.1:34832" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.952Z] time="2023-01-05T09:41:09Z" level=info msg="response completed" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=71cdab9f-b367-43f3-bab7-55fef7ae2480 http.request.method=GET http.request.remoteaddr="127.0.0.1:34832" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 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="837.579µs" http.response.status=200 http.response.written=2 instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.952Z] 127.0.0.1 - - [05/Jan/2023:09:41:09 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
09:41:09 [2023-01-05T09:41:09.952Z] time="2023-01-05T09:41:09Z" level=debug msg="authorizing request" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=329ae1b7-ed7b-49d3-92cb-d154f06e57ad http.request.method=HEAD http.request.remoteaddr="127.0.0.1:34838" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.952Z] time="2023-01-05T09:41:09Z" level=debug msg=GetImageManifest go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=329ae1b7-ed7b-49d3-92cb-d154f06e57ad http.request.method=HEAD http.request.remoteaddr="127.0.0.1:34838" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.952Z] time="2023-01-05T09:41:09Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=329ae1b7-ed7b-49d3-92cb-d154f06e57ad http.request.method=HEAD http.request.remoteaddr="127.0.0.1:34838" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.952Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=329ae1b7-ed7b-49d3-92cb-d154f06e57ad http.request.method=HEAD http.request.remoteaddr="127.0.0.1:34838" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=268.338µ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=b206a3b7-0726-4314-868c-fec261c49138 trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.952Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_layers/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=329ae1b7-ed7b-49d3-92cb-d154f06e57ad http.request.method=HEAD http.request.remoteaddr="127.0.0.1:34838" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=188.782µ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=e1cf2bca-6484-4dd4-9653-6c0c2236d184 trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.952Z] time="2023-01-05T09:41:09Z" 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.19.4 http.request.host="127.0.0.1:5000" http.request.id=329ae1b7-ed7b-49d3-92cb-d154f06e57ad http.request.method=HEAD http.request.remoteaddr="127.0.0.1:34838" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 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=2.015906ms http.response.status=404 http.response.written=181 instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.952Z] 127.0.0.1 - - [05/Jan/2023:09:41:09 +0000] "HEAD /v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 404 181 "" "docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
09:41:09 [2023-01-05T09:41:09.952Z] time="2023-01-05T09:41:09Z" level=debug msg="authorizing request" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=a3ed8122-0934-44ee-99bf-790e527b2ab5 http.request.method=GET http.request.remoteaddr="127.0.0.1:34850" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.952Z] time="2023-01-05T09:41:09Z" level=debug msg=GetImageManifest go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=a3ed8122-0934-44ee-99bf-790e527b2ab5 http.request.method=GET http.request.remoteaddr="127.0.0.1:34850" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.952Z] time="2023-01-05T09:41:09Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=a3ed8122-0934-44ee-99bf-790e527b2ab5 http.request.method=GET http.request.remoteaddr="127.0.0.1:34850" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.952Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=a3ed8122-0934-44ee-99bf-790e527b2ab5 http.request.method=GET http.request.remoteaddr="127.0.0.1:34850" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=28.013µ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=30d4c1b2-fd5e-4b7e-b977-37b90ee542a6 trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.952Z] time="2023-01-05T09:41:09Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_layers/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=a3ed8122-0934-44ee-99bf-790e527b2ab5 http.request.method=GET http.request.remoteaddr="127.0.0.1:34850" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 trace.duration=11.791µ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=e9704a86-a03e-42f8-9e18-9fcf78fcb6c5 trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.952Z] time="2023-01-05T09:41:09Z" 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.19.4 http.request.host="127.0.0.1:5000" http.request.id=a3ed8122-0934-44ee-99bf-790e527b2ab5 http.request.method=GET http.request.remoteaddr="127.0.0.1:34850" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 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.020019ms http.response.status=404 http.response.written=181 instance.id=4989bbae-524f-4eb3-bdeb-40b192163d69 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:41:09 [2023-01-05T09:41:09.952Z] 127.0.0.1 - - [05/Jan/2023:09:41:09 +0000] "GET /v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 404 181 "" "docker/dev go/go1.19.4 git-commit/f9ab2bc6bff17f346388cf0c9ccb7e0d5b70d971 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
09:41:09 [2023-01-05T09:41:09.952Z] --- PASS: TestImagePullStoredfDigestForOtherRepo (0.22s)
09:41:09 [2023-01-05T09:41:09.952Z] === RUN   TestRemoveImageOrphaning
09:41:10 [2023-01-05T09:41:10.208Z] --- PASS: TestRemoveImageOrphaning (0.17s)
09:41:10 [2023-01-05T09:41:10.208Z] === RUN   TestRemoveImageGarbageCollector
09:41:10 [2023-01-05T09:41:10.208Z]     remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:41:10 [2023-01-05T09:41:10.208Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
09:41:10 [2023-01-05T09:41:10.208Z] === RUN   TestTagUnprefixedRepoByNameOrName
09:41:10 [2023-01-05T09:41:10.208Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
09:41:10 [2023-01-05T09:41:10.208Z] === RUN   TestTagInvalidReference
09:41:10 [2023-01-05T09:41:10.208Z] --- PASS: TestTagInvalidReference (0.01s)
09:41:10 [2023-01-05T09:41:10.208Z] === RUN   TestTagValidPrefixedRepo
09:41:10 [2023-01-05T09:41:10.208Z] --- PASS: TestTagValidPrefixedRepo (0.05s)
09:41:10 [2023-01-05T09:41:10.208Z] === RUN   TestTagExistedNameWithoutForce
09:41:10 [2023-01-05T09:41:10.208Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
09:41:10 [2023-01-05T09:41:10.208Z] === RUN   TestTagOfficialNames
09:41:10 [2023-01-05T09:41:10.208Z] --- PASS: TestTagOfficialNames (0.06s)
09:41:10 [2023-01-05T09:41:10.208Z] === RUN   TestTagMatchesDigest
09:41:10 [2023-01-05T09:41:10.464Z] --- PASS: TestTagMatchesDigest (0.01s)
09:41:10 [2023-01-05T09:41:10.464Z] PASS
09:41:10 [2023-01-05T09:41:10.464Z] 
09:41:10 [2023-01-05T09:41:10.464Z] === Skipped
09:41:10 [2023-01-05T09:41:10.464Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
09:41:10 [2023-01-05T09:41:10.464Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
09:41:10 [2023-01-05T09:41:10.464Z] 
09:41:10 [2023-01-05T09:41:10.464Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
09:41:10 [2023-01-05T09:41:10.464Z]     remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:41:10 [2023-01-05T09:41:10.464Z] 
09:41:10 [2023-01-05T09:41:10.464Z] DONE 24 tests, 2 skipped in 1.459s
09:41:10 [2023-01-05T09:41:10.464Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
09:41:10 [2023-01-05T09:41:10.464Z] ++ 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
09:41:10 [2023-01-05T09:41:10.464Z] ++ set -e
09:41:10 [2023-01-05T09:41:10.464Z] ++ '[' -n 0 ']'
09:41:10 [2023-01-05T09:41:10.464Z] ++ set -x
09:41:10 [2023-01-05T09:41:10.464Z] ++ 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
09:41:10 [2023-01-05T09:41:10.464Z] === RUN   TestStripANSICommands
09:41:10 [2023-01-05T09:41:10.464Z] === RUN   TestStripANSICommands/#00
09:41:10 [2023-01-05T09:41:10.464Z] === RUN   TestStripANSICommands/#01
09:41:10 [2023-01-05T09:41:10.464Z] --- PASS: TestStripANSICommands (0.00s)
09:41:10 [2023-01-05T09:41:10.464Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
09:41:10 [2023-01-05T09:41:10.464Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
09:41:10 [2023-01-05T09:41:10.464Z] PASS
09:41:10 [2023-01-05T09:41:10.464Z] 
09:41:10 [2023-01-05T09:41:10.464Z] DONE 3 tests in 0.050s
09:41:10 [2023-01-05T09:41:10.464Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m 
09:41:10 [2023-01-05T09:41:10.464Z] ++ 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
09:41:10 [2023-01-05T09:41:10.464Z] ++ set -e
09:41:10 [2023-01-05T09:41:10.464Z] ++ '[' -n 0 ']'
09:41:10 [2023-01-05T09:41:10.464Z] ++ set -x
09:41:10 [2023-01-05T09:41:10.464Z] ++ 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
09:41:10 [2023-01-05T09:41:10.464Z] INFO: Testing against a local daemon
09:41:10 [2023-01-05T09:41:10.464Z] === RUN   TestNetworkCreateDelete
09:41:10 [2023-01-05T09:41:10.719Z] --- PASS: TestNetworkCreateDelete (0.13s)
09:41:10 [2023-01-05T09:41:10.719Z] === RUN   TestDockerNetworkDeletePreferID
09:41:10 [2023-01-05T09:41:10.976Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s)
09:41:10 [2023-01-05T09:41:10.976Z] === RUN   TestDaemonDNSFallback
09:41:17 [2023-01-05T09:41:17.507Z] --- PASS: TestDaemonDNSFallback (6.22s)
09:41:17 [2023-01-05T09:41:17.507Z] === RUN   TestInspectNetwork
09:41:20 [2023-01-05T09:41:20.019Z] === RUN   TestInspectNetwork/full_network_id
09:41:20 [2023-01-05T09:41:20.019Z] === RUN   TestInspectNetwork/partial_network_id
09:41:20 [2023-01-05T09:41:20.019Z] === RUN   TestInspectNetwork/network_name
09:41:20 [2023-01-05T09:41:20.019Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
09:41:24 [2023-01-05T09:41:24.182Z] --- PASS: TestInspectNetwork (7.05s)
09:41:24 [2023-01-05T09:41:24.182Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
09:41:24 [2023-01-05T09:41:24.182Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
09:41:24 [2023-01-05T09:41:24.182Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
09:41:24 [2023-01-05T09:41:24.182Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
09:41:24 [2023-01-05T09:41:24.182Z] === RUN   TestRunContainerWithBridgeNone
09:41:25 [2023-01-05T09:41:25.552Z] --- PASS: TestRunContainerWithBridgeNone (1.37s)
09:41:25 [2023-01-05T09:41:25.552Z] === RUN   TestNetworkInvalidJSON
09:41:25 [2023-01-05T09:41:25.552Z] === RUN   TestNetworkInvalidJSON/networks/create
09:41:25 [2023-01-05T09:41:25.552Z] === PAUSE TestNetworkInvalidJSON/networks/create
09:41:25 [2023-01-05T09:41:25.552Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
09:41:25 [2023-01-05T09:41:25.552Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
09:41:25 [2023-01-05T09:41:25.552Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
09:41:25 [2023-01-05T09:41:25.552Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
09:41:25 [2023-01-05T09:41:25.807Z] === CONT  TestNetworkInvalidJSON/networks/create
09:41:25 [2023-01-05T09:41:25.807Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
09:41:25 [2023-01-05T09:41:25.807Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
09:41:25 [2023-01-05T09:41:25.807Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
09:41:25 [2023-01-05T09:41:25.807Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
09:41:25 [2023-01-05T09:41:25.807Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
09:41:25 [2023-01-05T09:41:25.807Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
09:41:25 [2023-01-05T09:41:25.807Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
09:41:25 [2023-01-05T09:41:25.807Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
09:41:25 [2023-01-05T09:41:25.807Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
09:41:25 [2023-01-05T09:41:25.807Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
09:41:25 [2023-01-05T09:41:25.807Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
09:41:25 [2023-01-05T09:41:25.807Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
09:41:25 [2023-01-05T09:41:25.807Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
09:41:25 [2023-01-05T09:41:25.807Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
09:41:25 [2023-01-05T09:41:25.807Z] --- PASS: TestNetworkInvalidJSON (0.02s)
09:41:25 [2023-01-05T09:41:25.807Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
09:41:25 [2023-01-05T09:41:25.807Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
09:41:25 [2023-01-05T09:41:25.807Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
09:41:25 [2023-01-05T09:41:25.807Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
09:41:25 [2023-01-05T09:41:25.807Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
09:41:25 [2023-01-05T09:41:25.807Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
09:41:25 [2023-01-05T09:41:25.807Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
09:41:25 [2023-01-05T09:41:25.807Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
09:41:25 [2023-01-05T09:41:25.807Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
09:41:25 [2023-01-05T09:41:25.807Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
09:41:25 [2023-01-05T09:41:25.807Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
09:41:25 [2023-01-05T09:41:25.807Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
09:41:25 [2023-01-05T09:41:25.807Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
09:41:25 [2023-01-05T09:41:25.807Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
09:41:25 [2023-01-05T09:41:25.807Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
09:41:25 [2023-01-05T09:41:25.807Z] === RUN   TestNetworkList
09:41:25 [2023-01-05T09:41:25.807Z] === RUN   TestNetworkList//networks
09:41:25 [2023-01-05T09:41:25.807Z] === PAUSE TestNetworkList//networks
09:41:25 [2023-01-05T09:41:25.807Z] === RUN   TestNetworkList//networks/
09:41:25 [2023-01-05T09:41:25.807Z] === PAUSE TestNetworkList//networks/
09:41:25 [2023-01-05T09:41:25.807Z] === CONT  TestNetworkList//networks
09:41:25 [2023-01-05T09:41:25.807Z] === CONT  TestNetworkList//networks/
09:41:25 [2023-01-05T09:41:25.807Z] --- PASS: TestNetworkList (0.01s)
09:41:25 [2023-01-05T09:41:25.807Z]     --- PASS: TestNetworkList//networks (0.00s)
09:41:25 [2023-01-05T09:41:25.807Z]     --- PASS: TestNetworkList//networks/ (0.00s)
09:41:25 [2023-01-05T09:41:25.807Z] === RUN   TestHostIPv4BridgeLabel
09:41:26 [2023-01-05T09:41:26.368Z] --- PASS: TestHostIPv4BridgeLabel (0.56s)
09:41:26 [2023-01-05T09:41:26.368Z] === RUN   TestDaemonRestartWithLiveRestore
09:41:27 [2023-01-05T09:41:27.323Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s)
09:41:27 [2023-01-05T09:41:27.323Z] === RUN   TestDaemonDefaultNetworkPools
09:41:28 [2023-01-05T09:41:28.250Z] --- PASS: TestDaemonDefaultNetworkPools (0.71s)
09:41:28 [2023-01-05T09:41:28.250Z] === RUN   TestDaemonRestartWithExistingNetwork
09:41:29 [2023-01-05T09:41:29.177Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s)
09:41:29 [2023-01-05T09:41:29.177Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
09:41:30 [2023-01-05T09:41:30.540Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.22s)
09:41:30 [2023-01-05T09:41:30.540Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
09:41:31 [2023-01-05T09:41:31.102Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s)
09:41:31 [2023-01-05T09:41:31.102Z] === RUN   TestServiceWithPredefinedNetwork
09:41:33 [2023-01-05T09:41:33.617Z] --- PASS: TestServiceWithPredefinedNetwork (2.17s)
09:41:33 [2023-01-05T09:41:33.617Z] === RUN   TestServiceRemoveKeepsIngressNetwork
09:41:33 [2023-01-05T09:41:33.617Z]     service_test.go:242: FLAKY_TEST
09:41:33 [2023-01-05T09:41:33.617Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
09:41:33 [2023-01-05T09:41:33.617Z] === RUN   TestServiceWithDataPathPortInit
09:41:48 [2023-01-05T09:41:48.451Z] --- PASS: TestServiceWithDataPathPortInit (13.34s)
09:41:48 [2023-01-05T09:41:48.451Z] === RUN   TestServiceWithDefaultAddressPoolInit
09:41:49 [2023-01-05T09:41:49.013Z]     service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:qtbizm8kyijwjaubykyn58sos Created:2023-01-05 09:41:47.654603746 +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[2b89f53757c52ea5509e6014073c54f554867ccc3d3924e02b4a209c8b84af35:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.fj6n8mc464dircst63jlke45v EndpointID:f3890b57615b982472d5cbfede023bc8e93e43fbe08718f7b43b63de310401fe MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:549b4f67b303424b0407d61104f98886afa8be6c0300b793264dd54b5e1b7ab9 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:5570162bd6d2 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.fj6n8mc464dircst63jlke45v EndpointID:f3890b57615b982472d5cbfede023bc8e93e43fbe08718f7b43b63de310401fe EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
09:41:53 [2023-01-05T09:41:53.176Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.70s)
09:41:53 [2023-01-05T09:41:53.176Z] PASS
09:41:53 [2023-01-05T09:41:53.176Z] 
09:41:53 [2023-01-05T09:41:53.176Z] === Skipped
09:41:53 [2023-01-05T09:41:53.176Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
09:41:53 [2023-01-05T09:41:53.176Z]     service_test.go:242: FLAKY_TEST
09:41:53 [2023-01-05T09:41:53.176Z] 
09:41:53 [2023-01-05T09:41:53.176Z] DONE 38 tests, 1 skipped in 42.731s
09:41:53 [2023-01-05T09:41:53.176Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
09:41:53 [2023-01-05T09:41:53.176Z] ++ 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
09:41:53 [2023-01-05T09:41:53.176Z] ++ set -e
09:41:53 [2023-01-05T09:41:53.176Z] ++ '[' -n 0 ']'
09:41:53 [2023-01-05T09:41:53.176Z] ++ set -x
09:41:53 [2023-01-05T09:41:53.176Z] ++ 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
09:41:53 [2023-01-05T09:41:53.176Z] INFO: Testing against a local daemon
09:41:53 [2023-01-05T09:41:53.176Z] === RUN   TestDockerNetworkIpvlanPersistance
09:41:53 [2023-01-05T09:41:53.176Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
09:41:53 [2023-01-05T09:41:53.176Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
09:41:53 [2023-01-05T09:41:53.176Z] === RUN   TestDockerNetworkIpvlan
09:41:53 [2023-01-05T09:41:53.176Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
09:41:53 [2023-01-05T09:41:53.176Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
09:41:53 [2023-01-05T09:41:53.176Z] PASS
09:41:53 [2023-01-05T09:41:53.176Z] 
09:41:53 [2023-01-05T09:41:53.176Z] === Skipped
09:41:53 [2023-01-05T09:41:53.176Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
09:41:53 [2023-01-05T09:41:53.176Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
09:41:53 [2023-01-05T09:41:53.176Z] 
09:41:53 [2023-01-05T09:41:53.176Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
09:41:53 [2023-01-05T09:41:53.176Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
09:41:53 [2023-01-05T09:41:53.176Z] 
09:41:53 [2023-01-05T09:41:53.176Z] DONE 2 tests, 2 skipped in 0.093s
09:41:53 [2023-01-05T09:41:53.176Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
09:41:53 [2023-01-05T09:41:53.176Z] ++ 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
09:41:53 [2023-01-05T09:41:53.176Z] ++ set -e
09:41:53 [2023-01-05T09:41:53.176Z] ++ '[' -n 0 ']'
09:41:53 [2023-01-05T09:41:53.176Z] ++ set -x
09:41:53 [2023-01-05T09:41:53.176Z] ++ 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
09:41:53 [2023-01-05T09:41:53.432Z] INFO: Testing against a local daemon
09:41:53 [2023-01-05T09:41:53.432Z] === RUN   TestDockerNetworkMacvlanPersistance
09:41:54 [2023-01-05T09:41:54.795Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.14s)
09:41:54 [2023-01-05T09:41:54.795Z] === RUN   TestDockerNetworkMacvlan
09:41:55 [2023-01-05T09:41:55.051Z] === RUN   TestDockerNetworkMacvlan/Subinterface
09:41:55 [2023-01-05T09:41:55.983Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
09:41:56 [2023-01-05T09:41:56.544Z] === RUN   TestDockerNetworkMacvlan/NilParent
09:41:57 [2023-01-05T09:41:57.909Z] === RUN   TestDockerNetworkMacvlan/InternalMode
09:41:59 [2023-01-05T09:41:59.823Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
09:42:03 [2023-01-05T09:42:03.087Z] === RUN   TestDockerNetworkMacvlan/Addressing
09:42:03 [2023-01-05T09:42:03.342Z] --- PASS: TestDockerNetworkMacvlan (8.86s)
09:42:03 [2023-01-05T09:42:03.342Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s)
09:42:03 [2023-01-05T09:42:03.342Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s)
09:42:03 [2023-01-05T09:42:03.342Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.83s)
09:42:03 [2023-01-05T09:42:03.342Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.82s)
09:42:03 [2023-01-05T09:42:03.342Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.01s)
09:42:03 [2023-01-05T09:42:03.342Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.57s)
09:42:03 [2023-01-05T09:42:03.342Z] PASS
09:42:03 [2023-01-05T09:42:03.342Z] 
09:42:03 [2023-01-05T09:42:03.342Z] DONE 8 tests in 10.100s
09:42:03 [2023-01-05T09:42:03.342Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m 
09:42:03 [2023-01-05T09:42:03.342Z] ++ 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
09:42:03 [2023-01-05T09:42:03.342Z] ++ set -e
09:42:03 [2023-01-05T09:42:03.342Z] ++ '[' -n 0 ']'
09:42:03 [2023-01-05T09:42:03.342Z] ++ set -x
09:42:03 [2023-01-05T09:42:03.342Z] ++ 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
09:42:03 [2023-01-05T09:42:03.343Z] testing: warning: no tests to run
09:42:03 [2023-01-05T09:42:03.343Z] PASS
09:42:03 [2023-01-05T09:42:03.343Z] 
09:42:03 [2023-01-05T09:42:03.343Z] DONE 0 tests in 0.027s
09:42:03 [2023-01-05T09:42:03.343Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
09:42:03 [2023-01-05T09:42:03.343Z] ++ 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
09:42:03 [2023-01-05T09:42:03.343Z] ++ set -e
09:42:03 [2023-01-05T09:42:03.343Z] ++ '[' -n 0 ']'
09:42:03 [2023-01-05T09:42:03.343Z] ++ set -x
09:42:03 [2023-01-05T09:42:03.343Z] ++ 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
09:42:03 [2023-01-05T09:42:03.598Z] INFO: Testing against a local daemon
09:42:03 [2023-01-05T09:42:03.598Z] === RUN   TestAuthZPluginAllowRequest
09:42:04 [2023-01-05T09:42:04.702Z] --- PASS: TestAuthZPluginAllowRequest (1.04s)
09:42:04 [2023-01-05T09:42:04.702Z] === RUN   TestAuthZPluginTLS
09:42:05 [2023-01-05T09:42:05.263Z] --- PASS: TestAuthZPluginTLS (0.55s)
09:42:05 [2023-01-05T09:42:05.263Z] === RUN   TestAuthZPluginDenyRequest
09:42:05 [2023-01-05T09:42:05.824Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
09:42:05 [2023-01-05T09:42:05.824Z] === RUN   TestAuthZPluginAPIDenyResponse
09:42:06 [2023-01-05T09:42:06.079Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
09:42:06 [2023-01-05T09:42:06.079Z] === RUN   TestAuthZPluginDenyResponse
09:42:06 [2023-01-05T09:42:06.643Z] --- PASS: TestAuthZPluginDenyResponse (0.54s)
09:42:06 [2023-01-05T09:42:06.643Z] === RUN   TestAuthZPluginAllowEventStream
09:42:08 [2023-01-05T09:42:08.006Z] --- PASS: TestAuthZPluginAllowEventStream (1.06s)
09:42:08 [2023-01-05T09:42:08.006Z] === RUN   TestAuthZPluginErrorResponse
09:42:08 [2023-01-05T09:42:08.262Z] --- PASS: TestAuthZPluginErrorResponse (0.53s)
09:42:08 [2023-01-05T09:42:08.262Z] === RUN   TestAuthZPluginErrorRequest
09:42:08 [2023-01-05T09:42:08.822Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
09:42:08 [2023-01-05T09:42:08.822Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
09:42:09 [2023-01-05T09:42:09.383Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s)
09:42:09 [2023-01-05T09:42:09.383Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
09:42:10 [2023-01-05T09:42:10.751Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.17s)
09:42:10 [2023-01-05T09:42:10.751Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
09:42:11 [2023-01-05T09:42:11.677Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.14s)
09:42:11 [2023-01-05T09:42:11.677Z] === RUN   TestAuthZPluginHeader
09:42:12 [2023-01-05T09:42:12.238Z] --- PASS: TestAuthZPluginHeader (0.61s)
09:42:12 [2023-01-05T09:42:12.238Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
09:42:12 [2023-01-05T09:42:12.238Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:42:12 [2023-01-05T09:42:12.238Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
09:42:12 [2023-01-05T09:42:12.238Z] === RUN   TestAuthZPluginV2Disable
09:42:12 [2023-01-05T09:42:12.238Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:42:12 [2023-01-05T09:42:12.238Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
09:42:12 [2023-01-05T09:42:12.238Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
09:42:12 [2023-01-05T09:42:12.238Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:42:12 [2023-01-05T09:42:12.238Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
09:42:12 [2023-01-05T09:42:12.238Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
09:42:12 [2023-01-05T09:42:12.238Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:42:12 [2023-01-05T09:42:12.238Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
09:42:12 [2023-01-05T09:42:12.238Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
09:42:30 [2023-01-05T09:42:30.274Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.89s)
09:42:30 [2023-01-05T09:42:30.274Z] PASS
09:42:30 [2023-01-05T09:42:30.274Z] 
09:42:30 [2023-01-05T09:42:30.274Z] === Skipped
09:42:30 [2023-01-05T09:42:30.274Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
09:42:30 [2023-01-05T09:42:30.274Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:42:30 [2023-01-05T09:42:30.274Z] 
09:42:30 [2023-01-05T09:42:30.274Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
09:42:30 [2023-01-05T09:42:30.274Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:42:30 [2023-01-05T09:42:30.274Z] 
09:42:30 [2023-01-05T09:42:30.274Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
09:42:30 [2023-01-05T09:42:30.274Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:42:30 [2023-01-05T09:42:30.274Z] 
09:42:30 [2023-01-05T09:42:30.274Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
09:42:30 [2023-01-05T09:42:30.274Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:42:30 [2023-01-05T09:42:30.274Z] 
09:42:30 [2023-01-05T09:42:30.274Z] DONE 17 tests, 4 skipped in 25.763s
09:42:30 [2023-01-05T09:42:30.274Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m 
09:42:30 [2023-01-05T09:42:30.274Z] ++ 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
09:42:30 [2023-01-05T09:42:30.274Z] ++ set -e
09:42:30 [2023-01-05T09:42:30.274Z] ++ '[' -n 0 ']'
09:42:30 [2023-01-05T09:42:30.274Z] ++ set -x
09:42:30 [2023-01-05T09:42:30.274Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_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
09:42:30 [2023-01-05T09:42:30.274Z] INFO: Testing against a local daemon
09:42:30 [2023-01-05T09:42:30.274Z] === RUN   TestPluginInvalidJSON
09:42:30 [2023-01-05T09:42:30.274Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
09:42:30 [2023-01-05T09:42:30.274Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
09:42:30 [2023-01-05T09:42:30.274Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
09:42:30 [2023-01-05T09:42:30.274Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
09:42:30 [2023-01-05T09:42:30.274Z] === RUN   TestPluginInvalidJSON/plugins/pull
09:42:30 [2023-01-05T09:42:30.274Z] === PAUSE TestPluginInvalidJSON/plugins/pull
09:42:30 [2023-01-05T09:42:30.274Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
09:42:30 [2023-01-05T09:42:30.274Z] === CONT  TestPluginInvalidJSON/plugins/pull
09:42:30 [2023-01-05T09:42:30.274Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
09:42:30 [2023-01-05T09:42:30.274Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
09:42:30 [2023-01-05T09:42:30.274Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
09:42:30 [2023-01-05T09:42:30.274Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
09:42:30 [2023-01-05T09:42:30.274Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
09:42:30 [2023-01-05T09:42:30.274Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
09:42:30 [2023-01-05T09:42:30.274Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
09:42:30 [2023-01-05T09:42:30.274Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
09:42:30 [2023-01-05T09:42:30.274Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
09:42:30 [2023-01-05T09:42:30.274Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
09:42:30 [2023-01-05T09:42:30.274Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
09:42:30 [2023-01-05T09:42:30.274Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
09:42:30 [2023-01-05T09:42:30.274Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
09:42:30 [2023-01-05T09:42:30.274Z] --- PASS: TestPluginInvalidJSON (0.02s)
09:42:30 [2023-01-05T09:42:30.274Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s)
09:42:30 [2023-01-05T09:42:30.274Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
09:42:30 [2023-01-05T09:42:30.274Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
09:42:30 [2023-01-05T09:42:30.274Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
09:42:30 [2023-01-05T09:42:30.274Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
09:42:30 [2023-01-05T09:42:30.274Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
09:42:30 [2023-01-05T09:42:30.274Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
09:42:30 [2023-01-05T09:42:30.274Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
09:42:30 [2023-01-05T09:42:30.274Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
09:42:30 [2023-01-05T09:42:30.274Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
09:42:30 [2023-01-05T09:42:30.274Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
09:42:30 [2023-01-05T09:42:30.274Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
09:42:30 [2023-01-05T09:42:30.274Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
09:42:30 [2023-01-05T09:42:30.274Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
09:42:30 [2023-01-05T09:42:30.274Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
09:42:30 [2023-01-05T09:42:30.274Z] === RUN   TestPluginInstall
09:42:30 [2023-01-05T09:42:30.274Z] === RUN   TestPluginInstall/no_auth
09:42:33 [2023-01-05T09:42:33.540Z] time="2023-01-05T09:42:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
09:42:33 [2023-01-05T09:42:33.540Z] time="2023-01-05T09:42:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4a3628480af65260e515b35a79044b7eb129fd525bb50bce74c7565c6cf4b3af" mediatype=application/vnd.docker.plugin.v1+json size=522
09:42:33 [2023-01-05T09:42:33.540Z] time="2023-01-05T09:42:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
09:42:33 [2023-01-05T09:42:33.540Z] time="2023-01-05T09:42:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4a3628480af65260e515b35a79044b7eb129fd525bb50bce74c7565c6cf4b3af" mediatype=application/vnd.docker.plugin.v1+json size=522
09:42:33 [2023-01-05T09:42:33.540Z] === RUN   TestPluginInstall/with_htpasswd
09:42:33 [2023-01-05T09:42:33.801Z] time="2023-01-05T09:42:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
09:42:33 [2023-01-05T09:42:33.801Z] time="2023-01-05T09:42:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:41d081a5ceef2ce0a79a91ba27c81ae1588df6f14d27c693a3057a2aa05d1061" mediatype=application/vnd.docker.plugin.v1+json size=522
09:42:33 [2023-01-05T09:42:33.801Z] time="2023-01-05T09:42:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
09:42:33 [2023-01-05T09:42:33.801Z] time="2023-01-05T09:42:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:41d081a5ceef2ce0a79a91ba27c81ae1588df6f14d27c693a3057a2aa05d1061" mediatype=application/vnd.docker.plugin.v1+json size=522
09:42:34 [2023-01-05T09:42:34.057Z] === RUN   TestPluginInstall/with_insecure
09:42:34 [2023-01-05T09:42:34.983Z] time="2023-01-05T09:42:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
09:42:34 [2023-01-05T09:42:34.983Z] time="2023-01-05T09:42:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:900884a602e1dc833b0f6019b34d792300b15aa451a97dae7c76f7e631937abe" mediatype=application/vnd.docker.plugin.v1+json size=522
09:42:34 [2023-01-05T09:42:34.983Z] time="2023-01-05T09:42:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
09:42:34 [2023-01-05T09:42:34.983Z] time="2023-01-05T09:42:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:900884a602e1dc833b0f6019b34d792300b15aa451a97dae7c76f7e631937abe" mediatype=application/vnd.docker.plugin.v1+json size=522
09:42:34 [2023-01-05T09:42:34.983Z]     plugin_test.go:196: [dbf7ca827bd96] daemon is not started
09:42:34 [2023-01-05T09:42:34.983Z] --- PASS: TestPluginInstall (5.57s)
09:42:34 [2023-01-05T09:42:34.983Z]     --- PASS: TestPluginInstall/no_auth (4.07s)
09:42:34 [2023-01-05T09:42:34.983Z]     --- PASS: TestPluginInstall/with_htpasswd (0.54s)
09:42:34 [2023-01-05T09:42:34.983Z]     --- PASS: TestPluginInstall/with_insecure (0.96s)
09:42:34 [2023-01-05T09:42:34.983Z] === RUN   TestPluginsWithRuntimes
09:42:36 [2023-01-05T09:42:36.347Z] === RUN   TestPluginsWithRuntimes/No_Args
09:42:37 [2023-01-05T09:42:37.462Z] === RUN   TestPluginsWithRuntimes/With_Args
09:42:38 [2023-01-05T09:42:38.389Z] --- PASS: TestPluginsWithRuntimes (3.27s)
09:42:38 [2023-01-05T09:42:38.389Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.88s)
09:42:38 [2023-01-05T09:42:38.389Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.91s)
09:42:38 [2023-01-05T09:42:38.389Z] === RUN   TestPluginBackCompatMediaTypes
09:42:38 [2023-01-05T09:42:38.644Z] --- PASS: TestPluginBackCompatMediaTypes (0.52s)
09:42:38 [2023-01-05T09:42:38.644Z] PASS
09:42:38 [2023-01-05T09:42:38.644Z] 
09:42:38 [2023-01-05T09:42:38.644Z] DONE 24 tests in 9.512s
09:42:38 [2023-01-05T09:42:38.644Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
09:42:38 [2023-01-05T09:42:38.645Z] ++ 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
09:42:38 [2023-01-05T09:42:38.645Z] ++ set -e
09:42:38 [2023-01-05T09:42:38.645Z] ++ '[' -n 0 ']'
09:42:38 [2023-01-05T09:42:38.645Z] ++ set -x
09:42:38 [2023-01-05T09:42:38.645Z] ++ 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
09:42:38 [2023-01-05T09:42:38.900Z] INFO: Testing against a local daemon
09:42:38 [2023-01-05T09:42:38.900Z] === RUN   TestExternalGraphDriver
09:42:39 [2023-01-05T09:42:39.155Z] === RUN   TestExternalGraphDriver/json
09:42:41 [2023-01-05T09:42:41.042Z] === RUN   TestExternalGraphDriver/spec
09:42:42 [2023-01-05T09:42:42.406Z] === RUN   TestExternalGraphDriver/pull
09:42:43 [2023-01-05T09:42:43.770Z] --- PASS: TestExternalGraphDriver (4.92s)
09:42:43 [2023-01-05T09:42:43.770Z]     --- PASS: TestExternalGraphDriver/json (1.51s)
09:42:43 [2023-01-05T09:42:43.770Z]     --- PASS: TestExternalGraphDriver/spec (1.50s)
09:42:43 [2023-01-05T09:42:43.770Z]     --- PASS: TestExternalGraphDriver/pull (1.57s)
09:42:43 [2023-01-05T09:42:43.770Z] === RUN   TestGraphdriverPluginV2
09:42:44 [2023-01-05T09:42:44.026Z]     external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:42:44 [2023-01-05T09:42:44.026Z] --- SKIP: TestGraphdriverPluginV2 (0.33s)
09:42:44 [2023-01-05T09:42:44.026Z] PASS
09:42:44 [2023-01-05T09:42:44.026Z] 
09:42:44 [2023-01-05T09:42:44.026Z] === Skipped
09:42:44 [2023-01-05T09:42:44.026Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.33s)
09:42:44 [2023-01-05T09:42:44.026Z]     external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:42:44 [2023-01-05T09:42:44.026Z] 
09:42:44 [2023-01-05T09:42:44.026Z] DONE 5 tests, 1 skipped in 5.375s
09:42:44 [2023-01-05T09:42:44.281Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
09:42:44 [2023-01-05T09:42:44.281Z] ++ 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
09:42:44 [2023-01-05T09:42:44.281Z] ++ set -e
09:42:44 [2023-01-05T09:42:44.281Z] ++ '[' -n 0 ']'
09:42:44 [2023-01-05T09:42:44.281Z] ++ set -x
09:42:44 [2023-01-05T09:42:44.281Z] ++ 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
09:42:44 [2023-01-05T09:42:44.281Z] INFO: Testing against a local daemon
09:42:44 [2023-01-05T09:42:44.281Z] === RUN   TestContinueAfterPluginCrash
09:42:44 [2023-01-05T09:42:44.281Z] === PAUSE TestContinueAfterPluginCrash
09:42:44 [2023-01-05T09:42:44.281Z] === RUN   TestReadPluginNoRead
09:42:44 [2023-01-05T09:42:44.281Z] === PAUSE TestReadPluginNoRead
09:42:44 [2023-01-05T09:42:44.281Z] === RUN   TestDaemonStartWithLogOpt
09:42:44 [2023-01-05T09:42:44.281Z] === PAUSE TestDaemonStartWithLogOpt
09:42:44 [2023-01-05T09:42:44.281Z] === CONT  TestContinueAfterPluginCrash
09:42:44 [2023-01-05T09:42:44.281Z] === CONT  TestDaemonStartWithLogOpt
09:42:47 [2023-01-05T09:42:47.545Z] --- PASS: TestDaemonStartWithLogOpt (3.08s)
09:42:47 [2023-01-05T09:42:47.545Z] === CONT  TestReadPluginNoRead
09:42:49 [2023-01-05T09:42:49.432Z] === RUN   TestReadPluginNoRead/default
09:42:50 [2023-01-05T09:42:50.795Z] === RUN   TestReadPluginNoRead/disabled_caching
09:42:51 [2023-01-05T09:42:51.722Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
09:42:52 [2023-01-05T09:42:52.282Z] --- PASS: TestContinueAfterPluginCrash (7.97s)
09:42:52 [2023-01-05T09:42:52.843Z] === CONT  TestReadPluginNoRead
09:42:52 [2023-01-05T09:42:52.843Z]     read_test.go:91: [d845db2415345] daemon is not started
09:42:52 [2023-01-05T09:42:52.843Z] --- PASS: TestReadPluginNoRead (5.61s)
09:42:52 [2023-01-05T09:42:52.843Z]     --- PASS: TestReadPluginNoRead/default (1.22s)
09:42:52 [2023-01-05T09:42:52.843Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.20s)
09:42:52 [2023-01-05T09:42:52.843Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.18s)
09:42:52 [2023-01-05T09:42:52.843Z] PASS
09:42:53 [2023-01-05T09:42:53.099Z] 
09:42:53 [2023-01-05T09:42:53.099Z] DONE 6 tests in 8.812s
09:42:53 [2023-01-05T09:42:53.099Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
09:42:53 [2023-01-05T09:42:53.099Z] ++ 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
09:42:53 [2023-01-05T09:42:53.099Z] ++ set -e
09:42:53 [2023-01-05T09:42:53.099Z] ++ '[' -n 0 ']'
09:42:53 [2023-01-05T09:42:53.099Z] ++ set -x
09:42:53 [2023-01-05T09:42:53.099Z] ++ 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
09:42:53 [2023-01-05T09:42:53.099Z] testing: warning: no tests to run
09:42:53 [2023-01-05T09:42:53.099Z] PASS
09:42:53 [2023-01-05T09:42:53.099Z] 
09:42:53 [2023-01-05T09:42:53.099Z] DONE 0 tests in 0.031s
09:42:53 [2023-01-05T09:42:53.099Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
09:42:53 [2023-01-05T09:42:53.099Z] ++ 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
09:42:53 [2023-01-05T09:42:53.099Z] ++ set -e
09:42:53 [2023-01-05T09:42:53.099Z] ++ '[' -n 0 ']'
09:42:53 [2023-01-05T09:42:53.099Z] ++ set -x
09:42:53 [2023-01-05T09:42:53.099Z] ++ 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
09:42:53 [2023-01-05T09:42:53.099Z] INFO: Testing against a local daemon
09:42:53 [2023-01-05T09:42:53.099Z] === RUN   TestPluginWithDevMounts
09:42:53 [2023-01-05T09:42:53.099Z] === PAUSE TestPluginWithDevMounts
09:42:53 [2023-01-05T09:42:53.099Z] === CONT  TestPluginWithDevMounts
09:42:54 [2023-01-05T09:42:54.989Z] --- PASS: TestPluginWithDevMounts (1.51s)
09:42:54 [2023-01-05T09:42:54.989Z] PASS
09:42:54 [2023-01-05T09:42:54.989Z] 
09:42:54 [2023-01-05T09:42:54.989Z] DONE 1 tests in 1.633s
09:42:54 [2023-01-05T09:42:54.989Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m 
09:42:54 [2023-01-05T09:42:54.989Z] ++ 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
09:42:54 [2023-01-05T09:42:54.989Z] ++ set -e
09:42:54 [2023-01-05T09:42:54.989Z] ++ '[' -n 0 ']'
09:42:54 [2023-01-05T09:42:54.989Z] ++ set -x
09:42:54 [2023-01-05T09:42:54.989Z] ++ 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
09:42:54 [2023-01-05T09:42:54.989Z] INFO: Testing against a local daemon
09:42:54 [2023-01-05T09:42:54.989Z] === RUN   TestSecretInspect
09:42:56 [2023-01-05T09:42:56.915Z] --- PASS: TestSecretInspect (2.13s)
09:42:56 [2023-01-05T09:42:56.915Z] === RUN   TestSecretList
09:42:59 [2023-01-05T09:42:59.428Z] --- PASS: TestSecretList (2.09s)
09:42:59 [2023-01-05T09:42:59.428Z] === RUN   TestSecretsCreateAndDelete
09:43:01 [2023-01-05T09:43:01.316Z] --- PASS: TestSecretsCreateAndDelete (2.20s)
09:43:01 [2023-01-05T09:43:01.316Z] === RUN   TestSecretsUpdate
09:43:03 [2023-01-05T09:43:03.203Z] --- PASS: TestSecretsUpdate (2.07s)
09:43:03 [2023-01-05T09:43:03.203Z] === RUN   TestTemplatedSecret
09:43:05 [2023-01-05T09:43:05.717Z] --- PASS: TestTemplatedSecret (2.33s)
09:43:05 [2023-01-05T09:43:05.717Z] === RUN   TestSecretCreateResolve
09:43:07 [2023-01-05T09:43:07.606Z] --- PASS: TestSecretCreateResolve (2.10s)
09:43:07 [2023-01-05T09:43:07.606Z] PASS
09:43:07 [2023-01-05T09:43:07.606Z] 
09:43:07 [2023-01-05T09:43:07.606Z] DONE 6 tests in 12.998s
09:43:07 [2023-01-05T09:43:07.606Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m 
09:43:07 [2023-01-05T09:43:07.606Z] ++ 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
09:43:07 [2023-01-05T09:43:07.606Z] ++ set -e
09:43:07 [2023-01-05T09:43:07.606Z] ++ '[' -n 0 ']'
09:43:07 [2023-01-05T09:43:07.606Z] ++ set -x
09:43:07 [2023-01-05T09:43:07.606Z] ++ 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
09:43:07 [2023-01-05T09:43:07.862Z] INFO: Testing against a local daemon
09:43:07 [2023-01-05T09:43:07.862Z] === RUN   TestServiceCreateInit
09:43:07 [2023-01-05T09:43:07.862Z] === RUN   TestServiceCreateInit/daemonInitDisabled
09:43:12 [2023-01-05T09:43:12.067Z] === RUN   TestServiceCreateInit/daemonInitEnabled
09:43:15 [2023-01-05T09:43:15.331Z] --- PASS: TestServiceCreateInit (7.04s)
09:43:15 [2023-01-05T09:43:15.331Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.60s)
09:43:15 [2023-01-05T09:43:15.331Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.43s)
09:43:15 [2023-01-05T09:43:15.331Z] === RUN   TestCreateServiceMultipleTimes
09:43:30 [2023-01-05T09:43:30.173Z] --- PASS: TestCreateServiceMultipleTimes (15.22s)
09:43:30 [2023-01-05T09:43:30.173Z] === RUN   TestCreateServiceConflict
09:43:32 [2023-01-05T09:43:32.699Z] --- PASS: TestCreateServiceConflict (2.09s)
09:43:32 [2023-01-05T09:43:32.699Z] === RUN   TestCreateServiceMaxReplicas
09:43:35 [2023-01-05T09:43:35.212Z] --- PASS: TestCreateServiceMaxReplicas (2.66s)
09:43:35 [2023-01-05T09:43:35.212Z] === RUN   TestCreateWithDuplicateNetworkNames
09:43:50 [2023-01-05T09:43:50.049Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.01s)
09:43:50 [2023-01-05T09:43:50.049Z] === RUN   TestCreateServiceSecretFileMode
09:43:50 [2023-01-05T09:43:50.304Z] --- PASS: TestCreateServiceSecretFileMode (2.36s)
09:43:50 [2023-01-05T09:43:50.304Z] === RUN   TestCreateServiceConfigFileMode
09:43:52 [2023-01-05T09:43:52.817Z] --- PASS: TestCreateServiceConfigFileMode (2.36s)
09:43:52 [2023-01-05T09:43:52.817Z] === RUN   TestCreateServiceSysctls
09:43:56 [2023-01-05T09:43:56.081Z] --- PASS: TestCreateServiceSysctls (2.89s)
09:43:56 [2023-01-05T09:43:56.081Z] === RUN   TestCreateServiceCapabilities
09:43:57 [2023-01-05T09:43:57.968Z] --- PASS: TestCreateServiceCapabilities (2.29s)
09:43:57 [2023-01-05T09:43:57.968Z] === RUN   TestInspect
09:43:59 [2023-01-05T09:43:59.855Z] --- PASS: TestInspect (2.11s)
09:43:59 [2023-01-05T09:43:59.855Z] === RUN   TestCreateJob
09:44:03 [2023-01-05T09:44:03.120Z] --- PASS: TestCreateJob (2.81s)
09:44:03 [2023-01-05T09:44:03.120Z] === RUN   TestReplicatedJob
09:44:07 [2023-01-05T09:44:07.299Z] --- PASS: TestReplicatedJob (4.55s)
09:44:07 [2023-01-05T09:44:07.299Z] === RUN   TestUpdateReplicatedJob
09:44:10 [2023-01-05T09:44:10.562Z] --- PASS: TestUpdateReplicatedJob (2.93s)
09:44:10 [2023-01-05T09:44:10.562Z] === RUN   TestServiceListWithStatuses
09:44:10 [2023-01-05T09:44:10.562Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
09:44:10 [2023-01-05T09:44:10.562Z] --- SKIP: TestServiceListWithStatuses (0.00s)
09:44:10 [2023-01-05T09:44:10.562Z] === RUN   TestDockerNetworkConnectAlias
09:44:14 [2023-01-05T09:44:14.726Z] --- PASS: TestDockerNetworkConnectAlias (3.97s)
09:44:14 [2023-01-05T09:44:14.726Z] === RUN   TestDockerNetworkReConnect
09:44:17 [2023-01-05T09:44:17.240Z] --- PASS: TestDockerNetworkReConnect (3.20s)
09:44:17 [2023-01-05T09:44:17.240Z] === RUN   TestServicePlugin
09:44:17 [2023-01-05T09:44:17.240Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:44:17 [2023-01-05T09:44:17.240Z] --- SKIP: TestServicePlugin (0.00s)
09:44:17 [2023-01-05T09:44:17.240Z] === RUN   TestServiceUpdateLabel
09:44:19 [2023-01-05T09:44:19.753Z] --- PASS: TestServiceUpdateLabel (2.09s)
09:44:19 [2023-01-05T09:44:19.753Z] === RUN   TestServiceUpdateSecrets
09:44:34 [2023-01-05T09:44:34.585Z] --- PASS: TestServiceUpdateSecrets (14.23s)
09:44:34 [2023-01-05T09:44:34.585Z] === RUN   TestServiceUpdateConfigs
09:44:49 [2023-01-05T09:44:49.419Z] --- PASS: TestServiceUpdateConfigs (14.31s)
09:44:49 [2023-01-05T09:44:49.419Z] === RUN   TestServiceUpdateNetwork
09:45:01 [2023-01-05T09:45:01.599Z] --- PASS: TestServiceUpdateNetwork (12.13s)
09:45:01 [2023-01-05T09:45:01.599Z] === RUN   TestServiceUpdatePidsLimit
09:45:01 [2023-01-05T09:45:01.599Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
09:45:01 [2023-01-05T09:45:01.855Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
09:45:09 [2023-01-05T09:45:09.935Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
09:45:16 [2023-01-05T09:45:16.468Z] --- PASS: TestServiceUpdatePidsLimit (16.03s)
09:45:16 [2023-01-05T09:45:16.468Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s)
09:45:16 [2023-01-05T09:45:16.468Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s)
09:45:16 [2023-01-05T09:45:16.468Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s)
09:45:16 [2023-01-05T09:45:16.468Z] PASS
09:45:16 [2023-01-05T09:45:16.468Z] 
09:45:16 [2023-01-05T09:45:16.468Z] === Skipped
09:45:16 [2023-01-05T09:45:16.468Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s)
09:45:16 [2023-01-05T09:45:16.468Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
09:45:16 [2023-01-05T09:45:16.468Z] 
09:45:16 [2023-01-05T09:45:16.468Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
09:45:16 [2023-01-05T09:45:16.468Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:45:16 [2023-01-05T09:45:16.468Z] 
09:45:16 [2023-01-05T09:45:16.468Z] DONE 27 tests, 2 skipped in 128.436s
09:45:16 [2023-01-05T09:45:16.468Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m 
09:45:16 [2023-01-05T09:45:16.468Z] ++ 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
09:45:16 [2023-01-05T09:45:16.468Z] ++ set -e
09:45:16 [2023-01-05T09:45:16.468Z] ++ '[' -n 0 ']'
09:45:16 [2023-01-05T09:45:16.468Z] ++ set -x
09:45:16 [2023-01-05T09:45:16.468Z] ++ 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
09:45:16 [2023-01-05T09:45:16.468Z] INFO: Testing against a local daemon
09:45:16 [2023-01-05T09:45:16.468Z] === RUN   TestSessionCreate
09:45:16 [2023-01-05T09:45:16.468Z] --- PASS: TestSessionCreate (0.02s)
09:45:16 [2023-01-05T09:45:16.468Z] === RUN   TestSessionCreateWithBadUpgrade
09:45:16 [2023-01-05T09:45:16.468Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
09:45:16 [2023-01-05T09:45:16.468Z] PASS
09:45:16 [2023-01-05T09:45:16.468Z] 
09:45:16 [2023-01-05T09:45:16.468Z] DONE 2 tests in 0.122s
09:45:16 [2023-01-05T09:45:16.468Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m 
09:45:16 [2023-01-05T09:45:16.468Z] ++ 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
09:45:16 [2023-01-05T09:45:16.468Z] ++ set -e
09:45:16 [2023-01-05T09:45:16.468Z] ++ '[' -n 0 ']'
09:45:16 [2023-01-05T09:45:16.468Z] ++ set -x
09:45:16 [2023-01-05T09:45:16.468Z] ++ 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
09:45:16 [2023-01-05T09:45:16.468Z] INFO: Testing against a local daemon
09:45:16 [2023-01-05T09:45:16.468Z] === RUN   TestCgroupDriverSystemdMemoryLimit
09:45:16 [2023-01-05T09:45:16.468Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
09:45:16 [2023-01-05T09:45:16.468Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
09:45:16 [2023-01-05T09:45:16.468Z] === RUN   TestDiskUsage
09:45:16 [2023-01-05T09:45:16.468Z] === PAUSE TestDiskUsage
09:45:16 [2023-01-05T09:45:16.468Z] === RUN   TestEventsExecDie
09:45:17 [2023-01-05T09:45:17.029Z] --- PASS: TestEventsExecDie (0.50s)
09:45:17 [2023-01-05T09:45:17.029Z] === RUN   TestEventsBackwardsCompatible
09:45:17 [2023-01-05T09:45:17.029Z] --- PASS: TestEventsBackwardsCompatible (0.05s)
09:45:17 [2023-01-05T09:45:17.029Z] === RUN   TestEventsVolumeCreate
09:45:17 [2023-01-05T09:45:17.029Z] --- PASS: TestEventsVolumeCreate (0.05s)
09:45:17 [2023-01-05T09:45:17.029Z] === RUN   TestInfoBinaryCommits
09:45:17 [2023-01-05T09:45:17.029Z] --- PASS: TestInfoBinaryCommits (0.02s)
09:45:17 [2023-01-05T09:45:17.029Z] === RUN   TestInfoAPIVersioned
09:45:17 [2023-01-05T09:45:17.029Z] --- PASS: TestInfoAPIVersioned (0.01s)
09:45:17 [2023-01-05T09:45:17.029Z] === RUN   TestInfoAPI
09:45:17 [2023-01-05T09:45:17.029Z] --- PASS: TestInfoAPI (0.02s)
09:45:17 [2023-01-05T09:45:17.029Z] === RUN   TestInfoAPIWarnings
09:45:35 [2023-01-05T09:45:35.065Z] --- PASS: TestInfoAPIWarnings (16.54s)
09:45:35 [2023-01-05T09:45:35.065Z] === RUN   TestInfoDebug
09:45:35 [2023-01-05T09:45:35.065Z] --- PASS: TestInfoDebug (0.52s)
09:45:35 [2023-01-05T09:45:35.065Z] === RUN   TestInfoInsecureRegistries
09:45:35 [2023-01-05T09:45:35.065Z] --- PASS: TestInfoInsecureRegistries (0.52s)
09:45:35 [2023-01-05T09:45:35.065Z] === RUN   TestInfoRegistryMirrors
09:45:35 [2023-01-05T09:45:35.065Z] --- PASS: TestInfoRegistryMirrors (0.52s)
09:45:35 [2023-01-05T09:45:35.065Z] === RUN   TestLoginFailsWithBadCredentials
09:45:35 [2023-01-05T09:45:35.626Z] --- PASS: TestLoginFailsWithBadCredentials (0.39s)
09:45:35 [2023-01-05T09:45:35.626Z] === RUN   TestPingCacheHeaders
09:45:35 [2023-01-05T09:45:35.626Z] --- PASS: TestPingCacheHeaders (0.02s)
09:45:35 [2023-01-05T09:45:35.626Z] === RUN   TestPingGet
09:45:35 [2023-01-05T09:45:35.626Z] --- PASS: TestPingGet (0.01s)
09:45:35 [2023-01-05T09:45:35.626Z] === RUN   TestPingHead
09:45:35 [2023-01-05T09:45:35.626Z] --- PASS: TestPingHead (0.02s)
09:45:35 [2023-01-05T09:45:35.626Z] === RUN   TestPingSwarmHeader
09:45:36 [2023-01-05T09:45:36.187Z] === RUN   TestPingSwarmHeader/before_swarm_init
09:45:36 [2023-01-05T09:45:36.187Z] === RUN   TestPingSwarmHeader/after_swarm_init
09:45:37 [2023-01-05T09:45:37.116Z] === RUN   TestPingSwarmHeader/after_swarm_leave
09:45:37 [2023-01-05T09:45:37.372Z] --- PASS: TestPingSwarmHeader (1.66s)
09:45:37 [2023-01-05T09:45:37.372Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
09:45:37 [2023-01-05T09:45:37.372Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
09:45:37 [2023-01-05T09:45:37.372Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
09:45:37 [2023-01-05T09:45:37.372Z] === RUN   TestPingBuilderHeader
09:45:37 [2023-01-05T09:45:37.372Z] === RUN   TestPingBuilderHeader/default_config
09:45:37 [2023-01-05T09:45:37.935Z] === RUN   TestPingBuilderHeader/buildkit_disabled
09:45:38 [2023-01-05T09:45:38.201Z] --- PASS: TestPingBuilderHeader (1.04s)
09:45:38 [2023-01-05T09:45:38.202Z]     --- PASS: TestPingBuilderHeader/default_config (0.51s)
09:45:38 [2023-01-05T09:45:38.202Z]     --- PASS: TestPingBuilderHeader/buildkit_disabled (0.51s)
09:45:38 [2023-01-05T09:45:38.202Z] === RUN   TestVersion
09:45:38 [2023-01-05T09:45:38.459Z] --- PASS: TestVersion (0.03s)
09:45:38 [2023-01-05T09:45:38.459Z] === CONT  TestDiskUsage
09:45:39 [2023-01-05T09:45:39.022Z] === RUN   TestDiskUsage/empty
09:45:39 [2023-01-05T09:45:39.022Z] === RUN   TestDiskUsage/empty/container_types
09:45:39 [2023-01-05T09:45:39.022Z] === RUN   TestDiskUsage/empty/image_types
09:45:39 [2023-01-05T09:45:39.022Z] === RUN   TestDiskUsage/empty/volume_types
09:45:39 [2023-01-05T09:45:39.022Z] === RUN   TestDiskUsage/empty/build-cache_types
09:45:39 [2023-01-05T09:45:39.022Z] === RUN   TestDiskUsage/empty/container,_volume_types
09:45:39 [2023-01-05T09:45:39.022Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
09:45:39 [2023-01-05T09:45:39.022Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
09:45:39 [2023-01-05T09:45:39.022Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
09:45:39 [2023-01-05T09:45:39.022Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
09:45:39 [2023-01-05T09:45:39.022Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
09:45:39 [2023-01-05T09:45:39.022Z] === RUN   TestDiskUsage/after_LoadBusybox
09:45:39 [2023-01-05T09:45:39.022Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
09:45:39 [2023-01-05T09:45:39.022Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
09:45:39 [2023-01-05T09:45:39.022Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
09:45:39 [2023-01-05T09:45:39.022Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
09:45:39 [2023-01-05T09:45:39.022Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
09:45:39 [2023-01-05T09:45:39.022Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
09:45:39 [2023-01-05T09:45:39.022Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
09:45:39 [2023-01-05T09:45:39.022Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
09:45:39 [2023-01-05T09:45:39.022Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
09:45:39 [2023-01-05T09:45:39.022Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
09:45:39 [2023-01-05T09:45:39.022Z] === RUN   TestDiskUsage/after_container.Run
09:45:39 [2023-01-05T09:45:39.277Z] === RUN   TestDiskUsage/after_container.Run/container_types
09:45:39 [2023-01-05T09:45:39.277Z] === RUN   TestDiskUsage/after_container.Run/image_types
09:45:39 [2023-01-05T09:45:39.277Z] === RUN   TestDiskUsage/after_container.Run/volume_types
09:45:39 [2023-01-05T09:45:39.277Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
09:45:39 [2023-01-05T09:45:39.277Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
09:45:39 [2023-01-05T09:45:39.277Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
09:45:39 [2023-01-05T09:45:39.277Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
09:45:39 [2023-01-05T09:45:39.277Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
09:45:39 [2023-01-05T09:45:39.277Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
09:45:39 [2023-01-05T09:45:39.277Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
09:45:39 [2023-01-05T09:45:39.277Z] --- PASS: TestDiskUsage (1.04s)
09:45:39 [2023-01-05T09:45:39.277Z]     --- PASS: TestDiskUsage/empty (0.01s)
09:45:39 [2023-01-05T09:45:39.277Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
09:45:39 [2023-01-05T09:45:39.277Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
09:45:39 [2023-01-05T09:45:39.277Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
09:45:39 [2023-01-05T09:45:39.277Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
09:45:39 [2023-01-05T09:45:39.277Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
09:45:39 [2023-01-05T09:45:39.277Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
09:45:39 [2023-01-05T09:45:39.277Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
09:45:39 [2023-01-05T09:45:39.277Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
09:45:39 [2023-01-05T09:45:39.277Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
09:45:39 [2023-01-05T09:45:39.277Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
09:45:39 [2023-01-05T09:45:39.277Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.08s)
09:45:39 [2023-01-05T09:45:39.277Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
09:45:39 [2023-01-05T09:45:39.277Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
09:45:39 [2023-01-05T09:45:39.277Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
09:45:39 [2023-01-05T09:45:39.277Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
09:45:39 [2023-01-05T09:45:39.277Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
09:45:39 [2023-01-05T09:45:39.277Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
09:45:39 [2023-01-05T09:45:39.277Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
09:45:39 [2023-01-05T09:45:39.277Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
09:45:39 [2023-01-05T09:45:39.277Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
09:45:39 [2023-01-05T09:45:39.277Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
09:45:39 [2023-01-05T09:45:39.277Z]     --- PASS: TestDiskUsage/after_container.Run (0.30s)
09:45:39 [2023-01-05T09:45:39.277Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
09:45:39 [2023-01-05T09:45:39.277Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
09:45:39 [2023-01-05T09:45:39.277Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
09:45:39 [2023-01-05T09:45:39.277Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
09:45:39 [2023-01-05T09:45:39.277Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
09:45:39 [2023-01-05T09:45:39.277Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
09:45:39 [2023-01-05T09:45:39.277Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
09:45:39 [2023-01-05T09:45:39.277Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
09:45:39 [2023-01-05T09:45:39.277Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
09:45:39 [2023-01-05T09:45:39.277Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
09:45:39 [2023-01-05T09:45:39.277Z] PASS
09:45:39 [2023-01-05T09:45:39.277Z] 
09:45:39 [2023-01-05T09:45:39.277Z] === Skipped
09:45:39 [2023-01-05T09:45:39.277Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
09:45:39 [2023-01-05T09:45:39.277Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
09:45:39 [2023-01-05T09:45:39.277Z] 
09:45:39 [2023-01-05T09:45:39.277Z] DONE 57 tests, 1 skipped in 23.080s
09:45:39 [2023-01-05T09:45:39.277Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m 
09:45:39 [2023-01-05T09:45:39.277Z] ++ 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
09:45:39 [2023-01-05T09:45:39.277Z] ++ set -e
09:45:39 [2023-01-05T09:45:39.277Z] ++ '[' -n 0 ']'
09:45:39 [2023-01-05T09:45:39.277Z] ++ set -x
09:45:39 [2023-01-05T09:45:39.278Z] ++ 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
09:45:39 [2023-01-05T09:45:39.533Z] INFO: Testing against a local daemon
09:45:39 [2023-01-05T09:45:39.533Z] === RUN   TestVolumesCreateAndList
09:45:39 [2023-01-05T09:45:39.533Z] --- PASS: TestVolumesCreateAndList (0.02s)
09:45:39 [2023-01-05T09:45:39.533Z] === RUN   TestVolumesRemove
09:45:39 [2023-01-05T09:45:39.533Z] --- PASS: TestVolumesRemove (0.06s)
09:45:39 [2023-01-05T09:45:39.533Z] === RUN   TestVolumesInspect
09:45:39 [2023-01-05T09:45:39.533Z] --- PASS: TestVolumesInspect (0.02s)
09:45:39 [2023-01-05T09:45:39.533Z] === RUN   TestVolumesInvalidJSON
09:45:39 [2023-01-05T09:45:39.533Z] === RUN   TestVolumesInvalidJSON/volumes/create
09:45:39 [2023-01-05T09:45:39.533Z] === PAUSE TestVolumesInvalidJSON/volumes/create
09:45:39 [2023-01-05T09:45:39.533Z] === CONT  TestVolumesInvalidJSON/volumes/create
09:45:39 [2023-01-05T09:45:39.533Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
09:45:39 [2023-01-05T09:45:39.533Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
09:45:39 [2023-01-05T09:45:39.533Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
09:45:39 [2023-01-05T09:45:39.533Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
09:45:39 [2023-01-05T09:45:39.533Z] --- PASS: TestVolumesInvalidJSON (0.01s)
09:45:39 [2023-01-05T09:45:39.533Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
09:45:39 [2023-01-05T09:45:39.533Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
09:45:39 [2023-01-05T09:45:39.533Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
09:45:39 [2023-01-05T09:45:39.533Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
09:45:39 [2023-01-05T09:45:39.533Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
09:45:39 [2023-01-05T09:45:39.533Z] === RUN   TestVolumePruneAnonymous
09:45:39 [2023-01-05T09:45:39.533Z] --- PASS: TestVolumePruneAnonymous (0.03s)
09:45:39 [2023-01-05T09:45:39.533Z] PASS
09:45:39 [2023-01-05T09:45:39.533Z] 
09:45:39 [2023-01-05T09:45:39.533Z] DONE 10 tests in 0.234s
09:45:39 [2023-01-05T09:45:39.533Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
09:45:39 [2023-01-05T09:45:39.789Z] ++++ cat bundles/test-integration/docker.pid
09:45:39 [2023-01-05T09:45:39.789Z] +++ kill 15119
09:45:40 [2023-01-05T09:45:40.044Z] +++ /etc/init.d/apparmor stop
09:45:40 [2023-01-05T09:45:40.044Z] Leaving: AppArmorNo profiles have been unloaded.
09:45:40 [2023-01-05T09:45:40.044Z] 
09:45:40 [2023-01-05T09:45:40.044Z] Unloading profiles will leave already running processes permanently
09:45:40 [2023-01-05T09:45:40.044Z] unconfined, which can lead to unexpected situations.
09:45:40 [2023-01-05T09:45:40.044Z] 
09:45:40 [2023-01-05T09:45:40.044Z] To set a process to complain mode, use the command line tool
09:45:40 [2023-01-05T09:45:40.044Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
09:45:40 [2023-01-05T09:45:40.044Z] +++ true
09:45:40 [2023-01-05T09:45:40.044Z] exiting test-integration
09:45:40 [2023-01-05T09:45:40.044Z] ++ exit 0
09:45:40 [2023-01-05T09:45:40.044Z] 
Post stage
[Pipeline] junit
09:45:40 [2023-01-05T09:45:40.616Z] Recording test results
09:45:40 [2023-01-05T09:45:40.789Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
09:45:41 [2023-01-05T09:45:41.090Z] + echo Ensuring container killed.
09:45:41 [2023-01-05T09:45:41.090Z] Ensuring container killed.
09:45:41 [2023-01-05T09:45:41.090Z] + docker rm -vf docker-pr6
09:45:41 [2023-01-05T09:45:41.090Z] Error response from daemon: No such container: docker-pr6
[Pipeline] sh
09:45:41 [2023-01-05T09:45:41.364Z] + echo Chowning /workspace to jenkins user
09:45:41 [2023-01-05T09:45:41.364Z] Chowning /workspace to jenkins user
09:45:41 [2023-01-05T09:45:41.364Z] + id -u
09:45:41 [2023-01-05T09:45:41.364Z] + id -g
09:45:41 [2023-01-05T09:45:41.364Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44743:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
09:45:43 [2023-01-05T09:45:43.008Z] + bundleName=arm64-integration
09:45:43 [2023-01-05T09:45:43.009Z] + echo Creating arm64-integration-bundles.tar.gz
09:45:43 [2023-01-05T09:45:43.009Z] Creating arm64-integration-bundles.tar.gz
09:45:43 [2023-01-05T09:45:43.009Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
09:45:43 [2023-01-05T09:45:43.009Z] + xargs tar -czf arm64-integration-bundles.tar.gz
[Pipeline] archiveArtifacts
09:45:43 [2023-01-05T09:45:43.273Z] Archiving artifacts
09:45:43 [2023-01-05T09:45:43.452Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-44743/6/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
09:45:43 [2023-01-05T09:45:43.784Z] + make clean
09:45:44 [2023-01-05T09:45:44.040Z] docker volume rm -f docker-dev-cache docker-mod-cache
09:45:44 [2023-01-05T09:45:44.040Z] docker-dev-cache
09:45:44 [2023-01-05T09:45:44.040Z] 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