Skip to content
Success

Console Output

Pull request #45283 updated
05:12:44 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 4aa2876c75f29962c10f9ae033ed01092fc2946b+58c027ac8ba19a3fa339c65274ea6704ccbec977 (cf9f34a688125a6bfc1c427f2ef5c4d7709f8585)
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-45283@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
05:12:47 [2023-04-06T05:12:47.368Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
[Pipeline] milestone
05:12:47 [2023-04-06T05:12:47.373Z] Trying to pass milestone 1
[Pipeline] milestone
05:12:47 [2023-04-06T05:12:47.486Z] Trying to pass milestone 2
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
05:13:02 [2023-04-06T05:13:02.673Z] Still waiting to schedule task
05:13:02 [2023-04-06T05:13:02.673Z] Waiting for next available executor on ‘arm64&&ubuntu-200405:13:04 [2023-04-06T05:13:04.153Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0c40df183ad32fafa) in /home/ubuntu/workspace/moby_PR-45283
[Pipeline] {
[Pipeline] checkout
05:13:04 [2023-04-06T05:13:04.185Z] The recommended git tool is: git
05:13:04 [2023-04-06T05:13:04.195Z] using credential docker-jenkins-github-credentials
05:13:04 [2023-04-06T05:13:04.205Z] Cloning the remote Git repository
05:13:04 [2023-04-06T05:13:04.205Z] Cloning with configured refspecs honoured and without tags
05:13:04 [2023-04-06T05:13:04.215Z] Cloning repository https://github.com/moby/moby.git
05:13:04 [2023-04-06T05:13:04.215Z]  > git init /home/ubuntu/workspace/moby_PR-45283 # timeout=10
05:13:04 [2023-04-06T05:13:04.221Z] Fetching upstream changes from https://github.com/moby/moby.git
05:13:04 [2023-04-06T05:13:04.221Z]  > git --version # timeout=10
05:13:04 [2023-04-06T05:13:04.227Z]  > git --version # 'git version 2.25.1'
05:13:04 [2023-04-06T05:13:04.227Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
05:13:04 [2023-04-06T05:13:04.228Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45283/head:refs/remotes/origin/PR-45283 +refs/heads/master:refs/remotes/origin/master # timeout=10
05:13:17 [2023-04-06T05:13:17.365Z] Fetching without tags
05:13:17 [2023-04-06T05:13:17.606Z] Merging remotes/origin/master commit 58c027ac8ba19a3fa339c65274ea6704ccbec977 into PR head commit 4aa2876c75f29962c10f9ae033ed01092fc2946b
05:13:18 [2023-04-06T05:13:18.223Z] Merge succeeded, producing 4aa2876c75f29962c10f9ae033ed01092fc2946b
05:13:18 [2023-04-06T05:13:18.224Z] Checking out Revision 4aa2876c75f29962c10f9ae033ed01092fc2946b (PR-45283)
05:13:17 [2023-04-06T05:13:17.344Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
05:13:17 [2023-04-06T05:13:17.347Z]  > git config --add remote.origin.fetch +refs/pull/45283/head:refs/remotes/origin/PR-45283 # timeout=10
05:13:17 [2023-04-06T05:13:17.354Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
05:13:17 [2023-04-06T05:13:17.361Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
05:13:17 [2023-04-06T05:13:17.374Z] Fetching upstream changes from https://github.com/moby/moby.git
05:13:17 [2023-04-06T05:13:17.374Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
05:13:17 [2023-04-06T05:13:17.375Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45283/head:refs/remotes/origin/PR-45283 +refs/heads/master:refs/remotes/origin/master # timeout=10
05:13:17 [2023-04-06T05:13:17.615Z]  > git config core.sparsecheckout # timeout=10
05:13:17 [2023-04-06T05:13:17.620Z]  > git checkout -f 4aa2876c75f29962c10f9ae033ed01092fc2946b # timeout=10
05:13:18 [2023-04-06T05:13:18.199Z]  > git remote # timeout=10
05:13:18 [2023-04-06T05:13:18.203Z]  > git config --get remote.origin.url # timeout=10
05:13:18 [2023-04-06T05:13:18.207Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
05:13:18 [2023-04-06T05:13:18.208Z]  > git merge 58c027ac8ba19a3fa339c65274ea6704ccbec977 # timeout=10
05:13:18 [2023-04-06T05:13:18.215Z]  > git rev-parse HEAD^{commit} # timeout=10
05:13:18 [2023-04-06T05:13:18.233Z]  > git config core.sparsecheckout # timeout=10
05:13:18 [2023-04-06T05:13:18.236Z]  > git checkout -f 4aa2876c75f29962c10f9ae033ed01092fc2946b # timeout=10
05:13:18 [2023-04-06T05:13:18.526Z] Commit message: "docker-rootless-setuptools.sh: improve readability of messages"
05:13:18 [2023-04-06T05:13:18.534Z] First time build. Skipping changelog.
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
05:13:19 [2023-04-06T05:13:19.166Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45283:/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
05:13:18 [2023-04-06T05:13:18.536Z]  > git rev-list --no-walk 4ec17673ce6a8dc17d89b854b5df39b6e87c2bdb # timeout=10
05:13:23 [2023-04-06T05:13:23.362Z] 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
05:13:23 [2023-04-06T05:13:23.489Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0c40df183ad32fafa) in /home/ubuntu/workspace/moby_PR-45283
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
05:13:23 [2023-04-06T05:13:23.521Z] The recommended git tool is: git
[Pipeline] // stage
05:13:23 [2023-04-06T05:13:23.530Z] using credential docker-jenkins-github-credentials
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
05:13:23 [2023-04-06T05:13:23.548Z] Fetching changes from the remote Git repository
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
05:13:23 [2023-04-06T05:13:23.556Z] Fetching without tags
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] }
05:13:23 [2023-04-06T05:13:23.807Z] Merging remotes/origin/master commit 58c027ac8ba19a3fa339c65274ea6704ccbec977 into PR head commit 4aa2876c75f29962c10f9ae033ed01092fc2946b
05:13:24 [2023-04-06T05:13:24.132Z] Merge succeeded, producing 4aa2876c75f29962c10f9ae033ed01092fc2946b
05:13:24 [2023-04-06T05:13:24.132Z] Checking out Revision 4aa2876c75f29962c10f9ae033ed01092fc2946b (PR-45283)
05:13:24 [2023-04-06T05:13:24.197Z] Commit message: "docker-rootless-setuptools.sh: improve readability of messages"
05:13:23 [2023-04-06T05:13:23.548Z]  > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-45283/.git # timeout=10
05:13:23 [2023-04-06T05:13:23.557Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
05:13:23 [2023-04-06T05:13:23.565Z] Fetching upstream changes from https://github.com/moby/moby.git
05:13:23 [2023-04-06T05:13:23.565Z]  > git --version # timeout=10
05:13:23 [2023-04-06T05:13:23.571Z]  > git --version # 'git version 2.25.1'
05:13:23 [2023-04-06T05:13:23.571Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
05:13:23 [2023-04-06T05:13:23.572Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45283/head:refs/remotes/origin/PR-45283 +refs/heads/master:refs/remotes/origin/master # timeout=10
05:13:23 [2023-04-06T05:13:23.815Z]  > git config core.sparsecheckout # timeout=10
05:13:23 [2023-04-06T05:13:23.818Z]  > git checkout -f 4aa2876c75f29962c10f9ae033ed01092fc2946b # timeout=10
05:13:24 [2023-04-06T05:13:24.099Z]  > git remote # timeout=10
05:13:24 [2023-04-06T05:13:24.108Z]  > git config --get remote.origin.url # timeout=10
05:13:24 [2023-04-06T05:13:24.122Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
05:13:24 [2023-04-06T05:13:24.123Z]  > git merge 58c027ac8ba19a3fa339c65274ea6704ccbec977 # timeout=10
05:13:24 [2023-04-06T05:13:24.134Z]  > git rev-parse HEAD^{commit} # timeout=10
05:13:24 [2023-04-06T05:13:24.141Z]  > git config core.sparsecheckout # timeout=10
05:13:24 [2023-04-06T05:13:24.151Z]  > git checkout -f 4aa2876c75f29962c10f9ae033ed01092fc2946b # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
05:13:24 [2023-04-06T05:13:24.876Z] + docker version
05:13:24 [2023-04-06T05:13:24.876Z] Client: Docker Engine - Community
05:13:24 [2023-04-06T05:13:24.876Z]  Version:           22.06.0-beta.0
05:13:24 [2023-04-06T05:13:24.876Z]  API version:       1.42
05:13:24 [2023-04-06T05:13:24.876Z]  Go version:        go1.18.3
05:13:24 [2023-04-06T05:13:24.876Z]  Git commit:        3e9117b
05:13:24 [2023-04-06T05:13:24.876Z]  Built:             Fri Jun  3 17:55:34 2022
05:13:24 [2023-04-06T05:13:24.876Z]  OS/Arch:           linux/arm64
05:13:24 [2023-04-06T05:13:24.876Z]  Context:           default
05:13:24 [2023-04-06T05:13:24.876Z] 
05:13:24 [2023-04-06T05:13:24.876Z] Server: Docker Engine - Community
05:13:24 [2023-04-06T05:13:24.876Z]  Engine:
05:13:24 [2023-04-06T05:13:24.876Z]   Version:          22.06.0-beta.0
05:13:24 [2023-04-06T05:13:24.876Z]   API version:      1.42 (minimum version 1.12)
05:13:24 [2023-04-06T05:13:24.876Z]   Go version:       go1.18.3
05:13:24 [2023-04-06T05:13:24.876Z]   Git commit:       38633e7
05:13:24 [2023-04-06T05:13:24.876Z]   Built:            Fri Jun  3 17:55:34 2022
05:13:24 [2023-04-06T05:13:24.876Z]   OS/Arch:          linux/arm64
05:13:24 [2023-04-06T05:13:24.876Z]   Experimental:     true
05:13:24 [2023-04-06T05:13:24.876Z]  containerd:
05:13:24 [2023-04-06T05:13:24.876Z]   Version:          1.6.8
05:13:24 [2023-04-06T05:13:24.876Z]   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
05:13:24 [2023-04-06T05:13:24.876Z]  runc:
05:13:24 [2023-04-06T05:13:24.876Z]   Version:          1.1.4
05:13:24 [2023-04-06T05:13:24.876Z]   GitCommit:        v1.1.4-0-g5fd4c4d
05:13:24 [2023-04-06T05:13:24.876Z]  docker-init:
05:13:24 [2023-04-06T05:13:24.876Z]   Version:          0.19.0
05:13:24 [2023-04-06T05:13:24.876Z]   GitCommit:        de40ad0
[Pipeline] sh
05:13:25 [2023-04-06T05:13:25.162Z] + docker info
05:13:25 [2023-04-06T05:13:25.162Z] Client:
05:13:25 [2023-04-06T05:13:25.162Z]  Context:    default
05:13:25 [2023-04-06T05:13:25.162Z]  Debug Mode: false
05:13:25 [2023-04-06T05:13:25.162Z]  Plugins:
05:13:25 [2023-04-06T05:13:25.162Z]   buildx: Docker Buildx (Docker Inc.)
05:13:25 [2023-04-06T05:13:25.162Z]     Version:  v0.8.2
05:13:25 [2023-04-06T05:13:25.162Z]     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
05:13:25 [2023-04-06T05:13:25.162Z]   compose: Docker Compose (Docker Inc.)
05:13:25 [2023-04-06T05:13:25.162Z]     Version:  v2.12.0
05:13:25 [2023-04-06T05:13:25.162Z]     Path:     /usr/libexec/docker/cli-plugins/docker-compose
05:13:25 [2023-04-06T05:13:25.162Z] 
05:13:25 [2023-04-06T05:13:25.162Z] Server:
05:13:25 [2023-04-06T05:13:25.162Z]  Containers: 0
05:13:25 [2023-04-06T05:13:25.162Z]   Running: 0
05:13:25 [2023-04-06T05:13:25.162Z]   Paused: 0
05:13:25 [2023-04-06T05:13:25.162Z]   Stopped: 0
05:13:25 [2023-04-06T05:13:25.162Z]  Images: 3
05:13:25 [2023-04-06T05:13:25.162Z]  Server Version: 22.06.0-beta.0
05:13:25 [2023-04-06T05:13:25.162Z]  Storage Driver: overlay2
05:13:25 [2023-04-06T05:13:25.162Z]   Backing Filesystem: extfs
05:13:25 [2023-04-06T05:13:25.162Z]   Supports d_type: true
05:13:25 [2023-04-06T05:13:25.162Z]   Using metacopy: false
05:13:25 [2023-04-06T05:13:25.162Z]   Native Overlay Diff: true
05:13:25 [2023-04-06T05:13:25.162Z]   userxattr: false
05:13:25 [2023-04-06T05:13:25.162Z]  Logging Driver: json-file
05:13:25 [2023-04-06T05:13:25.162Z]  Cgroup Driver: cgroupfs
05:13:25 [2023-04-06T05:13:25.162Z]  Cgroup Version: 1
05:13:25 [2023-04-06T05:13:25.162Z]  Plugins:
05:13:25 [2023-04-06T05:13:25.162Z]   Volume: local
05:13:25 [2023-04-06T05:13:25.162Z]   Network: bridge host ipvlan macvlan null overlay
05:13:25 [2023-04-06T05:13:25.162Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
05:13:25 [2023-04-06T05:13:25.162Z]  Swarm: inactive
05:13:25 [2023-04-06T05:13:25.162Z]  Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux
05:13:25 [2023-04-06T05:13:25.162Z]  Default Runtime: runc
05:13:25 [2023-04-06T05:13:25.162Z]  Init Binary: docker-init
05:13:25 [2023-04-06T05:13:25.162Z]  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
05:13:25 [2023-04-06T05:13:25.162Z]  runc version: v1.1.4-0-g5fd4c4d
05:13:25 [2023-04-06T05:13:25.162Z]  init version: de40ad0
05:13:25 [2023-04-06T05:13:25.162Z]  Security Options:
05:13:25 [2023-04-06T05:13:25.162Z]   apparmor
05:13:25 [2023-04-06T05:13:25.162Z]   seccomp
05:13:25 [2023-04-06T05:13:25.162Z]    Profile: builtin
05:13:25 [2023-04-06T05:13:25.162Z]  Kernel Version: 5.15.0-1022-aws
05:13:25 [2023-04-06T05:13:25.162Z]  Operating System: Ubuntu 20.04.5 LTS
05:13:25 [2023-04-06T05:13:25.162Z]  OSType: linux
05:13:25 [2023-04-06T05:13:25.162Z]  Architecture: aarch64
05:13:25 [2023-04-06T05:13:25.162Z]  CPUs: 2
05:13:25 [2023-04-06T05:13:25.162Z]  Total Memory: 7.559GiB
05:13:25 [2023-04-06T05:13:25.162Z]  Name: ip-10-100-54-209
05:13:25 [2023-04-06T05:13:25.162Z]  ID: a4508864-5846-4859-9d9f-739af3007ee0
05:13:25 [2023-04-06T05:13:25.162Z]  Docker Root Dir: /var/lib/docker
05:13:25 [2023-04-06T05:13:25.162Z]  Debug Mode: false
05:13:25 [2023-04-06T05:13:25.162Z]  Registry: https://index.docker.io/v1/
05:13:25 [2023-04-06T05:13:25.162Z]  Labels:
05:13:25 [2023-04-06T05:13:25.162Z]  Experimental: true
05:13:25 [2023-04-06T05:13:25.162Z]  Insecure Registries:
05:13:25 [2023-04-06T05:13:25.162Z]   127.0.0.0/8
05:13:25 [2023-04-06T05:13:25.162Z]  Live Restore Enabled: true
05:13:25 [2023-04-06T05:13:25.162Z] 
[Pipeline] sh
05:13:25 [2023-04-06T05:13:25.447Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
05:13:25 [2023-04-06T05:13:25.447Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
05:13:25 [2023-04-06T05:13:25.447Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-45283/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
05:13:25 [2023-04-06T05:13:25.447Z] + bash /home/ubuntu/workspace/moby_PR-45283/check-config.sh
05:13:25 [2023-04-06T05:13:25.447Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
05:13:25 [2023-04-06T05:13:25.447Z] info: reading kernel config from /boot/config-5.15.0-1022-aws ...
05:13:25 [2023-04-06T05:13:25.447Z] 
05:13:25 [2023-04-06T05:13:25.447Z] Generally Necessary:
05:13:25 [2023-04-06T05:13:25.447Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
05:13:25 [2023-04-06T05:13:25.447Z] - apparmor: enabled and tools installed
05:13:25 [2023-04-06T05:13:25.447Z] - CONFIG_NAMESPACES: enabled
05:13:25 [2023-04-06T05:13:25.447Z] - CONFIG_NET_NS: enabled
05:13:25 [2023-04-06T05:13:25.447Z] - CONFIG_PID_NS: enabled
05:13:25 [2023-04-06T05:13:25.447Z] - CONFIG_IPC_NS: enabled
05:13:25 [2023-04-06T05:13:25.447Z] - CONFIG_UTS_NS: enabled
05:13:25 [2023-04-06T05:13:25.447Z] - CONFIG_CGROUPS: enabled
05:13:25 [2023-04-06T05:13:25.447Z] - CONFIG_CGROUP_CPUACCT: enabled
05:13:25 [2023-04-06T05:13:25.447Z] - CONFIG_CGROUP_DEVICE: enabled
05:13:25 [2023-04-06T05:13:25.447Z] - CONFIG_CGROUP_FREEZER: enabled
05:13:25 [2023-04-06T05:13:25.447Z] - CONFIG_CGROUP_SCHED: enabled
05:13:25 [2023-04-06T05:13:25.447Z] - CONFIG_CPUSETS: enabled
05:13:25 [2023-04-06T05:13:25.447Z] - CONFIG_MEMCG: enabled
05:13:25 [2023-04-06T05:13:25.447Z] - CONFIG_KEYS: enabled
05:13:25 [2023-04-06T05:13:25.447Z] - CONFIG_VETH: enabled (as module)
05:13:25 [2023-04-06T05:13:25.707Z] - CONFIG_BRIDGE: enabled (as module)
05:13:25 [2023-04-06T05:13:25.707Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
05:13:25 [2023-04-06T05:13:25.707Z] - CONFIG_IP_NF_FILTER: enabled (as module)
05:13:25 [2023-04-06T05:13:25.707Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
05:13:25 [2023-04-06T05:13:25.707Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
05:13:25 [2023-04-06T05:13:25.707Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
05:13:25 [2023-04-06T05:13:25.707Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
05:13:25 [2023-04-06T05:13:25.707Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
05:13:25 [2023-04-06T05:13:25.707Z] - CONFIG_IP_NF_NAT: enabled (as module)
05:13:25 [2023-04-06T05:13:25.707Z] - CONFIG_NF_NAT: enabled (as module)
05:13:25 [2023-04-06T05:13:25.707Z] - CONFIG_POSIX_MQUEUE: enabled
05:13:25 [2023-04-06T05:13:25.707Z] - CONFIG_CGROUP_BPF: enabled
05:13:25 [2023-04-06T05:13:25.707Z] 
05:13:25 [2023-04-06T05:13:25.707Z] Optional Features:
05:13:25 [2023-04-06T05:13:25.707Z] - CONFIG_USER_NS: enabled
05:13:25 [2023-04-06T05:13:25.707Z] - CONFIG_SECCOMP: enabled
05:13:25 [2023-04-06T05:13:25.707Z] - CONFIG_SECCOMP_FILTER: enabled
05:13:25 [2023-04-06T05:13:25.707Z] - CONFIG_CGROUP_PIDS: enabled
05:13:25 [2023-04-06T05:13:25.707Z] - CONFIG_MEMCG_SWAP: enabled
05:13:25 [2023-04-06T05:13:25.707Z]     (cgroup swap accounting is currently enabled)
05:13:25 [2023-04-06T05:13:25.707Z] - CONFIG_BLK_CGROUP: enabled
05:13:25 [2023-04-06T05:13:25.707Z] - CONFIG_BLK_DEV_THROTTLING: enabled
05:13:25 [2023-04-06T05:13:25.707Z] - CONFIG_CGROUP_PERF: enabled
05:13:25 [2023-04-06T05:13:25.707Z] - CONFIG_CGROUP_HUGETLB: enabled
05:13:25 [2023-04-06T05:13:25.707Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
05:13:25 [2023-04-06T05:13:25.966Z] - CONFIG_CGROUP_NET_PRIO: enabled
05:13:25 [2023-04-06T05:13:25.966Z] - CONFIG_CFS_BANDWIDTH: enabled
05:13:25 [2023-04-06T05:13:25.966Z] - CONFIG_FAIR_GROUP_SCHED: enabled
05:13:25 [2023-04-06T05:13:25.966Z] - CONFIG_RT_GROUP_SCHED: missing
05:13:25 [2023-04-06T05:13:25.966Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
05:13:25 [2023-04-06T05:13:25.966Z] - CONFIG_IP_VS: enabled (as module)
05:13:25 [2023-04-06T05:13:25.966Z] - CONFIG_IP_VS_NFCT: enabled
05:13:25 [2023-04-06T05:13:25.966Z] - CONFIG_IP_VS_PROTO_TCP: enabled
05:13:25 [2023-04-06T05:13:25.966Z] - CONFIG_IP_VS_PROTO_UDP: enabled
05:13:25 [2023-04-06T05:13:25.966Z] - CONFIG_IP_VS_RR: enabled (as module)
05:13:25 [2023-04-06T05:13:25.966Z] - CONFIG_SECURITY_SELINUX: enabled
05:13:25 [2023-04-06T05:13:25.966Z] - CONFIG_SECURITY_APPARMOR: enabled
05:13:25 [2023-04-06T05:13:25.966Z] - CONFIG_EXT4_FS: enabled
05:13:25 [2023-04-06T05:13:25.967Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
05:13:25 [2023-04-06T05:13:25.967Z] - CONFIG_EXT4_FS_SECURITY: enabled
05:13:25 [2023-04-06T05:13:25.967Z] - Network Drivers:
05:13:25 [2023-04-06T05:13:25.967Z]   - "overlay":
05:13:25 [2023-04-06T05:13:25.967Z]     - CONFIG_VXLAN: enabled (as module)
05:13:25 [2023-04-06T05:13:25.967Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
05:13:25 [2023-04-06T05:13:25.967Z]       Optional (for encrypted networks):
05:13:26 [2023-04-06T05:13:26.226Z]       - CONFIG_CRYPTO: enabled
05:13:26 [2023-04-06T05:13:26.226Z]       - CONFIG_CRYPTO_AEAD: enabled
05:13:26 [2023-04-06T05:13:26.226Z]       - CONFIG_CRYPTO_GCM: enabled
05:13:26 [2023-04-06T05:13:26.226Z]       - CONFIG_CRYPTO_SEQIV: enabled
05:13:26 [2023-04-06T05:13:26.226Z]       - CONFIG_CRYPTO_GHASH: enabled
05:13:26 [2023-04-06T05:13:26.226Z]       - CONFIG_XFRM: enabled
05:13:26 [2023-04-06T05:13:26.226Z]       - CONFIG_XFRM_USER: enabled (as module)
05:13:26 [2023-04-06T05:13:26.226Z]       - CONFIG_XFRM_ALGO: enabled (as module)
05:13:26 [2023-04-06T05:13:26.226Z]       - CONFIG_INET_ESP: enabled (as module)
05:13:26 [2023-04-06T05:13:26.226Z]   - "ipvlan":
05:13:26 [2023-04-06T05:13:26.226Z]     - CONFIG_IPVLAN: enabled (as module)
05:13:26 [2023-04-06T05:13:26.226Z]   - "macvlan":
05:13:26 [2023-04-06T05:13:26.226Z]     - CONFIG_MACVLAN: enabled (as module)
05:13:26 [2023-04-06T05:13:26.226Z]     - CONFIG_DUMMY: enabled (as module)
05:13:26 [2023-04-06T05:13:26.226Z]   - "ftp,tftp client in container":
05:13:26 [2023-04-06T05:13:26.226Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
05:13:26 [2023-04-06T05:13:26.226Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
05:13:26 [2023-04-06T05:13:26.226Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
05:13:26 [2023-04-06T05:13:26.226Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
05:13:26 [2023-04-06T05:13:26.226Z] - Storage Drivers:
05:13:26 [2023-04-06T05:13:26.226Z]   - "aufs":
05:13:26 [2023-04-06T05:13:26.226Z]     - CONFIG_AUFS_FS: enabled (as module)
05:13:26 [2023-04-06T05:13:26.226Z]   - "btrfs":
05:13:26 [2023-04-06T05:13:26.226Z]     - CONFIG_BTRFS_FS: enabled (as module)
05:13:26 [2023-04-06T05:13:26.226Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
05:13:26 [2023-04-06T05:13:26.226Z]   - "devicemapper":
05:13:26 [2023-04-06T05:13:26.226Z]     - CONFIG_BLK_DEV_DM: enabled
05:13:26 [2023-04-06T05:13:26.226Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
05:13:26 [2023-04-06T05:13:26.226Z]   - "overlay":
05:13:26 [2023-04-06T05:13:26.226Z]     - CONFIG_OVERLAY_FS: enabled (as module)
05:13:26 [2023-04-06T05:13:26.226Z]   - "zfs":
05:13:26 [2023-04-06T05:13:26.226Z]     - /dev/zfs: present
05:13:26 [2023-04-06T05:13:26.226Z]     - zfs command: missing
05:13:26 [2023-04-06T05:13:26.226Z]     - zpool command: missing
05:13:26 [2023-04-06T05:13:26.226Z] 
05:13:26 [2023-04-06T05:13:26.226Z] Limits:
05:13:26 [2023-04-06T05:13:26.226Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
05:13:26 [2023-04-06T05:13:26.226Z] 
05:13:26 [2023-04-06T05:13:26.226Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
05:13:26 [2023-04-06T05:13:26.539Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:4aa2876c75f29962c10f9ae033ed01092fc2946b .
05:13:26 [2023-04-06T05:13:26.799Z] #1 [internal] load .dockerignore
05:13:26 [2023-04-06T05:13:26.799Z] #1 transferring context: 113B done
05:13:26 [2023-04-06T05:13:26.799Z] #1 DONE 0.0s
05:13:26 [2023-04-06T05:13:26.799Z] 
05:13:26 [2023-04-06T05:13:26.799Z] #2 [internal] load build definition from Dockerfile
05:13:26 [2023-04-06T05:13:26.799Z] #2 transferring dockerfile: 26.94kB done
05:13:26 [2023-04-06T05:13:26.799Z] #2 DONE 0.0s
05:13:26 [2023-04-06T05:13:26.799Z] 
05:13:26 [2023-04-06T05:13:26.799Z] #3 resolve image config for docker.io/docker/dockerfile:1
05:13:26 [2023-04-06T05:13:26.799Z] #3 DONE 0.1s
05:13:26 [2023-04-06T05:13:26.799Z] 
05:13:26 [2023-04-06T05:13:26.799Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14
05:13:26 [2023-04-06T05:13:26.799Z] #4 CACHED
05:13:26 [2023-04-06T05:13:26.799Z] 
05:13:26 [2023-04-06T05:13:26.799Z] #5 [internal] load metadata for docker.io/library/busybox:latest
05:13:26 [2023-04-06T05:13:26.799Z] #5 DONE 0.0s
05:13:26 [2023-04-06T05:13:26.799Z] 
05:13:26 [2023-04-06T05:13:26.799Z] #6 [internal] load metadata for docker.io/library/debian:bullseye
05:13:27 [2023-04-06T05:13:27.065Z] #6 DONE 0.1s
05:13:27 [2023-04-06T05:13:27.065Z] 
05:13:27 [2023-04-06T05:13:27.065Z] #7 [internal] load metadata for docker.io/tonistiigi/xx:1.1.2
05:13:27 [2023-04-06T05:13:27.065Z] #7 DONE 0.1s
05:13:27 [2023-04-06T05:13:27.065Z] 
05:13:27 [2023-04-06T05:13:27.065Z] #8 [internal] load metadata for docker.io/library/golang:1.20.3-bullseye
05:13:27 [2023-04-06T05:13:27.065Z] #8 DONE 0.1s
05:13:27 [2023-04-06T05:13:27.065Z] 
05:13:27 [2023-04-06T05:13:27.065Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
05:13:27 [2023-04-06T05:13:27.065Z] #9 DONE 0.1s
05:13:27 [2023-04-06T05:13:27.065Z] 
05:13:27 [2023-04-06T05:13:27.065Z] #10 [vpnkit-linux-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
05:13:27 [2023-04-06T05:13:27.065Z] #10 DONE 0.0s
05:13:27 [2023-04-06T05:13:27.065Z] 
05:13:27 [2023-04-06T05:13:27.065Z] #11 [build-dummy 1/2] FROM docker.io/library/busybox
05:13:27 [2023-04-06T05:13:27.065Z] #11 DONE 0.0s
05:13:27 [2023-04-06T05:13:27.065Z] 
05:13:27 [2023-04-06T05:13:27.065Z] #12 [base 1/5] FROM docker.io/library/golang:1.20.3-bullseye@sha256:0c4028f241827951ee41df718abdb75769b63610f3b0e2350cf6fede68e24d6f
05:13:27 [2023-04-06T05:13:27.065Z] #12 DONE 0.0s
05:13:27 [2023-04-06T05:13:27.065Z] 
05:13:27 [2023-04-06T05:13:27.065Z] #13 [xx 1/1] FROM docker.io/tonistiigi/xx:1.1.2@sha256:9dde7edeb9e4a957ce78be9f8c0fbabe0129bf5126933cd3574888f443731cda
05:13:27 [2023-04-06T05:13:27.065Z] #13 DONE 0.0s
05:13:27 [2023-04-06T05:13:27.065Z] 
05:13:27 [2023-04-06T05:13:27.065Z] #14 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:7b991788987ad860810df60927e1adbaf8e156520177bd4db82409f81dd3b721
05:13:27 [2023-04-06T05:13:27.065Z] #14 DONE 0.0s
05:13:27 [2023-04-06T05:13:27.065Z] 
05:13:27 [2023-04-06T05:13:27.065Z] #15 [internal] load build context
05:13:27 [2023-04-06T05:13:27.640Z] #15 ...
05:13:27 [2023-04-06T05:13:27.640Z] 
05:13:27 [2023-04-06T05:13:27.640Z] #16 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
05:13:27 [2023-04-06T05:13:27.640Z] #16 DONE 0.4s
05:13:27 [2023-04-06T05:13:27.640Z] 
05:13:27 [2023-04-06T05:13:27.640Z] #15 [internal] load build context
05:13:28 [2023-04-06T05:13:28.589Z] #15 transferring context: 67.66MB 1.5s done
05:13:28 [2023-04-06T05:13:28.589Z] #15 DONE 1.5s
05:13:28 [2023-04-06T05:13:28.589Z] 
05:13:28 [2023-04-06T05:13:28.589Z] #17 [rootlesskit-build 1/5] WORKDIR /go/src/github.com/rootless-containers/rootlesskit
05:13:28 [2023-04-06T05:13:28.589Z] #17 CACHED
05:13:28 [2023-04-06T05:13:28.589Z] 
05:13:28 [2023-04-06T05:13:28.589Z] #18 [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
05:13:28 [2023-04-06T05:13:28.589Z] #18 CACHED
05:13:28 [2023-04-06T05:13:28.589Z] 
05:13:28 [2023-04-06T05:13:28.589Z] #19 [rootlesskit-src 1/3] WORKDIR /usr/src/rootlesskit
05:13:28 [2023-04-06T05:13:28.589Z] #19 CACHED
05:13:28 [2023-04-06T05:13:28.589Z] 
05:13:28 [2023-04-06T05:13:28.589Z] #20 [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
05:13:28 [2023-04-06T05:13:28.589Z] #20 CACHED
05:13:28 [2023-04-06T05:13:28.589Z] 
05:13:28 [2023-04-06T05:13:28.589Z] #21 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
05:13:28 [2023-04-06T05:13:28.589Z] #21 CACHED
05:13:28 [2023-04-06T05:13:28.589Z] 
05:13:28 [2023-04-06T05:13:28.589Z] #22 [base 5/5] RUN apt-get update && apt-get install --no-install-recommends -y file
05:13:28 [2023-04-06T05:13:28.589Z] #22 CACHED
05:13:28 [2023-04-06T05:13:28.589Z] 
05:13:28 [2023-04-06T05:13:28.589Z] #23 [base 2/5] COPY --from=xx / /
05:13:28 [2023-04-06T05:13:28.589Z] #23 CACHED
05:13:28 [2023-04-06T05:13:28.589Z] 
05:13:28 [2023-04-06T05:13:28.589Z] #24 [base 3/5] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
05:13:28 [2023-04-06T05:13:28.589Z] #24 CACHED
05:13:28 [2023-04-06T05:13:28.589Z] 
05:13:28 [2023-04-06T05:13:28.589Z] #25 [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...)
05:13:28 [2023-04-06T05:13:28.589Z] #25 CACHED
05:13:28 [2023-04-06T05:13:28.589Z] 
05:13:28 [2023-04-06T05:13:28.589Z] #26 [rootlesskit-src 2/3] RUN git init . && git remote add origin "https://github.com/rootless-containers/rootlesskit.git"
05:13:28 [2023-04-06T05:13:28.589Z] #26 CACHED
05:13:28 [2023-04-06T05:13:28.589Z] 
05:13:28 [2023-04-06T05:13:28.589Z] #27 [rootlesskit-build 4/5] COPY ./contrib/dockerd-rootless.sh /build/
05:13:28 [2023-04-06T05:13:28.589Z] #27 CACHED
05:13:28 [2023-04-06T05:13:28.589Z] 
05:13:28 [2023-04-06T05:13:28.589Z] #28 [rootlesskit-build 5/5] COPY ./contrib/dockerd-rootless-setuptool.sh /build/
05:13:30 [2023-04-06T05:13:30.498Z] #28 DONE 1.7s
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #29 [dockercli-src 1/5] WORKDIR /tmp/dockercli
05:13:30 [2023-04-06T05:13:30.758Z] #29 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #30 [registry-src 2/2] RUN git init . && git remote add origin "https://github.com/distribution/distribution.git"
05:13:30 [2023-04-06T05:13:30.758Z] #30 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #31 [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...)
05:13:30 [2023-04-06T05:13:30.758Z] #31 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #32 [dockercli-src 5/5] WORKDIR /usr/src/dockercli
05:13:30 [2023-04-06T05:13:30.758Z] #32 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #33 [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
05:13:30 [2023-04-06T05:13:30.758Z] #33 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #34 [delve-src 3/3] RUN git fetch -q --depth 1 origin "v1.20.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
05:13:30 [2023-04-06T05:13:30.758Z] #34 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #35 [dev-systemd-false 11/20] COPY --from=golangci_lint /build/ /usr/local/bin/
05:13:30 [2023-04-06T05:13:30.758Z] #35 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #36 [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...)
05:13:30 [2023-04-06T05:13:30.758Z] #36 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #37 [containerd-src 2/3] RUN git init . && git remote add origin "https://github.com/containerd/containerd.git"
05:13:30 [2023-04-06T05:13:30.758Z] #37 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #38 [delve-src 2/3] RUN git init . && git remote add origin "https://github.com/go-delve/delve.git"
05:13:30 [2023-04-06T05:13:30.758Z] #38 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #39 [swagger-src 3/3] RUN git fetch -q --depth 1 origin "c56166c036004ba7a3a321e5951ba472b9ae298c" && git checkout -q FETCH_HEAD
05:13:30 [2023-04-06T05:13:30.758Z] #39 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #40 [dockercli-src 3/5] RUN git fetch -q --depth 1 origin "v17.06.2-ce" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
05:13:30 [2023-04-06T05:13:30.758Z] #40 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #41 [runc-build 1/3] WORKDIR /go/src/github.com/opencontainers/runc
05:13:30 [2023-04-06T05:13:30.758Z] #41 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #42 [delve-src 1/3] WORKDIR /usr/src/delve
05:13:30 [2023-04-06T05:13:30.758Z] #42 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #43 [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
05:13:30 [2023-04-06T05:13:30.758Z] #43 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #44 [dev-systemd-false  5/20] COPY --from=tomll         /build/ /usr/local/bin/
05:13:30 [2023-04-06T05:13:30.758Z] #44 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #45 [dev-systemd-false 12/20] COPY --from=shfmt         /build/ /usr/local/bin/
05:13:30 [2023-04-06T05:13:30.758Z] #45 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #46 [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...)
05:13:30 [2023-04-06T05:13:30.758Z] #46 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #47 [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
05:13:30 [2023-04-06T05:13:30.758Z] #47 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #48 [dev-systemd-false  4/20] COPY --from=delve         /build/ /usr/local/bin/
05:13:30 [2023-04-06T05:13:30.758Z] #48 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #49 [registry-src 1/2] WORKDIR /usr/src/registry
05:13:30 [2023-04-06T05:13:30.758Z] #49 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #50 [dev-systemd-false 10/20] COPY --from=gotestsum     /build/ /usr/local/bin/
05:13:30 [2023-04-06T05:13:30.758Z] #50 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #51 [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
05:13:30 [2023-04-06T05:13:30.758Z] #51 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #52 [dev-systemd-false  7/20] COPY --from=tini          /build/ /usr/local/bin/
05:13:30 [2023-04-06T05:13:30.758Z] #52 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #53 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.5" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
05:13:30 [2023-04-06T05:13:30.758Z] #53 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #54 [dev-systemd-false 13/20] COPY --from=runc          /build/ /usr/local/bin/
05:13:30 [2023-04-06T05:13:30.758Z] #54 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #55 [dev-systemd-false  6/20] COPY --from=gowinres      /build/ /usr/local/bin/
05:13:30 [2023-04-06T05:13:30.758Z] #55 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #56 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
05:13:30 [2023-04-06T05:13:30.758Z] #56 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #57 [runc-src 2/3] RUN git init . && git remote add origin "https://github.com/opencontainers/runc.git"
05:13:30 [2023-04-06T05:13:30.758Z] #57 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #58 [tini-src 2/3] RUN git init . && git remote add origin "https://github.com/krallin/tini.git"
05:13:30 [2023-04-06T05:13:30.758Z] #58 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #59 [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
05:13:30 [2023-04-06T05:13:30.758Z] #59 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #60 [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
05:13:30 [2023-04-06T05:13:30.758Z] #60 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #61 [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
05:13:30 [2023-04-06T05:13:30.758Z] #61 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #62 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.3.0"      && /build/go-winres --help
05:13:30 [2023-04-06T05:13:30.758Z] #62 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #63 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.7.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
05:13:30 [2023-04-06T05:13:30.758Z] #63 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #64 [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
05:13:30 [2023-04-06T05:13:30.758Z] #64 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #65 [tini-src 3/3] RUN git fetch -q --depth 1 origin "v0.19.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
05:13:30 [2023-04-06T05:13:30.758Z] #65 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #66 [runc-src 1/3] WORKDIR /usr/src/runc
05:13:30 [2023-04-06T05:13:30.758Z] #66 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #67 [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...)
05:13:30 [2023-04-06T05:13:30.758Z] #67 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #68 [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...)
05:13:30 [2023-04-06T05:13:30.758Z] #68 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #69 [dockercli 2/3] RUN xx-apt-get install -y --no-install-recommends gcc libc6-dev
05:13:30 [2023-04-06T05:13:30.758Z] #69 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #70 [swagger-src 1/3] WORKDIR /usr/src/swagger
05:13:30 [2023-04-06T05:13:30.758Z] #70 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #71 [dev-systemd-false  3/20] COPY --from=swagger       /build/ /usr/local/bin/
05:13:30 [2023-04-06T05:13:30.758Z] #71 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #72 [dev-systemd-false  1/20] COPY --from=dockercli     /build/ /usr/local/cli
05:13:30 [2023-04-06T05:13:30.758Z] #72 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #73 [dockercli 1/3] WORKDIR /go/src/github.com/docker/cli
05:13:30 [2023-04-06T05:13:30.758Z] #73 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #74 [containerd-build 1/3] WORKDIR /go/src/github.com/containerd/containerd
05:13:30 [2023-04-06T05:13:30.758Z] #74 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #75 [dev-systemd-false  8/20] COPY --from=registry      /build/ /usr/local/bin/
05:13:30 [2023-04-06T05:13:30.758Z] #75 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #76 [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
05:13:30 [2023-04-06T05:13:30.758Z] #76 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #77 [dev-systemd-false  9/20] COPY --from=criu          /build/ /usr/local/bin/
05:13:30 [2023-04-06T05:13:30.758Z] #77 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #78 [dockercli-src 4/5] RUN [ -d ./components/cli ] && mv ./components/cli /usr/src/dockercli || mv /tmp/dockercli /usr/src/dockercli
05:13:30 [2023-04-06T05:13:30.758Z] #78 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #79 [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
05:13:30 [2023-04-06T05:13:30.758Z] #79 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #80 [dockercli-src 2/5] RUN git init . && git remote add origin "https://github.com/docker/cli.git"
05:13:30 [2023-04-06T05:13:30.758Z] #80 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #81 [tini-build 1/4] WORKDIR /go/src/github.com/krallin/tini
05:13:30 [2023-04-06T05:13:30.758Z] #81 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #82 [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...)
05:13:30 [2023-04-06T05:13:30.758Z] #82 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #83 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
05:13:30 [2023-04-06T05:13:30.758Z] #83 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #84 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.51.2"      && /build/golangci-lint --version
05:13:30 [2023-04-06T05:13:30.758Z] #84 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #85 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
05:13:30 [2023-04-06T05:13:30.758Z] #85 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #86 [tini-src 1/3] WORKDIR /usr/src/tini
05:13:30 [2023-04-06T05:13:30.758Z] #86 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #87 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.6.0"      && /build/shfmt --version
05:13:30 [2023-04-06T05:13:30.758Z] #87 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #88 [containerd-src 1/3] WORKDIR /usr/src/containerd
05:13:30 [2023-04-06T05:13:30.758Z] #88 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #89 [dev-systemd-false  2/20] COPY --from=frozen-images /build/ /docker-frozen-images
05:13:30 [2023-04-06T05:13:30.758Z] #89 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #90 [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...)
05:13:30 [2023-04-06T05:13:30.758Z] #90 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #91 [swagger-src 2/3] RUN git init . && git remote add origin "https://github.com/kolyshkin/go-swagger.git"
05:13:30 [2023-04-06T05:13:30.758Z] #91 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #10 [vpnkit-linux-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
05:13:30 [2023-04-06T05:13:30.758Z] #10 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #92 [dev-systemd-false 14/20] COPY --from=containerd    /build/ /usr/local/bin/
05:13:30 [2023-04-06T05:13:30.758Z] #92 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #93 [build-dummy 2/2] RUN mkdir -p /build
05:13:30 [2023-04-06T05:13:30.758Z] #93 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #94 [binary-dummy 1/1] COPY --from=build-dummy /build /build
05:13:30 [2023-04-06T05:13:30.758Z] #94 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #95 [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             ;
05:13:30 [2023-04-06T05:13:30.758Z] #95 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #96 [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
05:13:30 [2023-04-06T05:13:30.758Z] #96 CACHED
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #97 [dev-systemd-false 15/20] COPY --from=rootlesskit   /build/ /usr/local/bin/
05:13:30 [2023-04-06T05:13:30.758Z] #97 DONE 0.1s
05:13:30 [2023-04-06T05:13:30.758Z] 
05:13:30 [2023-04-06T05:13:30.758Z] #98 [dev-systemd-false 16/20] COPY --from=vpnkit        /       /usr/local/bin/
05:13:31 [2023-04-06T05:13:31.330Z] #98 DONE 0.2s
05:13:31 [2023-04-06T05:13:31.330Z] 
05:13:31 [2023-04-06T05:13:31.330Z] #99 [dev-systemd-false 17/20] COPY --from=containerutil /build/ /usr/local/bin/
05:13:31 [2023-04-06T05:13:31.330Z] #99 DONE 0.1s
05:13:31 [2023-04-06T05:13:31.330Z] 
05:13:31 [2023-04-06T05:13:31.330Z] #100 [dev-systemd-false 18/20] COPY --from=crun          /build/ /usr/local/bin/
05:13:31 [2023-04-06T05:13:31.330Z] #100 DONE 0.1s
05:13:31 [2023-04-06T05:13:31.330Z] 
05:13:31 [2023-04-06T05:13:31.330Z] #101 [dev-systemd-false 19/20] COPY hack/dockerfile/etc/docker/  /etc/docker/
05:13:31 [2023-04-06T05:13:31.330Z] #101 DONE 0.0s
05:13:31 [2023-04-06T05:13:31.330Z] 
05:13:31 [2023-04-06T05:13:31.330Z] #102 [dev-systemd-false 20/20] WORKDIR /go/src/github.com/docker/docker
05:13:31 [2023-04-06T05:13:31.330Z] #102 DONE 0.0s
05:13:31 [2023-04-06T05:13:31.330Z] 
05:13:31 [2023-04-06T05:13:31.330Z] #103 [dev-base  1/11] RUN groupadd -r docker
05:13:31 [2023-04-06T05:13:31.592Z] #103 DONE 0.4s
05:13:31 [2023-04-06T05:13:31.852Z] 
05:13:31 [2023-04-06T05:13:31.852Z] #104 [dev-base  2/11] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
05:13:32 [2023-04-06T05:13:32.424Z] #104 DONE 0.5s
05:13:32 [2023-04-06T05:13:32.424Z] 
05:13:32 [2023-04-06T05:13:32.424Z] #105 [dev-base  3/11] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
05:13:32 [2023-04-06T05:13:32.685Z] #105 0.445 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
05:13:32 [2023-04-06T05:13:32.685Z] #105 DONE 0.5s
05:13:32 [2023-04-06T05:13:32.685Z] 
05:13:32 [2023-04-06T05:13:32.685Z] #106 [dev-base  4/11] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
05:13:33 [2023-04-06T05:13:33.255Z] #106 DONE 0.4s
05:13:33 [2023-04-06T05:13:33.255Z] 
05:13:33 [2023-04-06T05:13:33.255Z] #107 [dev-base  5/11] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
05:13:33 [2023-04-06T05:13:33.514Z] #107 DONE 0.5s
05:13:33 [2023-04-06T05:13:33.514Z] 
05:13:33 [2023-04-06T05:13:33.514Z] #108 [dev-base  6/11] RUN ldconfig
05:13:34 [2023-04-06T05:13:34.084Z] #108 DONE 0.4s
05:13:34 [2023-04-06T05:13:34.084Z] 
05:13:34 [2023-04-06T05:13:34.084Z] #109 [dev-base  7/11] RUN git config --global --add safe.directory /go/src/github.com/docker/docker
05:13:34 [2023-04-06T05:13:34.653Z] #109 DONE 0.5s
05:13:34 [2023-04-06T05:13:34.653Z] 
05:13:34 [2023-04-06T05:13:34.653Z] #110 [dev-base  8/11] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
05:13:35 [2023-04-06T05:13:35.234Z] #110 0.824 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
05:13:35 [2023-04-06T05:13:35.493Z] #110 0.907 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
05:13:35 [2023-04-06T05:13:35.493Z] #110 0.997 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
05:13:36 [2023-04-06T05:13:36.322Z] #110 1.167 Reading package lists...
05:13:36 [2023-04-06T05:13:36.894Z] #110 1.798 Reading package lists...
05:13:36 [2023-04-06T05:13:36.894Z] #110 2.306 Building dependency tree...
05:13:36 [2023-04-06T05:13:36.894Z] #110 2.444 Reading state information...
05:13:37 [2023-04-06T05:13:37.155Z] #110 2.613 The following additional packages will be installed:
05:13:37 [2023-04-06T05:13:37.155Z] #110 2.613   dmsetup libaio1 libapparmor1 libargon2-1 libbpf0 libcap2 libcryptsetup12
05:13:37 [2023-04-06T05:13:37.155Z] #110 2.614   libdevmapper1.02.1 libelf1 libgpm2 libicu67 libinih1 libip4tc2 libip6tc2
05:13:37 [2023-04-06T05:13:37.155Z] #110 2.614   libjq1 libjson-c5 libkmod2 libmicrohttpd12 libmnl0 libnetfilter-conntrack3
05:13:37 [2023-04-06T05:13:37.155Z] #110 2.614   libnfnetlink0 libnftnl11 libonig5 libxtables12 python-pip-whl
05:13:37 [2023-04-06T05:13:37.155Z] #110 2.614   python3-distutils python3-lib2to3 python3-pkg-resources systemd vim-runtime
05:13:37 [2023-04-06T05:13:37.155Z] #110 2.614   xxd
05:13:37 [2023-04-06T05:13:37.155Z] #110 2.615 Suggested packages:
05:13:37 [2023-04-06T05:13:37.155Z] #110 2.615   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
05:13:37 [2023-04-06T05:13:37.155Z] #110 2.615   gpm ed diffutils-doc python-setuptools-doc systemd-container policykit-1
05:13:37 [2023-04-06T05:13:37.155Z] #110 2.615   ctags vim-doc vim-scripts xfsdump acl attr quota
05:13:37 [2023-04-06T05:13:37.155Z] #110 2.615 Recommended packages:
05:13:37 [2023-04-06T05:13:37.155Z] #110 2.615   libatm1 nftables libpam-cap build-essential python3-dev dbus
05:13:37 [2023-04-06T05:13:37.155Z] #110 2.615   systemd-timesyncd | time-daemon unzip
05:13:37 [2023-04-06T05:13:37.415Z] #110 2.979 The following NEW packages will be installed:
05:13:37 [2023-04-06T05:13:37.415Z] #110 2.979   apparmor bash-completion bzip2 dmsetup inetutils-ping iproute2 iptables jq
05:13:37 [2023-04-06T05:13:37.415Z] #110 2.979   libaio1 libapparmor1 libargon2-1 libbpf0 libcap2 libcap2-bin libcryptsetup12
05:13:37 [2023-04-06T05:13:37.415Z] #110 2.979   libdevmapper1.02.1 libelf1 libgpm2 libicu67 libinih1 libip4tc2 libip6tc2
05:13:37 [2023-04-06T05:13:37.415Z] #110 2.980   libjq1 libjson-c5 libkmod2 libmicrohttpd12 libmnl0 libnet1
05:13:37 [2023-04-06T05:13:37.415Z] #110 2.980   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
05:13:37 [2023-04-06T05:13:37.415Z] #110 2.980   libprotobuf-c1 libxtables12 libyajl2 net-tools patch pigz python-pip-whl
05:13:37 [2023-04-06T05:13:37.415Z] #110 2.980   python3-distutils python3-lib2to3 python3-pip python3-pkg-resources
05:13:37 [2023-04-06T05:13:37.415Z] #110 2.980   python3-setuptools python3-wheel sudo systemd systemd-journal-remote
05:13:37 [2023-04-06T05:13:37.415Z] #110 2.980   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
05:13:37 [2023-04-06T05:13:37.415Z] #110 2.980   xz-utils zip zstd
05:13:37 [2023-04-06T05:13:37.675Z] #110 3.255 0 upgraded, 59 newly installed, 0 to remove and 1 not upgraded.
05:13:37 [2023-04-06T05:13:37.675Z] #110 3.255 Need to get 32.1 MB of archives.
05:13:37 [2023-04-06T05:13:37.675Z] #110 3.255 After this operation, 124 MB of additional disk space will be used.
05:13:37 [2023-04-06T05:13:37.675Z] #110 3.255 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB]
05:13:37 [2023-04-06T05:13:37.675Z] #110 3.260 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB]
05:13:37 [2023-04-06T05:13:37.675Z] #110 3.261 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libargon2-1 arm64 0~20171227-0.2 [18.9 kB]
05:13:37 [2023-04-06T05:13:37.675Z] #110 3.262 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB]
05:13:37 [2023-04-06T05:13:37.675Z] #110 3.264 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB]
05:13:37 [2023-04-06T05:13:37.675Z] #110 3.268 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjson-c5 arm64 0.15-2 [41.6 kB]
05:13:37 [2023-04-06T05:13:37.675Z] #110 3.269 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcryptsetup12 arm64 2:2.3.7-1+deb11u1 [230 kB]
05:13:37 [2023-04-06T05:13:37.675Z] #110 3.271 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB]
05:13:37 [2023-04-06T05:13:37.675Z] #110 3.272 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libkmod2 arm64 28-1 [52.5 kB]
05:13:37 [2023-04-06T05:13:37.675Z] #110 3.273 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 systemd arm64 247.3-7+deb11u1 [4153 kB]
05:13:37 [2023-04-06T05:13:37.675Z] #110 3.296 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB]
05:13:37 [2023-04-06T05:13:37.675Z] #110 3.297 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB]
05:13:37 [2023-04-06T05:13:37.935Z] #110 3.298 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB]
05:13:37 [2023-04-06T05:13:37.935Z] #110 3.298 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB]
05:13:37 [2023-04-06T05:13:37.935Z] #110 3.299 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB]
05:13:37 [2023-04-06T05:13:37.935Z] #110 3.299 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB]
05:13:37 [2023-04-06T05:13:37.935Z] #110 3.300 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB]
05:13:37 [2023-04-06T05:13:37.935Z] #110 3.303 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB]
05:13:37 [2023-04-06T05:13:37.935Z] #110 3.304 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
05:13:37 [2023-04-06T05:13:37.935Z] #110 3.306 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB]
05:13:37 [2023-04-06T05:13:37.935Z] #110 3.307 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
05:13:37 [2023-04-06T05:13:37.935Z] #110 3.308 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
05:13:37 [2023-04-06T05:13:37.935Z] #110 3.309 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB]
05:13:37 [2023-04-06T05:13:37.935Z] #110 3.312 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 inetutils-ping arm64 2:2.0-1+deb11u1 [242 kB]
05:13:37 [2023-04-06T05:13:37.935Z] #110 3.314 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB]
05:13:37 [2023-04-06T05:13:37.935Z] #110 3.314 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB]
05:13:37 [2023-04-06T05:13:37.935Z] #110 3.315 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB]
05:13:37 [2023-04-06T05:13:37.935Z] #110 3.316 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB]
05:13:37 [2023-04-06T05:13:37.935Z] #110 3.319 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB]
05:13:37 [2023-04-06T05:13:37.935Z] #110 3.321 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB]
05:13:37 [2023-04-06T05:13:37.935Z] #110 3.323 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
05:13:37 [2023-04-06T05:13:37.935Z] #110 3.324 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB]
05:13:37 [2023-04-06T05:13:37.935Z] #110 3.326 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB]
05:13:37 [2023-04-06T05:13:37.935Z] #110 3.328 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB]
05:13:37 [2023-04-06T05:13:37.935Z] #110 3.329 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
05:13:37 [2023-04-06T05:13:37.935Z] #110 3.382 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B]
05:13:37 [2023-04-06T05:13:37.935Z] #110 3.384 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmicrohttpd12 arm64 0.9.72-2 [104 kB]
05:13:37 [2023-04-06T05:13:37.935Z] #110 3.384 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
05:13:37 [2023-04-06T05:13:37.935Z] #110 3.384 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB]
05:13:37 [2023-04-06T05:13:37.935Z] #110 3.385 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
05:13:37 [2023-04-06T05:13:37.935Z] #110 3.386 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3 [22.9 kB]
05:13:37 [2023-04-06T05:13:37.935Z] #110 3.387 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB]
05:13:37 [2023-04-06T05:13:37.935Z] #110 3.388 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
05:13:37 [2023-04-06T05:13:37.935Z] #110 3.389 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB]
05:13:37 [2023-04-06T05:13:37.935Z] #110 3.398 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
05:13:37 [2023-04-06T05:13:37.935Z] #110 3.399 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB]
05:13:37 [2023-04-06T05:13:37.935Z] #110 3.400 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB]
05:13:37 [2023-04-06T05:13:37.935Z] #110 3.401 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB]
05:13:37 [2023-04-06T05:13:37.935Z] #110 3.403 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB]
05:13:37 [2023-04-06T05:13:37.935Z] #110 3.403 Get:50 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4+deb11u1 [337 kB]
05:13:37 [2023-04-06T05:13:37.935Z] #110 3.405 Get:51 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 sudo arm64 1.9.5p2-3+deb11u1 [996 kB]
05:13:37 [2023-04-06T05:13:37.935Z] #110 3.409 Get:52 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 systemd-journal-remote arm64 247.3-7+deb11u1 [161 kB]
05:13:37 [2023-04-06T05:13:37.935Z] #110 3.410 Get:53 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB]
05:13:37 [2023-04-06T05:13:37.935Z] #110 3.412 Get:54 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB]
05:13:37 [2023-04-06T05:13:37.935Z] #110 3.414 Get:55 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
05:13:37 [2023-04-06T05:13:37.935Z] #110 3.446 Get:56 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3+deb11u1 [1388 kB]
05:13:37 [2023-04-06T05:13:37.935Z] #110 3.452 Get:57 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB]
05:13:37 [2023-04-06T05:13:37.935Z] #110 3.457 Get:58 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB]
05:13:37 [2023-04-06T05:13:37.935Z] #110 3.458 Get:59 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zstd arm64 1.4.8+dfsg-2.1 [576 kB]
05:13:38 [2023-04-06T05:13:38.195Z] #110 3.588 debconf: delaying package configuration, since apt-utils is not installed
05:13:38 [2023-04-06T05:13:38.195Z] #110 3.623 Fetched 32.1 MB in 0s (68.0 MB/s)
05:13:38 [2023-04-06T05:13:38.195Z] #110 3.651 Selecting previously unselected package libapparmor1:arm64.
05:13:38 [2023-04-06T05:13:38.195Z] #110 3.651 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15745 files and directories currently installed.)
05:13:38 [2023-04-06T05:13:38.196Z] #110 3.661 Preparing to unpack .../00-libapparmor1_2.13.6-10_arm64.deb ...
05:13:38 [2023-04-06T05:13:38.196Z] #110 3.669 Unpacking libapparmor1:arm64 (2.13.6-10) ...
05:13:38 [2023-04-06T05:13:38.196Z] #110 3.712 Selecting previously unselected package libcap2:arm64.
05:13:38 [2023-04-06T05:13:38.196Z] #110 3.713 Preparing to unpack .../01-libcap2_1%3a2.44-1_arm64.deb ...
05:13:38 [2023-04-06T05:13:38.196Z] #110 3.717 Unpacking libcap2:arm64 (1:2.44-1) ...
05:13:38 [2023-04-06T05:13:38.196Z] #110 3.760 Selecting previously unselected package libargon2-1:arm64.
05:13:38 [2023-04-06T05:13:38.196Z] #110 3.763 Preparing to unpack .../02-libargon2-1_0~20171227-0.2_arm64.deb ...
05:13:38 [2023-04-06T05:13:38.196Z] #110 3.768 Unpacking libargon2-1:arm64 (0~20171227-0.2) ...
05:13:38 [2023-04-06T05:13:38.196Z] #110 3.804 Selecting previously unselected package dmsetup.
05:13:38 [2023-04-06T05:13:38.196Z] #110 3.806 Preparing to unpack .../03-dmsetup_2%3a1.02.175-2.1_arm64.deb ...
05:13:38 [2023-04-06T05:13:38.196Z] #110 3.810 Unpacking dmsetup (2:1.02.175-2.1) ...
05:13:38 [2023-04-06T05:13:38.196Z] #110 3.863 Selecting previously unselected package libdevmapper1.02.1:arm64.
05:13:38 [2023-04-06T05:13:38.455Z] #110 3.865 Preparing to unpack .../04-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ...
05:13:38 [2023-04-06T05:13:38.455Z] #110 3.870 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
05:13:38 [2023-04-06T05:13:38.455Z] #110 3.915 Selecting previously unselected package libjson-c5:arm64.
05:13:38 [2023-04-06T05:13:38.455Z] #110 3.918 Preparing to unpack .../05-libjson-c5_0.15-2_arm64.deb ...
05:13:38 [2023-04-06T05:13:38.455Z] #110 3.922 Unpacking libjson-c5:arm64 (0.15-2) ...
05:13:38 [2023-04-06T05:13:38.455Z] #110 3.959 Selecting previously unselected package libcryptsetup12:arm64.
05:13:38 [2023-04-06T05:13:38.455Z] #110 3.962 Preparing to unpack .../06-libcryptsetup12_2%3a2.3.7-1+deb11u1_arm64.deb ...
05:13:38 [2023-04-06T05:13:38.455Z] #110 3.966 Unpacking libcryptsetup12:arm64 (2:2.3.7-1+deb11u1) ...
05:13:38 [2023-04-06T05:13:38.455Z] #110 4.020 Selecting previously unselected package libip4tc2:arm64.
05:13:38 [2023-04-06T05:13:38.455Z] #110 4.021 Preparing to unpack .../07-libip4tc2_1.8.7-1_arm64.deb ...
05:13:38 [2023-04-06T05:13:38.455Z] #110 4.025 Unpacking libip4tc2:arm64 (1.8.7-1) ...
05:13:38 [2023-04-06T05:13:38.455Z] #110 4.063 Selecting previously unselected package libkmod2:arm64.
05:13:38 [2023-04-06T05:13:38.455Z] #110 4.066 Preparing to unpack .../08-libkmod2_28-1_arm64.deb ...
05:13:38 [2023-04-06T05:13:38.455Z] #110 4.070 Unpacking libkmod2:arm64 (28-1) ...
05:13:38 [2023-04-06T05:13:38.717Z] #110 4.115 Selecting previously unselected package systemd.
05:13:38 [2023-04-06T05:13:38.717Z] #110 4.118 Preparing to unpack .../09-systemd_247.3-7+deb11u1_arm64.deb ...
05:13:38 [2023-04-06T05:13:38.717Z] #110 4.163 Unpacking systemd (247.3-7+deb11u1) ...
05:13:38 [2023-04-06T05:13:38.977Z] #110 4.535 Selecting previously unselected package pigz.
05:13:38 [2023-04-06T05:13:38.977Z] #110 4.537 Preparing to unpack .../10-pigz_2.6-1_arm64.deb ...
05:13:38 [2023-04-06T05:13:38.977Z] #110 4.541 Unpacking pigz (2.6-1) ...
05:13:38 [2023-04-06T05:13:38.977Z] #110 4.580 Selecting previously unselected package libelf1:arm64.
05:13:38 [2023-04-06T05:13:38.977Z] #110 4.582 Preparing to unpack .../11-libelf1_0.183-1_arm64.deb ...
05:13:38 [2023-04-06T05:13:38.977Z] #110 4.586 Unpacking libelf1:arm64 (0.183-1) ...
05:13:38 [2023-04-06T05:13:38.977Z] #110 4.634 Selecting previously unselected package libbpf0:arm64.
05:13:39 [2023-04-06T05:13:39.236Z] #110 4.637 Preparing to unpack .../12-libbpf0_1%3a0.3-2_arm64.deb ...
05:13:39 [2023-04-06T05:13:39.237Z] #110 4.641 Unpacking libbpf0:arm64 (1:0.3-2) ...
05:13:39 [2023-04-06T05:13:39.237Z] #110 4.682 Selecting previously unselected package libmnl0:arm64.
05:13:39 [2023-04-06T05:13:39.237Z] #110 4.684 Preparing to unpack .../13-libmnl0_1.0.4-3_arm64.deb ...
05:13:39 [2023-04-06T05:13:39.237Z] #110 4.690 Unpacking libmnl0:arm64 (1.0.4-3) ...
05:13:39 [2023-04-06T05:13:39.237Z] #110 4.727 Selecting previously unselected package libxtables12:arm64.
05:13:39 [2023-04-06T05:13:39.237Z] #110 4.727 Preparing to unpack .../14-libxtables12_1.8.7-1_arm64.deb ...
05:13:39 [2023-04-06T05:13:39.237Z] #110 4.732 Unpacking libxtables12:arm64 (1.8.7-1) ...
05:13:39 [2023-04-06T05:13:39.237Z] #110 4.765 Selecting previously unselected package libcap2-bin.
05:13:39 [2023-04-06T05:13:39.237Z] #110 4.767 Preparing to unpack .../15-libcap2-bin_1%3a2.44-1_arm64.deb ...
05:13:39 [2023-04-06T05:13:39.237Z] #110 4.771 Unpacking libcap2-bin (1:2.44-1) ...
05:13:39 [2023-04-06T05:13:39.237Z] #110 4.814 Selecting previously unselected package iproute2.
05:13:39 [2023-04-06T05:13:39.237Z] #110 4.816 Preparing to unpack .../16-iproute2_5.10.0-4_arm64.deb ...
05:13:39 [2023-04-06T05:13:39.237Z] #110 4.821 Unpacking iproute2 (5.10.0-4) ...
05:13:39 [2023-04-06T05:13:39.497Z] #110 4.921 Selecting previously unselected package xxd.
05:13:39 [2023-04-06T05:13:39.497Z] #110 4.923 Preparing to unpack .../17-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ...
05:13:39 [2023-04-06T05:13:39.497Z] #110 4.927 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
05:13:39 [2023-04-06T05:13:39.497Z] #110 4.980 Selecting previously unselected package vim-common.
05:13:39 [2023-04-06T05:13:39.497Z] #110 4.980 Preparing to unpack .../18-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
05:13:39 [2023-04-06T05:13:39.497Z] #110 4.989 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
05:13:39 [2023-04-06T05:13:39.497Z] #110 5.042 Selecting previously unselected package bash-completion.
05:13:39 [2023-04-06T05:13:39.497Z] #110 5.045 Preparing to unpack .../19-bash-completion_1%3a2.11-2_all.deb ...
05:13:40 [2023-04-06T05:13:40.068Z] #110 5.671 Unpacking bash-completion (1:2.11-2) ...
05:13:40 [2023-04-06T05:13:40.068Z] #110 5.774 Selecting previously unselected package bzip2.
05:13:40 [2023-04-06T05:13:40.329Z] #110 5.777 Preparing to unpack .../20-bzip2_1.0.8-4_arm64.deb ...
05:13:40 [2023-04-06T05:13:40.329Z] #110 5.782 Unpacking bzip2 (1.0.8-4) ...
05:13:40 [2023-04-06T05:13:40.329Z] #110 5.821 Selecting previously unselected package xz-utils.
05:13:40 [2023-04-06T05:13:40.329Z] #110 5.823 Preparing to unpack .../21-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
05:13:40 [2023-04-06T05:13:40.329Z] #110 5.827 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
05:13:40 [2023-04-06T05:13:40.329Z] #110 5.885 Selecting previously unselected package apparmor.
05:13:40 [2023-04-06T05:13:40.329Z] #110 5.888 Preparing to unpack .../22-apparmor_2.13.6-10_arm64.deb ...
05:13:40 [2023-04-06T05:13:40.329Z] #110 5.910 Unpacking apparmor (2.13.6-10) ...
05:13:40 [2023-04-06T05:13:40.329Z] #110 6.007 Selecting previously unselected package inetutils-ping.
05:13:40 [2023-04-06T05:13:40.589Z] #110 6.009 Preparing to unpack .../23-inetutils-ping_2%3a2.0-1+deb11u1_arm64.deb ...
05:13:40 [2023-04-06T05:13:40.589Z] #110 6.014 Unpacking inetutils-ping (2:2.0-1+deb11u1) ...
05:13:40 [2023-04-06T05:13:40.589Z] #110 6.065 Selecting previously unselected package libip6tc2:arm64.
05:13:40 [2023-04-06T05:13:40.589Z] #110 6.067 Preparing to unpack .../24-libip6tc2_1.8.7-1_arm64.deb ...
05:13:40 [2023-04-06T05:13:40.589Z] #110 6.071 Unpacking libip6tc2:arm64 (1.8.7-1) ...
05:13:40 [2023-04-06T05:13:40.589Z] #110 6.106 Selecting previously unselected package libnfnetlink0:arm64.
05:13:40 [2023-04-06T05:13:40.589Z] #110 6.109 Preparing to unpack .../25-libnfnetlink0_1.0.1-3+b1_arm64.deb ...
05:13:40 [2023-04-06T05:13:40.589Z] #110 6.113 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ...
05:13:40 [2023-04-06T05:13:40.589Z] #110 6.148 Selecting previously unselected package libnetfilter-conntrack3:arm64.
05:13:40 [2023-04-06T05:13:40.589Z] #110 6.151 Preparing to unpack .../26-libnetfilter-conntrack3_1.0.8-3_arm64.deb ...
05:13:40 [2023-04-06T05:13:40.589Z] #110 6.155 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ...
05:13:40 [2023-04-06T05:13:40.589Z] #110 6.192 Selecting previously unselected package libnftnl11:arm64.
05:13:40 [2023-04-06T05:13:40.589Z] #110 6.194 Preparing to unpack .../27-libnftnl11_1.1.9-1_arm64.deb ...
05:13:40 [2023-04-06T05:13:40.589Z] #110 6.198 Unpacking libnftnl11:arm64 (1.1.9-1) ...
05:13:40 [2023-04-06T05:13:40.589Z] #110 6.233 Selecting previously unselected package iptables.
05:13:40 [2023-04-06T05:13:40.849Z] #110 6.236 Preparing to unpack .../28-iptables_1.8.7-1_arm64.deb ...
05:13:40 [2023-04-06T05:13:40.849Z] #110 6.240 Unpacking iptables (1.8.7-1) ...
05:13:40 [2023-04-06T05:13:40.849Z] #110 6.312 Selecting previously unselected package libonig5:arm64.
05:13:40 [2023-04-06T05:13:40.849Z] #110 6.315 Preparing to unpack .../29-libonig5_6.9.6-1.1_arm64.deb ...
05:13:40 [2023-04-06T05:13:40.849Z] #110 6.319 Unpacking libonig5:arm64 (6.9.6-1.1) ...
05:13:40 [2023-04-06T05:13:40.849Z] #110 6.365 Selecting previously unselected package libjq1:arm64.
05:13:40 [2023-04-06T05:13:40.849Z] #110 6.368 Preparing to unpack .../30-libjq1_1.6-2.1_arm64.deb ...
05:13:40 [2023-04-06T05:13:40.849Z] #110 6.371 Unpacking libjq1:arm64 (1.6-2.1) ...
05:13:40 [2023-04-06T05:13:40.849Z] #110 6.410 Selecting previously unselected package jq.
05:13:40 [2023-04-06T05:13:40.849Z] #110 6.412 Preparing to unpack .../31-jq_1.6-2.1_arm64.deb ...
05:13:40 [2023-04-06T05:13:40.849Z] #110 6.417 Unpacking jq (1.6-2.1) ...
05:13:40 [2023-04-06T05:13:40.849Z] #110 6.459 Selecting previously unselected package libaio1:arm64.
05:13:40 [2023-04-06T05:13:40.849Z] #110 6.461 Preparing to unpack .../32-libaio1_0.3.112-9_arm64.deb ...
05:13:40 [2023-04-06T05:13:40.849Z] #110 6.464 Unpacking libaio1:arm64 (0.3.112-9) ...
05:13:40 [2023-04-06T05:13:40.849Z] #110 6.501 Selecting previously unselected package libgpm2:arm64.
05:13:41 [2023-04-06T05:13:41.109Z] #110 6.503 Preparing to unpack .../33-libgpm2_1.20.7-8_arm64.deb ...
05:13:41 [2023-04-06T05:13:41.109Z] #110 6.507 Unpacking libgpm2:arm64 (1.20.7-8) ...
05:13:41 [2023-04-06T05:13:41.109Z] #110 6.542 Selecting previously unselected package libicu67:arm64.
05:13:41 [2023-04-06T05:13:41.109Z] #110 6.544 Preparing to unpack .../34-libicu67_67.1-7_arm64.deb ...
05:13:41 [2023-04-06T05:13:41.109Z] #110 6.549 Unpacking libicu67:arm64 (67.1-7) ...
05:13:41 [2023-04-06T05:13:41.680Z] #110 7.231 Selecting previously unselected package libinih1:arm64.
05:13:41 [2023-04-06T05:13:41.680Z] #110 7.233 Preparing to unpack .../35-libinih1_53-1+b2_arm64.deb ...
05:13:41 [2023-04-06T05:13:41.680Z] #110 7.237 Unpacking libinih1:arm64 (53-1+b2) ...
05:13:41 [2023-04-06T05:13:41.680Z] #110 7.271 Selecting previously unselected package libmicrohttpd12:arm64.
05:13:41 [2023-04-06T05:13:41.680Z] #110 7.274 Preparing to unpack .../36-libmicrohttpd12_0.9.72-2_arm64.deb ...
05:13:41 [2023-04-06T05:13:41.680Z] #110 7.277 Unpacking libmicrohttpd12:arm64 (0.9.72-2) ...
05:13:41 [2023-04-06T05:13:41.680Z] #110 7.320 Selecting previously unselected package libnet1:arm64.
05:13:41 [2023-04-06T05:13:41.680Z] #110 7.322 Preparing to unpack .../37-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
05:13:41 [2023-04-06T05:13:41.680Z] #110 7.326 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
05:13:41 [2023-04-06T05:13:41.680Z] #110 7.367 Selecting previously unselected package libnl-3-200:arm64.
05:13:41 [2023-04-06T05:13:41.940Z] #110 7.369 Preparing to unpack .../38-libnl-3-200_3.4.0-1+b1_arm64.deb ...
05:13:41 [2023-04-06T05:13:41.940Z] #110 7.373 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ...
05:13:41 [2023-04-06T05:13:41.940Z] #110 7.411 Selecting previously unselected package libprotobuf-c1:arm64.
05:13:41 [2023-04-06T05:13:41.940Z] #110 7.414 Preparing to unpack .../39-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
05:13:41 [2023-04-06T05:13:41.940Z] #110 7.417 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
05:13:41 [2023-04-06T05:13:41.940Z] #110 7.450 Selecting previously unselected package libyajl2:arm64.
05:13:41 [2023-04-06T05:13:41.940Z] #110 7.453 Preparing to unpack .../40-libyajl2_2.1.0-3_arm64.deb ...
05:13:41 [2023-04-06T05:13:41.940Z] #110 7.457 Unpacking libyajl2:arm64 (2.1.0-3) ...
05:13:41 [2023-04-06T05:13:41.940Z] #110 7.487 Selecting previously unselected package net-tools.
05:13:41 [2023-04-06T05:13:41.940Z] #110 7.489 Preparing to unpack .../41-net-tools_1.60+git20181103.0eebece-1_arm64.deb ...
05:13:41 [2023-04-06T05:13:41.940Z] #110 7.493 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
05:13:41 [2023-04-06T05:13:41.940Z] #110 7.541 Selecting previously unselected package patch.
05:13:41 [2023-04-06T05:13:41.940Z] #110 7.544 Preparing to unpack .../42-patch_2.7.6-7_arm64.deb ...
05:13:41 [2023-04-06T05:13:41.940Z] #110 7.547 Unpacking patch (2.7.6-7) ...
05:13:41 [2023-04-06T05:13:41.940Z] #110 7.585 Selecting previously unselected package python-pip-whl.
05:13:41 [2023-04-06T05:13:41.940Z] #110 7.587 Preparing to unpack .../43-python-pip-whl_20.3.4-4+deb11u1_all.deb ...
05:13:42 [2023-04-06T05:13:42.200Z] #110 7.591 Unpacking python-pip-whl (20.3.4-4+deb11u1) ...
05:13:42 [2023-04-06T05:13:42.200Z] #110 7.729 Selecting previously unselected package python3-lib2to3.
05:13:42 [2023-04-06T05:13:42.200Z] #110 7.731 Preparing to unpack .../44-python3-lib2to3_3.9.2-1_all.deb ...
05:13:42 [2023-04-06T05:13:42.200Z] #110 7.736 Unpacking python3-lib2to3 (3.9.2-1) ...
05:13:42 [2023-04-06T05:13:42.200Z] #110 7.779 Selecting previously unselected package python3-distutils.
05:13:42 [2023-04-06T05:13:42.200Z] #110 7.782 Preparing to unpack .../45-python3-distutils_3.9.2-1_all.deb ...
05:13:42 [2023-04-06T05:13:42.200Z] #110 7.787 Unpacking python3-distutils (3.9.2-1) ...
05:13:42 [2023-04-06T05:13:42.200Z] #110 7.839 Selecting previously unselected package python3-pkg-resources.
05:13:42 [2023-04-06T05:13:42.461Z] #110 7.842 Preparing to unpack .../46-python3-pkg-resources_52.0.0-4_all.deb ...
05:13:42 [2023-04-06T05:13:42.461Z] #110 7.846 Unpacking python3-pkg-resources (52.0.0-4) ...
05:13:42 [2023-04-06T05:13:42.461Z] #110 7.896 Selecting previously unselected package python3-setuptools.
05:13:42 [2023-04-06T05:13:42.461Z] #110 7.898 Preparing to unpack .../47-python3-setuptools_52.0.0-4_all.deb ...
05:13:42 [2023-04-06T05:13:42.461Z] #110 7.902 Unpacking python3-setuptools (52.0.0-4) ...
05:13:42 [2023-04-06T05:13:42.461Z] #110 7.966 Selecting previously unselected package python3-wheel.
05:13:42 [2023-04-06T05:13:42.461Z] #110 7.968 Preparing to unpack .../48-python3-wheel_0.34.2-1_all.deb ...
05:13:42 [2023-04-06T05:13:42.461Z] #110 7.972 Unpacking python3-wheel (0.34.2-1) ...
05:13:42 [2023-04-06T05:13:42.461Z] #110 8.006 Selecting previously unselected package python3-pip.
05:13:42 [2023-04-06T05:13:42.461Z] #110 8.009 Preparing to unpack .../49-python3-pip_20.3.4-4+deb11u1_all.deb ...
05:13:42 [2023-04-06T05:13:42.461Z] #110 8.013 Unpacking python3-pip (20.3.4-4+deb11u1) ...
05:13:42 [2023-04-06T05:13:42.461Z] #110 8.081 Selecting previously unselected package sudo.
05:13:42 [2023-04-06T05:13:42.721Z] #110 8.084 Preparing to unpack .../50-sudo_1.9.5p2-3+deb11u1_arm64.deb ...
05:13:42 [2023-04-06T05:13:42.721Z] #110 8.089 Unpacking sudo (1.9.5p2-3+deb11u1) ...
05:13:42 [2023-04-06T05:13:42.721Z] #110 8.202 Selecting previously unselected package systemd-journal-remote.
05:13:42 [2023-04-06T05:13:42.721Z] #110 8.204 Preparing to unpack .../51-systemd-journal-remote_247.3-7+deb11u1_arm64.deb ...
05:13:42 [2023-04-06T05:13:42.721Z] #110 8.208 Unpacking systemd-journal-remote (247.3-7+deb11u1) ...
05:13:42 [2023-04-06T05:13:42.721Z] #110 8.247 Selecting previously unselected package thin-provisioning-tools.
05:13:42 [2023-04-06T05:13:42.721Z] #110 8.250 Preparing to unpack .../52-thin-provisioning-tools_0.9.0-1_arm64.deb ...
05:13:42 [2023-04-06T05:13:42.721Z] #110 8.254 Unpacking thin-provisioning-tools (0.9.0-1) ...
05:13:42 [2023-04-06T05:13:42.721Z] #110 8.313 Selecting previously unselected package uidmap.
05:13:42 [2023-04-06T05:13:42.982Z] #110 8.316 Preparing to unpack .../53-uidmap_1%3a4.8.1-1_arm64.deb ...
05:13:42 [2023-04-06T05:13:42.982Z] #110 8.320 Unpacking uidmap (1:4.8.1-1) ...
05:13:42 [2023-04-06T05:13:42.982Z] #110 8.368 Selecting previously unselected package vim-runtime.
05:13:42 [2023-04-06T05:13:42.982Z] #110 8.371 Preparing to unpack .../54-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
05:13:42 [2023-04-06T05:13:42.982Z] #110 8.382 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
05:13:42 [2023-04-06T05:13:42.982Z] #110 8.394 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
05:13:42 [2023-04-06T05:13:42.982Z] #110 8.397 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
05:13:43 [2023-04-06T05:13:43.554Z] #110 8.973 Selecting previously unselected package vim.
05:13:43 [2023-04-06T05:13:43.554Z] #110 8.976 Preparing to unpack .../55-vim_2%3a8.2.2434-3+deb11u1_arm64.deb ...
05:13:43 [2023-04-06T05:13:43.554Z] #110 8.986 Unpacking vim (2:8.2.2434-3+deb11u1) ...
05:13:43 [2023-04-06T05:13:43.554Z] #110 9.115 Selecting previously unselected package xfsprogs.
05:13:43 [2023-04-06T05:13:43.554Z] #110 9.118 Preparing to unpack .../56-xfsprogs_5.10.0-4_arm64.deb ...
05:13:43 [2023-04-06T05:13:43.554Z] #110 9.122 Unpacking xfsprogs (5.10.0-4) ...
05:13:43 [2023-04-06T05:13:43.814Z] #110 9.221 Selecting previously unselected package zip.
05:13:43 [2023-04-06T05:13:43.814Z] #110 9.221 Preparing to unpack .../57-zip_3.0-12_arm64.deb ...
05:13:43 [2023-04-06T05:13:43.814Z] #110 9.225 Unpacking zip (3.0-12) ...
05:13:43 [2023-04-06T05:13:43.814Z] #110 9.275 Selecting previously unselected package zstd.
05:13:43 [2023-04-06T05:13:43.814Z] #110 9.275 Preparing to unpack .../58-zstd_1.4.8+dfsg-2.1_arm64.deb ...
05:13:43 [2023-04-06T05:13:43.814Z] #110 9.280 Unpacking zstd (1.4.8+dfsg-2.1) ...
05:13:43 [2023-04-06T05:13:43.814Z] #110 9.367 Setting up python3-pkg-resources (52.0.0-4) ...
05:13:44 [2023-04-06T05:13:44.075Z] #110 9.560 Setting up libip4tc2:arm64 (1.8.7-1) ...
05:13:44 [2023-04-06T05:13:44.075Z] #110 9.572 Setting up net-tools (1.60+git20181103.0eebece-1) ...
05:13:44 [2023-04-06T05:13:44.075Z] #110 9.584 Setting up libapparmor1:arm64 (2.13.6-10) ...
05:13:44 [2023-04-06T05:13:44.075Z] #110 9.594 Setting up libgpm2:arm64 (1.20.7-8) ...
05:13:44 [2023-04-06T05:13:44.075Z] #110 9.606 Setting up libicu67:arm64 (67.1-7) ...
05:13:44 [2023-04-06T05:13:44.075Z] #110 9.618 Setting up libip6tc2:arm64 (1.8.7-1) ...
05:13:44 [2023-04-06T05:13:44.075Z] #110 9.630 Setting up libinih1:arm64 (53-1+b2) ...
05:13:44 [2023-04-06T05:13:44.075Z] #110 9.642 Setting up libargon2-1:arm64 (0~20171227-0.2) ...
05:13:44 [2023-04-06T05:13:44.075Z] #110 9.653 Setting up uidmap (1:4.8.1-1) ...
05:13:44 [2023-04-06T05:13:44.075Z] #110 9.664 Setting up libyajl2:arm64 (2.1.0-3) ...
05:13:44 [2023-04-06T05:13:44.075Z] #110 9.675 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
05:13:44 [2023-04-06T05:13:44.075Z] #110 9.687 Setting up bzip2 (1.0.8-4) ...
05:13:44 [2023-04-06T05:13:44.075Z] #110 9.699 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
05:13:44 [2023-04-06T05:13:44.075Z] #110 9.710 Setting up python3-wheel (0.34.2-1) ...
05:13:44 [2023-04-06T05:13:44.335Z] #110 9.853 Setting up libmicrohttpd12:arm64 (0.9.72-2) ...
05:13:44 [2023-04-06T05:13:44.335Z] #110 9.863 Setting up xxd (2:8.2.2434-3+deb11u1) ...
05:13:44 [2023-04-06T05:13:44.335Z] #110 9.875 Setting up libcap2:arm64 (1:2.44-1) ...
05:13:44 [2023-04-06T05:13:44.335Z] #110 9.886 Setting up libcap2-bin (1:2.44-1) ...
05:13:44 [2023-04-06T05:13:44.335Z] #110 9.897 Setting up apparmor (2.13.6-10) ...
05:13:45 [2023-04-06T05:13:45.275Z] #110 10.67 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service.
05:13:45 [2023-04-06T05:13:45.275Z] #110 10.70 Setting up zip (3.0-12) ...
05:13:45 [2023-04-06T05:13:45.275Z] #110 10.71 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
05:13:45 [2023-04-06T05:13:45.275Z] #110 10.73 Setting up bash-completion (1:2.11-2) ...
05:13:45 [2023-04-06T05:13:45.845Z] #110 11.46 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
05:13:46 [2023-04-06T05:13:46.106Z] #110 11.47 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
05:13:46 [2023-04-06T05:13:46.106Z] #110 11.48 Setting up libmnl0:arm64 (1.0.4-3) ...
05:13:46 [2023-04-06T05:13:46.106Z] #110 11.50 Setting up patch (2.7.6-7) ...
05:13:46 [2023-04-06T05:13:46.106Z] #110 11.51 Setting up sudo (1.9.5p2-3+deb11u1) ...
05:13:46 [2023-04-06T05:13:46.106Z] #110 11.56 invoke-rc.d: could not determine current runlevel
05:13:46 [2023-04-06T05:13:46.106Z] #110 11.56 invoke-rc.d: policy-rc.d denied execution of start.
05:13:46 [2023-04-06T05:13:46.106Z] #110 11.57 Setting up libxtables12:arm64 (1.8.7-1) ...
05:13:46 [2023-04-06T05:13:46.106Z] #110 11.58 Setting up inetutils-ping (2:2.0-1+deb11u1) ...
05:13:46 [2023-04-06T05:13:46.106Z] #110 11.59 Setting up pigz (2.6-1) ...
05:13:46 [2023-04-06T05:13:46.106Z] #110 11.61 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ...
05:13:46 [2023-04-06T05:13:46.106Z] #110 11.62 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ...
05:13:46 [2023-04-06T05:13:46.106Z] #110 11.64 Setting up python-pip-whl (20.3.4-4+deb11u1) ...
05:13:46 [2023-04-06T05:13:46.106Z] #110 11.66 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
05:13:46 [2023-04-06T05:13:46.367Z] #110 11.84 Setting up libaio1:arm64 (0.3.112-9) ...
05:13:46 [2023-04-06T05:13:46.367Z] #110 11.86 Setting up python3-lib2to3 (3.9.2-1) ...
05:13:46 [2023-04-06T05:13:46.367Z] #110 11.95 Setting up libelf1:arm64 (0.183-1) ...
05:13:46 [2023-04-06T05:13:46.627Z] #110 11.97 Setting up libjson-c5:arm64 (0.15-2) ...
05:13:46 [2023-04-06T05:13:46.627Z] #110 11.98 Setting up zstd (1.4.8+dfsg-2.1) ...
05:13:46 [2023-04-06T05:13:46.627Z] #110 11.99 Setting up libonig5:arm64 (6.9.6-1.1) ...
05:13:46 [2023-04-06T05:13:46.627Z] #110 12.01 Setting up libkmod2:arm64 (28-1) ...
05:13:46 [2023-04-06T05:13:46.627Z] #110 12.02 Setting up python3-distutils (3.9.2-1) ...
05:13:46 [2023-04-06T05:13:46.627Z] #110 12.14 Setting up vim (2:8.2.2434-3+deb11u1) ...
05:13:46 [2023-04-06T05:13:46.627Z] #110 12.15 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
05:13:46 [2023-04-06T05:13:46.627Z] #110 12.16 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
05:13:46 [2023-04-06T05:13:46.627Z] #110 12.16 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
05:13:46 [2023-04-06T05:13:46.627Z] #110 12.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
05:13:46 [2023-04-06T05:13:46.627Z] #110 12.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
05:13:46 [2023-04-06T05:13:46.627Z] #110 12.18 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
05:13:46 [2023-04-06T05:13:46.627Z] #110 12.18 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
05:13:46 [2023-04-06T05:13:46.627Z] #110 12.19 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
05:13:46 [2023-04-06T05:13:46.627Z] #110 12.20 Setting up python3-setuptools (52.0.0-4) ...
05:13:46 [2023-04-06T05:13:46.887Z] #110 12.52 Setting up libjq1:arm64 (1.6-2.1) ...
05:13:47 [2023-04-06T05:13:47.147Z] #110 12.53 Setting up libnftnl11:arm64 (1.1.9-1) ...
05:13:47 [2023-04-06T05:13:47.147Z] #110 12.54 Setting up thin-provisioning-tools (0.9.0-1) ...
05:13:47 [2023-04-06T05:13:47.147Z] #110 12.55 Setting up python3-pip (20.3.4-4+deb11u1) ...
05:13:47 [2023-04-06T05:13:47.147Z] #110 12.81 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ...
05:13:47 [2023-04-06T05:13:47.408Z] #110 12.82 Setting up jq (1.6-2.1) ...
05:13:47 [2023-04-06T05:13:47.408Z] #110 12.83 Setting up libbpf0:arm64 (1:0.3-2) ...
05:13:47 [2023-04-06T05:13:47.408Z] #110 12.85 Setting up iptables (1.8.7-1) ...
05:13:47 [2023-04-06T05:13:47.408Z] #110 12.86 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
05:13:47 [2023-04-06T05:13:47.408Z] #110 12.86 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
05:13:47 [2023-04-06T05:13:47.408Z] #110 12.87 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
05:13:47 [2023-04-06T05:13:47.408Z] #110 12.87 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
05:13:47 [2023-04-06T05:13:47.408Z] #110 12.88 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
05:13:47 [2023-04-06T05:13:47.408Z] #110 12.88 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
05:13:47 [2023-04-06T05:13:47.408Z] #110 12.89 Setting up iproute2 (5.10.0-4) ...
05:13:47 [2023-04-06T05:13:47.408Z] #110 13.02 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
05:13:47 [2023-04-06T05:13:47.408Z] #110 13.03 Setting up dmsetup (2:1.02.175-2.1) ...
05:13:47 [2023-04-06T05:13:47.408Z] #110 13.05 Setting up libcryptsetup12:arm64 (2:2.3.7-1+deb11u1) ...
05:13:47 [2023-04-06T05:13:47.408Z] #110 13.06 Setting up systemd (247.3-7+deb11u1) ...
05:13:47 [2023-04-06T05:13:47.408Z] #110 13.10 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
05:13:47 [2023-04-06T05:13:47.668Z] #110 13.11 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
05:13:47 [2023-04-06T05:13:47.668Z] #110 13.11 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
05:13:47 [2023-04-06T05:13:47.668Z] #110 13.12 Initializing machine ID from random generator.
05:13:47 [2023-04-06T05:13:47.928Z] #110 13.45 Setting up systemd-journal-remote (247.3-7+deb11u1) ...
05:13:48 [2023-04-06T05:13:48.188Z] #110 13.58 Setting up xfsprogs (5.10.0-4) ...
05:13:48 [2023-04-06T05:13:48.188Z] #110 13.59 System has not been booted with systemd as init system (PID 1). Can't operate.
05:13:48 [2023-04-06T05:13:48.188Z] #110 13.59 Failed to connect to bus: Host is down
05:13:48 [2023-04-06T05:13:48.188Z] #110 13.59 Processing triggers for libc-bin (2.31-13+deb11u5) ...
05:13:49 [2023-04-06T05:13:49.127Z] #110 DONE 14.6s
05:13:49 [2023-04-06T05:13:49.127Z] 
05:13:49 [2023-04-06T05:13:49.127Z] #111 [dev-base  9/11] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
05:13:49 [2023-04-06T05:13:49.387Z] #111 0.400 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
05:13:49 [2023-04-06T05:13:49.647Z] #111 0.404 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
05:13:49 [2023-04-06T05:13:49.647Z] #111 0.408 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
05:13:49 [2023-04-06T05:13:49.647Z] #111 DONE 0.4s
05:13:49 [2023-04-06T05:13:49.647Z] 
05:13:49 [2023-04-06T05:13:49.647Z] #112 [dev-base 10/11] RUN pip3 install yamllint==1.27.1
05:13:56 [2023-04-06T05:13:56.225Z] #112 5.629 Collecting yamllint==1.27.1
05:13:56 [2023-04-06T05:13:56.225Z] #112 6.658   Downloading yamllint-1.27.1.tar.gz (129 kB)
05:13:56 [2023-04-06T05:13:56.487Z] #112 6.954 Collecting pathspec>=0.5.3
05:13:56 [2023-04-06T05:13:56.487Z] #112 6.959   Downloading pathspec-0.11.1-py3-none-any.whl (29 kB)
05:13:56 [2023-04-06T05:13:56.487Z] #112 7.050 Collecting pyyaml
05:13:56 [2023-04-06T05:13:56.487Z] #112 7.067   Downloading PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB)
05:13:56 [2023-04-06T05:13:56.747Z] #112 7.083 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.27.1) (52.0.0)
05:13:56 [2023-04-06T05:13:56.747Z] #112 7.088 Building wheels for collected packages: yamllint
05:13:56 [2023-04-06T05:13:56.747Z] #112 7.088   Building wheel for yamllint (setup.py): started
05:13:56 [2023-04-06T05:13:56.747Z] #112 7.330   Building wheel for yamllint (setup.py): finished with status 'done'
05:13:57 [2023-04-06T05:13:57.009Z] #112 7.331   Created wheel for yamllint: filename=yamllint-1.27.1-py2.py3-none-any.whl size=62024 sha256=fc7893b7fd93d60dd253ed03da0ad2cbcde0a1e3024128f87e6b1db7197c6f89
05:13:57 [2023-04-06T05:13:57.009Z] #112 7.331   Stored in directory: /root/.cache/pip/wheels/96/6b/41/cdc6102faa47924bd11794a9b3d5e6d7107daf6548c46f79ee
05:13:57 [2023-04-06T05:13:57.009Z] #112 7.333 Successfully built yamllint
05:13:57 [2023-04-06T05:13:57.009Z] #112 7.339 Installing collected packages: pyyaml, pathspec, yamllint
05:13:57 [2023-04-06T05:13:57.009Z] #112 7.458 Successfully installed pathspec-0.11.1 pyyaml-6.0 yamllint-1.27.1
05:13:57 [2023-04-06T05:13:57.009Z] #112 DONE 7.6s
05:13:57 [2023-04-06T05:13:57.269Z] 
05:13:57 [2023-04-06T05:13:57.269Z] #113 [dev-base 11/11] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install --no-install-recommends -y             gcc             pkg-config             dpkg-dev             libapparmor-dev             libdevmapper-dev             libseccomp-dev             libsecret-1-dev             libsystemd-dev             libudev-dev
05:13:57 [2023-04-06T05:13:57.838Z] #113 0.719 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
05:13:57 [2023-04-06T05:13:57.838Z] #113 0.720 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
05:13:57 [2023-04-06T05:13:57.838Z] #113 0.720 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
05:13:58 [2023-04-06T05:13:58.668Z] #113 1.061 Reading package lists...
05:13:59 [2023-04-06T05:13:59.239Z] #113 1.581 Reading package lists...
05:13:59 [2023-04-06T05:13:59.239Z] #113 2.086 Building dependency tree...
05:13:59 [2023-04-06T05:13:59.239Z] #113 2.224 Reading state information...
05:13:59 [2023-04-06T05:13:59.499Z] #113 2.388 gcc is already the newest version (4:10.2.1-1).
05:13:59 [2023-04-06T05:13:59.499Z] #113 2.388 pkg-config is already the newest version (0.29.2-1).
05:13:59 [2023-04-06T05:13:59.499Z] #113 2.388 The following additional packages will be installed:
05:13:59 [2023-04-06T05:13:59.499Z] #113 2.388   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libdevmapper-event1.02.1
05:13:59 [2023-04-06T05:13:59.499Z] #113 2.388   libffi-dev libgirepository-1.0-1 libglib2.0-bin libglib2.0-data
05:13:59 [2023-04-06T05:13:59.499Z] #113 2.388   libglib2.0-dev libglib2.0-dev-bin libmount-dev libpcre16-3 libpcre2-16-0
05:13:59 [2023-04-06T05:13:59.499Z] #113 2.388   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3
05:13:59 [2023-04-06T05:13:59.499Z] #113 2.389   libpcrecpp0v5 libsecret-1-0 libsecret-common libselinux1-dev libsepol1-dev
05:13:59 [2023-04-06T05:13:59.499Z] #113 2.389   uuid-dev zlib1g-dev
05:13:59 [2023-04-06T05:13:59.499Z] #113 2.390 Suggested packages:
05:13:59 [2023-04-06T05:13:59.499Z] #113 2.390   debian-keyring libgirepository1.0-dev libglib2.0-doc libgdk-pixbuf2.0-bin
05:13:59 [2023-04-06T05:13:59.499Z] #113 2.390   | libgdk-pixbuf2.0-dev libxml2-utils seccomp
05:13:59 [2023-04-06T05:13:59.499Z] #113 2.390 Recommended packages:
05:13:59 [2023-04-06T05:13:59.500Z] #113 2.390   build-essential fakeroot libalgorithm-merge-perl
05:13:59 [2023-04-06T05:13:59.759Z] #113 2.649 The following NEW packages will be installed:
05:13:59 [2023-04-06T05:13:59.759Z] #113 2.649   dpkg-dev gir1.2-glib-2.0 gir1.2-secret-1 libapparmor-dev libblkid-dev
05:13:59 [2023-04-06T05:13:59.759Z] #113 2.650   libdevmapper-dev libdevmapper-event1.02.1 libffi-dev libgirepository-1.0-1
05:13:59 [2023-04-06T05:13:59.759Z] #113 2.650   libglib2.0-bin libglib2.0-data libglib2.0-dev libglib2.0-dev-bin
05:13:59 [2023-04-06T05:13:59.759Z] #113 2.650   libmount-dev libpcre16-3 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
05:13:59 [2023-04-06T05:13:59.759Z] #113 2.650   libpcre2-posix2 libpcre3-dev libpcre32-3 libpcrecpp0v5 libseccomp-dev
05:13:59 [2023-04-06T05:13:59.759Z] #113 2.650   libsecret-1-0 libsecret-1-dev libsecret-common libselinux1-dev libsepol1-dev
05:13:59 [2023-04-06T05:13:59.759Z] #113 2.651   libsystemd-dev libudev-dev uuid-dev zlib1g-dev
05:14:00 [2023-04-06T05:14:00.019Z] #113 2.926 0 upgraded, 32 newly installed, 0 to remove and 1 not upgraded.
05:14:00 [2023-04-06T05:14:00.019Z] #113 2.926 Need to get 10.3 MB of archives.
05:14:00 [2023-04-06T05:14:00.019Z] #113 2.926 After this operation, 41.5 MB of additional disk space will be used.
05:14:00 [2023-04-06T05:14:00.019Z] #113 2.926 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.12 [2312 kB]
05:14:00 [2023-04-06T05:14:00.019Z] #113 2.947 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgirepository-1.0-1 arm64 1.66.1-1+b1 [88.6 kB]
05:14:00 [2023-04-06T05:14:00.019Z] #113 2.956 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gir1.2-glib-2.0 arm64 1.66.1-1+b1 [151 kB]
05:14:00 [2023-04-06T05:14:00.019Z] #113 2.958 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsecret-common all 0.20.4-2 [26.7 kB]
05:14:00 [2023-04-06T05:14:00.019Z] #113 2.960 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsecret-1-0 arm64 0.20.4-2 [107 kB]
05:14:00 [2023-04-06T05:14:00.019Z] #113 2.961 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gir1.2-secret-1 arm64 0.20.4-2 [13.7 kB]
05:14:00 [2023-04-06T05:14:00.019Z] #113 2.963 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB]
05:14:00 [2023-04-06T05:14:00.019Z] #113 2.964 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uuid-dev arm64 2.36.1-8+deb11u1 [99.6 kB]
05:14:00 [2023-04-06T05:14:00.019Z] #113 2.966 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libblkid-dev arm64 2.36.1-8+deb11u1 [229 kB]
05:14:00 [2023-04-06T05:14:00.019Z] #113 2.967 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.175-2.1 [22.4 kB]
05:14:00 [2023-04-06T05:14:00.019Z] #113 2.969 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7+deb11u1 [123 kB]
05:14:00 [2023-04-06T05:14:00.019Z] #113 2.973 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB]
05:14:00 [2023-04-06T05:14:00.019Z] #113 2.975 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2+deb11u1 [203 kB]
05:14:00 [2023-04-06T05:14:00.019Z] #113 2.976 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2+deb11u1 [194 kB]
05:14:00 [2023-04-06T05:14:00.019Z] #113 2.978 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2+deb11u1 [49.1 kB]
05:14:00 [2023-04-06T05:14:00.019Z] #113 2.979 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2+deb11u1 [647 kB]
05:14:00 [2023-04-06T05:14:00.019Z] #113 2.983 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB]
05:14:00 [2023-04-06T05:14:00.019Z] #113 2.984 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1 [52.0 kB]
05:14:00 [2023-04-06T05:14:00.019Z] #113 2.984 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libffi-dev arm64 3.3-6 [53.2 kB]
05:14:00 [2023-04-06T05:14:00.019Z] #113 2.986 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-data all 2.66.8-1 [1164 kB]
05:14:00 [2023-04-06T05:14:00.019Z] #113 2.992 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-bin arm64 2.66.8-1 [137 kB]
05:14:00 [2023-04-06T05:14:00.019Z] #113 2.993 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-dev-bin arm64 2.66.8-1 [177 kB]
05:14:00 [2023-04-06T05:14:00.019Z] #113 2.994 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmount-dev arm64 2.36.1-8+deb11u1 [78.0 kB]
05:14:00 [2023-04-06T05:14:00.019Z] #113 2.995 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre16-3 arm64 2:8.39-13 [236 kB]
05:14:00 [2023-04-06T05:14:00.019Z] #113 2.996 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre32-3 arm64 2:8.39-13 [229 kB]
05:14:00 [2023-04-06T05:14:00.019Z] #113 2.998 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcrecpp0v5 arm64 2:8.39-13 [151 kB]
05:14:00 [2023-04-06T05:14:00.019Z] #113 3.000 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre3-dev arm64 2:8.39-13 [579 kB]
05:14:00 [2023-04-06T05:14:00.019Z] #113 3.003 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-2+deb11u2 [189 kB]
05:14:00 [2023-04-06T05:14:00.019Z] #113 3.004 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-dev arm64 2.66.8-1 [1592 kB]
05:14:00 [2023-04-06T05:14:00.019Z] #113 3.011 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
05:14:00 [2023-04-06T05:14:00.019Z] #113 3.012 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsecret-1-dev arm64 0.20.4-2 [218 kB]
05:14:00 [2023-04-06T05:14:00.019Z] #113 3.013 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7+deb11u1 [401 kB]
05:14:00 [2023-04-06T05:14:00.279Z] #113 3.149 debconf: delaying package configuration, since apt-utils is not installed
05:14:00 [2023-04-06T05:14:00.279Z] #113 3.191 Fetched 10.3 MB in 0s (28.7 MB/s)
05:14:00 [2023-04-06T05:14:00.279Z] #113 3.215 Selecting previously unselected package dpkg-dev.
05:14:00 [2023-04-06T05:14:00.279Z] #113 3.215 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 21236 files and directories currently installed.)
05:14:00 [2023-04-06T05:14:00.279Z] #113 3.229 Preparing to unpack .../00-dpkg-dev_1.20.12_all.deb ...
05:14:00 [2023-04-06T05:14:00.279Z] #113 3.235 Unpacking dpkg-dev (1.20.12) ...
05:14:00 [2023-04-06T05:14:00.539Z] #113 3.366 Selecting previously unselected package libgirepository-1.0-1:arm64.
05:14:00 [2023-04-06T05:14:00.539Z] #113 3.369 Preparing to unpack .../01-libgirepository-1.0-1_1.66.1-1+b1_arm64.deb ...
05:14:00 [2023-04-06T05:14:00.539Z] #113 3.378 Unpacking libgirepository-1.0-1:arm64 (1.66.1-1+b1) ...
05:14:00 [2023-04-06T05:14:00.539Z] #113 3.420 Selecting previously unselected package gir1.2-glib-2.0:arm64.
05:14:00 [2023-04-06T05:14:00.539Z] #113 3.423 Preparing to unpack .../02-gir1.2-glib-2.0_1.66.1-1+b1_arm64.deb ...
05:14:00 [2023-04-06T05:14:00.539Z] #113 3.428 Unpacking gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ...
05:14:00 [2023-04-06T05:14:00.539Z] #113 3.470 Selecting previously unselected package libsecret-common.
05:14:00 [2023-04-06T05:14:00.539Z] #113 3.473 Preparing to unpack .../03-libsecret-common_0.20.4-2_all.deb ...
05:14:00 [2023-04-06T05:14:00.539Z] #113 3.477 Unpacking libsecret-common (0.20.4-2) ...
05:14:00 [2023-04-06T05:14:00.539Z] #113 3.532 Selecting previously unselected package libsecret-1-0:arm64.
05:14:00 [2023-04-06T05:14:00.539Z] #113 3.534 Preparing to unpack .../04-libsecret-1-0_0.20.4-2_arm64.deb ...
05:14:00 [2023-04-06T05:14:00.539Z] #113 3.538 Unpacking libsecret-1-0:arm64 (0.20.4-2) ...
05:14:00 [2023-04-06T05:14:00.539Z] #113 3.578 Selecting previously unselected package gir1.2-secret-1:arm64.
05:14:00 [2023-04-06T05:14:00.799Z] #113 3.578 Preparing to unpack .../05-gir1.2-secret-1_0.20.4-2_arm64.deb ...
05:14:00 [2023-04-06T05:14:00.799Z] #113 3.582 Unpacking gir1.2-secret-1:arm64 (0.20.4-2) ...
05:14:00 [2023-04-06T05:14:00.799Z] #113 3.611 Selecting previously unselected package libapparmor-dev:arm64.
05:14:00 [2023-04-06T05:14:00.799Z] #113 3.614 Preparing to unpack .../06-libapparmor-dev_2.13.6-10_arm64.deb ...
05:14:00 [2023-04-06T05:14:00.800Z] #113 3.618 Unpacking libapparmor-dev:arm64 (2.13.6-10) ...
05:14:00 [2023-04-06T05:14:00.800Z] #113 3.662 Selecting previously unselected package uuid-dev:arm64.
05:14:00 [2023-04-06T05:14:00.800Z] #113 3.663 Preparing to unpack .../07-uuid-dev_2.36.1-8+deb11u1_arm64.deb ...
05:14:00 [2023-04-06T05:14:00.800Z] #113 3.668 Unpacking uuid-dev:arm64 (2.36.1-8+deb11u1) ...
05:14:00 [2023-04-06T05:14:00.800Z] #113 3.715 Selecting previously unselected package libblkid-dev:arm64.
05:14:00 [2023-04-06T05:14:00.800Z] #113 3.718 Preparing to unpack .../08-libblkid-dev_2.36.1-8+deb11u1_arm64.deb ...
05:14:00 [2023-04-06T05:14:00.800Z] #113 3.727 Unpacking libblkid-dev:arm64 (2.36.1-8+deb11u1) ...
05:14:00 [2023-04-06T05:14:00.800Z] #113 3.788 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
05:14:00 [2023-04-06T05:14:00.800Z] #113 3.791 Preparing to unpack .../09-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ...
05:14:00 [2023-04-06T05:14:00.800Z] #113 3.794 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
05:14:00 [2023-04-06T05:14:00.800Z] #113 3.827 Selecting previously unselected package libudev-dev:arm64.
05:14:01 [2023-04-06T05:14:01.059Z] #113 3.829 Preparing to unpack .../10-libudev-dev_247.3-7+deb11u1_arm64.deb ...
05:14:01 [2023-04-06T05:14:01.059Z] #113 3.833 Unpacking libudev-dev:arm64 (247.3-7+deb11u1) ...
05:14:01 [2023-04-06T05:14:01.059Z] #113 3.878 Selecting previously unselected package libsepol1-dev:arm64.
05:14:01 [2023-04-06T05:14:01.059Z] #113 3.881 Preparing to unpack .../11-libsepol1-dev_3.1-1_arm64.deb ...
05:14:01 [2023-04-06T05:14:01.059Z] #113 3.886 Unpacking libsepol1-dev:arm64 (3.1-1) ...
05:14:01 [2023-04-06T05:14:01.059Z] #113 3.953 Selecting previously unselected package libpcre2-16-0:arm64.
05:14:01 [2023-04-06T05:14:01.059Z] #113 3.956 Preparing to unpack .../12-libpcre2-16-0_10.36-2+deb11u1_arm64.deb ...
05:14:01 [2023-04-06T05:14:01.059Z] #113 3.960 Unpacking libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
05:14:01 [2023-04-06T05:14:01.059Z] #113 4.011 Selecting previously unselected package libpcre2-32-0:arm64.
05:14:01 [2023-04-06T05:14:01.059Z] #113 4.014 Preparing to unpack .../13-libpcre2-32-0_10.36-2+deb11u1_arm64.deb ...
05:14:01 [2023-04-06T05:14:01.059Z] #113 4.018 Unpacking libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
05:14:01 [2023-04-06T05:14:01.059Z] #113 4.069 Selecting previously unselected package libpcre2-posix2:arm64.
05:14:01 [2023-04-06T05:14:01.319Z] #113 4.072 Preparing to unpack .../14-libpcre2-posix2_10.36-2+deb11u1_arm64.deb ...
05:14:01 [2023-04-06T05:14:01.319Z] #113 4.076 Unpacking libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
05:14:01 [2023-04-06T05:14:01.319Z] #113 4.110 Selecting previously unselected package libpcre2-dev:arm64.
05:14:01 [2023-04-06T05:14:01.319Z] #113 4.113 Preparing to unpack .../15-libpcre2-dev_10.36-2+deb11u1_arm64.deb ...
05:14:01 [2023-04-06T05:14:01.319Z] #113 4.117 Unpacking libpcre2-dev:arm64 (10.36-2+deb11u1) ...
05:14:01 [2023-04-06T05:14:01.319Z] #113 4.202 Selecting previously unselected package libselinux1-dev:arm64.
05:14:01 [2023-04-06T05:14:01.319Z] #113 4.203 Preparing to unpack .../16-libselinux1-dev_3.1-3_arm64.deb ...
05:14:01 [2023-04-06T05:14:01.319Z] #113 4.207 Unpacking libselinux1-dev:arm64 (3.1-3) ...
05:14:01 [2023-04-06T05:14:01.319Z] #113 4.294 Selecting previously unselected package libdevmapper-dev:arm64.
05:14:01 [2023-04-06T05:14:01.319Z] #113 4.298 Preparing to unpack .../17-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ...
05:14:01 [2023-04-06T05:14:01.319Z] #113 4.306 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
05:14:01 [2023-04-06T05:14:01.579Z] #113 4.464 Selecting previously unselected package libffi-dev:arm64.
05:14:01 [2023-04-06T05:14:01.579Z] #113 4.467 Preparing to unpack .../18-libffi-dev_3.3-6_arm64.deb ...
05:14:01 [2023-04-06T05:14:01.579Z] #113 4.473 Unpacking libffi-dev:arm64 (3.3-6) ...
05:14:01 [2023-04-06T05:14:01.579Z] #113 4.512 Selecting previously unselected package libglib2.0-data.
05:14:01 [2023-04-06T05:14:01.579Z] #113 4.515 Preparing to unpack .../19-libglib2.0-data_2.66.8-1_all.deb ...
05:14:01 [2023-04-06T05:14:01.579Z] #113 4.520 Unpacking libglib2.0-data (2.66.8-1) ...
05:14:01 [2023-04-06T05:14:01.839Z] #113 4.662 Selecting previously unselected package libglib2.0-bin.
05:14:01 [2023-04-06T05:14:01.839Z] #113 4.662 Preparing to unpack .../20-libglib2.0-bin_2.66.8-1_arm64.deb ...
05:14:01 [2023-04-06T05:14:01.839Z] #113 4.666 Unpacking libglib2.0-bin (2.66.8-1) ...
05:14:01 [2023-04-06T05:14:01.839Z] #113 4.712 Selecting previously unselected package libglib2.0-dev-bin.
05:14:01 [2023-04-06T05:14:01.839Z] #113 4.715 Preparing to unpack .../21-libglib2.0-dev-bin_2.66.8-1_arm64.deb ...
05:14:01 [2023-04-06T05:14:01.839Z] #113 4.720 Unpacking libglib2.0-dev-bin (2.66.8-1) ...
05:14:01 [2023-04-06T05:14:01.839Z] #113 4.767 Selecting previously unselected package libmount-dev:arm64.
05:14:01 [2023-04-06T05:14:01.839Z] #113 4.770 Preparing to unpack .../22-libmount-dev_2.36.1-8+deb11u1_arm64.deb ...
05:14:01 [2023-04-06T05:14:01.839Z] #113 4.774 Unpacking libmount-dev:arm64 (2.36.1-8+deb11u1) ...
05:14:01 [2023-04-06T05:14:01.839Z] #113 4.817 Selecting previously unselected package libpcre16-3:arm64.
05:14:01 [2023-04-06T05:14:01.839Z] #113 4.820 Preparing to unpack .../23-libpcre16-3_2%3a8.39-13_arm64.deb ...
05:14:01 [2023-04-06T05:14:01.839Z] #113 4.824 Unpacking libpcre16-3:arm64 (2:8.39-13) ...
05:14:01 [2023-04-06T05:14:01.839Z] #113 4.877 Selecting previously unselected package libpcre32-3:arm64.
05:14:01 [2023-04-06T05:14:01.839Z] #113 4.880 Preparing to unpack .../24-libpcre32-3_2%3a8.39-13_arm64.deb ...
05:14:01 [2023-04-06T05:14:01.839Z] #113 4.884 Unpacking libpcre32-3:arm64 (2:8.39-13) ...
05:14:01 [2023-04-06T05:14:01.839Z] #113 4.937 Selecting previously unselected package libpcrecpp0v5:arm64.
05:14:02 [2023-04-06T05:14:02.099Z] #113 4.940 Preparing to unpack .../25-libpcrecpp0v5_2%3a8.39-13_arm64.deb ...
05:14:02 [2023-04-06T05:14:02.099Z] #113 4.944 Unpacking libpcrecpp0v5:arm64 (2:8.39-13) ...
05:14:02 [2023-04-06T05:14:02.099Z] #113 4.985 Selecting previously unselected package libpcre3-dev:arm64.
05:14:02 [2023-04-06T05:14:02.099Z] #113 4.988 Preparing to unpack .../26-libpcre3-dev_2%3a8.39-13_arm64.deb ...
05:14:02 [2023-04-06T05:14:02.099Z] #113 4.993 Unpacking libpcre3-dev:arm64 (2:8.39-13) ...
05:14:02 [2023-04-06T05:14:02.099Z] #113 5.075 Selecting previously unselected package zlib1g-dev:arm64.
05:14:02 [2023-04-06T05:14:02.359Z] #113 5.078 Preparing to unpack .../27-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_arm64.deb ...
05:14:02 [2023-04-06T05:14:02.359Z] #113 5.082 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ...
05:14:02 [2023-04-06T05:14:02.359Z] #113 5.127 Selecting previously unselected package libglib2.0-dev:arm64.
05:14:02 [2023-04-06T05:14:02.359Z] #113 5.130 Preparing to unpack .../28-libglib2.0-dev_2.66.8-1_arm64.deb ...
05:14:02 [2023-04-06T05:14:02.359Z] #113 5.134 Unpacking libglib2.0-dev:arm64 (2.66.8-1) ...
05:14:02 [2023-04-06T05:14:02.359Z] #113 5.336 Selecting previously unselected package libseccomp-dev:arm64.
05:14:02 [2023-04-06T05:14:02.359Z] #113 5.339 Preparing to unpack .../29-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
05:14:02 [2023-04-06T05:14:02.359Z] #113 5.343 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
05:14:02 [2023-04-06T05:14:02.359Z] #113 5.382 Selecting previously unselected package libsecret-1-dev:arm64.
05:14:02 [2023-04-06T05:14:02.359Z] #113 5.385 Preparing to unpack .../30-libsecret-1-dev_0.20.4-2_arm64.deb ...
05:14:02 [2023-04-06T05:14:02.359Z] #113 5.390 Unpacking libsecret-1-dev:arm64 (0.20.4-2) ...
05:14:02 [2023-04-06T05:14:02.359Z] #113 5.451 Selecting previously unselected package libsystemd-dev:arm64.
05:14:02 [2023-04-06T05:14:02.619Z] #113 5.454 Preparing to unpack .../31-libsystemd-dev_247.3-7+deb11u1_arm64.deb ...
05:14:02 [2023-04-06T05:14:02.619Z] #113 5.459 Unpacking libsystemd-dev:arm64 (247.3-7+deb11u1) ...
05:14:02 [2023-04-06T05:14:02.619Z] #113 5.577 Setting up libpcrecpp0v5:arm64 (2:8.39-13) ...
05:14:02 [2023-04-06T05:14:02.619Z] #113 5.591 Setting up libglib2.0-dev-bin (2.66.8-1) ...
05:14:02 [2023-04-06T05:14:02.879Z] #113 5.759 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
05:14:02 [2023-04-06T05:14:02.879Z] #113 5.774 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
05:14:02 [2023-04-06T05:14:02.879Z] #113 5.790 Setting up libpcre16-3:arm64 (2:8.39-13) ...
05:14:02 [2023-04-06T05:14:02.879Z] #113 5.803 Setting up libsepol1-dev:arm64 (3.1-1) ...
05:14:02 [2023-04-06T05:14:02.879Z] #113 5.815 Setting up libffi-dev:arm64 (3.3-6) ...
05:14:02 [2023-04-06T05:14:02.879Z] #113 5.828 Setting up libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
05:14:02 [2023-04-06T05:14:02.879Z] #113 5.840 Setting up dpkg-dev (1.20.12) ...
05:14:02 [2023-04-06T05:14:02.879Z] #113 5.860 Setting up libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
05:14:02 [2023-04-06T05:14:02.879Z] #113 5.871 Setting up libglib2.0-data (2.66.8-1) ...
05:14:02 [2023-04-06T05:14:02.879Z] #113 5.883 Setting up uuid-dev:arm64 (2.36.1-8+deb11u1) ...
05:14:02 [2023-04-06T05:14:02.879Z] #113 5.896 Setting up libpcre32-3:arm64 (2:8.39-13) ...
05:14:02 [2023-04-06T05:14:02.879Z] #113 5.908 Setting up libudev-dev:arm64 (247.3-7+deb11u1) ...
05:14:02 [2023-04-06T05:14:02.879Z] #113 5.920 Setting up libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
05:14:02 [2023-04-06T05:14:02.879Z] #113 5.932 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ...
05:14:02 [2023-04-06T05:14:02.879Z] #113 5.943 Setting up libgirepository-1.0-1:arm64 (1.66.1-1+b1) ...
05:14:03 [2023-04-06T05:14:03.139Z] #113 5.955 Setting up libapparmor-dev:arm64 (2.13.6-10) ...
05:14:03 [2023-04-06T05:14:03.139Z] #113 5.967 Setting up libsystemd-dev:arm64 (247.3-7+deb11u1) ...
05:14:03 [2023-04-06T05:14:03.139Z] #113 5.980 Setting up libsecret-common (0.20.4-2) ...
05:14:03 [2023-04-06T05:14:03.139Z] #113 5.991 Setting up libblkid-dev:arm64 (2.36.1-8+deb11u1) ...
05:14:03 [2023-04-06T05:14:03.139Z] #113 6.010 Setting up libpcre2-dev:arm64 (10.36-2+deb11u1) ...
05:14:03 [2023-04-06T05:14:03.139Z] #113 6.022 Setting up libselinux1-dev:arm64 (3.1-3) ...
05:14:03 [2023-04-06T05:14:03.139Z] #113 6.034 Setting up libpcre3-dev:arm64 (2:8.39-13) ...
05:14:03 [2023-04-06T05:14:03.139Z] #113 6.047 Setting up libglib2.0-bin (2.66.8-1) ...
05:14:03 [2023-04-06T05:14:03.139Z] #113 6.058 Setting up libsecret-1-0:arm64 (0.20.4-2) ...
05:14:03 [2023-04-06T05:14:03.139Z] #113 6.070 Setting up gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ...
05:14:03 [2023-04-06T05:14:03.139Z] #113 6.082 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
05:14:03 [2023-04-06T05:14:03.139Z] #113 6.092 Setting up libmount-dev:arm64 (2.36.1-8+deb11u1) ...
05:14:03 [2023-04-06T05:14:03.139Z] #113 6.103 Setting up gir1.2-secret-1:arm64 (0.20.4-2) ...
05:14:03 [2023-04-06T05:14:03.139Z] #113 6.115 Setting up libglib2.0-dev:arm64 (2.66.8-1) ...
05:14:03 [2023-04-06T05:14:03.139Z] #113 6.127 Processing triggers for libglib2.0-0:arm64 (2.66.8-1) ...
05:14:03 [2023-04-06T05:14:03.139Z] #113 6.138 No schema files found: doing nothing.
05:14:03 [2023-04-06T05:14:03.139Z] #113 6.143 Processing triggers for libc-bin (2.31-13+deb11u5) ...
05:14:03 [2023-04-06T05:14:03.139Z] #113 6.165 Setting up libsecret-1-dev:arm64 (0.20.4-2) ...
05:14:03 [2023-04-06T05:14:03.719Z] #113 DONE 6.5s
05:14:03 [2023-04-06T05:14:03.719Z] 
05:14:03 [2023-04-06T05:14:03.719Z] #114 [dev 1/1] COPY . .
05:14:06 [2023-04-06T05:14:06.259Z] #114 DONE 2.6s
05:14:06 [2023-04-06T05:14:06.259Z] 
05:14:06 [2023-04-06T05:14:06.259Z] #115 exporting to image
05:14:06 [2023-04-06T05:14:06.259Z] #115 exporting layers
05:14:07 [2023-04-06T05:14:07.199Z] #115 exporting layers 1.2s done
05:14:07 [2023-04-06T05:14:07.200Z] #115 writing image sha256:e27fd67b10dd6ac5e8d8bfecbaa6a5513accb506c3db71efac614e0ebbd37eb2 done
05:14:07 [2023-04-06T05:14:07.200Z] #115 naming to docker.io/library/docker:4aa2876c75f29962c10f9ae033ed01092fc2946b done
05:14:07 [2023-04-06T05:14:07.200Z] #115 DONE 1.2s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
05:14:07 [2023-04-06T05:14:07.513Z] + sudo modprobe ip6table_filter
[Pipeline] sh
05:14:07 [2023-04-06T05:14:07.803Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-45283/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=4aa2876c75f29962c10f9ae033ed01092fc2946b -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:4aa2876c75f29962c10f9ae033ed01092fc2946b hack/test/unit
05:14:08 [2023-04-06T05:14:08.373Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove journald')
05:14:08 [2023-04-06T05:14:08.373Z] + TESTFLAGS+=' -test.timeout=5m'
05:14:08 [2023-04-06T05:14:08.373Z] + TESTDIRS=./...
05:14:08 [2023-04-06T05:14:08.373Z] + exclude_paths='/vendor/|/integration'
05:14:08 [2023-04-06T05:14:08.373Z] ++ go list ./...
05:14:08 [2023-04-06T05:14:08.373Z] ++ grep -vE '(/vendor/|/integration)'
05:14:09 [2023-04-06T05:14:09.322Z] + pkg_list='github.com/docker/docker/api
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/api/server
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/api/server/backend/build
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/api/server/httpstatus
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/api/server/httputils
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/api/server/middleware
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/api/server/router
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/api/server/router/build
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/api/server/router/checkpoint
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/api/server/router/container
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/api/server/router/debug
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/api/server/router/distribution
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/api/server/router/grpc
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/api/server/router/image
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/api/server/router/network
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/api/server/router/plugin
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/api/server/router/session
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/api/server/router/swarm
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/api/server/router/system
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/api/server/router/volume
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/api/types
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/api/types/backend
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/api/types/blkiodev
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/api/types/container
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/api/types/events
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/api/types/filters
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/api/types/image
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/api/types/mount
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/api/types/network
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/api/types/plugins/logdriver
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/api/types/registry
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/api/types/strslice
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/api/types/swarm
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/api/types/swarm/runtime
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/api/types/time
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/api/types/versions
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/api/types/versions/v1p19
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/api/types/versions/v1p20
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/api/types/volume
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/builder
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/builder/builder-next
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/builder/builder-next/exporter
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/builder/builder-next/exporter/overrides
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/builder/builder-next/imagerefchecker
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/builder/builder-next/worker
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/builder/dockerfile
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/builder/remotecontext
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/builder/remotecontext/git
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/builder/remotecontext/urlutil
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/cli/debug
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/cli/winresources/docker-proxy
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/cli/winresources/dockerd
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/client
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/client/buildkit
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/cmd/docker-proxy
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/cmd/dockerd
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/cmd/dockerd/trap
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/container
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/container/stream
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/contrib/apparmor
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/contrib/docker-device-tool
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/contrib/httpserver
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/daemon
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/daemon/cluster
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/daemon/cluster/controllers/plugin
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/daemon/cluster/convert
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/daemon/cluster/executor
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/daemon/cluster/executor/container
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/daemon/cluster/provider
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/daemon/config
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/daemon/containerd
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/daemon/events
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/daemon/events/testutils
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/daemon/graphdriver
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/daemon/graphdriver/aufs
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/daemon/graphdriver/btrfs
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/daemon/graphdriver/copy
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/daemon/graphdriver/devmapper
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/daemon/graphdriver/graphtest
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/daemon/graphdriver/overlay
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/daemon/graphdriver/overlay2
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/daemon/graphdriver/overlayutils
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/daemon/graphdriver/register
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/daemon/graphdriver/vfs
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/daemon/graphdriver/zfs
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/daemon/images
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/daemon/initlayer
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/daemon/links
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/daemon/listeners
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/daemon/logger
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/daemon/logger/awslogs
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/daemon/logger/fluentd
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/daemon/logger/gcplogs
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/daemon/logger/gelf
05:14:09 [2023-04-06T05:14:09.322Z] github.com/docker/docker/daemon/logger/journald
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/logger/journald/internal/export
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/logger/journald/internal/fake
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/logger/jsonfilelog
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/logger/local
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/logger/logentries
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/logger/loggertest
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/logger/loggerutils
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/logger/loggerutils/cache
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/logger/splunk
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/logger/syslog
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/logger/templates
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/names
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/network
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/stats
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/distribution
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/distribution/metadata
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/distribution/utils
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/distribution/xfer
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/dockerversion
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/errdefs
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/image
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/image/cache
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/image/tarexport
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/image/v1
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/internal/mounttree
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/internal/test/suite
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/internal/unshare
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/layer
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libcontainerd
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libcontainerd/queue
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libcontainerd/remote
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libcontainerd/shimopts
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libcontainerd/supervisor
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libcontainerd/types
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/bitmap
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/bitseq
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/cluster
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/cmd/diagnostic
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/cmd/ovrouter
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/cmd/readme_test
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/config
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/datastore
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/diagnostic
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/discoverapi
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/driverapi
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/drivers/bridge
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/drivers/host
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/drivers/ipvlan
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/drivers/macvlan
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/drivers/null
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/drivers/overlay
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/drivers/remote
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/drivers/remote/api
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/drivers/windows
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/drvregistry
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/etchosts
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/idm
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/internal/caller
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/internal/setmatrix
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/ipam
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/ipamapi
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/ipams/builtin
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/ipams/null
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/ipams/remote
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/ipams/remote/api
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/ipams/windowsipam
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/ipamutils
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/ipbits
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/iptables
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/netlabel
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/netutils
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/networkdb
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/ns
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/options
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/osl
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/osl/kernel
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/portallocator
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/portmapper
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/resolvconf
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/testutils
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/types
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/oci
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/oci/caps
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/opts
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/pkg/aaparser
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/pkg/archive
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/pkg/authorization
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/pkg/broadcaster
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/pkg/capabilities
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/pkg/chrootarchive
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/pkg/containerfs
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/pkg/devicemapper
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/pkg/directory
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/pkg/dmesg
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/pkg/fileutils
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/pkg/homedir
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/pkg/idtools
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/pkg/ioutils
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/pkg/jsonmessage
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/pkg/longpath
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/pkg/loopback
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/pkg/meminfo
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/pkg/namesgenerator
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/pkg/parsers
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/pkg/parsers/kernel
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/pkg/parsers/operatingsystem
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/pkg/pidfile
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/pkg/platform
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/pkg/platforms
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/pkg/plugingetter
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/pkg/plugins
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/pkg/plugins/transport
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/pkg/pools
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/pkg/process
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/pkg/progress
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/pkg/reexec
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/pkg/rootless
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/pkg/rootless/specconv
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/pkg/stack
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/pkg/stdcopy
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/pkg/streamformatter
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/pkg/stringid
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/pkg/sysinfo
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/pkg/system
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/pkg/tailfile
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/pkg/tarsum
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/pkg/useragent
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/plugin
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/plugin/executor/containerd
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/plugin/v2
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/profiles/apparmor
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/profiles/seccomp
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/quota
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/reference
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/registry
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/registry/resumable
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/restartmanager
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/runconfig
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/runconfig/opts
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/testutil
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/testutil/daemon
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/testutil/environment
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/testutil/fakecontext
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/testutil/fakegit
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/testutil/fakestorage
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/testutil/fixtures/load
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/testutil/fixtures/plugin
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/testutil/fixtures/plugin/basic
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/testutil/registry
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/testutil/request
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/volume
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/volume/drivers
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/volume/local
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/volume/mounts
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/volume/service
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/volume/service/opts
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/volume/testutils'
05:14:09 [2023-04-06T05:14:09.323Z] ++ grep --fixed-strings -v /libnetwork
05:14:09 [2023-04-06T05:14:09.323Z] ++ echo 'github.com/docker/docker/api
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/api/server
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/api/server/backend/build
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/api/server/httpstatus
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/api/server/httputils
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/api/server/middleware
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/api/server/router
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/api/server/router/build
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/api/server/router/checkpoint
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/api/server/router/container
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/api/server/router/debug
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/api/server/router/distribution
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/api/server/router/grpc
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/api/server/router/image
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/api/server/router/network
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/api/server/router/plugin
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/api/server/router/session
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/api/server/router/swarm
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/api/server/router/system
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/api/server/router/volume
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/api/types
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/api/types/backend
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/api/types/blkiodev
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/api/types/container
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/api/types/events
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/api/types/filters
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/api/types/image
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/api/types/mount
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/api/types/network
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/api/types/plugins/logdriver
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/api/types/registry
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/api/types/strslice
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/api/types/swarm
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/api/types/swarm/runtime
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/api/types/time
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/api/types/versions
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/api/types/versions/v1p19
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/api/types/versions/v1p20
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/api/types/volume
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/builder
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/builder/builder-next
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/builder/builder-next/exporter
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/builder/builder-next/exporter/overrides
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/builder/builder-next/imagerefchecker
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/builder/builder-next/worker
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/builder/dockerfile
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/builder/remotecontext
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/builder/remotecontext/git
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/builder/remotecontext/urlutil
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/cli/debug
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/cli/winresources/docker-proxy
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/cli/winresources/dockerd
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/client
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/client/buildkit
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/cmd/docker-proxy
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/cmd/dockerd
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/cmd/dockerd/trap
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/container
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/container/stream
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/contrib/apparmor
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/contrib/docker-device-tool
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/contrib/httpserver
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/cluster
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/cluster/controllers/plugin
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/cluster/convert
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/cluster/executor
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/cluster/executor/container
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/cluster/provider
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/config
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/containerd
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/events
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/events/testutils
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/graphdriver
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/graphdriver/aufs
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/graphdriver/btrfs
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/graphdriver/copy
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/graphdriver/devmapper
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/graphdriver/graphtest
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/graphdriver/overlay
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/graphdriver/overlay2
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/graphdriver/overlayutils
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/graphdriver/register
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/graphdriver/vfs
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/graphdriver/zfs
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/images
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/initlayer
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/links
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/listeners
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/logger
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/logger/awslogs
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/logger/fluentd
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/logger/gcplogs
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/logger/gelf
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/logger/journald
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/logger/journald/internal/export
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/logger/journald/internal/fake
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/logger/jsonfilelog
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/logger/local
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/logger/logentries
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/logger/loggertest
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/logger/loggerutils
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/logger/loggerutils/cache
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/logger/splunk
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/logger/syslog
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/logger/templates
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/names
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/network
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/daemon/stats
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/distribution
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/distribution/metadata
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/distribution/utils
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/distribution/xfer
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/dockerversion
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/errdefs
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/image
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/image/cache
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/image/tarexport
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/image/v1
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/internal/mounttree
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/internal/test/suite
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/internal/unshare
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/layer
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libcontainerd
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libcontainerd/queue
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libcontainerd/remote
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libcontainerd/shimopts
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libcontainerd/supervisor
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libcontainerd/types
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/bitmap
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/bitseq
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/cluster
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/cmd/diagnostic
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/cmd/ovrouter
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/cmd/readme_test
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/config
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/datastore
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/diagnostic
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/discoverapi
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/driverapi
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/drivers/bridge
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/drivers/host
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/drivers/ipvlan
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/drivers/macvlan
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/drivers/null
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/drivers/overlay
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/drivers/remote
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/drivers/remote/api
05:14:09 [2023-04-06T05:14:09.323Z] github.com/docker/docker/libnetwork/drivers/windows
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/libnetwork/drvregistry
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/libnetwork/etchosts
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/libnetwork/idm
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/libnetwork/internal/caller
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/libnetwork/internal/setmatrix
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/libnetwork/ipam
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/libnetwork/ipamapi
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/libnetwork/ipams/builtin
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/libnetwork/ipams/null
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/libnetwork/ipams/remote
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/libnetwork/ipams/remote/api
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/libnetwork/ipams/windowsipam
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/libnetwork/ipamutils
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/libnetwork/ipbits
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/libnetwork/iptables
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/libnetwork/netlabel
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/libnetwork/netutils
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/libnetwork/networkdb
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/libnetwork/ns
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/libnetwork/options
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/libnetwork/osl
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/libnetwork/osl/kernel
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/libnetwork/portallocator
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/libnetwork/portmapper
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/libnetwork/resolvconf
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/libnetwork/testutils
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/libnetwork/types
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/oci
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/oci/caps
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/opts
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/aaparser
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/archive
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/authorization
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/broadcaster
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/capabilities
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/chrootarchive
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/containerfs
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/devicemapper
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/directory
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/dmesg
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/fileutils
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/homedir
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/idtools
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/ioutils
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/jsonmessage
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/longpath
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/loopback
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/meminfo
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/namesgenerator
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/parsers
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/parsers/kernel
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/parsers/operatingsystem
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/pidfile
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/platform
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/platforms
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/plugingetter
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/plugins
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/plugins/transport
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/pools
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/process
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/progress
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/reexec
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/rootless
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/rootless/specconv
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/stack
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/stdcopy
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/streamformatter
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/stringid
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/sysinfo
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/system
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/tailfile
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/tarsum
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/useragent
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/plugin
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/plugin/executor/containerd
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/plugin/v2
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/profiles/apparmor
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/profiles/seccomp
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/quota
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/reference
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/registry
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/registry/resumable
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/restartmanager
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/runconfig
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/runconfig/opts
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/testutil
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/testutil/daemon
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/testutil/environment
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/testutil/fakecontext
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/testutil/fakegit
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/testutil/fakestorage
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/testutil/fixtures/load
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/testutil/fixtures/plugin
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/testutil/fixtures/plugin/basic
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/testutil/registry
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/testutil/request
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/volume
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/volume/drivers
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/volume/local
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/volume/mounts
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/volume/service
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/volume/service/opts
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/volume/testutils'
05:14:09 [2023-04-06T05:14:09.324Z] + base_pkg_list='github.com/docker/docker/api
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/server
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/server/backend/build
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/server/httpstatus
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/server/httputils
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/server/middleware
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/server/router
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/server/router/build
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/server/router/checkpoint
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/server/router/container
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/server/router/debug
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/server/router/distribution
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/server/router/grpc
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/server/router/image
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/server/router/network
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/server/router/plugin
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/server/router/session
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/server/router/swarm
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/server/router/system
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/server/router/volume
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/types
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/types/backend
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/types/blkiodev
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/types/container
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/types/events
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/types/filters
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/types/image
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/types/mount
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/types/network
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/types/plugins/logdriver
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/types/registry
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/types/strslice
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/types/swarm
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/types/swarm/runtime
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/types/time
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/types/versions
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/types/versions/v1p19
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/types/versions/v1p20
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/types/volume
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/builder
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/builder/builder-next
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/builder/builder-next/exporter
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/builder/builder-next/exporter/overrides
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/builder/builder-next/imagerefchecker
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/builder/builder-next/worker
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/builder/dockerfile
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/builder/remotecontext
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/builder/remotecontext/git
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/builder/remotecontext/urlutil
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/cli/debug
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/cli/winresources/docker-proxy
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/cli/winresources/dockerd
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/client
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/client/buildkit
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/cmd/docker-proxy
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/cmd/dockerd
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/cmd/dockerd/trap
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/container
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/container/stream
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/contrib/apparmor
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/contrib/docker-device-tool
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/contrib/httpserver
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/daemon
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/daemon/cluster
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/daemon/cluster/controllers/plugin
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/daemon/cluster/convert
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/daemon/cluster/executor
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/daemon/cluster/executor/container
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/daemon/cluster/provider
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/daemon/config
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/daemon/containerd
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/daemon/events
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/daemon/events/testutils
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/daemon/graphdriver
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/daemon/graphdriver/aufs
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/daemon/graphdriver/btrfs
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/daemon/graphdriver/copy
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/daemon/graphdriver/devmapper
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/daemon/graphdriver/graphtest
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/daemon/graphdriver/overlay
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/daemon/graphdriver/overlay2
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/daemon/graphdriver/overlayutils
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/daemon/graphdriver/register
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/daemon/graphdriver/vfs
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/daemon/graphdriver/zfs
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/daemon/images
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/daemon/initlayer
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/daemon/links
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/daemon/listeners
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/daemon/logger
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/daemon/logger/awslogs
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/daemon/logger/fluentd
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/daemon/logger/gcplogs
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/daemon/logger/gelf
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/daemon/logger/journald
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/daemon/logger/journald/internal/export
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/daemon/logger/journald/internal/fake
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/daemon/logger/jsonfilelog
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/daemon/logger/local
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/daemon/logger/logentries
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/daemon/logger/loggertest
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/daemon/logger/loggerutils
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/daemon/logger/loggerutils/cache
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/daemon/logger/splunk
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/daemon/logger/syslog
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/daemon/logger/templates
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/daemon/names
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/daemon/network
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/daemon/stats
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/distribution
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/distribution/metadata
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/distribution/utils
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/distribution/xfer
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/dockerversion
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/errdefs
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/image
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/image/cache
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/image/tarexport
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/image/v1
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/internal/mounttree
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/internal/test/suite
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/internal/unshare
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/layer
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/libcontainerd
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/libcontainerd/queue
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/libcontainerd/remote
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/libcontainerd/shimopts
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/libcontainerd/supervisor
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/libcontainerd/types
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/oci
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/oci/caps
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/opts
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/aaparser
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/archive
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/authorization
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/broadcaster
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/capabilities
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/chrootarchive
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/containerfs
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/devicemapper
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/directory
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/dmesg
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/fileutils
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/homedir
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/idtools
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/ioutils
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/jsonmessage
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/longpath
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/loopback
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/meminfo
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/namesgenerator
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/parsers
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/parsers/kernel
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/parsers/operatingsystem
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/pidfile
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/platform
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/platforms
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/plugingetter
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/plugins
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/plugins/transport
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/pools
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/process
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/progress
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/reexec
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/rootless
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/rootless/specconv
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/stack
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/stdcopy
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/streamformatter
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/stringid
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/sysinfo
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/system
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/tailfile
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/tarsum
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/pkg/useragent
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/plugin
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/plugin/executor/containerd
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/plugin/v2
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/profiles/apparmor
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/profiles/seccomp
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/quota
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/reference
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/registry
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/registry/resumable
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/restartmanager
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/runconfig
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/runconfig/opts
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/testutil
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/testutil/daemon
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/testutil/environment
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/testutil/fakecontext
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/testutil/fakegit
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/testutil/fakestorage
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/testutil/fixtures/load
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/testutil/fixtures/plugin
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/testutil/fixtures/plugin/basic
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/testutil/registry
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/testutil/request
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/volume
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/volume/drivers
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/volume/local
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/volume/mounts
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/volume/service
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/volume/service/opts
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/volume/testutils'
05:14:09 [2023-04-06T05:14:09.324Z] ++ grep --fixed-strings /libnetwork
05:14:09 [2023-04-06T05:14:09.324Z] ++ echo 'github.com/docker/docker/api
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/server
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/server/backend/build
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/server/httpstatus
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/server/httputils
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/server/middleware
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/server/router
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/server/router/build
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/server/router/checkpoint
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/server/router/container
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/server/router/debug
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/server/router/distribution
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/server/router/grpc
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/server/router/image
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/server/router/network
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/server/router/plugin
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/server/router/session
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/server/router/swarm
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/server/router/system
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/server/router/volume
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/types
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/types/backend
05:14:09 [2023-04-06T05:14:09.324Z] github.com/docker/docker/api/types/blkiodev
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/api/types/container
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/api/types/events
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/api/types/filters
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/api/types/image
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/api/types/mount
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/api/types/network
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/api/types/plugins/logdriver
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/api/types/registry
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/api/types/strslice
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/api/types/swarm
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/api/types/swarm/runtime
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/api/types/time
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/api/types/versions
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/api/types/versions/v1p19
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/api/types/versions/v1p20
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/api/types/volume
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/builder
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/builder/builder-next
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/builder/builder-next/exporter
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/builder/builder-next/exporter/overrides
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/builder/builder-next/imagerefchecker
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/builder/builder-next/worker
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/builder/dockerfile
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/builder/remotecontext
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/builder/remotecontext/git
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/builder/remotecontext/urlutil
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/cli/debug
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/cli/winresources/docker-proxy
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/cli/winresources/dockerd
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/client
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/client/buildkit
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/cmd/docker-proxy
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/cmd/dockerd
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/cmd/dockerd/trap
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/container
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/container/stream
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/contrib/apparmor
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/contrib/docker-device-tool
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/contrib/httpserver
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/daemon
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/daemon/cluster
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/daemon/cluster/controllers/plugin
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/daemon/cluster/convert
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/daemon/cluster/executor
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/daemon/cluster/executor/container
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/daemon/cluster/provider
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/daemon/config
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/daemon/containerd
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/daemon/events
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/daemon/events/testutils
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/daemon/graphdriver
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/daemon/graphdriver/aufs
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/daemon/graphdriver/btrfs
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/daemon/graphdriver/copy
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/daemon/graphdriver/devmapper
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/daemon/graphdriver/graphtest
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/daemon/graphdriver/overlay
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/daemon/graphdriver/overlay2
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/daemon/graphdriver/overlayutils
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/daemon/graphdriver/register
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/daemon/graphdriver/vfs
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/daemon/graphdriver/zfs
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/daemon/images
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/daemon/initlayer
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/daemon/links
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/daemon/listeners
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/daemon/logger
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/daemon/logger/awslogs
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/daemon/logger/fluentd
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/daemon/logger/gcplogs
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/daemon/logger/gelf
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/daemon/logger/journald
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/daemon/logger/journald/internal/export
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/daemon/logger/journald/internal/fake
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/daemon/logger/jsonfilelog
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/daemon/logger/local
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/daemon/logger/logentries
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/daemon/logger/loggertest
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/daemon/logger/loggerutils
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/daemon/logger/loggerutils/cache
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/daemon/logger/splunk
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/daemon/logger/syslog
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/daemon/logger/templates
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/daemon/names
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/daemon/network
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/daemon/stats
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/distribution
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/distribution/metadata
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/distribution/utils
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/distribution/xfer
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/dockerversion
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/errdefs
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/image
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/image/cache
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/image/tarexport
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/image/v1
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/internal/mounttree
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/internal/test/suite
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/internal/unshare
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/layer
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libcontainerd
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libcontainerd/queue
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libcontainerd/remote
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libcontainerd/shimopts
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libcontainerd/supervisor
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libcontainerd/types
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/bitmap
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/bitseq
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/cluster
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/cmd/diagnostic
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/cmd/ovrouter
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/cmd/readme_test
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/config
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/datastore
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/diagnostic
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/discoverapi
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/driverapi
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/drivers/bridge
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/drivers/host
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/drivers/ipvlan
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/drivers/macvlan
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/drivers/null
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/drivers/overlay
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/drivers/remote
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/drivers/remote/api
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/drivers/windows
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/drvregistry
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/etchosts
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/idm
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/internal/caller
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/internal/setmatrix
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/ipam
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/ipamapi
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/ipams/builtin
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/ipams/null
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/ipams/remote
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/ipams/remote/api
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/ipams/windowsipam
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/ipamutils
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/ipbits
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/iptables
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/netlabel
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/netutils
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/networkdb
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/ns
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/options
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/osl
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/osl/kernel
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/portallocator
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/portmapper
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/resolvconf
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/testutils
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/types
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/oci
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/oci/caps
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/opts
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/pkg/aaparser
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/pkg/archive
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/pkg/authorization
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/pkg/broadcaster
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/pkg/capabilities
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/pkg/chrootarchive
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/pkg/containerfs
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/pkg/devicemapper
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/pkg/directory
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/pkg/dmesg
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/pkg/fileutils
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/pkg/homedir
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/pkg/idtools
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/pkg/ioutils
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/pkg/jsonmessage
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/pkg/longpath
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/pkg/loopback
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/pkg/meminfo
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/pkg/namesgenerator
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/pkg/parsers
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/pkg/parsers/kernel
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/pkg/parsers/operatingsystem
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/pkg/pidfile
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/pkg/platform
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/pkg/platforms
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/pkg/plugingetter
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/pkg/plugins
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/pkg/plugins/transport
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/pkg/pools
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/pkg/process
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/pkg/progress
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/pkg/reexec
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/pkg/rootless
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/pkg/rootless/specconv
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/pkg/stack
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/pkg/stdcopy
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/pkg/streamformatter
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/pkg/stringid
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/pkg/sysinfo
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/pkg/system
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/pkg/tailfile
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/pkg/tarsum
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/pkg/useragent
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/plugin
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/plugin/executor/containerd
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/plugin/v2
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/profiles/apparmor
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/profiles/seccomp
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/quota
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/reference
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/registry
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/registry/resumable
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/restartmanager
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/runconfig
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/runconfig/opts
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/testutil
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/testutil/daemon
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/testutil/environment
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/testutil/fakecontext
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/testutil/fakegit
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/testutil/fakestorage
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/testutil/fixtures/load
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/testutil/fixtures/plugin
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/testutil/fixtures/plugin/basic
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/testutil/registry
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/testutil/request
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/volume
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/volume/drivers
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/volume/local
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/volume/mounts
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/volume/service
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/volume/service/opts
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/volume/testutils'
05:14:09 [2023-04-06T05:14:09.325Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/bitmap
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/bitseq
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/cluster
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/cmd/diagnostic
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/cmd/ovrouter
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/cmd/readme_test
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/config
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/datastore
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/diagnostic
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/discoverapi
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/driverapi
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/drivers/bridge
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/drivers/host
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/drivers/ipvlan
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/drivers/macvlan
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/drivers/null
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/drivers/overlay
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/drivers/remote
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/drivers/remote/api
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/drivers/windows
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/drvregistry
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/etchosts
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/idm
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/internal/caller
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/internal/setmatrix
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/ipam
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/ipamapi
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/ipams/builtin
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/ipams/null
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/ipams/remote
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/ipams/remote/api
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/ipams/windowsipam
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/ipamutils
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/ipbits
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/iptables
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/netlabel
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/netutils
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/networkdb
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/ns
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/options
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/osl
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/osl/kernel
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/portallocator
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/portmapper
05:14:09 [2023-04-06T05:14:09.325Z] github.com/docker/docker/libnetwork/resolvconf
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/testutils
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/types'
05:14:09 [2023-04-06T05:14:09.326Z] + grep --fixed-strings libnetwork/drivers/bridge
05:14:09 [2023-04-06T05:14:09.326Z] + echo 'github.com/docker/docker/libnetwork
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/bitmap
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/bitseq
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/cluster
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/cmd/diagnostic
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/cmd/ovrouter
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/cmd/readme_test
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/config
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/datastore
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/diagnostic
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/discoverapi
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/driverapi
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/drivers/bridge
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/drivers/host
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/drivers/ipvlan
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/drivers/macvlan
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/drivers/null
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/drivers/overlay
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/drivers/remote
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/drivers/remote/api
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/drivers/windows
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/drvregistry
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/etchosts
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/idm
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/internal/caller
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/internal/setmatrix
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/ipam
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/ipamapi
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/ipams/builtin
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/ipams/null
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/ipams/remote
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/ipams/remote/api
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/ipams/windowsipam
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/ipamutils
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/ipbits
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/iptables
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/netlabel
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/netutils
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/networkdb
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/ns
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/options
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/osl
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/osl/kernel
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/portallocator
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/portmapper
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/resolvconf
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/testutils
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/types'
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/drivers/bridge
05:14:09 [2023-04-06T05:14:09.326Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
05:14:09 [2023-04-06T05:14:09.326Z] + type docker-proxy
05:14:09 [2023-04-06T05:14:09.326Z] hack/test/unit: line 25: type: docker-proxy: not found
05:14:09 [2023-04-06T05:14:09.326Z] + hack/make.sh binary-proxy install-proxy
05:14:09 [2023-04-06T05:14:09.326Z] 
05:14:09 [2023-04-06T05:14:09.326Z] Removing bundles/
05:14:09 [2023-04-06T05:14:09.326Z] 
05:14:09 [2023-04-06T05:14:09.326Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy)
05:14:09 [2023-04-06T05:14:09.326Z] Building static bundles/binary-proxy/docker-proxy (linux/arm64)...
05:14:17 [2023-04-06T05:14:17.458Z] Created binary: bundles/binary-proxy/docker-proxy
05:14:17 [2023-04-06T05:14:17.458Z] 
05:14:17 [2023-04-06T05:14:17.458Z] ---> Making bundle: install-proxy (in bundles/install-proxy)
05:14:17 [2023-04-06T05:14:17.458Z] Installing docker-proxy to /usr/local/bin/
05:14:17 [2023-04-06T05:14:17.458Z] 
05:14:17 [2023-04-06T05:14:17.458Z] + mkdir -p bundles
05:14:17 [2023-04-06T05:14:17.458Z] + '[' -n 'github.com/docker/docker/api
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/api/server
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/api/server/backend/build
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/api/server/httpstatus
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/api/server/httputils
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/api/server/middleware
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/api/server/router
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/api/server/router/build
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/api/server/router/checkpoint
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/api/server/router/container
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/api/server/router/debug
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/api/server/router/distribution
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/api/server/router/grpc
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/api/server/router/image
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/api/server/router/network
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/api/server/router/plugin
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/api/server/router/session
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/api/server/router/swarm
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/api/server/router/system
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/api/server/router/volume
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/api/types
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/api/types/backend
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/api/types/blkiodev
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/api/types/container
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/api/types/events
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/api/types/filters
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/api/types/image
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/api/types/mount
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/api/types/network
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/api/types/plugins/logdriver
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/api/types/registry
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/api/types/strslice
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/api/types/swarm
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/api/types/swarm/runtime
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/api/types/time
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/api/types/versions
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/api/types/versions/v1p19
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/api/types/versions/v1p20
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/api/types/volume
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/builder
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/builder/builder-next
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/builder/builder-next/exporter
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/builder/builder-next/exporter/overrides
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/builder/builder-next/imagerefchecker
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/builder/builder-next/worker
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/builder/dockerfile
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/builder/remotecontext
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/builder/remotecontext/git
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/builder/remotecontext/urlutil
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/cli/debug
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/cli/winresources/docker-proxy
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/cli/winresources/dockerd
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/client
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/client/buildkit
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/cmd/docker-proxy
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/cmd/dockerd
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/cmd/dockerd/trap
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/container
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/container/stream
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/contrib/apparmor
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/contrib/docker-device-tool
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/contrib/httpserver
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/daemon
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/daemon/cluster
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/daemon/cluster/controllers/plugin
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/daemon/cluster/convert
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/daemon/cluster/executor
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/daemon/cluster/executor/container
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/daemon/cluster/provider
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/daemon/config
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/daemon/containerd
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/daemon/events
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/daemon/events/testutils
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/daemon/graphdriver
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/daemon/graphdriver/aufs
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/daemon/graphdriver/btrfs
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/daemon/graphdriver/copy
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/daemon/graphdriver/devmapper
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/daemon/graphdriver/graphtest
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/daemon/graphdriver/overlay
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/daemon/graphdriver/overlay2
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/daemon/graphdriver/overlayutils
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/daemon/graphdriver/register
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/daemon/graphdriver/vfs
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/daemon/graphdriver/zfs
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/daemon/images
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/daemon/initlayer
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/daemon/links
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/daemon/listeners
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/daemon/logger
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/daemon/logger/awslogs
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/daemon/logger/fluentd
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/daemon/logger/gcplogs
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/daemon/logger/gelf
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/daemon/logger/journald
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/daemon/logger/journald/internal/export
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/daemon/logger/journald/internal/fake
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/daemon/logger/jsonfilelog
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/daemon/logger/local
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/daemon/logger/logentries
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/daemon/logger/loggertest
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/daemon/logger/loggerutils
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/daemon/logger/loggerutils/cache
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/daemon/logger/splunk
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/daemon/logger/syslog
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/daemon/logger/templates
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/daemon/names
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/daemon/network
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/daemon/stats
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/distribution
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/distribution/metadata
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/distribution/utils
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/distribution/xfer
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/dockerversion
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/errdefs
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/image
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/image/cache
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/image/tarexport
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/image/v1
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/internal/mounttree
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/internal/test/suite
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/internal/unshare
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/layer
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/libcontainerd
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/libcontainerd/queue
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/libcontainerd/remote
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/libcontainerd/shimopts
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/libcontainerd/supervisor
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/libcontainerd/types
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/oci
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/oci/caps
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/opts
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/pkg/aaparser
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/pkg/archive
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/pkg/authorization
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/pkg/broadcaster
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/pkg/capabilities
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/pkg/chrootarchive
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/pkg/containerfs
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/pkg/devicemapper
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/pkg/directory
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/pkg/dmesg
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/pkg/fileutils
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/pkg/homedir
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/pkg/idtools
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/pkg/ioutils
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/pkg/jsonmessage
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/pkg/longpath
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/pkg/loopback
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/pkg/meminfo
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/pkg/namesgenerator
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/pkg/parsers
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/pkg/parsers/kernel
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/pkg/parsers/operatingsystem
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/pkg/pidfile
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/pkg/platform
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/pkg/platforms
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/pkg/plugingetter
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/pkg/plugins
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/pkg/plugins/transport
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/pkg/pools
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/pkg/process
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/pkg/progress
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/pkg/reexec
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/pkg/rootless
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/pkg/rootless/specconv
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/pkg/stack
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/pkg/stdcopy
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/pkg/streamformatter
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/pkg/stringid
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/pkg/sysinfo
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/pkg/system
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/pkg/tailfile
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/pkg/tarsum
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/pkg/useragent
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/plugin
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/plugin/executor/containerd
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/plugin/v2
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/profiles/apparmor
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/profiles/seccomp
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/quota
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/reference
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/registry
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/registry/resumable
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/restartmanager
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/runconfig
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/runconfig/opts
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/testutil
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/testutil/daemon
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/testutil/environment
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/testutil/fakecontext
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/testutil/fakegit
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/testutil/fakestorage
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/testutil/fixtures/load
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/testutil/fixtures/plugin
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/testutil/fixtures/plugin/basic
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/testutil/registry
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/testutil/request
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/volume
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/volume/drivers
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/volume/local
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/volume/mounts
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/volume/service
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/volume/service/opts
05:14:17 [2023-04-06T05:14:17.458Z] github.com/docker/docker/volume/testutils' ']'
05:14:17 [2023-04-06T05:14:17.459Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo libdm_no_deferred_remove journald' -cover -coverprofile=bundles/coverage.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httpstatus github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/exporter/mobyexporter github.com/docker/docker/builder/builder-next/exporter/overrides github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/builder/remotecontext/urlutil github.com/docker/docker/cli/debug github.com/docker/docker/cli/winresources/docker-proxy github.com/docker/docker/cli/winresources/dockerd github.com/docker/docker/client github.com/docker/docker/client/buildkit github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/containerd github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/journald/internal/export github.com/docker/docker/daemon/logger/journald/internal/fake github.com/docker/docker/daemon/logger/journald/internal/sdjournal github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggertest github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/mounttree github.com/docker/docker/internal/test/suite github.com/docker/docker/internal/unshare github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/shimopts github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/meminfo github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/platforms github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/process github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/rootless github.com/docker/docker/pkg/rootless/specconv github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils
05:14:18 [2023-04-06T05:14:18.031Z] ?   	github.com/docker/docker/api	[no test files]
05:14:36 [2023-04-06T05:14:36.158Z] 	github.com/docker/docker/api/server	coverage: 8.6% of statements
05:14:36 [2023-04-06T05:14:36.158Z] ok  	github.com/docker/docker/api/server	0.013s	coverage: 8.6% of statements
05:15:57 [2023-04-06T05:15:57.696Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
05:15:57 [2023-04-06T05:15:57.696Z] ?   	github.com/docker/docker/api/server/httpstatus	[no test files]
05:15:57 [2023-04-06T05:15:57.696Z] 	github.com/docker/docker/api/server/httputils	coverage: 28.3% of statements
05:15:57 [2023-04-06T05:15:57.696Z] ok  	github.com/docker/docker/api/server/httputils	0.010s	coverage: 28.3% of statements
05:15:57 [2023-04-06T05:15:57.696Z] ?   	github.com/docker/docker/api/server/router	[no test files]
05:15:57 [2023-04-06T05:15:57.696Z] 	github.com/docker/docker/api/server/middleware	coverage: 37.7% of statements
05:15:57 [2023-04-06T05:15:57.696Z] ok  	github.com/docker/docker/api/server/middleware	0.008s	coverage: 37.7% of statements
05:15:57 [2023-04-06T05:15:57.696Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
05:15:57 [2023-04-06T05:15:57.696Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
05:15:57 [2023-04-06T05:15:57.696Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
05:15:57 [2023-04-06T05:15:57.696Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
05:15:57 [2023-04-06T05:15:57.696Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
05:15:57 [2023-04-06T05:15:57.696Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
05:15:57 [2023-04-06T05:15:57.696Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
05:15:57 [2023-04-06T05:15:57.696Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
05:15:57 [2023-04-06T05:15:57.696Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
05:15:57 [2023-04-06T05:15:57.696Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
05:15:57 [2023-04-06T05:15:57.696Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
05:15:57 [2023-04-06T05:15:57.697Z] 	github.com/docker/docker/api/server/router/swarm	coverage: 6.0% of statements
05:15:57 [2023-04-06T05:15:57.697Z] ok  	github.com/docker/docker/api/server/router/swarm	0.006s	coverage: 6.0% of statements
05:15:57 [2023-04-06T05:15:57.697Z] ?   	github.com/docker/docker/api/types	[no test files]
05:15:57 [2023-04-06T05:15:57.697Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
05:15:57 [2023-04-06T05:15:57.697Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
05:15:57 [2023-04-06T05:15:57.697Z] 	github.com/docker/docker/api/server/router/volume	coverage: 66.7% of statements
05:15:57 [2023-04-06T05:15:57.697Z] ok  	github.com/docker/docker/api/server/router/volume	0.009s	coverage: 66.7% of statements
05:15:57 [2023-04-06T05:15:57.697Z] ?   	github.com/docker/docker/api/types/events	[no test files]
05:15:57 [2023-04-06T05:15:57.697Z] 	github.com/docker/docker/api/types/container	coverage: 87.8% of statements
05:15:57 [2023-04-06T05:15:57.697Z] ok  	github.com/docker/docker/api/types/container	0.011s	coverage: 87.8% of statements
05:15:57 [2023-04-06T05:15:57.697Z] ?   	github.com/docker/docker/api/types/image	[no test files]
05:15:57 [2023-04-06T05:15:57.697Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
05:15:57 [2023-04-06T05:15:57.697Z] ?   	github.com/docker/docker/api/types/network	[no test files]
05:15:57 [2023-04-06T05:15:57.697Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
05:15:57 [2023-04-06T05:15:57.697Z] 	github.com/docker/docker/api/types/filters	coverage: 89.3% of statements
05:15:57 [2023-04-06T05:15:57.697Z] ok  	github.com/docker/docker/api/types/filters	0.010s	coverage: 89.3% of statements
05:15:57 [2023-04-06T05:15:57.697Z] 	github.com/docker/docker/api/types/strslice	coverage: 90.0% of statements
05:15:57 [2023-04-06T05:15:57.697Z] ok  	github.com/docker/docker/api/types/strslice	0.003s	coverage: 90.0% of statements
05:15:57 [2023-04-06T05:15:57.697Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
05:15:57 [2023-04-06T05:15:57.697Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
05:15:57 [2023-04-06T05:15:57.697Z] 	github.com/docker/docker/api/types/registry	coverage: 54.2% of statements
05:15:57 [2023-04-06T05:15:57.697Z] ok  	github.com/docker/docker/api/types/registry	0.007s	coverage: 54.2% of statements
05:15:57 [2023-04-06T05:15:57.697Z] 	github.com/docker/docker/api/types/versions	coverage: 77.3% of statements
05:15:57 [2023-04-06T05:15:57.697Z] 	github.com/docker/docker/api/types/time	coverage: 100.0% of statements
05:15:57 [2023-04-06T05:15:57.697Z] ok  	github.com/docker/docker/api/types/versions	0.003s	coverage: 77.3% of statements
05:15:57 [2023-04-06T05:15:57.697Z] ok  	github.com/docker/docker/api/types/time	0.004s	coverage: 100.0% of statements
05:15:57 [2023-04-06T05:15:57.697Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
05:15:57 [2023-04-06T05:15:57.697Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
05:15:57 [2023-04-06T05:15:57.697Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
05:15:57 [2023-04-06T05:15:57.697Z] ?   	github.com/docker/docker/builder	[no test files]
05:15:57 [2023-04-06T05:15:57.697Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
05:15:57 [2023-04-06T05:15:57.697Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
05:15:57 [2023-04-06T05:15:57.697Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
05:15:57 [2023-04-06T05:15:57.697Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
05:15:57 [2023-04-06T05:15:57.697Z] ?   	github.com/docker/docker/builder/builder-next/exporter/mobyexporter	[no test files]
05:15:57 [2023-04-06T05:15:57.697Z] ?   	github.com/docker/docker/builder/builder-next/exporter/overrides	[no test files]
05:15:57 [2023-04-06T05:15:57.697Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
05:15:57 [2023-04-06T05:15:57.697Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
05:15:57 [2023-04-06T05:15:57.697Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
05:15:58 [2023-04-06T05:15:58.267Z] 	github.com/docker/docker/builder/dockerfile	coverage: 50.1% of statements
05:15:58 [2023-04-06T05:15:58.267Z] 	github.com/docker/docker/builder/remotecontext	coverage: 13.7% of statements
05:15:58 [2023-04-06T05:15:58.267Z] ok  	github.com/docker/docker/builder/dockerfile	0.052s	coverage: 50.1% of statements
05:15:58 [2023-04-06T05:15:58.267Z] ok  	github.com/docker/docker/builder/remotecontext	0.047s	coverage: 13.7% of statements
05:15:58 [2023-04-06T05:15:58.836Z] 	github.com/docker/docker/builder/remotecontext/urlutil	coverage: 100.0% of statements
05:15:58 [2023-04-06T05:15:58.836Z] ok  	github.com/docker/docker/builder/remotecontext/urlutil	0.003s	coverage: 100.0% of statements
05:15:58 [2023-04-06T05:15:58.836Z] 	github.com/docker/docker/cli/debug	coverage: 100.0% of statements
05:15:58 [2023-04-06T05:15:58.836Z] ok  	github.com/docker/docker/cli/debug	0.006s	coverage: 100.0% of statements
05:15:58 [2023-04-06T05:15:58.836Z] ?   	github.com/docker/docker/cli/winresources/docker-proxy	[no test files]
05:15:58 [2023-04-06T05:15:58.836Z] ?   	github.com/docker/docker/cli/winresources/dockerd	[no test files]
05:16:02 [2023-04-06T05:16:02.134Z] 	github.com/docker/docker/builder/remotecontext/git	coverage: 82.5% of statements
05:16:02 [2023-04-06T05:16:02.134Z] ok  	github.com/docker/docker/builder/remotecontext/git	2.955s	coverage: 82.5% of statements
05:16:02 [2023-04-06T05:16:02.134Z] 	github.com/docker/docker/client	coverage: 76.9% of statements
05:16:02 [2023-04-06T05:16:02.134Z] ok  	github.com/docker/docker/client	0.085s	coverage: 76.9% of statements
05:16:02 [2023-04-06T05:16:02.394Z] ?   	github.com/docker/docker/client/buildkit	[no test files]
05:16:02 [2023-04-06T05:16:02.965Z] 	github.com/docker/docker/cmd/docker-proxy	coverage: 68.2% of statements
05:16:02 [2023-04-06T05:16:02.965Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.276s	coverage: 68.2% of statements
05:16:35 [2023-04-06T05:16:35.068Z] 	github.com/docker/docker/cmd/dockerd	coverage: 30.2% of statements
05:16:35 [2023-04-06T05:16:35.068Z] ok  	github.com/docker/docker/cmd/dockerd	0.191s	coverage: 30.2% of statements
05:16:35 [2023-04-06T05:16:35.068Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
05:16:36 [2023-04-06T05:16:36.008Z] 	github.com/docker/docker/container	coverage: 36.5% of statements
05:16:36 [2023-04-06T05:16:36.008Z] ok  	github.com/docker/docker/container	0.126s	coverage: 36.5% of statements
05:16:36 [2023-04-06T05:16:36.008Z] ?   	github.com/docker/docker/container/stream	[no test files]
05:16:36 [2023-04-06T05:16:36.008Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
05:16:36 [2023-04-06T05:16:36.008Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
05:16:36 [2023-04-06T05:16:36.008Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
05:16:36 [2023-04-06T05:16:36.267Z] 	github.com/docker/docker/cmd/dockerd/trap	coverage: 0.0% of statements
05:16:36 [2023-04-06T05:16:36.267Z] ok  	github.com/docker/docker/cmd/dockerd/trap	2.440s	coverage: 0.0% of statements
05:16:46 [2023-04-06T05:16:46.260Z] 	github.com/docker/docker/daemon/cluster	coverage: 0.5% of statements
05:16:46 [2023-04-06T05:16:46.260Z] ok  	github.com/docker/docker/daemon/cluster	0.065s	coverage: 0.5% of statements
05:16:46 [2023-04-06T05:16:46.519Z] 	github.com/docker/docker/daemon/cluster/controllers/plugin	coverage: 65.3% of statements
05:16:46 [2023-04-06T05:16:46.519Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.012s	coverage: 65.3% of statements
05:16:47 [2023-04-06T05:16:47.900Z] 	github.com/docker/docker/daemon/cluster/convert	coverage: 36.9% of statements
05:16:47 [2023-04-06T05:16:47.900Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.017s	coverage: 36.9% of statements
05:16:47 [2023-04-06T05:16:47.900Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
05:16:56 [2023-04-06T05:16:56.027Z] 	github.com/docker/docker/daemon/cluster/executor/container	coverage: 13.4% of statements
05:16:56 [2023-04-06T05:16:56.027Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.446s	coverage: 13.4% of statements
05:16:56 [2023-04-06T05:16:56.027Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
05:16:56 [2023-04-06T05:16:56.027Z] 	github.com/docker/docker/daemon	coverage: 16.7% of statements
05:16:56 [2023-04-06T05:16:56.027Z] ok  	github.com/docker/docker/daemon	10.162s	coverage: 16.7% of statements
05:16:56 [2023-04-06T05:16:56.027Z] ?   	github.com/docker/docker/daemon/containerd	[no test files]
05:16:56 [2023-04-06T05:16:56.027Z] 	github.com/docker/docker/daemon/config	coverage: 75.2% of statements
05:16:56 [2023-04-06T05:16:56.027Z] ok  	github.com/docker/docker/daemon/config	0.040s	coverage: 75.2% of statements
05:16:56 [2023-04-06T05:16:56.597Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
05:16:56 [2023-04-06T05:16:56.597Z] 	github.com/docker/docker/daemon/events	coverage: 50.0% of statements
05:16:56 [2023-04-06T05:16:56.597Z] ok  	github.com/docker/docker/daemon/events	0.061s	coverage: 50.0% of statements
05:16:57 [2023-04-06T05:16:57.427Z] 	github.com/docker/docker/daemon/graphdriver	coverage: 2.2% of statements
05:16:57 [2023-04-06T05:16:57.427Z] ok  	github.com/docker/docker/daemon/graphdriver	0.013s	coverage: 2.2% of statements
05:16:58 [2023-04-06T05:16:58.367Z] 	github.com/docker/docker/daemon/graphdriver/aufs	coverage: 74.8% of statements
05:16:58 [2023-04-06T05:16:58.367Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	0.609s	coverage: 74.8% of statements
05:16:59 [2023-04-06T05:16:59.307Z] 	github.com/docker/docker/daemon/graphdriver/btrfs	coverage: 2.8% of statements
05:16:59 [2023-04-06T05:16:59.307Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.009s	coverage: 2.8% of statements
05:16:59 [2023-04-06T05:16:59.307Z] 	github.com/docker/docker/daemon/graphdriver/copy	coverage: 60.7% of statements
05:16:59 [2023-04-06T05:16:59.307Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.304s	coverage: 60.7% of statements
05:17:01 [2023-04-06T05:17:01.218Z] 	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	coverage: 1.9% of statements
05:17:01 [2023-04-06T05:17:01.218Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.008s	coverage: 1.9% of statements
05:17:01 [2023-04-06T05:17:01.218Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
05:17:02 [2023-04-06T05:17:02.603Z] 	github.com/docker/docker/daemon/graphdriver/overlay	coverage: 50.6% of statements
05:17:02 [2023-04-06T05:17:02.603Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	0.252s	coverage: 50.6% of statements
05:17:03 [2023-04-06T05:17:03.545Z] 	github.com/docker/docker/daemon/graphdriver/devmapper	coverage: 46.1% of statements
05:17:03 [2023-04-06T05:17:03.545Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	2.520s	coverage: 46.1% of statements
05:17:04 [2023-04-06T05:17:04.115Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
05:17:04 [2023-04-06T05:17:04.115Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
05:17:04 [2023-04-06T05:17:04.115Z] 	github.com/docker/docker/daemon/graphdriver/overlay2	coverage: 60.0% of statements
05:17:04 [2023-04-06T05:17:04.115Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.202s	coverage: 60.0% of statements
05:17:05 [2023-04-06T05:17:05.057Z] 	github.com/docker/docker/daemon/graphdriver/vfs	coverage: 58.5% of statements
05:17:05 [2023-04-06T05:17:05.057Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.011s	coverage: 58.5% of statements
05:17:05 [2023-04-06T05:17:05.317Z] 	github.com/docker/docker/daemon/graphdriver/zfs	coverage: 3.0% of statements
05:17:05 [2023-04-06T05:17:05.317Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.008s	coverage: 3.0% of statements
05:17:06 [2023-04-06T05:17:06.700Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
05:17:06 [2023-04-06T05:17:06.960Z] 	github.com/docker/docker/daemon/images	coverage: 3.0% of statements
05:17:06 [2023-04-06T05:17:06.960Z] ok  	github.com/docker/docker/daemon/images	0.028s	coverage: 3.0% of statements
05:17:06 [2023-04-06T05:17:06.960Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
05:17:06 [2023-04-06T05:17:06.960Z] 	github.com/docker/docker/daemon/links	coverage: 93.0% of statements
05:17:06 [2023-04-06T05:17:06.960Z] ok  	github.com/docker/docker/daemon/links	0.003s	coverage: 93.0% of statements
05:17:08 [2023-04-06T05:17:08.873Z] 	github.com/docker/docker/daemon/logger/awslogs	coverage: 78.8% of statements
05:17:08 [2023-04-06T05:17:08.874Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.099s	coverage: 78.8% of statements
05:17:08 [2023-04-06T05:17:08.874Z] 	github.com/docker/docker/daemon/logger	coverage: 43.2% of statements
05:17:08 [2023-04-06T05:17:08.874Z] ok  	github.com/docker/docker/daemon/logger	0.226s	coverage: 43.2% of statements
05:17:09 [2023-04-06T05:17:09.134Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
05:17:09 [2023-04-06T05:17:09.134Z] 	github.com/docker/docker/daemon/logger/fluentd	coverage: 53.6% of statements
05:17:09 [2023-04-06T05:17:09.134Z] ok  	github.com/docker/docker/daemon/logger/fluentd	0.012s	coverage: 53.6% of statements
05:17:10 [2023-04-06T05:17:10.125Z] 	github.com/docker/docker/daemon/logger/gelf	coverage: 68.2% of statements
05:17:10 [2023-04-06T05:17:10.125Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.010s	coverage: 68.2% of statements
05:17:10 [2023-04-06T05:17:10.696Z] 	github.com/docker/docker/daemon/logger/journald/internal/export	coverage: 88.2% of statements
05:17:10 [2023-04-06T05:17:10.696Z] ok  	github.com/docker/docker/daemon/logger/journald/internal/export	0.003s	coverage: 88.2% of statements
05:17:10 [2023-04-06T05:17:10.696Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/fake	[no test files]
05:17:10 [2023-04-06T05:17:10.696Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/sdjournal	[no test files]
05:17:11 [2023-04-06T05:17:11.272Z] 	github.com/docker/docker/daemon/logger/jsonfilelog	coverage: 76.8% of statements
05:17:11 [2023-04-06T05:17:11.532Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.101s	coverage: 76.8% of statements
05:17:11 [2023-04-06T05:17:11.792Z] 	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	coverage: 87.2% of statements
05:17:11 [2023-04-06T05:17:11.792Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.005s	coverage: 87.2% of statements
05:17:12 [2023-04-06T05:17:12.732Z] 	github.com/docker/docker/daemon/logger/local	coverage: 79.4% of statements
05:17:12 [2023-04-06T05:17:12.732Z] ok  	github.com/docker/docker/daemon/logger/local	0.028s	coverage: 79.4% of statements
05:17:12 [2023-04-06T05:17:12.732Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
05:17:12 [2023-04-06T05:17:12.732Z] ?   	github.com/docker/docker/daemon/logger/loggertest	[no test files]
05:17:13 [2023-04-06T05:17:13.673Z] 	github.com/docker/docker/daemon/logger/loggerutils	coverage: 63.5% of statements
05:17:13 [2023-04-06T05:17:13.673Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.021s	coverage: 63.5% of statements
05:17:13 [2023-04-06T05:17:13.933Z] 	github.com/docker/docker/daemon/logger/journald	coverage: 74.5% of statements
05:17:13 [2023-04-06T05:17:13.933Z] ok  	github.com/docker/docker/daemon/logger/journald	3.399s	coverage: 74.5% of statements
05:17:14 [2023-04-06T05:17:14.193Z] 	github.com/docker/docker/daemon/logger/loggerutils/cache	coverage: 31.5% of statements
05:17:14 [2023-04-06T05:17:14.193Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.029s	coverage: 31.5% of statements
05:17:15 [2023-04-06T05:17:15.134Z] 	github.com/docker/docker/daemon/logger/syslog	coverage: 46.8% of statements
05:17:15 [2023-04-06T05:17:15.135Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.013s	coverage: 46.8% of statements
05:17:15 [2023-04-06T05:17:15.394Z] 	github.com/docker/docker/daemon/logger/templates	coverage: 8.3% of statements
05:17:15 [2023-04-06T05:17:15.394Z] ok  	github.com/docker/docker/daemon/logger/templates	0.004s	coverage: 8.3% of statements
05:17:15 [2023-04-06T05:17:15.394Z] ?   	github.com/docker/docker/daemon/names	[no test files]
05:17:15 [2023-04-06T05:17:15.964Z] 	github.com/docker/docker/daemon/network	coverage: 63.8% of statements
05:17:15 [2023-04-06T05:17:15.964Z] ok  	github.com/docker/docker/daemon/network	0.005s	coverage: 63.8% of statements
05:17:15 [2023-04-06T05:17:15.964Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
05:17:16 [2023-04-06T05:17:16.534Z] 	github.com/docker/docker/daemon/logger/splunk	coverage: 82.5% of statements
05:17:16 [2023-04-06T05:17:16.534Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.568s	coverage: 82.5% of statements
05:17:17 [2023-04-06T05:17:17.475Z] 	github.com/docker/docker/distribution/metadata	coverage: 44.4% of statements
05:17:17 [2023-04-06T05:17:17.475Z] ok  	github.com/docker/docker/distribution/metadata	0.026s	coverage: 44.4% of statements
05:17:17 [2023-04-06T05:17:17.475Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
05:17:18 [2023-04-06T05:17:18.045Z] 	github.com/docker/docker/distribution	coverage: 29.5% of statements
05:17:18 [2023-04-06T05:17:18.045Z] ok  	github.com/docker/docker/distribution	0.607s	coverage: 29.5% of statements
05:17:18 [2023-04-06T05:17:18.045Z] ?   	github.com/docker/docker/dockerversion	[no test files]
05:17:18 [2023-04-06T05:17:18.615Z] 	github.com/docker/docker/errdefs	coverage: 77.7% of statements
05:17:18 [2023-04-06T05:17:18.615Z] ok  	github.com/docker/docker/errdefs	0.005s	coverage: 77.7% of statements
05:17:19 [2023-04-06T05:17:19.185Z] 	github.com/docker/docker/image	coverage: 86.5% of statements
05:17:19 [2023-04-06T05:17:19.185Z] ok  	github.com/docker/docker/image	0.026s	coverage: 86.5% of statements
05:17:19 [2023-04-06T05:17:19.755Z] 	github.com/docker/docker/image/cache	coverage: 19.2% of statements
05:17:19 [2023-04-06T05:17:19.755Z] ok  	github.com/docker/docker/image/cache	0.008s	coverage: 19.2% of statements
05:17:20 [2023-04-06T05:17:20.696Z] 	github.com/docker/docker/image/tarexport	coverage: 0.7% of statements
05:17:20 [2023-04-06T05:17:20.696Z] ok  	github.com/docker/docker/image/tarexport	0.009s	coverage: 0.7% of statements
05:17:20 [2023-04-06T05:17:20.696Z] ?   	github.com/docker/docker/image/v1	[no test files]
05:17:20 [2023-04-06T05:17:20.696Z] ?   	github.com/docker/docker/internal/mounttree	[no test files]
05:17:20 [2023-04-06T05:17:20.696Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
05:17:20 [2023-04-06T05:17:20.696Z] ?   	github.com/docker/docker/internal/unshare	[no test files]
05:17:20 [2023-04-06T05:17:20.696Z] 	github.com/docker/docker/distribution/xfer	coverage: 84.9% of statements
05:17:20 [2023-04-06T05:17:20.696Z] ok  	github.com/docker/docker/distribution/xfer	2.526s	coverage: 84.9% of statements
05:17:22 [2023-04-06T05:17:22.079Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
05:17:22 [2023-04-06T05:17:22.079Z] 	github.com/docker/docker/libcontainerd/queue	coverage: 100.0% of statements
05:17:22 [2023-04-06T05:17:22.079Z] ok  	github.com/docker/docker/libcontainerd/queue	0.024s	coverage: 100.0% of statements
05:17:22 [2023-04-06T05:17:22.079Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
05:17:22 [2023-04-06T05:17:22.079Z] ?   	github.com/docker/docker/libcontainerd/shimopts	[no test files]
05:17:22 [2023-04-06T05:17:22.079Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
05:17:22 [2023-04-06T05:17:22.079Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
05:17:22 [2023-04-06T05:17:22.649Z] 	github.com/docker/docker/oci	coverage: 39.3% of statements
05:17:22 [2023-04-06T05:17:22.649Z] ok  	github.com/docker/docker/oci	0.012s	coverage: 39.3% of statements
05:17:22 [2023-04-06T05:17:22.649Z] ?   	github.com/docker/docker/oci/caps	[no test files]
05:17:23 [2023-04-06T05:17:23.218Z] 	github.com/docker/docker/opts	coverage: 67.9% of statements
05:17:23 [2023-04-06T05:17:23.218Z] ok  	github.com/docker/docker/opts	0.023s	coverage: 67.9% of statements
05:17:23 [2023-04-06T05:17:23.479Z] 	github.com/docker/docker/pkg/aaparser	coverage: 52.9% of statements
05:17:23 [2023-04-06T05:17:23.479Z] ok  	github.com/docker/docker/pkg/aaparser	0.002s	coverage: 52.9% of statements
05:17:25 [2023-04-06T05:17:25.401Z] 	github.com/docker/docker/pkg/archive	coverage: 81.8% of statements
05:17:25 [2023-04-06T05:17:25.401Z] ok  	github.com/docker/docker/pkg/archive	0.311s	coverage: 81.8% of statements
05:17:26 [2023-04-06T05:17:26.781Z] 	github.com/docker/docker/pkg/authorization	coverage: 68.3% of statements
05:17:26 [2023-04-06T05:17:26.781Z] ok  	github.com/docker/docker/pkg/authorization	0.860s	coverage: 68.3% of statements
05:17:26 [2023-04-06T05:17:26.781Z] 	github.com/docker/docker/pkg/broadcaster	coverage: 100.0% of statements
05:17:26 [2023-04-06T05:17:26.781Z] ok  	github.com/docker/docker/pkg/broadcaster	0.003s	coverage: 100.0% of statements
05:17:27 [2023-04-06T05:17:27.041Z] 	github.com/docker/docker/pkg/capabilities	coverage: 87.5% of statements
05:17:27 [2023-04-06T05:17:27.041Z] ok  	github.com/docker/docker/pkg/capabilities	0.003s	coverage: 87.5% of statements
05:17:27 [2023-04-06T05:17:27.611Z] 	github.com/docker/docker/pkg/chrootarchive	coverage: 83.1% of statements
05:17:27 [2023-04-06T05:17:27.611Z] ok  	github.com/docker/docker/pkg/chrootarchive	0.239s	coverage: 83.1% of statements
05:17:27 [2023-04-06T05:17:27.871Z] 	github.com/docker/docker/pkg/containerfs	coverage: 28.6% of statements
05:17:27 [2023-04-06T05:17:27.871Z] ok  	github.com/docker/docker/pkg/containerfs	0.003s	coverage: 28.6% of statements
05:17:27 [2023-04-06T05:17:27.871Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
05:17:28 [2023-04-06T05:17:28.131Z] 	github.com/docker/docker/pkg/directory	coverage: 81.8% of statements
05:17:28 [2023-04-06T05:17:28.131Z] ok  	github.com/docker/docker/pkg/directory	0.003s	coverage: 81.8% of statements
05:17:28 [2023-04-06T05:17:28.392Z] 	github.com/docker/docker/pkg/dmesg	coverage: 83.3% of statements
05:17:28 [2023-04-06T05:17:28.392Z] ok  	github.com/docker/docker/pkg/dmesg	0.004s	coverage: 83.3% of statements
05:17:28 [2023-04-06T05:17:28.392Z] 	github.com/docker/docker/pkg/fileutils	coverage: 77.5% of statements
05:17:28 [2023-04-06T05:17:28.392Z] ok  	github.com/docker/docker/pkg/fileutils	0.004s	coverage: 77.5% of statements
05:17:28 [2023-04-06T05:17:28.652Z] 	github.com/docker/docker/pkg/homedir	coverage: 10.4% of statements
05:17:28 [2023-04-06T05:17:28.652Z] ok  	github.com/docker/docker/pkg/homedir	0.004s	coverage: 10.4% of statements
05:17:29 [2023-04-06T05:17:29.221Z] 	github.com/docker/docker/layer	coverage: 68.7% of statements
05:17:29 [2023-04-06T05:17:29.221Z] ok  	github.com/docker/docker/layer	7.243s	coverage: 68.7% of statements
05:17:29 [2023-04-06T05:17:29.790Z] 	github.com/docker/docker/pkg/idtools	coverage: 69.6% of statements
05:17:29 [2023-04-06T05:17:29.790Z] ok  	github.com/docker/docker/pkg/idtools	0.641s	coverage: 69.6% of statements
05:17:30 [2023-04-06T05:17:30.051Z] 	github.com/docker/docker/pkg/ioutils	coverage: 72.3% of statements
05:17:30 [2023-04-06T05:17:30.051Z] ok  	github.com/docker/docker/pkg/ioutils	0.365s	coverage: 72.3% of statements
05:17:30 [2023-04-06T05:17:30.311Z] 	github.com/docker/docker/pkg/longpath	coverage: 45.5% of statements
05:17:30 [2023-04-06T05:17:30.311Z] ok  	github.com/docker/docker/pkg/longpath	0.004s	coverage: 45.5% of statements
05:17:30 [2023-04-06T05:17:30.311Z] 	github.com/docker/docker/pkg/jsonmessage	coverage: 91.7% of statements
05:17:30 [2023-04-06T05:17:30.311Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
05:17:30 [2023-04-06T05:17:30.311Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.017s	coverage: 91.7% of statements
05:17:30 [2023-04-06T05:17:30.571Z] 	github.com/docker/docker/pkg/meminfo	coverage: 75.0% of statements
05:17:30 [2023-04-06T05:17:30.571Z] ok  	github.com/docker/docker/pkg/meminfo	0.010s	coverage: 75.0% of statements
05:17:30 [2023-04-06T05:17:30.571Z] 	github.com/docker/docker/pkg/namesgenerator	coverage: 85.7% of statements
05:17:30 [2023-04-06T05:17:30.571Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.004s	coverage: 85.7% of statements
05:17:30 [2023-04-06T05:17:30.571Z] 	github.com/docker/docker/pkg/parsers	coverage: 97.0% of statements
05:17:30 [2023-04-06T05:17:30.571Z] ok  	github.com/docker/docker/pkg/parsers	0.003s	coverage: 97.0% of statements
05:17:30 [2023-04-06T05:17:30.831Z] 	github.com/docker/docker/pkg/parsers/kernel	coverage: 60.0% of statements
05:17:30 [2023-04-06T05:17:30.831Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.004s	coverage: 60.0% of statements
05:17:31 [2023-04-06T05:17:31.091Z] 	github.com/docker/docker/pkg/parsers/operatingsystem	coverage: 90.2% of statements
05:17:31 [2023-04-06T05:17:31.091Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.005s	coverage: 90.2% of statements
05:17:31 [2023-04-06T05:17:31.091Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
05:17:31 [2023-04-06T05:17:31.091Z] ?   	github.com/docker/docker/pkg/platforms	[no test files]
05:17:31 [2023-04-06T05:17:31.091Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
05:17:31 [2023-04-06T05:17:31.091Z] 	github.com/docker/docker/pkg/pidfile	coverage: 94.1% of statements
05:17:31 [2023-04-06T05:17:31.091Z] ok  	github.com/docker/docker/pkg/pidfile	0.010s	coverage: 94.1% of statements
05:17:32 [2023-04-06T05:17:32.031Z] 	github.com/docker/docker/pkg/plugins/pluginrpc-gen	coverage: 56.8% of statements
05:17:32 [2023-04-06T05:17:32.031Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.008s	coverage: 56.8% of statements
05:17:32 [2023-04-06T05:17:32.031Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
05:17:32 [2023-04-06T05:17:32.031Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
05:17:32 [2023-04-06T05:17:32.290Z] 	github.com/docker/docker/pkg/plugins/transport	coverage: 85.7% of statements
05:17:32 [2023-04-06T05:17:32.290Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.004s	coverage: 85.7% of statements
05:17:32 [2023-04-06T05:17:32.550Z] 	github.com/docker/docker/pkg/pools	coverage: 88.2% of statements
05:17:32 [2023-04-06T05:17:32.550Z] ok  	github.com/docker/docker/pkg/pools	0.004s	coverage: 88.2% of statements
05:17:32 [2023-04-06T05:17:32.550Z] 	github.com/docker/docker/pkg/process	coverage: 21.7% of statements
05:17:32 [2023-04-06T05:17:32.550Z] ok  	github.com/docker/docker/pkg/process	0.003s	coverage: 21.7% of statements
05:17:32 [2023-04-06T05:17:32.810Z] 	github.com/docker/docker/pkg/progress	coverage: 75.9% of statements
05:17:32 [2023-04-06T05:17:32.810Z] ok  	github.com/docker/docker/pkg/progress	0.003s	coverage: 75.9% of statements
05:17:33 [2023-04-06T05:17:33.070Z] 	github.com/docker/docker/pkg/reexec	coverage: 82.4% of statements
05:17:33 [2023-04-06T05:17:33.070Z] ok  	github.com/docker/docker/pkg/reexec	0.011s	coverage: 82.4% of statements
05:17:33 [2023-04-06T05:17:33.070Z] ?   	github.com/docker/docker/pkg/rootless	[no test files]
05:17:33 [2023-04-06T05:17:33.070Z] ?   	github.com/docker/docker/pkg/rootless/specconv	[no test files]
05:17:33 [2023-04-06T05:17:33.331Z] 	github.com/docker/docker/pkg/stack	coverage: 90.9% of statements
05:17:33 [2023-04-06T05:17:33.331Z] ok  	github.com/docker/docker/pkg/stack	0.004s	coverage: 90.9% of statements
05:17:33 [2023-04-06T05:17:33.591Z] 	github.com/docker/docker/pkg/stdcopy	coverage: 100.0% of statements
05:17:33 [2023-04-06T05:17:33.591Z] ok  	github.com/docker/docker/pkg/stdcopy	0.004s	coverage: 100.0% of statements
05:17:33 [2023-04-06T05:17:33.851Z] 	github.com/docker/docker/pkg/streamformatter	coverage: 66.2% of statements
05:17:33 [2023-04-06T05:17:33.851Z] ok  	github.com/docker/docker/pkg/streamformatter	0.004s	coverage: 66.2% of statements
05:17:34 [2023-04-06T05:17:34.111Z] 	github.com/docker/docker/pkg/stringid	coverage: 61.9% of statements
05:17:34 [2023-04-06T05:17:34.111Z] ok  	github.com/docker/docker/pkg/stringid	0.002s	coverage: 61.9% of statements
05:17:34 [2023-04-06T05:17:34.681Z] 	github.com/docker/docker/pkg/sysinfo	coverage: 53.6% of statements
05:17:34 [2023-04-06T05:17:34.681Z] ok  	github.com/docker/docker/pkg/sysinfo	0.006s	coverage: 53.6% of statements
05:17:34 [2023-04-06T05:17:34.941Z] 	github.com/docker/docker/pkg/system	coverage: 43.1% of statements
05:17:34 [2023-04-06T05:17:34.941Z] ok  	github.com/docker/docker/pkg/system	0.004s	coverage: 43.1% of statements
05:17:35 [2023-04-06T05:17:35.202Z] 	github.com/docker/docker/pkg/tailfile	coverage: 88.6% of statements
05:17:35 [2023-04-06T05:17:35.202Z] ok  	github.com/docker/docker/pkg/tailfile	0.041s	coverage: 88.6% of statements
05:17:35 [2023-04-06T05:17:35.775Z] 	github.com/docker/docker/pkg/tarsum	coverage: 89.1% of statements
05:17:35 [2023-04-06T05:17:35.775Z] ok  	github.com/docker/docker/pkg/tarsum	0.044s	coverage: 89.1% of statements
05:17:36 [2023-04-06T05:17:36.034Z] 	github.com/docker/docker/pkg/useragent	coverage: 88.9% of statements
05:17:36 [2023-04-06T05:17:36.034Z] ok  	github.com/docker/docker/pkg/useragent	0.002s	coverage: 88.9% of statements
05:17:37 [2023-04-06T05:17:37.944Z] 	github.com/docker/docker/plugin	coverage: 23.3% of statements
05:17:37 [2023-04-06T05:17:37.944Z] ok  	github.com/docker/docker/plugin	0.518s	coverage: 23.3% of statements
05:17:37 [2023-04-06T05:17:37.944Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
05:17:38 [2023-04-06T05:17:38.513Z] 	github.com/docker/docker/plugin/v2	coverage: 14.4% of statements
05:17:38 [2023-04-06T05:17:38.513Z] ok  	github.com/docker/docker/plugin/v2	0.006s	coverage: 14.4% of statements
05:17:38 [2023-04-06T05:17:38.513Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
05:17:38 [2023-04-06T05:17:38.773Z] 	github.com/docker/docker/profiles/seccomp	coverage: 86.0% of statements
05:17:38 [2023-04-06T05:17:38.773Z] ok  	github.com/docker/docker/profiles/seccomp	0.010s	coverage: 86.0% of statements
05:17:40 [2023-04-06T05:17:40.157Z] 	github.com/docker/docker/quota	coverage: 71.4% of statements
05:17:40 [2023-04-06T05:17:40.157Z] ok  	github.com/docker/docker/quota	0.152s	coverage: 71.4% of statements
05:17:40 [2023-04-06T05:17:40.157Z] 	github.com/docker/docker/reference	coverage: 83.7% of statements
05:17:40 [2023-04-06T05:17:40.157Z] ok  	github.com/docker/docker/reference	0.008s	coverage: 83.7% of statements
05:17:41 [2023-04-06T05:17:41.539Z] 	github.com/docker/docker/registry	coverage: 64.6% of statements
05:17:41 [2023-04-06T05:17:41.539Z] ok  	github.com/docker/docker/registry	0.107s	coverage: 64.6% of statements
05:17:41 [2023-04-06T05:17:41.799Z] 	github.com/docker/docker/registry/resumable	coverage: 100.0% of statements
05:17:41 [2023-04-06T05:17:41.799Z] ok  	github.com/docker/docker/registry/resumable	0.018s	coverage: 100.0% of statements
05:17:42 [2023-04-06T05:17:42.059Z] 	github.com/docker/docker/restartmanager	coverage: 46.2% of statements
05:17:42 [2023-04-06T05:17:42.059Z] ok  	github.com/docker/docker/restartmanager	0.002s	coverage: 46.2% of statements
05:17:42 [2023-04-06T05:17:42.319Z] 	github.com/docker/docker/runconfig	coverage: 63.6% of statements
05:17:42 [2023-04-06T05:17:42.319Z] ok  	github.com/docker/docker/runconfig	0.009s	coverage: 63.6% of statements
05:17:42 [2023-04-06T05:17:42.319Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
05:17:42 [2023-04-06T05:17:42.579Z] 	github.com/docker/docker/testutil	coverage: 62.5% of statements
05:17:42 [2023-04-06T05:17:42.579Z] ok  	github.com/docker/docker/testutil	0.004s	coverage: 62.5% of statements
05:17:43 [2023-04-06T05:17:43.519Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
05:17:43 [2023-04-06T05:17:43.519Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
05:17:43 [2023-04-06T05:17:43.519Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
05:17:43 [2023-04-06T05:17:43.519Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
05:17:43 [2023-04-06T05:17:43.519Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
05:17:43 [2023-04-06T05:17:43.519Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
05:17:43 [2023-04-06T05:17:43.519Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
05:17:43 [2023-04-06T05:17:43.779Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
05:17:43 [2023-04-06T05:17:43.779Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
05:17:43 [2023-04-06T05:17:43.779Z] ?   	github.com/docker/docker/testutil/request	[no test files]
05:17:43 [2023-04-06T05:17:43.779Z] ?   	github.com/docker/docker/volume	[no test files]
05:17:44 [2023-04-06T05:17:44.348Z] 	github.com/docker/docker/volume/drivers	coverage: 36.1% of statements
05:17:44 [2023-04-06T05:17:44.348Z] ok  	github.com/docker/docker/volume/drivers	0.006s	coverage: 36.1% of statements
05:17:44 [2023-04-06T05:17:44.918Z] 	github.com/docker/docker/volume/local	coverage: 76.6% of statements
05:17:44 [2023-04-06T05:17:44.918Z] ok  	github.com/docker/docker/volume/local	0.070s	coverage: 76.6% of statements
05:17:45 [2023-04-06T05:17:45.488Z] 	github.com/docker/docker/volume/mounts	coverage: 68.1% of statements
05:17:45 [2023-04-06T05:17:45.488Z] ok  	github.com/docker/docker/volume/mounts	0.011s	coverage: 68.1% of statements
05:17:46 [2023-04-06T05:17:46.871Z] 	github.com/docker/docker/volume/service	coverage: 72.9% of statements
05:17:46 [2023-04-06T05:17:46.871Z] ok  	github.com/docker/docker/volume/service	0.016s	coverage: 72.9% of statements
05:17:46 [2023-04-06T05:17:46.871Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
05:17:46 [2023-04-06T05:17:46.871Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
05:18:08 [2023-04-06T05:18:08.817Z] 	github.com/docker/docker/pkg/plugins	coverage: 74.4% of statements
05:18:08 [2023-04-06T05:18:08.817Z] ok  	github.com/docker/docker/pkg/plugins	33.651s	coverage: 74.4% of statements
05:18:08 [2023-04-06T05:18:08.817Z] 
05:18:08 [2023-04-06T05:18:08.817Z] === Skipped
05:18:08 [2023-04-06T05:18:08.817Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s)
05:18:08 [2023-04-06T05:18:08.817Z]     network_proxy_test.go:193: Need to start CI docker with --ipv6
05:18:08 [2023-04-06T05:18:08.817Z] 
05:18:08 [2023-04-06T05:18:08.817Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s)
05:18:08 [2023-04-06T05:18:08.817Z]     network_proxy_test.go:208: No support for dual stack yet
05:18:08 [2023-04-06T05:18:08.817Z] 
05:18:08 [2023-04-06T05:18:08.817Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s)
05:18:08 [2023-04-06T05:18:08.817Z]     network_proxy_test.go:237: Need to start CI docker with --ipv6
05:18:08 [2023-04-06T05:18:08.817Z] 
05:18:08 [2023-04-06T05:18:08.817Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s)
05:18:08 [2023-04-06T05:18:08.817Z]     network_proxy_test.go:298: Need to start CI docker with --ipv6
05:18:08 [2023-04-06T05:18:08.817Z] 
05:18:08 [2023-04-06T05:18:08.817Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
05:18:08 [2023-04-06T05:18:08.817Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
05:18:08 [2023-04-06T05:18:08.817Z]     graphtest_unix.go:44: Driver btrfs not supported
05:18:08 [2023-04-06T05:18:08.817Z] 
05:18:08 [2023-04-06T05:18:08.817Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
05:18:08 [2023-04-06T05:18:08.817Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
05:18:08 [2023-04-06T05:18:08.817Z]     graphtest_unix.go:44: Driver btrfs not supported
05:18:08 [2023-04-06T05:18:08.817Z] 
05:18:08 [2023-04-06T05:18:08.817Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
05:18:08 [2023-04-06T05:18:08.817Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
05:18:08 [2023-04-06T05:18:08.817Z]     graphtest_unix.go:44: Driver btrfs not supported
05:18:08 [2023-04-06T05:18:08.817Z] 
05:18:08 [2023-04-06T05:18:08.817Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
05:18:08 [2023-04-06T05:18:08.817Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
05:18:08 [2023-04-06T05:18:08.817Z]     graphtest_unix.go:44: Driver btrfs not supported
05:18:08 [2023-04-06T05:18:08.817Z] 
05:18:08 [2023-04-06T05:18:08.817Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
05:18:08 [2023-04-06T05:18:08.817Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
05:18:08 [2023-04-06T05:18:08.817Z]     graphtest_unix.go:44: Driver btrfs not supported
05:18:08 [2023-04-06T05:18:08.817Z] 
05:18:08 [2023-04-06T05:18:08.817Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
05:18:08 [2023-04-06T05:18:08.817Z]     graphtest_unix.go:71: No driver to put!
05:18:08 [2023-04-06T05:18:08.817Z] 
05:18:08 [2023-04-06T05:18:08.817Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
05:18:08 [2023-04-06T05:18:08.817Z] time="2023-04-06T05:17:00Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
05:18:08 [2023-04-06T05:18:08.817Z]     graphtest_unix.go:42: graphdriver: driver not supported
05:18:08 [2023-04-06T05:18:08.817Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
05:18:08 [2023-04-06T05:18:08.817Z] 
05:18:08 [2023-04-06T05:18:08.817Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
05:18:08 [2023-04-06T05:18:08.817Z] time="2023-04-06T05:17:00Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
05:18:08 [2023-04-06T05:18:08.817Z]     graphtest_unix.go:42: graphdriver: driver not supported
05:18:08 [2023-04-06T05:18:08.817Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
05:18:08 [2023-04-06T05:18:08.817Z] 
05:18:08 [2023-04-06T05:18:08.817Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
05:18:08 [2023-04-06T05:18:08.817Z] time="2023-04-06T05:17:00Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
05:18:08 [2023-04-06T05:18:08.817Z]     graphtest_unix.go:42: graphdriver: driver not supported
05:18:08 [2023-04-06T05:18:08.817Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
05:18:08 [2023-04-06T05:18:08.817Z] 
05:18:08 [2023-04-06T05:18:08.817Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
05:18:08 [2023-04-06T05:18:08.817Z] time="2023-04-06T05:17:00Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
05:18:08 [2023-04-06T05:18:08.817Z]     graphtest_unix.go:42: graphdriver: driver not supported
05:18:08 [2023-04-06T05:18:08.817Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
05:18:08 [2023-04-06T05:18:08.817Z] 
05:18:08 [2023-04-06T05:18:08.817Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
05:18:08 [2023-04-06T05:18:08.817Z] time="2023-04-06T05:17:00Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
05:18:08 [2023-04-06T05:18:08.817Z]     graphtest_unix.go:42: graphdriver: driver not supported
05:18:08 [2023-04-06T05:18:08.817Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
05:18:08 [2023-04-06T05:18:08.817Z] 
05:18:08 [2023-04-06T05:18:08.817Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
05:18:08 [2023-04-06T05:18:08.817Z]     graphtest_unix.go:71: No driver to put!
05:18:08 [2023-04-06T05:18:08.817Z] 
05:18:08 [2023-04-06T05:18:08.817Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
05:18:08 [2023-04-06T05:18:08.817Z]     overlay_test.go:45: Fails to compute changes after apply intermittently
05:18:08 [2023-04-06T05:18:08.817Z] 
05:18:08 [2023-04-06T05:18:08.817Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
05:18:08 [2023-04-06T05:18:08.817Z]     overlay_test.go:50: Fails to compute changes intermittently
05:18:08 [2023-04-06T05:18:08.817Z] 
05:18:08 [2023-04-06T05:18:08.817Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
05:18:08 [2023-04-06T05:18:08.817Z]     overlay_test.go:65: Cannot run test with naive change algorithm
05:18:08 [2023-04-06T05:18:08.817Z] 
05:18:08 [2023-04-06T05:18:08.817Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
05:18:08 [2023-04-06T05:18:08.817Z]     graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
05:18:08 [2023-04-06T05:18:08.817Z] 
05:18:08 [2023-04-06T05:18:08.817Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
05:18:08 [2023-04-06T05:18:08.817Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
05:18:08 [2023-04-06T05:18:08.817Z]     graphtest_unix.go:44: Driver zfs not supported
05:18:08 [2023-04-06T05:18:08.817Z] 
05:18:08 [2023-04-06T05:18:08.817Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
05:18:08 [2023-04-06T05:18:08.817Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
05:18:08 [2023-04-06T05:18:08.817Z]     graphtest_unix.go:44: Driver zfs not supported
05:18:08 [2023-04-06T05:18:08.817Z] 
05:18:08 [2023-04-06T05:18:08.817Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
05:18:08 [2023-04-06T05:18:08.817Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
05:18:08 [2023-04-06T05:18:08.817Z]     graphtest_unix.go:44: Driver zfs not supported
05:18:08 [2023-04-06T05:18:08.817Z] 
05:18:08 [2023-04-06T05:18:08.817Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
05:18:08 [2023-04-06T05:18:08.817Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
05:18:08 [2023-04-06T05:18:08.817Z]     graphtest_unix.go:44: Driver zfs not supported
05:18:08 [2023-04-06T05:18:08.817Z] 
05:18:08 [2023-04-06T05:18:08.817Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
05:18:08 [2023-04-06T05:18:08.817Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
05:18:08 [2023-04-06T05:18:08.817Z]     graphtest_unix.go:44: Driver zfs not supported
05:18:08 [2023-04-06T05:18:08.817Z] 
05:18:08 [2023-04-06T05:18:08.817Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
05:18:08 [2023-04-06T05:18:08.817Z]     graphtest_unix.go:71: No driver to put!
05:18:08 [2023-04-06T05:18:08.817Z] 
05:18:08 [2023-04-06T05:18:08.817Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
05:18:08 [2023-04-06T05:18:08.817Z]     sysinfo_linux_test.go:86: AppArmor Must be Disabled
05:18:08 [2023-04-06T05:18:08.817Z] 
05:18:08 [2023-04-06T05:18:08.817Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
05:18:08 [2023-04-06T05:18:08.817Z]     sysinfo_linux_test.go:106: cgroup namespaces must be disabled
05:18:08 [2023-04-06T05:18:08.817Z] 
05:18:08 [2023-04-06T05:18:08.817Z] DONE 3028 tests, 28 skipped in 228.691s
05:18:08 [2023-04-06T05:18:08.817Z] + '[' -n 'github.com/docker/docker/libnetwork
05:18:08 [2023-04-06T05:18:08.817Z] github.com/docker/docker/libnetwork/bitmap
05:18:08 [2023-04-06T05:18:08.817Z] github.com/docker/docker/libnetwork/bitseq
05:18:08 [2023-04-06T05:18:08.817Z] github.com/docker/docker/libnetwork/cluster
05:18:08 [2023-04-06T05:18:08.817Z] github.com/docker/docker/libnetwork/cmd/diagnostic
05:18:08 [2023-04-06T05:18:08.817Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
05:18:08 [2023-04-06T05:18:08.817Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
05:18:08 [2023-04-06T05:18:08.817Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
05:18:08 [2023-04-06T05:18:08.817Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
05:18:08 [2023-04-06T05:18:08.817Z] github.com/docker/docker/libnetwork/cmd/ovrouter
05:18:08 [2023-04-06T05:18:08.817Z] github.com/docker/docker/libnetwork/cmd/readme_test
05:18:08 [2023-04-06T05:18:08.817Z] github.com/docker/docker/libnetwork/config
05:18:08 [2023-04-06T05:18:08.817Z] github.com/docker/docker/libnetwork/datastore
05:18:08 [2023-04-06T05:18:08.817Z] github.com/docker/docker/libnetwork/diagnostic
05:18:08 [2023-04-06T05:18:08.817Z] github.com/docker/docker/libnetwork/discoverapi
05:18:08 [2023-04-06T05:18:08.817Z] github.com/docker/docker/libnetwork/driverapi
05:18:08 [2023-04-06T05:18:08.817Z] github.com/docker/docker/libnetwork/drivers/bridge
05:18:08 [2023-04-06T05:18:08.817Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
05:18:08 [2023-04-06T05:18:08.817Z] github.com/docker/docker/libnetwork/drivers/host
05:18:08 [2023-04-06T05:18:08.817Z] github.com/docker/docker/libnetwork/drivers/ipvlan
05:18:08 [2023-04-06T05:18:08.817Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
05:18:08 [2023-04-06T05:18:08.817Z] github.com/docker/docker/libnetwork/drivers/macvlan
05:18:08 [2023-04-06T05:18:08.817Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
05:18:08 [2023-04-06T05:18:08.817Z] github.com/docker/docker/libnetwork/drivers/null
05:18:08 [2023-04-06T05:18:08.817Z] github.com/docker/docker/libnetwork/drivers/overlay
05:18:08 [2023-04-06T05:18:08.817Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
05:18:08 [2023-04-06T05:18:08.817Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
05:18:08 [2023-04-06T05:18:08.817Z] github.com/docker/docker/libnetwork/drivers/remote
05:18:08 [2023-04-06T05:18:08.817Z] github.com/docker/docker/libnetwork/drivers/remote/api
05:18:08 [2023-04-06T05:18:08.817Z] github.com/docker/docker/libnetwork/drivers/windows
05:18:08 [2023-04-06T05:18:08.817Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
05:18:08 [2023-04-06T05:18:08.817Z] github.com/docker/docker/libnetwork/drvregistry
05:18:08 [2023-04-06T05:18:08.817Z] github.com/docker/docker/libnetwork/etchosts
05:18:08 [2023-04-06T05:18:08.817Z] github.com/docker/docker/libnetwork/idm
05:18:08 [2023-04-06T05:18:08.817Z] github.com/docker/docker/libnetwork/internal/caller
05:18:08 [2023-04-06T05:18:08.817Z] github.com/docker/docker/libnetwork/internal/setmatrix
05:18:08 [2023-04-06T05:18:08.817Z] github.com/docker/docker/libnetwork/ipam
05:18:08 [2023-04-06T05:18:08.817Z] github.com/docker/docker/libnetwork/ipamapi
05:18:08 [2023-04-06T05:18:08.817Z] github.com/docker/docker/libnetwork/ipams/builtin
05:18:08 [2023-04-06T05:18:08.817Z] github.com/docker/docker/libnetwork/ipams/null
05:18:08 [2023-04-06T05:18:08.817Z] github.com/docker/docker/libnetwork/ipams/remote
05:18:08 [2023-04-06T05:18:08.817Z] github.com/docker/docker/libnetwork/ipams/remote/api
05:18:08 [2023-04-06T05:18:08.817Z] github.com/docker/docker/libnetwork/ipams/windowsipam
05:18:08 [2023-04-06T05:18:08.817Z] github.com/docker/docker/libnetwork/ipamutils
05:18:08 [2023-04-06T05:18:08.817Z] github.com/docker/docker/libnetwork/ipbits
05:18:08 [2023-04-06T05:18:08.817Z] github.com/docker/docker/libnetwork/iptables
05:18:08 [2023-04-06T05:18:08.817Z] github.com/docker/docker/libnetwork/netlabel
05:18:08 [2023-04-06T05:18:08.817Z] github.com/docker/docker/libnetwork/netutils
05:18:08 [2023-04-06T05:18:08.817Z] github.com/docker/docker/libnetwork/networkdb
05:18:08 [2023-04-06T05:18:08.818Z] github.com/docker/docker/libnetwork/ns
05:18:08 [2023-04-06T05:18:08.818Z] github.com/docker/docker/libnetwork/options
05:18:08 [2023-04-06T05:18:08.818Z] github.com/docker/docker/libnetwork/osl
05:18:08 [2023-04-06T05:18:08.818Z] github.com/docker/docker/libnetwork/osl/kernel
05:18:08 [2023-04-06T05:18:08.818Z] github.com/docker/docker/libnetwork/portallocator
05:18:08 [2023-04-06T05:18:08.818Z] github.com/docker/docker/libnetwork/portmapper
05:18:08 [2023-04-06T05:18:08.818Z] github.com/docker/docker/libnetwork/resolvconf
05:18:08 [2023-04-06T05:18:08.818Z] github.com/docker/docker/libnetwork/testutils
05:18:08 [2023-04-06T05:18:08.818Z] github.com/docker/docker/libnetwork/types' ']'
05:18:08 [2023-04-06T05:18:08.818Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo libdm_no_deferred_remove journald' -cover -coverprofile=bundles/coverage-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitmap github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/ovrouter github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/ipbits github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types
05:18:55 [2023-04-06T05:18:55.554Z] 	github.com/docker/docker/libnetwork	coverage: 42.3% of statements
05:18:55 [2023-04-06T05:18:55.554Z] ok  	github.com/docker/docker/libnetwork	40.737s	coverage: 42.3% of statements
05:18:55 [2023-04-06T05:18:55.554Z] 	github.com/docker/docker/libnetwork/bitmap	coverage: 96.1% of statements
05:18:55 [2023-04-06T05:18:55.554Z] ok  	github.com/docker/docker/libnetwork/bitmap	0.008s	coverage: 96.1% of statements
05:18:55 [2023-04-06T05:18:55.554Z] 	github.com/docker/docker/libnetwork/bitseq	coverage: 75.7% of statements
05:18:55 [2023-04-06T05:18:55.554Z] ok  	github.com/docker/docker/libnetwork/bitseq	0.111s	coverage: 75.7% of statements
05:18:55 [2023-04-06T05:18:55.554Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
05:18:55 [2023-04-06T05:18:55.554Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
05:18:55 [2023-04-06T05:18:55.554Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
05:18:55 [2023-04-06T05:18:55.554Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
05:18:55 [2023-04-06T05:18:55.554Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
05:18:55 [2023-04-06T05:18:55.554Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
05:18:55 [2023-04-06T05:18:55.554Z] ?   	github.com/docker/docker/libnetwork/cmd/ovrouter	[no test files]
05:18:55 [2023-04-06T05:18:55.554Z] ?   	github.com/docker/docker/libnetwork/cmd/readme_test	[no test files]
05:18:55 [2023-04-06T05:18:55.814Z] 	github.com/docker/docker/libnetwork/config	coverage: 10.6% of statements
05:18:55 [2023-04-06T05:18:55.814Z] ok  	github.com/docker/docker/libnetwork/config	0.014s	coverage: 10.6% of statements
05:18:56 [2023-04-06T05:18:56.382Z] 	github.com/docker/docker/libnetwork/datastore	coverage: 20.5% of statements
05:18:56 [2023-04-06T05:18:56.382Z] ok  	github.com/docker/docker/libnetwork/datastore	0.004s	coverage: 20.5% of statements
05:18:56 [2023-04-06T05:18:56.382Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
05:18:56 [2023-04-06T05:18:56.382Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
05:18:56 [2023-04-06T05:18:56.642Z] 	github.com/docker/docker/libnetwork/driverapi	coverage: 68.9% of statements
05:18:56 [2023-04-06T05:18:56.642Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.004s	coverage: 68.9% of statements
05:18:59 [2023-04-06T05:18:59.935Z] 	github.com/docker/docker/libnetwork/drivers/bridge	coverage: 62.1% of statements
05:18:59 [2023-04-06T05:18:59.935Z] ok  	github.com/docker/docker/libnetwork/drivers/bridge	1.700s	coverage: 62.1% of statements
05:18:59 [2023-04-06T05:18:59.935Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
05:18:59 [2023-04-06T05:18:59.935Z] 	github.com/docker/docker/libnetwork/drivers/host	coverage: 33.3% of statements
05:18:59 [2023-04-06T05:18:59.935Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.004s	coverage: 33.3% of statements
05:19:00 [2023-04-06T05:19:00.875Z] 	github.com/docker/docker/libnetwork/drivers/ipvlan	coverage: 5.2% of statements
05:19:00 [2023-04-06T05:19:00.875Z] ok  	github.com/docker/docker/libnetwork/drivers/ipvlan	0.217s	coverage: 5.2% of statements
05:19:00 [2023-04-06T05:19:00.875Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
05:19:01 [2023-04-06T05:19:01.445Z] 	github.com/docker/docker/libnetwork/drivers/macvlan	coverage: 4.8% of statements
05:19:01 [2023-04-06T05:19:01.445Z] ok  	github.com/docker/docker/libnetwork/drivers/macvlan	0.006s	coverage: 4.8% of statements
05:19:01 [2023-04-06T05:19:01.445Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
05:19:01 [2023-04-06T05:19:01.706Z] 	github.com/docker/docker/libnetwork/drivers/null	coverage: 34.8% of statements
05:19:01 [2023-04-06T05:19:01.706Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.004s	coverage: 34.8% of statements
05:19:11 [2023-04-06T05:19:11.697Z] 	github.com/docker/docker/libnetwork/drivers/overlay	coverage: 6.7% of statements
05:19:11 [2023-04-06T05:19:11.698Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay	8.132s	coverage: 6.7% of statements
05:19:11 [2023-04-06T05:19:11.698Z] ?   	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	[no test files]
05:19:11 [2023-04-06T05:19:11.958Z] 	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	coverage: 62.9% of statements
05:19:11 [2023-04-06T05:19:11.958Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.005s	coverage: 62.9% of statements
05:19:12 [2023-04-06T05:19:12.536Z] 	github.com/docker/docker/libnetwork/drivers/remote	coverage: 57.1% of statements
05:19:12 [2023-04-06T05:19:12.536Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.011s	coverage: 57.1% of statements
05:19:12 [2023-04-06T05:19:12.536Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
05:19:12 [2023-04-06T05:19:12.536Z] ?   	github.com/docker/docker/libnetwork/drivers/windows	[no test files]
05:19:12 [2023-04-06T05:19:12.536Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
05:19:13 [2023-04-06T05:19:13.105Z] 	github.com/docker/docker/libnetwork/drvregistry	coverage: 86.2% of statements
05:19:13 [2023-04-06T05:19:13.105Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.052s	coverage: 86.2% of statements
05:19:13 [2023-04-06T05:19:13.674Z] 	github.com/docker/docker/libnetwork/etchosts	coverage: 81.0% of statements
05:19:13 [2023-04-06T05:19:13.674Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.017s	coverage: 81.0% of statements
05:19:13 [2023-04-06T05:19:13.674Z] 	github.com/docker/docker/libnetwork/idm	coverage: 87.5% of statements
05:19:13 [2023-04-06T05:19:13.674Z] ok  	github.com/docker/docker/libnetwork/idm	0.003s	coverage: 87.5% of statements
05:19:13 [2023-04-06T05:19:13.934Z] 	github.com/docker/docker/libnetwork/internal/caller	coverage: 100.0% of statements
05:19:13 [2023-04-06T05:19:13.934Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.002s	coverage: 100.0% of statements
05:19:26 [2023-04-06T05:19:26.154Z] 	github.com/docker/docker/libnetwork/internal/setmatrix	coverage: 100.0% of statements
05:19:26 [2023-04-06T05:19:26.154Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.003s	coverage: 100.0% of statements
05:19:27 [2023-04-06T05:19:27.536Z] 	github.com/docker/docker/libnetwork/ipam	coverage: 80.5% of statements
05:19:27 [2023-04-06T05:19:27.536Z] ok  	github.com/docker/docker/libnetwork/ipam	2.513s	coverage: 80.5% of statements
05:19:27 [2023-04-06T05:19:27.536Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
05:19:27 [2023-04-06T05:19:27.536Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
05:19:27 [2023-04-06T05:19:27.536Z] 	github.com/docker/docker/libnetwork/ipams/null	coverage: 54.5% of statements
05:19:27 [2023-04-06T05:19:27.536Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.004s	coverage: 54.5% of statements
05:19:28 [2023-04-06T05:19:28.107Z] 	github.com/docker/docker/libnetwork/ipams/remote	coverage: 46.8% of statements
05:19:28 [2023-04-06T05:19:28.107Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.009s	coverage: 46.8% of statements
05:19:28 [2023-04-06T05:19:28.107Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
05:19:28 [2023-04-06T05:19:28.367Z] 	github.com/docker/docker/libnetwork/ipams/windowsipam	coverage: 80.0% of statements
05:19:28 [2023-04-06T05:19:28.367Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.004s	coverage: 80.0% of statements
05:19:28 [2023-04-06T05:19:28.937Z] 	github.com/docker/docker/libnetwork/ipamutils	coverage: 86.4% of statements
05:19:28 [2023-04-06T05:19:28.937Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.288s	coverage: 86.4% of statements
05:19:29 [2023-04-06T05:19:29.196Z] 	github.com/docker/docker/libnetwork/ipbits	coverage: 100.0% of statements
05:19:29 [2023-04-06T05:19:29.196Z] ok  	github.com/docker/docker/libnetwork/ipbits	0.003s	coverage: 100.0% of statements
05:19:30 [2023-04-06T05:19:30.137Z] 	github.com/docker/docker/libnetwork/iptables	coverage: 40.7% of statements
05:19:30 [2023-04-06T05:19:30.137Z] ok  	github.com/docker/docker/libnetwork/iptables	0.239s	coverage: 40.7% of statements
05:19:30 [2023-04-06T05:19:30.137Z] ?   	github.com/docker/docker/libnetwork/netlabel	[no test files]
05:19:30 [2023-04-06T05:19:30.397Z] 	github.com/docker/docker/libnetwork/netutils	coverage: 40.9% of statements
05:19:30 [2023-04-06T05:19:30.397Z] ok  	github.com/docker/docker/libnetwork/netutils	0.017s	coverage: 40.9% of statements
05:21:21 [2023-04-06T05:21:21.876Z] 	github.com/docker/docker/libnetwork/networkdb	coverage: 60.2% of statements
05:21:21 [2023-04-06T05:21:21.876Z] ok  	github.com/docker/docker/libnetwork/networkdb	104.669s	coverage: 60.2% of statements
05:21:21 [2023-04-06T05:21:21.876Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
05:21:21 [2023-04-06T05:21:21.876Z] 	github.com/docker/docker/libnetwork/options	coverage: 100.0% of statements
05:21:21 [2023-04-06T05:21:21.876Z] ok  	github.com/docker/docker/libnetwork/options	0.003s	coverage: 100.0% of statements
05:21:21 [2023-04-06T05:21:21.876Z] 	github.com/docker/docker/libnetwork/osl	coverage: 41.4% of statements
05:21:21 [2023-04-06T05:21:21.876Z] ok  	github.com/docker/docker/libnetwork/osl	4.291s	coverage: 41.4% of statements
05:21:21 [2023-04-06T05:21:21.876Z] 	github.com/docker/docker/libnetwork/osl/kernel	coverage: 20.0% of statements
05:21:21 [2023-04-06T05:21:21.876Z] ok  	github.com/docker/docker/libnetwork/osl/kernel	0.003s	coverage: 20.0% of statements
05:21:22 [2023-04-06T05:21:22.135Z] 	github.com/docker/docker/libnetwork/portallocator	coverage: 80.7% of statements
05:21:22 [2023-04-06T05:21:22.135Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.016s	coverage: 80.7% of statements
05:21:23 [2023-04-06T05:21:23.516Z] 	github.com/docker/docker/libnetwork/portmapper	coverage: 46.3% of statements
05:21:23 [2023-04-06T05:21:23.516Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.655s	coverage: 46.3% of statements
05:21:23 [2023-04-06T05:21:23.516Z] 	github.com/docker/docker/libnetwork/resolvconf	coverage: 82.8% of statements
05:21:23 [2023-04-06T05:21:23.516Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.004s	coverage: 82.8% of statements
05:21:23 [2023-04-06T05:21:23.516Z] ?   	github.com/docker/docker/libnetwork/testutils	[no test files]
05:21:23 [2023-04-06T05:21:23.776Z] 	github.com/docker/docker/libnetwork/types	coverage: 37.3% of statements
05:21:23 [2023-04-06T05:21:23.776Z] ok  	github.com/docker/docker/libnetwork/types	0.003s	coverage: 37.3% of statements
05:21:23 [2023-04-06T05:21:23.776Z] 
05:21:23 [2023-04-06T05:21:23.776Z] === Skipped
05:21:23 [2023-04-06T05:21:23.776Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s)
05:21:23 [2023-04-06T05:21:23.776Z]     allocator_test.go:1132: Skipped because t.parallel was less than  5
05:21:23 [2023-04-06T05:21:23.776Z] 
05:21:23 [2023-04-06T05:21:23.776Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s)
05:21:23 [2023-04-06T05:21:23.776Z]     allocator_test.go:1132: Skipped because t.parallel was less than  5
05:21:23 [2023-04-06T05:21:23.776Z] 
05:21:23 [2023-04-06T05:21:23.776Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s)
05:21:23 [2023-04-06T05:21:23.776Z]     allocator_test.go:1132: Skipped because t.parallel was less than  5
05:21:23 [2023-04-06T05:21:23.776Z] 
05:21:23 [2023-04-06T05:21:23.776Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s)
05:21:23 [2023-04-06T05:21:23.776Z]     allocator_test.go:1132: Skipped because t.parallel was less than  5
05:21:23 [2023-04-06T05:21:23.776Z] 
05:21:23 [2023-04-06T05:21:23.776Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s)
05:21:23 [2023-04-06T05:21:23.776Z]     allocator_test.go:1132: Skipped because t.parallel was less than  5
05:21:23 [2023-04-06T05:21:23.776Z] 
05:21:23 [2023-04-06T05:21:23.776Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s)
05:21:23 [2023-04-06T05:21:23.776Z]     firewalld_test.go:14: firewalld is not running
05:21:23 [2023-04-06T05:21:23.776Z] 
05:21:23 [2023-04-06T05:21:23.776Z] DONE 350 tests, 6 skipped in 198.166s
Post stage
[Pipeline] junit
05:21:24 [2023-04-06T05:21:24.364Z] Recording test results
05:21:25 [2023-04-06T05:21:25.514Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
05:21:25 [2023-04-06T05:21:25.866Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-45283/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=4aa2876c75f29962c10f9ae033ed01092fc2946b -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:4aa2876c75f29962c10f9ae033ed01092fc2946b hack/make.sh dynbinary test-integration
05:21:26 [2023-04-06T05:21:26.444Z] 
05:21:26 [2023-04-06T05:21:26.444Z] Removing bundles/
05:21:26 [2023-04-06T05:21:26.444Z] 
05:21:26 [2023-04-06T05:21:26.444Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
05:21:26 [2023-04-06T05:21:26.444Z] Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
05:23:17 [2023-04-06T05:23:17.944Z] Created binary: bundles/dynbinary-daemon/dockerd
05:23:17 [2023-04-06T05:23:17.944Z] Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
05:23:17 [2023-04-06T05:23:17.944Z] Created binary: bundles/dynbinary-daemon/docker-proxy
05:23:17 [2023-04-06T05:23:17.944Z] 
05:23:17 [2023-04-06T05:23:17.944Z] ---> Making bundle: test-integration (in bundles/test-integration)
05:23:17 [2023-04-06T05:23:17.944Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
05:23:17 [2023-04-06T05:23:17.944Z] HOSTNAME=dbd713d9ec8d
05:23:17 [2023-04-06T05:23:17.944Z] TESTDEBUG=0
05:23:17 [2023-04-06T05:23:17.944Z] DEST=bundles/test-integration
05:23:17 [2023-04-06T05:23:17.944Z] PWD=/go/src/github.com/docker/docker
05:23:17 [2023-04-06T05:23:17.944Z] CONTAINERD_ADDRESS=/run/docker/containerd/containerd.sock
05:23:17 [2023-04-06T05:23:17.945Z] DOCKER_GITCOMMIT=4aa2876c75f29962c10f9ae033ed01092fc2946b
05:23:17 [2023-04-06T05:23:17.945Z] container=docker
05:23:17 [2023-04-06T05:23:17.945Z] HOME=/root
05:23:17 [2023-04-06T05:23:17.945Z] CONTAINERD_NAMESPACE=moby
05:23:17 [2023-04-06T05:23:17.945Z] GOLANG_VERSION=1.20.3
05:23:17 [2023-04-06T05:23:17.945Z] VALIDATE_REPO=https://github.com/moby/moby.git
05:23:17 [2023-04-06T05:23:17.945Z] VALIDATE_BRANCH=master
05:23:17 [2023-04-06T05:23:17.945Z] TERM=xterm
05:23:17 [2023-04-06T05:23:17.945Z] DOCKER_PKG=github.com/docker/docker
05:23:17 [2023-04-06T05:23:17.945Z] SHLVL=1
05:23:17 [2023-04-06T05:23:17.945Z] TIMEOUT=120m
05:23:17 [2023-04-06T05:23:17.945Z] DOCKER_GRAPHDRIVER=overlay2
05:23:17 [2023-04-06T05:23:17.945Z] GO111MODULE=off
05:23:17 [2023-04-06T05:23:17.945Z] DOCKER_EXPERIMENTAL=1
05:23:17 [2023-04-06T05:23:17.945Z] TEST_SKIP_INTEGRATION_CLI=1
05:23:17 [2023-04-06T05:23:17.945Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
05:23:17 [2023-04-06T05:23:17.945Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
05:23:17 [2023-04-06T05:23:17.945Z] GOPATH=/go
05:23:17 [2023-04-06T05:23:17.945Z] PKG_CONFIG=pkg-config
05:23:17 [2023-04-06T05:23:17.945Z] _=/usr/bin/env
05:23:17 [2023-04-06T05:23:17.945Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
05:23:44 [2023-04-06T05:23:44.518Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
05:23:44 [2023-04-06T05:23:44.783Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
05:24:11 [2023-04-06T05:24:11.356Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
05:24:16 [2023-04-06T05:24:16.637Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
05:24:23 [2023-04-06T05:24:23.217Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
05:24:23 [2023-04-06T05:24:23.217Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
05:24:23 [2023-04-06T05:24:23.476Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
05:24:24 [2023-04-06T05:24:24.417Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
05:24:24 [2023-04-06T05:24:24.987Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
05:24:25 [2023-04-06T05:24:25.248Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
05:24:26 [2023-04-06T05:24:26.189Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
05:24:27 [2023-04-06T05:24:27.573Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
05:24:28 [2023-04-06T05:24:28.955Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
05:24:29 [2023-04-06T05:24:29.896Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
05:24:30 [2023-04-06T05:24:30.156Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
05:24:31 [2023-04-06T05:24:31.097Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
05:24:31 [2023-04-06T05:24:31.668Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
05:24:32 [2023-04-06T05:24:32.610Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
05:24:33 [2023-04-06T05:24:33.549Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
05:24:34 [2023-04-06T05:24:34.491Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
05:24:35 [2023-04-06T05:24:35.061Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
05:24:35 [2023-04-06T05:24:35.061Z] Using test binary docker
05:24:35 [2023-04-06T05:24:35.061Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
05:24:35 [2023-04-06T05:24:35.061Z] +++ /etc/init.d/apparmor start
05:24:35 [2023-04-06T05:24:35.061Z] Not: starting.
05:24:35 [2023-04-06T05:24:35.061Z] INFO: Waiting for daemon to start...
05:24:35 [2023-04-06T05:24:35.061Z] Starting dockerd
05:24:35 [2023-04-06T05:24:35.061Z] +++ 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
05:24:38 [2023-04-06T05:24:38.356Z] .
05:24:38 [2023-04-06T05:24:38.356Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
05:24:38 [2023-04-06T05:24:38.616Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
05:24:38 [2023-04-06T05:24:38.616Z] Error: No such image: emptyfs
05:24:38 [2023-04-06T05:24:38.616Z] ++++ tar -cC bundles/test-integration/emptyfs .
05:24:38 [2023-04-06T05:24:38.616Z] ++++ docker load
05:24:38 [2023-04-06T05:24:38.616Z] Loaded image: emptyfs:latest
05:24:38 [2023-04-06T05:24:38.616Z] Running integration-test (iteration 1)
05:24:38 [2023-04-06T05:24:38.616Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m 
05:24:38 [2023-04-06T05:24:38.616Z] ++ 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
05:24:38 [2023-04-06T05:24:38.616Z] ++ set -e
05:24:38 [2023-04-06T05:24:38.616Z] ++ '[' -n 0 ']'
05:24:38 [2023-04-06T05:24:38.616Z] ++ set -x
05:24:38 [2023-04-06T05:24:38.616Z] ++ 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
05:24:38 [2023-04-06T05:24:38.616Z] Loaded image: busybox:latest
05:24:38 [2023-04-06T05:24:38.876Z] Loaded image: busybox:glibc
05:24:40 [2023-04-06T05:24:40.258Z] Loaded image: debian:bullseye-slim
05:24:40 [2023-04-06T05:24:40.258Z] Loaded image: hello-world:latest
05:24:40 [2023-04-06T05:24:40.258Z] Loaded image: arm32v7/hello-world:latest
05:24:40 [2023-04-06T05:24:40.258Z] INFO: Testing against a local daemon
05:24:40 [2023-04-06T05:24:40.258Z] === RUN   TestCgroupNamespacesBuild
05:24:41 [2023-04-06T05:24:41.639Z] --- PASS: TestCgroupNamespacesBuild (1.60s)
05:24:41 [2023-04-06T05:24:41.639Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
05:24:42 [2023-04-06T05:24:42.578Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (0.95s)
05:24:42 [2023-04-06T05:24:42.578Z] === RUN   TestBuildWithSession
05:24:42 [2023-04-06T05:24:42.578Z]     build_session_test.go:25: TODO: BuildKit
05:24:42 [2023-04-06T05:24:42.578Z] --- SKIP: TestBuildWithSession (0.00s)
05:24:42 [2023-04-06T05:24:42.578Z] === RUN   TestBuildSquashParent
05:24:46 [2023-04-06T05:24:46.798Z] --- PASS: TestBuildSquashParent (3.34s)
05:24:46 [2023-04-06T05:24:46.798Z] === RUN   TestBuildWithRemoveAndForceRemove
05:24:46 [2023-04-06T05:24:46.798Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
05:24:46 [2023-04-06T05:24:46.798Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
05:24:46 [2023-04-06T05:24:46.798Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
05:24:46 [2023-04-06T05:24:46.798Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
05:24:46 [2023-04-06T05:24:46.798Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
05:24:46 [2023-04-06T05:24:46.798Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
05:24:46 [2023-04-06T05:24:46.798Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
05:24:46 [2023-04-06T05:24:46.798Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
05:24:46 [2023-04-06T05:24:46.798Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
05:24:46 [2023-04-06T05:24:46.798Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
05:24:46 [2023-04-06T05:24:46.798Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
05:24:46 [2023-04-06T05:24:46.798Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
05:24:46 [2023-04-06T05:24:46.798Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
05:24:46 [2023-04-06T05:24:46.798Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
05:24:46 [2023-04-06T05:24:46.798Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
05:24:47 [2023-04-06T05:24:47.374Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
05:24:47 [2023-04-06T05:24:47.944Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
05:24:48 [2023-04-06T05:24:48.514Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
05:24:49 [2023-04-06T05:24:49.454Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
05:24:49 [2023-04-06T05:24:49.454Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (0.88s)
05:24:49 [2023-04-06T05:24:49.454Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.22s)
05:24:49 [2023-04-06T05:24:49.454Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.00s)
05:24:49 [2023-04-06T05:24:49.454Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.20s)
05:24:49 [2023-04-06T05:24:49.454Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.19s)
05:24:49 [2023-04-06T05:24:49.454Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (0.86s)
05:24:49 [2023-04-06T05:24:49.454Z] === RUN   TestBuildMultiStageCopy
05:24:49 [2023-04-06T05:24:49.454Z] === RUN   TestBuildMultiStageCopy/copy_to_root
05:24:50 [2023-04-06T05:24:50.024Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
05:24:50 [2023-04-06T05:24:50.284Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
05:24:50 [2023-04-06T05:24:50.284Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
05:24:50 [2023-04-06T05:24:50.284Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
05:24:50 [2023-04-06T05:24:50.284Z] --- PASS: TestBuildMultiStageCopy (1.04s)
05:24:50 [2023-04-06T05:24:50.284Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (0.81s)
05:24:50 [2023-04-06T05:24:50.284Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.05s)
05:24:50 [2023-04-06T05:24:50.284Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.05s)
05:24:50 [2023-04-06T05:24:50.284Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.07s)
05:24:50 [2023-04-06T05:24:50.284Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.06s)
05:24:50 [2023-04-06T05:24:50.284Z] === RUN   TestBuildMultiStageParentConfig
05:24:50 [2023-04-06T05:24:50.853Z] --- PASS: TestBuildMultiStageParentConfig (0.33s)
05:24:50 [2023-04-06T05:24:50.853Z] === RUN   TestBuildLabelWithTargets
05:24:51 [2023-04-06T05:24:51.113Z] --- PASS: TestBuildLabelWithTargets (0.46s)
05:24:51 [2023-04-06T05:24:51.113Z] === RUN   TestBuildWithEmptyLayers
05:24:51 [2023-04-06T05:24:51.113Z] --- PASS: TestBuildWithEmptyLayers (0.09s)
05:24:51 [2023-04-06T05:24:51.113Z] === RUN   TestBuildMultiStageOnBuild
05:24:52 [2023-04-06T05:24:52.053Z] --- PASS: TestBuildMultiStageOnBuild (0.92s)
05:24:52 [2023-04-06T05:24:52.053Z] === RUN   TestBuildUncleanTarFilenames
05:24:52 [2023-04-06T05:24:52.316Z] --- PASS: TestBuildUncleanTarFilenames (0.11s)
05:24:52 [2023-04-06T05:24:52.316Z] === RUN   TestBuildMultiStageLayerLeak
05:24:53 [2023-04-06T05:24:53.255Z] --- PASS: TestBuildMultiStageLayerLeak (0.89s)
05:24:53 [2023-04-06T05:24:53.255Z] === RUN   TestBuildWithHugeFile
05:26:29 [2023-04-06T05:26:29.730Z] --- PASS: TestBuildWithHugeFile (90.06s)
05:26:29 [2023-04-06T05:26:29.730Z] === RUN   TestBuildWCOWSandboxSize
05:26:29 [2023-04-06T05:26:29.730Z]     build_test.go:528: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
05:26:29 [2023-04-06T05:26:29.730Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
05:26:29 [2023-04-06T05:26:29.730Z] === RUN   TestBuildWithEmptyDockerfile
05:26:29 [2023-04-06T05:26:29.730Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
05:26:29 [2023-04-06T05:26:29.730Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
05:26:29 [2023-04-06T05:26:29.730Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
05:26:29 [2023-04-06T05:26:29.730Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
05:26:29 [2023-04-06T05:26:29.730Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
05:26:29 [2023-04-06T05:26:29.730Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
05:26:29 [2023-04-06T05:26:29.730Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
05:26:29 [2023-04-06T05:26:29.730Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
05:26:29 [2023-04-06T05:26:29.730Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
05:26:29 [2023-04-06T05:26:29.730Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s)
05:26:29 [2023-04-06T05:26:29.730Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s)
05:26:29 [2023-04-06T05:26:29.730Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s)
05:26:29 [2023-04-06T05:26:29.730Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s)
05:26:29 [2023-04-06T05:26:29.730Z] === RUN   TestBuildPreserveOwnership
05:26:29 [2023-04-06T05:26:29.730Z] === RUN   TestBuildPreserveOwnership/copy_from
05:26:29 [2023-04-06T05:26:29.730Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
05:26:29 [2023-04-06T05:26:29.730Z] --- PASS: TestBuildPreserveOwnership (2.08s)
05:26:29 [2023-04-06T05:26:29.730Z]     --- PASS: TestBuildPreserveOwnership/copy_from (1.51s)
05:26:29 [2023-04-06T05:26:29.730Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.56s)
05:26:29 [2023-04-06T05:26:29.730Z] === RUN   TestBuildPlatformInvalid
05:26:29 [2023-04-06T05:26:29.730Z] --- PASS: TestBuildPlatformInvalid (0.03s)
05:26:29 [2023-04-06T05:26:29.730Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
05:26:29 [2023-04-06T05:26:29.730Z] Loaded image: busybox:latest
05:26:29 [2023-04-06T05:26:29.730Z] Loaded image: busybox:glibc
05:26:29 [2023-04-06T05:26:29.730Z] Loaded image: debian:bullseye-slim
05:26:29 [2023-04-06T05:26:29.730Z] Loaded image: hello-world:latest
05:26:29 [2023-04-06T05:26:29.730Z] Loaded image: arm32v7/hello-world:latest
05:26:36 [2023-04-06T05:26:36.307Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.37s)
05:26:36 [2023-04-06T05:26:36.307Z] PASS
05:26:36 [2023-04-06T05:26:36.307Z] 
05:26:36 [2023-04-06T05:26:36.307Z] === Skipped
05:26:36 [2023-04-06T05:26:36.307Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s)
05:26:36 [2023-04-06T05:26:36.307Z]     build_session_test.go:25: TODO: BuildKit
05:26:36 [2023-04-06T05:26:36.307Z] 
05:26:36 [2023-04-06T05:26:36.307Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s)
05:26:36 [2023-04-06T05:26:36.307Z]     build_test.go:528: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
05:26:36 [2023-04-06T05:26:36.307Z] 
05:26:36 [2023-04-06T05:26:36.307Z] DONE 34 tests, 2 skipped in 117.173s
05:26:36 [2023-04-06T05:26:36.307Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m 
05:26:36 [2023-04-06T05:26:36.307Z] ++ 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
05:26:36 [2023-04-06T05:26:36.307Z] ++ set -e
05:26:36 [2023-04-06T05:26:36.307Z] ++ '[' -n 0 ']'
05:26:36 [2023-04-06T05:26:36.307Z] ++ set -x
05:26:36 [2023-04-06T05:26:36.307Z] ++ 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
05:26:36 [2023-04-06T05:26:36.307Z] INFO: Testing against a local daemon
05:26:36 [2023-04-06T05:26:36.307Z] === RUN   TestConfigInspect
05:26:37 [2023-04-06T05:26:37.688Z] --- PASS: TestConfigInspect (1.84s)
05:26:37 [2023-04-06T05:26:37.688Z] === RUN   TestConfigList
05:26:39 [2023-04-06T05:26:39.595Z] --- PASS: TestConfigList (1.76s)
05:26:39 [2023-04-06T05:26:39.595Z] === RUN   TestConfigsCreateAndDelete
05:26:41 [2023-04-06T05:26:41.503Z] --- PASS: TestConfigsCreateAndDelete (1.74s)
05:26:41 [2023-04-06T05:26:41.503Z] === RUN   TestConfigsUpdate
05:26:43 [2023-04-06T05:26:43.410Z] --- PASS: TestConfigsUpdate (1.85s)
05:26:43 [2023-04-06T05:26:43.410Z] === RUN   TestTemplatedConfig
05:26:45 [2023-04-06T05:26:45.953Z] --- PASS: TestTemplatedConfig (2.42s)
05:26:45 [2023-04-06T05:26:45.953Z] === RUN   TestConfigCreateResolve
05:26:47 [2023-04-06T05:26:47.334Z] --- PASS: TestConfigCreateResolve (1.76s)
05:26:47 [2023-04-06T05:26:47.334Z] PASS
05:26:47 [2023-04-06T05:26:47.334Z] 
05:26:47 [2023-04-06T05:26:47.334Z] DONE 6 tests in 11.473s
05:26:47 [2023-04-06T05:26:47.334Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m 
05:26:47 [2023-04-06T05:26:47.334Z] ++ 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
05:26:47 [2023-04-06T05:26:47.334Z] ++ set -e
05:26:47 [2023-04-06T05:26:47.334Z] ++ '[' -n 0 ']'
05:26:47 [2023-04-06T05:26:47.334Z] ++ set -x
05:26:47 [2023-04-06T05:26:47.334Z] ++ 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
05:26:47 [2023-04-06T05:26:47.334Z] INFO: Testing against a local daemon
05:26:47 [2023-04-06T05:26:47.334Z] === RUN   TestAttachWithTTY
05:26:47 [2023-04-06T05:26:47.594Z] --- PASS: TestAttachWithTTY (0.07s)
05:26:47 [2023-04-06T05:26:47.594Z] === RUN   TestAttachWithoutTTy
05:26:47 [2023-04-06T05:26:47.594Z] --- PASS: TestAttachWithoutTTy (0.05s)
05:26:47 [2023-04-06T05:26:47.594Z] === RUN   TestCheckpoint
05:26:47 [2023-04-06T05:26:47.594Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
05:26:47 [2023-04-06T05:26:47.594Z] --- SKIP: TestCheckpoint (0.00s)
05:26:47 [2023-04-06T05:26:47.594Z] === RUN   TestContainerInvalidJSON
05:26:47 [2023-04-06T05:26:47.594Z] === RUN   TestContainerInvalidJSON/commit
05:26:47 [2023-04-06T05:26:47.594Z] === PAUSE TestContainerInvalidJSON/commit
05:26:47 [2023-04-06T05:26:47.594Z] === RUN   TestContainerInvalidJSON/containers/create
05:26:47 [2023-04-06T05:26:47.594Z] === PAUSE TestContainerInvalidJSON/containers/create
05:26:47 [2023-04-06T05:26:47.594Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
05:26:47 [2023-04-06T05:26:47.594Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
05:26:47 [2023-04-06T05:26:47.594Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
05:26:47 [2023-04-06T05:26:47.594Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
05:26:47 [2023-04-06T05:26:47.594Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
05:26:47 [2023-04-06T05:26:47.594Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
05:26:47 [2023-04-06T05:26:47.594Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
05:26:47 [2023-04-06T05:26:47.594Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
05:26:47 [2023-04-06T05:26:47.594Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
05:26:47 [2023-04-06T05:26:47.594Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
05:26:47 [2023-04-06T05:26:47.594Z] === CONT  TestContainerInvalidJSON/commit
05:26:47 [2023-04-06T05:26:47.594Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
05:26:47 [2023-04-06T05:26:47.594Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
05:26:47 [2023-04-06T05:26:47.594Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
05:26:47 [2023-04-06T05:26:47.594Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
05:26:47 [2023-04-06T05:26:47.594Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
05:26:47 [2023-04-06T05:26:47.594Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
05:26:47 [2023-04-06T05:26:47.594Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
05:26:47 [2023-04-06T05:26:47.594Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
05:26:47 [2023-04-06T05:26:47.594Z] === RUN   TestContainerInvalidJSON/commit/empty_body
05:26:47 [2023-04-06T05:26:47.594Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
05:26:47 [2023-04-06T05:26:47.594Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
05:26:47 [2023-04-06T05:26:47.594Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
05:26:47 [2023-04-06T05:26:47.594Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
05:26:47 [2023-04-06T05:26:47.594Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
05:26:47 [2023-04-06T05:26:47.594Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
05:26:47 [2023-04-06T05:26:47.594Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
05:26:47 [2023-04-06T05:26:47.594Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
05:26:47 [2023-04-06T05:26:47.594Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
05:26:47 [2023-04-06T05:26:47.594Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
05:26:47 [2023-04-06T05:26:47.594Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
05:26:47 [2023-04-06T05:26:47.594Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
05:26:47 [2023-04-06T05:26:47.594Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
05:26:47 [2023-04-06T05:26:47.594Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
05:26:47 [2023-04-06T05:26:47.594Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
05:26:47 [2023-04-06T05:26:47.594Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
05:26:47 [2023-04-06T05:26:47.594Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
05:26:47 [2023-04-06T05:26:47.594Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
05:26:47 [2023-04-06T05:26:47.594Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
05:26:47 [2023-04-06T05:26:47.594Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
05:26:47 [2023-04-06T05:26:47.594Z] === CONT  TestContainerInvalidJSON/containers/create
05:26:47 [2023-04-06T05:26:47.594Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
05:26:47 [2023-04-06T05:26:47.594Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
05:26:47 [2023-04-06T05:26:47.594Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
05:26:47 [2023-04-06T05:26:47.594Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
05:26:47 [2023-04-06T05:26:47.594Z] --- PASS: TestContainerInvalidJSON (0.01s)
05:26:47 [2023-04-06T05:26:47.594Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
05:26:47 [2023-04-06T05:26:47.594Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
05:26:47 [2023-04-06T05:26:47.594Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
05:26:47 [2023-04-06T05:26:47.594Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
05:26:47 [2023-04-06T05:26:47.594Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
05:26:47 [2023-04-06T05:26:47.594Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
05:26:47 [2023-04-06T05:26:47.594Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
05:26:47 [2023-04-06T05:26:47.594Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
05:26:47 [2023-04-06T05:26:47.594Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
05:26:47 [2023-04-06T05:26:47.594Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
05:26:47 [2023-04-06T05:26:47.594Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
05:26:47 [2023-04-06T05:26:47.594Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
05:26:47 [2023-04-06T05:26:47.594Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
05:26:47 [2023-04-06T05:26:47.594Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
05:26:47 [2023-04-06T05:26:47.594Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
05:26:47 [2023-04-06T05:26:47.594Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
05:26:47 [2023-04-06T05:26:47.594Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
05:26:47 [2023-04-06T05:26:47.594Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
05:26:47 [2023-04-06T05:26:47.594Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
05:26:47 [2023-04-06T05:26:47.594Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
05:26:47 [2023-04-06T05:26:47.594Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
05:26:47 [2023-04-06T05:26:47.594Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
05:26:47 [2023-04-06T05:26:47.594Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
05:26:47 [2023-04-06T05:26:47.594Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
05:26:47 [2023-04-06T05:26:47.594Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
05:26:47 [2023-04-06T05:26:47.594Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
05:26:47 [2023-04-06T05:26:47.594Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
05:26:47 [2023-04-06T05:26:47.594Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
05:26:47 [2023-04-06T05:26:47.594Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
05:26:47 [2023-04-06T05:26:47.594Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
05:26:47 [2023-04-06T05:26:47.594Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
05:26:47 [2023-04-06T05:26:47.594Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
05:26:47 [2023-04-06T05:26:47.594Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
05:26:47 [2023-04-06T05:26:47.594Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
05:26:47 [2023-04-06T05:26:47.594Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
05:26:47 [2023-04-06T05:26:47.594Z] === RUN   TestCopyFromContainerPathDoesNotExist
05:26:47 [2023-04-06T05:26:47.594Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s)
05:26:47 [2023-04-06T05:26:47.594Z] === RUN   TestCopyFromContainerPathIsNotDir
05:26:47 [2023-04-06T05:26:47.594Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s)
05:26:47 [2023-04-06T05:26:47.594Z] === RUN   TestCopyToContainerPathDoesNotExist
05:26:47 [2023-04-06T05:26:47.594Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s)
05:26:47 [2023-04-06T05:26:47.855Z] === RUN   TestCopyEmptyFile
05:26:47 [2023-04-06T05:26:47.855Z] --- PASS: TestCopyEmptyFile (0.07s)
05:26:47 [2023-04-06T05:26:47.855Z] === RUN   TestCopyToContainerPathIsNotDir
05:26:47 [2023-04-06T05:26:47.855Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s)
05:26:47 [2023-04-06T05:26:47.855Z] === RUN   TestCopyFromContainer
05:26:48 [2023-04-06T05:26:48.424Z] === RUN   TestCopyFromContainer//
05:26:48 [2023-04-06T05:26:48.424Z] === RUN   TestCopyFromContainer/.
05:26:48 [2023-04-06T05:26:48.424Z] === RUN   TestCopyFromContainer//.
05:26:48 [2023-04-06T05:26:48.424Z] === RUN   TestCopyFromContainer/./
05:26:48 [2023-04-06T05:26:48.424Z] === RUN   TestCopyFromContainer//./
05:26:48 [2023-04-06T05:26:48.424Z] === RUN   TestCopyFromContainer//bar/root
05:26:48 [2023-04-06T05:26:48.424Z] === RUN   TestCopyFromContainer//bar/root/
05:26:48 [2023-04-06T05:26:48.424Z] === RUN   TestCopyFromContainer//bar/root/.
05:26:48 [2023-04-06T05:26:48.424Z] === RUN   TestCopyFromContainer/bar/quux
05:26:48 [2023-04-06T05:26:48.424Z] === RUN   TestCopyFromContainer/bar/quux/
05:26:48 [2023-04-06T05:26:48.424Z] === RUN   TestCopyFromContainer/bar/quux/.
05:26:48 [2023-04-06T05:26:48.424Z] === RUN   TestCopyFromContainer/bar/quux/baz
05:26:48 [2023-04-06T05:26:48.424Z] === RUN   TestCopyFromContainer/bar/filesymlink
05:26:48 [2023-04-06T05:26:48.424Z] === RUN   TestCopyFromContainer/bar/dirsymlink
05:26:48 [2023-04-06T05:26:48.424Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
05:26:48 [2023-04-06T05:26:48.685Z] === RUN   TestCopyFromContainer/bar/dirsymlink/.
05:26:48 [2023-04-06T05:26:48.685Z] === RUN   TestCopyFromContainer/bar/notarget
05:26:48 [2023-04-06T05:26:48.685Z] --- PASS: TestCopyFromContainer (0.76s)
05:26:48 [2023-04-06T05:26:48.685Z]     --- PASS: TestCopyFromContainer// (0.01s)
05:26:48 [2023-04-06T05:26:48.685Z]     --- PASS: TestCopyFromContainer/. (0.01s)
05:26:48 [2023-04-06T05:26:48.685Z]     --- PASS: TestCopyFromContainer//. (0.01s)
05:26:48 [2023-04-06T05:26:48.685Z]     --- PASS: TestCopyFromContainer/./ (0.02s)
05:26:48 [2023-04-06T05:26:48.685Z]     --- PASS: TestCopyFromContainer//./ (0.02s)
05:26:48 [2023-04-06T05:26:48.685Z]     --- PASS: TestCopyFromContainer//bar/root (0.01s)
05:26:48 [2023-04-06T05:26:48.685Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.01s)
05:26:48 [2023-04-06T05:26:48.685Z]     --- PASS: TestCopyFromContainer//bar/root/. (0.02s)
05:26:48 [2023-04-06T05:26:48.685Z]     --- PASS: TestCopyFromContainer/bar/quux (0.01s)
05:26:48 [2023-04-06T05:26:48.685Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.01s)
05:26:48 [2023-04-06T05:26:48.685Z]     --- PASS: TestCopyFromContainer/bar/quux/. (0.01s)
05:26:48 [2023-04-06T05:26:48.685Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.01s)
05:26:48 [2023-04-06T05:26:48.685Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.01s)
05:26:48 [2023-04-06T05:26:48.685Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.01s)
05:26:48 [2023-04-06T05:26:48.685Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.01s)
05:26:48 [2023-04-06T05:26:48.685Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/. (0.01s)
05:26:48 [2023-04-06T05:26:48.685Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.01s)
05:26:48 [2023-04-06T05:26:48.685Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
05:26:48 [2023-04-06T05:26:48.685Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
05:26:48 [2023-04-06T05:26:48.685Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
05:26:48 [2023-04-06T05:26:48.685Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
05:26:48 [2023-04-06T05:26:48.685Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
05:26:48 [2023-04-06T05:26:48.685Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
05:26:48 [2023-04-06T05:26:48.685Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
05:26:48 [2023-04-06T05:26:48.685Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
05:26:48 [2023-04-06T05:26:48.685Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
05:26:48 [2023-04-06T05:26:48.685Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
05:26:48 [2023-04-06T05:26:48.685Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
05:26:48 [2023-04-06T05:26:48.685Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
05:26:48 [2023-04-06T05:26:48.685Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
05:26:48 [2023-04-06T05:26:48.685Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
05:26:48 [2023-04-06T05:26:48.685Z] === RUN   TestCreateLinkToNonExistingContainer
05:26:48 [2023-04-06T05:26:48.685Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s)
05:26:48 [2023-04-06T05:26:48.685Z] === RUN   TestCreateWithInvalidEnv
05:26:48 [2023-04-06T05:26:48.685Z] === RUN   TestCreateWithInvalidEnv/0
05:26:48 [2023-04-06T05:26:48.685Z] === PAUSE TestCreateWithInvalidEnv/0
05:26:48 [2023-04-06T05:26:48.685Z] === RUN   TestCreateWithInvalidEnv/1
05:26:48 [2023-04-06T05:26:48.685Z] === PAUSE TestCreateWithInvalidEnv/1
05:26:48 [2023-04-06T05:26:48.685Z] === RUN   TestCreateWithInvalidEnv/2
05:26:48 [2023-04-06T05:26:48.685Z] === PAUSE TestCreateWithInvalidEnv/2
05:26:48 [2023-04-06T05:26:48.685Z] === CONT  TestCreateWithInvalidEnv/0
05:26:48 [2023-04-06T05:26:48.685Z] === CONT  TestCreateWithInvalidEnv/2
05:26:48 [2023-04-06T05:26:48.685Z] === CONT  TestCreateWithInvalidEnv/1
05:26:48 [2023-04-06T05:26:48.685Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
05:26:48 [2023-04-06T05:26:48.685Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
05:26:48 [2023-04-06T05:26:48.685Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
05:26:48 [2023-04-06T05:26:48.685Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
05:26:48 [2023-04-06T05:26:48.685Z] === RUN   TestCreateTmpfsMountsTarget
05:26:48 [2023-04-06T05:26:48.685Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
05:26:48 [2023-04-06T05:26:48.685Z] === RUN   TestCreateWithCustomMaskedPaths
05:26:50 [2023-04-06T05:26:50.066Z] --- PASS: TestCreateWithCustomMaskedPaths (1.26s)
05:26:50 [2023-04-06T05:26:50.066Z] === RUN   TestCreateWithCustomReadonlyPaths
05:26:51 [2023-04-06T05:26:51.006Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.10s)
05:26:51 [2023-04-06T05:26:51.006Z] === RUN   TestCreateWithInvalidHealthcheckParams
05:26:51 [2023-04-06T05:26:51.006Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
05:26:51 [2023-04-06T05:26:51.006Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
05:26:51 [2023-04-06T05:26:51.006Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
05:26:51 [2023-04-06T05:26:51.006Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
05:26:51 [2023-04-06T05:26:51.006Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
05:26:51 [2023-04-06T05:26:51.006Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
05:26:51 [2023-04-06T05:26:51.006Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
05:26:51 [2023-04-06T05:26:51.006Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
05:26:51 [2023-04-06T05:26:51.006Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
05:26:51 [2023-04-06T05:26:51.006Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
05:26:51 [2023-04-06T05:26:51.006Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
05:26:51 [2023-04-06T05:26:51.006Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
05:26:51 [2023-04-06T05:26:51.006Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
05:26:51 [2023-04-06T05:26:51.006Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
05:26:51 [2023-04-06T05:26:51.006Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
05:26:51 [2023-04-06T05:26:51.006Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
05:26:51 [2023-04-06T05:26:51.006Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
05:26:51 [2023-04-06T05:26:51.006Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
05:26:51 [2023-04-06T05:26:51.006Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
05:26:51 [2023-04-06T05:26:51.006Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
05:26:51 [2023-04-06T05:26:51.006Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
05:26:51 [2023-04-06T05:26:51.006Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
05:26:51 [2023-04-06T05:26:51.576Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.35s)
05:26:51 [2023-04-06T05:26:51.576Z] === RUN   TestCreateDifferentPlatform
05:26:51 [2023-04-06T05:26:51.576Z] === RUN   TestCreateDifferentPlatform/different_os
05:26:51 [2023-04-06T05:26:51.576Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
05:26:51 [2023-04-06T05:26:51.576Z] --- PASS: TestCreateDifferentPlatform (0.01s)
05:26:51 [2023-04-06T05:26:51.576Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
05:26:51 [2023-04-06T05:26:51.576Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
05:26:51 [2023-04-06T05:26:51.576Z] === RUN   TestCreateVolumesFromNonExistingContainer
05:26:51 [2023-04-06T05:26:51.576Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s)
05:26:51 [2023-04-06T05:26:51.576Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
05:26:51 [2023-04-06T05:26:51.576Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s)
05:26:51 [2023-04-06T05:26:51.576Z] === RUN   TestCreateInvalidHostConfig
05:26:51 [2023-04-06T05:26:51.576Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
05:26:51 [2023-04-06T05:26:51.576Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
05:26:51 [2023-04-06T05:26:51.576Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
05:26:51 [2023-04-06T05:26:51.576Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
05:26:51 [2023-04-06T05:26:51.576Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
05:26:51 [2023-04-06T05:26:51.576Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
05:26:51 [2023-04-06T05:26:51.576Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
05:26:51 [2023-04-06T05:26:51.576Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
05:26:51 [2023-04-06T05:26:51.576Z] === RUN   TestCreateInvalidHostConfig/invalid_Annotations
05:26:51 [2023-04-06T05:26:51.576Z] === PAUSE TestCreateInvalidHostConfig/invalid_Annotations
05:26:51 [2023-04-06T05:26:51.576Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
05:26:51 [2023-04-06T05:26:51.576Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
05:26:51 [2023-04-06T05:26:51.576Z] === CONT  TestCreateInvalidHostConfig/invalid_Annotations
05:26:51 [2023-04-06T05:26:51.576Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
05:26:51 [2023-04-06T05:26:51.576Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
05:26:51 [2023-04-06T05:26:51.576Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
05:26:51 [2023-04-06T05:26:51.576Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
05:26:51 [2023-04-06T05:26:51.576Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
05:26:51 [2023-04-06T05:26:51.576Z]     --- PASS: TestCreateInvalidHostConfig/invalid_Annotations (0.00s)
05:26:51 [2023-04-06T05:26:51.576Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
05:26:51 [2023-04-06T05:26:51.576Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
05:26:51 [2023-04-06T05:26:51.576Z] === RUN   TestContainerStartOnDaemonRestart
05:26:51 [2023-04-06T05:26:51.576Z] === PAUSE TestContainerStartOnDaemonRestart
05:26:51 [2023-04-06T05:26:51.576Z] === RUN   TestDaemonRestartIpcMode
05:26:51 [2023-04-06T05:26:51.576Z] === PAUSE TestDaemonRestartIpcMode
05:26:51 [2023-04-06T05:26:51.576Z] === RUN   TestDaemonHostGatewayIP
05:26:51 [2023-04-06T05:26:51.576Z] === PAUSE TestDaemonHostGatewayIP
05:26:51 [2023-04-06T05:26:51.576Z] === RUN   TestRestartDaemonWithRestartingContainer
05:26:51 [2023-04-06T05:26:51.576Z] === PAUSE TestRestartDaemonWithRestartingContainer
05:26:51 [2023-04-06T05:26:51.576Z] === RUN   TestContainerKillOnDaemonStart
05:26:51 [2023-04-06T05:26:51.576Z] === PAUSE TestContainerKillOnDaemonStart
05:26:51 [2023-04-06T05:26:51.576Z] === RUN   TestDiff
05:26:51 [2023-04-06T05:26:51.836Z] --- PASS: TestDiff (0.40s)
05:26:51 [2023-04-06T05:26:51.836Z] === RUN   TestExecConsoleSize
05:26:52 [2023-04-06T05:26:52.406Z] --- PASS: TestExecConsoleSize (0.42s)
05:26:52 [2023-04-06T05:26:52.406Z] === RUN   TestExecWithCloseStdin
05:26:52 [2023-04-06T05:26:52.977Z] --- PASS: TestExecWithCloseStdin (0.58s)
05:26:52 [2023-04-06T05:26:52.977Z] === RUN   TestExec
05:26:53 [2023-04-06T05:26:53.546Z] --- PASS: TestExec (0.48s)
05:26:53 [2023-04-06T05:26:53.546Z] === RUN   TestExecUser
05:26:53 [2023-04-06T05:26:53.806Z] --- PASS: TestExecUser (0.45s)
05:26:53 [2023-04-06T05:26:53.806Z] === RUN   TestExportContainerAndImportImage
05:26:54 [2023-04-06T05:26:54.375Z] --- PASS: TestExportContainerAndImportImage (0.46s)
05:26:54 [2023-04-06T05:26:54.375Z] === RUN   TestExportContainerAfterDaemonRestart
05:26:55 [2023-04-06T05:26:55.756Z] --- PASS: TestExportContainerAfterDaemonRestart (1.18s)
05:26:55 [2023-04-06T05:26:55.756Z] === RUN   TestHealthCheckWorkdir
05:26:56 [2023-04-06T05:26:56.326Z] --- PASS: TestHealthCheckWorkdir (0.73s)
05:26:56 [2023-04-06T05:26:56.326Z] === RUN   TestHealthKillContainer
05:27:04 [2023-04-06T05:27:04.454Z] --- PASS: TestHealthKillContainer (7.79s)
05:27:04 [2023-04-06T05:27:04.454Z] === RUN   TestHealthCheckProcessKilled
05:27:04 [2023-04-06T05:27:04.714Z] --- PASS: TestHealthCheckProcessKilled (0.62s)
05:27:04 [2023-04-06T05:27:04.714Z] === RUN   TestInspectCpusetInConfigPre120
05:27:04 [2023-04-06T05:27:04.974Z] --- PASS: TestInspectCpusetInConfigPre120 (0.44s)
05:27:04 [2023-04-06T05:27:04.974Z] === RUN   TestInspectAnnotations
05:27:05 [2023-04-06T05:27:05.233Z] --- PASS: TestInspectAnnotations (0.05s)
05:27:05 [2023-04-06T05:27:05.233Z] === RUN   TestIpcModeNone
05:27:05 [2023-04-06T05:27:05.493Z] --- PASS: TestIpcModeNone (0.45s)
05:27:05 [2023-04-06T05:27:05.493Z] === RUN   TestIpcModePrivate
05:27:05 [2023-04-06T05:27:05.753Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:77, shared: false, mustBeShared: false
05:27:06 [2023-04-06T05:27:06.013Z] --- PASS: TestIpcModePrivate (0.41s)
05:27:06 [2023-04-06T05:27:06.013Z] === RUN   TestIpcModeShareable
05:27:06 [2023-04-06T05:27:06.273Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:71, shared: true, mustBeShared: true
05:27:06 [2023-04-06T05:27:06.533Z] --- PASS: TestIpcModeShareable (0.46s)
05:27:06 [2023-04-06T05:27:06.533Z] === RUN   TestAPIIpcModeShareableAndContainer
05:27:07 [2023-04-06T05:27:07.931Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.40s)
05:27:07 [2023-04-06T05:27:07.931Z] === RUN   TestAPIIpcModeHost
05:27:08 [2023-04-06T05:27:08.194Z] --- PASS: TestAPIIpcModeHost (0.30s)
05:27:08 [2023-04-06T05:27:08.194Z] === RUN   TestDaemonIpcModeShareable
05:27:09 [2023-04-06T05:27:09.144Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:81, shared: true, mustBeShared: true
05:27:09 [2023-04-06T05:27:09.144Z] --- PASS: TestDaemonIpcModeShareable (1.05s)
05:27:09 [2023-04-06T05:27:09.144Z] === RUN   TestDaemonIpcModePrivate
05:27:10 [2023-04-06T05:27:10.083Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:87, shared: false, mustBeShared: false
05:27:10 [2023-04-06T05:27:10.343Z] --- PASS: TestDaemonIpcModePrivate (1.04s)
05:27:10 [2023-04-06T05:27:10.343Z] === RUN   TestDaemonIpcModePrivateFromConfig
05:27:11 [2023-04-06T05:27:11.281Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:87, shared: false, mustBeShared: false
05:27:11 [2023-04-06T05:27:11.281Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.06s)
05:27:11 [2023-04-06T05:27:11.281Z] === RUN   TestDaemonIpcModeShareableFromConfig
05:27:12 [2023-04-06T05:27:12.222Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:81, shared: true, mustBeShared: true
05:27:12 [2023-04-06T05:27:12.482Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.03s)
05:27:12 [2023-04-06T05:27:12.482Z] === RUN   TestIpcModeOlderClient
05:27:12 [2023-04-06T05:27:12.482Z] === PAUSE TestIpcModeOlderClient
05:27:12 [2023-04-06T05:27:12.482Z] === RUN   TestKillContainerInvalidSignal
05:27:12 [2023-04-06T05:27:12.742Z] --- PASS: TestKillContainerInvalidSignal (0.39s)
05:27:12 [2023-04-06T05:27:12.742Z] === RUN   TestKillContainer
05:27:12 [2023-04-06T05:27:12.742Z] === RUN   TestKillContainer/no_signal
05:27:13 [2023-04-06T05:27:13.002Z] === RUN   TestKillContainer/non_killing_signal
05:27:13 [2023-04-06T05:27:13.262Z] === RUN   TestKillContainer/killing_signal
05:27:13 [2023-04-06T05:27:13.832Z] --- PASS: TestKillContainer (1.21s)
05:27:13 [2023-04-06T05:27:13.832Z]     --- PASS: TestKillContainer/no_signal (0.36s)
05:27:13 [2023-04-06T05:27:13.832Z]     --- PASS: TestKillContainer/non_killing_signal (0.24s)
05:27:13 [2023-04-06T05:27:13.832Z]     --- PASS: TestKillContainer/killing_signal (0.39s)
05:27:13 [2023-04-06T05:27:13.832Z] === RUN   TestKillWithStopSignalAndRestartPolicies
05:27:14 [2023-04-06T05:27:14.091Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
05:27:14 [2023-04-06T05:27:14.351Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
05:27:15 [2023-04-06T05:27:15.290Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.12s)
05:27:15 [2023-04-06T05:27:15.290Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.36s)
05:27:15 [2023-04-06T05:27:15.290Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.56s)
05:27:15 [2023-04-06T05:27:15.290Z] === RUN   TestKillStoppedContainer
05:27:15 [2023-04-06T05:27:15.290Z] --- PASS: TestKillStoppedContainer (0.05s)
05:27:15 [2023-04-06T05:27:15.290Z] === RUN   TestKillStoppedContainerAPIPre120
05:27:15 [2023-04-06T05:27:15.290Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s)
05:27:15 [2023-04-06T05:27:15.290Z] === RUN   TestKillDifferentUserContainer
05:27:15 [2023-04-06T05:27:15.550Z] --- PASS: TestKillDifferentUserContainer (0.41s)
05:27:15 [2023-04-06T05:27:15.550Z] === RUN   TestInspectOomKilledTrue
05:27:16 [2023-04-06T05:27:16.119Z] --- PASS: TestInspectOomKilledTrue (0.44s)
05:27:16 [2023-04-06T05:27:16.119Z] === RUN   TestInspectOomKilledFalse
05:27:16 [2023-04-06T05:27:16.379Z] --- PASS: TestInspectOomKilledFalse (0.40s)
05:27:16 [2023-04-06T05:27:16.379Z] === RUN   TestLinksEtcHostsContentMatch
05:27:16 [2023-04-06T05:27:16.638Z] --- PASS: TestLinksEtcHostsContentMatch (0.25s)
05:27:16 [2023-04-06T05:27:16.638Z] === RUN   TestLinksContainerNames
05:27:17 [2023-04-06T05:27:17.581Z] --- PASS: TestLinksContainerNames (0.75s)
05:27:17 [2023-04-06T05:27:17.581Z] === RUN   TestLogsFollowTailEmpty
05:27:17 [2023-04-06T05:27:17.840Z] --- PASS: TestLogsFollowTailEmpty (0.38s)
05:27:17 [2023-04-06T05:27:17.840Z] === RUN   TestLogs
05:27:17 [2023-04-06T05:27:17.840Z] === RUN   TestLogs/driver_local
05:27:17 [2023-04-06T05:27:17.840Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
05:27:17 [2023-04-06T05:27:17.840Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
05:27:17 [2023-04-06T05:27:17.840Z] === RUN   TestLogs/driver_local/tty/only_stdout
05:27:17 [2023-04-06T05:27:17.840Z] === PAUSE TestLogs/driver_local/tty/only_stdout
05:27:17 [2023-04-06T05:27:17.840Z] === RUN   TestLogs/driver_local/tty/only_stderr
05:27:17 [2023-04-06T05:27:17.840Z] === PAUSE TestLogs/driver_local/tty/only_stderr
05:27:17 [2023-04-06T05:27:17.840Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
05:27:17 [2023-04-06T05:27:17.840Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
05:27:17 [2023-04-06T05:27:17.840Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
05:27:17 [2023-04-06T05:27:17.840Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
05:27:17 [2023-04-06T05:27:17.840Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
05:27:17 [2023-04-06T05:27:17.840Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
05:27:17 [2023-04-06T05:27:17.840Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
05:27:17 [2023-04-06T05:27:17.840Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
05:27:18 [2023-04-06T05:27:18.410Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
05:27:18 [2023-04-06T05:27:18.410Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
05:27:18 [2023-04-06T05:27:18.982Z] === CONT  TestLogs/driver_local/tty/only_stderr
05:27:18 [2023-04-06T05:27:18.982Z] === CONT  TestLogs/driver_local/tty/only_stdout
05:27:19 [2023-04-06T05:27:19.552Z] === RUN   TestLogs/driver_json-file
05:27:19 [2023-04-06T05:27:19.552Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
05:27:19 [2023-04-06T05:27:19.552Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
05:27:19 [2023-04-06T05:27:19.552Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
05:27:19 [2023-04-06T05:27:19.552Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
05:27:19 [2023-04-06T05:27:19.552Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
05:27:19 [2023-04-06T05:27:19.552Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
05:27:19 [2023-04-06T05:27:19.552Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
05:27:19 [2023-04-06T05:27:19.552Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
05:27:19 [2023-04-06T05:27:19.552Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
05:27:19 [2023-04-06T05:27:19.552Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
05:27:19 [2023-04-06T05:27:19.552Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
05:27:19 [2023-04-06T05:27:19.552Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
05:27:19 [2023-04-06T05:27:19.552Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
05:27:19 [2023-04-06T05:27:19.552Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
05:27:20 [2023-04-06T05:27:20.121Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
05:27:20 [2023-04-06T05:27:20.381Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
05:27:20 [2023-04-06T05:27:20.952Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
05:27:20 [2023-04-06T05:27:20.952Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
05:27:21 [2023-04-06T05:27:21.521Z] --- PASS: TestLogs (3.63s)
05:27:21 [2023-04-06T05:27:21.521Z]     --- PASS: TestLogs/driver_local (0.01s)
05:27:21 [2023-04-06T05:27:21.521Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.68s)
05:27:21 [2023-04-06T05:27:21.521Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.71s)
05:27:21 [2023-04-06T05:27:21.521Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.45s)
05:27:21 [2023-04-06T05:27:21.521Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.50s)
05:27:21 [2023-04-06T05:27:21.521Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (0.62s)
05:27:21 [2023-04-06T05:27:21.521Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (0.56s)
05:27:21 [2023-04-06T05:27:21.521Z]     --- PASS: TestLogs/driver_json-file (0.01s)
05:27:21 [2023-04-06T05:27:21.521Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.58s)
05:27:21 [2023-04-06T05:27:21.521Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.76s)
05:27:21 [2023-04-06T05:27:21.521Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.74s)
05:27:21 [2023-04-06T05:27:21.521Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.59s)
05:27:21 [2023-04-06T05:27:21.521Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.49s)
05:27:21 [2023-04-06T05:27:21.521Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.49s)
05:27:21 [2023-04-06T05:27:21.521Z] === RUN   TestContainerNetworkMountsNoChown
05:27:21 [2023-04-06T05:27:21.781Z] --- PASS: TestContainerNetworkMountsNoChown (0.38s)
05:27:21 [2023-04-06T05:27:21.781Z] === RUN   TestMountDaemonRoot
05:27:21 [2023-04-06T05:27:21.781Z] === RUN   TestMountDaemonRoot/default
05:27:21 [2023-04-06T05:27:21.781Z] === PAUSE TestMountDaemonRoot/default
05:27:21 [2023-04-06T05:27:21.781Z] === RUN   TestMountDaemonRoot/private
05:27:21 [2023-04-06T05:27:21.781Z] === PAUSE TestMountDaemonRoot/private
05:27:21 [2023-04-06T05:27:21.781Z] === RUN   TestMountDaemonRoot/rprivate
05:27:21 [2023-04-06T05:27:21.781Z] === PAUSE TestMountDaemonRoot/rprivate
05:27:21 [2023-04-06T05:27:21.781Z] === RUN   TestMountDaemonRoot/slave
05:27:21 [2023-04-06T05:27:21.781Z] === PAUSE TestMountDaemonRoot/slave
05:27:21 [2023-04-06T05:27:21.781Z] === RUN   TestMountDaemonRoot/rslave
05:27:21 [2023-04-06T05:27:21.781Z] === PAUSE TestMountDaemonRoot/rslave
05:27:21 [2023-04-06T05:27:21.781Z] === RUN   TestMountDaemonRoot/shared
05:27:21 [2023-04-06T05:27:21.781Z] === PAUSE TestMountDaemonRoot/shared
05:27:21 [2023-04-06T05:27:21.781Z] === RUN   TestMountDaemonRoot/rshared
05:27:21 [2023-04-06T05:27:21.781Z] === PAUSE TestMountDaemonRoot/rshared
05:27:21 [2023-04-06T05:27:21.781Z] === CONT  TestMountDaemonRoot/default
05:27:21 [2023-04-06T05:27:21.781Z] === RUN   TestMountDaemonRoot/default/bind_root
05:27:21 [2023-04-06T05:27:21.781Z] === PAUSE TestMountDaemonRoot/default/bind_root
05:27:21 [2023-04-06T05:27:21.781Z] === RUN   TestMountDaemonRoot/default/bind_subpath
05:27:21 [2023-04-06T05:27:21.781Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
05:27:21 [2023-04-06T05:27:21.781Z] === RUN   TestMountDaemonRoot/default/mount_root
05:27:21 [2023-04-06T05:27:21.781Z] === PAUSE TestMountDaemonRoot/default/mount_root
05:27:21 [2023-04-06T05:27:21.781Z] === RUN   TestMountDaemonRoot/default/mount_subpath
05:27:21 [2023-04-06T05:27:21.781Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
05:27:21 [2023-04-06T05:27:21.781Z] === CONT  TestMountDaemonRoot/default/bind_root
05:27:21 [2023-04-06T05:27:21.781Z] === CONT  TestMountDaemonRoot/rshared
05:27:21 [2023-04-06T05:27:21.781Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
05:27:21 [2023-04-06T05:27:21.781Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
05:27:21 [2023-04-06T05:27:21.781Z] === RUN   TestMountDaemonRoot/rshared/bind_root
05:27:21 [2023-04-06T05:27:21.781Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
05:27:21 [2023-04-06T05:27:21.781Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
05:27:21 [2023-04-06T05:27:21.781Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
05:27:21 [2023-04-06T05:27:21.782Z] === RUN   TestMountDaemonRoot/rshared/mount_root
05:27:21 [2023-04-06T05:27:21.782Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
05:27:21 [2023-04-06T05:27:21.782Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
05:27:21 [2023-04-06T05:27:21.782Z] === CONT  TestMountDaemonRoot/shared
05:27:21 [2023-04-06T05:27:21.782Z] === RUN   TestMountDaemonRoot/shared/bind_root
05:27:21 [2023-04-06T05:27:21.782Z] === PAUSE TestMountDaemonRoot/shared/bind_root
05:27:21 [2023-04-06T05:27:21.782Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
05:27:21 [2023-04-06T05:27:21.782Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
05:27:21 [2023-04-06T05:27:21.782Z] === RUN   TestMountDaemonRoot/shared/mount_root
05:27:21 [2023-04-06T05:27:21.782Z] === PAUSE TestMountDaemonRoot/shared/mount_root
05:27:21 [2023-04-06T05:27:21.782Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
05:27:21 [2023-04-06T05:27:21.782Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
05:27:21 [2023-04-06T05:27:21.782Z] === CONT  TestMountDaemonRoot/rslave
05:27:21 [2023-04-06T05:27:21.782Z] === RUN   TestMountDaemonRoot/rslave/bind_root
05:27:21 [2023-04-06T05:27:21.782Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
05:27:21 [2023-04-06T05:27:21.782Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
05:27:21 [2023-04-06T05:27:21.782Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
05:27:21 [2023-04-06T05:27:21.782Z] === RUN   TestMountDaemonRoot/rslave/mount_root
05:27:21 [2023-04-06T05:27:21.782Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
05:27:21 [2023-04-06T05:27:21.782Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
05:27:21 [2023-04-06T05:27:21.782Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
05:27:21 [2023-04-06T05:27:21.782Z] === CONT  TestMountDaemonRoot/slave
05:27:21 [2023-04-06T05:27:21.782Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
05:27:21 [2023-04-06T05:27:21.782Z] === CONT  TestMountDaemonRoot/rprivate
05:27:21 [2023-04-06T05:27:21.782Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
05:27:21 [2023-04-06T05:27:21.782Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
05:27:21 [2023-04-06T05:27:21.782Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
05:27:21 [2023-04-06T05:27:21.782Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
05:27:21 [2023-04-06T05:27:21.782Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
05:27:21 [2023-04-06T05:27:21.782Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
05:27:21 [2023-04-06T05:27:21.782Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
05:27:21 [2023-04-06T05:27:21.782Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
05:27:21 [2023-04-06T05:27:21.782Z] === CONT  TestMountDaemonRoot/private
05:27:21 [2023-04-06T05:27:21.782Z] === RUN   TestMountDaemonRoot/private/mount_subpath
05:27:21 [2023-04-06T05:27:21.782Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
05:27:21 [2023-04-06T05:27:21.782Z] === RUN   TestMountDaemonRoot/private/bind_root
05:27:21 [2023-04-06T05:27:21.782Z] === PAUSE TestMountDaemonRoot/private/bind_root
05:27:21 [2023-04-06T05:27:21.782Z] === RUN   TestMountDaemonRoot/private/bind_subpath
05:27:21 [2023-04-06T05:27:21.782Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
05:27:21 [2023-04-06T05:27:21.782Z] === RUN   TestMountDaemonRoot/private/mount_root
05:27:21 [2023-04-06T05:27:21.782Z] === PAUSE TestMountDaemonRoot/private/mount_root
05:27:21 [2023-04-06T05:27:21.782Z] === CONT  TestMountDaemonRoot/default/mount_subpath
05:27:21 [2023-04-06T05:27:21.782Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
05:27:21 [2023-04-06T05:27:21.782Z] === RUN   TestMountDaemonRoot/slave/mount_root
05:27:21 [2023-04-06T05:27:21.782Z] === PAUSE TestMountDaemonRoot/slave/mount_root
05:27:21 [2023-04-06T05:27:21.782Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
05:27:21 [2023-04-06T05:27:21.782Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
05:27:21 [2023-04-06T05:27:21.782Z] === RUN   TestMountDaemonRoot/slave/bind_root
05:27:21 [2023-04-06T05:27:21.782Z] === PAUSE TestMountDaemonRoot/slave/bind_root
05:27:21 [2023-04-06T05:27:21.782Z] === CONT  TestMountDaemonRoot/default/mount_root
05:27:22 [2023-04-06T05:27:22.042Z] === CONT  TestMountDaemonRoot/default/bind_subpath
05:27:22 [2023-04-06T05:27:22.042Z] === CONT  TestMountDaemonRoot/rshared/mount_root
05:27:22 [2023-04-06T05:27:22.042Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
05:27:22 [2023-04-06T05:27:22.042Z] === CONT  TestMountDaemonRoot/rshared/bind_root
05:27:22 [2023-04-06T05:27:22.042Z] === CONT  TestMountDaemonRoot/shared/bind_root
05:27:22 [2023-04-06T05:27:22.042Z] === CONT  TestMountDaemonRoot/rslave/bind_root
05:27:22 [2023-04-06T05:27:22.042Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
05:27:22 [2023-04-06T05:27:22.042Z] === CONT  TestMountDaemonRoot/shared/mount_root
05:27:22 [2023-04-06T05:27:22.042Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
05:27:22 [2023-04-06T05:27:22.042Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
05:27:22 [2023-04-06T05:27:22.042Z] === CONT  TestMountDaemonRoot/private/mount_subpath
05:27:22 [2023-04-06T05:27:22.042Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
05:27:22 [2023-04-06T05:27:22.042Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
05:27:22 [2023-04-06T05:27:22.042Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
05:27:22 [2023-04-06T05:27:22.302Z] === CONT  TestMountDaemonRoot/private/mount_root
05:27:22 [2023-04-06T05:27:22.302Z] === CONT  TestMountDaemonRoot/private/bind_subpath
05:27:22 [2023-04-06T05:27:22.302Z] === CONT  TestMountDaemonRoot/private/bind_root
05:27:22 [2023-04-06T05:27:22.302Z] === CONT  TestMountDaemonRoot/rslave/mount_root
05:27:22 [2023-04-06T05:27:22.302Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
05:27:22 [2023-04-06T05:27:22.302Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
05:27:22 [2023-04-06T05:27:22.302Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
05:27:22 [2023-04-06T05:27:22.302Z] === CONT  TestMountDaemonRoot/slave/bind_root
05:27:22 [2023-04-06T05:27:22.302Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
05:27:22 [2023-04-06T05:27:22.302Z] === CONT  TestMountDaemonRoot/slave/mount_root
05:27:22 [2023-04-06T05:27:22.302Z] --- PASS: TestMountDaemonRoot (0.02s)
05:27:22 [2023-04-06T05:27:22.302Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
05:27:22 [2023-04-06T05:27:22.302Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.05s)
05:27:22 [2023-04-06T05:27:22.302Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.06s)
05:27:22 [2023-04-06T05:27:22.302Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s)
05:27:22 [2023-04-06T05:27:22.302Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s)
05:27:22 [2023-04-06T05:27:22.302Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
05:27:22 [2023-04-06T05:27:22.302Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s)
05:27:22 [2023-04-06T05:27:22.302Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s)
05:27:22 [2023-04-06T05:27:22.302Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s)
05:27:22 [2023-04-06T05:27:22.302Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s)
05:27:22 [2023-04-06T05:27:22.302Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
05:27:22 [2023-04-06T05:27:22.302Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
05:27:22 [2023-04-06T05:27:22.302Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
05:27:22 [2023-04-06T05:27:22.302Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
05:27:22 [2023-04-06T05:27:22.302Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s)
05:27:22 [2023-04-06T05:27:22.302Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
05:27:22 [2023-04-06T05:27:22.302Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
05:27:22 [2023-04-06T05:27:22.302Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
05:27:22 [2023-04-06T05:27:22.302Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
05:27:22 [2023-04-06T05:27:22.302Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s)
05:27:22 [2023-04-06T05:27:22.302Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
05:27:22 [2023-04-06T05:27:22.302Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s)
05:27:22 [2023-04-06T05:27:22.302Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.03s)
05:27:22 [2023-04-06T05:27:22.302Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s)
05:27:22 [2023-04-06T05:27:22.302Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
05:27:22 [2023-04-06T05:27:22.302Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
05:27:22 [2023-04-06T05:27:22.302Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s)
05:27:22 [2023-04-06T05:27:22.302Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s)
05:27:22 [2023-04-06T05:27:22.302Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s)
05:27:22 [2023-04-06T05:27:22.302Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s)
05:27:22 [2023-04-06T05:27:22.302Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
05:27:22 [2023-04-06T05:27:22.302Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
05:27:22 [2023-04-06T05:27:22.302Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s)
05:27:22 [2023-04-06T05:27:22.302Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s)
05:27:22 [2023-04-06T05:27:22.302Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
05:27:22 [2023-04-06T05:27:22.302Z] === RUN   TestContainerBindMountNonRecursive
05:27:23 [2023-04-06T05:27:23.244Z] --- PASS: TestContainerBindMountNonRecursive (0.93s)
05:27:23 [2023-04-06T05:27:23.244Z] === RUN   TestContainerVolumesMountedAsShared
05:27:23 [2023-04-06T05:27:23.813Z] --- PASS: TestContainerVolumesMountedAsShared (0.36s)
05:27:23 [2023-04-06T05:27:23.813Z] === RUN   TestContainerVolumesMountedAsSlave
05:27:23 [2023-04-06T05:27:23.813Z] --- PASS: TestContainerVolumesMountedAsSlave (0.27s)
05:27:23 [2023-04-06T05:27:23.813Z] === RUN   TestContainerCopyLeaksMounts
05:27:24 [2023-04-06T05:27:24.383Z] --- PASS: TestContainerCopyLeaksMounts (0.48s)
05:27:24 [2023-04-06T05:27:24.383Z] === RUN   TestNetworkNat
05:27:24 [2023-04-06T05:27:24.952Z] --- PASS: TestNetworkNat (0.44s)
05:27:24 [2023-04-06T05:27:24.952Z] === RUN   TestNetworkLocalhostTCPNat
05:27:25 [2023-04-06T05:27:25.212Z] --- PASS: TestNetworkLocalhostTCPNat (0.41s)
05:27:25 [2023-04-06T05:27:25.212Z] === RUN   TestNetworkLoopbackNat
05:27:27 [2023-04-06T05:27:27.751Z] --- PASS: TestNetworkLoopbackNat (2.53s)
05:27:27 [2023-04-06T05:27:27.751Z] === RUN   TestPause
05:27:28 [2023-04-06T05:27:28.321Z] --- PASS: TestPause (0.42s)
05:27:28 [2023-04-06T05:27:28.321Z] === RUN   TestPauseFailsOnWindowsServerContainers
05:27:28 [2023-04-06T05:27:28.321Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
05:27:28 [2023-04-06T05:27:28.321Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
05:27:28 [2023-04-06T05:27:28.321Z] === RUN   TestPauseStopPausedContainer
05:27:28 [2023-04-06T05:27:28.581Z] --- PASS: TestPauseStopPausedContainer (0.42s)
05:27:28 [2023-04-06T05:27:28.581Z] === RUN   TestPidHost
05:27:29 [2023-04-06T05:27:29.520Z] --- PASS: TestPidHost (0.87s)
05:27:29 [2023-04-06T05:27:29.520Z] === RUN   TestPsFilter
05:27:29 [2023-04-06T05:27:29.520Z] --- PASS: TestPsFilter (0.12s)
05:27:29 [2023-04-06T05:27:29.520Z] === RUN   TestRemoveContainerWithRemovedVolume
05:27:30 [2023-04-06T05:27:30.089Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.38s)
05:27:30 [2023-04-06T05:27:30.089Z] === RUN   TestRemoveContainerWithVolume
05:27:30 [2023-04-06T05:27:30.349Z] --- PASS: TestRemoveContainerWithVolume (0.37s)
05:27:30 [2023-04-06T05:27:30.349Z] === RUN   TestRemoveContainerRunning
05:27:30 [2023-04-06T05:27:30.918Z] --- PASS: TestRemoveContainerRunning (0.38s)
05:27:30 [2023-04-06T05:27:30.918Z] === RUN   TestRemoveContainerForceRemoveRunning
05:27:31 [2023-04-06T05:27:31.178Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.39s)
05:27:31 [2023-04-06T05:27:31.178Z] === RUN   TestRemoveInvalidContainer
05:27:31 [2023-04-06T05:27:31.178Z] --- PASS: TestRemoveInvalidContainer (0.01s)
05:27:31 [2023-04-06T05:27:31.178Z] === RUN   TestRenameLinkedContainer
05:27:33 [2023-04-06T05:27:33.087Z] --- PASS: TestRenameLinkedContainer (1.74s)
05:27:33 [2023-04-06T05:27:33.087Z] === RUN   TestRenameStoppedContainer
05:27:33 [2023-04-06T05:27:33.347Z] --- PASS: TestRenameStoppedContainer (0.39s)
05:27:33 [2023-04-06T05:27:33.347Z] === RUN   TestRenameRunningContainerAndReuse
05:27:34 [2023-04-06T05:27:34.286Z] --- PASS: TestRenameRunningContainerAndReuse (0.83s)
05:27:34 [2023-04-06T05:27:34.286Z] === RUN   TestRenameInvalidName
05:27:34 [2023-04-06T05:27:34.546Z] --- PASS: TestRenameInvalidName (0.42s)
05:27:34 [2023-04-06T05:27:34.546Z] === RUN   TestRenameAnonymousContainer
05:27:35 [2023-04-06T05:27:35.927Z] --- PASS: TestRenameAnonymousContainer (1.28s)
05:27:35 [2023-04-06T05:27:35.927Z] === RUN   TestRenameContainerWithSameName
05:27:36 [2023-04-06T05:27:36.186Z] --- PASS: TestRenameContainerWithSameName (0.39s)
05:27:36 [2023-04-06T05:27:36.186Z] === RUN   TestRenameContainerWithLinkedContainer
05:27:37 [2023-04-06T05:27:37.125Z] --- PASS: TestRenameContainerWithLinkedContainer (0.78s)
05:27:37 [2023-04-06T05:27:37.125Z] === RUN   TestResize
05:27:37 [2023-04-06T05:27:37.385Z] --- PASS: TestResize (0.41s)
05:27:37 [2023-04-06T05:27:37.385Z] === RUN   TestResizeWithInvalidSize
05:27:37 [2023-04-06T05:27:37.954Z] --- PASS: TestResizeWithInvalidSize (0.42s)
05:27:37 [2023-04-06T05:27:37.954Z] === RUN   TestResizeWhenContainerNotStarted
05:27:38 [2023-04-06T05:27:38.214Z] --- PASS: TestResizeWhenContainerNotStarted (0.38s)
05:27:38 [2023-04-06T05:27:38.214Z] === RUN   TestDaemonRestartKillContainers
05:27:38 [2023-04-06T05:27:38.214Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
05:27:38 [2023-04-06T05:27:38.214Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
05:27:38 [2023-04-06T05:27:38.214Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
05:27:38 [2023-04-06T05:27:38.214Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
05:27:38 [2023-04-06T05:27:38.214Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
05:27:38 [2023-04-06T05:27:38.214Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
05:27:38 [2023-04-06T05:27:38.214Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
05:27:38 [2023-04-06T05:27:38.214Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
05:27:38 [2023-04-06T05:27:38.214Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
05:27:38 [2023-04-06T05:27:38.214Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
05:27:38 [2023-04-06T05:27:38.214Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
05:27:38 [2023-04-06T05:27:38.214Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
05:27:38 [2023-04-06T05:27:38.214Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
05:27:38 [2023-04-06T05:27:38.214Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
05:27:38 [2023-04-06T05:27:38.214Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
05:27:38 [2023-04-06T05:27:38.214Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
05:27:38 [2023-04-06T05:27:38.214Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
05:27:38 [2023-04-06T05:27:38.214Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
05:27:38 [2023-04-06T05:27:38.214Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
05:27:38 [2023-04-06T05:27:38.214Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
05:27:38 [2023-04-06T05:27:38.214Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
05:27:38 [2023-04-06T05:27:38.214Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
05:27:38 [2023-04-06T05:27:38.214Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
05:27:38 [2023-04-06T05:27:38.214Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
05:27:38 [2023-04-06T05:27:38.214Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
05:27:38 [2023-04-06T05:27:38.214Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
05:27:38 [2023-04-06T05:27:38.214Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
05:27:38 [2023-04-06T05:27:38.214Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
05:27:38 [2023-04-06T05:27:38.214Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
05:27:38 [2023-04-06T05:27:38.214Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
05:27:38 [2023-04-06T05:27:38.214Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
05:27:38 [2023-04-06T05:27:38.214Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
05:27:38 [2023-04-06T05:27:38.214Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
05:27:38 [2023-04-06T05:27:38.214Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
05:27:40 [2023-04-06T05:27:40.123Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
05:27:41 [2023-04-06T05:27:41.063Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
05:27:42 [2023-04-06T05:27:42.003Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
05:27:42 [2023-04-06T05:27:42.003Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
05:27:43 [2023-04-06T05:27:43.383Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
05:27:43 [2023-04-06T05:27:43.383Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
05:27:46 [2023-04-06T05:27:46.677Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
05:27:46 [2023-04-06T05:27:46.677Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
05:27:48 [2023-04-06T05:27:48.060Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
05:27:49 [2023-04-06T05:27:49.442Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
05:27:50 [2023-04-06T05:27:50.011Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
05:27:50 [2023-04-06T05:27:50.951Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
05:27:51 [2023-04-06T05:27:51.890Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
05:27:52 [2023-04-06T05:27:52.830Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
05:27:54 [2023-04-06T05:27:54.278Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
05:27:54 [2023-04-06T05:27:54.278Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.54s)
05:27:54 [2023-04-06T05:27:54.278Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.16s)
05:27:54 [2023-04-06T05:27:54.278Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (3.75s)
05:27:54 [2023-04-06T05:27:54.278Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.16s)
05:27:54 [2023-04-06T05:27:54.278Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.16s)
05:27:54 [2023-04-06T05:27:54.278Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.23s)
05:27:54 [2023-04-06T05:27:54.278Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.18s)
05:27:54 [2023-04-06T05:27:54.278Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.16s)
05:27:54 [2023-04-06T05:27:54.278Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.61s)
05:27:54 [2023-04-06T05:27:54.278Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.44s)
05:27:54 [2023-04-06T05:27:54.278Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.72s)
05:27:54 [2023-04-06T05:27:54.278Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.51s)
05:27:54 [2023-04-06T05:27:54.278Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.69s)
05:27:54 [2023-04-06T05:27:54.278Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.59s)
05:27:54 [2023-04-06T05:27:54.278Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.54s)
05:27:54 [2023-04-06T05:27:54.278Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.54s)
05:27:54 [2023-04-06T05:27:54.278Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted
05:27:54 [2023-04-06T05:27:54.278Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/kill
05:27:55 [2023-04-06T05:27:55.237Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/stop
05:27:56 [2023-04-06T05:27:56.175Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.80s)
05:27:56 [2023-04-06T05:27:56.175Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.90s)
05:27:56 [2023-04-06T05:27:56.175Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (0.88s)
05:27:56 [2023-04-06T05:27:56.175Z] === RUN   TestCgroupNamespacesRun
05:27:57 [2023-04-06T05:27:57.114Z] --- PASS: TestCgroupNamespacesRun (1.02s)
05:27:57 [2023-04-06T05:27:57.114Z] === RUN   TestCgroupNamespacesRunPrivileged
05:27:58 [2023-04-06T05:27:58.054Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.05s)
05:27:58 [2023-04-06T05:27:58.054Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
05:27:58 [2023-04-06T05:27:58.992Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.04s)
05:27:58 [2023-04-06T05:27:58.992Z] === RUN   TestCgroupNamespacesRunHostMode
05:28:00 [2023-04-06T05:28:00.373Z] --- PASS: TestCgroupNamespacesRunHostMode (1.03s)
05:28:00 [2023-04-06T05:28:00.373Z] === RUN   TestCgroupNamespacesRunPrivateMode
05:28:01 [2023-04-06T05:28:01.312Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.01s)
05:28:01 [2023-04-06T05:28:01.312Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
05:28:02 [2023-04-06T05:28:02.252Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.06s)
05:28:02 [2023-04-06T05:28:02.252Z] === RUN   TestCgroupNamespacesRunInvalidMode
05:28:02 [2023-04-06T05:28:02.821Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.59s)
05:28:02 [2023-04-06T05:28:02.821Z] === RUN   TestCgroupNamespacesRunOlderClient
05:28:03 [2023-04-06T05:28:03.761Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.04s)
05:28:03 [2023-04-06T05:28:03.761Z] === RUN   TestNISDomainname
05:28:04 [2023-04-06T05:28:04.331Z] --- PASS: TestNISDomainname (0.50s)
05:28:04 [2023-04-06T05:28:04.331Z] === RUN   TestHostnameDnsResolution
05:28:04 [2023-04-06T05:28:04.900Z] --- PASS: TestHostnameDnsResolution (0.61s)
05:28:04 [2023-04-06T05:28:04.900Z] === RUN   TestUnprivilegedPortsAndPing
05:28:05 [2023-04-06T05:28:05.470Z] --- PASS: TestUnprivilegedPortsAndPing (0.50s)
05:28:05 [2023-04-06T05:28:05.470Z] === RUN   TestPrivilegedHostDevices
05:28:05 [2023-04-06T05:28:05.730Z] --- PASS: TestPrivilegedHostDevices (0.47s)
05:28:05 [2023-04-06T05:28:05.730Z] === RUN   TestRunConsoleSize
05:28:06 [2023-04-06T05:28:06.301Z] --- PASS: TestRunConsoleSize (0.38s)
05:28:06 [2023-04-06T05:28:06.301Z] === RUN   TestRunWithAlternativeContainerdShim
05:28:08 [2023-04-06T05:28:08.211Z] --- PASS: TestRunWithAlternativeContainerdShim (1.80s)
05:28:08 [2023-04-06T05:28:08.211Z] === RUN   TestStats
05:28:10 [2023-04-06T05:28:10.750Z] --- PASS: TestStats (2.38s)
05:28:10 [2023-04-06T05:28:10.750Z] === RUN   TestStopContainerWithTimeout
05:28:10 [2023-04-06T05:28:10.750Z] === RUN   TestStopContainerWithTimeout/0
05:28:10 [2023-04-06T05:28:10.750Z] === PAUSE TestStopContainerWithTimeout/0
05:28:10 [2023-04-06T05:28:10.750Z] === RUN   TestStopContainerWithTimeout/1
05:28:10 [2023-04-06T05:28:10.750Z] === PAUSE TestStopContainerWithTimeout/1
05:28:10 [2023-04-06T05:28:10.750Z] === RUN   TestStopContainerWithTimeout/3
05:28:10 [2023-04-06T05:28:10.750Z] === PAUSE TestStopContainerWithTimeout/3
05:28:10 [2023-04-06T05:28:10.750Z] === RUN   TestStopContainerWithTimeout/-1
05:28:10 [2023-04-06T05:28:10.750Z] === PAUSE TestStopContainerWithTimeout/-1
05:28:10 [2023-04-06T05:28:10.750Z] === CONT  TestStopContainerWithTimeout/0
05:28:10 [2023-04-06T05:28:10.750Z] === CONT  TestStopContainerWithTimeout/-1
05:28:11 [2023-04-06T05:28:11.010Z] === CONT  TestStopContainerWithTimeout/3
05:28:13 [2023-04-06T05:28:13.548Z] === CONT  TestStopContainerWithTimeout/1
05:28:14 [2023-04-06T05:28:14.486Z] --- PASS: TestStopContainerWithTimeout (0.01s)
05:28:14 [2023-04-06T05:28:14.486Z]     --- PASS: TestStopContainerWithTimeout/0 (0.59s)
05:28:14 [2023-04-06T05:28:14.486Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.65s)
05:28:14 [2023-04-06T05:28:14.486Z]     --- PASS: TestStopContainerWithTimeout/3 (2.37s)
05:28:14 [2023-04-06T05:28:14.486Z]     --- PASS: TestStopContainerWithTimeout/1 (1.40s)
05:28:14 [2023-04-06T05:28:14.486Z] === RUN   TestDeleteDevicemapper
05:28:14 [2023-04-06T05:28:14.486Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
05:28:14 [2023-04-06T05:28:14.486Z] --- SKIP: TestDeleteDevicemapper (0.00s)
05:28:14 [2023-04-06T05:28:14.486Z] === RUN   TestStopContainerWithRestartPolicyAlways
05:28:15 [2023-04-06T05:28:15.431Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.06s)
05:28:15 [2023-04-06T05:28:15.431Z] === RUN   TestUpdateMemory
05:28:16 [2023-04-06T05:28:16.001Z] --- PASS: TestUpdateMemory (0.46s)
05:28:16 [2023-04-06T05:28:16.001Z] === RUN   TestUpdateCPUQuota
05:28:16 [2023-04-06T05:28:16.571Z] --- PASS: TestUpdateCPUQuota (0.65s)
05:28:16 [2023-04-06T05:28:16.571Z] === RUN   TestUpdatePidsLimit
05:28:16 [2023-04-06T05:28:16.571Z] === RUN   TestUpdatePidsLimit/update_from_none
05:28:16 [2023-04-06T05:28:16.832Z] === RUN   TestUpdatePidsLimit/no_change
05:28:17 [2023-04-06T05:28:17.091Z] === RUN   TestUpdatePidsLimit/update_lower
05:28:17 [2023-04-06T05:28:17.351Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
05:28:17 [2023-04-06T05:28:17.351Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
05:28:17 [2023-04-06T05:28:17.611Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
05:28:17 [2023-04-06T05:28:17.871Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
05:28:18 [2023-04-06T05:28:18.440Z] --- PASS: TestUpdatePidsLimit (1.83s)
05:28:18 [2023-04-06T05:28:18.440Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.19s)
05:28:18 [2023-04-06T05:28:18.440Z]     --- PASS: TestUpdatePidsLimit/no_change (0.19s)
05:28:18 [2023-04-06T05:28:18.440Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.20s)
05:28:18 [2023-04-06T05:28:18.440Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.21s)
05:28:18 [2023-04-06T05:28:18.440Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.20s)
05:28:18 [2023-04-06T05:28:18.440Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.19s)
05:28:18 [2023-04-06T05:28:18.440Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.18s)
05:28:18 [2023-04-06T05:28:18.440Z] === RUN   TestUpdateRestartPolicy
05:28:30 [2023-04-06T05:28:30.658Z] --- PASS: TestUpdateRestartPolicy (10.61s)
05:28:30 [2023-04-06T05:28:30.658Z] === RUN   TestUpdateRestartWithAutoRemove
05:28:30 [2023-04-06T05:28:30.658Z] --- PASS: TestUpdateRestartWithAutoRemove (0.40s)
05:28:30 [2023-04-06T05:28:30.658Z] === RUN   TestWaitNonBlocked
05:28:30 [2023-04-06T05:28:30.658Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
05:28:30 [2023-04-06T05:28:30.658Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
05:28:30 [2023-04-06T05:28:30.658Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
05:28:30 [2023-04-06T05:28:30.658Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
05:28:30 [2023-04-06T05:28:30.658Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
05:28:30 [2023-04-06T05:28:30.658Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
05:28:30 [2023-04-06T05:28:30.658Z] --- PASS: TestWaitNonBlocked (0.01s)
05:28:30 [2023-04-06T05:28:30.658Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.73s)
05:28:30 [2023-04-06T05:28:30.658Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.78s)
05:28:30 [2023-04-06T05:28:30.658Z] === RUN   TestWaitBlocked
05:28:30 [2023-04-06T05:28:30.658Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
05:28:30 [2023-04-06T05:28:30.658Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
05:28:30 [2023-04-06T05:28:30.658Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
05:28:30 [2023-04-06T05:28:30.658Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
05:28:30 [2023-04-06T05:28:30.658Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
05:28:30 [2023-04-06T05:28:30.658Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
05:28:30 [2023-04-06T05:28:30.925Z] --- PASS: TestWaitBlocked (0.01s)
05:28:30 [2023-04-06T05:28:30.925Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.65s)
05:28:30 [2023-04-06T05:28:30.925Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.69s)
05:28:30 [2023-04-06T05:28:30.925Z] === RUN   TestWaitConditions
05:28:30 [2023-04-06T05:28:30.925Z] === RUN   TestWaitConditions/default
05:28:30 [2023-04-06T05:28:30.925Z] === PAUSE TestWaitConditions/default
05:28:30 [2023-04-06T05:28:30.925Z] === RUN   TestWaitConditions/not-running
05:28:30 [2023-04-06T05:28:30.925Z] === PAUSE TestWaitConditions/not-running
05:28:30 [2023-04-06T05:28:30.925Z] === RUN   TestWaitConditions/next-exit
05:28:30 [2023-04-06T05:28:30.925Z] === PAUSE TestWaitConditions/next-exit
05:28:30 [2023-04-06T05:28:30.925Z] === RUN   TestWaitConditions/removed
05:28:30 [2023-04-06T05:28:30.925Z] === PAUSE TestWaitConditions/removed
05:28:30 [2023-04-06T05:28:30.925Z] === CONT  TestWaitConditions/default
05:28:30 [2023-04-06T05:28:30.925Z] === CONT  TestWaitConditions/next-exit
05:28:30 [2023-04-06T05:28:30.925Z]     wait_test.go:146: ContainerID = 88a911c2ce4d4f9c9adf0a169c495bed23ab85eacac1250807f69507a7da51d1
05:28:30 [2023-04-06T05:28:30.925Z]     wait_test.go:146: ContainerID = ed1b53b936c0de7fdbdcf12d641edd760632885ba0339da3ca69e8eb11161204
05:28:31 [2023-04-06T05:28:31.495Z] === CONT  TestWaitConditions/not-running
05:28:31 [2023-04-06T05:28:31.495Z]     wait_test.go:146: ContainerID = d4e0645cb39363b314bc0e143f6c6c1faf93fada6961356efb57ba884bd11629
05:28:31 [2023-04-06T05:28:31.495Z] === CONT  TestWaitConditions/removed
05:28:31 [2023-04-06T05:28:31.756Z]     wait_test.go:146: ContainerID = a8476bbea793655c23b7292fe57fde989cde27949293ccf6491652dc8680c9d6
05:28:32 [2023-04-06T05:28:32.326Z] --- PASS: TestWaitConditions (0.01s)
05:28:32 [2023-04-06T05:28:32.326Z]     --- PASS: TestWaitConditions/default (0.54s)
05:28:32 [2023-04-06T05:28:32.326Z]     --- PASS: TestWaitConditions/next-exit (0.59s)
05:28:32 [2023-04-06T05:28:32.326Z]     --- PASS: TestWaitConditions/not-running (0.54s)
05:28:32 [2023-04-06T05:28:32.326Z]     --- PASS: TestWaitConditions/removed (0.55s)
05:28:32 [2023-04-06T05:28:32.326Z] === RUN   TestWaitRestartedContainer
05:28:32 [2023-04-06T05:28:32.326Z] === RUN   TestWaitRestartedContainer/default
05:28:32 [2023-04-06T05:28:32.326Z] === PAUSE TestWaitRestartedContainer/default
05:28:32 [2023-04-06T05:28:32.326Z] === RUN   TestWaitRestartedContainer/not-running
05:28:32 [2023-04-06T05:28:32.326Z] === PAUSE TestWaitRestartedContainer/not-running
05:28:32 [2023-04-06T05:28:32.326Z] === RUN   TestWaitRestartedContainer/next-exit
05:28:32 [2023-04-06T05:28:32.326Z] === PAUSE TestWaitRestartedContainer/next-exit
05:28:32 [2023-04-06T05:28:32.326Z] === CONT  TestWaitRestartedContainer/default
05:28:32 [2023-04-06T05:28:32.326Z] === CONT  TestWaitRestartedContainer/next-exit
05:28:33 [2023-04-06T05:28:33.266Z] === CONT  TestWaitRestartedContainer/not-running
05:28:34 [2023-04-06T05:28:34.207Z] --- PASS: TestWaitRestartedContainer (0.01s)
05:28:34 [2023-04-06T05:28:34.207Z]     --- PASS: TestWaitRestartedContainer/next-exit (1.14s)
05:28:34 [2023-04-06T05:28:34.207Z]     --- PASS: TestWaitRestartedContainer/default (1.31s)
05:28:34 [2023-04-06T05:28:34.207Z]     --- PASS: TestWaitRestartedContainer/not-running (0.88s)
05:28:34 [2023-04-06T05:28:34.207Z] === CONT  TestRestartDaemonWithRestartingContainer
05:28:34 [2023-04-06T05:28:34.207Z] === CONT  TestContainerStartOnDaemonRestart
05:28:36 [2023-04-06T05:28:36.117Z] --- PASS: TestContainerStartOnDaemonRestart (1.82s)
05:28:36 [2023-04-06T05:28:36.117Z] === CONT  TestIpcModeOlderClient
05:28:36 [2023-04-06T05:28:36.117Z] --- PASS: TestIpcModeOlderClient (0.08s)
05:28:36 [2023-04-06T05:28:36.117Z] === CONT  TestContainerKillOnDaemonStart
05:28:36 [2023-04-06T05:28:36.692Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.36s)
05:28:36 [2023-04-06T05:28:36.692Z] === CONT  TestDaemonHostGatewayIP
05:28:38 [2023-04-06T05:28:38.603Z] --- PASS: TestDaemonHostGatewayIP (2.02s)
05:28:38 [2023-04-06T05:28:38.603Z] === CONT  TestDaemonRestartIpcMode
05:28:40 [2023-04-06T05:28:40.512Z] --- PASS: TestDaemonRestartIpcMode (2.03s)
05:28:48 [2023-04-06T05:28:48.639Z] --- PASS: TestContainerKillOnDaemonStart (11.39s)
05:28:48 [2023-04-06T05:28:48.639Z] PASS
05:28:48 [2023-04-06T05:28:48.639Z] 
05:28:48 [2023-04-06T05:28:48.639Z] === Skipped
05:28:48 [2023-04-06T05:28:48.639Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
05:28:48 [2023-04-06T05:28:48.639Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
05:28:48 [2023-04-06T05:28:48.639Z] 
05:28:48 [2023-04-06T05:28:48.639Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
05:28:48 [2023-04-06T05:28:48.639Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
05:28:48 [2023-04-06T05:28:48.639Z] 
05:28:48 [2023-04-06T05:28:48.639Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s)
05:28:48 [2023-04-06T05:28:48.639Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
05:28:48 [2023-04-06T05:28:48.639Z] 
05:28:48 [2023-04-06T05:28:48.639Z] DONE 283 tests, 3 skipped in 120.234s
05:28:48 [2023-04-06T05:28:48.639Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m 
05:28:48 [2023-04-06T05:28:48.639Z] ++ 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
05:28:48 [2023-04-06T05:28:48.639Z] ++ set -e
05:28:48 [2023-04-06T05:28:48.639Z] ++ '[' -n 0 ']'
05:28:48 [2023-04-06T05:28:48.639Z] ++ set -x
05:28:48 [2023-04-06T05:28:48.639Z] ++ 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
05:28:48 [2023-04-06T05:28:48.639Z] INFO: Testing against a local daemon
05:28:48 [2023-04-06T05:28:48.639Z] === RUN   TestConfigDaemonID
05:28:48 [2023-04-06T05:28:48.639Z]     daemon_test.go:51: [dea3e68eda1b4] daemon is not started
05:28:48 [2023-04-06T05:28:48.639Z] --- PASS: TestConfigDaemonID (1.04s)
05:28:48 [2023-04-06T05:28:48.639Z] === RUN   TestDaemonConfigValidation
05:28:48 [2023-04-06T05:28:48.639Z] === RUN   TestDaemonConfigValidation/config_with_no_content
05:28:48 [2023-04-06T05:28:48.639Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
05:28:48 [2023-04-06T05:28:48.639Z] === RUN   TestDaemonConfigValidation/config_with_{}
05:28:48 [2023-04-06T05:28:48.639Z] === PAUSE TestDaemonConfigValidation/config_with_{}
05:28:48 [2023-04-06T05:28:48.639Z] === RUN   TestDaemonConfigValidation/invalid_config
05:28:48 [2023-04-06T05:28:48.639Z] === PAUSE TestDaemonConfigValidation/invalid_config
05:28:48 [2023-04-06T05:28:48.639Z] === RUN   TestDaemonConfigValidation/malformed_config
05:28:48 [2023-04-06T05:28:48.639Z] === PAUSE TestDaemonConfigValidation/malformed_config
05:28:48 [2023-04-06T05:28:48.639Z] === RUN   TestDaemonConfigValidation/valid_config
05:28:48 [2023-04-06T05:28:48.639Z] === PAUSE TestDaemonConfigValidation/valid_config
05:28:48 [2023-04-06T05:28:48.639Z] === CONT  TestDaemonConfigValidation/config_with_no_content
05:28:48 [2023-04-06T05:28:48.639Z] === CONT  TestDaemonConfigValidation/malformed_config
05:28:48 [2023-04-06T05:28:48.639Z] === CONT  TestDaemonConfigValidation/valid_config
05:28:48 [2023-04-06T05:28:48.639Z] === CONT  TestDaemonConfigValidation/invalid_config
05:28:48 [2023-04-06T05:28:48.899Z] === CONT  TestDaemonConfigValidation/config_with_{}
05:28:48 [2023-04-06T05:28:48.899Z] --- PASS: TestDaemonConfigValidation (0.00s)
05:28:48 [2023-04-06T05:28:48.899Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.07s)
05:28:48 [2023-04-06T05:28:48.899Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.07s)
05:28:48 [2023-04-06T05:28:48.899Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.07s)
05:28:48 [2023-04-06T05:28:48.899Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.08s)
05:28:48 [2023-04-06T05:28:48.899Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s)
05:28:48 [2023-04-06T05:28:48.899Z] === RUN   TestConfigDaemonSeccompProfiles
05:28:48 [2023-04-06T05:28:48.899Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
05:28:49 [2023-04-06T05:28:49.838Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
05:28:51 [2023-04-06T05:28:51.220Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
05:28:52 [2023-04-06T05:28:52.159Z]     daemon_test.go:165: [db1b647effbb5] daemon is not started
05:28:52 [2023-04-06T05:28:52.159Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s)
05:28:52 [2023-04-06T05:28:52.159Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
05:28:52 [2023-04-06T05:28:52.159Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
05:28:52 [2023-04-06T05:28:52.159Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
05:28:52 [2023-04-06T05:28:52.159Z] === RUN   TestDaemonProxy
05:28:52 [2023-04-06T05:28:52.159Z] === RUN   TestDaemonProxy/environment_variables
05:28:54 [2023-04-06T05:28:54.067Z] === RUN   TestDaemonProxy/command-line_options
05:28:55 [2023-04-06T05:28:55.449Z] === RUN   TestDaemonProxy/configuration_file
05:28:57 [2023-04-06T05:28:57.357Z] === RUN   TestDaemonProxy/conflicting_options
05:28:57 [2023-04-06T05:28:57.617Z] === RUN   TestDaemonProxy/reload_sanitized
05:28:58 [2023-04-06T05:28:58.187Z] --- PASS: TestDaemonProxy (6.24s)
05:28:58 [2023-04-06T05:28:58.187Z]     --- PASS: TestDaemonProxy/environment_variables (1.74s)
05:28:58 [2023-04-06T05:28:58.187Z]     --- PASS: TestDaemonProxy/command-line_options (1.74s)
05:28:58 [2023-04-06T05:28:58.187Z]     --- PASS: TestDaemonProxy/configuration_file (1.74s)
05:28:58 [2023-04-06T05:28:58.187Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
05:28:58 [2023-04-06T05:28:58.187Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.52s)
05:28:58 [2023-04-06T05:28:58.187Z] === RUN   TestLiveRestore
05:28:58 [2023-04-06T05:28:58.187Z] === RUN   TestLiveRestore/volume_references
05:28:58 [2023-04-06T05:28:58.187Z] === PAUSE TestLiveRestore/volume_references
05:28:58 [2023-04-06T05:28:58.187Z] === CONT  TestLiveRestore/volume_references
05:28:58 [2023-04-06T05:28:58.756Z] === RUN   TestLiveRestore/volume_references/restartPolicy
05:28:58 [2023-04-06T05:28:58.756Z] === RUN   TestLiveRestore/volume_references/restartPolicy/always
05:28:59 [2023-04-06T05:28:59.696Z] === RUN   TestLiveRestore/volume_references/restartPolicy/unless-stopped
05:29:00 [2023-04-06T05:29:00.635Z] === RUN   TestLiveRestore/volume_references/restartPolicy/on-failure
05:29:01 [2023-04-06T05:29:01.205Z] === RUN   TestLiveRestore/volume_references/restartPolicy/no
05:29:02 [2023-04-06T05:29:02.145Z] --- PASS: TestLiveRestore (0.00s)
05:29:02 [2023-04-06T05:29:02.145Z]     --- PASS: TestLiveRestore/volume_references (3.91s)
05:29:02 [2023-04-06T05:29:02.145Z]         --- PASS: TestLiveRestore/volume_references/restartPolicy (3.32s)
05:29:02 [2023-04-06T05:29:02.145Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/always (0.84s)
05:29:02 [2023-04-06T05:29:02.145Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (0.82s)
05:29:02 [2023-04-06T05:29:02.145Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (0.81s)
05:29:02 [2023-04-06T05:29:02.145Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/no (0.84s)
05:29:02 [2023-04-06T05:29:02.145Z] PASS
05:29:02 [2023-04-06T05:29:02.145Z] 
05:29:02 [2023-04-06T05:29:02.145Z] DONE 24 tests in 14.666s
05:29:02 [2023-04-06T05:29:02.145Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m 
05:29:02 [2023-04-06T05:29:02.145Z] ++ 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
05:29:02 [2023-04-06T05:29:02.145Z] ++ set -e
05:29:02 [2023-04-06T05:29:02.145Z] ++ '[' -n 0 ']'
05:29:02 [2023-04-06T05:29:02.145Z] ++ set -x
05:29:02 [2023-04-06T05:29:02.145Z] ++ 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
05:29:02 [2023-04-06T05:29:02.405Z] INFO: Testing against a local daemon
05:29:02 [2023-04-06T05:29:02.405Z] === RUN   TestCommitInheritsEnv
05:29:02 [2023-04-06T05:29:02.665Z] --- PASS: TestCommitInheritsEnv (0.18s)
05:29:02 [2023-04-06T05:29:02.665Z] === RUN   TestImportExtremelyLargeImageWorks
05:29:02 [2023-04-06T05:29:02.665Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
05:29:02 [2023-04-06T05:29:02.665Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
05:29:02 [2023-04-06T05:29:02.665Z] === RUN   TestImportWithCustomPlatform
05:29:02 [2023-04-06T05:29:02.665Z] === RUN   TestImportWithCustomPlatform/#00
05:29:02 [2023-04-06T05:29:02.665Z] === RUN   TestImportWithCustomPlatform/_______
05:29:02 [2023-04-06T05:29:02.665Z] === RUN   TestImportWithCustomPlatform//
05:29:02 [2023-04-06T05:29:02.665Z] === RUN   TestImportWithCustomPlatform/linux
05:29:02 [2023-04-06T05:29:02.665Z] === RUN   TestImportWithCustomPlatform/LINUX
05:29:02 [2023-04-06T05:29:02.665Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
05:29:02 [2023-04-06T05:29:02.665Z] === RUN   TestImportWithCustomPlatform/macos
05:29:02 [2023-04-06T05:29:02.665Z] === RUN   TestImportWithCustomPlatform/macos/arm64
05:29:02 [2023-04-06T05:29:02.665Z] === RUN   TestImportWithCustomPlatform/nintendo64
05:29:02 [2023-04-06T05:29:02.665Z] --- PASS: TestImportWithCustomPlatform (0.13s)
05:29:02 [2023-04-06T05:29:02.665Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.02s)
05:29:02 [2023-04-06T05:29:02.665Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
05:29:02 [2023-04-06T05:29:02.665Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
05:29:02 [2023-04-06T05:29:02.665Z]     --- PASS: TestImportWithCustomPlatform/linux (0.02s)
05:29:02 [2023-04-06T05:29:02.665Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.02s)
05:29:02 [2023-04-06T05:29:02.665Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.03s)
05:29:02 [2023-04-06T05:29:02.666Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
05:29:02 [2023-04-06T05:29:02.666Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
05:29:02 [2023-04-06T05:29:02.666Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
05:29:02 [2023-04-06T05:29:02.666Z] === RUN   TestImagesFilterMultiReference
05:29:02 [2023-04-06T05:29:02.666Z] --- PASS: TestImagesFilterMultiReference (0.06s)
05:29:02 [2023-04-06T05:29:02.666Z] === RUN   TestImagesFilterBeforeSince
05:29:02 [2023-04-06T05:29:02.926Z]     list_test.go:87: ImageList: ID=sha256:cc3d38da65851ae67e3d504286a51b15e9456b371f19f8e4fba30de553c30701 RepoTags=[testimagesfilterbeforesince:v3]
05:29:02 [2023-04-06T05:29:02.926Z]     list_test.go:87: ImageList: ID=sha256:bd5bdc78571ba5d393db1ef433fb142ee2fd46a24e9cb7038c403eb797b53bd7 RepoTags=[testimagesfilterbeforesince:v1]
05:29:02 [2023-04-06T05:29:02.926Z]     list_test.go:87: ImageList: ID=sha256:2e7f359725a2b86b62cf964a8084042ad911e58a90182626414c5af8ea886c6a RepoTags=[testimagesfilterbeforesince:v2]
05:29:02 [2023-04-06T05:29:02.926Z] --- PASS: TestImagesFilterBeforeSince (0.24s)
05:29:02 [2023-04-06T05:29:02.926Z] === RUN   TestImagePullPlatformInvalid
05:29:02 [2023-04-06T05:29:02.926Z] --- PASS: TestImagePullPlatformInvalid (0.03s)
05:29:02 [2023-04-06T05:29:02.926Z] === RUN   TestImagePullStoredfDigestForOtherRepo
05:29:03 [2023-04-06T05:29:03.189Z] time="2023-04-06T05:29:02Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.20.3 instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.189Z] time="2023-04-06T05:29:02Z" level=info msg="Starting upload purge in 56m0s" go.version=go1.20.3 instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.189Z] time="2023-04-06T05:29:02Z" level=info msg="redis not configured" go.version=go1.20.3 instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.189Z] time="2023-04-06T05:29:02Z" level=info msg="listening on 127.0.0.1:5000" go.version=go1.20.3 instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.189Z] time="2023-04-06T05:29:03Z" level=debug msg="authorizing request" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=e4010c1e-eb34-476d-bc12-28b1f9467d17 http.request.method=GET http.request.remoteaddr="127.0.0.1:50864" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.189Z] time="2023-04-06T05:29:03Z" level=info msg="response completed" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=e4010c1e-eb34-476d-bc12-28b1f9467d17 http.request.method=GET http.request.remoteaddr="127.0.0.1:50864" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.094284ms http.response.status=200 http.response.written=2 instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.189Z] 127.0.0.1 - - [06/Apr/2023:05:29:03 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1"
05:29:03 [2023-04-06T05:29:03.189Z] time="2023-04-06T05:29:03Z" level=debug msg="authorizing request" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=f5e7b5bd-26fb-4083-a1b8-3cb0aaa1675a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50872" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.20+unknown" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.189Z] time="2023-04-06T05:29:03Z" level=debug msg=GetBlob go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=f5e7b5bd-26fb-4083-a1b8-3cb0aaa1675a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50872" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.20+unknown" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.189Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=f5e7b5bd-26fb-4083-a1b8-3cb0aaa1675a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50872" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.20+unknown" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=71.441µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=4c08e339-e5e8-440b-85c5-067e619ab55d trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.189Z] time="2023-04-06T05:29:03Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe err.message="blob unknown to registry" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=f5e7b5bd-26fb-4083-a1b8-3cb0aaa1675a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50872" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.20+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=3.176123ms http.response.status=404 http.response.written=157 instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.189Z] 127.0.0.1 - - [06/Apr/2023:05:29:03 +0000] "HEAD /v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 404 157 "" "containerd/1.6.20+unknown"
05:29:03 [2023-04-06T05:29:03.189Z] time="2023-04-06T05:29:03Z" level=debug msg="authorizing request" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=eb46bfd3-673b-4d63-aa52-0a3a0b1117bf http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50866" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.20+unknown" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.189Z] time="2023-04-06T05:29:03Z" level=debug msg=GetBlob go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=eb46bfd3-673b-4d63-aa52-0a3a0b1117bf http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50866" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.20+unknown" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.189Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=eb46bfd3-673b-4d63-aa52-0a3a0b1117bf http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50866" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.20+unknown" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=35.339µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=bbd06b2b-0f6b-4bef-bb12-196bd8b943bc trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.189Z] time="2023-04-06T05:29:03Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 err.message="blob unknown to registry" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=eb46bfd3-673b-4d63-aa52-0a3a0b1117bf http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50866" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.20+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=3.757447ms http.response.status=404 http.response.written=157 instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.189Z] 127.0.0.1 - - [06/Apr/2023:05:29:03 +0000] "HEAD /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 404 157 "" "containerd/1.6.20+unknown"
05:29:03 [2023-04-06T05:29:03.189Z] time="2023-04-06T05:29:03Z" level=debug msg="authorizing request" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=e5ccfe15-4546-46ed-b78b-8b6f5ef26aba http.request.method=POST http.request.remoteaddr="127.0.0.1:50872" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.20+unknown" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df vars.name=test version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.189Z] time="2023-04-06T05:29:03Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=e5ccfe15-4546-46ed-b78b-8b6f5ef26aba http.request.method=POST http.request.remoteaddr="127.0.0.1:50872" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.20+unknown" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df vars.name=test version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.189Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/6a9d58cb-1458-4dd8-adff-6d7204e51ebc/startedat\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=e5ccfe15-4546-46ed-b78b-8b6f5ef26aba http.request.method=POST http.request.remoteaddr="127.0.0.1:50872" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.20+unknown" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=209.252µs trace.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=b32528df-a564-483a-80ea-448e6d9560e6 trace.line=95 vars.name=test version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.189Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/6a9d58cb-1458-4dd8-adff-6d7204e51ebc/data\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=e5ccfe15-4546-46ed-b78b-8b6f5ef26aba http.request.method=POST http.request.remoteaddr="127.0.0.1:50872" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.20+unknown" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=37.891µs trace.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=7c66ddf9-ab22-48b5-b277-18632cc29431 trace.line=141 vars.name=test version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.189Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/6a9d58cb-1458-4dd8-adff-6d7204e51ebc/hashstates/sha256/0\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=e5ccfe15-4546-46ed-b78b-8b6f5ef26aba http.request.method=POST http.request.remoteaddr="127.0.0.1:50872" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.20+unknown" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=80.95µs trace.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=5c875b2b-ea0d-4a7b-85c2-9e6236a4d0c1 trace.line=95 vars.name=test version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.189Z] time="2023-04-06T05:29:03Z" level=info msg="response completed" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=e5ccfe15-4546-46ed-b78b-8b6f5ef26aba http.request.method=POST http.request.remoteaddr="127.0.0.1:50872" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.20+unknown" http.response.duration=4.990995ms http.response.status=202 http.response.written=0 instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.189Z] 127.0.0.1 - - [06/Apr/2023:05:29:03 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.6.20+unknown"
05:29:03 [2023-04-06T05:29:03.189Z] time="2023-04-06T05:29:03Z" level=debug msg="authorizing request" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=b7fee58a-2166-4e33-8a3f-0f323fc81cc6 http.request.method=POST http.request.remoteaddr="127.0.0.1:50866" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.20+unknown" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df vars.name=test version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.189Z] time="2023-04-06T05:29:03Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=b7fee58a-2166-4e33-8a3f-0f323fc81cc6 http.request.method=POST http.request.remoteaddr="127.0.0.1:50866" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.20+unknown" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df vars.name=test version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.189Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/97f79154-6544-4446-bc8e-6e96caec165d/startedat\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=b7fee58a-2166-4e33-8a3f-0f323fc81cc6 http.request.method=POST http.request.remoteaddr="127.0.0.1:50866" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.20+unknown" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=69.784µs trace.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=0b99e96b-9e24-42ad-8476-ac09f41bddb0 trace.line=95 vars.name=test version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.189Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/97f79154-6544-4446-bc8e-6e96caec165d/data\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=b7fee58a-2166-4e33-8a3f-0f323fc81cc6 http.request.method=POST http.request.remoteaddr="127.0.0.1:50866" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.20+unknown" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=14.063µs trace.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=625d795a-9650-4519-957a-acd41b768f3f trace.line=141 vars.name=test version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.189Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/97f79154-6544-4446-bc8e-6e96caec165d/hashstates/sha256/0\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=b7fee58a-2166-4e33-8a3f-0f323fc81cc6 http.request.method=POST http.request.remoteaddr="127.0.0.1:50866" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.20+unknown" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=90.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=cc926a1f-9f8d-4791-a85d-5059dc5ca677 trace.line=95 vars.name=test version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.189Z] time="2023-04-06T05:29:03Z" level=info msg="response completed" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=b7fee58a-2166-4e33-8a3f-0f323fc81cc6 http.request.method=POST http.request.remoteaddr="127.0.0.1:50866" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.20+unknown" http.response.duration=8.630718ms http.response.status=202 http.response.written=0 instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.189Z] 127.0.0.1 - - [06/Apr/2023:05:29:03 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.6.20+unknown"
05:29:03 [2023-04-06T05:29:03.189Z] time="2023-04-06T05:29:03Z" level=debug msg="authorizing request" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=25453975-72ce-4175-81bf-b24ec91f7e14 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50872" http.request.uri="/v2/test/blobs/uploads/6a9d58cb-1458-4dd8-adff-6d7204e51ebc?_state=_sDeo8pW4Oo2xrA8SEj23DPFJ9wr9BrKam2xmk_TNx17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZhOWQ1OGNiLTE0NTgtNGRkOC1hZGZmLTZkNzIwNGU1MWViYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0wNlQwNToyOTowMy4wMTczMzYxOVoifQ%3D%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.20+unknown" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df vars.name=test vars.uuid=6a9d58cb-1458-4dd8-adff-6d7204e51ebc version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.189Z] time="2023-04-06T05:29:03Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=25453975-72ce-4175-81bf-b24ec91f7e14 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50872" http.request.uri="/v2/test/blobs/uploads/6a9d58cb-1458-4dd8-adff-6d7204e51ebc?_state=_sDeo8pW4Oo2xrA8SEj23DPFJ9wr9BrKam2xmk_TNx17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZhOWQ1OGNiLTE0NTgtNGRkOC1hZGZmLTZkNzIwNGU1MWViYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0wNlQwNToyOTowMy4wMTczMzYxOVoifQ%3D%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.20+unknown" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df vars.name=test vars.uuid=6a9d58cb-1458-4dd8-adff-6d7204e51ebc version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.190Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/6a9d58cb-1458-4dd8-adff-6d7204e51ebc/startedat\")" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=25453975-72ce-4175-81bf-b24ec91f7e14 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50872" http.request.uri="/v2/test/blobs/uploads/6a9d58cb-1458-4dd8-adff-6d7204e51ebc?_state=_sDeo8pW4Oo2xrA8SEj23DPFJ9wr9BrKam2xmk_TNx17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZhOWQ1OGNiLTE0NTgtNGRkOC1hZGZmLTZkNzIwNGU1MWViYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0wNlQwNToyOTowMy4wMTczMzYxOVoifQ%3D%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.20+unknown" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=123.592µs trace.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=dadba6e4-5c7a-4e97-99b6-07bcb195590b trace.line=82 vars.name=test vars.uuid=6a9d58cb-1458-4dd8-adff-6d7204e51ebc version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.190Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/6a9d58cb-1458-4dd8-adff-6d7204e51ebc/data\")" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=25453975-72ce-4175-81bf-b24ec91f7e14 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50872" http.request.uri="/v2/test/blobs/uploads/6a9d58cb-1458-4dd8-adff-6d7204e51ebc?_state=_sDeo8pW4Oo2xrA8SEj23DPFJ9wr9BrKam2xmk_TNx17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZhOWQ1OGNiLTE0NTgtNGRkOC1hZGZmLTZkNzIwNGU1MWViYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0wNlQwNToyOTowMy4wMTczMzYxOVoifQ%3D%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.20+unknown" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=146.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=69499ba0-5384-46b2-8ca0-27cd5da624bd trace.line=141 vars.name=test vars.uuid=6a9d58cb-1458-4dd8-adff-6d7204e51ebc version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.190Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/6a9d58cb-1458-4dd8-adff-6d7204e51ebc/data\", 0)" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=25453975-72ce-4175-81bf-b24ec91f7e14 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50872" http.request.uri="/v2/test/blobs/uploads/6a9d58cb-1458-4dd8-adff-6d7204e51ebc?_state=_sDeo8pW4Oo2xrA8SEj23DPFJ9wr9BrKam2xmk_TNx17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZhOWQ1OGNiLTE0NTgtNGRkOC1hZGZmLTZkNzIwNGU1MWViYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0wNlQwNToyOTowMy4wMTczMzYxOVoifQ%3D%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.20+unknown" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=262.839µs trace.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=6e1be4a6-3449-4475-9318-acda85d1e29d trace.line=124 vars.name=test vars.uuid=6a9d58cb-1458-4dd8-adff-6d7204e51ebc version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.190Z] time="2023-04-06T05:29:03Z" level=debug msg="(*blobWriter).Commit" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=25453975-72ce-4175-81bf-b24ec91f7e14 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50872" http.request.uri="/v2/test/blobs/uploads/6a9d58cb-1458-4dd8-adff-6d7204e51ebc?_state=_sDeo8pW4Oo2xrA8SEj23DPFJ9wr9BrKam2xmk_TNx17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZhOWQ1OGNiLTE0NTgtNGRkOC1hZGZmLTZkNzIwNGU1MWViYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0wNlQwNToyOTowMy4wMTczMzYxOVoifQ%3D%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.20+unknown" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df vars.name=test vars.uuid=6a9d58cb-1458-4dd8-adff-6d7204e51ebc version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.190Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/6a9d58cb-1458-4dd8-adff-6d7204e51ebc/data\")" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=25453975-72ce-4175-81bf-b24ec91f7e14 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50872" http.request.uri="/v2/test/blobs/uploads/6a9d58cb-1458-4dd8-adff-6d7204e51ebc?_state=_sDeo8pW4Oo2xrA8SEj23DPFJ9wr9BrKam2xmk_TNx17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZhOWQ1OGNiLTE0NTgtNGRkOC1hZGZmLTZkNzIwNGU1MWViYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0wNlQwNToyOTowMy4wMTczMzYxOVoifQ%3D%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.20+unknown" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=17.584µs trace.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=5f81d398-0c9c-4105-b829-0be1b8d86847 trace.line=141 vars.name=test vars.uuid=6a9d58cb-1458-4dd8-adff-6d7204e51ebc version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.190Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=25453975-72ce-4175-81bf-b24ec91f7e14 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50872" http.request.uri="/v2/test/blobs/uploads/6a9d58cb-1458-4dd8-adff-6d7204e51ebc?_state=_sDeo8pW4Oo2xrA8SEj23DPFJ9wr9BrKam2xmk_TNx17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZhOWQ1OGNiLTE0NTgtNGRkOC1hZGZmLTZkNzIwNGU1MWViYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0wNlQwNToyOTowMy4wMTczMzYxOVoifQ%3D%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.20+unknown" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=44.799µs trace.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=ade0490d-d7de-4c93-b52b-512f7c2cc763 trace.line=141 vars.name=test vars.uuid=6a9d58cb-1458-4dd8-adff-6d7204e51ebc version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.190Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/6a9d58cb-1458-4dd8-adff-6d7204e51ebc/data\")" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=25453975-72ce-4175-81bf-b24ec91f7e14 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50872" http.request.uri="/v2/test/blobs/uploads/6a9d58cb-1458-4dd8-adff-6d7204e51ebc?_state=_sDeo8pW4Oo2xrA8SEj23DPFJ9wr9BrKam2xmk_TNx17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZhOWQ1OGNiLTE0NTgtNGRkOC1hZGZmLTZkNzIwNGU1MWViYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0wNlQwNToyOTowMy4wMTczMzYxOVoifQ%3D%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.20+unknown" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df 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=c4f5fb02-4720-4a03-a535-2ad407b560f5 trace.line=141 vars.name=test vars.uuid=6a9d58cb-1458-4dd8-adff-6d7204e51ebc version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.190Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/6a9d58cb-1458-4dd8-adff-6d7204e51ebc/data\", \"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\"" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=25453975-72ce-4175-81bf-b24ec91f7e14 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50872" http.request.uri="/v2/test/blobs/uploads/6a9d58cb-1458-4dd8-adff-6d7204e51ebc?_state=_sDeo8pW4Oo2xrA8SEj23DPFJ9wr9BrKam2xmk_TNx17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZhOWQ1OGNiLTE0NTgtNGRkOC1hZGZmLTZkNzIwNGU1MWViYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0wNlQwNToyOTowMy4wMTczMzYxOVoifQ%3D%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.20+unknown" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=175.332µs trace.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=6bdd0652-85e6-401f-ac4e-6d946d0d5b83 trace.line=167 vars.name=test vars.uuid=6a9d58cb-1458-4dd8-adff-6d7204e51ebc version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.190Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=25453975-72ce-4175-81bf-b24ec91f7e14 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50872" http.request.uri="/v2/test/blobs/uploads/6a9d58cb-1458-4dd8-adff-6d7204e51ebc?_state=_sDeo8pW4Oo2xrA8SEj23DPFJ9wr9BrKam2xmk_TNx17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZhOWQ1OGNiLTE0NTgtNGRkOC1hZGZmLTZkNzIwNGU1MWViYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0wNlQwNToyOTowMy4wMTczMzYxOVoifQ%3D%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.20+unknown" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=191.759µs trace.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=cad01c33-8c3b-414f-828f-e50d289d4c45 trace.line=95 vars.name=test vars.uuid=6a9d58cb-1458-4dd8-adff-6d7204e51ebc version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.190Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/6a9d58cb-1458-4dd8-adff-6d7204e51ebc\")" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=25453975-72ce-4175-81bf-b24ec91f7e14 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50872" http.request.uri="/v2/test/blobs/uploads/6a9d58cb-1458-4dd8-adff-6d7204e51ebc?_state=_sDeo8pW4Oo2xrA8SEj23DPFJ9wr9BrKam2xmk_TNx17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZhOWQ1OGNiLTE0NTgtNGRkOC1hZGZmLTZkNzIwNGU1MWViYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0wNlQwNToyOTowMy4wMTczMzYxOVoifQ%3D%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.20+unknown" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=683.64µs trace.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=b8a72fb4-9117-40e2-8a82-6fa841b65f7f trace.line=181 vars.name=test vars.uuid=6a9d58cb-1458-4dd8-adff-6d7204e51ebc version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.190Z] time="2023-04-06T05:29:03Z" level=info msg="response completed" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=25453975-72ce-4175-81bf-b24ec91f7e14 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50872" http.request.uri="/v2/test/blobs/uploads/6a9d58cb-1458-4dd8-adff-6d7204e51ebc?_state=_sDeo8pW4Oo2xrA8SEj23DPFJ9wr9BrKam2xmk_TNx17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZhOWQ1OGNiLTE0NTgtNGRkOC1hZGZmLTZkNzIwNGU1MWViYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0wNlQwNToyOTowMy4wMTczMzYxOVoifQ%3D%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.20+unknown" http.response.duration=5.769216ms http.response.status=201 http.response.written=0 instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.190Z] 127.0.0.1 - - [06/Apr/2023:05:29:03 +0000] "PUT /v2/test/blobs/uploads/6a9d58cb-1458-4dd8-adff-6d7204e51ebc?_state=_sDeo8pW4Oo2xrA8SEj23DPFJ9wr9BrKam2xmk_TNx17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZhOWQ1OGNiLTE0NTgtNGRkOC1hZGZmLTZkNzIwNGU1MWViYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0wNlQwNToyOTowMy4wMTczMzYxOVoifQ%3D%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 201 0 "" "containerd/1.6.20+unknown"
05:29:03 [2023-04-06T05:29:03.190Z] time="2023-04-06T05:29:03Z" level=debug msg="authorizing request" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=1cbf3afb-4778-48c0-9e42-b17279794e09 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50866" http.request.uri="/v2/test/blobs/uploads/97f79154-6544-4446-bc8e-6e96caec165d?_state=8hGdjXSYxX7QdyXtrX0SZFc8jJZO3XofRpptr_dLhM17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijk3Zjc5MTU0LTY1NDQtNDQ0Ni1iYzhlLTZlOTZjYWVjMTY1ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0wNlQwNToyOTowMy4wMjE0MDI4NzZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.20+unknown" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df vars.name=test vars.uuid=97f79154-6544-4446-bc8e-6e96caec165d version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.190Z] time="2023-04-06T05:29:03Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=1cbf3afb-4778-48c0-9e42-b17279794e09 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50866" http.request.uri="/v2/test/blobs/uploads/97f79154-6544-4446-bc8e-6e96caec165d?_state=8hGdjXSYxX7QdyXtrX0SZFc8jJZO3XofRpptr_dLhM17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijk3Zjc5MTU0LTY1NDQtNDQ0Ni1iYzhlLTZlOTZjYWVjMTY1ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0wNlQwNToyOTowMy4wMjE0MDI4NzZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.20+unknown" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df vars.name=test vars.uuid=97f79154-6544-4446-bc8e-6e96caec165d version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.190Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/97f79154-6544-4446-bc8e-6e96caec165d/startedat\")" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=1cbf3afb-4778-48c0-9e42-b17279794e09 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50866" http.request.uri="/v2/test/blobs/uploads/97f79154-6544-4446-bc8e-6e96caec165d?_state=8hGdjXSYxX7QdyXtrX0SZFc8jJZO3XofRpptr_dLhM17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijk3Zjc5MTU0LTY1NDQtNDQ0Ni1iYzhlLTZlOTZjYWVjMTY1ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0wNlQwNToyOTowMy4wMjE0MDI4NzZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.20+unknown" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=123.551µs trace.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=ff9bdfc0-5c4c-4f98-a075-9c2b7bbbe520 trace.line=82 vars.name=test vars.uuid=97f79154-6544-4446-bc8e-6e96caec165d version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.190Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/97f79154-6544-4446-bc8e-6e96caec165d/data\")" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=1cbf3afb-4778-48c0-9e42-b17279794e09 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50866" http.request.uri="/v2/test/blobs/uploads/97f79154-6544-4446-bc8e-6e96caec165d?_state=8hGdjXSYxX7QdyXtrX0SZFc8jJZO3XofRpptr_dLhM17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijk3Zjc5MTU0LTY1NDQtNDQ0Ni1iYzhlLTZlOTZjYWVjMTY1ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0wNlQwNToyOTowMy4wMjE0MDI4NzZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.20+unknown" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=19.503µs trace.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=9ea6e968-3a4f-4b3e-ab13-a8a93ba3f779 trace.line=141 vars.name=test vars.uuid=97f79154-6544-4446-bc8e-6e96caec165d version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.190Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/97f79154-6544-4446-bc8e-6e96caec165d/data\", 0)" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=1cbf3afb-4778-48c0-9e42-b17279794e09 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50866" http.request.uri="/v2/test/blobs/uploads/97f79154-6544-4446-bc8e-6e96caec165d?_state=8hGdjXSYxX7QdyXtrX0SZFc8jJZO3XofRpptr_dLhM17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijk3Zjc5MTU0LTY1NDQtNDQ0Ni1iYzhlLTZlOTZjYWVjMTY1ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0wNlQwNToyOTowMy4wMjE0MDI4NzZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.20+unknown" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=76.446µs trace.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=3f3a088e-8d28-47be-a7c9-21ea57c14441 trace.line=124 vars.name=test vars.uuid=97f79154-6544-4446-bc8e-6e96caec165d version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.190Z] time="2023-04-06T05:29:03Z" level=debug msg="(*blobWriter).Commit" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=1cbf3afb-4778-48c0-9e42-b17279794e09 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50866" http.request.uri="/v2/test/blobs/uploads/97f79154-6544-4446-bc8e-6e96caec165d?_state=8hGdjXSYxX7QdyXtrX0SZFc8jJZO3XofRpptr_dLhM17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijk3Zjc5MTU0LTY1NDQtNDQ0Ni1iYzhlLTZlOTZjYWVjMTY1ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0wNlQwNToyOTowMy4wMjE0MDI4NzZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.20+unknown" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df vars.name=test vars.uuid=97f79154-6544-4446-bc8e-6e96caec165d version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.190Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/97f79154-6544-4446-bc8e-6e96caec165d/data\")" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=1cbf3afb-4778-48c0-9e42-b17279794e09 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50866" http.request.uri="/v2/test/blobs/uploads/97f79154-6544-4446-bc8e-6e96caec165d?_state=8hGdjXSYxX7QdyXtrX0SZFc8jJZO3XofRpptr_dLhM17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijk3Zjc5MTU0LTY1NDQtNDQ0Ni1iYzhlLTZlOTZjYWVjMTY1ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0wNlQwNToyOTowMy4wMjE0MDI4NzZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.20+unknown" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=10.708µs trace.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=e4a5c662-1bcb-479b-bf92-07f7952b8b98 trace.line=141 vars.name=test vars.uuid=97f79154-6544-4446-bc8e-6e96caec165d version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.190Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=1cbf3afb-4778-48c0-9e42-b17279794e09 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50866" http.request.uri="/v2/test/blobs/uploads/97f79154-6544-4446-bc8e-6e96caec165d?_state=8hGdjXSYxX7QdyXtrX0SZFc8jJZO3XofRpptr_dLhM17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijk3Zjc5MTU0LTY1NDQtNDQ0Ni1iYzhlLTZlOTZjYWVjMTY1ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0wNlQwNToyOTowMy4wMjE0MDI4NzZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.20+unknown" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=104.187µs trace.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=19b6376f-0644-433d-b760-fdd084eeefa3 trace.line=141 vars.name=test vars.uuid=97f79154-6544-4446-bc8e-6e96caec165d version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.190Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/97f79154-6544-4446-bc8e-6e96caec165d/data\")" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=1cbf3afb-4778-48c0-9e42-b17279794e09 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50866" http.request.uri="/v2/test/blobs/uploads/97f79154-6544-4446-bc8e-6e96caec165d?_state=8hGdjXSYxX7QdyXtrX0SZFc8jJZO3XofRpptr_dLhM17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijk3Zjc5MTU0LTY1NDQtNDQ0Ni1iYzhlLTZlOTZjYWVjMTY1ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0wNlQwNToyOTowMy4wMjE0MDI4NzZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.20+unknown" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=16.378µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=b2214b69-487a-40cf-90dc-004eeecdcd0b trace.line=141 vars.name=test vars.uuid=97f79154-6544-4446-bc8e-6e96caec165d version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.191Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/97f79154-6544-4446-bc8e-6e96caec165d/data\", \"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\"" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=1cbf3afb-4778-48c0-9e42-b17279794e09 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50866" http.request.uri="/v2/test/blobs/uploads/97f79154-6544-4446-bc8e-6e96caec165d?_state=8hGdjXSYxX7QdyXtrX0SZFc8jJZO3XofRpptr_dLhM17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijk3Zjc5MTU0LTY1NDQtNDQ0Ni1iYzhlLTZlOTZjYWVjMTY1ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0wNlQwNToyOTowMy4wMjE0MDI4NzZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.20+unknown" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=165.897µs trace.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=00bcf31b-583b-4f36-ad15-46cd566453da trace.line=167 vars.name=test vars.uuid=97f79154-6544-4446-bc8e-6e96caec165d version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.191Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=1cbf3afb-4778-48c0-9e42-b17279794e09 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50866" http.request.uri="/v2/test/blobs/uploads/97f79154-6544-4446-bc8e-6e96caec165d?_state=8hGdjXSYxX7QdyXtrX0SZFc8jJZO3XofRpptr_dLhM17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijk3Zjc5MTU0LTY1NDQtNDQ0Ni1iYzhlLTZlOTZjYWVjMTY1ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0wNlQwNToyOTowMy4wMjE0MDI4NzZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.20+unknown" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=324.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).PutContent" trace.id=e0a516d5-3ac6-43d0-97f2-e70a0d8b1619 trace.line=95 vars.name=test vars.uuid=97f79154-6544-4446-bc8e-6e96caec165d version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.191Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/97f79154-6544-4446-bc8e-6e96caec165d\")" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=1cbf3afb-4778-48c0-9e42-b17279794e09 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50866" http.request.uri="/v2/test/blobs/uploads/97f79154-6544-4446-bc8e-6e96caec165d?_state=8hGdjXSYxX7QdyXtrX0SZFc8jJZO3XofRpptr_dLhM17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijk3Zjc5MTU0LTY1NDQtNDQ0Ni1iYzhlLTZlOTZjYWVjMTY1ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0wNlQwNToyOTowMy4wMjE0MDI4NzZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.20+unknown" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=343.863µs trace.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=3d3f2579-835a-4514-9492-3bb9fd7780ca trace.line=181 vars.name=test vars.uuid=97f79154-6544-4446-bc8e-6e96caec165d version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.191Z] time="2023-04-06T05:29:03Z" level=info msg="response completed" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=1cbf3afb-4778-48c0-9e42-b17279794e09 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50866" http.request.uri="/v2/test/blobs/uploads/97f79154-6544-4446-bc8e-6e96caec165d?_state=8hGdjXSYxX7QdyXtrX0SZFc8jJZO3XofRpptr_dLhM17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijk3Zjc5MTU0LTY1NDQtNDQ0Ni1iYzhlLTZlOTZjYWVjMTY1ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0wNlQwNToyOTowMy4wMjE0MDI4NzZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.20+unknown" http.response.duration=10.164905ms http.response.status=201 http.response.written=0 instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.191Z] 127.0.0.1 - - [06/Apr/2023:05:29:03 +0000] "PUT /v2/test/blobs/uploads/97f79154-6544-4446-bc8e-6e96caec165d?_state=8hGdjXSYxX7QdyXtrX0SZFc8jJZO3XofRpptr_dLhM17Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6Ijk3Zjc5MTU0LTY1NDQtNDQ0Ni1iYzhlLTZlOTZjYWVjMTY1ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0wNlQwNToyOTowMy4wMjE0MDI4NzZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 201 0 "" "containerd/1.6.20+unknown"
05:29:03 [2023-04-06T05:29:03.191Z] time="2023-04-06T05:29:03Z" level=debug msg="authorizing request" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=61ce76d6-a879-44ae-962d-bceec58e099e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50866" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.20+unknown" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df vars.name=test vars.reference=latest version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.191Z] time="2023-04-06T05:29:03Z" level=debug msg=GetImageManifest go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=61ce76d6-a879-44ae-962d-bceec58e099e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50866" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.20+unknown" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df vars.name=test vars.reference=latest version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.191Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=61ce76d6-a879-44ae-962d-bceec58e099e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50866" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.20+unknown" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=226.162µs trace.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=d7b0d6a4-716b-4fb0-a8bb-f7e394dec9b5 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.191Z] time="2023-04-06T05:29:03Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=latest" err.message="manifest unknown" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=61ce76d6-a879-44ae-962d-bceec58e099e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50866" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.20+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.708281ms http.response.status=404 http.response.written=96 instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df vars.name=test vars.reference=latest version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.191Z] 127.0.0.1 - - [06/Apr/2023:05:29:03 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 404 96 "" "containerd/1.6.20+unknown"
05:29:03 [2023-04-06T05:29:03.191Z] time="2023-04-06T05:29:03Z" level=debug msg="authorizing request" go.version=go1.20.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=5a12c82a-c560-49c9-83cb-93829cb02a75 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50866" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.20+unknown" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df vars.name=test vars.reference=latest version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.191Z] time="2023-04-06T05:29:03Z" level=debug msg=PutImageManifest go.version=go1.20.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=5a12c82a-c560-49c9-83cb-93829cb02a75 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50866" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.20+unknown" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df vars.name=test vars.reference=latest version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.191Z] time="2023-04-06T05:29:03Z" level=debug msg="(*manifestStore).Put" go.version=go1.20.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=5a12c82a-c560-49c9-83cb-93829cb02a75 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50866" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.20+unknown" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df vars.name=test vars.reference=latest version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.191Z] time="2023-04-06T05:29:03Z" level=debug msg="(*schema2ManifestHandler).Put" go.version=go1.20.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=5a12c82a-c560-49c9-83cb-93829cb02a75 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50866" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.20+unknown" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df vars.name=test vars.reference=latest version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.191Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.20.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=5a12c82a-c560-49c9-83cb-93829cb02a75 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50866" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.20+unknown" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=64.524µs trace.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=acca5dd0-be03-496b-972a-96a7227176c3 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.191Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.20.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=5a12c82a-c560-49c9-83cb-93829cb02a75 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50866" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.20+unknown" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=33.189µs trace.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=0a3a10f6-c6e6-4033-8fa8-0e198df3a958 trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.191Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=5a12c82a-c560-49c9-83cb-93829cb02a75 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50866" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.20+unknown" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=40.869µs trace.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=1bf028ff-1c8e-4a0f-8826-3637c064560a trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.191Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=5a12c82a-c560-49c9-83cb-93829cb02a75 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50866" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.20+unknown" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=48.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).Stat" trace.id=bd250dc7-52d8-43c8-9da9-c134e11633f7 trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.191Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.20.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=5a12c82a-c560-49c9-83cb-93829cb02a75 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50866" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.20+unknown" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=36.308µs trace.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=6dd06957-2288-48c2-bd5f-b747e7b26d6b trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.191Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.20.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=5a12c82a-c560-49c9-83cb-93829cb02a75 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50866" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.20+unknown" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=187.23µs trace.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=0f6a36a9-986e-4e19-9011-d8b80247a935 trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.191Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=5a12c82a-c560-49c9-83cb-93829cb02a75 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50866" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.20+unknown" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=183.316µs trace.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=83d5b983-6db9-4c46-b93d-5966876fdd95 trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.191Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=5a12c82a-c560-49c9-83cb-93829cb02a75 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50866" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.20+unknown" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=67.535µs trace.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=d8008d5f-ebde-4656-8509-2a7aeafba94c trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.191Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/index/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=5a12c82a-c560-49c9-83cb-93829cb02a75 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50866" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.20+unknown" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=102.702µs trace.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=7342ae6d-ebdd-4e86-9463-587362994559 trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.191Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.20.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=5a12c82a-c560-49c9-83cb-93829cb02a75 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50866" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.20+unknown" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=63.375µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=dc9eb428-39ce-472e-bc06-862bc1dd1705 trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.191Z] time="2023-04-06T05:29:03Z" level=info msg="response completed" go.version=go1.20.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=5a12c82a-c560-49c9-83cb-93829cb02a75 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50866" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.20+unknown" http.response.duration=5.054716ms http.response.status=201 http.response.written=0 instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.191Z] 127.0.0.1 - - [06/Apr/2023:05:29:03 +0000] "PUT /v2/test/manifests/latest HTTP/1.1" 201 0 "" "containerd/1.6.20+unknown"
05:29:03 [2023-04-06T05:29:03.191Z] time="2023-04-06T05:29:03Z" level=debug msg="authorizing request" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=2d001021-936e-4adf-a126-306a7a925b7e http.request.method=GET http.request.remoteaddr="127.0.0.1:50892" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.191Z] time="2023-04-06T05:29:03Z" level=info msg="response completed" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=2d001021-936e-4adf-a126-306a7a925b7e http.request.method=GET http.request.remoteaddr="127.0.0.1:50892" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b 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="861.673µs" http.response.status=200 http.response.written=2 instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.191Z] 127.0.0.1 - - [06/Apr/2023:05:29:03 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
05:29:03 [2023-04-06T05:29:03.191Z] time="2023-04-06T05:29:03Z" level=debug msg="authorizing request" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=80624845-e2d0-427a-8455-c996d235c4cb http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50896" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df vars.name=test vars.reference=latest version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.191Z] time="2023-04-06T05:29:03Z" level=debug msg=GetImageManifest go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=80624845-e2d0-427a-8455-c996d235c4cb http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50896" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df vars.name=test vars.reference=latest version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.191Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=80624845-e2d0-427a-8455-c996d235c4cb http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50896" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=43.429µs trace.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=a1a4aba2-84d7-4319-8284-2e6c737a3265 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.192Z] time="2023-04-06T05:29:03Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=80624845-e2d0-427a-8455-c996d235c4cb http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50896" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df vars.name=test vars.reference=latest version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.192Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=80624845-e2d0-427a-8455-c996d235c4cb http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50896" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=437.622µs trace.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=5c874020-a60c-432f-8f3d-0ee157fbff69 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.192Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=80624845-e2d0-427a-8455-c996d235c4cb http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50896" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=17.994µs trace.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=79390951-4b8c-4818-ac08-7cafd512c247 trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.192Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=80624845-e2d0-427a-8455-c996d235c4cb http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50896" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=152.392µs trace.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=5f6673c7-76b1-4e67-80e7-d08f8e50f202 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.192Z] time="2023-04-06T05:29:03Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=80624845-e2d0-427a-8455-c996d235c4cb http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50896" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df vars.name=test vars.reference=latest version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.192Z] time="2023-04-06T05:29:03Z" level=info msg="response completed" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=80624845-e2d0-427a-8455-c996d235c4cb http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50896" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b 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.246702ms http.response.status=200 http.response.written=417 instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.192Z] 127.0.0.1 - - [06/Apr/2023:05:29:03 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 200 417 "" "docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
05:29:03 [2023-04-06T05:29:03.192Z] time="2023-04-06T05:29:03Z" level=debug msg="authorizing request" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=072fe713-a887-4526-bed4-f2a33bee49b7 http.request.method=GET http.request.remoteaddr="127.0.0.1:50906" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.192Z] time="2023-04-06T05:29:03Z" level=debug msg=GetImageManifest go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=072fe713-a887-4526-bed4-f2a33bee49b7 http.request.method=GET http.request.remoteaddr="127.0.0.1:50906" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.192Z] time="2023-04-06T05:29:03Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=072fe713-a887-4526-bed4-f2a33bee49b7 http.request.method=GET http.request.remoteaddr="127.0.0.1:50906" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.192Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=072fe713-a887-4526-bed4-f2a33bee49b7 http.request.method=GET http.request.remoteaddr="127.0.0.1:50906" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=63.416µs trace.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=3fde193a-e26d-47f5-96ca-23da5c2505f9 trace.line=82 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.192Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=072fe713-a887-4526-bed4-f2a33bee49b7 http.request.method=GET http.request.remoteaddr="127.0.0.1:50906" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=107.839µs trace.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=7720c277-dc68-471f-8693-b4574d842c32 trace.line=141 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.192Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=072fe713-a887-4526-bed4-f2a33bee49b7 http.request.method=GET http.request.remoteaddr="127.0.0.1:50906" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=33.206µs trace.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=57967cbe-7c9a-4699-b9f9-72879f06cb72 trace.line=82 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.192Z] time="2023-04-06T05:29:03Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=072fe713-a887-4526-bed4-f2a33bee49b7 http.request.method=GET http.request.remoteaddr="127.0.0.1:50906" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.192Z] time="2023-04-06T05:29:03Z" level=info msg="response completed" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=072fe713-a887-4526-bed4-f2a33bee49b7 http.request.method=GET http.request.remoteaddr="127.0.0.1:50906" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b 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=4.052786ms http.response.status=200 http.response.written=417 instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.192Z] 127.0.0.1 - - [06/Apr/2023:05:29:03 +0000] "GET /v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 200 417 "" "docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
05:29:03 [2023-04-06T05:29:03.192Z] time="2023-04-06T05:29:03Z" level=debug msg="authorizing request" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=a0960b37-2e9d-4dd7-ac08-272d28ccd3ab http.request.method=GET http.request.remoteaddr="127.0.0.1:50920" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.192Z] time="2023-04-06T05:29:03Z" level=debug msg=GetBlob go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=a0960b37-2e9d-4dd7-ac08-272d28ccd3ab http.request.method=GET http.request.remoteaddr="127.0.0.1:50920" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.192Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=a0960b37-2e9d-4dd7-ac08-272d28ccd3ab http.request.method=GET http.request.remoteaddr="127.0.0.1:50920" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=45.103µs trace.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=2cb19c61-418d-4d6a-890e-79f8281d128e trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.192Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=a0960b37-2e9d-4dd7-ac08-272d28ccd3ab http.request.method=GET http.request.remoteaddr="127.0.0.1:50920" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=16.787µs trace.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=25a048d2-7a7e-4e47-95b6-a702356762b6 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.192Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=a0960b37-2e9d-4dd7-ac08-272d28ccd3ab http.request.method=GET http.request.remoteaddr="127.0.0.1:50920" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=16.18µs trace.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=e0957c43-9282-44fa-8fdb-90cd6dbdfc6e trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.192Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=a0960b37-2e9d-4dd7-ac08-272d28ccd3ab http.request.method=GET http.request.remoteaddr="127.0.0.1:50920" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=8.705µs trace.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=1e37836d-316d-48a6-b960-a652507893f0 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.192Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=a0960b37-2e9d-4dd7-ac08-272d28ccd3ab http.request.method=GET http.request.remoteaddr="127.0.0.1:50920" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=8.336µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=39b6289a-ad89-4998-a7cf-55a9c370b5e0 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.192Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=a0960b37-2e9d-4dd7-ac08-272d28ccd3ab http.request.method=GET http.request.remoteaddr="127.0.0.1:50920" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=5.415µs trace.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=e2540643-bb38-41ea-b7d0-84e759b6c050 trace.line=193 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.192Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.ReadStream(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\", 0)" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=a0960b37-2e9d-4dd7-ac08-272d28ccd3ab http.request.method=GET http.request.remoteaddr="127.0.0.1:50920" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=221.839µs trace.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=e8e2568d-a77b-48cd-8ffe-84748480b5a7 trace.line=107 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.192Z] time="2023-04-06T05:29:03Z" level=debug msg="authorizing request" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=c373ea2e-7ac4-443a-b5c9-0110578459f8 http.request.method=GET http.request.remoteaddr="127.0.0.1:50910" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.193Z] time="2023-04-06T05:29:03Z" level=debug msg=GetBlob go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=c373ea2e-7ac4-443a-b5c9-0110578459f8 http.request.method=GET http.request.remoteaddr="127.0.0.1:50910" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.193Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=c373ea2e-7ac4-443a-b5c9-0110578459f8 http.request.method=GET http.request.remoteaddr="127.0.0.1:50910" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=77.463µs trace.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=f041f2b8-6ffa-45ce-b14a-c89aca799a73 trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.193Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=c373ea2e-7ac4-443a-b5c9-0110578459f8 http.request.method=GET http.request.remoteaddr="127.0.0.1:50910" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=18.355µs trace.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=1448297d-7d1c-4bd0-b63f-e2f240d52438 trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.193Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=c373ea2e-7ac4-443a-b5c9-0110578459f8 http.request.method=GET http.request.remoteaddr="127.0.0.1:50910" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=175.161µs trace.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=7ed9fda8-3dc9-4c73-9951-25e1bc3e2cf5 trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.193Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=c373ea2e-7ac4-443a-b5c9-0110578459f8 http.request.method=GET http.request.remoteaddr="127.0.0.1:50910" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=167.694µs trace.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=25eaa74f-8fa8-408a-b54a-e806a876c63e trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.193Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=c373ea2e-7ac4-443a-b5c9-0110578459f8 http.request.method=GET http.request.remoteaddr="127.0.0.1:50910" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=664.228µs trace.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=a77aa6ec-f284-4114-84a4-58b4f5f600b1 trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.193Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=c373ea2e-7ac4-443a-b5c9-0110578459f8 http.request.method=GET http.request.remoteaddr="127.0.0.1:50910" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=8.336µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).URLFor" trace.id=acd237a8-bbde-4859-af5b-3eb58e577d61 trace.line=193 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.193Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.ReadStream(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\", 0)" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=c373ea2e-7ac4-443a-b5c9-0110578459f8 http.request.method=GET http.request.remoteaddr="127.0.0.1:50910" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=32.812µs trace.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=e63c7f01-7e52-44a5-9d69-8fef161e522b trace.line=107 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.193Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=c373ea2e-7ac4-443a-b5c9-0110578459f8 http.request.method=GET http.request.remoteaddr="127.0.0.1:50910" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=66.575µs trace.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=28cf4d74-fe2d-447b-b382-fac1302f6dbd trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.193Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=c373ea2e-7ac4-443a-b5c9-0110578459f8 http.request.method=GET http.request.remoteaddr="127.0.0.1:50910" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=15.138µs trace.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=2ac0561b-aea0-4a13-b04f-088671c2119e trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.193Z] time="2023-04-06T05:29:03Z" level=info msg="response completed" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=c373ea2e-7ac4-443a-b5c9-0110578459f8 http.request.method=GET http.request.remoteaddr="127.0.0.1:50910" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b 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=8.832372ms http.response.status=200 http.response.written=179 instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.193Z] 127.0.0.1 - - [06/Apr/2023:05:29:03 +0000] "GET /v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 200 179 "" "docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
05:29:03 [2023-04-06T05:29:03.193Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=a0960b37-2e9d-4dd7-ac08-272d28ccd3ab http.request.method=GET http.request.remoteaddr="127.0.0.1:50920" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=37.604µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=0598ebe4-6379-4b64-aaa7-9ef02a9d4e2d trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.193Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=a0960b37-2e9d-4dd7-ac08-272d28ccd3ab http.request.method=GET http.request.remoteaddr="127.0.0.1:50920" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=18.773µs trace.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=f3f61730-2f9a-4a83-8e35-2044bebef5fa trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.193Z] time="2023-04-06T05:29:03Z" level=info msg="response completed" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=a0960b37-2e9d-4dd7-ac08-272d28ccd3ab http.request.method=GET http.request.remoteaddr="127.0.0.1:50920" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=10.103032ms http.response.status=200 http.response.written=68 instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.193Z] 127.0.0.1 - - [06/Apr/2023:05:29:03 +0000] "GET /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 200 68 "" "docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
05:29:03 [2023-04-06T05:29:03.193Z] time="2023-04-06T05:29:03Z" level=debug msg="authorizing request" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=81329bd2-c6b9-4b72-a2e4-b44aa1c05327 http.request.method=GET http.request.remoteaddr="127.0.0.1:50934" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.193Z] time="2023-04-06T05:29:03Z" level=info msg="response completed" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=81329bd2-c6b9-4b72-a2e4-b44aa1c05327 http.request.method=GET http.request.remoteaddr="127.0.0.1:50934" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b 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=3.299025ms http.response.status=200 http.response.written=2 instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.193Z] 127.0.0.1 - - [06/Apr/2023:05:29:03 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
05:29:03 [2023-04-06T05:29:03.193Z] time="2023-04-06T05:29:03Z" level=debug msg="authorizing request" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=fbb1332c-0f31-4df9-8495-1d07fecd6491 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50938" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.193Z] time="2023-04-06T05:29:03Z" level=debug msg=GetImageManifest go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=fbb1332c-0f31-4df9-8495-1d07fecd6491 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50938" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.193Z] time="2023-04-06T05:29:03Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=fbb1332c-0f31-4df9-8495-1d07fecd6491 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50938" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.193Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=fbb1332c-0f31-4df9-8495-1d07fecd6491 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50938" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=33.805µs trace.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=5ba6661a-01ab-465d-98d7-d89c11071703 trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.193Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_layers/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=fbb1332c-0f31-4df9-8495-1d07fecd6491 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50938" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=11.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).GetContent" trace.id=db7b7de7-7b90-4fe8-b494-e4b8966d26a2 trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.193Z] time="2023-04-06T05:29:03Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown manifest name=other revision=sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" err.message="manifest unknown" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=fbb1332c-0f31-4df9-8495-1d07fecd6491 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50938" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b 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.046376ms http.response.status=404 http.response.written=181 instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.193Z] 127.0.0.1 - - [06/Apr/2023:05:29:03 +0000] "HEAD /v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 404 181 "" "docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
05:29:03 [2023-04-06T05:29:03.193Z] time="2023-04-06T05:29:03Z" level=debug msg="authorizing request" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=039779a5-09b2-48e6-8e01-7edc85ab4fef http.request.method=GET http.request.remoteaddr="127.0.0.1:50942" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.193Z] time="2023-04-06T05:29:03Z" level=debug msg=GetImageManifest go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=039779a5-09b2-48e6-8e01-7edc85ab4fef http.request.method=GET http.request.remoteaddr="127.0.0.1:50942" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.194Z] time="2023-04-06T05:29:03Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=039779a5-09b2-48e6-8e01-7edc85ab4fef http.request.method=GET http.request.remoteaddr="127.0.0.1:50942" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.194Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=039779a5-09b2-48e6-8e01-7edc85ab4fef http.request.method=GET http.request.remoteaddr="127.0.0.1:50942" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=73.853µs trace.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=92c72c00-6be3-445d-b4da-8e3998f6975b trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.194Z] time="2023-04-06T05:29:03Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_layers/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=039779a5-09b2-48e6-8e01-7edc85ab4fef http.request.method=GET http.request.remoteaddr="127.0.0.1:50942" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df trace.duration=16.755µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=5fa94068-293a-4580-ab6c-accec0c8bf54 trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.194Z] time="2023-04-06T05:29:03Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown manifest name=other revision=sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" err.message="manifest unknown" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=039779a5-09b2-48e6-8e01-7edc85ab4fef http.request.method=GET http.request.remoteaddr="127.0.0.1:50942" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b 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.584747ms http.response.status=404 http.response.written=181 instance.id=8b41c586-92f1-42f7-9d4a-b167285e73df vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
05:29:03 [2023-04-06T05:29:03.194Z] 127.0.0.1 - - [06/Apr/2023:05:29:03 +0000] "GET /v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 404 181 "" "docker/dev go/go1.20.3 git-commit/4aa2876c75f29962c10f9ae033ed01092fc2946b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
05:29:03 [2023-04-06T05:29:03.194Z] --- PASS: TestImagePullStoredfDigestForOtherRepo (0.24s)
05:29:03 [2023-04-06T05:29:03.194Z] === RUN   TestRemoveImageOrphaning
05:29:03 [2023-04-06T05:29:03.454Z] --- PASS: TestRemoveImageOrphaning (0.15s)
05:29:03 [2023-04-06T05:29:03.454Z] === RUN   TestRemoveImageGarbageCollector
05:29:03 [2023-04-06T05:29:03.454Z]     remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
05:29:03 [2023-04-06T05:29:03.454Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
05:29:03 [2023-04-06T05:29:03.454Z] === RUN   TestTagUnprefixedRepoByNameOrName
05:29:03 [2023-04-06T05:29:03.454Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
05:29:03 [2023-04-06T05:29:03.454Z] === RUN   TestTagInvalidReference
05:29:03 [2023-04-06T05:29:03.454Z] --- PASS: TestTagInvalidReference (0.02s)
05:29:03 [2023-04-06T05:29:03.454Z] === RUN   TestTagValidPrefixedRepo
05:29:03 [2023-04-06T05:29:03.454Z] --- PASS: TestTagValidPrefixedRepo (0.05s)
05:29:03 [2023-04-06T05:29:03.454Z] === RUN   TestTagExistedNameWithoutForce
05:29:03 [2023-04-06T05:29:03.454Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
05:29:03 [2023-04-06T05:29:03.454Z] === RUN   TestTagOfficialNames
05:29:03 [2023-04-06T05:29:03.454Z] --- PASS: TestTagOfficialNames (0.05s)
05:29:03 [2023-04-06T05:29:03.454Z] === RUN   TestTagMatchesDigest
05:29:03 [2023-04-06T05:29:03.714Z] --- PASS: TestTagMatchesDigest (0.02s)
05:29:03 [2023-04-06T05:29:03.714Z] PASS
05:29:03 [2023-04-06T05:29:03.714Z] 
05:29:03 [2023-04-06T05:29:03.714Z] === Skipped
05:29:03 [2023-04-06T05:29:03.714Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
05:29:03 [2023-04-06T05:29:03.714Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
05:29:03 [2023-04-06T05:29:03.714Z] 
05:29:03 [2023-04-06T05:29:03.714Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
05:29:03 [2023-04-06T05:29:03.714Z]     remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
05:29:03 [2023-04-06T05:29:03.714Z] 
05:29:03 [2023-04-06T05:29:03.714Z] DONE 24 tests, 2 skipped in 1.418s
05:29:03 [2023-04-06T05:29:03.714Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
05:29:03 [2023-04-06T05:29:03.714Z] ++ 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
05:29:03 [2023-04-06T05:29:03.714Z] ++ set -e
05:29:03 [2023-04-06T05:29:03.714Z] ++ '[' -n 0 ']'
05:29:03 [2023-04-06T05:29:03.714Z] ++ set -x
05:29:03 [2023-04-06T05:29:03.714Z] ++ 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
05:29:03 [2023-04-06T05:29:03.714Z] === RUN   TestStripANSICommands
05:29:03 [2023-04-06T05:29:03.714Z] === RUN   TestStripANSICommands/#00
05:29:03 [2023-04-06T05:29:03.714Z] === RUN   TestStripANSICommands/#01
05:29:03 [2023-04-06T05:29:03.714Z] --- PASS: TestStripANSICommands (0.00s)
05:29:03 [2023-04-06T05:29:03.714Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
05:29:03 [2023-04-06T05:29:03.714Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
05:29:03 [2023-04-06T05:29:03.714Z] PASS
05:29:03 [2023-04-06T05:29:03.714Z] 
05:29:03 [2023-04-06T05:29:03.714Z] DONE 3 tests in 0.044s
05:29:03 [2023-04-06T05:29:03.714Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m 
05:29:03 [2023-04-06T05:29:03.714Z] ++ 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
05:29:03 [2023-04-06T05:29:03.714Z] ++ set -e
05:29:03 [2023-04-06T05:29:03.714Z] ++ '[' -n 0 ']'
05:29:03 [2023-04-06T05:29:03.714Z] ++ set -x
05:29:03 [2023-04-06T05:29:03.714Z] ++ 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
05:29:03 [2023-04-06T05:29:03.714Z] INFO: Testing against a local daemon
05:29:03 [2023-04-06T05:29:03.714Z] === RUN   TestNetworkCreateDelete
05:29:03 [2023-04-06T05:29:03.977Z] --- PASS: TestNetworkCreateDelete (0.14s)
05:29:03 [2023-04-06T05:29:03.977Z] === RUN   TestDockerNetworkDeletePreferID
05:29:04 [2023-04-06T05:29:04.237Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s)
05:29:04 [2023-04-06T05:29:04.237Z] === RUN   TestDaemonDNSFallback
05:29:10 [2023-04-06T05:29:10.908Z] --- PASS: TestDaemonDNSFallback (6.14s)
05:29:10 [2023-04-06T05:29:10.908Z] === RUN   TestInspectNetwork
05:29:13 [2023-04-06T05:29:13.447Z] === RUN   TestInspectNetwork/full_network_id
05:29:13 [2023-04-06T05:29:13.447Z] === RUN   TestInspectNetwork/partial_network_id
05:29:13 [2023-04-06T05:29:13.447Z] === RUN   TestInspectNetwork/network_name
05:29:13 [2023-04-06T05:29:13.447Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
05:29:17 [2023-04-06T05:29:17.646Z] --- PASS: TestInspectNetwork (6.70s)
05:29:17 [2023-04-06T05:29:17.646Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
05:29:17 [2023-04-06T05:29:17.646Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
05:29:17 [2023-04-06T05:29:17.646Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
05:29:17 [2023-04-06T05:29:17.646Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
05:29:17 [2023-04-06T05:29:17.646Z] === RUN   TestRunContainerWithBridgeNone
05:29:18 [2023-04-06T05:29:18.586Z] --- PASS: TestRunContainerWithBridgeNone (1.36s)
05:29:18 [2023-04-06T05:29:18.586Z] === RUN   TestNetworkInvalidJSON
05:29:18 [2023-04-06T05:29:18.586Z] === RUN   TestNetworkInvalidJSON/networks/create
05:29:18 [2023-04-06T05:29:18.586Z] === PAUSE TestNetworkInvalidJSON/networks/create
05:29:18 [2023-04-06T05:29:18.586Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
05:29:18 [2023-04-06T05:29:18.586Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
05:29:18 [2023-04-06T05:29:18.586Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
05:29:18 [2023-04-06T05:29:18.586Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
05:29:18 [2023-04-06T05:29:18.586Z] === CONT  TestNetworkInvalidJSON/networks/create
05:29:18 [2023-04-06T05:29:18.586Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
05:29:18 [2023-04-06T05:29:18.586Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
05:29:18 [2023-04-06T05:29:18.586Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
05:29:18 [2023-04-06T05:29:18.586Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
05:29:18 [2023-04-06T05:29:18.586Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
05:29:18 [2023-04-06T05:29:18.586Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
05:29:18 [2023-04-06T05:29:18.586Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
05:29:18 [2023-04-06T05:29:18.586Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
05:29:18 [2023-04-06T05:29:18.586Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
05:29:18 [2023-04-06T05:29:18.586Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
05:29:18 [2023-04-06T05:29:18.586Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
05:29:18 [2023-04-06T05:29:18.586Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
05:29:18 [2023-04-06T05:29:18.586Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
05:29:18 [2023-04-06T05:29:18.586Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
05:29:18 [2023-04-06T05:29:18.586Z] --- PASS: TestNetworkInvalidJSON (0.01s)
05:29:18 [2023-04-06T05:29:18.586Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
05:29:18 [2023-04-06T05:29:18.586Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
05:29:18 [2023-04-06T05:29:18.586Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
05:29:18 [2023-04-06T05:29:18.586Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
05:29:18 [2023-04-06T05:29:18.586Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
05:29:18 [2023-04-06T05:29:18.586Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
05:29:18 [2023-04-06T05:29:18.586Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
05:29:18 [2023-04-06T05:29:18.586Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
05:29:18 [2023-04-06T05:29:18.586Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
05:29:18 [2023-04-06T05:29:18.586Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
05:29:18 [2023-04-06T05:29:18.586Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
05:29:18 [2023-04-06T05:29:18.586Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
05:29:18 [2023-04-06T05:29:18.586Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
05:29:18 [2023-04-06T05:29:18.586Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
05:29:18 [2023-04-06T05:29:18.586Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
05:29:18 [2023-04-06T05:29:18.586Z] === RUN   TestNetworkList
05:29:18 [2023-04-06T05:29:18.586Z] === RUN   TestNetworkList//networks
05:29:18 [2023-04-06T05:29:18.586Z] === PAUSE TestNetworkList//networks
05:29:18 [2023-04-06T05:29:18.586Z] === RUN   TestNetworkList//networks/
05:29:18 [2023-04-06T05:29:18.586Z] === PAUSE TestNetworkList//networks/
05:29:18 [2023-04-06T05:29:18.586Z] === CONT  TestNetworkList//networks
05:29:18 [2023-04-06T05:29:18.586Z] === CONT  TestNetworkList//networks/
05:29:18 [2023-04-06T05:29:18.586Z] --- PASS: TestNetworkList (0.01s)
05:29:18 [2023-04-06T05:29:18.586Z]     --- PASS: TestNetworkList//networks/ (0.00s)
05:29:18 [2023-04-06T05:29:18.586Z]     --- PASS: TestNetworkList//networks (0.00s)
05:29:18 [2023-04-06T05:29:18.586Z] === RUN   TestHostIPv4BridgeLabel
05:29:19 [2023-04-06T05:29:19.157Z] --- PASS: TestHostIPv4BridgeLabel (0.56s)
05:29:19 [2023-04-06T05:29:19.157Z] === RUN   TestDefaultNetworkOpts
05:29:19 [2023-04-06T05:29:19.157Z] === RUN   TestDefaultNetworkOpts/default_value
05:29:20 [2023-04-06T05:29:20.100Z] === RUN   TestDefaultNetworkOpts/cmdline_value
05:29:21 [2023-04-06T05:29:21.483Z] === RUN   TestDefaultNetworkOpts/config-from_value
05:29:22 [2023-04-06T05:29:22.866Z] --- PASS: TestDefaultNetworkOpts (3.57s)
05:29:22 [2023-04-06T05:29:22.866Z]     --- PASS: TestDefaultNetworkOpts/default_value (1.14s)
05:29:22 [2023-04-06T05:29:22.866Z]     --- PASS: TestDefaultNetworkOpts/cmdline_value (1.18s)
05:29:22 [2023-04-06T05:29:22.866Z]     --- PASS: TestDefaultNetworkOpts/config-from_value (1.24s)
05:29:22 [2023-04-06T05:29:22.866Z] === RUN   TestDaemonRestartWithLiveRestore
05:29:23 [2023-04-06T05:29:23.806Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s)
05:29:23 [2023-04-06T05:29:23.806Z] === RUN   TestDaemonDefaultNetworkPools
05:29:24 [2023-04-06T05:29:24.376Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s)
05:29:24 [2023-04-06T05:29:24.376Z] === RUN   TestDaemonRestartWithExistingNetwork
05:29:25 [2023-04-06T05:29:25.758Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s)
05:29:25 [2023-04-06T05:29:25.758Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
05:29:29 [2023-04-06T05:29:29.681Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.22s)
05:29:29 [2023-04-06T05:29:29.681Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
05:29:29 [2023-04-06T05:29:29.681Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s)
05:29:29 [2023-04-06T05:29:29.681Z] === RUN   TestServiceWithPredefinedNetwork
05:29:29 [2023-04-06T05:29:29.681Z] --- PASS: TestServiceWithPredefinedNetwork (1.98s)
05:29:29 [2023-04-06T05:29:29.681Z] === RUN   TestServiceRemoveKeepsIngressNetwork
05:29:29 [2023-04-06T05:29:29.681Z]     service_test.go:242: FLAKY_TEST
05:29:29 [2023-04-06T05:29:29.681Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
05:29:29 [2023-04-06T05:29:29.681Z] === RUN   TestServiceWithDataPathPortInit
05:29:41 [2023-04-06T05:29:41.902Z] --- PASS: TestServiceWithDataPathPortInit (12.57s)
05:29:41 [2023-04-06T05:29:41.902Z] === RUN   TestServiceWithDefaultAddressPoolInit
05:29:43 [2023-04-06T05:29:43.811Z]     service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:wwjz71d1reng7k32yflfqbnjj Created:2023-04-06 05:29:43.147898662 +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[3f820d5a9a93580f60a577b39d595543e3e766000cc30dafef4956950c999ca2:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.yok5p1jbfxm37zbq9itg5sdyq EndpointID:5e744df290d5685142091229fea13a36771d7592066d0144d3f8735c999b92cc MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:10a21d5185455719e0183a342d1cde4c76dd05bae1ac9db9fff807fa744bcca1 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:9d0a75910583 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.yok5p1jbfxm37zbq9itg5sdyq EndpointID:5e744df290d5685142091229fea13a36771d7592066d0144d3f8735c999b92cc EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
05:29:49 [2023-04-06T05:29:49.091Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.35s)
05:29:49 [2023-04-06T05:29:49.091Z] PASS
05:29:49 [2023-04-06T05:29:49.091Z] 
05:29:49 [2023-04-06T05:29:49.091Z] === Skipped
05:29:49 [2023-04-06T05:29:49.091Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
05:29:49 [2023-04-06T05:29:49.091Z]     service_test.go:242: FLAKY_TEST
05:29:49 [2023-04-06T05:29:49.091Z] 
05:29:49 [2023-04-06T05:29:49.091Z] DONE 42 tests, 1 skipped in 44.557s
05:29:49 [2023-04-06T05:29:49.091Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
05:29:49 [2023-04-06T05:29:49.091Z] ++ 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
05:29:49 [2023-04-06T05:29:49.091Z] ++ set -e
05:29:49 [2023-04-06T05:29:49.091Z] ++ '[' -n 0 ']'
05:29:49 [2023-04-06T05:29:49.091Z] ++ set -x
05:29:49 [2023-04-06T05:29:49.091Z] ++ 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
05:29:49 [2023-04-06T05:29:49.091Z] INFO: Testing against a local daemon
05:29:49 [2023-04-06T05:29:49.091Z] === RUN   TestDockerNetworkIpvlanPersistance
05:29:49 [2023-04-06T05:29:49.091Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
05:29:49 [2023-04-06T05:29:49.091Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
05:29:49 [2023-04-06T05:29:49.091Z] === RUN   TestDockerNetworkIpvlan
05:29:49 [2023-04-06T05:29:49.091Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
05:29:49 [2023-04-06T05:29:49.091Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
05:29:49 [2023-04-06T05:29:49.091Z] PASS
05:29:49 [2023-04-06T05:29:49.091Z] 
05:29:49 [2023-04-06T05:29:49.091Z] === Skipped
05:29:49 [2023-04-06T05:29:49.091Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
05:29:49 [2023-04-06T05:29:49.091Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
05:29:49 [2023-04-06T05:29:49.091Z] 
05:29:49 [2023-04-06T05:29:49.091Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
05:29:49 [2023-04-06T05:29:49.091Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
05:29:49 [2023-04-06T05:29:49.091Z] 
05:29:49 [2023-04-06T05:29:49.091Z] DONE 2 tests, 2 skipped in 0.092s
05:29:49 [2023-04-06T05:29:49.091Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
05:29:49 [2023-04-06T05:29:49.091Z] ++ 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
05:29:49 [2023-04-06T05:29:49.091Z] ++ set -e
05:29:49 [2023-04-06T05:29:49.091Z] ++ '[' -n 0 ']'
05:29:49 [2023-04-06T05:29:49.091Z] ++ set -x
05:29:49 [2023-04-06T05:29:49.091Z] ++ 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
05:29:49 [2023-04-06T05:29:49.091Z] INFO: Testing against a local daemon
05:29:49 [2023-04-06T05:29:49.091Z] === RUN   TestDockerNetworkMacvlanPersistance
05:29:49 [2023-04-06T05:29:49.661Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.19s)
05:29:49 [2023-04-06T05:29:49.661Z] === RUN   TestDockerNetworkMacvlan
05:29:50 [2023-04-06T05:29:50.241Z] === RUN   TestDockerNetworkMacvlan/Subinterface
05:29:50 [2023-04-06T05:29:50.810Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
05:29:51 [2023-04-06T05:29:51.749Z] === RUN   TestDockerNetworkMacvlan/NilParent
05:29:53 [2023-04-06T05:29:53.131Z] === RUN   TestDockerNetworkMacvlan/InternalMode
05:29:54 [2023-04-06T05:29:54.513Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
05:29:56 [2023-04-06T05:29:56.423Z] === RUN   TestDockerNetworkMacvlan/Addressing
05:29:56 [2023-04-06T05:29:56.993Z] --- PASS: TestDockerNetworkMacvlan (7.34s)
05:29:56 [2023-04-06T05:29:56.993Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s)
05:29:56 [2023-04-06T05:29:56.993Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s)
05:29:56 [2023-04-06T05:29:56.993Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.57s)
05:29:56 [2023-04-06T05:29:56.993Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.61s)
05:29:56 [2023-04-06T05:29:56.993Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (1.24s)
05:29:56 [2023-04-06T05:29:56.993Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.34s)
05:29:56 [2023-04-06T05:29:56.993Z] PASS
05:29:56 [2023-04-06T05:29:56.993Z] 
05:29:56 [2023-04-06T05:29:56.993Z] DONE 8 tests in 8.619s
05:29:56 [2023-04-06T05:29:56.993Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m 
05:29:56 [2023-04-06T05:29:56.993Z] ++ 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
05:29:56 [2023-04-06T05:29:56.993Z] ++ set -e
05:29:56 [2023-04-06T05:29:56.993Z] ++ '[' -n 0 ']'
05:29:56 [2023-04-06T05:29:56.993Z] ++ set -x
05:29:56 [2023-04-06T05:29:56.993Z] ++ 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
05:29:56 [2023-04-06T05:29:56.993Z] testing: warning: no tests to run
05:29:56 [2023-04-06T05:29:56.993Z] PASS
05:29:56 [2023-04-06T05:29:56.993Z] 
05:29:56 [2023-04-06T05:29:56.993Z] DONE 0 tests in 0.025s
05:29:56 [2023-04-06T05:29:56.993Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
05:29:56 [2023-04-06T05:29:56.993Z] ++ 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
05:29:56 [2023-04-06T05:29:56.993Z] ++ set -e
05:29:56 [2023-04-06T05:29:56.993Z] ++ '[' -n 0 ']'
05:29:56 [2023-04-06T05:29:56.993Z] ++ set -x
05:29:56 [2023-04-06T05:29:56.993Z] ++ 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
05:29:57 [2023-04-06T05:29:57.255Z] INFO: Testing against a local daemon
05:29:57 [2023-04-06T05:29:57.255Z] === RUN   TestAuthZPluginAllowRequest
05:29:58 [2023-04-06T05:29:58.196Z] --- PASS: TestAuthZPluginAllowRequest (1.03s)
05:29:58 [2023-04-06T05:29:58.196Z] === RUN   TestAuthZPluginTLS
05:29:58 [2023-04-06T05:29:58.765Z] --- PASS: TestAuthZPluginTLS (0.55s)
05:29:58 [2023-04-06T05:29:58.765Z] === RUN   TestAuthZPluginDenyRequest
05:29:59 [2023-04-06T05:29:59.336Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
05:29:59 [2023-04-06T05:29:59.336Z] === RUN   TestAuthZPluginAPIDenyResponse
05:29:59 [2023-04-06T05:29:59.905Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
05:29:59 [2023-04-06T05:29:59.905Z] === RUN   TestAuthZPluginDenyResponse
05:30:00 [2023-04-06T05:30:00.475Z] --- PASS: TestAuthZPluginDenyResponse (0.54s)
05:30:00 [2023-04-06T05:30:00.475Z] === RUN   TestAuthZPluginAllowEventStream
05:30:01 [2023-04-06T05:30:01.415Z] --- PASS: TestAuthZPluginAllowEventStream (0.98s)
05:30:01 [2023-04-06T05:30:01.415Z] === RUN   TestAuthZPluginErrorResponse
05:30:01 [2023-04-06T05:30:01.985Z] --- PASS: TestAuthZPluginErrorResponse (0.54s)
05:30:01 [2023-04-06T05:30:01.985Z] === RUN   TestAuthZPluginErrorRequest
05:30:02 [2023-04-06T05:30:02.246Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
05:30:02 [2023-04-06T05:30:02.246Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
05:30:02 [2023-04-06T05:30:02.816Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s)
05:30:02 [2023-04-06T05:30:02.816Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
05:30:04 [2023-04-06T05:30:04.217Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.15s)
05:30:04 [2023-04-06T05:30:04.217Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
05:30:05 [2023-04-06T05:30:05.163Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.11s)
05:30:05 [2023-04-06T05:30:05.163Z] === RUN   TestAuthZPluginHeader
05:30:05 [2023-04-06T05:30:05.732Z] --- PASS: TestAuthZPluginHeader (0.61s)
05:30:05 [2023-04-06T05:30:05.732Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
05:30:05 [2023-04-06T05:30:05.732Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
05:30:05 [2023-04-06T05:30:05.732Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
05:30:05 [2023-04-06T05:30:05.732Z] === RUN   TestAuthZPluginV2Disable
05:30:05 [2023-04-06T05:30:05.732Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
05:30:05 [2023-04-06T05:30:05.732Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
05:30:05 [2023-04-06T05:30:05.732Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
05:30:05 [2023-04-06T05:30:05.732Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
05:30:05 [2023-04-06T05:30:05.732Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
05:30:05 [2023-04-06T05:30:05.732Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
05:30:05 [2023-04-06T05:30:05.732Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
05:30:05 [2023-04-06T05:30:05.732Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
05:30:05 [2023-04-06T05:30:05.732Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
05:30:23 [2023-04-06T05:30:23.834Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.90s)
05:30:23 [2023-04-06T05:30:23.834Z] PASS
05:30:23 [2023-04-06T05:30:23.834Z] 
05:30:23 [2023-04-06T05:30:23.834Z] === Skipped
05:30:23 [2023-04-06T05:30:23.834Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
05:30:23 [2023-04-06T05:30:23.834Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
05:30:23 [2023-04-06T05:30:23.834Z] 
05:30:23 [2023-04-06T05:30:23.834Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
05:30:23 [2023-04-06T05:30:23.834Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
05:30:23 [2023-04-06T05:30:23.834Z] 
05:30:23 [2023-04-06T05:30:23.834Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
05:30:23 [2023-04-06T05:30:23.834Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
05:30:23 [2023-04-06T05:30:23.834Z] 
05:30:23 [2023-04-06T05:30:23.834Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
05:30:23 [2023-04-06T05:30:23.834Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
05:30:23 [2023-04-06T05:30:23.834Z] 
05:30:23 [2023-04-06T05:30:23.834Z] DONE 17 tests, 4 skipped in 25.639s
05:30:23 [2023-04-06T05:30:23.834Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m 
05:30:23 [2023-04-06T05:30:23.834Z] ++ 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
05:30:23 [2023-04-06T05:30:23.834Z] ++ set -e
05:30:23 [2023-04-06T05:30:23.834Z] ++ '[' -n 0 ']'
05:30:23 [2023-04-06T05:30:23.834Z] ++ set -x
05:30:23 [2023-04-06T05:30:23.834Z] ++ 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
05:30:23 [2023-04-06T05:30:23.834Z] INFO: Testing against a local daemon
05:30:23 [2023-04-06T05:30:23.834Z] === RUN   TestPluginInvalidJSON
05:30:23 [2023-04-06T05:30:23.834Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
05:30:23 [2023-04-06T05:30:23.834Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
05:30:23 [2023-04-06T05:30:23.834Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
05:30:23 [2023-04-06T05:30:23.834Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
05:30:23 [2023-04-06T05:30:23.834Z] === RUN   TestPluginInvalidJSON/plugins/pull
05:30:23 [2023-04-06T05:30:23.834Z] === PAUSE TestPluginInvalidJSON/plugins/pull
05:30:23 [2023-04-06T05:30:23.834Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
05:30:23 [2023-04-06T05:30:23.834Z] === CONT  TestPluginInvalidJSON/plugins/pull
05:30:23 [2023-04-06T05:30:23.834Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
05:30:23 [2023-04-06T05:30:23.834Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
05:30:23 [2023-04-06T05:30:23.834Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
05:30:23 [2023-04-06T05:30:23.834Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
05:30:23 [2023-04-06T05:30:23.834Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
05:30:23 [2023-04-06T05:30:23.834Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
05:30:23 [2023-04-06T05:30:23.834Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
05:30:23 [2023-04-06T05:30:23.834Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
05:30:23 [2023-04-06T05:30:23.834Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
05:30:23 [2023-04-06T05:30:23.834Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
05:30:23 [2023-04-06T05:30:23.834Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
05:30:23 [2023-04-06T05:30:23.834Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
05:30:23 [2023-04-06T05:30:23.834Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
05:30:23 [2023-04-06T05:30:23.834Z] --- PASS: TestPluginInvalidJSON (0.02s)
05:30:23 [2023-04-06T05:30:23.834Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
05:30:23 [2023-04-06T05:30:23.834Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
05:30:23 [2023-04-06T05:30:23.834Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
05:30:23 [2023-04-06T05:30:23.834Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
05:30:23 [2023-04-06T05:30:23.834Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
05:30:23 [2023-04-06T05:30:23.834Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s)
05:30:23 [2023-04-06T05:30:23.834Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
05:30:23 [2023-04-06T05:30:23.834Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
05:30:23 [2023-04-06T05:30:23.834Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
05:30:23 [2023-04-06T05:30:23.834Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
05:30:23 [2023-04-06T05:30:23.834Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
05:30:23 [2023-04-06T05:30:23.834Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
05:30:23 [2023-04-06T05:30:23.834Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
05:30:23 [2023-04-06T05:30:23.834Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
05:30:23 [2023-04-06T05:30:23.834Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
05:30:23 [2023-04-06T05:30:23.834Z] === RUN   TestPluginInstall
05:30:23 [2023-04-06T05:30:23.834Z] === RUN   TestPluginInstall/no_auth
05:30:27 [2023-04-06T05:30:27.129Z] time="2023-04-06T05:30:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
05:30:27 [2023-04-06T05:30:27.130Z] time="2023-04-06T05:30:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:71d37e61afdaab08c4e135d4dc36f81bab6895c795f99987300310c533ea7280" mediatype=application/vnd.docker.plugin.v1+json size=522
05:30:27 [2023-04-06T05:30:27.130Z] time="2023-04-06T05:30:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
05:30:27 [2023-04-06T05:30:27.130Z] time="2023-04-06T05:30:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:71d37e61afdaab08c4e135d4dc36f81bab6895c795f99987300310c533ea7280" mediatype=application/vnd.docker.plugin.v1+json size=522
05:30:27 [2023-04-06T05:30:27.130Z] === RUN   TestPluginInstall/with_htpasswd
05:30:27 [2023-04-06T05:30:27.390Z] time="2023-04-06T05:30:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
05:30:27 [2023-04-06T05:30:27.390Z] time="2023-04-06T05:30:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:71d37e61afdaab08c4e135d4dc36f81bab6895c795f99987300310c533ea7280" mediatype=application/vnd.docker.plugin.v1+json size=522
05:30:27 [2023-04-06T05:30:27.390Z] time="2023-04-06T05:30:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
05:30:27 [2023-04-06T05:30:27.390Z] time="2023-04-06T05:30:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:71d37e61afdaab08c4e135d4dc36f81bab6895c795f99987300310c533ea7280" mediatype=application/vnd.docker.plugin.v1+json size=522
05:30:27 [2023-04-06T05:30:27.650Z] === RUN   TestPluginInstall/with_insecure
05:30:28 [2023-04-06T05:30:28.589Z] time="2023-04-06T05:30:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
05:30:28 [2023-04-06T05:30:28.589Z] time="2023-04-06T05:30:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:455ef37f97131867056a842f9a763c604caa21a109f7852d0954fbbacd030e6a" mediatype=application/vnd.docker.plugin.v1+json size=522
05:30:28 [2023-04-06T05:30:28.589Z] time="2023-04-06T05:30:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
05:30:28 [2023-04-06T05:30:28.589Z] time="2023-04-06T05:30:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:455ef37f97131867056a842f9a763c604caa21a109f7852d0954fbbacd030e6a" mediatype=application/vnd.docker.plugin.v1+json size=522
05:30:28 [2023-04-06T05:30:28.589Z]     plugin_test.go:195: [d88e8595cf071] daemon is not started
05:30:28 [2023-04-06T05:30:28.589Z] --- PASS: TestPluginInstall (5.69s)
05:30:28 [2023-04-06T05:30:28.589Z]     --- PASS: TestPluginInstall/no_auth (4.21s)
05:30:28 [2023-04-06T05:30:28.589Z]     --- PASS: TestPluginInstall/with_htpasswd (0.51s)
05:30:28 [2023-04-06T05:30:28.589Z]     --- PASS: TestPluginInstall/with_insecure (0.97s)
05:30:28 [2023-04-06T05:30:28.589Z] === RUN   TestPluginsWithRuntimes
05:30:29 [2023-04-06T05:30:29.971Z] === RUN   TestPluginsWithRuntimes/No_Args
05:30:30 [2023-04-06T05:30:30.911Z] === RUN   TestPluginsWithRuntimes/With_Args
05:30:31 [2023-04-06T05:30:31.851Z] --- PASS: TestPluginsWithRuntimes (3.33s)
05:30:31 [2023-04-06T05:30:31.851Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.90s)
05:30:31 [2023-04-06T05:30:31.851Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.90s)
05:30:31 [2023-04-06T05:30:31.851Z] === RUN   TestPluginBackCompatMediaTypes
05:30:32 [2023-04-06T05:30:32.421Z] --- PASS: TestPluginBackCompatMediaTypes (0.53s)
05:30:32 [2023-04-06T05:30:32.421Z] PASS
05:30:32 [2023-04-06T05:30:32.421Z] 
05:30:32 [2023-04-06T05:30:32.421Z] DONE 24 tests in 9.694s
05:30:32 [2023-04-06T05:30:32.421Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
05:30:32 [2023-04-06T05:30:32.421Z] ++ 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
05:30:32 [2023-04-06T05:30:32.421Z] ++ set -e
05:30:32 [2023-04-06T05:30:32.421Z] ++ '[' -n 0 ']'
05:30:32 [2023-04-06T05:30:32.421Z] ++ set -x
05:30:32 [2023-04-06T05:30:32.421Z] ++ 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
05:30:32 [2023-04-06T05:30:32.421Z] INFO: Testing against a local daemon
05:30:32 [2023-04-06T05:30:32.421Z] === RUN   TestExternalGraphDriver
05:30:32 [2023-04-06T05:30:32.990Z] === RUN   TestExternalGraphDriver/json
05:30:34 [2023-04-06T05:30:34.373Z] === RUN   TestExternalGraphDriver/spec
05:30:35 [2023-04-06T05:30:35.754Z] === RUN   TestExternalGraphDriver/pull
05:30:37 [2023-04-06T05:30:37.663Z] --- PASS: TestExternalGraphDriver (4.82s)
05:30:37 [2023-04-06T05:30:37.663Z]     --- PASS: TestExternalGraphDriver/json (1.49s)
05:30:37 [2023-04-06T05:30:37.663Z]     --- PASS: TestExternalGraphDriver/spec (1.44s)
05:30:37 [2023-04-06T05:30:37.663Z]     --- PASS: TestExternalGraphDriver/pull (1.55s)
05:30:37 [2023-04-06T05:30:37.663Z] === RUN   TestGraphdriverPluginV2
05:30:37 [2023-04-06T05:30:37.663Z]     external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
05:30:37 [2023-04-06T05:30:37.663Z] --- SKIP: TestGraphdriverPluginV2 (0.33s)
05:30:37 [2023-04-06T05:30:37.663Z] PASS
05:30:37 [2023-04-06T05:30:37.663Z] 
05:30:37 [2023-04-06T05:30:37.663Z] === Skipped
05:30:37 [2023-04-06T05:30:37.663Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.33s)
05:30:37 [2023-04-06T05:30:37.663Z]     external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
05:30:37 [2023-04-06T05:30:37.663Z] 
05:30:37 [2023-04-06T05:30:37.663Z] DONE 5 tests, 1 skipped in 5.265s
05:30:37 [2023-04-06T05:30:37.663Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
05:30:37 [2023-04-06T05:30:37.663Z] ++ 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
05:30:37 [2023-04-06T05:30:37.663Z] ++ set -e
05:30:37 [2023-04-06T05:30:37.663Z] ++ '[' -n 0 ']'
05:30:37 [2023-04-06T05:30:37.663Z] ++ set -x
05:30:37 [2023-04-06T05:30:37.663Z] ++ 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
05:30:37 [2023-04-06T05:30:37.923Z] INFO: Testing against a local daemon
05:30:37 [2023-04-06T05:30:37.923Z] === RUN   TestContinueAfterPluginCrash
05:30:37 [2023-04-06T05:30:37.923Z] === PAUSE TestContinueAfterPluginCrash
05:30:37 [2023-04-06T05:30:37.923Z] === RUN   TestReadPluginNoRead
05:30:37 [2023-04-06T05:30:37.923Z] === PAUSE TestReadPluginNoRead
05:30:37 [2023-04-06T05:30:37.923Z] === RUN   TestDaemonStartWithLogOpt
05:30:37 [2023-04-06T05:30:37.923Z] === PAUSE TestDaemonStartWithLogOpt
05:30:37 [2023-04-06T05:30:37.923Z] === CONT  TestDaemonStartWithLogOpt
05:30:37 [2023-04-06T05:30:37.923Z] === CONT  TestContinueAfterPluginCrash
05:30:41 [2023-04-06T05:30:41.218Z] --- PASS: TestDaemonStartWithLogOpt (3.21s)
05:30:41 [2023-04-06T05:30:41.218Z] === CONT  TestReadPluginNoRead
05:30:43 [2023-04-06T05:30:43.142Z] === RUN   TestReadPluginNoRead/default
05:30:44 [2023-04-06T05:30:44.523Z] === RUN   TestReadPluginNoRead/disabled_caching
05:30:45 [2023-04-06T05:30:45.462Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
05:30:46 [2023-04-06T05:30:46.033Z] --- PASS: TestContinueAfterPluginCrash (8.07s)
05:30:46 [2023-04-06T05:30:46.603Z]     read_test.go:91: [dc7b6604d35ff] daemon is not started
05:30:46 [2023-04-06T05:30:46.603Z] --- PASS: TestReadPluginNoRead (5.66s)
05:30:46 [2023-04-06T05:30:46.603Z]     --- PASS: TestReadPluginNoRead/default (1.18s)
05:30:46 [2023-04-06T05:30:46.603Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.19s)
05:30:46 [2023-04-06T05:30:46.603Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.18s)
05:30:46 [2023-04-06T05:30:46.603Z] PASS
05:30:46 [2023-04-06T05:30:46.603Z] 
05:30:46 [2023-04-06T05:30:46.603Z] DONE 6 tests in 8.993s
05:30:46 [2023-04-06T05:30:46.603Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
05:30:46 [2023-04-06T05:30:46.603Z] ++ 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
05:30:46 [2023-04-06T05:30:46.603Z] ++ set -e
05:30:46 [2023-04-06T05:30:46.603Z] ++ '[' -n 0 ']'
05:30:46 [2023-04-06T05:30:46.603Z] ++ set -x
05:30:46 [2023-04-06T05:30:46.603Z] ++ 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
05:30:46 [2023-04-06T05:30:46.603Z] testing: warning: no tests to run
05:30:46 [2023-04-06T05:30:46.603Z] PASS
05:30:46 [2023-04-06T05:30:46.603Z] 
05:30:46 [2023-04-06T05:30:46.603Z] DONE 0 tests in 0.040s
05:30:46 [2023-04-06T05:30:46.863Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
05:30:46 [2023-04-06T05:30:46.863Z] ++ 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
05:30:46 [2023-04-06T05:30:46.863Z] ++ set -e
05:30:46 [2023-04-06T05:30:46.863Z] ++ '[' -n 0 ']'
05:30:46 [2023-04-06T05:30:46.863Z] ++ set -x
05:30:46 [2023-04-06T05:30:46.863Z] ++ 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
05:30:46 [2023-04-06T05:30:46.863Z] INFO: Testing against a local daemon
05:30:46 [2023-04-06T05:30:46.863Z] === RUN   TestPluginWithDevMounts
05:30:46 [2023-04-06T05:30:46.863Z] === PAUSE TestPluginWithDevMounts
05:30:46 [2023-04-06T05:30:46.863Z] === CONT  TestPluginWithDevMounts
05:30:48 [2023-04-06T05:30:48.244Z] --- PASS: TestPluginWithDevMounts (1.49s)
05:30:48 [2023-04-06T05:30:48.244Z] PASS
05:30:48 [2023-04-06T05:30:48.244Z] 
05:30:48 [2023-04-06T05:30:48.244Z] DONE 1 tests in 1.624s
05:30:48 [2023-04-06T05:30:48.504Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m 
05:30:48 [2023-04-06T05:30:48.504Z] ++ 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
05:30:48 [2023-04-06T05:30:48.504Z] ++ set -e
05:30:48 [2023-04-06T05:30:48.504Z] ++ '[' -n 0 ']'
05:30:48 [2023-04-06T05:30:48.504Z] ++ set -x
05:30:48 [2023-04-06T05:30:48.504Z] ++ 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
05:30:48 [2023-04-06T05:30:48.504Z] INFO: Testing against a local daemon
05:30:48 [2023-04-06T05:30:48.504Z] === RUN   TestSecretInspect
05:30:50 [2023-04-06T05:30:50.412Z] --- PASS: TestSecretInspect (1.79s)
05:30:50 [2023-04-06T05:30:50.412Z] === RUN   TestSecretList
05:30:52 [2023-04-06T05:30:52.320Z] --- PASS: TestSecretList (1.74s)
05:30:52 [2023-04-06T05:30:52.320Z] === RUN   TestSecretsCreateAndDelete
05:30:53 [2023-04-06T05:30:53.702Z] --- PASS: TestSecretsCreateAndDelete (1.74s)
05:30:53 [2023-04-06T05:30:53.702Z] === RUN   TestSecretsUpdate
05:30:55 [2023-04-06T05:30:55.609Z] --- PASS: TestSecretsUpdate (1.74s)
05:30:55 [2023-04-06T05:30:55.609Z] === RUN   TestTemplatedSecret
05:30:58 [2023-04-06T05:30:58.147Z] --- PASS: TestTemplatedSecret (2.47s)
05:30:58 [2023-04-06T05:30:58.147Z] === RUN   TestSecretCreateResolve
05:31:00 [2023-04-06T05:31:00.056Z] --- PASS: TestSecretCreateResolve (1.74s)
05:31:00 [2023-04-06T05:31:00.056Z] PASS
05:31:00 [2023-04-06T05:31:00.056Z] 
05:31:00 [2023-04-06T05:31:00.056Z] DONE 6 tests in 11.333s
05:31:00 [2023-04-06T05:31:00.056Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m 
05:31:00 [2023-04-06T05:31:00.056Z] ++ 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
05:31:00 [2023-04-06T05:31:00.056Z] ++ set -e
05:31:00 [2023-04-06T05:31:00.056Z] ++ '[' -n 0 ']'
05:31:00 [2023-04-06T05:31:00.056Z] ++ set -x
05:31:00 [2023-04-06T05:31:00.056Z] ++ 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
05:31:00 [2023-04-06T05:31:00.056Z] INFO: Testing against a local daemon
05:31:00 [2023-04-06T05:31:00.056Z] === RUN   TestServiceCreateInit
05:31:00 [2023-04-06T05:31:00.056Z] === RUN   TestServiceCreateInit/daemonInitDisabled
05:31:03 [2023-04-06T05:31:03.351Z] === RUN   TestServiceCreateInit/daemonInitEnabled
05:31:07 [2023-04-06T05:31:07.550Z] --- PASS: TestServiceCreateInit (7.03s)
05:31:07 [2023-04-06T05:31:07.550Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.44s)
05:31:07 [2023-04-06T05:31:07.550Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.56s)
05:31:07 [2023-04-06T05:31:07.550Z] === RUN   TestCreateServiceMultipleTimes
05:31:22 [2023-04-06T05:31:22.470Z] --- PASS: TestCreateServiceMultipleTimes (14.69s)
05:31:22 [2023-04-06T05:31:22.470Z] === RUN   TestCreateServiceConflict
05:31:23 [2023-04-06T05:31:23.409Z] --- PASS: TestCreateServiceConflict (1.78s)
05:31:23 [2023-04-06T05:31:23.409Z] === RUN   TestCreateServiceMaxReplicas
05:31:25 [2023-04-06T05:31:25.950Z] --- PASS: TestCreateServiceMaxReplicas (2.66s)
05:31:25 [2023-04-06T05:31:25.950Z] === RUN   TestCreateWithDuplicateNetworkNames
05:31:40 [2023-04-06T05:31:40.844Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.62s)
05:31:40 [2023-04-06T05:31:40.844Z] === RUN   TestCreateServiceSecretFileMode
05:31:40 [2023-04-06T05:31:40.844Z] --- PASS: TestCreateServiceSecretFileMode (2.30s)
05:31:40 [2023-04-06T05:31:40.844Z] === RUN   TestCreateServiceConfigFileMode
05:31:43 [2023-04-06T05:31:43.383Z] --- PASS: TestCreateServiceConfigFileMode (2.43s)
05:31:43 [2023-04-06T05:31:43.383Z] === RUN   TestCreateServiceSysctls
05:31:46 [2023-04-06T05:31:46.677Z] --- PASS: TestCreateServiceSysctls (2.93s)
05:31:46 [2023-04-06T05:31:46.677Z] === RUN   TestCreateServiceCapabilities
05:31:48 [2023-04-06T05:31:48.587Z] --- PASS: TestCreateServiceCapabilities (2.30s)
05:31:48 [2023-04-06T05:31:48.587Z] === RUN   TestInspect
05:31:51 [2023-04-06T05:31:51.125Z] --- PASS: TestInspect (2.47s)
05:31:51 [2023-04-06T05:31:51.125Z] === RUN   TestCreateJob
05:31:54 [2023-04-06T05:31:54.419Z] --- PASS: TestCreateJob (2.98s)
05:31:54 [2023-04-06T05:31:54.419Z] === RUN   TestReplicatedJob
05:31:59 [2023-04-06T05:31:59.696Z] --- PASS: TestReplicatedJob (4.78s)
05:31:59 [2023-04-06T05:31:59.696Z] === RUN   TestUpdateReplicatedJob
05:32:02 [2023-04-06T05:32:02.272Z] --- PASS: TestUpdateReplicatedJob (3.02s)
05:32:02 [2023-04-06T05:32:02.272Z] === RUN   TestServiceListWithStatuses
05:32:02 [2023-04-06T05:32:02.272Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
05:32:02 [2023-04-06T05:32:02.272Z] --- SKIP: TestServiceListWithStatuses (0.00s)
05:32:02 [2023-04-06T05:32:02.272Z] === RUN   TestDockerNetworkConnectAlias
05:32:05 [2023-04-06T05:32:05.567Z] --- PASS: TestDockerNetworkConnectAlias (3.41s)
05:32:05 [2023-04-06T05:32:05.567Z] === RUN   TestDockerNetworkReConnect
05:32:08 [2023-04-06T05:32:08.109Z] --- PASS: TestDockerNetworkReConnect (2.76s)
05:32:08 [2023-04-06T05:32:08.109Z] === RUN   TestServicePlugin
05:32:08 [2023-04-06T05:32:08.109Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
05:32:08 [2023-04-06T05:32:08.109Z] --- SKIP: TestServicePlugin (0.00s)
05:32:08 [2023-04-06T05:32:08.109Z] === RUN   TestServiceUpdateLabel
05:32:10 [2023-04-06T05:32:10.017Z] --- PASS: TestServiceUpdateLabel (1.76s)
05:32:10 [2023-04-06T05:32:10.017Z] === RUN   TestServiceUpdateSecrets
05:32:24 [2023-04-06T05:32:24.911Z] --- PASS: TestServiceUpdateSecrets (14.22s)
05:32:24 [2023-04-06T05:32:24.911Z] === RUN   TestServiceUpdateConfigs
05:32:39 [2023-04-06T05:32:39.803Z] --- PASS: TestServiceUpdateConfigs (14.13s)
05:32:39 [2023-04-06T05:32:39.803Z] === RUN   TestServiceUpdateNetwork
05:32:49 [2023-04-06T05:32:49.792Z] --- PASS: TestServiceUpdateNetwork (11.65s)
05:32:49 [2023-04-06T05:32:49.792Z] === RUN   TestServiceUpdatePidsLimit
05:32:51 [2023-04-06T05:32:51.172Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
05:32:51 [2023-04-06T05:32:51.743Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
05:32:58 [2023-04-06T05:32:58.323Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
05:33:06 [2023-04-06T05:33:06.451Z] --- PASS: TestServiceUpdatePidsLimit (15.88s)
05:33:06 [2023-04-06T05:33:06.451Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s)
05:33:06 [2023-04-06T05:33:06.451Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.78s)
05:33:06 [2023-04-06T05:33:06.451Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s)
05:33:06 [2023-04-06T05:33:06.451Z] PASS
05:33:06 [2023-04-06T05:33:06.451Z] 
05:33:06 [2023-04-06T05:33:06.451Z] === Skipped
05:33:06 [2023-04-06T05:33:06.451Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s)
05:33:06 [2023-04-06T05:33:06.451Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
05:33:06 [2023-04-06T05:33:06.451Z] 
05:33:06 [2023-04-06T05:33:06.451Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
05:33:06 [2023-04-06T05:33:06.451Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
05:33:06 [2023-04-06T05:33:06.451Z] 
05:33:06 [2023-04-06T05:33:06.451Z] DONE 27 tests, 2 skipped in 125.935s
05:33:06 [2023-04-06T05:33:06.451Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m 
05:33:06 [2023-04-06T05:33:06.451Z] ++ 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
05:33:06 [2023-04-06T05:33:06.451Z] ++ set -e
05:33:06 [2023-04-06T05:33:06.451Z] ++ '[' -n 0 ']'
05:33:06 [2023-04-06T05:33:06.451Z] ++ set -x
05:33:06 [2023-04-06T05:33:06.451Z] ++ 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
05:33:06 [2023-04-06T05:33:06.451Z] INFO: Testing against a local daemon
05:33:06 [2023-04-06T05:33:06.451Z] === RUN   TestSessionCreate
05:33:06 [2023-04-06T05:33:06.451Z] --- PASS: TestSessionCreate (0.02s)
05:33:06 [2023-04-06T05:33:06.451Z] === RUN   TestSessionCreateWithBadUpgrade
05:33:06 [2023-04-06T05:33:06.451Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
05:33:06 [2023-04-06T05:33:06.451Z] PASS
05:33:06 [2023-04-06T05:33:06.451Z] 
05:33:06 [2023-04-06T05:33:06.451Z] DONE 2 tests in 0.128s
05:33:06 [2023-04-06T05:33:06.451Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m 
05:33:06 [2023-04-06T05:33:06.451Z] ++ 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
05:33:06 [2023-04-06T05:33:06.451Z] ++ set -e
05:33:06 [2023-04-06T05:33:06.451Z] ++ '[' -n 0 ']'
05:33:06 [2023-04-06T05:33:06.451Z] ++ set -x
05:33:06 [2023-04-06T05:33:06.451Z] ++ 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
05:33:06 [2023-04-06T05:33:06.451Z] INFO: Testing against a local daemon
05:33:06 [2023-04-06T05:33:06.451Z] === RUN   TestCgroupDriverSystemdMemoryLimit
05:33:06 [2023-04-06T05:33:06.451Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
05:33:06 [2023-04-06T05:33:06.451Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
05:33:06 [2023-04-06T05:33:06.451Z] === RUN   TestDiskUsage
05:33:06 [2023-04-06T05:33:06.451Z] === PAUSE TestDiskUsage
05:33:06 [2023-04-06T05:33:06.451Z] === RUN   TestEventsExecDie
05:33:06 [2023-04-06T05:33:06.451Z] --- PASS: TestEventsExecDie (0.46s)
05:33:06 [2023-04-06T05:33:06.451Z] === RUN   TestEventsBackwardsCompatible
05:33:06 [2023-04-06T05:33:06.451Z] --- PASS: TestEventsBackwardsCompatible (0.05s)
05:33:06 [2023-04-06T05:33:06.451Z] === RUN   TestEventsVolumeCreate
05:33:06 [2023-04-06T05:33:06.451Z] --- PASS: TestEventsVolumeCreate (0.05s)
05:33:06 [2023-04-06T05:33:06.451Z] === RUN   TestInfoBinaryCommits
05:33:06 [2023-04-06T05:33:06.451Z] --- PASS: TestInfoBinaryCommits (0.02s)
05:33:06 [2023-04-06T05:33:06.451Z] === RUN   TestInfoAPIVersioned
05:33:06 [2023-04-06T05:33:06.451Z] --- PASS: TestInfoAPIVersioned (0.01s)
05:33:06 [2023-04-06T05:33:06.451Z] === RUN   TestInfoAPI
05:33:06 [2023-04-06T05:33:06.451Z] --- PASS: TestInfoAPI (0.02s)
05:33:06 [2023-04-06T05:33:06.451Z] === RUN   TestInfoAPIWarnings
05:33:24 [2023-04-06T05:33:24.551Z] --- PASS: TestInfoAPIWarnings (16.54s)
05:33:24 [2023-04-06T05:33:24.551Z] === RUN   TestInfoDebug
05:33:24 [2023-04-06T05:33:24.551Z] --- PASS: TestInfoDebug (0.52s)
05:33:24 [2023-04-06T05:33:24.551Z] === RUN   TestInfoInsecureRegistries
05:33:24 [2023-04-06T05:33:24.551Z] --- PASS: TestInfoInsecureRegistries (0.52s)
05:33:24 [2023-04-06T05:33:24.551Z] === RUN   TestInfoRegistryMirrors
05:33:24 [2023-04-06T05:33:24.551Z] --- PASS: TestInfoRegistryMirrors (0.52s)
05:33:24 [2023-04-06T05:33:24.551Z] === RUN   TestLoginFailsWithBadCredentials
05:33:25 [2023-04-06T05:33:25.120Z] --- PASS: TestLoginFailsWithBadCredentials (0.39s)
05:33:25 [2023-04-06T05:33:25.120Z] === RUN   TestPingCacheHeaders
05:33:25 [2023-04-06T05:33:25.120Z] --- PASS: TestPingCacheHeaders (0.02s)
05:33:25 [2023-04-06T05:33:25.120Z] === RUN   TestPingGet
05:33:25 [2023-04-06T05:33:25.120Z] --- PASS: TestPingGet (0.02s)
05:33:25 [2023-04-06T05:33:25.120Z] === RUN   TestPingHead
05:33:25 [2023-04-06T05:33:25.120Z] --- PASS: TestPingHead (0.03s)
05:33:25 [2023-04-06T05:33:25.120Z] === RUN   TestPingSwarmHeader
05:33:25 [2023-04-06T05:33:25.689Z] === RUN   TestPingSwarmHeader/before_swarm_init
05:33:26 [2023-04-06T05:33:26.259Z] === RUN   TestPingSwarmHeader/after_swarm_init
05:33:26 [2023-04-06T05:33:26.830Z] === RUN   TestPingSwarmHeader/after_swarm_leave
05:33:26 [2023-04-06T05:33:26.830Z] --- PASS: TestPingSwarmHeader (1.80s)
05:33:26 [2023-04-06T05:33:26.830Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
05:33:26 [2023-04-06T05:33:26.830Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
05:33:26 [2023-04-06T05:33:26.830Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
05:33:26 [2023-04-06T05:33:26.830Z] === RUN   TestPingBuilderHeader
05:33:26 [2023-04-06T05:33:26.830Z] === RUN   TestPingBuilderHeader/default_config
05:33:27 [2023-04-06T05:33:27.400Z] === RUN   TestPingBuilderHeader/buildkit_disabled
05:33:27 [2023-04-06T05:33:27.971Z] --- PASS: TestPingBuilderHeader (1.04s)
05:33:27 [2023-04-06T05:33:27.971Z]     --- PASS: TestPingBuilderHeader/default_config (0.51s)
05:33:27 [2023-04-06T05:33:27.971Z]     --- PASS: TestPingBuilderHeader/buildkit_disabled (0.51s)
05:33:27 [2023-04-06T05:33:27.971Z] === RUN   TestVersion
05:33:27 [2023-04-06T05:33:27.971Z] --- PASS: TestVersion (0.02s)
05:33:27 [2023-04-06T05:33:27.971Z] === CONT  TestDiskUsage
05:33:28 [2023-04-06T05:33:28.540Z] === RUN   TestDiskUsage/empty
05:33:28 [2023-04-06T05:33:28.540Z] === RUN   TestDiskUsage/empty/container_types
05:33:28 [2023-04-06T05:33:28.540Z] === RUN   TestDiskUsage/empty/image_types
05:33:28 [2023-04-06T05:33:28.540Z] === RUN   TestDiskUsage/empty/volume_types
05:33:28 [2023-04-06T05:33:28.540Z] === RUN   TestDiskUsage/empty/build-cache_types
05:33:28 [2023-04-06T05:33:28.540Z] === RUN   TestDiskUsage/empty/container,_volume_types
05:33:28 [2023-04-06T05:33:28.540Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
05:33:28 [2023-04-06T05:33:28.540Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
05:33:28 [2023-04-06T05:33:28.540Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
05:33:28 [2023-04-06T05:33:28.540Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
05:33:28 [2023-04-06T05:33:28.540Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
05:33:28 [2023-04-06T05:33:28.540Z] === RUN   TestDiskUsage/after_LoadBusybox
05:33:28 [2023-04-06T05:33:28.540Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
05:33:28 [2023-04-06T05:33:28.540Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
05:33:28 [2023-04-06T05:33:28.540Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
05:33:28 [2023-04-06T05:33:28.540Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
05:33:28 [2023-04-06T05:33:28.540Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
05:33:28 [2023-04-06T05:33:28.540Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
05:33:28 [2023-04-06T05:33:28.540Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
05:33:28 [2023-04-06T05:33:28.540Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
05:33:28 [2023-04-06T05:33:28.540Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
05:33:28 [2023-04-06T05:33:28.540Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
05:33:28 [2023-04-06T05:33:28.540Z] === RUN   TestDiskUsage/after_container.Run
05:33:28 [2023-04-06T05:33:28.800Z] === RUN   TestDiskUsage/after_container.Run/container_types
05:33:28 [2023-04-06T05:33:28.800Z] === RUN   TestDiskUsage/after_container.Run/image_types
05:33:28 [2023-04-06T05:33:28.800Z] === RUN   TestDiskUsage/after_container.Run/volume_types
05:33:28 [2023-04-06T05:33:28.800Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
05:33:28 [2023-04-06T05:33:28.800Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
05:33:28 [2023-04-06T05:33:28.800Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
05:33:28 [2023-04-06T05:33:28.800Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
05:33:28 [2023-04-06T05:33:28.800Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
05:33:28 [2023-04-06T05:33:28.800Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
05:33:28 [2023-04-06T05:33:28.800Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
05:33:29 [2023-04-06T05:33:29.060Z] --- PASS: TestDiskUsage (0.98s)
05:33:29 [2023-04-06T05:33:29.060Z]     --- PASS: TestDiskUsage/empty (0.01s)
05:33:29 [2023-04-06T05:33:29.060Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
05:33:29 [2023-04-06T05:33:29.060Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
05:33:29 [2023-04-06T05:33:29.060Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
05:33:29 [2023-04-06T05:33:29.060Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
05:33:29 [2023-04-06T05:33:29.060Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
05:33:29 [2023-04-06T05:33:29.060Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
05:33:29 [2023-04-06T05:33:29.060Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
05:33:29 [2023-04-06T05:33:29.060Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
05:33:29 [2023-04-06T05:33:29.060Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
05:33:29 [2023-04-06T05:33:29.060Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
05:33:29 [2023-04-06T05:33:29.060Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.09s)
05:33:29 [2023-04-06T05:33:29.060Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
05:33:29 [2023-04-06T05:33:29.060Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
05:33:29 [2023-04-06T05:33:29.060Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
05:33:29 [2023-04-06T05:33:29.060Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
05:33:29 [2023-04-06T05:33:29.060Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
05:33:29 [2023-04-06T05:33:29.060Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
05:33:29 [2023-04-06T05:33:29.060Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
05:33:29 [2023-04-06T05:33:29.060Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
05:33:29 [2023-04-06T05:33:29.060Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
05:33:29 [2023-04-06T05:33:29.060Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
05:33:29 [2023-04-06T05:33:29.060Z]     --- PASS: TestDiskUsage/after_container.Run (0.25s)
05:33:29 [2023-04-06T05:33:29.060Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
05:33:29 [2023-04-06T05:33:29.060Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
05:33:29 [2023-04-06T05:33:29.060Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
05:33:29 [2023-04-06T05:33:29.060Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
05:33:29 [2023-04-06T05:33:29.060Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
05:33:29 [2023-04-06T05:33:29.060Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
05:33:29 [2023-04-06T05:33:29.060Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
05:33:29 [2023-04-06T05:33:29.060Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
05:33:29 [2023-04-06T05:33:29.060Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
05:33:29 [2023-04-06T05:33:29.061Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
05:33:29 [2023-04-06T05:33:29.061Z] PASS
05:33:29 [2023-04-06T05:33:29.061Z] 
05:33:29 [2023-04-06T05:33:29.061Z] === Skipped
05:33:29 [2023-04-06T05:33:29.061Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
05:33:29 [2023-04-06T05:33:29.061Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
05:33:29 [2023-04-06T05:33:29.061Z] 
05:33:29 [2023-04-06T05:33:29.061Z] DONE 57 tests, 1 skipped in 23.116s
05:33:29 [2023-04-06T05:33:29.061Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m 
05:33:29 [2023-04-06T05:33:29.061Z] ++ 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
05:33:29 [2023-04-06T05:33:29.061Z] ++ set -e
05:33:29 [2023-04-06T05:33:29.061Z] ++ '[' -n 0 ']'
05:33:29 [2023-04-06T05:33:29.061Z] ++ set -x
05:33:29 [2023-04-06T05:33:29.061Z] ++ 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
05:33:29 [2023-04-06T05:33:29.061Z] INFO: Testing against a local daemon
05:33:29 [2023-04-06T05:33:29.061Z] === RUN   TestVolumesCreateAndList
05:33:29 [2023-04-06T05:33:29.061Z] --- PASS: TestVolumesCreateAndList (0.02s)
05:33:29 [2023-04-06T05:33:29.061Z] === RUN   TestVolumesRemove
05:33:29 [2023-04-06T05:33:29.061Z] === RUN   TestVolumesRemove/volume_in_use
05:33:29 [2023-04-06T05:33:29.061Z] === RUN   TestVolumesRemove/volume_not_in_use
05:33:29 [2023-04-06T05:33:29.061Z] === RUN   TestVolumesRemove/non-existing_volume
05:33:29 [2023-04-06T05:33:29.061Z] === RUN   TestVolumesRemove/non-existing_volume_force
05:33:29 [2023-04-06T05:33:29.061Z] --- PASS: TestVolumesRemove (0.07s)
05:33:29 [2023-04-06T05:33:29.061Z]     --- PASS: TestVolumesRemove/volume_in_use (0.01s)
05:33:29 [2023-04-06T05:33:29.061Z]     --- PASS: TestVolumesRemove/volume_not_in_use (0.01s)
05:33:29 [2023-04-06T05:33:29.061Z]     --- PASS: TestVolumesRemove/non-existing_volume (0.00s)
05:33:29 [2023-04-06T05:33:29.061Z]     --- PASS: TestVolumesRemove/non-existing_volume_force (0.00s)
05:33:29 [2023-04-06T05:33:29.061Z] === RUN   TestVolumesRemoveSwarmEnabled
05:33:29 [2023-04-06T05:33:29.061Z] === PAUSE TestVolumesRemoveSwarmEnabled
05:33:29 [2023-04-06T05:33:29.061Z] === RUN   TestVolumesInspect
05:33:29 [2023-04-06T05:33:29.061Z] --- PASS: TestVolumesInspect (0.02s)
05:33:29 [2023-04-06T05:33:29.061Z] === RUN   TestVolumesInvalidJSON
05:33:29 [2023-04-06T05:33:29.061Z] === RUN   TestVolumesInvalidJSON/volumes/create
05:33:29 [2023-04-06T05:33:29.061Z] === PAUSE TestVolumesInvalidJSON/volumes/create
05:33:29 [2023-04-06T05:33:29.061Z] === CONT  TestVolumesInvalidJSON/volumes/create
05:33:29 [2023-04-06T05:33:29.061Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
05:33:29 [2023-04-06T05:33:29.061Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
05:33:29 [2023-04-06T05:33:29.061Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
05:33:29 [2023-04-06T05:33:29.061Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
05:33:29 [2023-04-06T05:33:29.061Z] --- PASS: TestVolumesInvalidJSON (0.01s)
05:33:29 [2023-04-06T05:33:29.061Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
05:33:29 [2023-04-06T05:33:29.061Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
05:33:29 [2023-04-06T05:33:29.061Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
05:33:29 [2023-04-06T05:33:29.061Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
05:33:29 [2023-04-06T05:33:29.061Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
05:33:29 [2023-04-06T05:33:29.061Z] === RUN   TestVolumePruneAnonymous
05:33:29 [2023-04-06T05:33:29.320Z] --- PASS: TestVolumePruneAnonymous (0.04s)
05:33:29 [2023-04-06T05:33:29.320Z] === RUN   TestVolumePruneAnonFromImage
05:33:29 [2023-04-06T05:33:29.320Z] --- PASS: TestVolumePruneAnonFromImage (0.12s)
05:33:29 [2023-04-06T05:33:29.320Z] === CONT  TestVolumesRemoveSwarmEnabled
05:33:30 [2023-04-06T05:33:30.701Z] === RUN   TestVolumesRemoveSwarmEnabled/volume_in_use
05:33:30 [2023-04-06T05:33:30.701Z] === RUN   TestVolumesRemoveSwarmEnabled/volume_not_in_use
05:33:30 [2023-04-06T05:33:30.701Z] === RUN   TestVolumesRemoveSwarmEnabled/non-existing_volume
05:33:30 [2023-04-06T05:33:30.701Z] === RUN   TestVolumesRemoveSwarmEnabled/non-existing_volume_force
05:33:31 [2023-04-06T05:33:31.270Z] --- PASS: TestVolumesRemoveSwarmEnabled (1.88s)
05:33:31 [2023-04-06T05:33:31.270Z]     --- PASS: TestVolumesRemoveSwarmEnabled/volume_in_use (0.00s)
05:33:31 [2023-04-06T05:33:31.270Z]     --- PASS: TestVolumesRemoveSwarmEnabled/volume_not_in_use (0.01s)
05:33:31 [2023-04-06T05:33:31.270Z]     --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume (0.00s)
05:33:31 [2023-04-06T05:33:31.270Z]     --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume_force (0.00s)
05:33:31 [2023-04-06T05:33:31.270Z] PASS
05:33:31 [2023-04-06T05:33:31.270Z] 
05:33:31 [2023-04-06T05:33:31.270Z] DONE 20 tests in 2.270s
05:33:31 [2023-04-06T05:33:31.270Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
05:33:31 [2023-04-06T05:33:31.270Z] ++++ cat bundles/test-integration/docker.pid
05:33:31 [2023-04-06T05:33:31.270Z] +++ kill 15833
05:33:31 [2023-04-06T05:33:31.841Z] +++ /etc/init.d/apparmor stop
05:33:31 [2023-04-06T05:33:31.841Z] Leaving: AppArmorNo profiles have been unloaded.
05:33:31 [2023-04-06T05:33:31.841Z] 
05:33:31 [2023-04-06T05:33:31.841Z] Unloading profiles will leave already running processes permanently
05:33:31 [2023-04-06T05:33:31.841Z] unconfined, which can lead to unexpected situations.
05:33:31 [2023-04-06T05:33:31.841Z] 
05:33:31 [2023-04-06T05:33:31.841Z] To set a process to complain mode, use the command line tool
05:33:31 [2023-04-06T05:33:31.841Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
05:33:31 [2023-04-06T05:33:31.841Z] +++ true
05:33:31 [2023-04-06T05:33:31.841Z] exiting test-integration
05:33:31 [2023-04-06T05:33:31.841Z] ++ exit 0
05:33:31 [2023-04-06T05:33:31.841Z] 
Post stage
[Pipeline] junit
05:33:32 [2023-04-06T05:33:32.432Z] Recording test results
05:33:32 [2023-04-06T05:33:32.650Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
05:33:32 [2023-04-06T05:33:32.973Z] + echo Ensuring container killed.
05:33:32 [2023-04-06T05:33:32.973Z] Ensuring container killed.
05:33:32 [2023-04-06T05:33:32.973Z] + docker rm -vf docker-pr2
05:33:32 [2023-04-06T05:33:32.973Z] Error response from daemon: No such container: docker-pr2
[Pipeline] sh
05:33:33 [2023-04-06T05:33:33.258Z] + echo Chowning /workspace to jenkins user
05:33:33 [2023-04-06T05:33:33.258Z] Chowning /workspace to jenkins user
05:33:33 [2023-04-06T05:33:33.258Z] + id -u
05:33:33 [2023-04-06T05:33:33.258Z] + id -g
05:33:33 [2023-04-06T05:33:33.258Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45283:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
05:33:34 [2023-04-06T05:33:34.931Z] + bundleName=arm64-integration
05:33:34 [2023-04-06T05:33:34.931Z] + echo Creating arm64-integration-bundles.tar.gz
05:33:34 [2023-04-06T05:33:34.931Z] Creating arm64-integration-bundles.tar.gz
05:33:34 [2023-04-06T05:33:34.931Z] + xargs tar -czf arm64-integration-bundles.tar.gz
05:33:34 [2023-04-06T05:33:34.931Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
[Pipeline] archiveArtifacts
05:33:35 [2023-04-06T05:33:35.203Z] Archiving artifacts
05:33:35 [2023-04-06T05:33:35.587Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-45283/2/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
05:33:35 [2023-04-06T05:33:35.883Z] + make clean
05:33:36 [2023-04-06T05:33:36.142Z] docker volume rm -f docker-dev-cache docker-mod-cache
05:33:36 [2023-04-06T05:33:36.142Z] docker-dev-cache
05:33:36 [2023-04-06T05:33:36.142Z] 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