Skip to content
Success

Console Output

Pull request #45931 updated
16:20:02 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 5e4878ed2b441359c4b1a216c1b3fe195cbc6975+06b991f48fc515bd8023d943bc14d415ee5c26ed (2e470db9e2e6e8e38b47bb8556084d06df8a4ef6)
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-45931@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
16:20:04 [2023-07-12T16:20:04.997Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
[Pipeline] milestone
16:20:05 [2023-07-12T16:20:05.001Z] Trying to pass milestone 1
[Pipeline] milestone
16:20:05 [2023-07-12T16:20:05.130Z] Trying to pass milestone 2
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
16:20:05 [2023-07-12T16:20:05.332Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-09516e3ebcdb96e8c) in /home/ubuntu/workspace/moby_PR-45931
[Pipeline] {
[Pipeline] checkout
16:20:05 [2023-07-12T16:20:05.354Z] The recommended git tool is: git
16:20:05 [2023-07-12T16:20:05.362Z] using credential docker-jenkins-github-credentials
16:20:05 [2023-07-12T16:20:05.374Z] Cloning the remote Git repository
16:20:05 [2023-07-12T16:20:05.374Z] Cloning with configured refspecs honoured and without tags
16:20:05 [2023-07-12T16:20:05.383Z] Cloning repository https://github.com/moby/moby.git
16:20:05 [2023-07-12T16:20:05.384Z]  > git init /home/ubuntu/workspace/moby_PR-45931 # timeout=10
16:20:05 [2023-07-12T16:20:05.388Z] Fetching upstream changes from https://github.com/moby/moby.git
16:20:05 [2023-07-12T16:20:05.388Z]  > git --version # timeout=10
16:20:05 [2023-07-12T16:20:05.390Z]  > git --version # 'git version 2.25.1'
16:20:05 [2023-07-12T16:20:05.390Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:20:05 [2023-07-12T16:20:05.391Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45931/head:refs/remotes/origin/PR-45931 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:20:17 [2023-07-12T16:20:17.192Z] Fetching without tags
16:20:17 [2023-07-12T16:20:17.392Z] Merging remotes/origin/master commit 06b991f48fc515bd8023d943bc14d415ee5c26ed into PR head commit 5e4878ed2b441359c4b1a216c1b3fe195cbc6975
16:20:17 [2023-07-12T16:20:17.185Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:20:17 [2023-07-12T16:20:17.188Z]  > git config --add remote.origin.fetch +refs/pull/45931/head:refs/remotes/origin/PR-45931 # timeout=10
16:20:17 [2023-07-12T16:20:17.190Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
16:20:17 [2023-07-12T16:20:17.196Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:20:17 [2023-07-12T16:20:17.201Z] Fetching upstream changes from https://github.com/moby/moby.git
16:20:17 [2023-07-12T16:20:17.201Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:20:17 [2023-07-12T16:20:17.201Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45931/head:refs/remotes/origin/PR-45931 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:20:17 [2023-07-12T16:20:17.401Z]  > git config core.sparsecheckout # timeout=10
16:20:17 [2023-07-12T16:20:17.403Z]  > git checkout -f 5e4878ed2b441359c4b1a216c1b3fe195cbc6975 # timeout=10
16:20:18 [2023-07-12T16:20:18.791Z] Merge succeeded, producing bf23cf287b91a511f6a7f5a90538d4c250bc1b56
16:20:18 [2023-07-12T16:20:18.791Z] Checking out Revision bf23cf287b91a511f6a7f5a90538d4c250bc1b56 (PR-45931)
16:20:18 [2023-07-12T16:20:18.841Z] Commit message: "Merge commit '06b991f48fc515bd8023d943bc14d415ee5c26ed' into HEAD"
16:20:18 [2023-07-12T16:20:18.847Z] First time build. Skipping changelog.
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
16:20:17 [2023-07-12T16:20:17.991Z]  > git remote # timeout=10
16:20:17 [2023-07-12T16:20:17.994Z]  > git config --get remote.origin.url # timeout=10
16:20:17 [2023-07-12T16:20:17.996Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:20:17 [2023-07-12T16:20:17.997Z]  > git merge 06b991f48fc515bd8023d943bc14d415ee5c26ed # timeout=10
16:20:18 [2023-07-12T16:20:18.794Z]  > git rev-parse HEAD^{commit} # timeout=10
16:20:18 [2023-07-12T16:20:18.801Z]  > git config core.sparsecheckout # timeout=10
16:20:18 [2023-07-12T16:20:18.803Z]  > git checkout -f bf23cf287b91a511f6a7f5a90538d4c250bc1b56 # timeout=10
16:20:18 [2023-07-12T16:20:18.850Z]  > git rev-list --no-walk 8dc2b47e97b0cd7a52eebcde1507fb43b37aef34 # timeout=10
16:20:19 [2023-07-12T16:20:19.587Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45931:/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
16:20:22 [2023-07-12T16:20:22.117Z] Congratulations!  All commits are properly signed with the DCO!
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] parallel
[Pipeline] { (Branch: s390x)
[Pipeline] { (Branch: s390x integration-cli)
[Pipeline] { (Branch: ppc64le)
[Pipeline] { (Branch: ppc64le integration-cli)
[Pipeline] { (Branch: arm64)
[Pipeline] stage
[Pipeline] { (s390x)
[Pipeline] stage
[Pipeline] { (s390x integration-cli)
[Pipeline] stage
[Pipeline] { (ppc64le)
[Pipeline] stage
[Pipeline] { (ppc64le integration-cli)
[Pipeline] stage
[Pipeline] { (arm64)
[Pipeline] node
Stage "s390x" skipped due to when conditional
Stage "s390x integration-cli" skipped due to when conditional
Stage "ppc64le" skipped due to when conditional
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
16:20:22 [2023-07-12T16:20:22.254Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0027dc529ca751531) in /home/ubuntu/workspace/moby_PR-45931
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
[Pipeline] {
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] checkout
16:20:22 [2023-07-12T16:20:22.320Z] The recommended git tool is: git
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] }
16:20:22 [2023-07-12T16:20:22.330Z] using credential docker-jenkins-github-credentials
[Pipeline] // stage
[Pipeline] // stage
16:20:22 [2023-07-12T16:20:22.344Z] Cloning the remote Git repository
16:20:22 [2023-07-12T16:20:22.344Z] Cloning with configured refspecs honoured and without tags
[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] }
16:20:22 [2023-07-12T16:20:22.355Z] Cloning repository https://github.com/moby/moby.git
16:20:22 [2023-07-12T16:20:22.355Z]  > git init /home/ubuntu/workspace/moby_PR-45931 # timeout=10
16:20:22 [2023-07-12T16:20:22.360Z] Fetching upstream changes from https://github.com/moby/moby.git
16:20:22 [2023-07-12T16:20:22.360Z]  > git --version # timeout=10
16:20:22 [2023-07-12T16:20:22.362Z]  > git --version # 'git version 2.25.1'
16:20:22 [2023-07-12T16:20:22.363Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:20:22 [2023-07-12T16:20:22.363Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45931/head:refs/remotes/origin/PR-45931 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:20:33 [2023-07-12T16:20:33.766Z] Fetching without tags
16:20:34 [2023-07-12T16:20:34.013Z] Merging remotes/origin/master commit 06b991f48fc515bd8023d943bc14d415ee5c26ed into PR head commit 5e4878ed2b441359c4b1a216c1b3fe195cbc6975
16:20:33 [2023-07-12T16:20:33.758Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:20:33 [2023-07-12T16:20:33.761Z]  > git config --add remote.origin.fetch +refs/pull/45931/head:refs/remotes/origin/PR-45931 # timeout=10
16:20:33 [2023-07-12T16:20:33.763Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
16:20:33 [2023-07-12T16:20:33.770Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:20:33 [2023-07-12T16:20:33.776Z] Fetching upstream changes from https://github.com/moby/moby.git
16:20:33 [2023-07-12T16:20:33.776Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:20:33 [2023-07-12T16:20:33.777Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45931/head:refs/remotes/origin/PR-45931 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:20:34 [2023-07-12T16:20:34.023Z]  > git config core.sparsecheckout # timeout=10
16:20:34 [2023-07-12T16:20:34.026Z]  > git checkout -f 5e4878ed2b441359c4b1a216c1b3fe195cbc6975 # timeout=10
16:20:34 [2023-07-12T16:20:34.627Z]  > git remote # timeout=10
16:20:34 [2023-07-12T16:20:34.630Z]  > git config --get remote.origin.url # timeout=10
16:20:34 [2023-07-12T16:20:34.633Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:20:34 [2023-07-12T16:20:34.633Z]  > git merge 06b991f48fc515bd8023d943bc14d415ee5c26ed # timeout=10
16:20:35 [2023-07-12T16:20:35.438Z] Merge succeeded, producing 196cade5102d21df88c8ec7871781a30ca07c297
16:20:35 [2023-07-12T16:20:35.438Z] Checking out Revision 196cade5102d21df88c8ec7871781a30ca07c297 (PR-45931)
16:20:35 [2023-07-12T16:20:35.512Z] Commit message: "Merge commit '06b991f48fc515bd8023d943bc14d415ee5c26ed' into HEAD"
16:20:35 [2023-07-12T16:20:35.518Z] First time build. Skipping changelog.
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
16:20:36 [2023-07-12T16:20:36.228Z] + docker version
16:20:36 [2023-07-12T16:20:36.228Z] Client: Docker Engine - Community
16:20:36 [2023-07-12T16:20:36.228Z]  Version:           24.0.2
16:20:36 [2023-07-12T16:20:36.228Z]  API version:       1.43
16:20:36 [2023-07-12T16:20:36.228Z]  Go version:        go1.20.4
16:20:36 [2023-07-12T16:20:36.228Z]  Git commit:        cb74dfc
16:20:36 [2023-07-12T16:20:36.228Z]  Built:             Thu May 25 21:52:41 2023
16:20:36 [2023-07-12T16:20:36.228Z]  OS/Arch:           linux/arm64
16:20:36 [2023-07-12T16:20:36.228Z]  Context:           default
16:20:36 [2023-07-12T16:20:36.228Z] 
16:20:36 [2023-07-12T16:20:36.228Z] Server: Docker Engine - Community
16:20:36 [2023-07-12T16:20:36.228Z]  Engine:
16:20:36 [2023-07-12T16:20:36.228Z]   Version:          24.0.2
16:20:36 [2023-07-12T16:20:36.228Z]   API version:      1.43 (minimum version 1.12)
16:20:36 [2023-07-12T16:20:36.228Z]   Go version:       go1.20.4
16:20:36 [2023-07-12T16:20:36.228Z]   Git commit:       659604f
16:20:36 [2023-07-12T16:20:36.228Z]   Built:            Thu May 25 21:52:41 2023
16:20:36 [2023-07-12T16:20:36.228Z]   OS/Arch:          linux/arm64
16:20:36 [2023-07-12T16:20:36.228Z]   Experimental:     true
16:20:36 [2023-07-12T16:20:36.228Z]  containerd:
16:20:36 [2023-07-12T16:20:36.228Z]   Version:          1.6.21
16:20:36 [2023-07-12T16:20:36.228Z]   GitCommit:        3dce8eb055cbb6872793272b4f20ed16117344f8
16:20:36 [2023-07-12T16:20:36.228Z]  runc:
16:20:36 [2023-07-12T16:20:36.228Z]   Version:          1.1.7
16:20:36 [2023-07-12T16:20:36.228Z]   GitCommit:        v1.1.7-0-g860f061
16:20:36 [2023-07-12T16:20:36.228Z]  docker-init:
16:20:36 [2023-07-12T16:20:36.228Z]   Version:          0.19.0
16:20:36 [2023-07-12T16:20:36.228Z]   GitCommit:        de40ad0
[Pipeline] sh
16:20:35 [2023-07-12T16:20:35.442Z]  > git rev-parse HEAD^{commit} # timeout=10
16:20:35 [2023-07-12T16:20:35.448Z]  > git config core.sparsecheckout # timeout=10
16:20:35 [2023-07-12T16:20:35.451Z]  > git checkout -f 196cade5102d21df88c8ec7871781a30ca07c297 # timeout=10
16:20:35 [2023-07-12T16:20:35.522Z]  > git rev-list --no-walk 8dc2b47e97b0cd7a52eebcde1507fb43b37aef34 # timeout=10
16:20:36 [2023-07-12T16:20:36.513Z] + docker info
16:20:36 [2023-07-12T16:20:36.513Z] Client: Docker Engine - Community
16:20:36 [2023-07-12T16:20:36.513Z]  Version:    24.0.2
16:20:36 [2023-07-12T16:20:36.513Z]  Context:    default
16:20:36 [2023-07-12T16:20:36.513Z]  Debug Mode: false
16:20:36 [2023-07-12T16:20:36.513Z]  Plugins:
16:20:36 [2023-07-12T16:20:36.513Z]   buildx: Docker Buildx (Docker Inc.)
16:20:36 [2023-07-12T16:20:36.513Z]     Version:  v0.11.0
16:20:36 [2023-07-12T16:20:36.513Z]     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
16:20:36 [2023-07-12T16:20:36.513Z]   compose: Docker Compose (Docker Inc.)
16:20:36 [2023-07-12T16:20:36.513Z]     Version:  v2.19.1
16:20:36 [2023-07-12T16:20:36.513Z]     Path:     /usr/libexec/docker/cli-plugins/docker-compose
16:20:36 [2023-07-12T16:20:36.513Z] 
16:20:36 [2023-07-12T16:20:36.513Z] Server:
16:20:36 [2023-07-12T16:20:36.513Z]  Containers: 0
16:20:36 [2023-07-12T16:20:36.513Z]   Running: 0
16:20:36 [2023-07-12T16:20:36.513Z]   Paused: 0
16:20:36 [2023-07-12T16:20:36.513Z]   Stopped: 0
16:20:36 [2023-07-12T16:20:36.513Z]  Images: 3
16:20:36 [2023-07-12T16:20:36.513Z]  Server Version: 24.0.2
16:20:36 [2023-07-12T16:20:36.513Z]  Storage Driver: overlay2
16:20:36 [2023-07-12T16:20:36.513Z]   Backing Filesystem: extfs
16:20:36 [2023-07-12T16:20:36.513Z]   Supports d_type: true
16:20:36 [2023-07-12T16:20:36.513Z]   Using metacopy: false
16:20:36 [2023-07-12T16:20:36.513Z]   Native Overlay Diff: true
16:20:36 [2023-07-12T16:20:36.513Z]   userxattr: false
16:20:36 [2023-07-12T16:20:36.513Z]  Logging Driver: json-file
16:20:36 [2023-07-12T16:20:36.513Z]  Cgroup Driver: cgroupfs
16:20:36 [2023-07-12T16:20:36.513Z]  Cgroup Version: 1
16:20:36 [2023-07-12T16:20:36.513Z]  Plugins:
16:20:36 [2023-07-12T16:20:36.513Z]   Volume: local
16:20:36 [2023-07-12T16:20:36.513Z]   Network: bridge host ipvlan macvlan null overlay
16:20:36 [2023-07-12T16:20:36.513Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
16:20:36 [2023-07-12T16:20:36.513Z]  Swarm: inactive
16:20:36 [2023-07-12T16:20:36.513Z]  Runtimes: io.containerd.runc.v2 runc
16:20:36 [2023-07-12T16:20:36.513Z]  Default Runtime: runc
16:20:36 [2023-07-12T16:20:36.513Z]  Init Binary: docker-init
16:20:36 [2023-07-12T16:20:36.513Z]  containerd version: 3dce8eb055cbb6872793272b4f20ed16117344f8
16:20:36 [2023-07-12T16:20:36.513Z]  runc version: v1.1.7-0-g860f061
16:20:36 [2023-07-12T16:20:36.513Z]  init version: de40ad0
16:20:36 [2023-07-12T16:20:36.513Z]  Security Options:
16:20:36 [2023-07-12T16:20:36.513Z]   apparmor
16:20:36 [2023-07-12T16:20:36.513Z]   seccomp
16:20:36 [2023-07-12T16:20:36.513Z]    Profile: builtin
16:20:36 [2023-07-12T16:20:36.513Z]  Kernel Version: 5.15.0-1039-aws
16:20:36 [2023-07-12T16:20:36.513Z]  Operating System: Ubuntu 20.04.6 LTS
16:20:36 [2023-07-12T16:20:36.513Z]  OSType: linux
16:20:36 [2023-07-12T16:20:36.513Z]  Architecture: aarch64
16:20:36 [2023-07-12T16:20:36.513Z]  CPUs: 8
16:20:36 [2023-07-12T16:20:36.513Z]  Total Memory: 30.64GiB
16:20:36 [2023-07-12T16:20:36.513Z]  Name: ip-10-100-41-101
16:20:36 [2023-07-12T16:20:36.513Z]  ID: ef507593-6b20-4340-8f95-bbcbfb83a0a5
16:20:36 [2023-07-12T16:20:36.513Z]  Docker Root Dir: /var/lib/docker
16:20:36 [2023-07-12T16:20:36.513Z]  Debug Mode: false
16:20:36 [2023-07-12T16:20:36.513Z]  Experimental: true
16:20:36 [2023-07-12T16:20:36.513Z]  Insecure Registries:
16:20:36 [2023-07-12T16:20:36.513Z]   127.0.0.0/8
16:20:36 [2023-07-12T16:20:36.513Z]  Live Restore Enabled: true
16:20:36 [2023-07-12T16:20:36.513Z] 
[Pipeline] sh
16:20:36 [2023-07-12T16:20:36.800Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
16:20:36 [2023-07-12T16:20:36.800Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
16:20:36 [2023-07-12T16:20:36.800Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-45931/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
16:20:36 [2023-07-12T16:20:36.800Z] + bash /home/ubuntu/workspace/moby_PR-45931/check-config.sh
16:20:36 [2023-07-12T16:20:36.800Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
16:20:36 [2023-07-12T16:20:36.800Z] info: reading kernel config from /boot/config-5.15.0-1039-aws ...
16:20:36 [2023-07-12T16:20:36.800Z] 
16:20:36 [2023-07-12T16:20:36.800Z] Generally Necessary:
16:20:36 [2023-07-12T16:20:36.800Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
16:20:36 [2023-07-12T16:20:36.800Z] - apparmor: enabled and tools installed
16:20:36 [2023-07-12T16:20:36.800Z] - CONFIG_NAMESPACES: enabled
16:20:36 [2023-07-12T16:20:36.800Z] - CONFIG_NET_NS: enabled
16:20:36 [2023-07-12T16:20:36.800Z] - CONFIG_PID_NS: enabled
16:20:36 [2023-07-12T16:20:36.800Z] - CONFIG_IPC_NS: enabled
16:20:36 [2023-07-12T16:20:36.800Z] - CONFIG_UTS_NS: enabled
16:20:36 [2023-07-12T16:20:36.800Z] - CONFIG_CGROUPS: enabled
16:20:36 [2023-07-12T16:20:36.800Z] - CONFIG_CGROUP_CPUACCT: enabled
16:20:36 [2023-07-12T16:20:36.800Z] - CONFIG_CGROUP_DEVICE: enabled
16:20:36 [2023-07-12T16:20:36.800Z] - CONFIG_CGROUP_FREEZER: enabled
16:20:37 [2023-07-12T16:20:37.061Z] - CONFIG_CGROUP_SCHED: enabled
16:20:37 [2023-07-12T16:20:37.061Z] - CONFIG_CPUSETS: enabled
16:20:37 [2023-07-12T16:20:37.061Z] - CONFIG_MEMCG: enabled
16:20:37 [2023-07-12T16:20:37.061Z] - CONFIG_KEYS: enabled
16:20:37 [2023-07-12T16:20:37.061Z] - CONFIG_VETH: enabled (as module)
16:20:37 [2023-07-12T16:20:37.061Z] - CONFIG_BRIDGE: enabled (as module)
16:20:37 [2023-07-12T16:20:37.061Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
16:20:37 [2023-07-12T16:20:37.061Z] - CONFIG_IP_NF_FILTER: enabled (as module)
16:20:37 [2023-07-12T16:20:37.061Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
16:20:37 [2023-07-12T16:20:37.061Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
16:20:37 [2023-07-12T16:20:37.061Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
16:20:37 [2023-07-12T16:20:37.061Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
16:20:37 [2023-07-12T16:20:37.061Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
16:20:37 [2023-07-12T16:20:37.061Z] - CONFIG_IP_NF_NAT: enabled (as module)
16:20:37 [2023-07-12T16:20:37.061Z] - CONFIG_NF_NAT: enabled (as module)
16:20:37 [2023-07-12T16:20:37.061Z] - CONFIG_POSIX_MQUEUE: enabled
16:20:37 [2023-07-12T16:20:37.061Z] - CONFIG_CGROUP_BPF: enabled
16:20:37 [2023-07-12T16:20:37.061Z] 
16:20:37 [2023-07-12T16:20:37.061Z] Optional Features:
16:20:37 [2023-07-12T16:20:37.061Z] - CONFIG_USER_NS: enabled
16:20:37 [2023-07-12T16:20:37.061Z] - CONFIG_SECCOMP: enabled
16:20:37 [2023-07-12T16:20:37.061Z] - CONFIG_SECCOMP_FILTER: enabled
16:20:37 [2023-07-12T16:20:37.061Z] - CONFIG_CGROUP_PIDS: enabled
16:20:37 [2023-07-12T16:20:37.061Z] - CONFIG_MEMCG_SWAP: enabled
16:20:37 [2023-07-12T16:20:37.061Z]     (cgroup swap accounting is currently enabled)
16:20:37 [2023-07-12T16:20:37.321Z] - CONFIG_BLK_CGROUP: enabled
16:20:37 [2023-07-12T16:20:37.321Z] - CONFIG_BLK_DEV_THROTTLING: enabled
16:20:37 [2023-07-12T16:20:37.321Z] - CONFIG_CGROUP_PERF: enabled
16:20:37 [2023-07-12T16:20:37.321Z] - CONFIG_CGROUP_HUGETLB: enabled
16:20:37 [2023-07-12T16:20:37.321Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
16:20:37 [2023-07-12T16:20:37.321Z] - CONFIG_CGROUP_NET_PRIO: enabled
16:20:37 [2023-07-12T16:20:37.321Z] - CONFIG_CFS_BANDWIDTH: enabled
16:20:37 [2023-07-12T16:20:37.321Z] - CONFIG_FAIR_GROUP_SCHED: enabled
16:20:37 [2023-07-12T16:20:37.321Z] - CONFIG_RT_GROUP_SCHED: missing
16:20:37 [2023-07-12T16:20:37.321Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
16:20:37 [2023-07-12T16:20:37.321Z] - CONFIG_IP_VS: enabled (as module)
16:20:37 [2023-07-12T16:20:37.321Z] - CONFIG_IP_VS_NFCT: enabled
16:20:37 [2023-07-12T16:20:37.321Z] - CONFIG_IP_VS_PROTO_TCP: enabled
16:20:37 [2023-07-12T16:20:37.321Z] - CONFIG_IP_VS_PROTO_UDP: enabled
16:20:37 [2023-07-12T16:20:37.321Z] - CONFIG_IP_VS_RR: enabled (as module)
16:20:37 [2023-07-12T16:20:37.321Z] - CONFIG_SECURITY_SELINUX: enabled
16:20:37 [2023-07-12T16:20:37.321Z] - CONFIG_SECURITY_APPARMOR: enabled
16:20:37 [2023-07-12T16:20:37.321Z] - CONFIG_EXT4_FS: enabled
16:20:37 [2023-07-12T16:20:37.321Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
16:20:37 [2023-07-12T16:20:37.321Z] - CONFIG_EXT4_FS_SECURITY: enabled
16:20:37 [2023-07-12T16:20:37.321Z] - Network Drivers:
16:20:37 [2023-07-12T16:20:37.321Z]   - "overlay":
16:20:37 [2023-07-12T16:20:37.321Z]     - CONFIG_VXLAN: enabled (as module)
16:20:37 [2023-07-12T16:20:37.321Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
16:20:37 [2023-07-12T16:20:37.321Z]       Optional (for encrypted networks):
16:20:37 [2023-07-12T16:20:37.582Z]       - CONFIG_CRYPTO: enabled
16:20:37 [2023-07-12T16:20:37.582Z]       - CONFIG_CRYPTO_AEAD: enabled
16:20:37 [2023-07-12T16:20:37.582Z]       - CONFIG_CRYPTO_GCM: enabled
16:20:37 [2023-07-12T16:20:37.582Z]       - CONFIG_CRYPTO_SEQIV: enabled
16:20:37 [2023-07-12T16:20:37.582Z]       - CONFIG_CRYPTO_GHASH: enabled
16:20:37 [2023-07-12T16:20:37.582Z]       - CONFIG_XFRM: enabled
16:20:37 [2023-07-12T16:20:37.582Z]       - CONFIG_XFRM_USER: enabled (as module)
16:20:37 [2023-07-12T16:20:37.582Z]       - CONFIG_XFRM_ALGO: enabled (as module)
16:20:37 [2023-07-12T16:20:37.582Z]       - CONFIG_INET_ESP: enabled (as module)
16:20:37 [2023-07-12T16:20:37.582Z]   - "ipvlan":
16:20:37 [2023-07-12T16:20:37.582Z]     - CONFIG_IPVLAN: enabled (as module)
16:20:37 [2023-07-12T16:20:37.582Z]   - "macvlan":
16:20:37 [2023-07-12T16:20:37.582Z]     - CONFIG_MACVLAN: enabled (as module)
16:20:37 [2023-07-12T16:20:37.582Z]     - CONFIG_DUMMY: enabled (as module)
16:20:37 [2023-07-12T16:20:37.582Z]   - "ftp,tftp client in container":
16:20:37 [2023-07-12T16:20:37.582Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
16:20:37 [2023-07-12T16:20:37.582Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
16:20:37 [2023-07-12T16:20:37.582Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
16:20:37 [2023-07-12T16:20:37.582Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
16:20:37 [2023-07-12T16:20:37.582Z] - Storage Drivers:
16:20:37 [2023-07-12T16:20:37.582Z]   - "aufs":
16:20:37 [2023-07-12T16:20:37.582Z]     - CONFIG_AUFS_FS: enabled (as module)
16:20:37 [2023-07-12T16:20:37.582Z]   - "btrfs":
16:20:37 [2023-07-12T16:20:37.582Z]     - CONFIG_BTRFS_FS: enabled (as module)
16:20:37 [2023-07-12T16:20:37.582Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
16:20:37 [2023-07-12T16:20:37.582Z]   - "devicemapper":
16:20:37 [2023-07-12T16:20:37.842Z]     - CONFIG_BLK_DEV_DM: enabled
16:20:37 [2023-07-12T16:20:37.842Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
16:20:37 [2023-07-12T16:20:37.842Z]   - "overlay":
16:20:37 [2023-07-12T16:20:37.842Z]     - CONFIG_OVERLAY_FS: enabled (as module)
16:20:37 [2023-07-12T16:20:37.842Z]   - "zfs":
16:20:37 [2023-07-12T16:20:37.842Z]     - /dev/zfs: present
16:20:37 [2023-07-12T16:20:37.842Z]     - zfs command: missing
16:20:37 [2023-07-12T16:20:37.842Z]     - zpool command: missing
16:20:37 [2023-07-12T16:20:37.842Z] 
16:20:37 [2023-07-12T16:20:37.842Z] Limits:
16:20:37 [2023-07-12T16:20:37.842Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
16:20:37 [2023-07-12T16:20:37.842Z] 
16:20:37 [2023-07-12T16:20:37.842Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
16:20:38 [2023-07-12T16:20:38.192Z] + docker build --force-rm -t docker:196cade5102d21df88c8ec7871781a30ca07c297 .
16:20:38 [2023-07-12T16:20:38.452Z] #0 building with "default" instance using docker driver
16:20:38 [2023-07-12T16:20:38.452Z] 
16:20:38 [2023-07-12T16:20:38.452Z] #1 [internal] load build definition from Dockerfile
16:20:38 [2023-07-12T16:20:38.452Z] #1 transferring dockerfile: 27.98kB done
16:20:38 [2023-07-12T16:20:38.452Z] #1 DONE 0.0s
16:20:38 [2023-07-12T16:20:38.452Z] 
16:20:38 [2023-07-12T16:20:38.452Z] #2 [internal] load .dockerignore
16:20:38 [2023-07-12T16:20:38.452Z] #2 transferring context: 113B done
16:20:38 [2023-07-12T16:20:38.452Z] #2 DONE 0.0s
16:20:38 [2023-07-12T16:20:38.452Z] 
16:20:38 [2023-07-12T16:20:38.452Z] #3 resolve image config for docker.io/docker/dockerfile:1
16:20:38 [2023-07-12T16:20:38.452Z] #3 DONE 0.1s
16:20:38 [2023-07-12T16:20:38.452Z] 
16:20:38 [2023-07-12T16:20:38.452Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14
16:20:38 [2023-07-12T16:20:38.452Z] #4 CACHED
16:20:38 [2023-07-12T16:20:38.452Z] 
16:20:38 [2023-07-12T16:20:38.452Z] #5 [internal] load metadata for docker.io/library/debian:bullseye
16:20:38 [2023-07-12T16:20:38.713Z] #5 DONE 0.1s
16:20:38 [2023-07-12T16:20:38.713Z] 
16:20:38 [2023-07-12T16:20:38.713Z] #6 [internal] load metadata for docker.io/library/busybox:latest
16:20:38 [2023-07-12T16:20:38.713Z] #6 DONE 0.0s
16:20:38 [2023-07-12T16:20:38.713Z] 
16:20:38 [2023-07-12T16:20:38.713Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
16:20:38 [2023-07-12T16:20:38.713Z] #7 DONE 0.2s
16:20:38 [2023-07-12T16:20:38.713Z] 
16:20:38 [2023-07-12T16:20:38.713Z] #8 [internal] load metadata for docker.io/library/golang:1.20.5-bullseye
16:20:38 [2023-07-12T16:20:38.713Z] #8 DONE 0.2s
16:20:38 [2023-07-12T16:20:38.713Z] 
16:20:38 [2023-07-12T16:20:38.713Z] #9 [internal] load metadata for docker.io/docker/buildx-bin:0.11.0
16:20:38 [2023-07-12T16:20:38.713Z] #9 DONE 0.2s
16:20:38 [2023-07-12T16:20:38.713Z] 
16:20:38 [2023-07-12T16:20:38.713Z] #10 [internal] load metadata for docker.io/tonistiigi/xx:1.2.1
16:20:38 [2023-07-12T16:20:38.713Z] #10 DONE 0.2s
16:20:38 [2023-07-12T16:20:38.713Z] 
16:20:38 [2023-07-12T16:20:38.713Z] #11 [internal] load metadata for docker.io/docker/compose-bin:v2.20.0
16:20:38 [2023-07-12T16:20:38.973Z] #11 DONE 0.4s
16:20:40 [2023-07-12T16:20:40.360Z] 
16:20:40 [2023-07-12T16:20:40.360Z] #12 [base 1/5] FROM docker.io/library/golang:1.20.5-bullseye@sha256:d9f75197f484a4d7e008a0a8f7d1e68344ea1c1ba030273d5ab1567e129eed55
16:20:40 [2023-07-12T16:20:40.360Z] #12 DONE 0.0s
16:20:40 [2023-07-12T16:20:40.360Z] 
16:20:40 [2023-07-12T16:20:40.360Z] #13 [buildx 1/1] FROM docker.io/docker/buildx-bin:0.11.0@sha256:66b638ebf4a01cec44ffdb72c9994347da049e26d6c858058c08c4e9b4a71839
16:20:40 [2023-07-12T16:20:40.360Z] #13 DONE 0.0s
16:20:40 [2023-07-12T16:20:40.360Z] 
16:20:40 [2023-07-12T16:20:40.360Z] #14 [vpnkit-linux-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
16:20:40 [2023-07-12T16:20:40.360Z] #14 DONE 0.0s
16:20:40 [2023-07-12T16:20:40.360Z] 
16:20:40 [2023-07-12T16:20:40.360Z] #15 [xx 1/1] FROM docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012
16:20:40 [2023-07-12T16:20:40.360Z] #15 DONE 0.0s
16:20:40 [2023-07-12T16:20:40.360Z] 
16:20:40 [2023-07-12T16:20:40.360Z] #16 [build-dummy 1/2] FROM docker.io/library/busybox
16:20:40 [2023-07-12T16:20:40.360Z] #16 DONE 0.0s
16:20:40 [2023-07-12T16:20:40.360Z] 
16:20:40 [2023-07-12T16:20:40.360Z] #17 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:a648e10e02af129706b1fb89e1ac9694ae3db7f2b8439aa906321e68cc281bc0
16:20:40 [2023-07-12T16:20:40.360Z] #17 DONE 0.0s
16:20:40 [2023-07-12T16:20:40.360Z] 
16:20:40 [2023-07-12T16:20:40.360Z] #18 [compose 1/1] FROM docker.io/docker/compose-bin:v2.20.0@sha256:4098842bddfcbf09506868e50b5dab4b7146a4b35447fe39bc808753292a7e33
16:20:40 [2023-07-12T16:20:40.360Z] #18 resolve docker.io/docker/compose-bin:v2.20.0@sha256:4098842bddfcbf09506868e50b5dab4b7146a4b35447fe39bc808753292a7e33 0.0s done
16:20:40 [2023-07-12T16:20:40.360Z] #18 sha256:5aad8a6abc6c3e2e2eedffe92089d8a68faf55a1ea5a3645e36cbb18260f4c40 2.21kB / 2.21kB done
16:20:40 [2023-07-12T16:20:40.360Z] #18 sha256:97a364bc68efeeb1e213ffdf48012dc1cdde1daa52fef33cbc1a53affc2f22b1 0B / 16.33MB 0.1s
16:20:40 [2023-07-12T16:20:40.360Z] #18 sha256:4098842bddfcbf09506868e50b5dab4b7146a4b35447fe39bc808753292a7e33 8.43kB / 8.43kB done
16:20:40 [2023-07-12T16:20:40.360Z] #18 sha256:e138622e6d651183784d3474323edf246e6488eaf3a8fd58bd4097549513a6ef 482B / 482B done
16:20:40 [2023-07-12T16:20:40.360Z] #18 sha256:97a364bc68efeeb1e213ffdf48012dc1cdde1daa52fef33cbc1a53affc2f22b1 13.63MB / 16.33MB 0.3s
16:20:40 [2023-07-12T16:20:40.360Z] #18 sha256:97a364bc68efeeb1e213ffdf48012dc1cdde1daa52fef33cbc1a53affc2f22b1 16.33MB / 16.33MB 0.4s done
16:20:40 [2023-07-12T16:20:40.360Z] #18 extracting sha256:97a364bc68efeeb1e213ffdf48012dc1cdde1daa52fef33cbc1a53affc2f22b1
16:20:40 [2023-07-12T16:20:40.933Z] #18 extracting sha256:97a364bc68efeeb1e213ffdf48012dc1cdde1daa52fef33cbc1a53affc2f22b1 0.3s done
16:20:40 [2023-07-12T16:20:40.933Z] #18 DONE 0.8s
16:20:40 [2023-07-12T16:20:40.933Z] 
16:20:40 [2023-07-12T16:20:40.933Z] #19 [internal] load build context
16:20:40 [2023-07-12T16:20:40.933Z] #19 transferring context: 68.94MB 0.9s done
16:20:40 [2023-07-12T16:20:40.933Z] #19 DONE 1.0s
16:20:41 [2023-07-12T16:20:41.193Z] 
16:20:41 [2023-07-12T16:20:41.193Z] #20 [registry-src 2/2] RUN git init . && git remote add origin "https://github.com/distribution/distribution.git"
16:20:41 [2023-07-12T16:20:41.193Z] #20 CACHED
16:20:41 [2023-07-12T16:20:41.193Z] 
16:20:41 [2023-07-12T16:20:41.193Z] #21 [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...)
16:20:41 [2023-07-12T16:20:41.193Z] #21 CACHED
16:20:41 [2023-07-12T16:20:41.193Z] 
16:20:41 [2023-07-12T16:20:41.193Z] #22 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
16:20:41 [2023-07-12T16:20:41.193Z] #22 CACHED
16:20:41 [2023-07-12T16:20:41.193Z] 
16:20:41 [2023-07-12T16:20:41.193Z] #23 [rootlesskit-build 1/5] WORKDIR /go/src/github.com/rootless-containers/rootlesskit
16:20:41 [2023-07-12T16:20:41.193Z] #23 CACHED
16:20:41 [2023-07-12T16:20:41.193Z] 
16:20:41 [2023-07-12T16:20:41.193Z] #24 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
16:20:41 [2023-07-12T16:20:41.193Z] #24 CACHED
16:20:41 [2023-07-12T16:20:41.193Z] 
16:20:41 [2023-07-12T16:20:41.193Z] #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...)
16:20:41 [2023-07-12T16:20:41.193Z] #25 CACHED
16:20:41 [2023-07-12T16:20:41.193Z] 
16:20:41 [2023-07-12T16:20:41.193Z] #26 [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...)
16:20:41 [2023-07-12T16:20:41.193Z] #26 CACHED
16:20:41 [2023-07-12T16:20:41.193Z] 
16:20:41 [2023-07-12T16:20:41.193Z] #27 [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
16:20:41 [2023-07-12T16:20:41.193Z] #27 CACHED
16:20:41 [2023-07-12T16:20:41.193Z] 
16:20:41 [2023-07-12T16:20:41.193Z] #28 [dev-systemd-false 16/20] COPY --link --from=crun          /build/ /usr/local/bin/
16:20:41 [2023-07-12T16:20:41.193Z] #28 CACHED
16:20:41 [2023-07-12T16:20:41.193Z] 
16:20:41 [2023-07-12T16:20:41.193Z] #29 [dev-systemd-false 15/20] COPY --link --from=containerutil /build/ /usr/local/bin/
16:20:41 [2023-07-12T16:20:41.193Z] #29 CACHED
16:20:41 [2023-07-12T16:20:41.193Z] 
16:20:41 [2023-07-12T16:20:41.193Z] #30 [registry-src 1/2] WORKDIR /usr/src/registry
16:20:41 [2023-07-12T16:20:41.193Z] #30 CACHED
16:20:41 [2023-07-12T16:20:41.193Z] 
16:20:41 [2023-07-12T16:20:41.193Z] #31 [dev-systemd-false 14/20] COPY --link --from=vpnkit        /       /usr/local/bin/
16:20:41 [2023-07-12T16:20:41.193Z] #31 CACHED
16:20:41 [2023-07-12T16:20:41.193Z] 
16:20:41 [2023-07-12T16:20:41.193Z] #32 [dev-systemd-false  4/20] COPY --link --from=tomll         /build/ /usr/local/bin/
16:20:41 [2023-07-12T16:20:41.193Z] #32 CACHED
16:20:41 [2023-07-12T16:20:41.193Z] 
16:20:41 [2023-07-12T16:20:41.193Z] #33 [runc-build 1/3] WORKDIR /go/src/github.com/opencontainers/runc
16:20:41 [2023-07-12T16:20:41.193Z] #33 CACHED
16:20:41 [2023-07-12T16:20:41.193Z] 
16:20:41 [2023-07-12T16:20:41.193Z] #34 [containerd-src 1/3] WORKDIR /usr/src/containerd
16:20:41 [2023-07-12T16:20:41.193Z] #34 CACHED
16:20:41 [2023-07-12T16:20:41.193Z] 
16:20:41 [2023-07-12T16:20:41.193Z] #35 [binary-dummy 1/1] COPY --from=build-dummy /build /build
16:20:41 [2023-07-12T16:20:41.193Z] #35 CACHED
16:20:41 [2023-07-12T16:20:41.193Z] 
16:20:41 [2023-07-12T16:20:41.193Z] #36 [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
16:20:41 [2023-07-12T16:20:41.193Z] #36 CACHED
16:20:41 [2023-07-12T16:20:41.193Z] 
16:20:41 [2023-07-12T16:20:41.193Z] #37 [swagger-src 2/3] RUN git init . && git remote add origin "https://github.com/kolyshkin/go-swagger.git"
16:20:41 [2023-07-12T16:20:41.193Z] #37 CACHED
16:20:41 [2023-07-12T16:20:41.193Z] 
16:20:41 [2023-07-12T16:20:41.193Z] #38 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.7" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
16:20:41 [2023-07-12T16:20:41.193Z] #38 CACHED
16:20:41 [2023-07-12T16:20:41.193Z] 
16:20:41 [2023-07-12T16:20:41.193Z] #39 [dev-systemd-false 13/20] COPY --link --from=rootlesskit   /build/ /usr/local/bin/
16:20:41 [2023-07-12T16:20:41.193Z] #39 CACHED
16:20:41 [2023-07-12T16:20:41.193Z] 
16:20:41 [2023-07-12T16:20:41.193Z] #40 [tini-build 1/4] WORKDIR /go/src/github.com/krallin/tini
16:20:41 [2023-07-12T16:20:41.193Z] #40 CACHED
16:20:41 [2023-07-12T16:20:41.193Z] 
16:20:41 [2023-07-12T16:20:41.193Z] #41 [swagger-src 3/3] RUN git fetch -q --depth 1 origin "c56166c036004ba7a3a321e5951ba472b9ae298c" && git checkout -q FETCH_HEAD
16:20:41 [2023-07-12T16:20:41.193Z] #41 CACHED
16:20:41 [2023-07-12T16:20:41.193Z] 
16:20:41 [2023-07-12T16:20:41.193Z] #42 [dev-systemd-false  8/20] COPY --link --from=gotestsum     /build/ /usr/local/bin/
16:20:41 [2023-07-12T16:20:41.193Z] #42 CACHED
16:20:41 [2023-07-12T16:20:41.193Z] 
16:20:41 [2023-07-12T16:20:41.193Z] #43 [delve-src 2/3] RUN git init . && git remote add origin "https://github.com/go-delve/delve.git"
16:20:41 [2023-07-12T16:20:41.193Z] #43 CACHED
16:20:41 [2023-07-12T16:20:41.193Z] 
16:20:41 [2023-07-12T16:20:41.193Z] #44 [build-dummy 2/2] RUN mkdir -p /build
16:20:41 [2023-07-12T16:20:41.193Z] #44 CACHED
16:20:41 [2023-07-12T16:20:41.193Z] 
16:20:41 [2023-07-12T16:20:41.193Z] #45 [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
16:20:41 [2023-07-12T16:20:41.193Z] #45 CACHED
16:20:41 [2023-07-12T16:20:41.193Z] 
16:20:41 [2023-07-12T16:20:41.193Z] #46 [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
16:20:41 [2023-07-12T16:20:41.193Z] #46 CACHED
16:20:41 [2023-07-12T16:20:41.193Z] 
16:20:41 [2023-07-12T16:20:41.193Z] #47 [dev-systemd-false 17/20] COPY --link hack/dockerfile/etc/docker/  /etc/docker/
16:20:41 [2023-07-12T16:20:41.193Z] #47 CACHED
16:20:41 [2023-07-12T16:20:41.193Z] 
16:20:41 [2023-07-12T16:20:41.193Z] #48 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
16:20:41 [2023-07-12T16:20:41.193Z] #48 CACHED
16:20:41 [2023-07-12T16:20:41.193Z] 
16:20:41 [2023-07-12T16:20:41.193Z] #49 [rootlesskit-build 5/5] COPY ./contrib/dockerd-rootless-setuptool.sh /build/
16:20:41 [2023-07-12T16:20:41.193Z] #49 CACHED
16:20:41 [2023-07-12T16:20:41.193Z] 
16:20:41 [2023-07-12T16:20:41.193Z] #50 [base 5/5] RUN apt-get update && apt-get install --no-install-recommends -y file
16:20:41 [2023-07-12T16:20:41.193Z] #50 CACHED
16:20:41 [2023-07-12T16:20:41.193Z] 
16:20:41 [2023-07-12T16:20:41.193Z] #51 [containerd-src 2/3] RUN git init . && git remote add origin "https://github.com/containerd/containerd.git"
16:20:41 [2023-07-12T16:20:41.193Z] #51 CACHED
16:20:41 [2023-07-12T16:20:41.193Z] 
16:20:41 [2023-07-12T16:20:41.193Z] #52 [dev-systemd-false  5/20] COPY --link --from=gowinres      /build/ /usr/local/bin/
16:20:41 [2023-07-12T16:20:41.193Z] #52 CACHED
16:20:41 [2023-07-12T16:20:41.193Z] 
16:20:41 [2023-07-12T16:20:41.193Z] #53 [tini-src 3/3] RUN git fetch -q --depth 1 origin "v0.19.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
16:20:41 [2023-07-12T16:20:41.193Z] #53 CACHED
16:20:41 [2023-07-12T16:20:41.193Z] 
16:20:41 [2023-07-12T16:20:41.193Z] #54 [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             ;
16:20:41 [2023-07-12T16:20:41.193Z] #54 CACHED
16:20:41 [2023-07-12T16:20:41.193Z] 
16:20:41 [2023-07-12T16:20:41.193Z] #55 [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
16:20:41 [2023-07-12T16:20:41.193Z] #55 CACHED
16:20:41 [2023-07-12T16:20:41.193Z] 
16:20:41 [2023-07-12T16:20:41.193Z] #56 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.7.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
16:20:41 [2023-07-12T16:20:41.193Z] #56 CACHED
16:20:41 [2023-07-12T16:20:41.193Z] 
16:20:41 [2023-07-12T16:20:41.193Z] #57 [delve-src 1/3] WORKDIR /usr/src/delve
16:20:41 [2023-07-12T16:20:41.193Z] #57 CACHED
16:20:41 [2023-07-12T16:20:41.193Z] 
16:20:41 [2023-07-12T16:20:41.193Z] #58 [dev-systemd-false  1/20] COPY --link --from=frozen-images /build/ /docker-frozen-images
16:20:41 [2023-07-12T16:20:41.193Z] #58 CACHED
16:20:41 [2023-07-12T16:20:41.193Z] 
16:20:41 [2023-07-12T16:20:41.193Z] #59 [dev-systemd-false  6/20] COPY --link --from=tini          /build/ /usr/local/bin/
16:20:41 [2023-07-12T16:20:41.193Z] #59 CACHED
16:20:41 [2023-07-12T16:20:41.193Z] 
16:20:41 [2023-07-12T16:20:41.193Z] #60 [dev-systemd-false  3/20] COPY --link --from=delve         /build/ /usr/local/bin/
16:20:41 [2023-07-12T16:20:41.193Z] #60 CACHED
16:20:41 [2023-07-12T16:20:41.193Z] 
16:20:41 [2023-07-12T16:20:41.193Z] #61 [rootlesskit-src 2/3] RUN git init . && git remote add origin "https://github.com/rootless-containers/rootlesskit.git"
16:20:41 [2023-07-12T16:20:41.193Z] #61 CACHED
16:20:41 [2023-07-12T16:20:41.193Z] 
16:20:41 [2023-07-12T16:20:41.193Z] #62 [dev-systemd-false 11/20] COPY --link --from=runc          /build/ /usr/local/bin/
16:20:41 [2023-07-12T16:20:41.193Z] #62 CACHED
16:20:41 [2023-07-12T16:20:41.193Z] 
16:20:41 [2023-07-12T16:20:41.193Z] #63 [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
16:20:41 [2023-07-12T16:20:41.193Z] #63 CACHED
16:20:41 [2023-07-12T16:20:41.193Z] 
16:20:41 [2023-07-12T16:20:41.193Z] #64 [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
16:20:41 [2023-07-12T16:20:41.193Z] #64 CACHED
16:20:41 [2023-07-12T16:20:41.193Z] 
16:20:41 [2023-07-12T16:20:41.193Z] #65 [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
16:20:41 [2023-07-12T16:20:41.193Z] #65 CACHED
16:20:41 [2023-07-12T16:20:41.193Z] 
16:20:41 [2023-07-12T16:20:41.193Z] #66 [tini-src 2/3] RUN git init . && git remote add origin "https://github.com/krallin/tini.git"
16:20:41 [2023-07-12T16:20:41.193Z] #66 CACHED
16:20:41 [2023-07-12T16:20:41.193Z] 
16:20:41 [2023-07-12T16:20:41.193Z] #67 [dev-systemd-false  7/20] COPY --link --from=registry      /build/ /usr/local/bin/
16:20:41 [2023-07-12T16:20:41.193Z] #67 CACHED
16:20:41 [2023-07-12T16:20:41.193Z] 
16:20:41 [2023-07-12T16:20:41.193Z] #68 [dev-systemd-false  9/20] COPY --link --from=golangci_lint /build/ /usr/local/bin/
16:20:41 [2023-07-12T16:20:41.193Z] #68 CACHED
16:20:41 [2023-07-12T16:20:41.194Z] 
16:20:41 [2023-07-12T16:20:41.194Z] #69 [runc-src 2/3] RUN git init . && git remote add origin "https://github.com/opencontainers/runc.git"
16:20:41 [2023-07-12T16:20:41.194Z] #69 CACHED
16:20:41 [2023-07-12T16:20:41.194Z] 
16:20:41 [2023-07-12T16:20:41.194Z] #70 [delve-src 3/3] RUN git fetch -q --depth 1 origin "v1.20.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
16:20:41 [2023-07-12T16:20:41.194Z] #70 CACHED
16:20:41 [2023-07-12T16:20:41.194Z] 
16:20:41 [2023-07-12T16:20:41.194Z] #71 [rootlesskit-build 4/5] COPY ./contrib/dockerd-rootless.sh /build/
16:20:41 [2023-07-12T16:20:41.194Z] #71 CACHED
16:20:41 [2023-07-12T16:20:41.194Z] 
16:20:41 [2023-07-12T16:20:41.194Z] #72 [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
16:20:41 [2023-07-12T16:20:41.194Z] #72 CACHED
16:20:41 [2023-07-12T16:20:41.194Z] 
16:20:41 [2023-07-12T16:20:41.194Z] #73 [base 3/5] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
16:20:41 [2023-07-12T16:20:41.194Z] #73 CACHED
16:20:41 [2023-07-12T16:20:41.194Z] 
16:20:41 [2023-07-12T16:20:41.194Z] #74 [rootlesskit-src 1/3] WORKDIR /usr/src/rootlesskit
16:20:41 [2023-07-12T16:20:41.194Z] #74 CACHED
16:20:41 [2023-07-12T16:20:41.194Z] 
16:20:41 [2023-07-12T16:20:41.194Z] #75 [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...)
16:20:41 [2023-07-12T16:20:41.194Z] #75 CACHED
16:20:41 [2023-07-12T16:20:41.194Z] 
16:20:41 [2023-07-12T16:20:41.194Z] #76 [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...)
16:20:41 [2023-07-12T16:20:41.194Z] #76 CACHED
16:20:41 [2023-07-12T16:20:41.194Z] 
16:20:41 [2023-07-12T16:20:41.194Z] #77 [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
16:20:41 [2023-07-12T16:20:41.194Z] #77 CACHED
16:20:41 [2023-07-12T16:20:41.194Z] 
16:20:41 [2023-07-12T16:20:41.194Z] #78 [dev-systemd-false 12/20] COPY --link --from=containerd    /build/ /usr/local/bin/
16:20:41 [2023-07-12T16:20:41.194Z] #78 CACHED
16:20:41 [2023-07-12T16:20:41.194Z] 
16:20:41 [2023-07-12T16:20:41.194Z] #79 [dev-systemd-false 10/20] COPY --link --from=shfmt         /build/ /usr/local/bin/
16:20:41 [2023-07-12T16:20:41.194Z] #79 CACHED
16:20:41 [2023-07-12T16:20:41.194Z] 
16:20:41 [2023-07-12T16:20:41.194Z] #80 [base 2/5] COPY --from=xx / /
16:20:41 [2023-07-12T16:20:41.194Z] #80 CACHED
16:20:41 [2023-07-12T16:20:41.194Z] 
16:20:41 [2023-07-12T16:20:41.194Z] #81 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
16:20:41 [2023-07-12T16:20:41.194Z] #81 CACHED
16:20:41 [2023-07-12T16:20:41.194Z] 
16:20:41 [2023-07-12T16:20:41.194Z] #82 [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
16:20:41 [2023-07-12T16:20:41.194Z] #82 CACHED
16:20:41 [2023-07-12T16:20:41.194Z] 
16:20:41 [2023-07-12T16:20:41.194Z] #83 [base 4/5] RUN test -n "$APT_MIRROR" && sed -ri "s/(httpredir|deb|security).debian.org/${APT_MIRROR}/g" /etc/apt/sources.list || true
16:20:41 [2023-07-12T16:20:41.194Z] #83 CACHED
16:20:41 [2023-07-12T16:20:41.194Z] 
16:20:41 [2023-07-12T16:20:41.194Z] #84 [swagger-src 1/3] WORKDIR /usr/src/swagger
16:20:41 [2023-07-12T16:20:41.194Z] #84 CACHED
16:20:41 [2023-07-12T16:20:41.194Z] 
16:20:41 [2023-07-12T16:20:41.194Z] #85 [runc-src 1/3] WORKDIR /usr/src/runc
16:20:41 [2023-07-12T16:20:41.194Z] #85 CACHED
16:20:41 [2023-07-12T16:20:41.194Z] 
16:20:41 [2023-07-12T16:20:41.194Z] #86 [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...)
16:20:41 [2023-07-12T16:20:41.194Z] #86 CACHED
16:20:41 [2023-07-12T16:20:41.194Z] 
16:20:41 [2023-07-12T16:20:41.194Z] #87 [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
16:20:41 [2023-07-12T16:20:41.194Z] #87 CACHED
16:20:41 [2023-07-12T16:20:41.194Z] 
16:20:41 [2023-07-12T16:20:41.194Z] #88 [tini-src 1/3] WORKDIR /usr/src/tini
16:20:41 [2023-07-12T16:20:41.194Z] #88 CACHED
16:20:41 [2023-07-12T16:20:41.194Z] 
16:20:41 [2023-07-12T16:20:41.194Z] #89 [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
16:20:41 [2023-07-12T16:20:41.194Z] #89 CACHED
16:20:41 [2023-07-12T16:20:41.194Z] 
16:20:41 [2023-07-12T16:20:41.194Z] #90 [dev-systemd-false  2/20] COPY --link --from=swagger       /build/ /usr/local/bin/
16:20:41 [2023-07-12T16:20:41.194Z] #90 CACHED
16:20:41 [2023-07-12T16:20:41.194Z] 
16:20:41 [2023-07-12T16:20:41.194Z] #91 [containerd-build 1/3] WORKDIR /go/src/github.com/containerd/containerd
16:20:41 [2023-07-12T16:20:41.194Z] #91 CACHED
16:20:41 [2023-07-12T16:20:41.194Z] 
16:20:41 [2023-07-12T16:20:41.194Z] #92 [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...)
16:20:41 [2023-07-12T16:20:41.194Z] #92 CACHED
16:20:41 [2023-07-12T16:20:41.194Z] 
16:20:41 [2023-07-12T16:20:41.194Z] #93 [dev-systemd-false 18/20] COPY --link --from=buildx        /buildx /usr/local/libexec/docker/cli-plugins/docker-buildx
16:20:41 [2023-07-12T16:20:41.194Z] #93 CACHED
16:20:41 [2023-07-12T16:20:41.194Z] 
16:20:41 [2023-07-12T16:20:41.194Z] #94 [dockercli-integration 1/3] WORKDIR /go/src/github.com/docker/cli
16:20:41 [2023-07-12T16:20:41.194Z] #94 CACHED
16:20:41 [2023-07-12T16:20:41.194Z] 
16:20:41 [2023-07-12T16:20:41.194Z] #95 [dockercli-integration 2/3] COPY hack/dockerfile/cli.sh /download-or-build-cli.sh
16:20:41 [2023-07-12T16:20:41.194Z] #95 CACHED
16:20:41 [2023-07-12T16:20:41.194Z] 
16:20:41 [2023-07-12T16:20:41.194Z] #96 [dockercli 3/3] RUN --mount=type=cache,id=dockercli-git-linux/arm64,sharing=locked,target=./.git     --mount=type=cache,target=/root/.cache/go-build,id=dockercli-build-linux/arm64         rm -f ./.git/*.lock      && /download-or-build-cli.sh v24.0.2 https://github.com/docker/cli.git /build      && /build/docker --version
16:20:41 [2023-07-12T16:20:41.194Z] #96 CACHED
16:20:41 [2023-07-12T16:20:41.194Z] 
16:20:41 [2023-07-12T16:20:41.194Z] #97 [dev-systemd-false 19/20] COPY --link --from=compose       /docker-compose /usr/libexec/docker/cli-plugins/docker-compose
16:20:41 [2023-07-12T16:20:41.454Z] #97 ...
16:20:41 [2023-07-12T16:20:41.455Z] 
16:20:41 [2023-07-12T16:20:41.455Z] #98 [dockercli-integration 3/3] RUN --mount=type=cache,id=dockercli-integration-git-linux/arm64,sharing=locked,target=./.git     --mount=type=cache,target=/root/.cache/go-build,id=dockercli-integration-build-linux/arm64         rm -f ./.git/*.lock      && /download-or-build-cli.sh v17.06.2-ce https://github.com/docker/cli.git /build      && /build/docker --version
16:20:41 [2023-07-12T16:20:41.455Z] #98 CACHED
16:20:41 [2023-07-12T16:20:41.455Z] 
16:20:41 [2023-07-12T16:20:41.455Z] #97 [dev-systemd-false 19/20] COPY --link --from=compose       /docker-compose /usr/libexec/docker/cli-plugins/docker-compose
16:20:41 [2023-07-12T16:20:41.455Z] #97 DONE 0.2s
16:20:41 [2023-07-12T16:20:41.455Z] 
16:20:41 [2023-07-12T16:20:41.455Z] #99 [dev-systemd-false 20/20] WORKDIR /go/src/github.com/docker/docker
16:20:41 [2023-07-12T16:20:41.455Z] #99 DONE 0.0s
16:20:41 [2023-07-12T16:20:41.455Z] 
16:20:41 [2023-07-12T16:20:41.455Z] #100 [dev-base  1/13] RUN groupadd -r docker
16:20:41 [2023-07-12T16:20:41.715Z] #100 DONE 0.2s
16:20:41 [2023-07-12T16:20:41.715Z] 
16:20:41 [2023-07-12T16:20:41.715Z] #101 [dev-base  2/13] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
16:20:41 [2023-07-12T16:20:41.976Z] #101 DONE 0.4s
16:20:42 [2023-07-12T16:20:42.236Z] 
16:20:42 [2023-07-12T16:20:42.236Z] #102 [dev-base  3/13] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
16:20:42 [2023-07-12T16:20:42.496Z] #102 0.331 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
16:20:42 [2023-07-12T16:20:42.496Z] #102 DONE 0.4s
16:20:42 [2023-07-12T16:20:42.496Z] 
16:20:42 [2023-07-12T16:20:42.496Z] #103 [dev-base  4/13] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
16:20:42 [2023-07-12T16:20:42.756Z] #103 DONE 0.3s
16:20:42 [2023-07-12T16:20:42.756Z] 
16:20:42 [2023-07-12T16:20:42.756Z] #104 [dev-base  5/13] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
16:20:43 [2023-07-12T16:20:43.328Z] #104 DONE 0.4s
16:20:43 [2023-07-12T16:20:43.328Z] 
16:20:43 [2023-07-12T16:20:43.328Z] #105 [dev-base  6/13] RUN ldconfig
16:20:43 [2023-07-12T16:20:43.588Z] #105 DONE 0.4s
16:20:43 [2023-07-12T16:20:43.588Z] 
16:20:43 [2023-07-12T16:20:43.588Z] #106 [dev-base  7/13] RUN git config --global --add safe.directory /go/src/github.com/docker/docker
16:20:44 [2023-07-12T16:20:44.160Z] #106 DONE 0.4s
16:20:44 [2023-07-12T16:20:44.160Z] 
16:20:44 [2023-07-12T16:20:44.160Z] #107 [dev-base  8/13] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
16:20:44 [2023-07-12T16:20:44.733Z] #107 0.647 Hit:1 http://deb.debian.org/debian bullseye InRelease
16:20:44 [2023-07-12T16:20:44.733Z] #107 0.647 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
16:20:44 [2023-07-12T16:20:44.733Z] #107 0.647 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
16:20:45 [2023-07-12T16:20:45.564Z] #107 1.019 Reading package lists...
16:20:46 [2023-07-12T16:20:46.084Z] #107 1.601 Reading package lists...
16:20:46 [2023-07-12T16:20:46.344Z] #107 2.162 Building dependency tree...
16:20:46 [2023-07-12T16:20:46.345Z] #107 2.335 Reading state information...
16:20:46 [2023-07-12T16:20:46.915Z] #107 2.607 The following additional packages will be installed:
16:20:46 [2023-07-12T16:20:46.915Z] #107 2.607   dmsetup libaio1 libapparmor1 libargon2-1 libbpf0 libcap2 libcryptsetup12
16:20:46 [2023-07-12T16:20:46.915Z] #107 2.607   libdevmapper1.02.1 libelf1 libgpm2 libicu67 libinih1 libip4tc2 libip6tc2
16:20:46 [2023-07-12T16:20:46.915Z] #107 2.607   libjq1 libjson-c5 libkmod2 libmicrohttpd12 libmnl0 libnetfilter-conntrack3
16:20:46 [2023-07-12T16:20:46.915Z] #107 2.608   libnfnetlink0 libnftnl11 libonig5 libxtables12 python-pip-whl
16:20:46 [2023-07-12T16:20:46.915Z] #107 2.609   python3-distutils python3-lib2to3 python3-pkg-resources systemd vim-runtime
16:20:46 [2023-07-12T16:20:46.915Z] #107 2.609   xxd
16:20:46 [2023-07-12T16:20:46.915Z] #107 2.611 Suggested packages:
16:20:46 [2023-07-12T16:20:46.915Z] #107 2.611   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
16:20:46 [2023-07-12T16:20:46.915Z] #107 2.611   gpm ed diffutils-doc python-setuptools-doc systemd-container policykit-1
16:20:46 [2023-07-12T16:20:46.915Z] #107 2.611   ctags vim-doc vim-scripts xfsdump acl attr quota
16:20:46 [2023-07-12T16:20:46.915Z] #107 2.611 Recommended packages:
16:20:46 [2023-07-12T16:20:46.915Z] #107 2.611   libatm1 nftables libpam-cap build-essential python3-dev dbus
16:20:46 [2023-07-12T16:20:46.915Z] #107 2.611   systemd-timesyncd | time-daemon unzip
16:20:47 [2023-07-12T16:20:47.175Z] #107 2.985 The following NEW packages will be installed:
16:20:47 [2023-07-12T16:20:47.175Z] #107 2.985   apparmor bash-completion bzip2 dmsetup inetutils-ping iproute2 iptables jq
16:20:47 [2023-07-12T16:20:47.175Z] #107 2.985   libaio1 libapparmor1 libargon2-1 libbpf0 libcap2 libcap2-bin libcryptsetup12
16:20:47 [2023-07-12T16:20:47.175Z] #107 2.986   libdevmapper1.02.1 libelf1 libgpm2 libicu67 libinih1 libip4tc2 libip6tc2
16:20:47 [2023-07-12T16:20:47.175Z] #107 2.986   libjq1 libjson-c5 libkmod2 libmicrohttpd12 libmnl0 libnet1
16:20:47 [2023-07-12T16:20:47.175Z] #107 2.986   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
16:20:47 [2023-07-12T16:20:47.175Z] #107 2.986   libprotobuf-c1 libxtables12 libyajl2 net-tools patch pigz python-pip-whl
16:20:47 [2023-07-12T16:20:47.175Z] #107 2.986   python3-distutils python3-lib2to3 python3-pip python3-pkg-resources
16:20:47 [2023-07-12T16:20:47.175Z] #107 2.987   python3-setuptools python3-wheel sudo systemd systemd-journal-remote
16:20:47 [2023-07-12T16:20:47.175Z] #107 2.987   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
16:20:47 [2023-07-12T16:20:47.175Z] #107 2.987   xz-utils zip zstd
16:20:47 [2023-07-12T16:20:47.175Z] #107 3.266 0 upgraded, 59 newly installed, 0 to remove and 0 not upgraded.
16:20:47 [2023-07-12T16:20:47.175Z] #107 3.266 Need to get 32.1 MB of archives.
16:20:47 [2023-07-12T16:20:47.175Z] #107 3.266 After this operation, 124 MB of additional disk space will be used.
16:20:47 [2023-07-12T16:20:47.175Z] #107 3.266 Get:1 http://deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB]
16:20:47 [2023-07-12T16:20:47.175Z] #107 3.272 Get:2 http://deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB]
16:20:47 [2023-07-12T16:20:47.175Z] #107 3.274 Get:3 http://deb.debian.org/debian bullseye/main arm64 libargon2-1 arm64 0~20171227-0.2 [18.9 kB]
16:20:47 [2023-07-12T16:20:47.175Z] #107 3.276 Get:4 http://deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB]
16:20:47 [2023-07-12T16:20:47.175Z] #107 3.291 Get:5 http://deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB]
16:20:47 [2023-07-12T16:20:47.175Z] #107 3.294 Get:6 http://deb.debian.org/debian bullseye/main arm64 libjson-c5 arm64 0.15-2 [41.6 kB]
16:20:47 [2023-07-12T16:20:47.175Z] #107 3.295 Get:7 http://deb.debian.org/debian bullseye/main arm64 libcryptsetup12 arm64 2:2.3.7-1+deb11u1 [230 kB]
16:20:47 [2023-07-12T16:20:47.175Z] #107 3.300 Get:8 http://deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB]
16:20:47 [2023-07-12T16:20:47.435Z] #107 3.302 Get:9 http://deb.debian.org/debian bullseye/main arm64 libkmod2 arm64 28-1 [52.5 kB]
16:20:47 [2023-07-12T16:20:47.435Z] #107 3.303 Get:10 http://deb.debian.org/debian bullseye/main arm64 systemd arm64 247.3-7+deb11u2 [4153 kB]
16:20:47 [2023-07-12T16:20:47.435Z] #107 3.331 Get:11 http://deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB]
16:20:47 [2023-07-12T16:20:47.435Z] #107 3.331 Get:12 http://deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB]
16:20:47 [2023-07-12T16:20:47.435Z] #107 3.332 Get:13 http://deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB]
16:20:47 [2023-07-12T16:20:47.435Z] #107 3.333 Get:14 http://deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB]
16:20:47 [2023-07-12T16:20:47.435Z] #107 3.333 Get:15 http://deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB]
16:20:47 [2023-07-12T16:20:47.435Z] #107 3.334 Get:16 http://deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB]
16:20:47 [2023-07-12T16:20:47.435Z] #107 3.334 Get:17 http://deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB]
16:20:47 [2023-07-12T16:20:47.435Z] #107 3.339 Get:18 http://deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB]
16:20:47 [2023-07-12T16:20:47.435Z] #107 3.340 Get:19 http://deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
16:20:47 [2023-07-12T16:20:47.435Z] #107 3.356 Get:20 http://deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB]
16:20:47 [2023-07-12T16:20:47.435Z] #107 3.370 Get:21 http://deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
16:20:47 [2023-07-12T16:20:47.435Z] #107 3.373 Get:22 http://deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
16:20:47 [2023-07-12T16:20:47.435Z] #107 3.376 Get:23 http://deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB]
16:20:47 [2023-07-12T16:20:47.435Z] #107 3.382 Get:24 http://deb.debian.org/debian bullseye/main arm64 inetutils-ping arm64 2:2.0-1+deb11u1 [242 kB]
16:20:47 [2023-07-12T16:20:47.435Z] #107 3.385 Get:25 http://deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB]
16:20:47 [2023-07-12T16:20:47.435Z] #107 3.386 Get:26 http://deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB]
16:20:47 [2023-07-12T16:20:47.435Z] #107 3.388 Get:27 http://deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB]
16:20:47 [2023-07-12T16:20:47.435Z] #107 3.390 Get:28 http://deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB]
16:20:47 [2023-07-12T16:20:47.435Z] #107 3.394 Get:29 http://deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB]
16:20:47 [2023-07-12T16:20:47.435Z] #107 3.416 Get:30 http://deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB]
16:20:47 [2023-07-12T16:20:47.435Z] #107 3.418 Get:31 http://deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
16:20:47 [2023-07-12T16:20:47.435Z] #107 3.419 Get:32 http://deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB]
16:20:47 [2023-07-12T16:20:47.435Z] #107 3.421 Get:33 http://deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB]
16:20:47 [2023-07-12T16:20:47.435Z] #107 3.423 Get:34 http://deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB]
16:20:47 [2023-07-12T16:20:47.435Z] #107 3.425 Get:35 http://deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
16:20:47 [2023-07-12T16:20:47.435Z] #107 3.478 Get:36 http://deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B]
16:20:47 [2023-07-12T16:20:47.435Z] #107 3.479 Get:37 http://deb.debian.org/debian bullseye/main arm64 libmicrohttpd12 arm64 0.9.72-2 [104 kB]
16:20:47 [2023-07-12T16:20:47.435Z] #107 3.479 Get:38 http://deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
16:20:47 [2023-07-12T16:20:47.435Z] #107 3.480 Get:39 http://deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB]
16:20:47 [2023-07-12T16:20:47.435Z] #107 3.480 Get:40 http://deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
16:20:47 [2023-07-12T16:20:47.435Z] #107 3.485 Get:41 http://deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3 [22.9 kB]
16:20:47 [2023-07-12T16:20:47.435Z] #107 3.487 Get:42 http://deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB]
16:20:47 [2023-07-12T16:20:47.435Z] #107 3.489 Get:43 http://deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
16:20:47 [2023-07-12T16:20:47.435Z] #107 3.490 Get:44 http://deb.debian.org/debian bullseye/main arm64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB]
16:20:47 [2023-07-12T16:20:47.435Z] #107 3.502 Get:45 http://deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
16:20:47 [2023-07-12T16:20:47.436Z] #107 3.503 Get:46 http://deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB]
16:20:47 [2023-07-12T16:20:47.436Z] #107 3.504 Get:47 http://deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB]
16:20:47 [2023-07-12T16:20:47.436Z] #107 3.527 Get:48 http://deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB]
16:20:47 [2023-07-12T16:20:47.696Z] #107 3.529 Get:49 http://deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB]
16:20:47 [2023-07-12T16:20:47.696Z] #107 3.529 Get:50 http://deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4+deb11u1 [337 kB]
16:20:47 [2023-07-12T16:20:47.696Z] #107 3.532 Get:51 http://deb.debian.org/debian bullseye/main arm64 sudo arm64 1.9.5p2-3+deb11u1 [996 kB]
16:20:47 [2023-07-12T16:20:47.696Z] #107 3.568 Get:52 http://deb.debian.org/debian bullseye/main arm64 systemd-journal-remote arm64 247.3-7+deb11u2 [161 kB]
16:20:47 [2023-07-12T16:20:47.696Z] #107 3.569 Get:53 http://deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB]
16:20:47 [2023-07-12T16:20:47.696Z] #107 3.571 Get:54 http://deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB]
16:20:47 [2023-07-12T16:20:47.696Z] #107 3.585 Get:55 http://deb.debian.org/debian bullseye/main arm64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
16:20:47 [2023-07-12T16:20:47.696Z] #107 3.696 Get:56 http://deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3+deb11u1 [1388 kB]
16:20:47 [2023-07-12T16:20:47.696Z] #107 3.708 Get:57 http://deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB]
16:20:47 [2023-07-12T16:20:47.696Z] #107 3.713 Get:58 http://deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB]
16:20:47 [2023-07-12T16:20:47.696Z] #107 3.734 Get:59 http://deb.debian.org/debian bullseye/main arm64 zstd arm64 1.4.8+dfsg-2.1 [576 kB]
16:20:47 [2023-07-12T16:20:47.956Z] #107 3.940 debconf: delaying package configuration, since apt-utils is not installed
16:20:47 [2023-07-12T16:20:47.956Z] #107 3.983 Fetched 32.1 MB in 1s (43.5 MB/s)
16:20:47 [2023-07-12T16:20:47.956Z] #107 4.010 Selecting previously unselected package libapparmor1:arm64.
16:20:47 [2023-07-12T16:20:47.956Z] #107 4.010 (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 ... 15748 files and directories currently installed.)
16:20:47 [2023-07-12T16:20:47.956Z] #107 4.019 Preparing to unpack .../00-libapparmor1_2.13.6-10_arm64.deb ...
16:20:47 [2023-07-12T16:20:47.956Z] #107 4.026 Unpacking libapparmor1:arm64 (2.13.6-10) ...
16:20:47 [2023-07-12T16:20:47.956Z] #107 4.072 Selecting previously unselected package libcap2:arm64.
16:20:48 [2023-07-12T16:20:48.217Z] #107 4.075 Preparing to unpack .../01-libcap2_1%3a2.44-1_arm64.deb ...
16:20:48 [2023-07-12T16:20:48.217Z] #107 4.079 Unpacking libcap2:arm64 (1:2.44-1) ...
16:20:48 [2023-07-12T16:20:48.217Z] #107 4.116 Selecting previously unselected package libargon2-1:arm64.
16:20:48 [2023-07-12T16:20:48.217Z] #107 4.118 Preparing to unpack .../02-libargon2-1_0~20171227-0.2_arm64.deb ...
16:20:48 [2023-07-12T16:20:48.217Z] #107 4.122 Unpacking libargon2-1:arm64 (0~20171227-0.2) ...
16:20:48 [2023-07-12T16:20:48.217Z] #107 4.155 Selecting previously unselected package dmsetup.
16:20:48 [2023-07-12T16:20:48.217Z] #107 4.157 Preparing to unpack .../03-dmsetup_2%3a1.02.175-2.1_arm64.deb ...
16:20:48 [2023-07-12T16:20:48.217Z] #107 4.164 Unpacking dmsetup (2:1.02.175-2.1) ...
16:20:48 [2023-07-12T16:20:48.217Z] #107 4.213 Selecting previously unselected package libdevmapper1.02.1:arm64.
16:20:48 [2023-07-12T16:20:48.217Z] #107 4.215 Preparing to unpack .../04-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ...
16:20:48 [2023-07-12T16:20:48.217Z] #107 4.219 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
16:20:48 [2023-07-12T16:20:48.217Z] #107 4.264 Selecting previously unselected package libjson-c5:arm64.
16:20:48 [2023-07-12T16:20:48.217Z] #107 4.267 Preparing to unpack .../05-libjson-c5_0.15-2_arm64.deb ...
16:20:48 [2023-07-12T16:20:48.217Z] #107 4.271 Unpacking libjson-c5:arm64 (0.15-2) ...
16:20:48 [2023-07-12T16:20:48.217Z] #107 4.311 Selecting previously unselected package libcryptsetup12:arm64.
16:20:48 [2023-07-12T16:20:48.217Z] #107 4.313 Preparing to unpack .../06-libcryptsetup12_2%3a2.3.7-1+deb11u1_arm64.deb ...
16:20:48 [2023-07-12T16:20:48.477Z] #107 4.318 Unpacking libcryptsetup12:arm64 (2:2.3.7-1+deb11u1) ...
16:20:48 [2023-07-12T16:20:48.477Z] #107 4.369 Selecting previously unselected package libip4tc2:arm64.
16:20:48 [2023-07-12T16:20:48.477Z] #107 4.371 Preparing to unpack .../07-libip4tc2_1.8.7-1_arm64.deb ...
16:20:48 [2023-07-12T16:20:48.477Z] #107 4.374 Unpacking libip4tc2:arm64 (1.8.7-1) ...
16:20:48 [2023-07-12T16:20:48.477Z] #107 4.414 Selecting previously unselected package libkmod2:arm64.
16:20:48 [2023-07-12T16:20:48.477Z] #107 4.416 Preparing to unpack .../08-libkmod2_28-1_arm64.deb ...
16:20:48 [2023-07-12T16:20:48.477Z] #107 4.420 Unpacking libkmod2:arm64 (28-1) ...
16:20:48 [2023-07-12T16:20:48.477Z] #107 4.464 Selecting previously unselected package systemd.
16:20:48 [2023-07-12T16:20:48.477Z] #107 4.466 Preparing to unpack .../09-systemd_247.3-7+deb11u2_arm64.deb ...
16:20:48 [2023-07-12T16:20:48.477Z] #107 4.514 Unpacking systemd (247.3-7+deb11u2) ...
16:20:49 [2023-07-12T16:20:49.049Z] #107 4.880 Selecting previously unselected package pigz.
16:20:49 [2023-07-12T16:20:49.049Z] #107 4.882 Preparing to unpack .../10-pigz_2.6-1_arm64.deb ...
16:20:49 [2023-07-12T16:20:49.049Z] #107 4.886 Unpacking pigz (2.6-1) ...
16:20:49 [2023-07-12T16:20:49.049Z] #107 4.924 Selecting previously unselected package libelf1:arm64.
16:20:49 [2023-07-12T16:20:49.049Z] #107 4.926 Preparing to unpack .../11-libelf1_0.183-1_arm64.deb ...
16:20:49 [2023-07-12T16:20:49.049Z] #107 4.929 Unpacking libelf1:arm64 (0.183-1) ...
16:20:49 [2023-07-12T16:20:49.049Z] #107 4.976 Selecting previously unselected package libbpf0:arm64.
16:20:49 [2023-07-12T16:20:49.049Z] #107 4.979 Preparing to unpack .../12-libbpf0_1%3a0.3-2_arm64.deb ...
16:20:49 [2023-07-12T16:20:49.049Z] #107 4.982 Unpacking libbpf0:arm64 (1:0.3-2) ...
16:20:49 [2023-07-12T16:20:49.049Z] #107 5.022 Selecting previously unselected package libmnl0:arm64.
16:20:49 [2023-07-12T16:20:49.049Z] #107 5.024 Preparing to unpack .../13-libmnl0_1.0.4-3_arm64.deb ...
16:20:49 [2023-07-12T16:20:49.049Z] #107 5.027 Unpacking libmnl0:arm64 (1.0.4-3) ...
16:20:49 [2023-07-12T16:20:49.049Z] #107 5.061 Selecting previously unselected package libxtables12:arm64.
16:20:49 [2023-07-12T16:20:49.049Z] #107 5.063 Preparing to unpack .../14-libxtables12_1.8.7-1_arm64.deb ...
16:20:49 [2023-07-12T16:20:49.049Z] #107 5.067 Unpacking libxtables12:arm64 (1.8.7-1) ...
16:20:49 [2023-07-12T16:20:49.049Z] #107 5.096 Selecting previously unselected package libcap2-bin.
16:20:49 [2023-07-12T16:20:49.049Z] #107 5.098 Preparing to unpack .../15-libcap2-bin_1%3a2.44-1_arm64.deb ...
16:20:49 [2023-07-12T16:20:49.049Z] #107 5.101 Unpacking libcap2-bin (1:2.44-1) ...
16:20:49 [2023-07-12T16:20:49.049Z] #107 5.143 Selecting previously unselected package iproute2.
16:20:49 [2023-07-12T16:20:49.310Z] #107 5.145 Preparing to unpack .../16-iproute2_5.10.0-4_arm64.deb ...
16:20:49 [2023-07-12T16:20:49.310Z] #107 5.150 Unpacking iproute2 (5.10.0-4) ...
16:20:49 [2023-07-12T16:20:49.310Z] #107 5.245 Selecting previously unselected package xxd.
16:20:49 [2023-07-12T16:20:49.310Z] #107 5.247 Preparing to unpack .../17-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ...
16:20:49 [2023-07-12T16:20:49.310Z] #107 5.251 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
16:20:49 [2023-07-12T16:20:49.310Z] #107 5.298 Selecting previously unselected package vim-common.
16:20:49 [2023-07-12T16:20:49.310Z] #107 5.300 Preparing to unpack .../18-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
16:20:49 [2023-07-12T16:20:49.310Z] #107 5.310 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
16:20:49 [2023-07-12T16:20:49.310Z] #107 5.359 Selecting previously unselected package bash-completion.
16:20:49 [2023-07-12T16:20:49.570Z] #107 5.362 Preparing to unpack .../19-bash-completion_1%3a2.11-2_all.deb ...
16:20:50 [2023-07-12T16:20:50.141Z] #107 6.026 Unpacking bash-completion (1:2.11-2) ...
16:20:50 [2023-07-12T16:20:50.141Z] #107 6.133 Selecting previously unselected package bzip2.
16:20:50 [2023-07-12T16:20:50.141Z] #107 6.136 Preparing to unpack .../20-bzip2_1.0.8-4_arm64.deb ...
16:20:50 [2023-07-12T16:20:50.141Z] #107 6.139 Unpacking bzip2 (1.0.8-4) ...
16:20:50 [2023-07-12T16:20:50.141Z] #107 6.179 Selecting previously unselected package xz-utils.
16:20:50 [2023-07-12T16:20:50.141Z] #107 6.182 Preparing to unpack .../21-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
16:20:50 [2023-07-12T16:20:50.141Z] #107 6.185 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
16:20:50 [2023-07-12T16:20:50.141Z] #107 6.241 Selecting previously unselected package apparmor.
16:20:50 [2023-07-12T16:20:50.402Z] #107 6.243 Preparing to unpack .../22-apparmor_2.13.6-10_arm64.deb ...
16:20:50 [2023-07-12T16:20:50.402Z] #107 6.266 Unpacking apparmor (2.13.6-10) ...
16:20:50 [2023-07-12T16:20:50.402Z] #107 6.356 Selecting previously unselected package inetutils-ping.
16:20:50 [2023-07-12T16:20:50.402Z] #107 6.359 Preparing to unpack .../23-inetutils-ping_2%3a2.0-1+deb11u1_arm64.deb ...
16:20:50 [2023-07-12T16:20:50.402Z] #107 6.362 Unpacking inetutils-ping (2:2.0-1+deb11u1) ...
16:20:50 [2023-07-12T16:20:50.402Z] #107 6.406 Selecting previously unselected package libip6tc2:arm64.
16:20:50 [2023-07-12T16:20:50.402Z] #107 6.409 Preparing to unpack .../24-libip6tc2_1.8.7-1_arm64.deb ...
16:20:50 [2023-07-12T16:20:50.402Z] #107 6.412 Unpacking libip6tc2:arm64 (1.8.7-1) ...
16:20:50 [2023-07-12T16:20:50.402Z] #107 6.449 Selecting previously unselected package libnfnetlink0:arm64.
16:20:50 [2023-07-12T16:20:50.402Z] #107 6.452 Preparing to unpack .../25-libnfnetlink0_1.0.1-3+b1_arm64.deb ...
16:20:50 [2023-07-12T16:20:50.402Z] #107 6.455 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ...
16:20:50 [2023-07-12T16:20:50.402Z] #107 6.490 Selecting previously unselected package libnetfilter-conntrack3:arm64.
16:20:50 [2023-07-12T16:20:50.663Z] #107 6.493 Preparing to unpack .../26-libnetfilter-conntrack3_1.0.8-3_arm64.deb ...
16:20:50 [2023-07-12T16:20:50.663Z] #107 6.496 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ...
16:20:50 [2023-07-12T16:20:50.663Z] #107 6.534 Selecting previously unselected package libnftnl11:arm64.
16:20:50 [2023-07-12T16:20:50.663Z] #107 6.536 Preparing to unpack .../27-libnftnl11_1.1.9-1_arm64.deb ...
16:20:50 [2023-07-12T16:20:50.663Z] #107 6.540 Unpacking libnftnl11:arm64 (1.1.9-1) ...
16:20:50 [2023-07-12T16:20:50.663Z] #107 6.576 Selecting previously unselected package iptables.
16:20:50 [2023-07-12T16:20:50.663Z] #107 6.578 Preparing to unpack .../28-iptables_1.8.7-1_arm64.deb ...
16:20:50 [2023-07-12T16:20:50.663Z] #107 6.582 Unpacking iptables (1.8.7-1) ...
16:20:50 [2023-07-12T16:20:50.663Z] #107 6.652 Selecting previously unselected package libonig5:arm64.
16:20:50 [2023-07-12T16:20:50.663Z] #107 6.654 Preparing to unpack .../29-libonig5_6.9.6-1.1_arm64.deb ...
16:20:50 [2023-07-12T16:20:50.663Z] #107 6.658 Unpacking libonig5:arm64 (6.9.6-1.1) ...
16:20:50 [2023-07-12T16:20:50.663Z] #107 6.705 Selecting previously unselected package libjq1:arm64.
16:20:50 [2023-07-12T16:20:50.663Z] #107 6.708 Preparing to unpack .../30-libjq1_1.6-2.1_arm64.deb ...
16:20:50 [2023-07-12T16:20:50.663Z] #107 6.711 Unpacking libjq1:arm64 (1.6-2.1) ...
16:20:50 [2023-07-12T16:20:50.663Z] #107 6.748 Selecting previously unselected package jq.
16:20:50 [2023-07-12T16:20:50.923Z] #107 6.750 Preparing to unpack .../31-jq_1.6-2.1_arm64.deb ...
16:20:50 [2023-07-12T16:20:50.923Z] #107 6.753 Unpacking jq (1.6-2.1) ...
16:20:50 [2023-07-12T16:20:50.923Z] #107 6.789 Selecting previously unselected package libaio1:arm64.
16:20:50 [2023-07-12T16:20:50.923Z] #107 6.792 Preparing to unpack .../32-libaio1_0.3.112-9_arm64.deb ...
16:20:50 [2023-07-12T16:20:50.923Z] #107 6.797 Unpacking libaio1:arm64 (0.3.112-9) ...
16:20:50 [2023-07-12T16:20:50.923Z] #107 6.831 Selecting previously unselected package libgpm2:arm64.
16:20:50 [2023-07-12T16:20:50.923Z] #107 6.833 Preparing to unpack .../33-libgpm2_1.20.7-8_arm64.deb ...
16:20:50 [2023-07-12T16:20:50.923Z] #107 6.838 Unpacking libgpm2:arm64 (1.20.7-8) ...
16:20:50 [2023-07-12T16:20:50.923Z] #107 6.874 Selecting previously unselected package libicu67:arm64.
16:20:50 [2023-07-12T16:20:50.923Z] #107 6.877 Preparing to unpack .../34-libicu67_67.1-7_arm64.deb ...
16:20:50 [2023-07-12T16:20:50.923Z] #107 6.880 Unpacking libicu67:arm64 (67.1-7) ...
16:20:51 [2023-07-12T16:20:51.494Z] #107 7.559 Selecting previously unselected package libinih1:arm64.
16:20:51 [2023-07-12T16:20:51.494Z] #107 7.561 Preparing to unpack .../35-libinih1_53-1+b2_arm64.deb ...
16:20:51 [2023-07-12T16:20:51.494Z] #107 7.564 Unpacking libinih1:arm64 (53-1+b2) ...
16:20:51 [2023-07-12T16:20:51.494Z] #107 7.598 Selecting previously unselected package libmicrohttpd12:arm64.
16:20:51 [2023-07-12T16:20:51.755Z] #107 7.601 Preparing to unpack .../36-libmicrohttpd12_0.9.72-2_arm64.deb ...
16:20:51 [2023-07-12T16:20:51.755Z] #107 7.604 Unpacking libmicrohttpd12:arm64 (0.9.72-2) ...
16:20:51 [2023-07-12T16:20:51.755Z] #107 7.647 Selecting previously unselected package libnet1:arm64.
16:20:51 [2023-07-12T16:20:51.755Z] #107 7.650 Preparing to unpack .../37-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
16:20:51 [2023-07-12T16:20:51.755Z] #107 7.655 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
16:20:51 [2023-07-12T16:20:51.755Z] #107 7.696 Selecting previously unselected package libnl-3-200:arm64.
16:20:51 [2023-07-12T16:20:51.755Z] #107 7.698 Preparing to unpack .../38-libnl-3-200_3.4.0-1+b1_arm64.deb ...
16:20:51 [2023-07-12T16:20:51.755Z] #107 7.702 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ...
16:20:51 [2023-07-12T16:20:51.755Z] #107 7.743 Selecting previously unselected package libprotobuf-c1:arm64.
16:20:51 [2023-07-12T16:20:51.755Z] #107 7.746 Preparing to unpack .../39-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
16:20:51 [2023-07-12T16:20:51.755Z] #107 7.749 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
16:20:51 [2023-07-12T16:20:51.755Z] #107 7.788 Selecting previously unselected package libyajl2:arm64.
16:20:51 [2023-07-12T16:20:51.755Z] #107 7.790 Preparing to unpack .../40-libyajl2_2.1.0-3_arm64.deb ...
16:20:51 [2023-07-12T16:20:51.755Z] #107 7.794 Unpacking libyajl2:arm64 (2.1.0-3) ...
16:20:51 [2023-07-12T16:20:51.755Z] #107 7.824 Selecting previously unselected package net-tools.
16:20:52 [2023-07-12T16:20:52.015Z] #107 7.827 Preparing to unpack .../41-net-tools_1.60+git20181103.0eebece-1_arm64.deb ...
16:20:52 [2023-07-12T16:20:52.015Z] #107 7.831 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
16:20:52 [2023-07-12T16:20:52.015Z] #107 7.879 Selecting previously unselected package patch.
16:20:52 [2023-07-12T16:20:52.015Z] #107 7.882 Preparing to unpack .../42-patch_2.7.6-7_arm64.deb ...
16:20:52 [2023-07-12T16:20:52.015Z] #107 7.885 Unpacking patch (2.7.6-7) ...
16:20:52 [2023-07-12T16:20:52.015Z] #107 7.921 Selecting previously unselected package python-pip-whl.
16:20:52 [2023-07-12T16:20:52.015Z] #107 7.924 Preparing to unpack .../43-python-pip-whl_20.3.4-4+deb11u1_all.deb ...
16:20:52 [2023-07-12T16:20:52.015Z] #107 7.927 Unpacking python-pip-whl (20.3.4-4+deb11u1) ...
16:20:52 [2023-07-12T16:20:52.276Z] #107 8.104 Selecting previously unselected package python3-lib2to3.
16:20:52 [2023-07-12T16:20:52.276Z] #107 8.106 Preparing to unpack .../44-python3-lib2to3_3.9.2-1_all.deb ...
16:20:52 [2023-07-12T16:20:52.276Z] #107 8.111 Unpacking python3-lib2to3 (3.9.2-1) ...
16:20:52 [2023-07-12T16:20:52.276Z] #107 8.154 Selecting previously unselected package python3-distutils.
16:20:52 [2023-07-12T16:20:52.276Z] #107 8.157 Preparing to unpack .../45-python3-distutils_3.9.2-1_all.deb ...
16:20:52 [2023-07-12T16:20:52.276Z] #107 8.161 Unpacking python3-distutils (3.9.2-1) ...
16:20:52 [2023-07-12T16:20:52.276Z] #107 8.210 Selecting previously unselected package python3-pkg-resources.
16:20:52 [2023-07-12T16:20:52.276Z] #107 8.212 Preparing to unpack .../46-python3-pkg-resources_52.0.0-4_all.deb ...
16:20:52 [2023-07-12T16:20:52.276Z] #107 8.218 Unpacking python3-pkg-resources (52.0.0-4) ...
16:20:52 [2023-07-12T16:20:52.276Z] #107 8.266 Selecting previously unselected package python3-setuptools.
16:20:52 [2023-07-12T16:20:52.276Z] #107 8.268 Preparing to unpack .../47-python3-setuptools_52.0.0-4_all.deb ...
16:20:52 [2023-07-12T16:20:52.276Z] #107 8.272 Unpacking python3-setuptools (52.0.0-4) ...
16:20:52 [2023-07-12T16:20:52.276Z] #107 8.337 Selecting previously unselected package python3-wheel.
16:20:52 [2023-07-12T16:20:52.536Z] #107 8.340 Preparing to unpack .../48-python3-wheel_0.34.2-1_all.deb ...
16:20:52 [2023-07-12T16:20:52.536Z] #107 8.345 Unpacking python3-wheel (0.34.2-1) ...
16:20:52 [2023-07-12T16:20:52.536Z] #107 8.382 Selecting previously unselected package python3-pip.
16:20:52 [2023-07-12T16:20:52.536Z] #107 8.384 Preparing to unpack .../49-python3-pip_20.3.4-4+deb11u1_all.deb ...
16:20:52 [2023-07-12T16:20:52.537Z] #107 8.389 Unpacking python3-pip (20.3.4-4+deb11u1) ...
16:20:52 [2023-07-12T16:20:52.537Z] #107 8.460 Selecting previously unselected package sudo.
16:20:52 [2023-07-12T16:20:52.537Z] #107 8.462 Preparing to unpack .../50-sudo_1.9.5p2-3+deb11u1_arm64.deb ...
16:20:52 [2023-07-12T16:20:52.537Z] #107 8.469 Unpacking sudo (1.9.5p2-3+deb11u1) ...
16:20:52 [2023-07-12T16:20:52.537Z] #107 8.582 Selecting previously unselected package systemd-journal-remote.
16:20:52 [2023-07-12T16:20:52.797Z] #107 8.585 Preparing to unpack .../51-systemd-journal-remote_247.3-7+deb11u2_arm64.deb ...
16:20:52 [2023-07-12T16:20:52.797Z] #107 8.589 Unpacking systemd-journal-remote (247.3-7+deb11u2) ...
16:20:52 [2023-07-12T16:20:52.797Z] #107 8.628 Selecting previously unselected package thin-provisioning-tools.
16:20:52 [2023-07-12T16:20:52.797Z] #107 8.630 Preparing to unpack .../52-thin-provisioning-tools_0.9.0-1_arm64.deb ...
16:20:52 [2023-07-12T16:20:52.797Z] #107 8.634 Unpacking thin-provisioning-tools (0.9.0-1) ...
16:20:52 [2023-07-12T16:20:52.797Z] #107 8.692 Selecting previously unselected package uidmap.
16:20:52 [2023-07-12T16:20:52.797Z] #107 8.695 Preparing to unpack .../53-uidmap_1%3a4.8.1-1_arm64.deb ...
16:20:52 [2023-07-12T16:20:52.797Z] #107 8.698 Unpacking uidmap (1:4.8.1-1) ...
16:20:52 [2023-07-12T16:20:52.797Z] #107 8.746 Selecting previously unselected package vim-runtime.
16:20:52 [2023-07-12T16:20:52.797Z] #107 8.748 Preparing to unpack .../54-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
16:20:52 [2023-07-12T16:20:52.797Z] #107 8.760 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
16:20:52 [2023-07-12T16:20:52.797Z] #107 8.772 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
16:20:52 [2023-07-12T16:20:52.797Z] #107 8.775 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
16:20:53 [2023-07-12T16:20:53.368Z] #107 9.339 Selecting previously unselected package vim.
16:20:53 [2023-07-12T16:20:53.368Z] #107 9.342 Preparing to unpack .../55-vim_2%3a8.2.2434-3+deb11u1_arm64.deb ...
16:20:53 [2023-07-12T16:20:53.368Z] #107 9.352 Unpacking vim (2:8.2.2434-3+deb11u1) ...
16:20:53 [2023-07-12T16:20:53.629Z] #107 9.479 Selecting previously unselected package xfsprogs.
16:20:53 [2023-07-12T16:20:53.629Z] #107 9.482 Preparing to unpack .../56-xfsprogs_5.10.0-4_arm64.deb ...
16:20:53 [2023-07-12T16:20:53.629Z] #107 9.485 Unpacking xfsprogs (5.10.0-4) ...
16:20:53 [2023-07-12T16:20:53.629Z] #107 9.579 Selecting previously unselected package zip.
16:20:53 [2023-07-12T16:20:53.629Z] #107 9.582 Preparing to unpack .../57-zip_3.0-12_arm64.deb ...
16:20:53 [2023-07-12T16:20:53.629Z] #107 9.586 Unpacking zip (3.0-12) ...
16:20:53 [2023-07-12T16:20:53.629Z] #107 9.630 Selecting previously unselected package zstd.
16:20:53 [2023-07-12T16:20:53.629Z] #107 9.633 Preparing to unpack .../58-zstd_1.4.8+dfsg-2.1_arm64.deb ...
16:20:53 [2023-07-12T16:20:53.629Z] #107 9.636 Unpacking zstd (1.4.8+dfsg-2.1) ...
16:20:53 [2023-07-12T16:20:53.629Z] #107 9.723 Setting up python3-pkg-resources (52.0.0-4) ...
16:20:53 [2023-07-12T16:20:53.889Z] #107 9.920 Setting up libip4tc2:arm64 (1.8.7-1) ...
16:20:53 [2023-07-12T16:20:53.889Z] #107 9.930 Setting up net-tools (1.60+git20181103.0eebece-1) ...
16:20:53 [2023-07-12T16:20:53.889Z] #107 9.939 Setting up libapparmor1:arm64 (2.13.6-10) ...
16:20:53 [2023-07-12T16:20:53.889Z] #107 9.948 Setting up libgpm2:arm64 (1.20.7-8) ...
16:20:53 [2023-07-12T16:20:53.889Z] #107 9.958 Setting up libicu67:arm64 (67.1-7) ...
16:20:53 [2023-07-12T16:20:53.889Z] #107 9.969 Setting up libip6tc2:arm64 (1.8.7-1) ...
16:20:53 [2023-07-12T16:20:53.889Z] #107 9.979 Setting up libinih1:arm64 (53-1+b2) ...
16:20:54 [2023-07-12T16:20:54.150Z] #107 10.00 Setting up libargon2-1:arm64 (0~20171227-0.2) ...
16:20:54 [2023-07-12T16:20:54.150Z] #107 10.01 Setting up uidmap (1:4.8.1-1) ...
16:20:54 [2023-07-12T16:20:54.150Z] #107 10.03 Setting up libyajl2:arm64 (2.1.0-3) ...
16:20:54 [2023-07-12T16:20:54.150Z] #107 10.04 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
16:20:54 [2023-07-12T16:20:54.150Z] #107 10.05 Setting up bzip2 (1.0.8-4) ...
16:20:54 [2023-07-12T16:20:54.150Z] #107 10.05 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
16:20:54 [2023-07-12T16:20:54.150Z] #107 10.06 Setting up python3-wheel (0.34.2-1) ...
16:20:54 [2023-07-12T16:20:54.150Z] #107 10.21 Setting up libmicrohttpd12:arm64 (0.9.72-2) ...
16:20:54 [2023-07-12T16:20:54.150Z] #107 10.22 Setting up xxd (2:8.2.2434-3+deb11u1) ...
16:20:54 [2023-07-12T16:20:54.150Z] #107 10.23 Setting up libcap2:arm64 (1:2.44-1) ...
16:20:54 [2023-07-12T16:20:54.150Z] #107 10.24 Setting up libcap2-bin (1:2.44-1) ...
16:20:54 [2023-07-12T16:20:54.410Z] #107 10.25 Setting up apparmor (2.13.6-10) ...
16:20:54 [2023-07-12T16:20:54.981Z] #107 10.99 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service.
16:20:54 [2023-07-12T16:20:54.981Z] #107 11.09 Setting up zip (3.0-12) ...
16:20:55 [2023-07-12T16:20:55.242Z] #107 11.10 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
16:20:55 [2023-07-12T16:20:55.242Z] #107 11.12 Setting up bash-completion (1:2.11-2) ...
16:20:56 [2023-07-12T16:20:56.183Z] #107 11.88 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
16:20:56 [2023-07-12T16:20:56.183Z] #107 11.90 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
16:20:56 [2023-07-12T16:20:56.183Z] #107 11.91 Setting up libmnl0:arm64 (1.0.4-3) ...
16:20:56 [2023-07-12T16:20:56.183Z] #107 11.92 Setting up patch (2.7.6-7) ...
16:20:56 [2023-07-12T16:20:56.183Z] #107 11.93 Setting up sudo (1.9.5p2-3+deb11u1) ...
16:20:56 [2023-07-12T16:20:56.183Z] #107 11.97 invoke-rc.d: could not determine current runlevel
16:20:56 [2023-07-12T16:20:56.183Z] #107 11.98 invoke-rc.d: policy-rc.d denied execution of start.
16:20:56 [2023-07-12T16:20:56.183Z] #107 11.98 Setting up libxtables12:arm64 (1.8.7-1) ...
16:20:56 [2023-07-12T16:20:56.183Z] #107 11.99 Setting up inetutils-ping (2:2.0-1+deb11u1) ...
16:20:56 [2023-07-12T16:20:56.183Z] #107 12.00 Setting up pigz (2.6-1) ...
16:20:56 [2023-07-12T16:20:56.183Z] #107 12.02 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ...
16:20:56 [2023-07-12T16:20:56.183Z] #107 12.03 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ...
16:20:56 [2023-07-12T16:20:56.183Z] #107 12.05 Setting up python-pip-whl (20.3.4-4+deb11u1) ...
16:20:56 [2023-07-12T16:20:56.183Z] #107 12.06 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
16:20:56 [2023-07-12T16:20:56.183Z] #107 12.26 Setting up libaio1:arm64 (0.3.112-9) ...
16:20:56 [2023-07-12T16:20:56.444Z] #107 12.27 Setting up python3-lib2to3 (3.9.2-1) ...
16:20:56 [2023-07-12T16:20:56.444Z] #107 12.37 Setting up libelf1:arm64 (0.183-1) ...
16:20:56 [2023-07-12T16:20:56.444Z] #107 12.38 Setting up libjson-c5:arm64 (0.15-2) ...
16:20:56 [2023-07-12T16:20:56.444Z] #107 12.39 Setting up zstd (1.4.8+dfsg-2.1) ...
16:20:56 [2023-07-12T16:20:56.444Z] #107 12.40 Setting up libonig5:arm64 (6.9.6-1.1) ...
16:20:56 [2023-07-12T16:20:56.444Z] #107 12.42 Setting up libkmod2:arm64 (28-1) ...
16:20:56 [2023-07-12T16:20:56.444Z] #107 12.42 Setting up python3-distutils (3.9.2-1) ...
16:20:56 [2023-07-12T16:20:56.704Z] #107 12.55 Setting up vim (2:8.2.2434-3+deb11u1) ...
16:20:56 [2023-07-12T16:20:56.704Z] #107 12.56 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
16:20:56 [2023-07-12T16:20:56.704Z] #107 12.56 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
16:20:56 [2023-07-12T16:20:56.704Z] #107 12.56 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
16:20:56 [2023-07-12T16:20:56.704Z] #107 12.57 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
16:20:56 [2023-07-12T16:20:56.704Z] #107 12.57 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
16:20:56 [2023-07-12T16:20:56.704Z] #107 12.58 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
16:20:56 [2023-07-12T16:20:56.704Z] #107 12.58 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
16:20:56 [2023-07-12T16:20:56.704Z] #107 12.59 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
16:20:56 [2023-07-12T16:20:56.704Z] #107 12.60 Setting up python3-setuptools (52.0.0-4) ...
16:20:56 [2023-07-12T16:20:56.964Z] #107 12.93 Setting up libjq1:arm64 (1.6-2.1) ...
16:20:56 [2023-07-12T16:20:56.964Z] #107 12.94 Setting up libnftnl11:arm64 (1.1.9-1) ...
16:20:56 [2023-07-12T16:20:56.964Z] #107 12.95 Setting up thin-provisioning-tools (0.9.0-1) ...
16:20:56 [2023-07-12T16:20:56.964Z] #107 12.96 Setting up python3-pip (20.3.4-4+deb11u1) ...
16:20:57 [2023-07-12T16:20:57.225Z] #107 13.23 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ...
16:20:57 [2023-07-12T16:20:57.485Z] #107 13.24 Setting up jq (1.6-2.1) ...
16:20:57 [2023-07-12T16:20:57.485Z] #107 13.25 Setting up libbpf0:arm64 (1:0.3-2) ...
16:20:57 [2023-07-12T16:20:57.485Z] #107 13.26 Setting up iptables (1.8.7-1) ...
16:20:57 [2023-07-12T16:20:57.485Z] #107 13.27 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
16:20:57 [2023-07-12T16:20:57.485Z] #107 13.28 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
16:20:57 [2023-07-12T16:20:57.485Z] #107 13.28 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
16:20:57 [2023-07-12T16:20:57.485Z] #107 13.29 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
16:20:57 [2023-07-12T16:20:57.485Z] #107 13.30 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
16:20:57 [2023-07-12T16:20:57.485Z] #107 13.30 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
16:20:57 [2023-07-12T16:20:57.485Z] #107 13.31 Setting up iproute2 (5.10.0-4) ...
16:20:57 [2023-07-12T16:20:57.485Z] #107 13.47 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
16:20:57 [2023-07-12T16:20:57.485Z] #107 13.48 Setting up dmsetup (2:1.02.175-2.1) ...
16:20:57 [2023-07-12T16:20:57.485Z] #107 13.49 Setting up libcryptsetup12:arm64 (2:2.3.7-1+deb11u1) ...
16:20:57 [2023-07-12T16:20:57.746Z] #107 13.50 Setting up systemd (247.3-7+deb11u2) ...
16:20:57 [2023-07-12T16:20:57.746Z] #107 13.55 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
16:20:57 [2023-07-12T16:20:57.746Z] #107 13.55 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
16:20:57 [2023-07-12T16:20:57.746Z] #107 13.55 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
16:20:57 [2023-07-12T16:20:57.746Z] #107 13.56 Initializing machine ID from random generator.
16:20:58 [2023-07-12T16:20:58.006Z] #107 13.93 Setting up systemd-journal-remote (247.3-7+deb11u2) ...
16:20:58 [2023-07-12T16:20:58.006Z] #107 14.05 Setting up xfsprogs (5.10.0-4) ...
16:20:58 [2023-07-12T16:20:58.267Z] #107 14.06 System has not been booted with systemd as init system (PID 1). Can't operate.
16:20:58 [2023-07-12T16:20:58.267Z] #107 14.06 Failed to connect to bus: Host is down
16:20:58 [2023-07-12T16:20:58.267Z] #107 14.06 Processing triggers for libc-bin (2.31-13+deb11u6) ...
16:20:58 [2023-07-12T16:20:58.527Z] #107 DONE 14.5s
16:20:58 [2023-07-12T16:20:58.527Z] 
16:20:58 [2023-07-12T16:20:58.527Z] #108 [dev-base  9/13] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
16:20:59 [2023-07-12T16:20:59.098Z] #108 0.330 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
16:20:59 [2023-07-12T16:20:59.098Z] #108 0.333 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
16:20:59 [2023-07-12T16:20:59.098Z] #108 0.336 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
16:20:59 [2023-07-12T16:20:59.098Z] #108 DONE 0.4s
16:20:59 [2023-07-12T16:20:59.098Z] 
16:20:59 [2023-07-12T16:20:59.098Z] #109 [dev-base 10/13] RUN pip3 install yamllint==1.27.1
16:21:05 [2023-07-12T16:21:05.678Z] #109 5.649 Collecting yamllint==1.27.1
16:21:05 [2023-07-12T16:21:05.678Z] #109 6.700   Downloading yamllint-1.27.1.tar.gz (129 kB)
16:21:05 [2023-07-12T16:21:05.939Z] #109 7.014 Collecting pathspec>=0.5.3
16:21:05 [2023-07-12T16:21:05.939Z] #109 7.018   Downloading pathspec-0.11.1-py3-none-any.whl (29 kB)
16:21:05 [2023-07-12T16:21:05.939Z] #109 7.125 Collecting pyyaml
16:21:06 [2023-07-12T16:21:06.199Z] #109 7.132   Downloading PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB)
16:21:06 [2023-07-12T16:21:06.199Z] #109 7.148 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.27.1) (52.0.0)
16:21:06 [2023-07-12T16:21:06.199Z] #109 7.153 Building wheels for collected packages: yamllint
16:21:06 [2023-07-12T16:21:06.199Z] #109 7.153   Building wheel for yamllint (setup.py): started
16:21:06 [2023-07-12T16:21:06.199Z] #109 7.416   Building wheel for yamllint (setup.py): finished with status 'done'
16:21:06 [2023-07-12T16:21:06.460Z] #109 7.417   Created wheel for yamllint: filename=yamllint-1.27.1-py2.py3-none-any.whl size=62024 sha256=c45663d2c9e84840a24cd179b4404dabe8d001cbed030529e7d20b34b4f5155f
16:21:06 [2023-07-12T16:21:06.460Z] #109 7.417   Stored in directory: /root/.cache/pip/wheels/96/6b/41/cdc6102faa47924bd11794a9b3d5e6d7107daf6548c46f79ee
16:21:06 [2023-07-12T16:21:06.460Z] #109 7.419 Successfully built yamllint
16:21:06 [2023-07-12T16:21:06.460Z] #109 7.426 Installing collected packages: pyyaml, pathspec, yamllint
16:21:06 [2023-07-12T16:21:06.460Z] #109 7.543 Successfully installed pathspec-0.11.1 pyyaml-6.0 yamllint-1.27.1
16:21:06 [2023-07-12T16:21:06.460Z] #109 DONE 7.7s
16:21:06 [2023-07-12T16:21:06.720Z] 
16:21:06 [2023-07-12T16:21:06.720Z] #110 [dev-base 11/13] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install --no-install-recommends -y             gcc             pkg-config             dpkg-dev             libapparmor-dev             libdevmapper-dev             libseccomp-dev             libsecret-1-dev             libsystemd-dev             libudev-dev
16:21:07 [2023-07-12T16:21:07.291Z] #110 0.643 Hit:1 http://deb.debian.org/debian bullseye InRelease
16:21:07 [2023-07-12T16:21:07.291Z] #110 0.643 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
16:21:07 [2023-07-12T16:21:07.291Z] #110 0.643 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
16:21:08 [2023-07-12T16:21:08.122Z] #110 1.020 Reading package lists...
16:21:08 [2023-07-12T16:21:08.643Z] #110 1.607 Reading package lists...
16:21:08 [2023-07-12T16:21:08.904Z] #110 2.166 Building dependency tree...
16:21:08 [2023-07-12T16:21:08.904Z] #110 2.341 Reading state information...
16:21:09 [2023-07-12T16:21:09.474Z] #110 2.621 gcc is already the newest version (4:10.2.1-1).
16:21:09 [2023-07-12T16:21:09.474Z] #110 2.621 pkg-config is already the newest version (0.29.2-1).
16:21:09 [2023-07-12T16:21:09.474Z] #110 2.621 The following additional packages will be installed:
16:21:09 [2023-07-12T16:21:09.474Z] #110 2.622   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libdevmapper-event1.02.1
16:21:09 [2023-07-12T16:21:09.474Z] #110 2.622   libffi-dev libgirepository-1.0-1 libglib2.0-bin libglib2.0-data
16:21:09 [2023-07-12T16:21:09.474Z] #110 2.622   libglib2.0-dev libglib2.0-dev-bin libmount-dev libpcre16-3 libpcre2-16-0
16:21:09 [2023-07-12T16:21:09.474Z] #110 2.622   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3
16:21:09 [2023-07-12T16:21:09.474Z] #110 2.623   libpcrecpp0v5 libsecret-1-0 libsecret-common libselinux1-dev libsepol1-dev
16:21:09 [2023-07-12T16:21:09.474Z] #110 2.623   uuid-dev zlib1g-dev
16:21:09 [2023-07-12T16:21:09.474Z] #110 2.626 Suggested packages:
16:21:09 [2023-07-12T16:21:09.474Z] #110 2.626   debian-keyring libgirepository1.0-dev libglib2.0-doc libgdk-pixbuf2.0-bin
16:21:09 [2023-07-12T16:21:09.474Z] #110 2.626   | libgdk-pixbuf2.0-dev libxml2-utils seccomp
16:21:09 [2023-07-12T16:21:09.474Z] #110 2.626 Recommended packages:
16:21:09 [2023-07-12T16:21:09.474Z] #110 2.626   build-essential fakeroot libalgorithm-merge-perl
16:21:09 [2023-07-12T16:21:09.474Z] #110 2.897 The following NEW packages will be installed:
16:21:09 [2023-07-12T16:21:09.474Z] #110 2.898   dpkg-dev gir1.2-glib-2.0 gir1.2-secret-1 libapparmor-dev libblkid-dev
16:21:09 [2023-07-12T16:21:09.474Z] #110 2.898   libdevmapper-dev libdevmapper-event1.02.1 libffi-dev libgirepository-1.0-1
16:21:09 [2023-07-12T16:21:09.474Z] #110 2.898   libglib2.0-bin libglib2.0-data libglib2.0-dev libglib2.0-dev-bin
16:21:09 [2023-07-12T16:21:09.474Z] #110 2.898   libmount-dev libpcre16-3 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
16:21:09 [2023-07-12T16:21:09.474Z] #110 2.898   libpcre2-posix2 libpcre3-dev libpcre32-3 libpcrecpp0v5 libseccomp-dev
16:21:09 [2023-07-12T16:21:09.474Z] #110 2.898   libsecret-1-0 libsecret-1-dev libsecret-common libselinux1-dev libsepol1-dev
16:21:09 [2023-07-12T16:21:09.474Z] #110 2.899   libsystemd-dev libudev-dev uuid-dev zlib1g-dev
16:21:09 [2023-07-12T16:21:09.734Z] #110 3.177 0 upgraded, 32 newly installed, 0 to remove and 0 not upgraded.
16:21:09 [2023-07-12T16:21:09.734Z] #110 3.177 Need to get 10.3 MB of archives.
16:21:09 [2023-07-12T16:21:09.734Z] #110 3.177 After this operation, 41.5 MB of additional disk space will be used.
16:21:09 [2023-07-12T16:21:09.734Z] #110 3.177 Get:1 http://deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.12 [2312 kB]
16:21:09 [2023-07-12T16:21:09.734Z] #110 3.229 Get:2 http://deb.debian.org/debian bullseye/main arm64 libgirepository-1.0-1 arm64 1.66.1-1+b1 [88.6 kB]
16:21:09 [2023-07-12T16:21:09.734Z] #110 3.231 Get:3 http://deb.debian.org/debian bullseye/main arm64 gir1.2-glib-2.0 arm64 1.66.1-1+b1 [151 kB]
16:21:09 [2023-07-12T16:21:09.734Z] #110 3.232 Get:4 http://deb.debian.org/debian bullseye/main arm64 libsecret-common all 0.20.4-2 [26.7 kB]
16:21:09 [2023-07-12T16:21:09.734Z] #110 3.233 Get:5 http://deb.debian.org/debian bullseye/main arm64 libsecret-1-0 arm64 0.20.4-2 [107 kB]
16:21:09 [2023-07-12T16:21:09.734Z] #110 3.236 Get:6 http://deb.debian.org/debian bullseye/main arm64 gir1.2-secret-1 arm64 0.20.4-2 [13.7 kB]
16:21:09 [2023-07-12T16:21:09.734Z] #110 3.237 Get:7 http://deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB]
16:21:09 [2023-07-12T16:21:09.734Z] #110 3.239 Get:8 http://deb.debian.org/debian bullseye/main arm64 uuid-dev arm64 2.36.1-8+deb11u1 [99.6 kB]
16:21:09 [2023-07-12T16:21:09.734Z] #110 3.242 Get:9 http://deb.debian.org/debian bullseye/main arm64 libblkid-dev arm64 2.36.1-8+deb11u1 [229 kB]
16:21:09 [2023-07-12T16:21:09.734Z] #110 3.244 Get:10 http://deb.debian.org/debian bullseye/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.175-2.1 [22.4 kB]
16:21:09 [2023-07-12T16:21:09.734Z] #110 3.246 Get:11 http://deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7+deb11u2 [123 kB]
16:21:09 [2023-07-12T16:21:09.734Z] #110 3.249 Get:12 http://deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB]
16:21:09 [2023-07-12T16:21:09.734Z] #110 3.252 Get:13 http://deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2+deb11u1 [203 kB]
16:21:09 [2023-07-12T16:21:09.734Z] #110 3.256 Get:14 http://deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2+deb11u1 [194 kB]
16:21:09 [2023-07-12T16:21:09.734Z] #110 3.258 Get:15 http://deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2+deb11u1 [49.1 kB]
16:21:09 [2023-07-12T16:21:09.734Z] #110 3.260 Get:16 http://deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2+deb11u1 [647 kB]
16:21:09 [2023-07-12T16:21:09.734Z] #110 3.265 Get:17 http://deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB]
16:21:09 [2023-07-12T16:21:09.734Z] #110 3.267 Get:18 http://deb.debian.org/debian bullseye/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1 [52.0 kB]
16:21:09 [2023-07-12T16:21:09.734Z] #110 3.270 Get:19 http://deb.debian.org/debian bullseye/main arm64 libffi-dev arm64 3.3-6 [53.2 kB]
16:21:09 [2023-07-12T16:21:09.734Z] #110 3.272 Get:20 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-data all 2.66.8-1 [1164 kB]
16:21:09 [2023-07-12T16:21:09.734Z] #110 3.279 Get:21 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-bin arm64 2.66.8-1 [137 kB]
16:21:09 [2023-07-12T16:21:09.994Z] #110 3.280 Get:22 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-dev-bin arm64 2.66.8-1 [177 kB]
16:21:09 [2023-07-12T16:21:09.994Z] #110 3.281 Get:23 http://deb.debian.org/debian bullseye/main arm64 libmount-dev arm64 2.36.1-8+deb11u1 [78.0 kB]
16:21:09 [2023-07-12T16:21:09.994Z] #110 3.284 Get:24 http://deb.debian.org/debian bullseye/main arm64 libpcre16-3 arm64 2:8.39-13 [236 kB]
16:21:09 [2023-07-12T16:21:09.994Z] #110 3.286 Get:25 http://deb.debian.org/debian bullseye/main arm64 libpcre32-3 arm64 2:8.39-13 [229 kB]
16:21:09 [2023-07-12T16:21:09.994Z] #110 3.294 Get:26 http://deb.debian.org/debian bullseye/main arm64 libpcrecpp0v5 arm64 2:8.39-13 [151 kB]
16:21:09 [2023-07-12T16:21:09.994Z] #110 3.295 Get:27 http://deb.debian.org/debian bullseye/main arm64 libpcre3-dev arm64 2:8.39-13 [579 kB]
16:21:09 [2023-07-12T16:21:09.994Z] #110 3.308 Get:28 http://deb.debian.org/debian bullseye/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-2+deb11u2 [189 kB]
16:21:09 [2023-07-12T16:21:09.994Z] #110 3.310 Get:29 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-dev arm64 2.66.8-1 [1592 kB]
16:21:09 [2023-07-12T16:21:09.994Z] #110 3.318 Get:30 http://deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
16:21:09 [2023-07-12T16:21:09.995Z] #110 3.318 Get:31 http://deb.debian.org/debian bullseye/main arm64 libsecret-1-dev arm64 0.20.4-2 [218 kB]
16:21:09 [2023-07-12T16:21:09.995Z] #110 3.319 Get:32 http://deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7+deb11u2 [401 kB]
16:21:09 [2023-07-12T16:21:09.995Z] #110 3.468 debconf: delaying package configuration, since apt-utils is not installed
16:21:09 [2023-07-12T16:21:09.995Z] #110 3.511 Fetched 10.3 MB in 0s (24.9 MB/s)
16:21:09 [2023-07-12T16:21:09.995Z] #110 3.535 Selecting previously unselected package dpkg-dev.
16:21:10 [2023-07-12T16:21:10.255Z] #110 3.535 (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 ... 21239 files and directories currently installed.)
16:21:10 [2023-07-12T16:21:10.255Z] #110 3.548 Preparing to unpack .../00-dpkg-dev_1.20.12_all.deb ...
16:21:10 [2023-07-12T16:21:10.255Z] #110 3.551 Unpacking dpkg-dev (1.20.12) ...
16:21:10 [2023-07-12T16:21:10.255Z] #110 3.674 Selecting previously unselected package libgirepository-1.0-1:arm64.
16:21:10 [2023-07-12T16:21:10.255Z] #110 3.677 Preparing to unpack .../01-libgirepository-1.0-1_1.66.1-1+b1_arm64.deb ...
16:21:10 [2023-07-12T16:21:10.255Z] #110 3.683 Unpacking libgirepository-1.0-1:arm64 (1.66.1-1+b1) ...
16:21:10 [2023-07-12T16:21:10.255Z] #110 3.717 Selecting previously unselected package gir1.2-glib-2.0:arm64.
16:21:10 [2023-07-12T16:21:10.255Z] #110 3.719 Preparing to unpack .../02-gir1.2-glib-2.0_1.66.1-1+b1_arm64.deb ...
16:21:10 [2023-07-12T16:21:10.255Z] #110 3.723 Unpacking gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ...
16:21:10 [2023-07-12T16:21:10.255Z] #110 3.768 Selecting previously unselected package libsecret-common.
16:21:10 [2023-07-12T16:21:10.255Z] #110 3.771 Preparing to unpack .../03-libsecret-common_0.20.4-2_all.deb ...
16:21:10 [2023-07-12T16:21:10.255Z] #110 3.775 Unpacking libsecret-common (0.20.4-2) ...
16:21:10 [2023-07-12T16:21:10.516Z] #110 3.825 Selecting previously unselected package libsecret-1-0:arm64.
16:21:10 [2023-07-12T16:21:10.516Z] #110 3.828 Preparing to unpack .../04-libsecret-1-0_0.20.4-2_arm64.deb ...
16:21:10 [2023-07-12T16:21:10.516Z] #110 3.833 Unpacking libsecret-1-0:arm64 (0.20.4-2) ...
16:21:10 [2023-07-12T16:21:10.516Z] #110 3.872 Selecting previously unselected package gir1.2-secret-1:arm64.
16:21:10 [2023-07-12T16:21:10.516Z] #110 3.874 Preparing to unpack .../05-gir1.2-secret-1_0.20.4-2_arm64.deb ...
16:21:10 [2023-07-12T16:21:10.516Z] #110 3.878 Unpacking gir1.2-secret-1:arm64 (0.20.4-2) ...
16:21:10 [2023-07-12T16:21:10.516Z] #110 3.907 Selecting previously unselected package libapparmor-dev:arm64.
16:21:10 [2023-07-12T16:21:10.516Z] #110 3.909 Preparing to unpack .../06-libapparmor-dev_2.13.6-10_arm64.deb ...
16:21:10 [2023-07-12T16:21:10.516Z] #110 3.913 Unpacking libapparmor-dev:arm64 (2.13.6-10) ...
16:21:10 [2023-07-12T16:21:10.516Z] #110 3.953 Selecting previously unselected package uuid-dev:arm64.
16:21:10 [2023-07-12T16:21:10.516Z] #110 3.956 Preparing to unpack .../07-uuid-dev_2.36.1-8+deb11u1_arm64.deb ...
16:21:10 [2023-07-12T16:21:10.516Z] #110 3.961 Unpacking uuid-dev:arm64 (2.36.1-8+deb11u1) ...
16:21:10 [2023-07-12T16:21:10.516Z] #110 4.005 Selecting previously unselected package libblkid-dev:arm64.
16:21:10 [2023-07-12T16:21:10.777Z] #110 4.008 Preparing to unpack .../08-libblkid-dev_2.36.1-8+deb11u1_arm64.deb ...
16:21:10 [2023-07-12T16:21:10.777Z] #110 4.017 Unpacking libblkid-dev:arm64 (2.36.1-8+deb11u1) ...
16:21:10 [2023-07-12T16:21:10.777Z] #110 4.068 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
16:21:10 [2023-07-12T16:21:10.777Z] #110 4.070 Preparing to unpack .../09-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ...
16:21:10 [2023-07-12T16:21:10.777Z] #110 4.073 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
16:21:10 [2023-07-12T16:21:10.777Z] #110 4.103 Selecting previously unselected package libudev-dev:arm64.
16:21:10 [2023-07-12T16:21:10.777Z] #110 4.106 Preparing to unpack .../10-libudev-dev_247.3-7+deb11u2_arm64.deb ...
16:21:10 [2023-07-12T16:21:10.777Z] #110 4.109 Unpacking libudev-dev:arm64 (247.3-7+deb11u2) ...
16:21:10 [2023-07-12T16:21:10.777Z] #110 4.151 Selecting previously unselected package libsepol1-dev:arm64.
16:21:10 [2023-07-12T16:21:10.777Z] #110 4.154 Preparing to unpack .../11-libsepol1-dev_3.1-1_arm64.deb ...
16:21:10 [2023-07-12T16:21:10.777Z] #110 4.158 Unpacking libsepol1-dev:arm64 (3.1-1) ...
16:21:10 [2023-07-12T16:21:10.777Z] #110 4.220 Selecting previously unselected package libpcre2-16-0:arm64.
16:21:10 [2023-07-12T16:21:10.777Z] #110 4.223 Preparing to unpack .../12-libpcre2-16-0_10.36-2+deb11u1_arm64.deb ...
16:21:10 [2023-07-12T16:21:10.777Z] #110 4.226 Unpacking libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
16:21:10 [2023-07-12T16:21:10.777Z] #110 4.274 Selecting previously unselected package libpcre2-32-0:arm64.
16:21:10 [2023-07-12T16:21:10.777Z] #110 4.277 Preparing to unpack .../13-libpcre2-32-0_10.36-2+deb11u1_arm64.deb ...
16:21:10 [2023-07-12T16:21:10.777Z] #110 4.280 Unpacking libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
16:21:10 [2023-07-12T16:21:10.777Z] #110 4.331 Selecting previously unselected package libpcre2-posix2:arm64.
16:21:11 [2023-07-12T16:21:11.037Z] #110 4.334 Preparing to unpack .../14-libpcre2-posix2_10.36-2+deb11u1_arm64.deb ...
16:21:11 [2023-07-12T16:21:11.037Z] #110 4.338 Unpacking libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
16:21:11 [2023-07-12T16:21:11.037Z] #110 4.368 Selecting previously unselected package libpcre2-dev:arm64.
16:21:11 [2023-07-12T16:21:11.037Z] #110 4.371 Preparing to unpack .../15-libpcre2-dev_10.36-2+deb11u1_arm64.deb ...
16:21:11 [2023-07-12T16:21:11.037Z] #110 4.374 Unpacking libpcre2-dev:arm64 (10.36-2+deb11u1) ...
16:21:11 [2023-07-12T16:21:11.037Z] #110 4.454 Selecting previously unselected package libselinux1-dev:arm64.
16:21:11 [2023-07-12T16:21:11.037Z] #110 4.457 Preparing to unpack .../16-libselinux1-dev_3.1-3_arm64.deb ...
16:21:11 [2023-07-12T16:21:11.037Z] #110 4.461 Unpacking libselinux1-dev:arm64 (3.1-3) ...
16:21:11 [2023-07-12T16:21:11.037Z] #110 4.515 Selecting previously unselected package libdevmapper-dev:arm64.
16:21:11 [2023-07-12T16:21:11.037Z] #110 4.518 Preparing to unpack .../17-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ...
16:21:11 [2023-07-12T16:21:11.037Z] #110 4.521 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
16:21:11 [2023-07-12T16:21:11.037Z] #110 4.553 Selecting previously unselected package libffi-dev:arm64.
16:21:11 [2023-07-12T16:21:11.037Z] #110 4.556 Preparing to unpack .../18-libffi-dev_3.3-6_arm64.deb ...
16:21:11 [2023-07-12T16:21:11.298Z] #110 4.560 Unpacking libffi-dev:arm64 (3.3-6) ...
16:21:11 [2023-07-12T16:21:11.298Z] #110 4.594 Selecting previously unselected package libglib2.0-data.
16:21:11 [2023-07-12T16:21:11.298Z] #110 4.597 Preparing to unpack .../19-libglib2.0-data_2.66.8-1_all.deb ...
16:21:11 [2023-07-12T16:21:11.298Z] #110 4.601 Unpacking libglib2.0-data (2.66.8-1) ...
16:21:11 [2023-07-12T16:21:11.298Z] #110 4.734 Selecting previously unselected package libglib2.0-bin.
16:21:11 [2023-07-12T16:21:11.298Z] #110 4.736 Preparing to unpack .../20-libglib2.0-bin_2.66.8-1_arm64.deb ...
16:21:11 [2023-07-12T16:21:11.298Z] #110 4.768 Unpacking libglib2.0-bin (2.66.8-1) ...
16:21:11 [2023-07-12T16:21:11.298Z] #110 4.842 Selecting previously unselected package libglib2.0-dev-bin.
16:21:11 [2023-07-12T16:21:11.559Z] #110 4.844 Preparing to unpack .../21-libglib2.0-dev-bin_2.66.8-1_arm64.deb ...
16:21:11 [2023-07-12T16:21:11.559Z] #110 4.849 Unpacking libglib2.0-dev-bin (2.66.8-1) ...
16:21:11 [2023-07-12T16:21:11.559Z] #110 4.899 Selecting previously unselected package libmount-dev:arm64.
16:21:11 [2023-07-12T16:21:11.559Z] #110 4.901 Preparing to unpack .../22-libmount-dev_2.36.1-8+deb11u1_arm64.deb ...
16:21:11 [2023-07-12T16:21:11.559Z] #110 4.905 Unpacking libmount-dev:arm64 (2.36.1-8+deb11u1) ...
16:21:11 [2023-07-12T16:21:11.559Z] #110 4.947 Selecting previously unselected package libpcre16-3:arm64.
16:21:11 [2023-07-12T16:21:11.559Z] #110 4.950 Preparing to unpack .../23-libpcre16-3_2%3a8.39-13_arm64.deb ...
16:21:11 [2023-07-12T16:21:11.559Z] #110 4.953 Unpacking libpcre16-3:arm64 (2:8.39-13) ...
16:21:11 [2023-07-12T16:21:11.559Z] #110 5.008 Selecting previously unselected package libpcre32-3:arm64.
16:21:11 [2023-07-12T16:21:11.559Z] #110 5.011 Preparing to unpack .../24-libpcre32-3_2%3a8.39-13_arm64.deb ...
16:21:11 [2023-07-12T16:21:11.559Z] #110 5.015 Unpacking libpcre32-3:arm64 (2:8.39-13) ...
16:21:11 [2023-07-12T16:21:11.559Z] #110 5.070 Selecting previously unselected package libpcrecpp0v5:arm64.
16:21:11 [2023-07-12T16:21:11.819Z] #110 5.073 Preparing to unpack .../25-libpcrecpp0v5_2%3a8.39-13_arm64.deb ...
16:21:11 [2023-07-12T16:21:11.819Z] #110 5.077 Unpacking libpcrecpp0v5:arm64 (2:8.39-13) ...
16:21:11 [2023-07-12T16:21:11.819Z] #110 5.112 Selecting previously unselected package libpcre3-dev:arm64.
16:21:11 [2023-07-12T16:21:11.819Z] #110 5.115 Preparing to unpack .../26-libpcre3-dev_2%3a8.39-13_arm64.deb ...
16:21:11 [2023-07-12T16:21:11.819Z] #110 5.119 Unpacking libpcre3-dev:arm64 (2:8.39-13) ...
16:21:11 [2023-07-12T16:21:11.819Z] #110 5.198 Selecting previously unselected package zlib1g-dev:arm64.
16:21:11 [2023-07-12T16:21:11.819Z] #110 5.201 Preparing to unpack .../27-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_arm64.deb ...
16:21:11 [2023-07-12T16:21:11.819Z] #110 5.205 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ...
16:21:11 [2023-07-12T16:21:11.819Z] #110 5.247 Selecting previously unselected package libglib2.0-dev:arm64.
16:21:11 [2023-07-12T16:21:11.819Z] #110 5.250 Preparing to unpack .../28-libglib2.0-dev_2.66.8-1_arm64.deb ...
16:21:11 [2023-07-12T16:21:11.819Z] #110 5.254 Unpacking libglib2.0-dev:arm64 (2.66.8-1) ...
16:21:12 [2023-07-12T16:21:12.080Z] #110 5.439 Selecting previously unselected package libseccomp-dev:arm64.
16:21:12 [2023-07-12T16:21:12.080Z] #110 5.442 Preparing to unpack .../29-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
16:21:12 [2023-07-12T16:21:12.080Z] #110 5.446 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
16:21:12 [2023-07-12T16:21:12.080Z] #110 5.482 Selecting previously unselected package libsecret-1-dev:arm64.
16:21:12 [2023-07-12T16:21:12.080Z] #110 5.485 Preparing to unpack .../30-libsecret-1-dev_0.20.4-2_arm64.deb ...
16:21:12 [2023-07-12T16:21:12.080Z] #110 5.489 Unpacking libsecret-1-dev:arm64 (0.20.4-2) ...
16:21:12 [2023-07-12T16:21:12.080Z] #110 5.547 Selecting previously unselected package libsystemd-dev:arm64.
16:21:12 [2023-07-12T16:21:12.080Z] #110 5.550 Preparing to unpack .../31-libsystemd-dev_247.3-7+deb11u2_arm64.deb ...
16:21:12 [2023-07-12T16:21:12.080Z] #110 5.553 Unpacking libsystemd-dev:arm64 (247.3-7+deb11u2) ...
16:21:12 [2023-07-12T16:21:12.340Z] #110 5.695 Setting up libpcrecpp0v5:arm64 (2:8.39-13) ...
16:21:12 [2023-07-12T16:21:12.340Z] #110 5.705 Setting up libglib2.0-dev-bin (2.66.8-1) ...
16:21:12 [2023-07-12T16:21:12.340Z] #110 5.869 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
16:21:12 [2023-07-12T16:21:12.340Z] #110 5.880 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
16:21:12 [2023-07-12T16:21:12.340Z] #110 5.890 Setting up libpcre16-3:arm64 (2:8.39-13) ...
16:21:12 [2023-07-12T16:21:12.600Z] #110 5.900 Setting up libsepol1-dev:arm64 (3.1-1) ...
16:21:12 [2023-07-12T16:21:12.600Z] #110 5.909 Setting up libffi-dev:arm64 (3.3-6) ...
16:21:12 [2023-07-12T16:21:12.600Z] #110 5.920 Setting up libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
16:21:12 [2023-07-12T16:21:12.600Z] #110 5.931 Setting up dpkg-dev (1.20.12) ...
16:21:12 [2023-07-12T16:21:12.600Z] #110 5.948 Setting up libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
16:21:12 [2023-07-12T16:21:12.600Z] #110 5.958 Setting up libglib2.0-data (2.66.8-1) ...
16:21:12 [2023-07-12T16:21:12.600Z] #110 5.967 Setting up uuid-dev:arm64 (2.36.1-8+deb11u1) ...
16:21:12 [2023-07-12T16:21:12.600Z] #110 5.979 Setting up libpcre32-3:arm64 (2:8.39-13) ...
16:21:12 [2023-07-12T16:21:12.600Z] #110 5.990 Setting up libudev-dev:arm64 (247.3-7+deb11u2) ...
16:21:12 [2023-07-12T16:21:12.600Z] #110 6.001 Setting up libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
16:21:12 [2023-07-12T16:21:12.600Z] #110 6.013 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ...
16:21:12 [2023-07-12T16:21:12.600Z] #110 6.023 Setting up libgirepository-1.0-1:arm64 (1.66.1-1+b1) ...
16:21:12 [2023-07-12T16:21:12.600Z] #110 6.033 Setting up libapparmor-dev:arm64 (2.13.6-10) ...
16:21:12 [2023-07-12T16:21:12.600Z] #110 6.045 Setting up libsystemd-dev:arm64 (247.3-7+deb11u2) ...
16:21:12 [2023-07-12T16:21:12.600Z] #110 6.057 Setting up libsecret-common (0.20.4-2) ...
16:21:12 [2023-07-12T16:21:12.600Z] #110 6.068 Setting up libblkid-dev:arm64 (2.36.1-8+deb11u1) ...
16:21:12 [2023-07-12T16:21:12.600Z] #110 6.084 Setting up libpcre2-dev:arm64 (10.36-2+deb11u1) ...
16:21:12 [2023-07-12T16:21:12.600Z] #110 6.095 Setting up libselinux1-dev:arm64 (3.1-3) ...
16:21:12 [2023-07-12T16:21:12.600Z] #110 6.105 Setting up libpcre3-dev:arm64 (2:8.39-13) ...
16:21:12 [2023-07-12T16:21:12.861Z] #110 6.118 Setting up libglib2.0-bin (2.66.8-1) ...
16:21:12 [2023-07-12T16:21:12.861Z] #110 6.129 Setting up libsecret-1-0:arm64 (0.20.4-2) ...
16:21:12 [2023-07-12T16:21:12.861Z] #110 6.139 Setting up gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ...
16:21:12 [2023-07-12T16:21:12.861Z] #110 6.151 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
16:21:12 [2023-07-12T16:21:12.861Z] #110 6.160 Setting up libmount-dev:arm64 (2.36.1-8+deb11u1) ...
16:21:12 [2023-07-12T16:21:12.861Z] #110 6.172 Setting up gir1.2-secret-1:arm64 (0.20.4-2) ...
16:21:12 [2023-07-12T16:21:12.861Z] #110 6.182 Setting up libglib2.0-dev:arm64 (2.66.8-1) ...
16:21:12 [2023-07-12T16:21:12.861Z] #110 6.195 Processing triggers for libglib2.0-0:arm64 (2.66.8-1) ...
16:21:12 [2023-07-12T16:21:12.861Z] #110 6.206 No schema files found: doing nothing.
16:21:12 [2023-07-12T16:21:12.861Z] #110 6.211 Processing triggers for libc-bin (2.31-13+deb11u6) ...
16:21:12 [2023-07-12T16:21:12.861Z] #110 6.231 Setting up libsecret-1-dev:arm64 (0.20.4-2) ...
16:21:13 [2023-07-12T16:21:13.122Z] #110 DONE 6.6s
16:21:13 [2023-07-12T16:21:13.122Z] 
16:21:13 [2023-07-12T16:21:13.122Z] #111 [dev-base 12/13] COPY --link --from=dockercli             /build/ /usr/local/cli
16:21:13 [2023-07-12T16:21:13.382Z] #111 DONE 0.1s
16:21:13 [2023-07-12T16:21:13.382Z] 
16:21:13 [2023-07-12T16:21:13.382Z] #112 [dev-base 13/13] COPY --link --from=dockercli-integration /build/ /usr/local/cli-integration
16:21:13 [2023-07-12T16:21:13.382Z] #112 DONE 0.1s
16:21:13 [2023-07-12T16:21:13.382Z] 
16:21:13 [2023-07-12T16:21:13.382Z] #113 [dev 1/1] COPY --link . .
16:21:14 [2023-07-12T16:21:14.765Z] #113 DONE 1.3s
16:21:14 [2023-07-12T16:21:14.765Z] 
16:21:14 [2023-07-12T16:21:14.765Z] #114 exporting to image
16:21:14 [2023-07-12T16:21:14.765Z] #114 exporting layers
16:21:15 [2023-07-12T16:21:15.335Z] #114 exporting layers 0.8s done
16:21:15 [2023-07-12T16:21:15.336Z] #114 writing image sha256:681a4ae3e1f045e6145167ab9861ce12288f56c948e9b9ba6551682d3930ba5a done
16:21:15 [2023-07-12T16:21:15.336Z] #114 naming to docker.io/library/docker:196cade5102d21df88c8ec7871781a30ca07c297
16:21:15 [2023-07-12T16:21:15.336Z] #114 naming to docker.io/library/docker:196cade5102d21df88c8ec7871781a30ca07c297 done
16:21:15 [2023-07-12T16:21:15.336Z] #114 DONE 0.8s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
16:21:15 [2023-07-12T16:21:15.649Z] + sudo modprobe ip6table_filter
[Pipeline] sh
16:21:15 [2023-07-12T16:21:15.935Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-45931/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=196cade5102d21df88c8ec7871781a30ca07c297 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:196cade5102d21df88c8ec7871781a30ca07c297 hack/test/unit
16:21:16 [2023-07-12T16:21:16.199Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove journald')
16:21:16 [2023-07-12T16:21:16.199Z] + TESTFLAGS+=' -test.timeout=5m'
16:21:16 [2023-07-12T16:21:16.199Z] + TESTDIRS=./...
16:21:16 [2023-07-12T16:21:16.199Z] + exclude_paths='/vendor/|/integration'
16:21:16 [2023-07-12T16:21:16.199Z] ++ go list ./...
16:21:16 [2023-07-12T16:21:16.199Z] ++ grep -vE '(/vendor/|/integration)'
16:21:16 [2023-07-12T16:21:16.772Z] + pkg_list='github.com/docker/docker/api
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/api/server
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/api/server/backend/build
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/api/server/httpstatus
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/api/server/httputils
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/api/server/middleware
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/api/server/router
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/api/server/router/build
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/api/server/router/checkpoint
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/api/server/router/container
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/api/server/router/debug
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/api/server/router/distribution
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/api/server/router/grpc
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/api/server/router/image
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/api/server/router/network
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/api/server/router/plugin
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/api/server/router/session
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/api/server/router/swarm
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/api/server/router/system
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/api/server/router/volume
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/api/types
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/api/types/backend
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/api/types/blkiodev
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/api/types/container
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/api/types/events
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/api/types/filters
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/api/types/image
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/api/types/mount
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/api/types/network
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/api/types/plugins/logdriver
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/api/types/registry
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/api/types/strslice
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/api/types/swarm
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/api/types/swarm/runtime
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/api/types/system
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/api/types/time
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/api/types/versions
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/api/types/versions/v1p19
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/api/types/versions/v1p20
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/api/types/volume
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/builder
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/builder/builder-next
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/builder/builder-next/exporter
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/builder/builder-next/exporter/overrides
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/builder/builder-next/imagerefchecker
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/builder/builder-next/worker
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/builder/builder-next/worker/label
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/builder/dockerfile
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/builder/remotecontext
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/builder/remotecontext/git
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/builder/remotecontext/urlutil
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/cli/debug
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/cli/winresources/docker-proxy
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/cli/winresources/dockerd
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/client
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/client/buildkit
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/cmd/docker-proxy
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/cmd/dockerd
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/cmd/dockerd/trap
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/container
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/container/stream
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/contrib/apparmor
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/contrib/httpserver
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/daemon
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/daemon/cluster
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/daemon/cluster/controllers/plugin
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/daemon/cluster/convert
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/daemon/cluster/executor
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/daemon/cluster/executor/container
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/daemon/cluster/provider
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/daemon/config
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/daemon/containerd
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/daemon/events
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/daemon/events/testutils
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/daemon/graphdriver
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/daemon/graphdriver/btrfs
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/daemon/graphdriver/copy
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/daemon/graphdriver/graphtest
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/daemon/graphdriver/overlay2
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/daemon/graphdriver/overlayutils
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/daemon/graphdriver/register
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/daemon/graphdriver/vfs
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/daemon/graphdriver/zfs
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/daemon/images
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/daemon/initlayer
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/daemon/links
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/daemon/listeners
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/daemon/logger
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/daemon/logger/awslogs
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/daemon/logger/fluentd
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/daemon/logger/gcplogs
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/daemon/logger/gelf
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/daemon/logger/journald
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/daemon/logger/journald/internal/export
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/daemon/logger/journald/internal/fake
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/daemon/logger/jsonfilelog
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/daemon/logger/local
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/daemon/logger/logentries
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/daemon/logger/loggertest
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/daemon/logger/loggerutils
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/daemon/logger/loggerutils/cache
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/daemon/logger/splunk
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/daemon/logger/syslog
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/daemon/logger/templates
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/daemon/names
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/daemon/network
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/daemon/snapshotter
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/daemon/stats
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/distribution
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/distribution/metadata
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/distribution/utils
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/distribution/xfer
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/dockerversion
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/errdefs
16:21:16 [2023-07-12T16:21:16.772Z] github.com/docker/docker/image
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/image/cache
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/image/tarexport
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/image/v1
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/internal/mod
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/internal/mounttree
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/internal/test/suite
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/internal/unshare
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/layer
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libcontainerd
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libcontainerd/queue
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libcontainerd/remote
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libcontainerd/shimopts
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libcontainerd/supervisor
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libcontainerd/types
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/bitmap
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/cluster
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/cmd/diagnostic
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/cmd/readme_test
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/config
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/datastore
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/diagnostic
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/discoverapi
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/driverapi
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/drivers/bridge
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/drivers/host
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/drivers/ipvlan
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/drivers/macvlan
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/drivers/null
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/drivers/overlay
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/drivers/remote
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/drivers/remote/api
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/drivers/windows
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/drvregistry
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/etchosts
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/internal/caller
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/internal/kvstore
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/internal/setmatrix
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/ipam
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/ipamapi
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/ipams/builtin
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/ipams/null
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/ipams/remote
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/ipams/remote/api
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/ipams/windowsipam
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/ipamutils
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/ipbits
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/iptables
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/netlabel
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/netutils
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/networkdb
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/ns
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/options
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/osl
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/osl/kernel
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/portallocator
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/portmapper
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/resolvconf
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/testutils
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/types
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/oci
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/oci/caps
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/opts
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/pkg/aaparser
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/pkg/archive
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/pkg/authorization
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/pkg/broadcaster
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/pkg/capabilities
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/pkg/chrootarchive
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/pkg/containerfs
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/pkg/directory
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/pkg/dmesg
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/pkg/fileutils
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/pkg/homedir
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/pkg/idtools
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/pkg/ioutils
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/pkg/jsonmessage
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/pkg/longpath
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/pkg/loopback
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/pkg/meminfo
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/pkg/namesgenerator
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/pkg/parsers
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/pkg/parsers/kernel
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/pkg/parsers/operatingsystem
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/pkg/pidfile
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/pkg/platform
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/pkg/platforms
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/pkg/plugingetter
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/pkg/plugins
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/pkg/plugins/transport
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/pkg/pools
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/pkg/process
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/pkg/progress
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/pkg/reexec
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/pkg/rootless
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/pkg/rootless/specconv
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/pkg/stack
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/pkg/stdcopy
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/pkg/streamformatter
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/pkg/stringid
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/pkg/sysinfo
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/pkg/system
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/pkg/tailfile
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/pkg/tarsum
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/pkg/useragent
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/plugin
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/plugin/executor/containerd
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/plugin/v2
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/profiles/apparmor
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/profiles/seccomp
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/quota
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/reference
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/registry
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/registry/resumable
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/restartmanager
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/runconfig
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/runconfig/opts
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/testutil
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/testutil/daemon
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/testutil/environment
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/testutil/fakecontext
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/testutil/fakegit
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/testutil/fakestorage
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/testutil/fixtures/load
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/testutil/fixtures/plugin
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/testutil/fixtures/plugin/basic
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/testutil/registry
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/testutil/request
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/volume
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/volume/drivers
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/volume/local
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/volume/mounts
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/volume/service
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/volume/service/opts
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/volume/testutils'
16:21:16 [2023-07-12T16:21:16.773Z] ++ grep --fixed-strings -v /libnetwork
16:21:16 [2023-07-12T16:21:16.773Z] ++ echo 'github.com/docker/docker/api
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/api/server
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/api/server/backend/build
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/api/server/httpstatus
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/api/server/httputils
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/api/server/middleware
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/api/server/router
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/api/server/router/build
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/api/server/router/checkpoint
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/api/server/router/container
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/api/server/router/debug
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/api/server/router/distribution
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/api/server/router/grpc
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/api/server/router/image
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/api/server/router/network
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/api/server/router/plugin
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/api/server/router/session
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/api/server/router/swarm
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/api/server/router/system
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/api/server/router/volume
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/api/types
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/api/types/backend
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/api/types/blkiodev
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/api/types/container
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/api/types/events
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/api/types/filters
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/api/types/image
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/api/types/mount
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/api/types/network
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/api/types/plugins/logdriver
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/api/types/registry
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/api/types/strslice
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/api/types/swarm
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/api/types/swarm/runtime
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/api/types/system
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/api/types/time
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/api/types/versions
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/api/types/versions/v1p19
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/api/types/versions/v1p20
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/api/types/volume
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/builder
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/builder/builder-next
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/builder/builder-next/exporter
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/builder/builder-next/exporter/overrides
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/builder/builder-next/imagerefchecker
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/builder/builder-next/worker
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/builder/builder-next/worker/label
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/builder/dockerfile
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/builder/remotecontext
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/builder/remotecontext/git
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/builder/remotecontext/urlutil
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/cli/debug
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/cli/winresources/docker-proxy
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/cli/winresources/dockerd
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/client
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/client/buildkit
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/cmd/docker-proxy
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/cmd/dockerd
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/cmd/dockerd/trap
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/container
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/container/stream
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/contrib/apparmor
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/contrib/httpserver
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/daemon
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/daemon/cluster
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/daemon/cluster/controllers/plugin
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/daemon/cluster/convert
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/daemon/cluster/executor
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/daemon/cluster/executor/container
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/daemon/cluster/provider
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/daemon/config
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/daemon/containerd
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/daemon/events
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/daemon/events/testutils
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/daemon/graphdriver
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/daemon/graphdriver/btrfs
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/daemon/graphdriver/copy
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/daemon/graphdriver/graphtest
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/daemon/graphdriver/overlay2
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/daemon/graphdriver/overlayutils
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/daemon/graphdriver/register
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/daemon/graphdriver/vfs
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/daemon/graphdriver/zfs
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/daemon/images
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/daemon/initlayer
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/daemon/links
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/daemon/listeners
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/daemon/logger
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/daemon/logger/awslogs
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/daemon/logger/fluentd
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/daemon/logger/gcplogs
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/daemon/logger/gelf
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/daemon/logger/journald
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/daemon/logger/journald/internal/export
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/daemon/logger/journald/internal/fake
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/daemon/logger/jsonfilelog
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/daemon/logger/local
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/daemon/logger/logentries
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/daemon/logger/loggertest
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/daemon/logger/loggerutils
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/daemon/logger/loggerutils/cache
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/daemon/logger/splunk
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/daemon/logger/syslog
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/daemon/logger/templates
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/daemon/names
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/daemon/network
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/daemon/snapshotter
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/daemon/stats
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/distribution
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/distribution/metadata
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/distribution/utils
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/distribution/xfer
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/dockerversion
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/errdefs
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/image
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/image/cache
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/image/tarexport
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/image/v1
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/internal/mod
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/internal/mounttree
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/internal/test/suite
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/internal/unshare
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/layer
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libcontainerd
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libcontainerd/queue
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libcontainerd/remote
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libcontainerd/shimopts
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libcontainerd/supervisor
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libcontainerd/types
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/bitmap
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/cluster
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/cmd/diagnostic
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/cmd/readme_test
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/config
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/datastore
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/diagnostic
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/discoverapi
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/driverapi
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/drivers/bridge
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/drivers/host
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/drivers/ipvlan
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/drivers/macvlan
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/drivers/null
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/drivers/overlay
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/drivers/remote
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/drivers/remote/api
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/drivers/windows
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/drvregistry
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/etchosts
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/internal/caller
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/internal/kvstore
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/internal/setmatrix
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/ipam
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/ipamapi
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/ipams/builtin
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/ipams/null
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/ipams/remote
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/ipams/remote/api
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/ipams/windowsipam
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/ipamutils
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/ipbits
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/iptables
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/netlabel
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/netutils
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/networkdb
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/ns
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/options
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/osl
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/osl/kernel
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/portallocator
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/portmapper
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/resolvconf
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/testutils
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/libnetwork/types
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/oci
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/oci/caps
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/opts
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/pkg/aaparser
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/pkg/archive
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/pkg/authorization
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/pkg/broadcaster
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/pkg/capabilities
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/pkg/chrootarchive
16:21:16 [2023-07-12T16:21:16.773Z] github.com/docker/docker/pkg/containerfs
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/directory
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/dmesg
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/fileutils
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/homedir
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/idtools
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/ioutils
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/jsonmessage
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/longpath
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/loopback
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/meminfo
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/namesgenerator
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/parsers
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/parsers/kernel
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/parsers/operatingsystem
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/pidfile
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/platform
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/platforms
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/plugingetter
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/plugins
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/plugins/transport
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/pools
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/process
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/progress
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/reexec
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/rootless
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/rootless/specconv
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/stack
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/stdcopy
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/streamformatter
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/stringid
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/sysinfo
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/system
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/tailfile
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/tarsum
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/useragent
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/plugin
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/plugin/executor/containerd
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/plugin/v2
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/profiles/apparmor
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/profiles/seccomp
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/quota
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/reference
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/registry
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/registry/resumable
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/restartmanager
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/runconfig
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/runconfig/opts
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/testutil
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/testutil/daemon
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/testutil/environment
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/testutil/fakecontext
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/testutil/fakegit
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/testutil/fakestorage
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/testutil/fixtures/load
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/testutil/fixtures/plugin
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/testutil/fixtures/plugin/basic
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/testutil/registry
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/testutil/request
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/volume
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/volume/drivers
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/volume/local
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/volume/mounts
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/volume/service
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/volume/service/opts
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/volume/testutils'
16:21:16 [2023-07-12T16:21:16.774Z] + base_pkg_list='github.com/docker/docker/api
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/server
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/server/backend/build
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/server/httpstatus
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/server/httputils
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/server/middleware
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/server/router
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/server/router/build
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/server/router/checkpoint
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/server/router/container
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/server/router/debug
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/server/router/distribution
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/server/router/grpc
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/server/router/image
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/server/router/network
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/server/router/plugin
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/server/router/session
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/server/router/swarm
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/server/router/system
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/server/router/volume
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/types
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/types/backend
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/types/blkiodev
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/types/container
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/types/events
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/types/filters
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/types/image
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/types/mount
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/types/network
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/types/plugins/logdriver
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/types/registry
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/types/strslice
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/types/swarm
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/types/swarm/runtime
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/types/system
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/types/time
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/types/versions
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/types/versions/v1p19
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/types/versions/v1p20
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/types/volume
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/builder
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/builder/builder-next
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/builder/builder-next/exporter
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/builder/builder-next/exporter/overrides
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/builder/builder-next/imagerefchecker
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/builder/builder-next/worker
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/builder/builder-next/worker/label
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/builder/dockerfile
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/builder/remotecontext
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/builder/remotecontext/git
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/builder/remotecontext/urlutil
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/cli/debug
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/cli/winresources/docker-proxy
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/cli/winresources/dockerd
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/client
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/client/buildkit
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/cmd/docker-proxy
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/cmd/dockerd
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/cmd/dockerd/trap
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/container
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/container/stream
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/contrib/apparmor
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/contrib/httpserver
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/daemon
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/daemon/cluster
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/daemon/cluster/controllers/plugin
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/daemon/cluster/convert
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/daemon/cluster/executor
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/daemon/cluster/executor/container
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/daemon/cluster/provider
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/daemon/config
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/daemon/containerd
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/daemon/events
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/daemon/events/testutils
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/daemon/graphdriver
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/daemon/graphdriver/btrfs
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/daemon/graphdriver/copy
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/daemon/graphdriver/graphtest
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/daemon/graphdriver/overlay2
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/daemon/graphdriver/overlayutils
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/daemon/graphdriver/register
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/daemon/graphdriver/vfs
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/daemon/graphdriver/zfs
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/daemon/images
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/daemon/initlayer
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/daemon/links
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/daemon/listeners
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/daemon/logger
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/daemon/logger/awslogs
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/daemon/logger/fluentd
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/daemon/logger/gcplogs
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/daemon/logger/gelf
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/daemon/logger/journald
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/daemon/logger/journald/internal/export
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/daemon/logger/journald/internal/fake
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/daemon/logger/jsonfilelog
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/daemon/logger/local
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/daemon/logger/logentries
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/daemon/logger/loggertest
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/daemon/logger/loggerutils
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/daemon/logger/loggerutils/cache
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/daemon/logger/splunk
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/daemon/logger/syslog
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/daemon/logger/templates
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/daemon/names
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/daemon/network
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/daemon/snapshotter
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/daemon/stats
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/distribution
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/distribution/metadata
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/distribution/utils
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/distribution/xfer
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/dockerversion
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/errdefs
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/image
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/image/cache
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/image/tarexport
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/image/v1
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/internal/mod
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/internal/mounttree
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/internal/test/suite
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/internal/unshare
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/layer
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/libcontainerd
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/libcontainerd/queue
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/libcontainerd/remote
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/libcontainerd/shimopts
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/libcontainerd/supervisor
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/libcontainerd/types
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/oci
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/oci/caps
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/opts
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/aaparser
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/archive
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/authorization
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/broadcaster
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/capabilities
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/chrootarchive
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/containerfs
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/directory
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/dmesg
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/fileutils
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/homedir
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/idtools
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/ioutils
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/jsonmessage
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/longpath
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/loopback
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/meminfo
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/namesgenerator
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/parsers
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/parsers/kernel
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/parsers/operatingsystem
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/pidfile
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/platform
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/platforms
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/plugingetter
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/plugins
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/plugins/transport
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/pools
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/process
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/progress
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/reexec
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/rootless
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/rootless/specconv
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/stack
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/stdcopy
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/streamformatter
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/stringid
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/sysinfo
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/system
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/tailfile
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/tarsum
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/pkg/useragent
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/plugin
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/plugin/executor/containerd
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/plugin/v2
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/profiles/apparmor
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/profiles/seccomp
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/quota
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/reference
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/registry
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/registry/resumable
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/restartmanager
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/runconfig
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/runconfig/opts
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/testutil
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/testutil/daemon
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/testutil/environment
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/testutil/fakecontext
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/testutil/fakegit
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/testutil/fakestorage
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/testutil/fixtures/load
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/testutil/fixtures/plugin
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/testutil/fixtures/plugin/basic
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/testutil/registry
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/testutil/request
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/volume
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/volume/drivers
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/volume/local
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/volume/mounts
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/volume/service
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/volume/service/opts
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/volume/testutils'
16:21:16 [2023-07-12T16:21:16.774Z] ++ grep --fixed-strings /libnetwork
16:21:16 [2023-07-12T16:21:16.774Z] ++ echo 'github.com/docker/docker/api
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/server
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/server/backend/build
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/server/httpstatus
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/server/httputils
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/server/middleware
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/server/router
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/server/router/build
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/server/router/checkpoint
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/server/router/container
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/server/router/debug
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/server/router/distribution
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/server/router/grpc
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/server/router/image
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/server/router/network
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/server/router/plugin
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/server/router/session
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/server/router/swarm
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/server/router/system
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/server/router/volume
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/types
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/types/backend
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/types/blkiodev
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/types/container
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/types/events
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/types/filters
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/types/image
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/types/mount
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/types/network
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/types/plugins/logdriver
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/types/registry
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/types/strslice
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/types/swarm
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/types/swarm/runtime
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/types/system
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/types/time
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/types/versions
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/types/versions/v1p19
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/types/versions/v1p20
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/api/types/volume
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/builder
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/builder/builder-next
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/builder/builder-next/exporter
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/builder/builder-next/exporter/overrides
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/builder/builder-next/imagerefchecker
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/builder/builder-next/worker
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/builder/builder-next/worker/label
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/builder/dockerfile
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/builder/remotecontext
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/builder/remotecontext/git
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/builder/remotecontext/urlutil
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/cli/debug
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/cli/winresources/docker-proxy
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/cli/winresources/dockerd
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/client
16:21:16 [2023-07-12T16:21:16.774Z] github.com/docker/docker/client/buildkit
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/cmd/docker-proxy
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/cmd/dockerd
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/cmd/dockerd/trap
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/container
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/container/stream
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/contrib/apparmor
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/contrib/httpserver
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/daemon
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/daemon/cluster
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/daemon/cluster/controllers/plugin
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/daemon/cluster/convert
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/daemon/cluster/executor
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/daemon/cluster/executor/container
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/daemon/cluster/provider
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/daemon/config
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/daemon/containerd
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/daemon/events
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/daemon/events/testutils
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/daemon/graphdriver
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/daemon/graphdriver/btrfs
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/daemon/graphdriver/copy
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/daemon/graphdriver/graphtest
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/daemon/graphdriver/overlay2
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/daemon/graphdriver/overlayutils
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/daemon/graphdriver/register
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/daemon/graphdriver/vfs
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/daemon/graphdriver/zfs
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/daemon/images
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/daemon/initlayer
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/daemon/links
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/daemon/listeners
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/daemon/logger
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/daemon/logger/awslogs
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/daemon/logger/fluentd
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/daemon/logger/gcplogs
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/daemon/logger/gelf
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/daemon/logger/journald
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/daemon/logger/journald/internal/export
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/daemon/logger/journald/internal/fake
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/daemon/logger/jsonfilelog
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/daemon/logger/local
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/daemon/logger/logentries
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/daemon/logger/loggertest
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/daemon/logger/loggerutils
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/daemon/logger/loggerutils/cache
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/daemon/logger/splunk
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/daemon/logger/syslog
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/daemon/logger/templates
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/daemon/names
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/daemon/network
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/daemon/snapshotter
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/daemon/stats
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/distribution
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/distribution/metadata
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/distribution/utils
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/distribution/xfer
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/dockerversion
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/errdefs
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/image
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/image/cache
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/image/tarexport
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/image/v1
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/internal/mod
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/internal/mounttree
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/internal/test/suite
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/internal/unshare
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/layer
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libcontainerd
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libcontainerd/queue
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libcontainerd/remote
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libcontainerd/shimopts
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libcontainerd/supervisor
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libcontainerd/types
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/bitmap
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/cluster
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/cmd/diagnostic
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/cmd/readme_test
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/config
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/datastore
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/diagnostic
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/discoverapi
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/driverapi
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/drivers/bridge
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/drivers/host
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/drivers/ipvlan
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/drivers/macvlan
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/drivers/null
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/drivers/overlay
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/drivers/remote
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/drivers/remote/api
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/drivers/windows
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/drvregistry
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/etchosts
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/internal/caller
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/internal/kvstore
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/internal/setmatrix
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/ipam
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/ipamapi
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/ipams/builtin
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/ipams/null
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/ipams/remote
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/ipams/remote/api
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/ipams/windowsipam
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/ipamutils
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/ipbits
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/iptables
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/netlabel
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/netutils
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/networkdb
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/ns
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/options
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/osl
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/osl/kernel
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/portallocator
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/portmapper
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/resolvconf
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/testutils
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/types
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/oci
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/oci/caps
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/opts
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/pkg/aaparser
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/pkg/archive
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/pkg/authorization
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/pkg/broadcaster
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/pkg/capabilities
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/pkg/chrootarchive
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/pkg/containerfs
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/pkg/directory
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/pkg/dmesg
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/pkg/fileutils
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/pkg/homedir
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/pkg/idtools
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/pkg/ioutils
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/pkg/jsonmessage
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/pkg/longpath
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/pkg/loopback
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/pkg/meminfo
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/pkg/namesgenerator
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/pkg/parsers
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/pkg/parsers/kernel
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/pkg/parsers/operatingsystem
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/pkg/pidfile
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/pkg/platform
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/pkg/platforms
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/pkg/plugingetter
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/pkg/plugins
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/pkg/plugins/transport
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/pkg/pools
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/pkg/process
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/pkg/progress
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/pkg/reexec
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/pkg/rootless
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/pkg/rootless/specconv
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/pkg/stack
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/pkg/stdcopy
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/pkg/streamformatter
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/pkg/stringid
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/pkg/sysinfo
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/pkg/system
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/pkg/tailfile
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/pkg/tarsum
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/pkg/useragent
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/plugin
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/plugin/executor/containerd
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/plugin/v2
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/profiles/apparmor
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/profiles/seccomp
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/quota
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/reference
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/registry
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/registry/resumable
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/restartmanager
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/runconfig
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/runconfig/opts
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/testutil
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/testutil/daemon
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/testutil/environment
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/testutil/fakecontext
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/testutil/fakegit
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/testutil/fakestorage
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/testutil/fixtures/load
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/testutil/fixtures/plugin
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/testutil/fixtures/plugin/basic
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/testutil/registry
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/testutil/request
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/volume
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/volume/drivers
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/volume/local
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/volume/mounts
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/volume/service
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/volume/service/opts
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/volume/testutils'
16:21:16 [2023-07-12T16:21:16.775Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/bitmap
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/cluster
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/cmd/diagnostic
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/cmd/readme_test
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/config
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/datastore
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/diagnostic
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/discoverapi
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/driverapi
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/drivers/bridge
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/drivers/host
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/drivers/ipvlan
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/drivers/macvlan
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/drivers/null
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/drivers/overlay
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/drivers/remote
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/drivers/remote/api
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/drivers/windows
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/drvregistry
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/etchosts
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/internal/caller
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/internal/kvstore
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/internal/setmatrix
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/ipam
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/ipamapi
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/ipams/builtin
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/ipams/null
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/ipams/remote
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/ipams/remote/api
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/ipams/windowsipam
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/ipamutils
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/ipbits
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/iptables
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/netlabel
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/netutils
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/networkdb
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/ns
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/options
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/osl
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/osl/kernel
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/portallocator
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/portmapper
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/resolvconf
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/testutils
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/types'
16:21:16 [2023-07-12T16:21:16.775Z] + echo 'github.com/docker/docker/libnetwork
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/bitmap
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/cluster
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/cmd/diagnostic
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/cmd/readme_test
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/config
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/datastore
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/diagnostic
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/discoverapi
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/driverapi
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/drivers/bridge
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/drivers/host
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/drivers/ipvlan
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/drivers/macvlan
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/drivers/null
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/drivers/overlay
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/drivers/remote
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/drivers/remote/api
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/drivers/windows
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/drvregistry
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/etchosts
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/internal/caller
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/internal/kvstore
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/internal/setmatrix
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/ipam
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/ipamapi
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/ipams/builtin
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/ipams/null
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/ipams/remote
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/ipams/remote/api
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/ipams/windowsipam
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/ipamutils
16:21:16 [2023-07-12T16:21:16.775Z] + grep --fixed-strings libnetwork/drivers/bridge
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/ipbits
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/iptables
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/netlabel
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/netutils
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/networkdb
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/ns
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/options
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/osl
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/osl/kernel
16:21:16 [2023-07-12T16:21:16.775Z] github.com/docker/docker/libnetwork/portallocator
16:21:16 [2023-07-12T16:21:16.776Z] github.com/docker/docker/libnetwork/portmapper
16:21:16 [2023-07-12T16:21:16.776Z] github.com/docker/docker/libnetwork/resolvconf
16:21:16 [2023-07-12T16:21:16.776Z] github.com/docker/docker/libnetwork/testutils
16:21:16 [2023-07-12T16:21:16.776Z] github.com/docker/docker/libnetwork/types'
16:21:16 [2023-07-12T16:21:16.776Z] github.com/docker/docker/libnetwork/drivers/bridge
16:21:16 [2023-07-12T16:21:16.776Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
16:21:16 [2023-07-12T16:21:16.776Z] + type docker-proxy
16:21:16 [2023-07-12T16:21:16.776Z] hack/test/unit: line 25: type: docker-proxy: not found
16:21:16 [2023-07-12T16:21:16.776Z] + hack/make.sh binary-proxy install-proxy
16:21:16 [2023-07-12T16:21:16.776Z] 
16:21:16 [2023-07-12T16:21:16.776Z] Removing bundles/
16:21:16 [2023-07-12T16:21:16.776Z] 
16:21:16 [2023-07-12T16:21:16.776Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy)
16:21:17 [2023-07-12T16:21:17.037Z] Building static bundles/binary-proxy/docker-proxy (linux/arm64)...
16:21:21 [2023-07-12T16:21:21.244Z] Created binary: bundles/binary-proxy/docker-proxy
16:21:21 [2023-07-12T16:21:21.244Z] 
16:21:21 [2023-07-12T16:21:21.244Z] ---> Making bundle: install-proxy (in bundles/install-proxy)
16:21:21 [2023-07-12T16:21:21.244Z] Installing docker-proxy to /usr/local/bin/
16:21:21 [2023-07-12T16:21:21.244Z] 
16:21:21 [2023-07-12T16:21:21.244Z] + mkdir -p bundles
16:21:21 [2023-07-12T16:21:21.244Z] + '[' -n 'github.com/docker/docker/api
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/api/server
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/api/server/backend/build
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/api/server/httpstatus
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/api/server/httputils
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/api/server/middleware
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/api/server/router
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/api/server/router/build
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/api/server/router/checkpoint
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/api/server/router/container
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/api/server/router/debug
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/api/server/router/distribution
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/api/server/router/grpc
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/api/server/router/image
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/api/server/router/network
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/api/server/router/plugin
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/api/server/router/session
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/api/server/router/swarm
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/api/server/router/system
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/api/server/router/volume
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/api/types
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/api/types/backend
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/api/types/blkiodev
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/api/types/container
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/api/types/events
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/api/types/filters
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/api/types/image
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/api/types/mount
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/api/types/network
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/api/types/plugins/logdriver
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/api/types/registry
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/api/types/strslice
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/api/types/swarm
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/api/types/swarm/runtime
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/api/types/system
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/api/types/time
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/api/types/versions
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/api/types/versions/v1p19
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/api/types/versions/v1p20
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/api/types/volume
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/builder
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/builder/builder-next
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/builder/builder-next/exporter
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/builder/builder-next/exporter/overrides
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/builder/builder-next/imagerefchecker
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/builder/builder-next/worker
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/builder/builder-next/worker/label
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/builder/dockerfile
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/builder/remotecontext
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/builder/remotecontext/git
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/builder/remotecontext/urlutil
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/cli/debug
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/cli/winresources/docker-proxy
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/cli/winresources/dockerd
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/client
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/client/buildkit
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/cmd/docker-proxy
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/cmd/dockerd
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/cmd/dockerd/trap
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/container
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/container/stream
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/contrib/apparmor
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/contrib/httpserver
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/daemon
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/daemon/cluster
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/daemon/cluster/controllers/plugin
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/daemon/cluster/convert
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/daemon/cluster/executor
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/daemon/cluster/executor/container
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/daemon/cluster/provider
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/daemon/config
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/daemon/containerd
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/daemon/events
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/daemon/events/testutils
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/daemon/graphdriver
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/daemon/graphdriver/btrfs
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/daemon/graphdriver/copy
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/daemon/graphdriver/graphtest
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/daemon/graphdriver/overlay2
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/daemon/graphdriver/overlayutils
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/daemon/graphdriver/register
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/daemon/graphdriver/vfs
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/daemon/graphdriver/zfs
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/daemon/images
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/daemon/initlayer
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/daemon/links
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/daemon/listeners
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/daemon/logger
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/daemon/logger/awslogs
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/daemon/logger/fluentd
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/daemon/logger/gcplogs
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/daemon/logger/gelf
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/daemon/logger/journald
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/daemon/logger/journald/internal/export
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/daemon/logger/journald/internal/fake
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/daemon/logger/jsonfilelog
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/daemon/logger/local
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/daemon/logger/logentries
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/daemon/logger/loggertest
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/daemon/logger/loggerutils
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/daemon/logger/loggerutils/cache
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/daemon/logger/splunk
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/daemon/logger/syslog
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/daemon/logger/templates
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/daemon/names
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/daemon/network
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/daemon/snapshotter
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/daemon/stats
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/distribution
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/distribution/metadata
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/distribution/utils
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/distribution/xfer
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/dockerversion
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/errdefs
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/image
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/image/cache
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/image/tarexport
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/image/v1
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/internal/mod
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/internal/mounttree
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/internal/test/suite
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/internal/unshare
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/layer
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/libcontainerd
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/libcontainerd/queue
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/libcontainerd/remote
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/libcontainerd/shimopts
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/libcontainerd/supervisor
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/libcontainerd/types
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/oci
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/oci/caps
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/opts
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/pkg/aaparser
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/pkg/archive
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/pkg/authorization
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/pkg/broadcaster
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/pkg/capabilities
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/pkg/chrootarchive
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/pkg/containerfs
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/pkg/directory
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/pkg/dmesg
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/pkg/fileutils
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/pkg/homedir
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/pkg/idtools
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/pkg/ioutils
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/pkg/jsonmessage
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/pkg/longpath
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/pkg/loopback
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/pkg/meminfo
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/pkg/namesgenerator
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/pkg/parsers
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/pkg/parsers/kernel
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/pkg/parsers/operatingsystem
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/pkg/pidfile
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/pkg/platform
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/pkg/platforms
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/pkg/plugingetter
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/pkg/plugins
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/pkg/plugins/transport
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/pkg/pools
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/pkg/process
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/pkg/progress
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/pkg/reexec
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/pkg/rootless
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/pkg/rootless/specconv
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/pkg/stack
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/pkg/stdcopy
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/pkg/streamformatter
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/pkg/stringid
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/pkg/sysinfo
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/pkg/system
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/pkg/tailfile
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/pkg/tarsum
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/pkg/useragent
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/plugin
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/plugin/executor/containerd
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/plugin/v2
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/profiles/apparmor
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/profiles/seccomp
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/quota
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/reference
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/registry
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/registry/resumable
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/restartmanager
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/runconfig
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/runconfig/opts
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/testutil
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/testutil/daemon
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/testutil/environment
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/testutil/fakecontext
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/testutil/fakegit
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/testutil/fakestorage
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/testutil/fixtures/load
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/testutil/fixtures/plugin
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/testutil/fixtures/plugin/basic
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/testutil/registry
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/testutil/request
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/volume
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/volume/drivers
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/volume/local
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/volume/mounts
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/volume/service
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/volume/service/opts
16:21:21 [2023-07-12T16:21:21.244Z] github.com/docker/docker/volume/testutils' ']'
16:21:21 [2023-07-12T16:21:21.245Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo libdm_no_deferred_remove journald' -cover -coverprofile=bundles/coverage.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httpstatus github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/system github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/exporter/mobyexporter github.com/docker/docker/builder/builder-next/exporter/overrides github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/builder-next/worker/label github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/builder/remotecontext/urlutil github.com/docker/docker/cli/debug github.com/docker/docker/cli/winresources/docker-proxy github.com/docker/docker/cli/winresources/dockerd github.com/docker/docker/client github.com/docker/docker/client/buildkit github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/containerd github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/journald/internal/export github.com/docker/docker/daemon/logger/journald/internal/fake github.com/docker/docker/daemon/logger/journald/internal/sdjournal github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggertest github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/snapshotter github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/mod github.com/docker/docker/internal/mounttree github.com/docker/docker/internal/test/suite github.com/docker/docker/internal/unshare github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/shimopts github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/meminfo github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/platforms github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/process github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/rootless github.com/docker/docker/pkg/rootless/specconv github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils
16:21:22 [2023-07-12T16:21:22.189Z] ?   	github.com/docker/docker/api	[no test files]
16:21:28 [2023-07-12T16:21:28.784Z] 	github.com/docker/docker/api/server	coverage: 13.0% of statements
16:21:28 [2023-07-12T16:21:28.784Z] ok  	github.com/docker/docker/api/server	0.024s	coverage: 13.0% of statements
16:21:50 [2023-07-12T16:21:50.763Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
16:21:50 [2023-07-12T16:21:50.763Z] ?   	github.com/docker/docker/api/server/httpstatus	[no test files]
16:21:50 [2023-07-12T16:21:50.763Z] 	github.com/docker/docker/api/server/httputils	coverage: 28.3% of statements
16:21:50 [2023-07-12T16:21:50.763Z] ok  	github.com/docker/docker/api/server/httputils	0.029s	coverage: 28.3% of statements
16:21:50 [2023-07-12T16:21:50.763Z] ?   	github.com/docker/docker/api/server/router	[no test files]
16:21:50 [2023-07-12T16:21:50.763Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
16:21:50 [2023-07-12T16:21:50.763Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
16:21:50 [2023-07-12T16:21:50.763Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
16:21:50 [2023-07-12T16:21:50.763Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
16:21:50 [2023-07-12T16:21:50.763Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
16:21:50 [2023-07-12T16:21:50.763Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
16:21:50 [2023-07-12T16:21:50.763Z] 	github.com/docker/docker/api/server/middleware	coverage: 37.7% of statements
16:21:50 [2023-07-12T16:21:50.763Z] ok  	github.com/docker/docker/api/server/middleware	0.007s	coverage: 37.7% of statements
16:21:50 [2023-07-12T16:21:50.763Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
16:21:50 [2023-07-12T16:21:50.763Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
16:21:50 [2023-07-12T16:21:50.763Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
16:21:50 [2023-07-12T16:21:50.763Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
16:21:50 [2023-07-12T16:21:50.763Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
16:21:50 [2023-07-12T16:21:50.763Z] ?   	github.com/docker/docker/api/types	[no test files]
16:21:50 [2023-07-12T16:21:50.763Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
16:21:50 [2023-07-12T16:21:50.763Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
16:21:50 [2023-07-12T16:21:50.763Z] 	github.com/docker/docker/api/server/router/swarm	coverage: 6.0% of statements
16:21:50 [2023-07-12T16:21:50.763Z] ok  	github.com/docker/docker/api/server/router/swarm	0.006s	coverage: 6.0% of statements
16:21:50 [2023-07-12T16:21:50.763Z] 	github.com/docker/docker/api/server/router/volume	coverage: 66.7% of statements
16:21:50 [2023-07-12T16:21:50.763Z] ok  	github.com/docker/docker/api/server/router/volume	0.008s	coverage: 66.7% of statements
16:21:50 [2023-07-12T16:21:50.763Z] ?   	github.com/docker/docker/api/types/events	[no test files]
16:21:50 [2023-07-12T16:21:50.763Z] 	github.com/docker/docker/api/types/container	coverage: 82.3% of statements
16:21:50 [2023-07-12T16:21:50.763Z] ok  	github.com/docker/docker/api/types/container	0.006s	coverage: 82.3% of statements
16:21:50 [2023-07-12T16:21:50.763Z] ?   	github.com/docker/docker/api/types/image	[no test files]
16:21:50 [2023-07-12T16:21:50.763Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
16:21:50 [2023-07-12T16:21:50.763Z] ?   	github.com/docker/docker/api/types/network	[no test files]
16:21:50 [2023-07-12T16:21:50.763Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
16:21:50 [2023-07-12T16:21:50.763Z] 	github.com/docker/docker/api/types/registry	coverage: 54.2% of statements
16:21:50 [2023-07-12T16:21:50.763Z] ok  	github.com/docker/docker/api/types/registry	0.004s	coverage: 54.2% of statements
16:21:50 [2023-07-12T16:21:50.763Z] 	github.com/docker/docker/api/types/filters	coverage: 89.3% of statements
16:21:50 [2023-07-12T16:21:50.763Z] ok  	github.com/docker/docker/api/types/filters	0.006s	coverage: 89.3% of statements
16:21:50 [2023-07-12T16:21:50.763Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
16:21:50 [2023-07-12T16:21:50.763Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
16:21:50 [2023-07-12T16:21:50.763Z] ?   	github.com/docker/docker/api/types/system	[no test files]
16:21:50 [2023-07-12T16:21:50.763Z] 	github.com/docker/docker/api/types/strslice	coverage: 90.0% of statements
16:21:50 [2023-07-12T16:21:50.763Z] ok  	github.com/docker/docker/api/types/strslice	0.002s	coverage: 90.0% of statements
16:21:50 [2023-07-12T16:21:50.763Z] 	github.com/docker/docker/api/types/time	coverage: 100.0% of statements
16:21:50 [2023-07-12T16:21:50.763Z] ok  	github.com/docker/docker/api/types/time	0.003s	coverage: 100.0% of statements
16:21:50 [2023-07-12T16:21:50.763Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
16:21:50 [2023-07-12T16:21:50.763Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
16:21:50 [2023-07-12T16:21:50.763Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
16:21:50 [2023-07-12T16:21:50.763Z] ?   	github.com/docker/docker/builder	[no test files]
16:21:50 [2023-07-12T16:21:50.763Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
16:21:50 [2023-07-12T16:21:50.763Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
16:21:50 [2023-07-12T16:21:50.763Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
16:21:50 [2023-07-12T16:21:50.763Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
16:21:50 [2023-07-12T16:21:50.763Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
16:21:50 [2023-07-12T16:21:50.763Z] ?   	github.com/docker/docker/builder/builder-next/exporter/mobyexporter	[no test files]
16:21:50 [2023-07-12T16:21:50.763Z] ?   	github.com/docker/docker/builder/builder-next/exporter/overrides	[no test files]
16:21:50 [2023-07-12T16:21:50.763Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
16:21:50 [2023-07-12T16:21:50.763Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
16:21:50 [2023-07-12T16:21:50.763Z] ?   	github.com/docker/docker/builder/builder-next/worker/label	[no test files]
16:21:50 [2023-07-12T16:21:50.763Z] 	github.com/docker/docker/api/types/versions	coverage: 77.3% of statements
16:21:50 [2023-07-12T16:21:50.763Z] ok  	github.com/docker/docker/api/types/versions	0.002s	coverage: 77.3% of statements
16:21:51 [2023-07-12T16:21:51.025Z] ?   	github.com/docker/docker/cli/winresources/docker-proxy	[no test files]
16:21:51 [2023-07-12T16:21:51.025Z] ?   	github.com/docker/docker/cli/winresources/dockerd	[no test files]
16:21:51 [2023-07-12T16:21:51.286Z] 	github.com/docker/docker/builder/remotecontext/urlutil	coverage: 100.0% of statements
16:21:51 [2023-07-12T16:21:51.287Z] ok  	github.com/docker/docker/builder/remotecontext/urlutil	0.013s	coverage: 100.0% of statements
16:21:51 [2023-07-12T16:21:51.287Z] 	github.com/docker/docker/cli/debug	coverage: 100.0% of statements
16:21:51 [2023-07-12T16:21:51.287Z] ok  	github.com/docker/docker/cli/debug	0.026s	coverage: 100.0% of statements
16:21:51 [2023-07-12T16:21:51.287Z] 	github.com/docker/docker/builder/remotecontext	coverage: 33.5% of statements
16:21:51 [2023-07-12T16:21:51.287Z] ok  	github.com/docker/docker/builder/remotecontext	0.063s	coverage: 33.5% of statements
16:21:51 [2023-07-12T16:21:51.287Z] 	github.com/docker/docker/builder/dockerfile	coverage: 50.1% of statements
16:21:51 [2023-07-12T16:21:51.287Z] ok  	github.com/docker/docker/builder/dockerfile	0.068s	coverage: 50.1% of statements
16:21:51 [2023-07-12T16:21:51.859Z] ?   	github.com/docker/docker/client/buildkit	[no test files]
16:21:51 [2023-07-12T16:21:51.859Z] 	github.com/docker/docker/cmd/docker-proxy	coverage: 66.5% of statements
16:21:51 [2023-07-12T16:21:51.859Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.037s	coverage: 66.5% of statements
16:21:52 [2023-07-12T16:21:52.121Z] 	github.com/docker/docker/client	coverage: 77.5% of statements
16:21:52 [2023-07-12T16:21:52.121Z] ok  	github.com/docker/docker/client	0.131s	coverage: 77.5% of statements
16:21:56 [2023-07-12T16:21:56.344Z] 	github.com/docker/docker/builder/remotecontext/git	coverage: 82.5% of statements
16:21:56 [2023-07-12T16:21:56.344Z] ok  	github.com/docker/docker/builder/remotecontext/git	5.150s	coverage: 82.5% of statements
16:22:04 [2023-07-12T16:22:04.491Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
16:22:04 [2023-07-12T16:22:04.491Z] ?   	github.com/docker/docker/container/stream	[no test files]
16:22:04 [2023-07-12T16:22:04.491Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
16:22:04 [2023-07-12T16:22:04.491Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
16:22:04 [2023-07-12T16:22:04.491Z] 	github.com/docker/docker/container	coverage: 36.4% of statements
16:22:04 [2023-07-12T16:22:04.491Z] ok  	github.com/docker/docker/container	0.131s	coverage: 36.4% of statements
16:22:04 [2023-07-12T16:22:04.491Z] 	github.com/docker/docker/cmd/dockerd	coverage: 29.6% of statements
16:22:04 [2023-07-12T16:22:04.491Z] ok  	github.com/docker/docker/cmd/dockerd	0.218s	coverage: 29.6% of statements
16:22:06 [2023-07-12T16:22:06.407Z] 	github.com/docker/docker/cmd/dockerd/trap	coverage: 0.0% of statements
16:22:06 [2023-07-12T16:22:06.407Z] ok  	github.com/docker/docker/cmd/dockerd/trap	2.414s	coverage: 0.0% of statements
16:22:07 [2023-07-12T16:22:07.351Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
16:22:07 [2023-07-12T16:22:07.351Z] 	github.com/docker/docker/daemon/cluster/convert	coverage: 39.2% of statements
16:22:07 [2023-07-12T16:22:07.351Z] 	github.com/docker/docker/daemon/cluster/controllers/plugin	coverage: 65.3% of statements
16:22:07 [2023-07-12T16:22:07.351Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.013s	coverage: 39.2% of statements
16:22:07 [2023-07-12T16:22:07.351Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.014s	coverage: 65.3% of statements
16:22:07 [2023-07-12T16:22:07.351Z] 	github.com/docker/docker/daemon/cluster	coverage: 0.5% of statements
16:22:07 [2023-07-12T16:22:07.351Z] ok  	github.com/docker/docker/daemon/cluster	0.051s	coverage: 0.5% of statements
16:22:07 [2023-07-12T16:22:07.922Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
16:22:07 [2023-07-12T16:22:07.922Z] 	github.com/docker/docker/daemon/config	coverage: 76.2% of statements
16:22:07 [2023-07-12T16:22:07.922Z] ok  	github.com/docker/docker/daemon/config	0.054s	coverage: 76.2% of statements
16:22:09 [2023-07-12T16:22:09.307Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
16:22:09 [2023-07-12T16:22:09.307Z] 	github.com/docker/docker/daemon/graphdriver	coverage: 2.3% of statements
16:22:09 [2023-07-12T16:22:09.307Z] ok  	github.com/docker/docker/daemon/graphdriver	0.007s	coverage: 2.3% of statements
16:22:09 [2023-07-12T16:22:09.307Z] 	github.com/docker/docker/daemon/containerd	coverage: 0.7% of statements
16:22:09 [2023-07-12T16:22:09.307Z] ok  	github.com/docker/docker/daemon/containerd	0.020s	coverage: 0.7% of statements
16:22:09 [2023-07-12T16:22:09.307Z] 	github.com/docker/docker/daemon/events	coverage: 50.0% of statements
16:22:09 [2023-07-12T16:22:09.307Z] ok  	github.com/docker/docker/daemon/events	0.059s	coverage: 50.0% of statements
16:22:09 [2023-07-12T16:22:09.307Z] 	github.com/docker/docker/daemon/graphdriver/btrfs	coverage: 2.8% of statements
16:22:09 [2023-07-12T16:22:09.307Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.008s	coverage: 2.8% of statements
16:22:09 [2023-07-12T16:22:09.568Z] 	github.com/docker/docker/daemon/graphdriver/copy	coverage: 59.6% of statements
16:22:09 [2023-07-12T16:22:09.568Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.228s	coverage: 59.6% of statements
16:22:10 [2023-07-12T16:22:10.139Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
16:22:10 [2023-07-12T16:22:10.139Z] 	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	coverage: 1.9% of statements
16:22:10 [2023-07-12T16:22:10.139Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.019s	coverage: 1.9% of statements
16:22:10 [2023-07-12T16:22:10.139Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
16:22:10 [2023-07-12T16:22:10.139Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
16:22:10 [2023-07-12T16:22:10.400Z] 	github.com/docker/docker/daemon/graphdriver/overlay2	coverage: 60.2% of statements
16:22:10 [2023-07-12T16:22:10.400Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.206s	coverage: 60.2% of statements
16:22:10 [2023-07-12T16:22:10.400Z] 	github.com/docker/docker/daemon/graphdriver/vfs	coverage: 60.9% of statements
16:22:10 [2023-07-12T16:22:10.400Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.012s	coverage: 60.9% of statements
16:22:10 [2023-07-12T16:22:10.971Z] 	github.com/docker/docker/daemon/graphdriver/zfs	coverage: 3.0% of statements
16:22:10 [2023-07-12T16:22:10.971Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.008s	coverage: 3.0% of statements
16:22:11 [2023-07-12T16:22:11.232Z] 	github.com/docker/docker/daemon/cluster/executor/container	coverage: 13.0% of statements
16:22:11 [2023-07-12T16:22:11.232Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.508s	coverage: 13.0% of statements
16:22:11 [2023-07-12T16:22:11.493Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
16:22:11 [2023-07-12T16:22:11.493Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
16:22:11 [2023-07-12T16:22:11.493Z] 	github.com/docker/docker/daemon/links	coverage: 93.0% of statements
16:22:11 [2023-07-12T16:22:11.493Z] ok  	github.com/docker/docker/daemon/links	0.003s	coverage: 93.0% of statements
16:22:11 [2023-07-12T16:22:11.493Z] 	github.com/docker/docker/daemon/images	coverage: 3.0% of statements
16:22:11 [2023-07-12T16:22:11.493Z] ok  	github.com/docker/docker/daemon/images	0.027s	coverage: 3.0% of statements
16:22:11 [2023-07-12T16:22:11.755Z] 	github.com/docker/docker/daemon/logger	coverage: 43.2% of statements
16:22:11 [2023-07-12T16:22:11.755Z] ok  	github.com/docker/docker/daemon/logger	0.222s	coverage: 43.2% of statements
16:22:12 [2023-07-12T16:22:12.016Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
16:22:12 [2023-07-12T16:22:12.016Z] 	github.com/docker/docker/daemon/logger/fluentd	coverage: 53.6% of statements
16:22:12 [2023-07-12T16:22:12.016Z] ok  	github.com/docker/docker/daemon/logger/fluentd	0.013s	coverage: 53.6% of statements
16:22:12 [2023-07-12T16:22:12.016Z] 	github.com/docker/docker/daemon/logger/awslogs	coverage: 78.3% of statements
16:22:12 [2023-07-12T16:22:12.016Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.143s	coverage: 78.3% of statements
16:22:12 [2023-07-12T16:22:12.016Z] 	github.com/docker/docker/daemon/logger/gelf	coverage: 68.2% of statements
16:22:12 [2023-07-12T16:22:12.016Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.010s	coverage: 68.2% of statements
16:22:12 [2023-07-12T16:22:12.589Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/sdjournal	[no test files]
16:22:12 [2023-07-12T16:22:12.589Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/fake	[no test files]
16:22:12 [2023-07-12T16:22:12.589Z] 	github.com/docker/docker/daemon/logger/journald/internal/export	coverage: 88.2% of statements
16:22:12 [2023-07-12T16:22:12.589Z] ok  	github.com/docker/docker/daemon/logger/journald/internal/export	0.003s	coverage: 88.2% of statements
16:22:12 [2023-07-12T16:22:12.589Z] 	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	coverage: 87.2% of statements
16:22:12 [2023-07-12T16:22:12.589Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.006s	coverage: 87.2% of statements
16:22:12 [2023-07-12T16:22:12.850Z] 	github.com/docker/docker/daemon/logger/jsonfilelog	coverage: 76.8% of statements
16:22:12 [2023-07-12T16:22:12.850Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.108s	coverage: 76.8% of statements
16:22:12 [2023-07-12T16:22:12.850Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
16:22:12 [2023-07-12T16:22:12.850Z] ?   	github.com/docker/docker/daemon/logger/loggertest	[no test files]
16:22:12 [2023-07-12T16:22:12.850Z] 	github.com/docker/docker/daemon/logger/local	coverage: 79.4% of statements
16:22:12 [2023-07-12T16:22:12.850Z] ok  	github.com/docker/docker/daemon/logger/local	0.042s	coverage: 79.4% of statements
16:22:13 [2023-07-12T16:22:13.422Z] 	github.com/docker/docker/daemon/logger/loggerutils	coverage: 63.5% of statements
16:22:13 [2023-07-12T16:22:13.422Z] 	github.com/docker/docker/daemon/logger/loggerutils/cache	coverage: 31.5% of statements
16:22:13 [2023-07-12T16:22:13.422Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.036s	coverage: 31.5% of statements
16:22:13 [2023-07-12T16:22:13.422Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.038s	coverage: 63.5% of statements
16:22:13 [2023-07-12T16:22:13.682Z] ?   	github.com/docker/docker/daemon/names	[no test files]
16:22:13 [2023-07-12T16:22:13.682Z] 	github.com/docker/docker/daemon/logger/templates	coverage: 8.3% of statements
16:22:13 [2023-07-12T16:22:13.682Z] ok  	github.com/docker/docker/daemon/logger/templates	0.004s	coverage: 8.3% of statements
16:22:13 [2023-07-12T16:22:13.682Z] 	github.com/docker/docker/daemon/logger/syslog	coverage: 46.8% of statements
16:22:13 [2023-07-12T16:22:13.682Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.010s	coverage: 46.8% of statements
16:22:13 [2023-07-12T16:22:13.945Z] ?   	github.com/docker/docker/daemon/snapshotter	[no test files]
16:22:13 [2023-07-12T16:22:13.945Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
16:22:13 [2023-07-12T16:22:13.945Z] 	github.com/docker/docker/daemon/network	coverage: 63.8% of statements
16:22:13 [2023-07-12T16:22:13.945Z] ok  	github.com/docker/docker/daemon/network	0.005s	coverage: 63.8% of statements
16:22:13 [2023-07-12T16:22:13.945Z] 	github.com/docker/docker/daemon/logger/journald	coverage: 74.5% of statements
16:22:13 [2023-07-12T16:22:13.945Z] ok  	github.com/docker/docker/daemon/logger/journald	1.441s	coverage: 74.5% of statements
16:22:14 [2023-07-12T16:22:14.888Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
16:22:14 [2023-07-12T16:22:14.888Z] 	github.com/docker/docker/dockerversion	coverage: 100.0% of statements
16:22:14 [2023-07-12T16:22:14.888Z] 	github.com/docker/docker/errdefs	coverage: 77.7% of statements
16:22:14 [2023-07-12T16:22:14.888Z] ok  	github.com/docker/docker/errdefs	0.005s	coverage: 77.7% of statements
16:22:14 [2023-07-12T16:22:14.888Z] ok  	github.com/docker/docker/dockerversion	0.006s	coverage: 100.0% of statements
16:22:14 [2023-07-12T16:22:14.888Z] 	github.com/docker/docker/distribution/metadata	coverage: 44.4% of statements
16:22:14 [2023-07-12T16:22:14.888Z] ok  	github.com/docker/docker/distribution/metadata	0.027s	coverage: 44.4% of statements
16:22:15 [2023-07-12T16:22:15.149Z] 	github.com/docker/docker/daemon/logger/splunk	coverage: 82.5% of statements
16:22:15 [2023-07-12T16:22:15.149Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.467s	coverage: 82.5% of statements
16:22:15 [2023-07-12T16:22:15.720Z] 	github.com/docker/docker/image/cache	coverage: 19.2% of statements
16:22:15 [2023-07-12T16:22:15.720Z] ok  	github.com/docker/docker/image/cache	0.008s	coverage: 19.2% of statements
16:22:15 [2023-07-12T16:22:15.720Z] 	github.com/docker/docker/image	coverage: 86.4% of statements
16:22:15 [2023-07-12T16:22:15.720Z] ok  	github.com/docker/docker/image	0.028s	coverage: 86.4% of statements
16:22:15 [2023-07-12T16:22:15.720Z] ?   	github.com/docker/docker/image/v1	[no test files]
16:22:15 [2023-07-12T16:22:15.720Z] ?   	github.com/docker/docker/internal/mounttree	[no test files]
16:22:15 [2023-07-12T16:22:15.720Z] 	github.com/docker/docker/internal/mod	coverage: 66.7% of statements
16:22:15 [2023-07-12T16:22:15.720Z] ok  	github.com/docker/docker/internal/mod	0.003s	coverage: 66.7% of statements
16:22:15 [2023-07-12T16:22:15.720Z] 	github.com/docker/docker/image/tarexport	coverage: 0.6% of statements
16:22:15 [2023-07-12T16:22:15.720Z] ok  	github.com/docker/docker/image/tarexport	0.009s	coverage: 0.6% of statements
16:22:15 [2023-07-12T16:22:15.720Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
16:22:15 [2023-07-12T16:22:15.720Z] ?   	github.com/docker/docker/internal/unshare	[no test files]
16:22:15 [2023-07-12T16:22:15.720Z] 	github.com/docker/docker/distribution	coverage: 29.5% of statements
16:22:15 [2023-07-12T16:22:15.720Z] ok  	github.com/docker/docker/distribution	0.808s	coverage: 29.5% of statements
16:22:17 [2023-07-12T16:22:17.105Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
16:22:17 [2023-07-12T16:22:17.105Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
16:22:17 [2023-07-12T16:22:17.105Z] ?   	github.com/docker/docker/libcontainerd/shimopts	[no test files]
16:22:17 [2023-07-12T16:22:17.105Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
16:22:17 [2023-07-12T16:22:17.105Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
16:22:17 [2023-07-12T16:22:17.105Z] 	github.com/docker/docker/libcontainerd/queue	coverage: 100.0% of statements
16:22:17 [2023-07-12T16:22:17.105Z] ok  	github.com/docker/docker/libcontainerd/queue	0.024s	coverage: 100.0% of statements
16:22:17 [2023-07-12T16:22:17.105Z] 	github.com/docker/docker/distribution/xfer	coverage: 85.4% of statements
16:22:17 [2023-07-12T16:22:17.105Z] ok  	github.com/docker/docker/distribution/xfer	2.174s	coverage: 85.4% of statements
16:22:17 [2023-07-12T16:22:17.105Z] 	github.com/docker/docker/daemon	coverage: 17.1% of statements
16:22:17 [2023-07-12T16:22:17.105Z] ok  	github.com/docker/docker/daemon	10.844s	coverage: 17.1% of statements
16:22:17 [2023-07-12T16:22:17.367Z] ?   	github.com/docker/docker/oci/caps	[no test files]
16:22:17 [2023-07-12T16:22:17.367Z] 	github.com/docker/docker/pkg/aaparser	coverage: 52.9% of statements
16:22:17 [2023-07-12T16:22:17.367Z] ok  	github.com/docker/docker/pkg/aaparser	0.003s	coverage: 52.9% of statements
16:22:17 [2023-07-12T16:22:17.367Z] 	github.com/docker/docker/oci	coverage: 36.9% of statements
16:22:17 [2023-07-12T16:22:17.367Z] 	github.com/docker/docker/opts	coverage: 67.9% of statements
16:22:17 [2023-07-12T16:22:17.367Z] ok  	github.com/docker/docker/oci	0.033s	coverage: 36.9% of statements
16:22:17 [2023-07-12T16:22:17.367Z] ok  	github.com/docker/docker/opts	0.045s	coverage: 67.9% of statements
16:22:17 [2023-07-12T16:22:17.941Z] 	github.com/docker/docker/pkg/broadcaster	coverage: 100.0% of statements
16:22:17 [2023-07-12T16:22:17.941Z] ok  	github.com/docker/docker/pkg/broadcaster	0.003s	coverage: 100.0% of statements
16:22:17 [2023-07-12T16:22:17.941Z] 	github.com/docker/docker/pkg/capabilities	coverage: 87.5% of statements
16:22:17 [2023-07-12T16:22:17.941Z] ok  	github.com/docker/docker/pkg/capabilities	0.018s	coverage: 87.5% of statements
16:22:17 [2023-07-12T16:22:17.941Z] 	github.com/docker/docker/pkg/containerfs	coverage: 28.6% of statements
16:22:17 [2023-07-12T16:22:17.941Z] ok  	github.com/docker/docker/pkg/containerfs	0.004s	coverage: 28.6% of statements
16:22:17 [2023-07-12T16:22:17.941Z] 	github.com/docker/docker/pkg/directory	coverage: 81.8% of statements
16:22:17 [2023-07-12T16:22:17.941Z] ok  	github.com/docker/docker/pkg/directory	0.003s	coverage: 81.8% of statements
16:22:18 [2023-07-12T16:22:18.203Z] 	github.com/docker/docker/pkg/dmesg	coverage: 83.3% of statements
16:22:18 [2023-07-12T16:22:18.203Z] ok  	github.com/docker/docker/pkg/dmesg	0.007s	coverage: 83.3% of statements
16:22:18 [2023-07-12T16:22:18.203Z] 	github.com/docker/docker/pkg/chrootarchive	coverage: 83.1% of statements
16:22:18 [2023-07-12T16:22:18.203Z] ok  	github.com/docker/docker/pkg/chrootarchive	0.249s	coverage: 83.1% of statements
16:22:18 [2023-07-12T16:22:18.203Z] 	github.com/docker/docker/pkg/fileutils	coverage: 56.4% of statements
16:22:18 [2023-07-12T16:22:18.203Z] ok  	github.com/docker/docker/pkg/fileutils	0.004s	coverage: 56.4% of statements
16:22:18 [2023-07-12T16:22:18.465Z] 	github.com/docker/docker/pkg/homedir	coverage: 8.3% of statements
16:22:18 [2023-07-12T16:22:18.465Z] ok  	github.com/docker/docker/pkg/homedir	0.022s	coverage: 8.3% of statements
16:22:18 [2023-07-12T16:22:18.465Z] 	github.com/docker/docker/pkg/archive	coverage: 81.7% of statements
16:22:18 [2023-07-12T16:22:18.465Z] ok  	github.com/docker/docker/pkg/archive	0.480s	coverage: 81.7% of statements
16:22:18 [2023-07-12T16:22:18.727Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
16:22:18 [2023-07-12T16:22:18.727Z] 	github.com/docker/docker/pkg/longpath	coverage: 45.5% of statements
16:22:18 [2023-07-12T16:22:18.727Z] ok  	github.com/docker/docker/pkg/longpath	0.003s	coverage: 45.5% of statements
16:22:18 [2023-07-12T16:22:18.727Z] 	github.com/docker/docker/pkg/jsonmessage	coverage: 92.3% of statements
16:22:18 [2023-07-12T16:22:18.727Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.004s	coverage: 92.3% of statements
16:22:18 [2023-07-12T16:22:18.727Z] 	github.com/docker/docker/pkg/meminfo	coverage: 75.0% of statements
16:22:18 [2023-07-12T16:22:18.727Z] ok  	github.com/docker/docker/pkg/meminfo	0.002s	coverage: 75.0% of statements
16:22:18 [2023-07-12T16:22:18.727Z] 	github.com/docker/docker/pkg/namesgenerator	coverage: 85.7% of statements
16:22:18 [2023-07-12T16:22:18.727Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.002s	coverage: 85.7% of statements
16:22:18 [2023-07-12T16:22:18.727Z] 	github.com/docker/docker/pkg/parsers	coverage: 97.0% of statements
16:22:18 [2023-07-12T16:22:18.727Z] ok  	github.com/docker/docker/pkg/parsers	0.003s	coverage: 97.0% of statements
16:22:18 [2023-07-12T16:22:18.989Z] 	github.com/docker/docker/pkg/idtools	coverage: 69.8% of statements
16:22:18 [2023-07-12T16:22:18.989Z] ok  	github.com/docker/docker/pkg/idtools	0.381s	coverage: 69.8% of statements
16:22:18 [2023-07-12T16:22:18.989Z] 	github.com/docker/docker/pkg/parsers/kernel	coverage: 60.0% of statements
16:22:18 [2023-07-12T16:22:18.989Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.002s	coverage: 60.0% of statements
16:22:18 [2023-07-12T16:22:18.989Z] 	github.com/docker/docker/pkg/ioutils	coverage: 71.9% of statements
16:22:18 [2023-07-12T16:22:18.989Z] ok  	github.com/docker/docker/pkg/ioutils	0.396s	coverage: 71.9% of statements
16:22:18 [2023-07-12T16:22:18.989Z] 	github.com/docker/docker/pkg/parsers/operatingsystem	coverage: 90.2% of statements
16:22:18 [2023-07-12T16:22:18.989Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.010s	coverage: 90.2% of statements
16:22:18 [2023-07-12T16:22:18.989Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
16:22:18 [2023-07-12T16:22:18.989Z] ?   	github.com/docker/docker/pkg/platforms	[no test files]
16:22:18 [2023-07-12T16:22:18.989Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
16:22:18 [2023-07-12T16:22:18.989Z] 	github.com/docker/docker/pkg/pidfile	coverage: 94.1% of statements
16:22:18 [2023-07-12T16:22:18.989Z] ok  	github.com/docker/docker/pkg/pidfile	0.004s	coverage: 94.1% of statements
16:22:19 [2023-07-12T16:22:19.250Z] 	github.com/docker/docker/pkg/authorization	coverage: 68.3% of statements
16:22:19 [2023-07-12T16:22:19.250Z] ok  	github.com/docker/docker/pkg/authorization	1.210s	coverage: 68.3% of statements
16:22:19 [2023-07-12T16:22:19.511Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
16:22:19 [2023-07-12T16:22:19.512Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
16:22:19 [2023-07-12T16:22:19.512Z] 	github.com/docker/docker/pkg/plugins/pluginrpc-gen	coverage: 56.8% of statements
16:22:19 [2023-07-12T16:22:19.512Z] 	github.com/docker/docker/pkg/process	coverage: 21.7% of statements
16:22:19 [2023-07-12T16:22:19.512Z] 	github.com/docker/docker/pkg/pools	coverage: 88.2% of statements
16:22:19 [2023-07-12T16:22:19.512Z] ok  	github.com/docker/docker/pkg/pools	0.005s	coverage: 88.2% of statements
16:22:19 [2023-07-12T16:22:19.773Z] ok  	github.com/docker/docker/pkg/process	0.006s	coverage: 21.7% of statements
16:22:19 [2023-07-12T16:22:19.773Z] 	github.com/docker/docker/pkg/plugins/transport	coverage: 85.7% of statements
16:22:19 [2023-07-12T16:22:19.773Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.008s	coverage: 56.8% of statements
16:22:19 [2023-07-12T16:22:19.773Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.008s	coverage: 85.7% of statements
16:22:19 [2023-07-12T16:22:19.773Z] 	github.com/docker/docker/pkg/progress	coverage: 75.9% of statements
16:22:19 [2023-07-12T16:22:19.773Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
16:22:20 [2023-07-12T16:22:20.035Z] ?   	github.com/docker/docker/pkg/rootless	[no test files]
16:22:20 [2023-07-12T16:22:20.035Z] ?   	github.com/docker/docker/pkg/rootless/specconv	[no test files]
16:22:20 [2023-07-12T16:22:20.035Z] 	github.com/docker/docker/pkg/stack	coverage: 90.9% of statements
16:22:20 [2023-07-12T16:22:20.035Z] ok  	github.com/docker/docker/pkg/stack	0.008s	coverage: 90.9% of statements
16:22:20 [2023-07-12T16:22:20.035Z] 	github.com/docker/docker/pkg/stdcopy	coverage: 100.0% of statements
16:22:20 [2023-07-12T16:22:20.035Z] ok  	github.com/docker/docker/pkg/stdcopy	0.005s	coverage: 100.0% of statements
16:22:20 [2023-07-12T16:22:20.035Z] 	github.com/docker/docker/pkg/reexec	coverage: 82.4% of statements
16:22:20 [2023-07-12T16:22:20.035Z] ok  	github.com/docker/docker/pkg/reexec	0.016s	coverage: 82.4% of statements
16:22:20 [2023-07-12T16:22:20.296Z] 	github.com/docker/docker/pkg/stringid	coverage: 61.9% of statements
16:22:20 [2023-07-12T16:22:20.296Z] ok  	github.com/docker/docker/pkg/stringid	0.003s	coverage: 61.9% of statements
16:22:20 [2023-07-12T16:22:20.296Z] 	github.com/docker/docker/pkg/streamformatter	coverage: 66.2% of statements
16:22:20 [2023-07-12T16:22:20.296Z] ok  	github.com/docker/docker/pkg/streamformatter	0.005s	coverage: 66.2% of statements
16:22:20 [2023-07-12T16:22:20.296Z] 	github.com/docker/docker/pkg/system	coverage: 43.1% of statements
16:22:20 [2023-07-12T16:22:20.296Z] ok  	github.com/docker/docker/pkg/system	0.007s	coverage: 43.1% of statements
16:22:20 [2023-07-12T16:22:20.296Z] 	github.com/docker/docker/pkg/sysinfo	coverage: 53.4% of statements
16:22:20 [2023-07-12T16:22:20.296Z] ok  	github.com/docker/docker/pkg/sysinfo	0.010s	coverage: 53.4% of statements
16:22:20 [2023-07-12T16:22:20.558Z] 	github.com/docker/docker/pkg/tailfile	coverage: 88.6% of statements
16:22:20 [2023-07-12T16:22:20.558Z] ok  	github.com/docker/docker/pkg/tailfile	0.034s	coverage: 88.6% of statements
16:22:20 [2023-07-12T16:22:20.558Z] 	github.com/docker/docker/pkg/useragent	coverage: 88.9% of statements
16:22:20 [2023-07-12T16:22:20.558Z] ok  	github.com/docker/docker/pkg/useragent	0.002s	coverage: 88.9% of statements
16:22:20 [2023-07-12T16:22:20.558Z] 	github.com/docker/docker/pkg/tarsum	coverage: 89.1% of statements
16:22:20 [2023-07-12T16:22:20.558Z] ok  	github.com/docker/docker/pkg/tarsum	0.056s	coverage: 89.1% of statements
16:22:21 [2023-07-12T16:22:21.501Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
16:22:21 [2023-07-12T16:22:21.501Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
16:22:21 [2023-07-12T16:22:21.501Z] 	github.com/docker/docker/plugin/v2	coverage: 14.4% of statements
16:22:21 [2023-07-12T16:22:21.501Z] ok  	github.com/docker/docker/plugin/v2	0.006s	coverage: 14.4% of statements
16:22:21 [2023-07-12T16:22:21.501Z] 	github.com/docker/docker/profiles/seccomp	coverage: 86.0% of statements
16:22:21 [2023-07-12T16:22:21.501Z] ok  	github.com/docker/docker/profiles/seccomp	0.018s	coverage: 86.0% of statements
16:22:21 [2023-07-12T16:22:21.762Z] 	github.com/docker/docker/reference	coverage: 83.7% of statements
16:22:21 [2023-07-12T16:22:21.762Z] ok  	github.com/docker/docker/reference	0.008s	coverage: 83.7% of statements
16:22:21 [2023-07-12T16:22:21.762Z] 	github.com/docker/docker/plugin	coverage: 23.3% of statements
16:22:21 [2023-07-12T16:22:21.762Z] ok  	github.com/docker/docker/plugin	0.534s	coverage: 23.3% of statements
16:22:21 [2023-07-12T16:22:21.762Z] 	github.com/docker/docker/quota	coverage: 71.4% of statements
16:22:21 [2023-07-12T16:22:21.762Z] ok  	github.com/docker/docker/quota	0.303s	coverage: 71.4% of statements
16:22:22 [2023-07-12T16:22:22.023Z] 	github.com/docker/docker/restartmanager	coverage: 51.9% of statements
16:22:22 [2023-07-12T16:22:22.023Z] ok  	github.com/docker/docker/restartmanager	0.003s	coverage: 51.9% of statements
16:22:22 [2023-07-12T16:22:22.023Z] 	github.com/docker/docker/registry/resumable	coverage: 100.0% of statements
16:22:22 [2023-07-12T16:22:22.023Z] ok  	github.com/docker/docker/registry/resumable	0.018s	coverage: 100.0% of statements
16:22:22 [2023-07-12T16:22:22.283Z] 	github.com/docker/docker/registry	coverage: 65.2% of statements
16:22:22 [2023-07-12T16:22:22.283Z] ok  	github.com/docker/docker/registry	0.114s	coverage: 65.2% of statements
16:22:22 [2023-07-12T16:22:22.283Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
16:22:22 [2023-07-12T16:22:22.283Z] 	github.com/docker/docker/testutil	coverage: 62.5% of statements
16:22:22 [2023-07-12T16:22:22.283Z] ok  	github.com/docker/docker/testutil	0.004s	coverage: 62.5% of statements
16:22:22 [2023-07-12T16:22:22.283Z] 	github.com/docker/docker/runconfig	coverage: 63.6% of statements
16:22:22 [2023-07-12T16:22:22.283Z] ok  	github.com/docker/docker/runconfig	0.009s	coverage: 63.6% of statements
16:22:22 [2023-07-12T16:22:22.853Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
16:22:22 [2023-07-12T16:22:22.853Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
16:22:22 [2023-07-12T16:22:22.853Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
16:22:22 [2023-07-12T16:22:22.853Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
16:22:22 [2023-07-12T16:22:22.853Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
16:22:22 [2023-07-12T16:22:22.853Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
16:22:22 [2023-07-12T16:22:22.853Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
16:22:22 [2023-07-12T16:22:22.853Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
16:22:22 [2023-07-12T16:22:22.853Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
16:22:22 [2023-07-12T16:22:22.853Z] ?   	github.com/docker/docker/testutil/request	[no test files]
16:22:22 [2023-07-12T16:22:22.853Z] ?   	github.com/docker/docker/volume	[no test files]
16:22:23 [2023-07-12T16:22:23.425Z] 	github.com/docker/docker/volume/drivers	coverage: 36.1% of statements
16:22:23 [2023-07-12T16:22:23.425Z] ok  	github.com/docker/docker/volume/drivers	0.006s	coverage: 36.1% of statements
16:22:23 [2023-07-12T16:22:23.425Z] 	github.com/docker/docker/volume/mounts	coverage: 66.0% of statements
16:22:23 [2023-07-12T16:22:23.425Z] ok  	github.com/docker/docker/volume/mounts	0.009s	coverage: 66.0% of statements
16:22:23 [2023-07-12T16:22:23.686Z] 	github.com/docker/docker/volume/local	coverage: 74.4% of statements
16:22:23 [2023-07-12T16:22:23.686Z] ok  	github.com/docker/docker/volume/local	0.134s	coverage: 74.4% of statements
16:22:23 [2023-07-12T16:22:23.946Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
16:22:23 [2023-07-12T16:22:23.946Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
16:22:23 [2023-07-12T16:22:23.946Z] 	github.com/docker/docker/volume/service	coverage: 71.8% of statements
16:22:23 [2023-07-12T16:22:23.946Z] ok  	github.com/docker/docker/volume/service	0.012s	coverage: 71.8% of statements
16:22:24 [2023-07-12T16:22:24.206Z] 	github.com/docker/docker/layer	coverage: 68.7% of statements
16:22:24 [2023-07-12T16:22:24.206Z] ok  	github.com/docker/docker/layer	7.282s	coverage: 68.7% of statements
16:22:56 [2023-07-12T16:22:56.313Z] 	github.com/docker/docker/pkg/plugins	coverage: 74.4% of statements
16:22:56 [2023-07-12T16:22:56.313Z] ok  	github.com/docker/docker/pkg/plugins	33.642s	coverage: 74.4% of statements
16:22:56 [2023-07-12T16:22:56.313Z] 
16:22:56 [2023-07-12T16:22:56.313Z] === Skipped
16:22:56 [2023-07-12T16:22:56.313Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s)
16:22:56 [2023-07-12T16:22:56.313Z]     network_proxy_test.go:195: Need to start CI docker with --ipv6
16:22:56 [2023-07-12T16:22:56.313Z] 
16:22:56 [2023-07-12T16:22:56.313Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s)
16:22:56 [2023-07-12T16:22:56.313Z]     network_proxy_test.go:210: No support for dual stack yet
16:22:56 [2023-07-12T16:22:56.313Z] 
16:22:56 [2023-07-12T16:22:56.313Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s)
16:22:56 [2023-07-12T16:22:56.313Z]     network_proxy_test.go:239: Need to start CI docker with --ipv6
16:22:56 [2023-07-12T16:22:56.313Z] 
16:22:56 [2023-07-12T16:22:56.313Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s)
16:22:56 [2023-07-12T16:22:56.313Z]     network_proxy_test.go:300: Need to start CI docker with --ipv6
16:22:56 [2023-07-12T16:22:56.313Z] 
16:22:56 [2023-07-12T16:22:56.313Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
16:22:56 [2023-07-12T16:22:56.313Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:22:56 [2023-07-12T16:22:56.313Z]     graphtest_unix.go:41: Driver btrfs not supported
16:22:56 [2023-07-12T16:22:56.313Z] 
16:22:56 [2023-07-12T16:22:56.313Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
16:22:56 [2023-07-12T16:22:56.313Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:22:56 [2023-07-12T16:22:56.313Z]     graphtest_unix.go:41: Driver btrfs not supported
16:22:56 [2023-07-12T16:22:56.313Z] 
16:22:56 [2023-07-12T16:22:56.313Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
16:22:56 [2023-07-12T16:22:56.313Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:22:56 [2023-07-12T16:22:56.313Z]     graphtest_unix.go:41: Driver btrfs not supported
16:22:56 [2023-07-12T16:22:56.313Z] 
16:22:56 [2023-07-12T16:22:56.313Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
16:22:56 [2023-07-12T16:22:56.313Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:22:56 [2023-07-12T16:22:56.313Z]     graphtest_unix.go:41: Driver btrfs not supported
16:22:56 [2023-07-12T16:22:56.313Z] 
16:22:56 [2023-07-12T16:22:56.313Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
16:22:56 [2023-07-12T16:22:56.313Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:22:56 [2023-07-12T16:22:56.313Z]     graphtest_unix.go:41: Driver btrfs not supported
16:22:56 [2023-07-12T16:22:56.313Z] 
16:22:56 [2023-07-12T16:22:56.313Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
16:22:56 [2023-07-12T16:22:56.313Z]     graphtest_unix.go:68: No driver to put!
16:22:56 [2023-07-12T16:22:56.313Z] 
16:22:56 [2023-07-12T16:22:56.313Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
16:22:56 [2023-07-12T16:22:56.313Z] time="2023-07-12T16:22:09Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
16:22:56 [2023-07-12T16:22:56.313Z]     graphtest_unix.go:39: graphdriver: driver not supported
16:22:56 [2023-07-12T16:22:56.313Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
16:22:56 [2023-07-12T16:22:56.313Z] 
16:22:56 [2023-07-12T16:22:56.313Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
16:22:56 [2023-07-12T16:22:56.313Z] time="2023-07-12T16:22:09Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
16:22:56 [2023-07-12T16:22:56.313Z]     graphtest_unix.go:39: graphdriver: driver not supported
16:22:56 [2023-07-12T16:22:56.313Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
16:22:56 [2023-07-12T16:22:56.313Z] 
16:22:56 [2023-07-12T16:22:56.313Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
16:22:56 [2023-07-12T16:22:56.313Z] time="2023-07-12T16:22:09Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
16:22:56 [2023-07-12T16:22:56.313Z]     graphtest_unix.go:39: graphdriver: driver not supported
16:22:56 [2023-07-12T16:22:56.313Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
16:22:56 [2023-07-12T16:22:56.313Z] 
16:22:56 [2023-07-12T16:22:56.313Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
16:22:56 [2023-07-12T16:22:56.313Z] time="2023-07-12T16:22:09Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
16:22:56 [2023-07-12T16:22:56.313Z]     graphtest_unix.go:39: graphdriver: driver not supported
16:22:56 [2023-07-12T16:22:56.313Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
16:22:56 [2023-07-12T16:22:56.313Z] 
16:22:56 [2023-07-12T16:22:56.313Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
16:22:56 [2023-07-12T16:22:56.313Z] time="2023-07-12T16:22:09Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
16:22:56 [2023-07-12T16:22:56.313Z]     graphtest_unix.go:39: graphdriver: driver not supported
16:22:56 [2023-07-12T16:22:56.313Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
16:22:56 [2023-07-12T16:22:56.313Z] 
16:22:56 [2023-07-12T16:22:56.313Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
16:22:56 [2023-07-12T16:22:56.313Z]     graphtest_unix.go:68: No driver to put!
16:22:56 [2023-07-12T16:22:56.313Z] 
16:22:56 [2023-07-12T16:22:56.313Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
16:22:56 [2023-07-12T16:22:56.313Z]     overlay_test.go:61: Cannot run test with naive change algorithm
16:22:56 [2023-07-12T16:22:56.313Z] 
16:22:56 [2023-07-12T16:22:56.313Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
16:22:56 [2023-07-12T16:22:56.313Z]     graphtest_unix.go:311: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
16:22:56 [2023-07-12T16:22:56.313Z] 
16:22:56 [2023-07-12T16:22:56.313Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
16:22:56 [2023-07-12T16:22:56.313Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:22:56 [2023-07-12T16:22:56.313Z]     graphtest_unix.go:41: Driver zfs not supported
16:22:56 [2023-07-12T16:22:56.313Z] 
16:22:56 [2023-07-12T16:22:56.313Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
16:22:56 [2023-07-12T16:22:56.313Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:22:56 [2023-07-12T16:22:56.313Z]     graphtest_unix.go:41: Driver zfs not supported
16:22:56 [2023-07-12T16:22:56.313Z] 
16:22:56 [2023-07-12T16:22:56.313Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
16:22:56 [2023-07-12T16:22:56.313Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:22:56 [2023-07-12T16:22:56.313Z]     graphtest_unix.go:41: Driver zfs not supported
16:22:56 [2023-07-12T16:22:56.313Z] 
16:22:56 [2023-07-12T16:22:56.313Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
16:22:56 [2023-07-12T16:22:56.313Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:22:56 [2023-07-12T16:22:56.313Z]     graphtest_unix.go:41: Driver zfs not supported
16:22:56 [2023-07-12T16:22:56.313Z] 
16:22:56 [2023-07-12T16:22:56.313Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
16:22:56 [2023-07-12T16:22:56.313Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:22:56 [2023-07-12T16:22:56.313Z]     graphtest_unix.go:41: Driver zfs not supported
16:22:56 [2023-07-12T16:22:56.313Z] 
16:22:56 [2023-07-12T16:22:56.313Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
16:22:56 [2023-07-12T16:22:56.313Z]     graphtest_unix.go:68: No driver to put!
16:22:56 [2023-07-12T16:22:56.313Z] 
16:22:56 [2023-07-12T16:22:56.313Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
16:22:56 [2023-07-12T16:22:56.313Z]     sysinfo_linux_test.go:86: AppArmor Must be Disabled
16:22:56 [2023-07-12T16:22:56.313Z] 
16:22:56 [2023-07-12T16:22:56.313Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
16:22:56 [2023-07-12T16:22:56.313Z]     sysinfo_linux_test.go:106: cgroup namespaces must be disabled
16:22:56 [2023-07-12T16:22:56.313Z] 
16:22:56 [2023-07-12T16:22:56.313Z] DONE 3037 tests, 26 skipped in 92.253s
16:22:56 [2023-07-12T16:22:56.313Z] + '[' -n 'github.com/docker/docker/libnetwork
16:22:56 [2023-07-12T16:22:56.313Z] github.com/docker/docker/libnetwork/bitmap
16:22:56 [2023-07-12T16:22:56.313Z] github.com/docker/docker/libnetwork/cluster
16:22:56 [2023-07-12T16:22:56.313Z] github.com/docker/docker/libnetwork/cmd/diagnostic
16:22:56 [2023-07-12T16:22:56.313Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
16:22:56 [2023-07-12T16:22:56.313Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
16:22:56 [2023-07-12T16:22:56.313Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
16:22:56 [2023-07-12T16:22:56.313Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
16:22:56 [2023-07-12T16:22:56.313Z] github.com/docker/docker/libnetwork/cmd/readme_test
16:22:56 [2023-07-12T16:22:56.313Z] github.com/docker/docker/libnetwork/config
16:22:56 [2023-07-12T16:22:56.313Z] github.com/docker/docker/libnetwork/datastore
16:22:56 [2023-07-12T16:22:56.313Z] github.com/docker/docker/libnetwork/diagnostic
16:22:56 [2023-07-12T16:22:56.313Z] github.com/docker/docker/libnetwork/discoverapi
16:22:56 [2023-07-12T16:22:56.313Z] github.com/docker/docker/libnetwork/driverapi
16:22:56 [2023-07-12T16:22:56.313Z] github.com/docker/docker/libnetwork/drivers/bridge
16:22:56 [2023-07-12T16:22:56.313Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
16:22:56 [2023-07-12T16:22:56.313Z] github.com/docker/docker/libnetwork/drivers/host
16:22:56 [2023-07-12T16:22:56.313Z] github.com/docker/docker/libnetwork/drivers/ipvlan
16:22:56 [2023-07-12T16:22:56.313Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
16:22:56 [2023-07-12T16:22:56.313Z] github.com/docker/docker/libnetwork/drivers/macvlan
16:22:56 [2023-07-12T16:22:56.313Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
16:22:56 [2023-07-12T16:22:56.313Z] github.com/docker/docker/libnetwork/drivers/null
16:22:56 [2023-07-12T16:22:56.313Z] github.com/docker/docker/libnetwork/drivers/overlay
16:22:56 [2023-07-12T16:22:56.313Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
16:22:56 [2023-07-12T16:22:56.313Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
16:22:56 [2023-07-12T16:22:56.313Z] github.com/docker/docker/libnetwork/drivers/remote
16:22:56 [2023-07-12T16:22:56.313Z] github.com/docker/docker/libnetwork/drivers/remote/api
16:22:56 [2023-07-12T16:22:56.313Z] github.com/docker/docker/libnetwork/drivers/windows
16:22:56 [2023-07-12T16:22:56.313Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
16:22:56 [2023-07-12T16:22:56.313Z] github.com/docker/docker/libnetwork/drvregistry
16:22:56 [2023-07-12T16:22:56.313Z] github.com/docker/docker/libnetwork/etchosts
16:22:56 [2023-07-12T16:22:56.313Z] github.com/docker/docker/libnetwork/internal/caller
16:22:56 [2023-07-12T16:22:56.313Z] github.com/docker/docker/libnetwork/internal/kvstore
16:22:56 [2023-07-12T16:22:56.313Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
16:22:56 [2023-07-12T16:22:56.313Z] github.com/docker/docker/libnetwork/internal/setmatrix
16:22:56 [2023-07-12T16:22:56.313Z] github.com/docker/docker/libnetwork/ipam
16:22:56 [2023-07-12T16:22:56.313Z] github.com/docker/docker/libnetwork/ipamapi
16:22:56 [2023-07-12T16:22:56.313Z] github.com/docker/docker/libnetwork/ipams/builtin
16:22:56 [2023-07-12T16:22:56.313Z] github.com/docker/docker/libnetwork/ipams/null
16:22:56 [2023-07-12T16:22:56.313Z] github.com/docker/docker/libnetwork/ipams/remote
16:22:56 [2023-07-12T16:22:56.313Z] github.com/docker/docker/libnetwork/ipams/remote/api
16:22:56 [2023-07-12T16:22:56.313Z] github.com/docker/docker/libnetwork/ipams/windowsipam
16:22:56 [2023-07-12T16:22:56.313Z] github.com/docker/docker/libnetwork/ipamutils
16:22:56 [2023-07-12T16:22:56.313Z] github.com/docker/docker/libnetwork/ipbits
16:22:56 [2023-07-12T16:22:56.313Z] github.com/docker/docker/libnetwork/iptables
16:22:56 [2023-07-12T16:22:56.313Z] github.com/docker/docker/libnetwork/netlabel
16:22:56 [2023-07-12T16:22:56.313Z] github.com/docker/docker/libnetwork/netutils
16:22:56 [2023-07-12T16:22:56.313Z] github.com/docker/docker/libnetwork/networkdb
16:22:56 [2023-07-12T16:22:56.313Z] github.com/docker/docker/libnetwork/ns
16:22:56 [2023-07-12T16:22:56.313Z] github.com/docker/docker/libnetwork/options
16:22:56 [2023-07-12T16:22:56.313Z] github.com/docker/docker/libnetwork/osl
16:22:56 [2023-07-12T16:22:56.313Z] github.com/docker/docker/libnetwork/osl/kernel
16:22:56 [2023-07-12T16:22:56.313Z] github.com/docker/docker/libnetwork/portallocator
16:22:56 [2023-07-12T16:22:56.313Z] github.com/docker/docker/libnetwork/portmapper
16:22:56 [2023-07-12T16:22:56.313Z] github.com/docker/docker/libnetwork/resolvconf
16:22:56 [2023-07-12T16:22:56.313Z] github.com/docker/docker/libnetwork/testutils
16:22:56 [2023-07-12T16:22:56.313Z] github.com/docker/docker/libnetwork/types' ']'
16:22:56 [2023-07-12T16:22:56.314Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo libdm_no_deferred_remove journald' -cover -coverprofile=bundles/coverage-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitmap github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/kvstore github.com/docker/docker/libnetwork/internal/kvstore/boltdb github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/ipbits github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types
16:23:43 [2023-07-12T16:23:43.022Z] 	github.com/docker/docker/libnetwork	coverage: 42.5% of statements
16:23:43 [2023-07-12T16:23:43.022Z] ok  	github.com/docker/docker/libnetwork	44.730s	coverage: 42.5% of statements
16:23:43 [2023-07-12T16:23:43.283Z] 	github.com/docker/docker/libnetwork/bitmap	coverage: 96.1% of statements
16:23:43 [2023-07-12T16:23:43.283Z] ok  	github.com/docker/docker/libnetwork/bitmap	0.007s	coverage: 96.1% of statements
16:23:43 [2023-07-12T16:23:43.283Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
16:23:43 [2023-07-12T16:23:43.543Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
16:23:43 [2023-07-12T16:23:43.803Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
16:23:43 [2023-07-12T16:23:43.803Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
16:23:43 [2023-07-12T16:23:43.803Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
16:23:43 [2023-07-12T16:23:43.803Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
16:23:44 [2023-07-12T16:23:44.064Z] ?   	github.com/docker/docker/libnetwork/cmd/readme_test	[no test files]
16:23:44 [2023-07-12T16:23:44.635Z] 	github.com/docker/docker/libnetwork/config	coverage: 13.2% of statements
16:23:44 [2023-07-12T16:23:44.635Z] ok  	github.com/docker/docker/libnetwork/config	0.012s	coverage: 13.2% of statements
16:23:44 [2023-07-12T16:23:44.896Z] 	github.com/docker/docker/libnetwork/datastore	coverage: 24.5% of statements
16:23:44 [2023-07-12T16:23:44.896Z] ok  	github.com/docker/docker/libnetwork/datastore	0.004s	coverage: 24.5% of statements
16:23:44 [2023-07-12T16:23:44.896Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
16:23:44 [2023-07-12T16:23:44.896Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
16:23:44 [2023-07-12T16:23:44.896Z] 	github.com/docker/docker/libnetwork/driverapi	coverage: 68.9% of statements
16:23:44 [2023-07-12T16:23:44.896Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.003s	coverage: 68.9% of statements
16:23:48 [2023-07-12T16:23:48.196Z] 	github.com/docker/docker/libnetwork/drivers/bridge	coverage: 61.9% of statements
16:23:48 [2023-07-12T16:23:48.196Z] ok  	github.com/docker/docker/libnetwork/drivers/bridge	1.981s	coverage: 61.9% of statements
16:23:48 [2023-07-12T16:23:48.196Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
16:23:48 [2023-07-12T16:23:48.196Z] 	github.com/docker/docker/libnetwork/drivers/host	coverage: 36.4% of statements
16:23:48 [2023-07-12T16:23:48.196Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.002s	coverage: 36.4% of statements
16:23:49 [2023-07-12T16:23:49.581Z] 	github.com/docker/docker/libnetwork/drivers/ipvlan	coverage: 5.0% of statements
16:23:49 [2023-07-12T16:23:49.581Z] ok  	github.com/docker/docker/libnetwork/drivers/ipvlan	0.868s	coverage: 5.0% of statements
16:23:49 [2023-07-12T16:23:49.581Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
16:23:49 [2023-07-12T16:23:49.842Z] 	github.com/docker/docker/libnetwork/drivers/macvlan	coverage: 4.6% of statements
16:23:49 [2023-07-12T16:23:49.842Z] ok  	github.com/docker/docker/libnetwork/drivers/macvlan	0.004s	coverage: 4.6% of statements
16:23:49 [2023-07-12T16:23:49.842Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
16:23:50 [2023-07-12T16:23:50.102Z] 	github.com/docker/docker/libnetwork/drivers/null	coverage: 36.4% of statements
16:23:50 [2023-07-12T16:23:50.102Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.002s	coverage: 36.4% of statements
16:23:51 [2023-07-12T16:23:51.489Z] 	github.com/docker/docker/libnetwork/drivers/overlay	coverage: 1.4% of statements
16:23:51 [2023-07-12T16:23:51.489Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay	0.011s	coverage: 1.4% of statements
16:23:51 [2023-07-12T16:23:51.489Z] 	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	coverage: 45.0% of statements
16:23:51 [2023-07-12T16:23:51.489Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	0.004s	coverage: 45.0% of statements
16:23:51 [2023-07-12T16:23:51.749Z] 	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	coverage: 60.9% of statements
16:23:51 [2023-07-12T16:23:51.749Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.004s	coverage: 60.9% of statements
16:23:52 [2023-07-12T16:23:52.320Z] 	github.com/docker/docker/libnetwork/drivers/remote	coverage: 57.4% of statements
16:23:52 [2023-07-12T16:23:52.321Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.013s	coverage: 57.4% of statements
16:23:52 [2023-07-12T16:23:52.321Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
16:23:52 [2023-07-12T16:23:52.321Z] ?   	github.com/docker/docker/libnetwork/drivers/windows	[no test files]
16:23:52 [2023-07-12T16:23:52.321Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
16:23:52 [2023-07-12T16:23:52.892Z] 	github.com/docker/docker/libnetwork/drvregistry	coverage: 87.0% of statements
16:23:52 [2023-07-12T16:23:52.892Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.021s	coverage: 87.0% of statements
16:23:53 [2023-07-12T16:23:53.153Z] 	github.com/docker/docker/libnetwork/etchosts	coverage: 81.0% of statements
16:23:53 [2023-07-12T16:23:53.153Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.017s	coverage: 81.0% of statements
16:23:53 [2023-07-12T16:23:53.413Z] 	github.com/docker/docker/libnetwork/internal/caller	coverage: 100.0% of statements
16:23:53 [2023-07-12T16:23:53.413Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.002s	coverage: 100.0% of statements
16:23:53 [2023-07-12T16:23:53.413Z] ?   	github.com/docker/docker/libnetwork/internal/kvstore	[no test files]
16:23:53 [2023-07-12T16:23:53.413Z] ?   	github.com/docker/docker/libnetwork/internal/kvstore/boltdb	[no test files]
16:24:05 [2023-07-12T16:24:05.648Z] 	github.com/docker/docker/libnetwork/internal/setmatrix	coverage: 100.0% of statements
16:24:05 [2023-07-12T16:24:05.648Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.004s	coverage: 100.0% of statements
16:24:07 [2023-07-12T16:24:07.636Z] 	github.com/docker/docker/libnetwork/ipam	coverage: 80.5% of statements
16:24:07 [2023-07-12T16:24:07.636Z] ok  	github.com/docker/docker/libnetwork/ipam	3.481s	coverage: 80.5% of statements
16:24:07 [2023-07-12T16:24:07.636Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
16:24:07 [2023-07-12T16:24:07.636Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
16:24:07 [2023-07-12T16:24:07.636Z] 	github.com/docker/docker/libnetwork/ipams/null	coverage: 57.1% of statements
16:24:07 [2023-07-12T16:24:07.636Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.002s	coverage: 57.1% of statements
16:24:08 [2023-07-12T16:24:08.224Z] 	github.com/docker/docker/libnetwork/ipams/remote	coverage: 47.4% of statements
16:24:08 [2023-07-12T16:24:08.224Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.009s	coverage: 47.4% of statements
16:24:08 [2023-07-12T16:24:08.224Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
16:24:08 [2023-07-12T16:24:08.492Z] 	github.com/docker/docker/libnetwork/ipams/windowsipam	coverage: 80.0% of statements
16:24:08 [2023-07-12T16:24:08.492Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.002s	coverage: 80.0% of statements
16:24:09 [2023-07-12T16:24:09.073Z] 	github.com/docker/docker/libnetwork/ipamutils	coverage: 86.4% of statements
16:24:09 [2023-07-12T16:24:09.073Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.292s	coverage: 86.4% of statements
16:24:09 [2023-07-12T16:24:09.073Z] 	github.com/docker/docker/libnetwork/ipbits	coverage: 100.0% of statements
16:24:09 [2023-07-12T16:24:09.073Z] ok  	github.com/docker/docker/libnetwork/ipbits	0.002s	coverage: 100.0% of statements
16:24:10 [2023-07-12T16:24:10.052Z] 	github.com/docker/docker/libnetwork/iptables	coverage: 40.1% of statements
16:24:10 [2023-07-12T16:24:10.052Z] ok  	github.com/docker/docker/libnetwork/iptables	0.234s	coverage: 40.1% of statements
16:24:10 [2023-07-12T16:24:10.052Z] ?   	github.com/docker/docker/libnetwork/netlabel	[no test files]
16:24:10 [2023-07-12T16:24:10.052Z] 	github.com/docker/docker/libnetwork/netutils	coverage: 54.9% of statements
16:24:10 [2023-07-12T16:24:10.052Z] ok  	github.com/docker/docker/libnetwork/netutils	0.015s	coverage: 54.9% of statements
16:26:01 [2023-07-12T16:26:01.592Z] 	github.com/docker/docker/libnetwork/networkdb	coverage: 58.5% of statements
16:26:01 [2023-07-12T16:26:01.592Z] ok  	github.com/docker/docker/libnetwork/networkdb	104.463s	coverage: 58.5% of statements
16:26:01 [2023-07-12T16:26:01.592Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
16:26:01 [2023-07-12T16:26:01.592Z] 	github.com/docker/docker/libnetwork/options	coverage: 100.0% of statements
16:26:01 [2023-07-12T16:26:01.592Z] ok  	github.com/docker/docker/libnetwork/options	0.002s	coverage: 100.0% of statements
16:26:01 [2023-07-12T16:26:01.592Z] 	github.com/docker/docker/libnetwork/osl	coverage: 41.5% of statements
16:26:01 [2023-07-12T16:26:01.592Z] ok  	github.com/docker/docker/libnetwork/osl	4.471s	coverage: 41.5% of statements
16:26:01 [2023-07-12T16:26:01.592Z] 	github.com/docker/docker/libnetwork/osl/kernel	coverage: 20.0% of statements
16:26:01 [2023-07-12T16:26:01.592Z] ok  	github.com/docker/docker/libnetwork/osl/kernel	0.003s	coverage: 20.0% of statements
16:26:01 [2023-07-12T16:26:01.593Z] 	github.com/docker/docker/libnetwork/portallocator	coverage: 80.7% of statements
16:26:01 [2023-07-12T16:26:01.593Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.016s	coverage: 80.7% of statements
16:26:02 [2023-07-12T16:26:02.977Z] 	github.com/docker/docker/libnetwork/portmapper	coverage: 46.3% of statements
16:26:02 [2023-07-12T16:26:02.977Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.706s	coverage: 46.3% of statements
16:26:02 [2023-07-12T16:26:02.977Z] 	github.com/docker/docker/libnetwork/resolvconf	coverage: 84.9% of statements
16:26:02 [2023-07-12T16:26:02.977Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.004s	coverage: 84.9% of statements
16:26:02 [2023-07-12T16:26:02.977Z] ?   	github.com/docker/docker/libnetwork/testutils	[no test files]
16:26:03 [2023-07-12T16:26:03.238Z] 	github.com/docker/docker/libnetwork/types	coverage: 37.3% of statements
16:26:03 [2023-07-12T16:26:03.238Z] ok  	github.com/docker/docker/libnetwork/types	0.003s	coverage: 37.3% of statements
16:26:03 [2023-07-12T16:26:03.238Z] 
16:26:03 [2023-07-12T16:26:03.238Z] === Skipped
16:26:03 [2023-07-12T16:26:03.238Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s)
16:26:03 [2023-07-12T16:26:03.238Z]     firewalld_test.go:14: firewalld is not running
16:26:03 [2023-07-12T16:26:03.238Z] 
16:26:03 [2023-07-12T16:26:03.238Z] === SKIP: libnetwork/iptables TestPassthrough (0.00s)
16:26:03 [2023-07-12T16:26:03.238Z]     firewalld_test.go:75: firewalld is not running
16:26:03 [2023-07-12T16:26:03.238Z] 
16:26:03 [2023-07-12T16:26:03.238Z] DONE 342 tests, 2 skipped in 189.879s
Post stage
[Pipeline] junit
16:26:04 [2023-07-12T16:26:04.194Z] Recording test results
16:26:04 [2023-07-12T16:26:04.308Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
16:26:04 [2023-07-12T16:26:04.625Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-45931/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=196cade5102d21df88c8ec7871781a30ca07c297 -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:196cade5102d21df88c8ec7871781a30ca07c297 hack/make.sh dynbinary test-integration
16:26:04 [2023-07-12T16:26:04.886Z] 
16:26:04 [2023-07-12T16:26:04.887Z] Removing bundles/
16:26:04 [2023-07-12T16:26:04.887Z] 
16:26:04 [2023-07-12T16:26:04.887Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
16:26:04 [2023-07-12T16:26:04.887Z] Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
16:26:43 [2023-07-12T16:26:43.655Z] Created binary: bundles/dynbinary-daemon/dockerd
16:26:43 [2023-07-12T16:26:43.655Z] Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
16:26:43 [2023-07-12T16:26:43.655Z] Created binary: bundles/dynbinary-daemon/docker-proxy
16:26:43 [2023-07-12T16:26:43.655Z] 
16:26:43 [2023-07-12T16:26:43.655Z] ---> Making bundle: test-integration (in bundles/test-integration)
16:26:43 [2023-07-12T16:26:43.655Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
16:26:43 [2023-07-12T16:26:43.655Z] HOSTNAME=a9fb913bfbae
16:26:43 [2023-07-12T16:26:43.655Z] TESTDEBUG=0
16:26:43 [2023-07-12T16:26:43.655Z] DEST=bundles/test-integration
16:26:43 [2023-07-12T16:26:43.655Z] PWD=/go/src/github.com/docker/docker
16:26:43 [2023-07-12T16:26:43.655Z] CONTAINERD_ADDRESS=/run/docker/containerd/containerd.sock
16:26:43 [2023-07-12T16:26:43.655Z] DOCKER_GITCOMMIT=196cade5102d21df88c8ec7871781a30ca07c297
16:26:43 [2023-07-12T16:26:43.655Z] container=docker
16:26:43 [2023-07-12T16:26:43.655Z] HOME=/root
16:26:43 [2023-07-12T16:26:43.655Z] CONTAINERD_NAMESPACE=moby
16:26:43 [2023-07-12T16:26:43.655Z] GOLANG_VERSION=1.20.5
16:26:43 [2023-07-12T16:26:43.655Z] VALIDATE_REPO=https://github.com/moby/moby.git
16:26:43 [2023-07-12T16:26:43.655Z] VALIDATE_BRANCH=master
16:26:43 [2023-07-12T16:26:43.655Z] TERM=xterm
16:26:43 [2023-07-12T16:26:43.655Z] DOCKER_PKG=github.com/docker/docker
16:26:43 [2023-07-12T16:26:43.655Z] TEST_CLIENT_BINARY=/usr/local/cli-integration/docker
16:26:43 [2023-07-12T16:26:43.655Z] SHLVL=1
16:26:43 [2023-07-12T16:26:43.655Z] TIMEOUT=120m
16:26:43 [2023-07-12T16:26:43.655Z] DOCKER_GRAPHDRIVER=overlay2
16:26:43 [2023-07-12T16:26:43.655Z] GO111MODULE=off
16:26:43 [2023-07-12T16:26:43.655Z] DOCKER_EXPERIMENTAL=1
16:26:43 [2023-07-12T16:26:43.655Z] TEST_SKIP_INTEGRATION_CLI=1
16:26:43 [2023-07-12T16:26:43.655Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
16:26:43 [2023-07-12T16:26:43.655Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
16:26:43 [2023-07-12T16:26:43.655Z] GOPATH=/go
16:26:43 [2023-07-12T16:26:43.655Z] PKG_CONFIG=pkg-config
16:26:43 [2023-07-12T16:26:43.655Z] _=/usr/bin/env
16:26:43 [2023-07-12T16:26:43.655Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
16:27:01 [2023-07-12T16:27:01.789Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
16:27:01 [2023-07-12T16:27:01.789Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
16:27:03 [2023-07-12T16:27:03.704Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
16:27:07 [2023-07-12T16:27:07.012Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
16:27:11 [2023-07-12T16:27:11.221Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
16:27:11 [2023-07-12T16:27:11.221Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
16:27:12 [2023-07-12T16:27:12.164Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
16:27:13 [2023-07-12T16:27:13.548Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
16:27:14 [2023-07-12T16:27:14.489Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
16:27:14 [2023-07-12T16:27:14.751Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
16:27:16 [2023-07-12T16:27:16.136Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
16:27:18 [2023-07-12T16:27:18.051Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
16:27:19 [2023-07-12T16:27:19.458Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
16:27:20 [2023-07-12T16:27:20.843Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
16:27:21 [2023-07-12T16:27:21.104Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
16:27:22 [2023-07-12T16:27:22.488Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
16:27:23 [2023-07-12T16:27:23.872Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
16:27:25 [2023-07-12T16:27:25.255Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
16:27:25 [2023-07-12T16:27:25.517Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
16:27:26 [2023-07-12T16:27:26.902Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
16:27:28 [2023-07-12T16:27:28.286Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
16:27:28 [2023-07-12T16:27:28.286Z] Using test binary /usr/local/cli-integration/docker
16:27:28 [2023-07-12T16:27:28.286Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
16:27:28 [2023-07-12T16:27:28.286Z] +++ /etc/init.d/apparmor start
16:27:28 [2023-07-12T16:27:28.286Z] Not: starting.
16:27:28 [2023-07-12T16:27:28.286Z] INFO: Waiting for daemon to start...
16:27:28 [2023-07-12T16:27:28.286Z] Starting dockerd
16:27:28 [2023-07-12T16:27:28.286Z] +++ 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
16:27:30 [2023-07-12T16:27:30.198Z] .
16:27:30 [2023-07-12T16:27:30.198Z] ---> Making bundle: .build-empty-images (in bundles/test-integration)
16:27:30 [2023-07-12T16:27:30.198Z] ++++ tar -cC bundles/test-integration/emptyfs .
16:27:30 [2023-07-12T16:27:30.198Z] ++++ docker load
16:27:30 [2023-07-12T16:27:30.198Z] Loaded image: emptyfs:latest
16:27:30 [2023-07-12T16:27:30.198Z] ++++ tar -cC bundles/test-integration/dangling .
16:27:30 [2023-07-12T16:27:30.198Z] ++++ docker load
16:27:30 [2023-07-12T16:27:30.198Z] Loaded image ID: sha256:0df1207206e5288f4a989a2f13d1f5b3c4e70467702c1d5d21dfc9f002b7bd43
16:27:30 [2023-07-12T16:27:30.198Z] Running integration-test (iteration 1)
16:27:30 [2023-07-12T16:27:30.198Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m 
16:27:30 [2023-07-12T16:27:30.198Z] ++ 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
16:27:30 [2023-07-12T16:27:30.198Z] ++ set -e
16:27:30 [2023-07-12T16:27:30.198Z] ++ '[' -n 0 ']'
16:27:30 [2023-07-12T16:27:30.198Z] ++ set -x
16:27:30 [2023-07-12T16:27:30.198Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m
16:27:30 [2023-07-12T16:27:30.459Z] Loaded image: busybox:latest
16:27:30 [2023-07-12T16:27:30.459Z] Loaded image: busybox:glibc
16:27:31 [2023-07-12T16:27:31.401Z] Loaded image: debian:bullseye-slim
16:27:31 [2023-07-12T16:27:31.401Z] Loaded image: hello-world:latest
16:27:31 [2023-07-12T16:27:31.401Z] Loaded image: arm32v7/hello-world:latest
16:27:31 [2023-07-12T16:27:31.401Z] INFO: Testing against a local daemon
16:27:31 [2023-07-12T16:27:31.401Z] === RUN   TestCgroupNamespacesBuild
16:27:32 [2023-07-12T16:27:32.785Z] --- PASS: TestCgroupNamespacesBuild (1.15s)
16:27:32 [2023-07-12T16:27:32.785Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
16:27:33 [2023-07-12T16:27:33.727Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.13s)
16:27:33 [2023-07-12T16:27:33.727Z] === RUN   TestBuildWithSession
16:27:33 [2023-07-12T16:27:33.727Z]     build_session_test.go:25: TODO: BuildKit
16:27:33 [2023-07-12T16:27:33.727Z] --- SKIP: TestBuildWithSession (0.00s)
16:27:33 [2023-07-12T16:27:33.727Z] === RUN   TestBuildSquashParent
16:27:37 [2023-07-12T16:27:37.027Z] --- PASS: TestBuildSquashParent (3.35s)
16:27:37 [2023-07-12T16:27:37.027Z] === RUN   TestBuildWithRemoveAndForceRemove
16:27:37 [2023-07-12T16:27:37.027Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
16:27:37 [2023-07-12T16:27:37.027Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
16:27:37 [2023-07-12T16:27:37.027Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
16:27:37 [2023-07-12T16:27:37.027Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
16:27:37 [2023-07-12T16:27:37.027Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
16:27:37 [2023-07-12T16:27:37.027Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
16:27:37 [2023-07-12T16:27:37.027Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
16:27:37 [2023-07-12T16:27:37.027Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
16:27:37 [2023-07-12T16:27:37.027Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
16:27:37 [2023-07-12T16:27:37.027Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
16:27:37 [2023-07-12T16:27:37.027Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
16:27:37 [2023-07-12T16:27:37.027Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
16:27:37 [2023-07-12T16:27:37.027Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
16:27:37 [2023-07-12T16:27:37.027Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
16:27:37 [2023-07-12T16:27:37.027Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
16:27:37 [2023-07-12T16:27:37.027Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
16:27:37 [2023-07-12T16:27:37.027Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
16:27:37 [2023-07-12T16:27:37.027Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
16:27:40 [2023-07-12T16:27:40.327Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
16:27:40 [2023-07-12T16:27:40.327Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.51s)
16:27:40 [2023-07-12T16:27:40.327Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.55s)
16:27:40 [2023-07-12T16:27:40.327Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.72s)
16:27:40 [2023-07-12T16:27:40.327Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.12s)
16:27:40 [2023-07-12T16:27:40.327Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.33s)
16:27:40 [2023-07-12T16:27:40.327Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.36s)
16:27:40 [2023-07-12T16:27:40.327Z] === RUN   TestBuildMultiStageCopy
16:27:40 [2023-07-12T16:27:40.327Z] === RUN   TestBuildMultiStageCopy/copy_to_root
16:27:41 [2023-07-12T16:27:41.710Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
16:27:41 [2023-07-12T16:27:41.710Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
16:27:41 [2023-07-12T16:27:41.710Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
16:27:41 [2023-07-12T16:27:41.710Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
16:27:41 [2023-07-12T16:27:41.710Z] --- PASS: TestBuildMultiStageCopy (1.21s)
16:27:41 [2023-07-12T16:27:41.710Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (0.99s)
16:27:41 [2023-07-12T16:27:41.710Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.05s)
16:27:41 [2023-07-12T16:27:41.710Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.05s)
16:27:41 [2023-07-12T16:27:41.710Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.06s)
16:27:41 [2023-07-12T16:27:41.710Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.06s)
16:27:41 [2023-07-12T16:27:41.710Z] === RUN   TestBuildMultiStageParentConfig
16:27:41 [2023-07-12T16:27:41.971Z] --- PASS: TestBuildMultiStageParentConfig (0.26s)
16:27:41 [2023-07-12T16:27:41.971Z] === RUN   TestBuildLabelWithTargets
16:27:42 [2023-07-12T16:27:42.232Z] --- PASS: TestBuildLabelWithTargets (0.42s)
16:27:42 [2023-07-12T16:27:42.232Z] === RUN   TestBuildWithEmptyLayers
16:27:42 [2023-07-12T16:27:42.493Z] --- PASS: TestBuildWithEmptyLayers (0.09s)
16:27:42 [2023-07-12T16:27:42.493Z] === RUN   TestBuildMultiStageOnBuild
16:27:43 [2023-07-12T16:27:43.435Z] --- PASS: TestBuildMultiStageOnBuild (1.11s)
16:27:43 [2023-07-12T16:27:43.435Z] === RUN   TestBuildUncleanTarFilenames
16:27:43 [2023-07-12T16:27:43.696Z] --- PASS: TestBuildUncleanTarFilenames (0.11s)
16:27:43 [2023-07-12T16:27:43.696Z] === RUN   TestBuildMultiStageLayerLeak
16:27:44 [2023-07-12T16:27:44.637Z] --- PASS: TestBuildMultiStageLayerLeak (1.07s)
16:27:44 [2023-07-12T16:27:44.637Z] === RUN   TestBuildWithHugeFile
16:28:31 [2023-07-12T16:28:31.374Z] --- PASS: TestBuildWithHugeFile (43.71s)
16:28:31 [2023-07-12T16:28:31.374Z] === RUN   TestBuildWCOWSandboxSize
16:28:31 [2023-07-12T16:28:31.374Z]     build_test.go:528: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
16:28:31 [2023-07-12T16:28:31.374Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
16:28:31 [2023-07-12T16:28:31.374Z] === RUN   TestBuildWithEmptyDockerfile
16:28:31 [2023-07-12T16:28:31.374Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
16:28:31 [2023-07-12T16:28:31.374Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
16:28:31 [2023-07-12T16:28:31.374Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
16:28:31 [2023-07-12T16:28:31.374Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
16:28:31 [2023-07-12T16:28:31.374Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
16:28:31 [2023-07-12T16:28:31.374Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
16:28:31 [2023-07-12T16:28:31.374Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
16:28:31 [2023-07-12T16:28:31.374Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
16:28:31 [2023-07-12T16:28:31.374Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
16:28:31 [2023-07-12T16:28:31.374Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
16:28:31 [2023-07-12T16:28:31.374Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s)
16:28:31 [2023-07-12T16:28:31.374Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s)
16:28:31 [2023-07-12T16:28:31.374Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s)
16:28:31 [2023-07-12T16:28:31.374Z] === RUN   TestBuildPreserveOwnership
16:28:31 [2023-07-12T16:28:31.374Z] === RUN   TestBuildPreserveOwnership/copy_from
16:28:31 [2023-07-12T16:28:31.374Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
16:28:31 [2023-07-12T16:28:31.374Z] --- PASS: TestBuildPreserveOwnership (2.13s)
16:28:31 [2023-07-12T16:28:31.374Z]     --- PASS: TestBuildPreserveOwnership/copy_from (1.47s)
16:28:31 [2023-07-12T16:28:31.374Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.66s)
16:28:31 [2023-07-12T16:28:31.374Z] === RUN   TestBuildPlatformInvalid
16:28:31 [2023-07-12T16:28:31.374Z] --- PASS: TestBuildPlatformInvalid (0.03s)
16:28:31 [2023-07-12T16:28:31.374Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
16:28:31 [2023-07-12T16:28:31.374Z] Loaded image: busybox:latest
16:28:31 [2023-07-12T16:28:31.374Z] Loaded image: busybox:glibc
16:28:32 [2023-07-12T16:28:32.316Z] Loaded image: debian:bullseye-slim
16:28:32 [2023-07-12T16:28:32.316Z] Loaded image: hello-world:latest
16:28:32 [2023-07-12T16:28:32.316Z] Loaded image: arm32v7/hello-world:latest
16:28:40 [2023-07-12T16:28:40.452Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.41s)
16:28:40 [2023-07-12T16:28:40.452Z] PASS
16:28:40 [2023-07-12T16:28:40.452Z] 
16:28:40 [2023-07-12T16:28:40.452Z] === Skipped
16:28:40 [2023-07-12T16:28:40.452Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s)
16:28:40 [2023-07-12T16:28:40.452Z]     build_session_test.go:25: TODO: BuildKit
16:28:40 [2023-07-12T16:28:40.452Z] 
16:28:40 [2023-07-12T16:28:40.452Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s)
16:28:40 [2023-07-12T16:28:40.452Z]     build_test.go:528: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
16:28:40 [2023-07-12T16:28:40.452Z] 
16:28:40 [2023-07-12T16:28:40.452Z] DONE 34 tests, 2 skipped in 69.812s
16:28:40 [2023-07-12T16:28:40.452Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m 
16:28:40 [2023-07-12T16:28:40.452Z] ++ 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
16:28:40 [2023-07-12T16:28:40.452Z] ++ set -e
16:28:40 [2023-07-12T16:28:40.452Z] ++ '[' -n 0 ']'
16:28:40 [2023-07-12T16:28:40.452Z] ++ set -x
16:28:40 [2023-07-12T16:28:40.452Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m
16:28:40 [2023-07-12T16:28:40.452Z] INFO: Testing against a local daemon
16:28:40 [2023-07-12T16:28:40.452Z] === RUN   TestConfigInspect
16:28:41 [2023-07-12T16:28:41.836Z] --- PASS: TestConfigInspect (1.90s)
16:28:41 [2023-07-12T16:28:41.836Z] === RUN   TestConfigList
16:28:43 [2023-07-12T16:28:43.749Z] --- PASS: TestConfigList (1.88s)
16:28:43 [2023-07-12T16:28:43.749Z] === RUN   TestConfigsCreateAndDelete
16:28:45 [2023-07-12T16:28:45.662Z] --- PASS: TestConfigsCreateAndDelete (1.89s)
16:28:45 [2023-07-12T16:28:45.662Z] === RUN   TestConfigsUpdate
16:28:47 [2023-07-12T16:28:47.575Z] --- PASS: TestConfigsUpdate (1.89s)
16:28:47 [2023-07-12T16:28:47.575Z] === RUN   TestTemplatedConfig
16:28:50 [2023-07-12T16:28:50.874Z] --- PASS: TestTemplatedConfig (2.71s)
16:28:50 [2023-07-12T16:28:50.874Z] === RUN   TestConfigCreateResolve
16:28:52 [2023-07-12T16:28:52.258Z] --- PASS: TestConfigCreateResolve (1.90s)
16:28:52 [2023-07-12T16:28:52.258Z] PASS
16:28:52 [2023-07-12T16:28:52.258Z] 
16:28:52 [2023-07-12T16:28:52.258Z] DONE 6 tests in 12.208s
16:28:52 [2023-07-12T16:28:52.258Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m 
16:28:52 [2023-07-12T16:28:52.258Z] ++ 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
16:28:52 [2023-07-12T16:28:52.258Z] ++ set -e
16:28:52 [2023-07-12T16:28:52.258Z] ++ '[' -n 0 ']'
16:28:52 [2023-07-12T16:28:52.258Z] ++ set -x
16:28:52 [2023-07-12T16:28:52.258Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m
16:28:52 [2023-07-12T16:28:52.258Z] INFO: Testing against a local daemon
16:28:52 [2023-07-12T16:28:52.258Z] === RUN   TestAttachWithTTY
16:28:52 [2023-07-12T16:28:52.258Z] --- PASS: TestAttachWithTTY (0.08s)
16:28:52 [2023-07-12T16:28:52.258Z] === RUN   TestAttachWithoutTTy
16:28:52 [2023-07-12T16:28:52.519Z] --- PASS: TestAttachWithoutTTy (0.04s)
16:28:52 [2023-07-12T16:28:52.519Z] === RUN   TestCreateWithCDIDevices
16:28:53 [2023-07-12T16:28:53.461Z] --- PASS: TestCreateWithCDIDevices (1.04s)
16:28:53 [2023-07-12T16:28:53.461Z] === RUN   TestCheckpoint
16:28:53 [2023-07-12T16:28:53.461Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
16:28:53 [2023-07-12T16:28:53.461Z] --- SKIP: TestCheckpoint (0.00s)
16:28:53 [2023-07-12T16:28:53.461Z] === RUN   TestContainerInvalidJSON
16:28:53 [2023-07-12T16:28:53.461Z] === RUN   TestContainerInvalidJSON/commit
16:28:53 [2023-07-12T16:28:53.461Z] === PAUSE TestContainerInvalidJSON/commit
16:28:53 [2023-07-12T16:28:53.461Z] === RUN   TestContainerInvalidJSON/containers/create
16:28:53 [2023-07-12T16:28:53.461Z] === PAUSE TestContainerInvalidJSON/containers/create
16:28:53 [2023-07-12T16:28:53.461Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
16:28:53 [2023-07-12T16:28:53.461Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
16:28:53 [2023-07-12T16:28:53.461Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
16:28:53 [2023-07-12T16:28:53.461Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
16:28:53 [2023-07-12T16:28:53.461Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
16:28:53 [2023-07-12T16:28:53.461Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
16:28:53 [2023-07-12T16:28:53.461Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
16:28:53 [2023-07-12T16:28:53.461Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
16:28:53 [2023-07-12T16:28:53.461Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
16:28:53 [2023-07-12T16:28:53.461Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
16:28:53 [2023-07-12T16:28:53.461Z] === CONT  TestContainerInvalidJSON/commit
16:28:53 [2023-07-12T16:28:53.461Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
16:28:53 [2023-07-12T16:28:53.461Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
16:28:53 [2023-07-12T16:28:53.461Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
16:28:53 [2023-07-12T16:28:53.461Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
16:28:53 [2023-07-12T16:28:53.461Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
16:28:53 [2023-07-12T16:28:53.461Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
16:28:53 [2023-07-12T16:28:53.461Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
16:28:53 [2023-07-12T16:28:53.461Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
16:28:53 [2023-07-12T16:28:53.461Z] === CONT  TestContainerInvalidJSON/containers/create
16:28:53 [2023-07-12T16:28:53.461Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
16:28:53 [2023-07-12T16:28:53.461Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
16:28:53 [2023-07-12T16:28:53.461Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
16:28:53 [2023-07-12T16:28:53.461Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
16:28:53 [2023-07-12T16:28:53.461Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
16:28:53 [2023-07-12T16:28:53.461Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
16:28:53 [2023-07-12T16:28:53.461Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
16:28:53 [2023-07-12T16:28:53.461Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
16:28:53 [2023-07-12T16:28:53.461Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
16:28:53 [2023-07-12T16:28:53.461Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
16:28:53 [2023-07-12T16:28:53.461Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
16:28:53 [2023-07-12T16:28:53.461Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
16:28:53 [2023-07-12T16:28:53.461Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
16:28:53 [2023-07-12T16:28:53.461Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
16:28:53 [2023-07-12T16:28:53.461Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
16:28:53 [2023-07-12T16:28:53.461Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
16:28:53 [2023-07-12T16:28:53.461Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
16:28:53 [2023-07-12T16:28:53.461Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
16:28:53 [2023-07-12T16:28:53.461Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
16:28:53 [2023-07-12T16:28:53.461Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
16:28:53 [2023-07-12T16:28:53.461Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
16:28:53 [2023-07-12T16:28:53.461Z] === RUN   TestContainerInvalidJSON/commit/empty_body
16:28:53 [2023-07-12T16:28:53.461Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
16:28:53 [2023-07-12T16:28:53.461Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
16:28:53 [2023-07-12T16:28:53.461Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
16:28:53 [2023-07-12T16:28:53.461Z] --- PASS: TestContainerInvalidJSON (0.01s)
16:28:53 [2023-07-12T16:28:53.461Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
16:28:53 [2023-07-12T16:28:53.461Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
16:28:53 [2023-07-12T16:28:53.461Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
16:28:53 [2023-07-12T16:28:53.461Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
16:28:53 [2023-07-12T16:28:53.461Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
16:28:53 [2023-07-12T16:28:53.461Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
16:28:53 [2023-07-12T16:28:53.461Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
16:28:53 [2023-07-12T16:28:53.461Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
16:28:53 [2023-07-12T16:28:53.461Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
16:28:53 [2023-07-12T16:28:53.461Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
16:28:53 [2023-07-12T16:28:53.461Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
16:28:53 [2023-07-12T16:28:53.461Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
16:28:53 [2023-07-12T16:28:53.461Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
16:28:53 [2023-07-12T16:28:53.461Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
16:28:53 [2023-07-12T16:28:53.461Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
16:28:53 [2023-07-12T16:28:53.461Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
16:28:53 [2023-07-12T16:28:53.461Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
16:28:53 [2023-07-12T16:28:53.461Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
16:28:53 [2023-07-12T16:28:53.461Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
16:28:53 [2023-07-12T16:28:53.461Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
16:28:53 [2023-07-12T16:28:53.461Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
16:28:53 [2023-07-12T16:28:53.461Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
16:28:53 [2023-07-12T16:28:53.461Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
16:28:53 [2023-07-12T16:28:53.461Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
16:28:53 [2023-07-12T16:28:53.461Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
16:28:53 [2023-07-12T16:28:53.461Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
16:28:53 [2023-07-12T16:28:53.461Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
16:28:53 [2023-07-12T16:28:53.461Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
16:28:53 [2023-07-12T16:28:53.461Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
16:28:53 [2023-07-12T16:28:53.461Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
16:28:53 [2023-07-12T16:28:53.461Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
16:28:53 [2023-07-12T16:28:53.461Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
16:28:53 [2023-07-12T16:28:53.461Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
16:28:53 [2023-07-12T16:28:53.461Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
16:28:53 [2023-07-12T16:28:53.461Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
16:28:53 [2023-07-12T16:28:53.461Z] === RUN   TestCopyFromContainerPathDoesNotExist
16:28:53 [2023-07-12T16:28:53.461Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s)
16:28:53 [2023-07-12T16:28:53.461Z] === RUN   TestCopyFromContainerPathIsNotDir
16:28:53 [2023-07-12T16:28:53.461Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s)
16:28:53 [2023-07-12T16:28:53.461Z] === RUN   TestCopyToContainerPathDoesNotExist
16:28:53 [2023-07-12T16:28:53.722Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s)
16:28:53 [2023-07-12T16:28:53.722Z] === RUN   TestCopyEmptyFile
16:28:53 [2023-07-12T16:28:53.722Z] --- PASS: TestCopyEmptyFile (0.06s)
16:28:53 [2023-07-12T16:28:53.722Z] === RUN   TestCopyToContainerPathIsNotDir
16:28:53 [2023-07-12T16:28:53.722Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s)
16:28:53 [2023-07-12T16:28:53.722Z] === RUN   TestCopyFromContainer
16:28:54 [2023-07-12T16:28:54.399Z] === RUN   TestCopyFromContainer//
16:28:54 [2023-07-12T16:28:54.399Z] === RUN   TestCopyFromContainer/.
16:28:54 [2023-07-12T16:28:54.399Z] === RUN   TestCopyFromContainer//.
16:28:54 [2023-07-12T16:28:54.399Z] === RUN   TestCopyFromContainer/./
16:28:54 [2023-07-12T16:28:54.399Z] === RUN   TestCopyFromContainer//./
16:28:54 [2023-07-12T16:28:54.399Z] === RUN   TestCopyFromContainer//bar/root
16:28:54 [2023-07-12T16:28:54.399Z] === RUN   TestCopyFromContainer//bar/root/
16:28:54 [2023-07-12T16:28:54.399Z] === RUN   TestCopyFromContainer//bar/root/.
16:28:54 [2023-07-12T16:28:54.399Z] === RUN   TestCopyFromContainer/bar/quux
16:28:54 [2023-07-12T16:28:54.399Z] === RUN   TestCopyFromContainer/bar/quux/
16:28:54 [2023-07-12T16:28:54.399Z] === RUN   TestCopyFromContainer/bar/quux/.
16:28:54 [2023-07-12T16:28:54.399Z] === RUN   TestCopyFromContainer/bar/quux/baz
16:28:54 [2023-07-12T16:28:54.399Z] === RUN   TestCopyFromContainer/bar/filesymlink
16:28:54 [2023-07-12T16:28:54.399Z] === RUN   TestCopyFromContainer/bar/dirsymlink
16:28:54 [2023-07-12T16:28:54.399Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
16:28:54 [2023-07-12T16:28:54.399Z] === RUN   TestCopyFromContainer/bar/dirsymlink/.
16:28:54 [2023-07-12T16:28:54.399Z] === RUN   TestCopyFromContainer/bar/notarget
16:28:54 [2023-07-12T16:28:54.399Z] --- PASS: TestCopyFromContainer (0.74s)
16:28:54 [2023-07-12T16:28:54.399Z]     --- PASS: TestCopyFromContainer// (0.01s)
16:28:54 [2023-07-12T16:28:54.399Z]     --- PASS: TestCopyFromContainer/. (0.01s)
16:28:54 [2023-07-12T16:28:54.399Z]     --- PASS: TestCopyFromContainer//. (0.01s)
16:28:54 [2023-07-12T16:28:54.399Z]     --- PASS: TestCopyFromContainer/./ (0.01s)
16:28:54 [2023-07-12T16:28:54.399Z]     --- PASS: TestCopyFromContainer//./ (0.01s)
16:28:54 [2023-07-12T16:28:54.399Z]     --- PASS: TestCopyFromContainer//bar/root (0.01s)
16:28:54 [2023-07-12T16:28:54.399Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.01s)
16:28:54 [2023-07-12T16:28:54.399Z]     --- PASS: TestCopyFromContainer//bar/root/. (0.02s)
16:28:54 [2023-07-12T16:28:54.399Z]     --- PASS: TestCopyFromContainer/bar/quux (0.01s)
16:28:54 [2023-07-12T16:28:54.399Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.01s)
16:28:54 [2023-07-12T16:28:54.399Z]     --- PASS: TestCopyFromContainer/bar/quux/. (0.00s)
16:28:54 [2023-07-12T16:28:54.399Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.01s)
16:28:54 [2023-07-12T16:28:54.399Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.01s)
16:28:54 [2023-07-12T16:28:54.399Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.00s)
16:28:54 [2023-07-12T16:28:54.399Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.00s)
16:28:54 [2023-07-12T16:28:54.399Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/. (0.01s)
16:28:54 [2023-07-12T16:28:54.399Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.00s)
16:28:54 [2023-07-12T16:28:54.399Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
16:28:54 [2023-07-12T16:28:54.399Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
16:28:54 [2023-07-12T16:28:54.399Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
16:28:54 [2023-07-12T16:28:54.399Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
16:28:54 [2023-07-12T16:28:54.399Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
16:28:54 [2023-07-12T16:28:54.399Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
16:28:54 [2023-07-12T16:28:54.399Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
16:28:54 [2023-07-12T16:28:54.399Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
16:28:54 [2023-07-12T16:28:54.399Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
16:28:54 [2023-07-12T16:28:54.399Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
16:28:54 [2023-07-12T16:28:54.399Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
16:28:54 [2023-07-12T16:28:54.399Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
16:28:54 [2023-07-12T16:28:54.399Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
16:28:54 [2023-07-12T16:28:54.399Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
16:28:54 [2023-07-12T16:28:54.399Z] === RUN   TestCreateLinkToNonExistingContainer
16:28:54 [2023-07-12T16:28:54.399Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s)
16:28:54 [2023-07-12T16:28:54.399Z] === RUN   TestCreateWithInvalidEnv
16:28:54 [2023-07-12T16:28:54.399Z] === RUN   TestCreateWithInvalidEnv/0
16:28:54 [2023-07-12T16:28:54.399Z] === PAUSE TestCreateWithInvalidEnv/0
16:28:54 [2023-07-12T16:28:54.399Z] === RUN   TestCreateWithInvalidEnv/1
16:28:54 [2023-07-12T16:28:54.399Z] === PAUSE TestCreateWithInvalidEnv/1
16:28:54 [2023-07-12T16:28:54.399Z] === RUN   TestCreateWithInvalidEnv/2
16:28:54 [2023-07-12T16:28:54.399Z] === PAUSE TestCreateWithInvalidEnv/2
16:28:54 [2023-07-12T16:28:54.399Z] === CONT  TestCreateWithInvalidEnv/0
16:28:54 [2023-07-12T16:28:54.399Z] === CONT  TestCreateWithInvalidEnv/1
16:28:54 [2023-07-12T16:28:54.399Z] === CONT  TestCreateWithInvalidEnv/2
16:28:54 [2023-07-12T16:28:54.399Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
16:28:54 [2023-07-12T16:28:54.399Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
16:28:54 [2023-07-12T16:28:54.399Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
16:28:54 [2023-07-12T16:28:54.399Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
16:28:54 [2023-07-12T16:28:54.399Z] === RUN   TestCreateTmpfsMountsTarget
16:28:54 [2023-07-12T16:28:54.399Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
16:28:54 [2023-07-12T16:28:54.399Z] === RUN   TestCreateWithCustomMaskedPaths
16:28:55 [2023-07-12T16:28:55.784Z] --- PASS: TestCreateWithCustomMaskedPaths (1.27s)
16:28:55 [2023-07-12T16:28:55.784Z] === RUN   TestCreateWithCustomReadonlyPaths
16:28:57 [2023-07-12T16:28:57.179Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.30s)
16:28:57 [2023-07-12T16:28:57.179Z] === RUN   TestCreateWithInvalidHealthcheckParams
16:28:57 [2023-07-12T16:28:57.179Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
16:28:57 [2023-07-12T16:28:57.179Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
16:28:57 [2023-07-12T16:28:57.179Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
16:28:57 [2023-07-12T16:28:57.179Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
16:28:57 [2023-07-12T16:28:57.179Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
16:28:57 [2023-07-12T16:28:57.179Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
16:28:57 [2023-07-12T16:28:57.179Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
16:28:57 [2023-07-12T16:28:57.179Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
16:28:57 [2023-07-12T16:28:57.179Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
16:28:57 [2023-07-12T16:28:57.179Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
16:28:57 [2023-07-12T16:28:57.179Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
16:28:57 [2023-07-12T16:28:57.179Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
16:28:57 [2023-07-12T16:28:57.179Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
16:28:57 [2023-07-12T16:28:57.179Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
16:28:57 [2023-07-12T16:28:57.179Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
16:28:57 [2023-07-12T16:28:57.179Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
16:28:57 [2023-07-12T16:28:57.179Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
16:28:57 [2023-07-12T16:28:57.179Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
16:28:57 [2023-07-12T16:28:57.179Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
16:28:57 [2023-07-12T16:28:57.179Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
16:28:57 [2023-07-12T16:28:57.179Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
16:28:57 [2023-07-12T16:28:57.179Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
16:28:57 [2023-07-12T16:28:57.447Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.45s)
16:28:57 [2023-07-12T16:28:57.447Z] === RUN   TestCreateDifferentPlatform
16:28:57 [2023-07-12T16:28:57.447Z] === RUN   TestCreateDifferentPlatform/different_os
16:28:57 [2023-07-12T16:28:57.708Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
16:28:57 [2023-07-12T16:28:57.708Z] --- PASS: TestCreateDifferentPlatform (0.01s)
16:28:57 [2023-07-12T16:28:57.708Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
16:28:57 [2023-07-12T16:28:57.708Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
16:28:57 [2023-07-12T16:28:57.708Z] === RUN   TestCreateVolumesFromNonExistingContainer
16:28:57 [2023-07-12T16:28:57.708Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s)
16:28:57 [2023-07-12T16:28:57.708Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
16:28:57 [2023-07-12T16:28:57.708Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.03s)
16:28:57 [2023-07-12T16:28:57.708Z] === RUN   TestCreateInvalidHostConfig
16:28:57 [2023-07-12T16:28:57.708Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
16:28:57 [2023-07-12T16:28:57.708Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
16:28:57 [2023-07-12T16:28:57.708Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
16:28:57 [2023-07-12T16:28:57.708Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
16:28:57 [2023-07-12T16:28:57.708Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
16:28:57 [2023-07-12T16:28:57.708Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
16:28:57 [2023-07-12T16:28:57.708Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
16:28:57 [2023-07-12T16:28:57.708Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
16:28:57 [2023-07-12T16:28:57.708Z] === RUN   TestCreateInvalidHostConfig/invalid_Annotations
16:28:57 [2023-07-12T16:28:57.708Z] === PAUSE TestCreateInvalidHostConfig/invalid_Annotations
16:28:57 [2023-07-12T16:28:57.708Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
16:28:57 [2023-07-12T16:28:57.708Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
16:28:57 [2023-07-12T16:28:57.708Z] === CONT  TestCreateInvalidHostConfig/invalid_Annotations
16:28:57 [2023-07-12T16:28:57.708Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
16:28:57 [2023-07-12T16:28:57.708Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
16:28:57 [2023-07-12T16:28:57.708Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
16:28:57 [2023-07-12T16:28:57.708Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
16:28:57 [2023-07-12T16:28:57.708Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
16:28:57 [2023-07-12T16:28:57.709Z]     --- PASS: TestCreateInvalidHostConfig/invalid_Annotations (0.00s)
16:28:57 [2023-07-12T16:28:57.709Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
16:28:57 [2023-07-12T16:28:57.709Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
16:28:57 [2023-07-12T16:28:57.709Z] === RUN   TestContainerStartOnDaemonRestart
16:28:57 [2023-07-12T16:28:57.709Z] === PAUSE TestContainerStartOnDaemonRestart
16:28:57 [2023-07-12T16:28:57.709Z] === RUN   TestDaemonRestartIpcMode
16:28:57 [2023-07-12T16:28:57.709Z] === PAUSE TestDaemonRestartIpcMode
16:28:57 [2023-07-12T16:28:57.709Z] === RUN   TestDaemonHostGatewayIP
16:28:57 [2023-07-12T16:28:57.709Z] === PAUSE TestDaemonHostGatewayIP
16:28:57 [2023-07-12T16:28:57.709Z] === RUN   TestRestartDaemonWithRestartingContainer
16:28:57 [2023-07-12T16:28:57.709Z] === PAUSE TestRestartDaemonWithRestartingContainer
16:28:57 [2023-07-12T16:28:57.709Z] === RUN   TestHardRestartWhenContainerIsRunning
16:28:57 [2023-07-12T16:28:57.709Z] === PAUSE TestHardRestartWhenContainerIsRunning
16:28:57 [2023-07-12T16:28:57.709Z] === RUN   TestContainerKillOnDaemonStart
16:28:57 [2023-07-12T16:28:57.709Z] === PAUSE TestContainerKillOnDaemonStart
16:28:57 [2023-07-12T16:28:57.709Z] === RUN   TestDiff
16:28:58 [2023-07-12T16:28:58.279Z] --- PASS: TestDiff (0.47s)
16:28:58 [2023-07-12T16:28:58.279Z] === RUN   TestExecConsoleSize
16:28:58 [2023-07-12T16:28:58.540Z] --- PASS: TestExecConsoleSize (0.52s)
16:28:58 [2023-07-12T16:28:58.540Z] === RUN   TestExecWithCloseStdin
16:28:59 [2023-07-12T16:28:59.111Z] --- PASS: TestExecWithCloseStdin (0.53s)
16:28:59 [2023-07-12T16:28:59.111Z] === RUN   TestExec
16:28:59 [2023-07-12T16:28:59.682Z] --- PASS: TestExec (0.52s)
16:28:59 [2023-07-12T16:28:59.682Z] === RUN   TestExecUser
16:29:00 [2023-07-12T16:29:00.253Z] --- PASS: TestExecUser (0.54s)
16:29:00 [2023-07-12T16:29:00.253Z] === RUN   TestExportContainerAndImportImage
16:29:00 [2023-07-12T16:29:00.824Z] --- PASS: TestExportContainerAndImportImage (0.54s)
16:29:00 [2023-07-12T16:29:00.824Z] === RUN   TestExportContainerAfterDaemonRestart
16:29:07 [2023-07-12T16:29:07.406Z] --- PASS: TestExportContainerAfterDaemonRestart (6.14s)
16:29:07 [2023-07-12T16:29:07.406Z] === RUN   TestHealthCheckWorkdir
16:29:07 [2023-07-12T16:29:07.406Z] --- PASS: TestHealthCheckWorkdir (0.63s)
16:29:07 [2023-07-12T16:29:07.406Z] === RUN   TestHealthKillContainer
16:29:15 [2023-07-12T16:29:15.541Z] --- PASS: TestHealthKillContainer (7.95s)
16:29:15 [2023-07-12T16:29:15.541Z] === RUN   TestHealthCheckProcessKilled
16:29:16 [2023-07-12T16:29:16.111Z] --- PASS: TestHealthCheckProcessKilled (0.69s)
16:29:16 [2023-07-12T16:29:16.111Z] === RUN   TestHealthStartInterval
16:29:17 [2023-07-12T16:29:17.494Z]     health_test.go:145: &{2023-07-12 16:29:17.273417452 +0000 UTC 2023-07-12 16:29:17.324341651 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
16:29:17 [2023-07-12T16:29:17.494Z]         }
16:29:17 [2023-07-12T16:29:17.494Z]     health_test.go:145: &{2023-07-12 16:29:17.273417452 +0000 UTC 2023-07-12 16:29:17.324341651 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
16:29:17 [2023-07-12T16:29:17.494Z]         }
16:29:17 [2023-07-12T16:29:17.755Z]     health_test.go:145: &{2023-07-12 16:29:17.273417452 +0000 UTC 2023-07-12 16:29:17.324341651 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
16:29:17 [2023-07-12T16:29:17.755Z]         }
16:29:17 [2023-07-12T16:29:17.755Z]     health_test.go:145: &{2023-07-12 16:29:17.273417452 +0000 UTC 2023-07-12 16:29:17.324341651 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
16:29:17 [2023-07-12T16:29:17.755Z]         }
16:29:18 [2023-07-12T16:29:18.015Z]     health_test.go:145: &{2023-07-12 16:29:17.273417452 +0000 UTC 2023-07-12 16:29:17.324341651 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
16:29:18 [2023-07-12T16:29:18.015Z]         }
16:29:18 [2023-07-12T16:29:18.015Z]     health_test.go:145: &{2023-07-12 16:29:17.273417452 +0000 UTC 2023-07-12 16:29:17.324341651 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
16:29:18 [2023-07-12T16:29:18.015Z]         }
16:29:18 [2023-07-12T16:29:18.015Z]     health_test.go:145: &{2023-07-12 16:29:17.273417452 +0000 UTC 2023-07-12 16:29:17.324341651 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
16:29:18 [2023-07-12T16:29:18.015Z]         }
16:29:18 [2023-07-12T16:29:18.275Z]     health_test.go:145: &{2023-07-12 16:29:17.273417452 +0000 UTC 2023-07-12 16:29:17.324341651 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
16:29:18 [2023-07-12T16:29:18.275Z]         }
16:29:18 [2023-07-12T16:29:18.275Z]     health_test.go:145: &{2023-07-12 16:29:17.273417452 +0000 UTC 2023-07-12 16:29:17.324341651 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
16:29:18 [2023-07-12T16:29:18.275Z]         }
16:29:18 [2023-07-12T16:29:18.536Z]     health_test.go:145: &{2023-07-12 16:29:17.273417452 +0000 UTC 2023-07-12 16:29:17.324341651 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
16:29:18 [2023-07-12T16:29:18.536Z]         }
16:29:18 [2023-07-12T16:29:18.536Z]     health_test.go:145: &{2023-07-12 16:29:17.273417452 +0000 UTC 2023-07-12 16:29:17.324341651 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
16:29:18 [2023-07-12T16:29:18.536Z]         }
16:29:18 [2023-07-12T16:29:18.536Z]     health_test.go:145: &{2023-07-12 16:29:18.332652693 +0000 UTC 2023-07-12 16:29:18.399443544 +0000 UTC 1 2}
16:29:18 [2023-07-12T16:29:18.796Z]     health_test.go:145: &{2023-07-12 16:29:18.332652693 +0000 UTC 2023-07-12 16:29:18.399443544 +0000 UTC 1 2}
16:29:18 [2023-07-12T16:29:18.796Z]     health_test.go:145: &{2023-07-12 16:29:18.332652693 +0000 UTC 2023-07-12 16:29:18.399443544 +0000 UTC 1 2}
16:29:18 [2023-07-12T16:29:18.796Z]     health_test.go:145: &{2023-07-12 16:29:18.332652693 +0000 UTC 2023-07-12 16:29:18.399443544 +0000 UTC 1 2}
16:29:19 [2023-07-12T16:29:19.056Z]     health_test.go:145: &{2023-07-12 16:29:18.332652693 +0000 UTC 2023-07-12 16:29:18.399443544 +0000 UTC 1 2}
16:29:19 [2023-07-12T16:29:19.056Z]     health_test.go:145: &{2023-07-12 16:29:18.332652693 +0000 UTC 2023-07-12 16:29:18.399443544 +0000 UTC 1 2}
16:29:19 [2023-07-12T16:29:19.316Z]     health_test.go:145: &{2023-07-12 16:29:18.332652693 +0000 UTC 2023-07-12 16:29:18.399443544 +0000 UTC 1 2}
16:29:19 [2023-07-12T16:29:19.316Z]     health_test.go:145: &{2023-07-12 16:29:18.332652693 +0000 UTC 2023-07-12 16:29:18.399443544 +0000 UTC 1 2}
16:29:19 [2023-07-12T16:29:19.316Z]     health_test.go:145: &{2023-07-12 16:29:18.332652693 +0000 UTC 2023-07-12 16:29:18.399443544 +0000 UTC 1 2}
16:29:19 [2023-07-12T16:29:19.577Z]     health_test.go:145: &{2023-07-12 16:29:18.332652693 +0000 UTC 2023-07-12 16:29:18.399443544 +0000 UTC 1 2}
16:29:19 [2023-07-12T16:29:19.577Z]     health_test.go:173: 1.073293151s
16:29:20 [2023-07-12T16:29:20.517Z]     health_test.go:173: 1.073293151s
16:29:21 [2023-07-12T16:29:21.899Z]     health_test.go:173: 1.073293151s
16:29:22 [2023-07-12T16:29:22.840Z]     health_test.go:173: 1.073293151s
16:29:23 [2023-07-12T16:29:23.780Z]     health_test.go:173: 1.073293151s
16:29:24 [2023-07-12T16:29:24.721Z]     health_test.go:173: 1.073293151s
16:29:25 [2023-07-12T16:29:25.661Z]     health_test.go:173: 1.073293151s
16:29:26 [2023-07-12T16:29:26.602Z]     health_test.go:173: 1.073293151s
16:29:27 [2023-07-12T16:29:27.542Z]     health_test.go:173: 1.073293151s
16:29:28 [2023-07-12T16:29:28.942Z]     health_test.go:173: 1.073293151s
16:29:29 [2023-07-12T16:29:29.534Z]     health_test.go:173: 1.073293151s
16:29:30 [2023-07-12T16:29:30.916Z]     health_test.go:173: 1.073293151s
16:29:31 [2023-07-12T16:29:31.856Z]     health_test.go:173: 1.073293151s
16:29:32 [2023-07-12T16:29:32.796Z]     health_test.go:173: 1.073293151s
16:29:33 [2023-07-12T16:29:33.737Z]     health_test.go:173: 1.073293151s
16:29:34 [2023-07-12T16:29:34.677Z]     health_test.go:173: 1.073293151s
16:29:35 [2023-07-12T16:29:35.618Z]     health_test.go:173: 1.073293151s
16:29:36 [2023-07-12T16:29:36.559Z]     health_test.go:173: 1.073293151s
16:29:37 [2023-07-12T16:29:37.942Z]     health_test.go:173: 1.073293151s
16:29:38 [2023-07-12T16:29:38.882Z]     health_test.go:173: 1.073293151s
16:29:39 [2023-07-12T16:29:39.824Z]     health_test.go:173: 1.073293151s
16:29:40 [2023-07-12T16:29:40.764Z]     health_test.go:173: 1.073293151s
16:29:41 [2023-07-12T16:29:41.706Z]     health_test.go:173: 1.073293151s
16:29:42 [2023-07-12T16:29:42.646Z]     health_test.go:173: 1.073293151s
16:29:43 [2023-07-12T16:29:43.587Z]     health_test.go:173: 1.073293151s
16:29:44 [2023-07-12T16:29:44.528Z]     health_test.go:173: 1.073293151s
16:29:45 [2023-07-12T16:29:45.911Z]     health_test.go:173: 1.073293151s
16:29:46 [2023-07-12T16:29:46.852Z]     health_test.go:173: 1.073293151s
16:29:47 [2023-07-12T16:29:47.792Z]     health_test.go:173: 1.073293151s
16:29:48 [2023-07-12T16:29:48.732Z]     health_test.go:173: 1.073293151s
16:29:50 [2023-07-12T16:29:50.115Z] --- PASS: TestHealthStartInterval (33.74s)
16:29:50 [2023-07-12T16:29:50.115Z] === RUN   TestInspectCpusetInConfigPre120
16:29:50 [2023-07-12T16:29:50.375Z] --- PASS: TestInspectCpusetInConfigPre120 (0.44s)
16:29:50 [2023-07-12T16:29:50.375Z] === RUN   TestInspectAnnotations
16:29:50 [2023-07-12T16:29:50.375Z] --- PASS: TestInspectAnnotations (0.04s)
16:29:50 [2023-07-12T16:29:50.375Z] === RUN   TestIpcModeNone
16:29:50 [2023-07-12T16:29:50.946Z] --- PASS: TestIpcModeNone (0.53s)
16:29:50 [2023-07-12T16:29:50.946Z] === RUN   TestIpcModePrivate
16:29:51 [2023-07-12T16:29:51.206Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:78, shared: false, mustBeShared: false
16:29:51 [2023-07-12T16:29:51.467Z] --- PASS: TestIpcModePrivate (0.52s)
16:29:51 [2023-07-12T16:29:51.467Z] === RUN   TestIpcModeShareable
16:29:51 [2023-07-12T16:29:51.728Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:72, shared: true, mustBeShared: true
16:29:51 [2023-07-12T16:29:51.988Z] --- PASS: TestIpcModeShareable (0.55s)
16:29:51 [2023-07-12T16:29:51.988Z] === RUN   TestAPIIpcModeShareableAndContainer
16:29:53 [2023-07-12T16:29:53.901Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.60s)
16:29:53 [2023-07-12T16:29:53.901Z] === RUN   TestAPIIpcModeHost
16:29:53 [2023-07-12T16:29:53.901Z] --- PASS: TestAPIIpcModeHost (0.35s)
16:29:53 [2023-07-12T16:29:53.901Z] === RUN   TestDaemonIpcModeShareable
16:29:54 [2023-07-12T16:29:54.846Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:82, shared: true, mustBeShared: true
16:29:55 [2023-07-12T16:29:55.115Z] --- PASS: TestDaemonIpcModeShareable (1.15s)
16:29:55 [2023-07-12T16:29:55.115Z] === RUN   TestDaemonIpcModePrivate
16:29:56 [2023-07-12T16:29:56.059Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:88, shared: false, mustBeShared: false
16:29:56 [2023-07-12T16:29:56.320Z] --- PASS: TestDaemonIpcModePrivate (1.12s)
16:29:56 [2023-07-12T16:29:56.320Z] === RUN   TestDaemonIpcModePrivateFromConfig
16:29:57 [2023-07-12T16:29:57.262Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:88, shared: false, mustBeShared: false
16:29:57 [2023-07-12T16:29:57.262Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.10s)
16:29:57 [2023-07-12T16:29:57.262Z] === RUN   TestDaemonIpcModeShareableFromConfig
16:29:58 [2023-07-12T16:29:58.204Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:82, shared: true, mustBeShared: true
16:29:58 [2023-07-12T16:29:58.465Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.13s)
16:29:58 [2023-07-12T16:29:58.465Z] === RUN   TestIpcModeOlderClient
16:29:58 [2023-07-12T16:29:58.465Z] === PAUSE TestIpcModeOlderClient
16:29:58 [2023-07-12T16:29:58.465Z] === RUN   TestKillContainerInvalidSignal
16:29:59 [2023-07-12T16:29:59.036Z] --- PASS: TestKillContainerInvalidSignal (0.48s)
16:29:59 [2023-07-12T16:29:59.036Z] === RUN   TestKillContainer
16:29:59 [2023-07-12T16:29:59.036Z] === RUN   TestKillContainer/no_signal
16:29:59 [2023-07-12T16:29:59.296Z] === RUN   TestKillContainer/non_killing_signal
16:29:59 [2023-07-12T16:29:59.557Z] === RUN   TestKillContainer/killing_signal
16:30:00 [2023-07-12T16:30:00.499Z] --- PASS: TestKillContainer (1.39s)
16:30:00 [2023-07-12T16:30:00.499Z]     --- PASS: TestKillContainer/no_signal (0.45s)
16:30:00 [2023-07-12T16:30:00.499Z]     --- PASS: TestKillContainer/non_killing_signal (0.28s)
16:30:00 [2023-07-12T16:30:00.499Z]     --- PASS: TestKillContainer/killing_signal (0.43s)
16:30:00 [2023-07-12T16:30:00.499Z] === RUN   TestKillWithStopSignalAndRestartPolicies
16:30:00 [2023-07-12T16:30:00.499Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
16:30:00 [2023-07-12T16:30:00.760Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
16:30:01 [2023-07-12T16:30:01.331Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.94s)
16:30:01 [2023-07-12T16:30:01.331Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.43s)
16:30:01 [2023-07-12T16:30:01.331Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.26s)
16:30:01 [2023-07-12T16:30:01.331Z] === RUN   TestKillStoppedContainer
16:30:01 [2023-07-12T16:30:01.331Z] --- PASS: TestKillStoppedContainer (0.04s)
16:30:01 [2023-07-12T16:30:01.331Z] === RUN   TestKillStoppedContainerAPIPre120
16:30:01 [2023-07-12T16:30:01.331Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s)
16:30:01 [2023-07-12T16:30:01.331Z] === RUN   TestKillDifferentUserContainer
16:30:01 [2023-07-12T16:30:01.902Z] --- PASS: TestKillDifferentUserContainer (0.44s)
16:30:01 [2023-07-12T16:30:01.902Z] === RUN   TestInspectOomKilledTrue
16:30:02 [2023-07-12T16:30:02.163Z] --- PASS: TestInspectOomKilledTrue (0.50s)
16:30:02 [2023-07-12T16:30:02.163Z] === RUN   TestInspectOomKilledFalse
16:30:02 [2023-07-12T16:30:02.734Z] --- PASS: TestInspectOomKilledFalse (0.42s)
16:30:02 [2023-07-12T16:30:02.734Z] === RUN   TestLinksEtcHostsContentMatch
16:30:02 [2023-07-12T16:30:02.995Z] --- PASS: TestLinksEtcHostsContentMatch (0.26s)
16:30:02 [2023-07-12T16:30:02.995Z] === RUN   TestLinksContainerNames
16:30:03 [2023-07-12T16:30:03.937Z] --- PASS: TestLinksContainerNames (0.97s)
16:30:03 [2023-07-12T16:30:03.937Z] === RUN   TestLogsFollowTailEmpty
16:30:04 [2023-07-12T16:30:04.509Z] --- PASS: TestLogsFollowTailEmpty (0.50s)
16:30:04 [2023-07-12T16:30:04.509Z] === RUN   TestLogs
16:30:04 [2023-07-12T16:30:04.509Z] === RUN   TestLogs/driver_local
16:30:04 [2023-07-12T16:30:04.509Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
16:30:04 [2023-07-12T16:30:04.509Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
16:30:04 [2023-07-12T16:30:04.509Z] === RUN   TestLogs/driver_local/tty/only_stdout
16:30:04 [2023-07-12T16:30:04.509Z] === PAUSE TestLogs/driver_local/tty/only_stdout
16:30:04 [2023-07-12T16:30:04.509Z] === RUN   TestLogs/driver_local/tty/only_stderr
16:30:04 [2023-07-12T16:30:04.509Z] === PAUSE TestLogs/driver_local/tty/only_stderr
16:30:04 [2023-07-12T16:30:04.509Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
16:30:04 [2023-07-12T16:30:04.509Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
16:30:04 [2023-07-12T16:30:04.509Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
16:30:04 [2023-07-12T16:30:04.509Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
16:30:04 [2023-07-12T16:30:04.509Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
16:30:04 [2023-07-12T16:30:04.509Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
16:30:04 [2023-07-12T16:30:04.509Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
16:30:04 [2023-07-12T16:30:04.509Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
16:30:04 [2023-07-12T16:30:04.509Z] === CONT  TestLogs/driver_local/tty/only_stderr
16:30:04 [2023-07-12T16:30:04.509Z] === CONT  TestLogs/driver_local/tty/only_stdout
16:30:04 [2023-07-12T16:30:04.509Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
16:30:04 [2023-07-12T16:30:04.509Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
16:30:05 [2023-07-12T16:30:05.894Z] === RUN   TestLogs/driver_json-file
16:30:05 [2023-07-12T16:30:05.894Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
16:30:05 [2023-07-12T16:30:05.894Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
16:30:05 [2023-07-12T16:30:05.894Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
16:30:05 [2023-07-12T16:30:05.894Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
16:30:05 [2023-07-12T16:30:05.894Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
16:30:05 [2023-07-12T16:30:05.894Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
16:30:05 [2023-07-12T16:30:05.894Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
16:30:05 [2023-07-12T16:30:05.894Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
16:30:05 [2023-07-12T16:30:05.894Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
16:30:05 [2023-07-12T16:30:05.894Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
16:30:05 [2023-07-12T16:30:05.894Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
16:30:05 [2023-07-12T16:30:05.894Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
16:30:05 [2023-07-12T16:30:05.894Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
16:30:05 [2023-07-12T16:30:05.894Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
16:30:05 [2023-07-12T16:30:05.894Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
16:30:05 [2023-07-12T16:30:05.894Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
16:30:05 [2023-07-12T16:30:05.894Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
16:30:05 [2023-07-12T16:30:05.894Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
16:30:07 [2023-07-12T16:30:07.807Z] --- PASS: TestLogs (3.19s)
16:30:07 [2023-07-12T16:30:07.807Z]     --- PASS: TestLogs/driver_local (0.01s)
16:30:07 [2023-07-12T16:30:07.807Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.94s)
16:30:07 [2023-07-12T16:30:07.807Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.96s)
16:30:07 [2023-07-12T16:30:07.807Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (1.24s)
16:30:07 [2023-07-12T16:30:07.807Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (1.42s)
16:30:07 [2023-07-12T16:30:07.807Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (1.52s)
16:30:07 [2023-07-12T16:30:07.807Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (1.57s)
16:30:07 [2023-07-12T16:30:07.807Z]     --- PASS: TestLogs/driver_json-file (0.01s)
16:30:07 [2023-07-12T16:30:07.807Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (1.07s)
16:30:07 [2023-07-12T16:30:07.807Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (1.23s)
16:30:07 [2023-07-12T16:30:07.807Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (1.29s)
16:30:07 [2023-07-12T16:30:07.807Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (1.45s)
16:30:07 [2023-07-12T16:30:07.807Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (1.54s)
16:30:07 [2023-07-12T16:30:07.807Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (1.60s)
16:30:07 [2023-07-12T16:30:07.807Z] === RUN   TestContainerNetworkMountsNoChown
16:30:08 [2023-07-12T16:30:08.068Z] --- PASS: TestContainerNetworkMountsNoChown (0.43s)
16:30:08 [2023-07-12T16:30:08.068Z] === RUN   TestMountDaemonRoot
16:30:08 [2023-07-12T16:30:08.068Z] === RUN   TestMountDaemonRoot/default
16:30:08 [2023-07-12T16:30:08.068Z] === PAUSE TestMountDaemonRoot/default
16:30:08 [2023-07-12T16:30:08.068Z] === RUN   TestMountDaemonRoot/private
16:30:08 [2023-07-12T16:30:08.068Z] === PAUSE TestMountDaemonRoot/private
16:30:08 [2023-07-12T16:30:08.068Z] === RUN   TestMountDaemonRoot/rprivate
16:30:08 [2023-07-12T16:30:08.068Z] === PAUSE TestMountDaemonRoot/rprivate
16:30:08 [2023-07-12T16:30:08.068Z] === RUN   TestMountDaemonRoot/slave
16:30:08 [2023-07-12T16:30:08.068Z] === PAUSE TestMountDaemonRoot/slave
16:30:08 [2023-07-12T16:30:08.068Z] === RUN   TestMountDaemonRoot/rslave
16:30:08 [2023-07-12T16:30:08.068Z] === PAUSE TestMountDaemonRoot/rslave
16:30:08 [2023-07-12T16:30:08.068Z] === RUN   TestMountDaemonRoot/shared
16:30:08 [2023-07-12T16:30:08.068Z] === PAUSE TestMountDaemonRoot/shared
16:30:08 [2023-07-12T16:30:08.068Z] === RUN   TestMountDaemonRoot/rshared
16:30:08 [2023-07-12T16:30:08.068Z] === PAUSE TestMountDaemonRoot/rshared
16:30:08 [2023-07-12T16:30:08.068Z] === CONT  TestMountDaemonRoot/default
16:30:08 [2023-07-12T16:30:08.068Z] === CONT  TestMountDaemonRoot/rshared
16:30:08 [2023-07-12T16:30:08.068Z] === CONT  TestMountDaemonRoot/shared
16:30:08 [2023-07-12T16:30:08.068Z] === CONT  TestMountDaemonRoot/rslave
16:30:08 [2023-07-12T16:30:08.068Z] === CONT  TestMountDaemonRoot/rprivate
16:30:08 [2023-07-12T16:30:08.068Z] === RUN   TestMountDaemonRoot/default/bind_root
16:30:08 [2023-07-12T16:30:08.068Z] === RUN   TestMountDaemonRoot/rslave/bind_root
16:30:08 [2023-07-12T16:30:08.068Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
16:30:08 [2023-07-12T16:30:08.068Z] === RUN   TestMountDaemonRoot/shared/bind_root
16:30:08 [2023-07-12T16:30:08.068Z] === CONT  TestMountDaemonRoot/private
16:30:08 [2023-07-12T16:30:08.068Z] === CONT  TestMountDaemonRoot/slave
16:30:08 [2023-07-12T16:30:08.068Z] === PAUSE TestMountDaemonRoot/default/bind_root
16:30:08 [2023-07-12T16:30:08.068Z] === RUN   TestMountDaemonRoot/private/mount_subpath
16:30:08 [2023-07-12T16:30:08.068Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
16:30:08 [2023-07-12T16:30:08.068Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
16:30:08 [2023-07-12T16:30:08.068Z] === RUN   TestMountDaemonRoot/private/bind_root
16:30:08 [2023-07-12T16:30:08.068Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
16:30:08 [2023-07-12T16:30:08.068Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
16:30:08 [2023-07-12T16:30:08.068Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
16:30:08 [2023-07-12T16:30:08.068Z] === RUN   TestMountDaemonRoot/default/bind_subpath
16:30:08 [2023-07-12T16:30:08.068Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
16:30:08 [2023-07-12T16:30:08.068Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
16:30:08 [2023-07-12T16:30:08.068Z] === RUN   TestMountDaemonRoot/default/mount_root
16:30:08 [2023-07-12T16:30:08.068Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
16:30:08 [2023-07-12T16:30:08.068Z] === PAUSE TestMountDaemonRoot/default/mount_root
16:30:08 [2023-07-12T16:30:08.068Z] === PAUSE TestMountDaemonRoot/shared/bind_root
16:30:08 [2023-07-12T16:30:08.068Z] === RUN   TestMountDaemonRoot/slave/bind_root
16:30:08 [2023-07-12T16:30:08.068Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
16:30:08 [2023-07-12T16:30:08.068Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
16:30:08 [2023-07-12T16:30:08.068Z] === PAUSE TestMountDaemonRoot/slave/bind_root
16:30:08 [2023-07-12T16:30:08.068Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
16:30:08 [2023-07-12T16:30:08.068Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
16:30:08 [2023-07-12T16:30:08.068Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
16:30:08 [2023-07-12T16:30:08.068Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
16:30:08 [2023-07-12T16:30:08.068Z] === RUN   TestMountDaemonRoot/slave/mount_root
16:30:08 [2023-07-12T16:30:08.068Z] === RUN   TestMountDaemonRoot/rshared/bind_root
16:30:08 [2023-07-12T16:30:08.068Z] === PAUSE TestMountDaemonRoot/slave/mount_root
16:30:08 [2023-07-12T16:30:08.068Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
16:30:08 [2023-07-12T16:30:08.068Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
16:30:08 [2023-07-12T16:30:08.068Z] === RUN   TestMountDaemonRoot/rslave/mount_root
16:30:08 [2023-07-12T16:30:08.068Z] === CONT  TestMountDaemonRoot/slave/mount_root
16:30:08 [2023-07-12T16:30:08.068Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
16:30:08 [2023-07-12T16:30:08.068Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
16:30:08 [2023-07-12T16:30:08.068Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
16:30:08 [2023-07-12T16:30:08.068Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
16:30:08 [2023-07-12T16:30:08.068Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
16:30:08 [2023-07-12T16:30:08.068Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
16:30:08 [2023-07-12T16:30:08.068Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
16:30:08 [2023-07-12T16:30:08.068Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
16:30:08 [2023-07-12T16:30:08.068Z] === RUN   TestMountDaemonRoot/default/mount_subpath
16:30:08 [2023-07-12T16:30:08.068Z] === PAUSE TestMountDaemonRoot/private/bind_root
16:30:08 [2023-07-12T16:30:08.068Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
16:30:08 [2023-07-12T16:30:08.068Z] === CONT  TestMountDaemonRoot/slave/bind_root
16:30:08 [2023-07-12T16:30:08.068Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
16:30:08 [2023-07-12T16:30:08.068Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
16:30:08 [2023-07-12T16:30:08.068Z] === RUN   TestMountDaemonRoot/rshared/mount_root
16:30:08 [2023-07-12T16:30:08.068Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
16:30:08 [2023-07-12T16:30:08.068Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
16:30:08 [2023-07-12T16:30:08.068Z] === RUN   TestMountDaemonRoot/shared/mount_root
16:30:08 [2023-07-12T16:30:08.068Z] === PAUSE TestMountDaemonRoot/shared/mount_root
16:30:08 [2023-07-12T16:30:08.068Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
16:30:08 [2023-07-12T16:30:08.068Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
16:30:08 [2023-07-12T16:30:08.068Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
16:30:08 [2023-07-12T16:30:08.068Z] === CONT  TestMountDaemonRoot/default/bind_root
16:30:08 [2023-07-12T16:30:08.068Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
16:30:08 [2023-07-12T16:30:08.068Z] === CONT  TestMountDaemonRoot/rslave/bind_root
16:30:08 [2023-07-12T16:30:08.068Z] === RUN   TestMountDaemonRoot/private/bind_subpath
16:30:08 [2023-07-12T16:30:08.068Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
16:30:08 [2023-07-12T16:30:08.068Z] === RUN   TestMountDaemonRoot/private/mount_root
16:30:08 [2023-07-12T16:30:08.068Z] === PAUSE TestMountDaemonRoot/private/mount_root
16:30:08 [2023-07-12T16:30:08.068Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
16:30:08 [2023-07-12T16:30:08.068Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
16:30:08 [2023-07-12T16:30:08.068Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
16:30:08 [2023-07-12T16:30:08.068Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
16:30:08 [2023-07-12T16:30:08.068Z] === CONT  TestMountDaemonRoot/default/mount_root
16:30:08 [2023-07-12T16:30:08.068Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
16:30:08 [2023-07-12T16:30:08.068Z] === CONT  TestMountDaemonRoot/rslave/mount_root
16:30:08 [2023-07-12T16:30:08.068Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
16:30:08 [2023-07-12T16:30:08.068Z] === CONT  TestMountDaemonRoot/shared/bind_root
16:30:08 [2023-07-12T16:30:08.068Z] === CONT  TestMountDaemonRoot/rshared/mount_root
16:30:08 [2023-07-12T16:30:08.068Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
16:30:08 [2023-07-12T16:30:08.068Z] === CONT  TestMountDaemonRoot/rshared/bind_root
16:30:08 [2023-07-12T16:30:08.068Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
16:30:08 [2023-07-12T16:30:08.068Z] === CONT  TestMountDaemonRoot/shared/mount_root
16:30:08 [2023-07-12T16:30:08.068Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
16:30:08 [2023-07-12T16:30:08.068Z] === CONT  TestMountDaemonRoot/default/mount_subpath
16:30:08 [2023-07-12T16:30:08.068Z] === CONT  TestMountDaemonRoot/default/bind_subpath
16:30:08 [2023-07-12T16:30:08.068Z] === CONT  TestMountDaemonRoot/private/mount_subpath
16:30:08 [2023-07-12T16:30:08.068Z] === CONT  TestMountDaemonRoot/private/bind_subpath
16:30:08 [2023-07-12T16:30:08.068Z] === CONT  TestMountDaemonRoot/private/bind_root
16:30:08 [2023-07-12T16:30:08.068Z] === CONT  TestMountDaemonRoot/private/mount_root
16:30:08 [2023-07-12T16:30:08.329Z] --- PASS: TestMountDaemonRoot (0.02s)
16:30:08 [2023-07-12T16:30:08.329Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
16:30:08 [2023-07-12T16:30:08.329Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
16:30:08 [2023-07-12T16:30:08.329Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
16:30:08 [2023-07-12T16:30:08.329Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
16:30:08 [2023-07-12T16:30:08.329Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
16:30:08 [2023-07-12T16:30:08.329Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
16:30:08 [2023-07-12T16:30:08.329Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
16:30:08 [2023-07-12T16:30:08.329Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
16:30:08 [2023-07-12T16:30:08.329Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s)
16:30:08 [2023-07-12T16:30:08.329Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
16:30:08 [2023-07-12T16:30:08.329Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
16:30:08 [2023-07-12T16:30:08.329Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s)
16:30:08 [2023-07-12T16:30:08.329Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s)
16:30:08 [2023-07-12T16:30:08.329Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s)
16:30:08 [2023-07-12T16:30:08.329Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s)
16:30:08 [2023-07-12T16:30:08.329Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
16:30:08 [2023-07-12T16:30:08.329Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s)
16:30:08 [2023-07-12T16:30:08.329Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s)
16:30:08 [2023-07-12T16:30:08.329Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s)
16:30:08 [2023-07-12T16:30:08.329Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s)
16:30:08 [2023-07-12T16:30:08.329Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
16:30:08 [2023-07-12T16:30:08.329Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s)
16:30:08 [2023-07-12T16:30:08.329Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s)
16:30:08 [2023-07-12T16:30:08.329Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
16:30:08 [2023-07-12T16:30:08.329Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s)
16:30:08 [2023-07-12T16:30:08.329Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
16:30:08 [2023-07-12T16:30:08.329Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
16:30:08 [2023-07-12T16:30:08.329Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
16:30:08 [2023-07-12T16:30:08.329Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
16:30:08 [2023-07-12T16:30:08.329Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s)
16:30:08 [2023-07-12T16:30:08.329Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
16:30:08 [2023-07-12T16:30:08.329Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.04s)
16:30:08 [2023-07-12T16:30:08.329Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.05s)
16:30:08 [2023-07-12T16:30:08.329Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s)
16:30:08 [2023-07-12T16:30:08.329Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s)
16:30:08 [2023-07-12T16:30:08.329Z] === RUN   TestContainerBindMountNonRecursive
16:30:09 [2023-07-12T16:30:09.271Z] --- PASS: TestContainerBindMountNonRecursive (1.08s)
16:30:09 [2023-07-12T16:30:09.271Z] === RUN   TestContainerVolumesMountedAsShared
16:30:09 [2023-07-12T16:30:09.842Z] --- PASS: TestContainerVolumesMountedAsShared (0.45s)
16:30:09 [2023-07-12T16:30:09.842Z] === RUN   TestContainerVolumesMountedAsSlave
16:30:10 [2023-07-12T16:30:10.103Z] --- PASS: TestContainerVolumesMountedAsSlave (0.32s)
16:30:10 [2023-07-12T16:30:10.103Z] === RUN   TestContainerCopyLeaksMounts
16:30:10 [2023-07-12T16:30:10.674Z] --- PASS: TestContainerCopyLeaksMounts (0.57s)
16:30:10 [2023-07-12T16:30:10.674Z] === RUN   TestContainerBindMountRecursivelyReadOnly
16:30:12 [2023-07-12T16:30:12.586Z] --- PASS: TestContainerBindMountRecursivelyReadOnly (2.02s)
16:30:12 [2023-07-12T16:30:12.586Z] === RUN   TestNetworkNat
16:30:13 [2023-07-12T16:30:13.157Z] --- PASS: TestNetworkNat (0.47s)
16:30:13 [2023-07-12T16:30:13.157Z] === RUN   TestNetworkLocalhostTCPNat
16:30:13 [2023-07-12T16:30:13.729Z] --- PASS: TestNetworkLocalhostTCPNat (0.46s)
16:30:13 [2023-07-12T16:30:13.729Z] === RUN   TestNetworkLoopbackNat
16:30:16 [2023-07-12T16:30:16.271Z] --- PASS: TestNetworkLoopbackNat (2.56s)
16:30:16 [2023-07-12T16:30:16.271Z] === RUN   TestPause
16:30:16 [2023-07-12T16:30:16.532Z] --- PASS: TestPause (0.51s)
16:30:16 [2023-07-12T16:30:16.532Z] === RUN   TestPauseFailsOnWindowsServerContainers
16:30:16 [2023-07-12T16:30:16.532Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
16:30:16 [2023-07-12T16:30:16.532Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
16:30:16 [2023-07-12T16:30:16.532Z] === RUN   TestPauseStopPausedContainer
16:30:17 [2023-07-12T16:30:17.103Z] --- PASS: TestPauseStopPausedContainer (0.48s)
16:30:17 [2023-07-12T16:30:17.103Z] === RUN   TestPidHost
16:30:18 [2023-07-12T16:30:18.045Z] --- PASS: TestPidHost (1.06s)
16:30:18 [2023-07-12T16:30:18.045Z] === RUN   TestPsFilter
16:30:18 [2023-07-12T16:30:18.305Z] === RUN   TestPsFilter/since
16:30:18 [2023-07-12T16:30:18.305Z] === RUN   TestPsFilter/before
16:30:18 [2023-07-12T16:30:18.305Z] --- PASS: TestPsFilter (0.08s)
16:30:18 [2023-07-12T16:30:18.305Z]     --- PASS: TestPsFilter/since (0.00s)
16:30:18 [2023-07-12T16:30:18.305Z]     --- PASS: TestPsFilter/before (0.00s)
16:30:18 [2023-07-12T16:30:18.305Z] === RUN   TestRemoveContainerWithRemovedVolume
16:30:18 [2023-07-12T16:30:18.566Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.43s)
16:30:18 [2023-07-12T16:30:18.566Z] === RUN   TestRemoveContainerWithVolume
16:30:19 [2023-07-12T16:30:19.137Z] --- PASS: TestRemoveContainerWithVolume (0.46s)
16:30:19 [2023-07-12T16:30:19.137Z] === RUN   TestRemoveContainerRunning
16:30:19 [2023-07-12T16:30:19.714Z] --- PASS: TestRemoveContainerRunning (0.43s)
16:30:19 [2023-07-12T16:30:19.714Z] === RUN   TestRemoveContainerForceRemoveRunning
16:30:20 [2023-07-12T16:30:20.016Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.48s)
16:30:20 [2023-07-12T16:30:20.016Z] === RUN   TestRemoveInvalidContainer
16:30:20 [2023-07-12T16:30:20.016Z] --- PASS: TestRemoveInvalidContainer (0.01s)
16:30:20 [2023-07-12T16:30:20.016Z] === RUN   TestRenameLinkedContainer
16:30:21 [2023-07-12T16:30:21.937Z] --- PASS: TestRenameLinkedContainer (1.85s)
16:30:21 [2023-07-12T16:30:21.937Z] === RUN   TestRenameStoppedContainer
16:30:22 [2023-07-12T16:30:22.508Z] --- PASS: TestRenameStoppedContainer (0.47s)
16:30:22 [2023-07-12T16:30:22.508Z] === RUN   TestRenameRunningContainerAndReuse
16:30:23 [2023-07-12T16:30:23.450Z] --- PASS: TestRenameRunningContainerAndReuse (0.97s)
16:30:23 [2023-07-12T16:30:23.450Z] === RUN   TestRenameInvalidName
16:30:24 [2023-07-12T16:30:24.022Z] --- PASS: TestRenameInvalidName (0.50s)
16:30:24 [2023-07-12T16:30:24.022Z] === RUN   TestRenameAnonymousContainer
16:30:25 [2023-07-12T16:30:25.407Z] --- PASS: TestRenameAnonymousContainer (1.52s)
16:30:25 [2023-07-12T16:30:25.407Z] === RUN   TestRenameContainerWithSameName
16:30:25 [2023-07-12T16:30:25.978Z] --- PASS: TestRenameContainerWithSameName (0.46s)
16:30:25 [2023-07-12T16:30:25.978Z] === RUN   TestRenameContainerWithLinkedContainer
16:30:26 [2023-07-12T16:30:26.920Z] --- PASS: TestRenameContainerWithLinkedContainer (0.93s)
16:30:26 [2023-07-12T16:30:26.920Z] === RUN   TestResize
16:30:27 [2023-07-12T16:30:27.180Z] --- PASS: TestResize (0.46s)
16:30:27 [2023-07-12T16:30:27.180Z] === RUN   TestResizeWithInvalidSize
16:30:27 [2023-07-12T16:30:27.751Z] --- PASS: TestResizeWithInvalidSize (0.45s)
16:30:27 [2023-07-12T16:30:27.751Z] === RUN   TestResizeWhenContainerNotStarted
16:30:28 [2023-07-12T16:30:28.013Z] --- PASS: TestResizeWhenContainerNotStarted (0.46s)
16:30:28 [2023-07-12T16:30:28.013Z] === RUN   TestDaemonRestartKillContainers
16:30:28 [2023-07-12T16:30:28.013Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
16:30:28 [2023-07-12T16:30:28.013Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
16:30:28 [2023-07-12T16:30:28.013Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
16:30:28 [2023-07-12T16:30:28.013Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
16:30:28 [2023-07-12T16:30:28.013Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
16:30:28 [2023-07-12T16:30:28.013Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
16:30:28 [2023-07-12T16:30:28.013Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
16:30:28 [2023-07-12T16:30:28.013Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
16:30:28 [2023-07-12T16:30:28.013Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
16:30:28 [2023-07-12T16:30:28.013Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
16:30:28 [2023-07-12T16:30:28.013Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
16:30:28 [2023-07-12T16:30:28.013Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
16:30:28 [2023-07-12T16:30:28.013Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
16:30:28 [2023-07-12T16:30:28.013Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
16:30:28 [2023-07-12T16:30:28.013Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
16:30:28 [2023-07-12T16:30:28.013Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
16:30:28 [2023-07-12T16:30:28.013Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
16:30:28 [2023-07-12T16:30:28.013Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
16:30:28 [2023-07-12T16:30:28.013Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
16:30:28 [2023-07-12T16:30:28.013Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
16:30:28 [2023-07-12T16:30:28.013Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
16:30:28 [2023-07-12T16:30:28.013Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
16:30:28 [2023-07-12T16:30:28.013Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
16:30:28 [2023-07-12T16:30:28.013Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
16:30:28 [2023-07-12T16:30:28.013Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
16:30:28 [2023-07-12T16:30:28.013Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
16:30:28 [2023-07-12T16:30:28.013Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
16:30:28 [2023-07-12T16:30:28.013Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
16:30:28 [2023-07-12T16:30:28.013Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
16:30:28 [2023-07-12T16:30:28.013Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
16:30:28 [2023-07-12T16:30:28.013Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
16:30:28 [2023-07-12T16:30:28.013Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
16:30:28 [2023-07-12T16:30:28.013Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
16:30:28 [2023-07-12T16:30:28.013Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
16:30:28 [2023-07-12T16:30:28.013Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
16:30:28 [2023-07-12T16:30:28.013Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
16:30:28 [2023-07-12T16:30:28.013Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
16:30:28 [2023-07-12T16:30:28.013Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
16:30:28 [2023-07-12T16:30:28.013Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
16:30:28 [2023-07-12T16:30:28.013Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
16:30:29 [2023-07-12T16:30:29.399Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
16:30:29 [2023-07-12T16:30:29.971Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
16:30:30 [2023-07-12T16:30:30.544Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
16:30:30 [2023-07-12T16:30:30.544Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
16:30:30 [2023-07-12T16:30:30.544Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
16:30:30 [2023-07-12T16:30:30.544Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
16:30:30 [2023-07-12T16:30:30.805Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
16:30:31 [2023-07-12T16:30:31.377Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
16:30:35 [2023-07-12T16:30:35.583Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
16:30:35 [2023-07-12T16:30:35.583Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.23s)
16:30:35 [2023-07-12T16:30:35.583Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.78s)
16:30:35 [2023-07-12T16:30:35.583Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.40s)
16:30:35 [2023-07-12T16:30:35.583Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.42s)
16:30:35 [2023-07-12T16:30:35.583Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.48s)
16:30:35 [2023-07-12T16:30:35.583Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.53s)
16:30:35 [2023-07-12T16:30:35.583Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.61s)
16:30:35 [2023-07-12T16:30:35.583Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.14s)
16:30:35 [2023-07-12T16:30:35.583Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.21s)
16:30:35 [2023-07-12T16:30:35.583Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.18s)
16:30:35 [2023-07-12T16:30:35.583Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.18s)
16:30:35 [2023-07-12T16:30:35.583Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.93s)
16:30:35 [2023-07-12T16:30:35.583Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.65s)
16:30:35 [2023-07-12T16:30:35.583Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.61s)
16:30:35 [2023-07-12T16:30:35.583Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.47s)
16:30:35 [2023-07-12T16:30:35.583Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.86s)
16:30:35 [2023-07-12T16:30:35.583Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted
16:30:35 [2023-07-12T16:30:35.583Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/kill
16:30:36 [2023-07-12T16:30:36.524Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/stop
16:30:37 [2023-07-12T16:30:37.465Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.97s)
16:30:37 [2023-07-12T16:30:37.465Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.95s)
16:30:37 [2023-07-12T16:30:37.465Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (1.01s)
16:30:37 [2023-07-12T16:30:37.465Z] === RUN   TestCgroupNamespacesRun
16:30:38 [2023-07-12T16:30:38.407Z] --- PASS: TestCgroupNamespacesRun (1.13s)
16:30:38 [2023-07-12T16:30:38.407Z] === RUN   TestCgroupNamespacesRunPrivileged
16:30:39 [2023-07-12T16:30:39.791Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.10s)
16:30:39 [2023-07-12T16:30:39.791Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
16:30:40 [2023-07-12T16:30:40.732Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.14s)
16:30:40 [2023-07-12T16:30:40.733Z] === RUN   TestCgroupNamespacesRunHostMode
16:30:41 [2023-07-12T16:30:41.674Z] --- PASS: TestCgroupNamespacesRunHostMode (1.10s)
16:30:41 [2023-07-12T16:30:41.674Z] === RUN   TestCgroupNamespacesRunPrivateMode
16:30:43 [2023-07-12T16:30:43.059Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.11s)
16:30:43 [2023-07-12T16:30:43.059Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
16:30:44 [2023-07-12T16:30:44.000Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.06s)
16:30:44 [2023-07-12T16:30:44.000Z] === RUN   TestCgroupNamespacesRunInvalidMode
16:30:44 [2023-07-12T16:30:44.571Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.59s)
16:30:44 [2023-07-12T16:30:44.571Z] === RUN   TestCgroupNamespacesRunOlderClient
16:30:45 [2023-07-12T16:30:45.956Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.09s)
16:30:45 [2023-07-12T16:30:45.956Z] === RUN   TestNISDomainname
16:30:46 [2023-07-12T16:30:46.217Z] --- PASS: TestNISDomainname (0.56s)
16:30:46 [2023-07-12T16:30:46.217Z] === RUN   TestHostnameDnsResolution
16:30:47 [2023-07-12T16:30:47.166Z] --- PASS: TestHostnameDnsResolution (0.73s)
16:30:47 [2023-07-12T16:30:47.166Z] === RUN   TestUnprivilegedPortsAndPing
16:30:47 [2023-07-12T16:30:47.441Z] --- PASS: TestUnprivilegedPortsAndPing (0.53s)
16:30:47 [2023-07-12T16:30:47.441Z] === RUN   TestPrivilegedHostDevices
16:30:48 [2023-07-12T16:30:48.029Z] --- PASS: TestPrivilegedHostDevices (0.52s)
16:30:48 [2023-07-12T16:30:48.029Z] === RUN   TestRunConsoleSize
16:30:48 [2023-07-12T16:30:48.600Z] --- PASS: TestRunConsoleSize (0.44s)
16:30:48 [2023-07-12T16:30:48.600Z] === RUN   TestRunWithAlternativeContainerdShim
16:30:52 [2023-07-12T16:30:52.805Z] --- PASS: TestRunWithAlternativeContainerdShim (3.92s)
16:30:52 [2023-07-12T16:30:52.805Z] === RUN   TestStats
16:30:54 [2023-07-12T16:30:54.720Z] --- PASS: TestStats (2.45s)
16:30:54 [2023-07-12T16:30:54.720Z] === RUN   TestStopContainerWithTimeout
16:30:54 [2023-07-12T16:30:54.720Z] === RUN   TestStopContainerWithTimeout/0
16:30:54 [2023-07-12T16:30:54.720Z] === PAUSE TestStopContainerWithTimeout/0
16:30:54 [2023-07-12T16:30:54.720Z] === RUN   TestStopContainerWithTimeout/1
16:30:54 [2023-07-12T16:30:54.720Z] === PAUSE TestStopContainerWithTimeout/1
16:30:54 [2023-07-12T16:30:54.720Z] === RUN   TestStopContainerWithTimeout/3
16:30:54 [2023-07-12T16:30:54.720Z] === PAUSE TestStopContainerWithTimeout/3
16:30:54 [2023-07-12T16:30:54.720Z] === RUN   TestStopContainerWithTimeout/-1
16:30:54 [2023-07-12T16:30:54.720Z] === PAUSE TestStopContainerWithTimeout/-1
16:30:54 [2023-07-12T16:30:54.720Z] === CONT  TestStopContainerWithTimeout/0
16:30:54 [2023-07-12T16:30:54.720Z] === CONT  TestStopContainerWithTimeout/3
16:30:54 [2023-07-12T16:30:54.720Z] === CONT  TestStopContainerWithTimeout/-1
16:30:54 [2023-07-12T16:30:54.720Z] === CONT  TestStopContainerWithTimeout/1
16:30:58 [2023-07-12T16:30:58.019Z] --- PASS: TestStopContainerWithTimeout (0.01s)
16:30:58 [2023-07-12T16:30:58.019Z]     --- PASS: TestStopContainerWithTimeout/0 (0.79s)
16:30:58 [2023-07-12T16:30:58.019Z]     --- PASS: TestStopContainerWithTimeout/1 (1.98s)
16:30:58 [2023-07-12T16:30:58.019Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.50s)
16:30:58 [2023-07-12T16:30:58.019Z]     --- PASS: TestStopContainerWithTimeout/3 (2.96s)
16:30:58 [2023-07-12T16:30:58.019Z] === RUN   TestStopContainerWithTimeoutCancel
16:30:58 [2023-07-12T16:30:58.019Z] === PAUSE TestStopContainerWithTimeoutCancel
16:30:58 [2023-07-12T16:30:58.019Z] === RUN   TestStopContainerWithRestartPolicyAlways
16:30:59 [2023-07-12T16:30:59.932Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.97s)
16:30:59 [2023-07-12T16:30:59.932Z] === RUN   TestUpdateMemory
16:31:00 [2023-07-12T16:31:00.192Z] --- PASS: TestUpdateMemory (0.54s)
16:31:00 [2023-07-12T16:31:00.192Z] === RUN   TestUpdateCPUQuota
16:31:01 [2023-07-12T16:31:01.135Z] --- PASS: TestUpdateCPUQuota (0.84s)
16:31:01 [2023-07-12T16:31:01.135Z] === RUN   TestUpdatePidsLimit
16:31:01 [2023-07-12T16:31:01.135Z] === RUN   TestUpdatePidsLimit/update_from_none
16:31:01 [2023-07-12T16:31:01.396Z] === RUN   TestUpdatePidsLimit/no_change
16:31:01 [2023-07-12T16:31:01.656Z] === RUN   TestUpdatePidsLimit/update_lower
16:31:01 [2023-07-12T16:31:01.656Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
16:31:01 [2023-07-12T16:31:01.917Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
16:31:02 [2023-07-12T16:31:02.177Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
16:31:02 [2023-07-12T16:31:02.438Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
16:31:03 [2023-07-12T16:31:03.380Z] --- PASS: TestUpdatePidsLimit (2.09s)
16:31:03 [2023-07-12T16:31:03.380Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.22s)
16:31:03 [2023-07-12T16:31:03.380Z]     --- PASS: TestUpdatePidsLimit/no_change (0.20s)
16:31:03 [2023-07-12T16:31:03.380Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.21s)
16:31:03 [2023-07-12T16:31:03.380Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.24s)
16:31:03 [2023-07-12T16:31:03.380Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.25s)
16:31:03 [2023-07-12T16:31:03.380Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.21s)
16:31:03 [2023-07-12T16:31:03.380Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.21s)
16:31:03 [2023-07-12T16:31:03.380Z] === RUN   TestUpdateRestartPolicy
16:31:15 [2023-07-12T16:31:15.609Z] --- PASS: TestUpdateRestartPolicy (10.80s)
16:31:15 [2023-07-12T16:31:15.609Z] === RUN   TestUpdateRestartWithAutoRemove
16:31:15 [2023-07-12T16:31:15.609Z] --- PASS: TestUpdateRestartWithAutoRemove (0.46s)
16:31:15 [2023-07-12T16:31:15.609Z] === RUN   TestWaitNonBlocked
16:31:15 [2023-07-12T16:31:15.609Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
16:31:15 [2023-07-12T16:31:15.609Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
16:31:15 [2023-07-12T16:31:15.609Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
16:31:15 [2023-07-12T16:31:15.609Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
16:31:15 [2023-07-12T16:31:15.609Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
16:31:15 [2023-07-12T16:31:15.609Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
16:31:15 [2023-07-12T16:31:15.609Z] --- PASS: TestWaitNonBlocked (0.01s)
16:31:15 [2023-07-12T16:31:15.609Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.74s)
16:31:15 [2023-07-12T16:31:15.609Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.80s)
16:31:15 [2023-07-12T16:31:15.609Z] === RUN   TestWaitBlocked
16:31:15 [2023-07-12T16:31:15.609Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
16:31:15 [2023-07-12T16:31:15.609Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
16:31:15 [2023-07-12T16:31:15.609Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
16:31:15 [2023-07-12T16:31:15.609Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
16:31:15 [2023-07-12T16:31:15.609Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
16:31:15 [2023-07-12T16:31:15.609Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
16:31:16 [2023-07-12T16:31:16.180Z] --- PASS: TestWaitBlocked (0.01s)
16:31:16 [2023-07-12T16:31:16.180Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.79s)
16:31:16 [2023-07-12T16:31:16.180Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.84s)
16:31:16 [2023-07-12T16:31:16.180Z] === RUN   TestWaitConditions
16:31:16 [2023-07-12T16:31:16.180Z] === RUN   TestWaitConditions/default
16:31:16 [2023-07-12T16:31:16.180Z] === PAUSE TestWaitConditions/default
16:31:16 [2023-07-12T16:31:16.180Z] === RUN   TestWaitConditions/not-running
16:31:16 [2023-07-12T16:31:16.180Z] === PAUSE TestWaitConditions/not-running
16:31:16 [2023-07-12T16:31:16.180Z] === RUN   TestWaitConditions/next-exit
16:31:16 [2023-07-12T16:31:16.180Z] === PAUSE TestWaitConditions/next-exit
16:31:16 [2023-07-12T16:31:16.180Z] === RUN   TestWaitConditions/removed
16:31:16 [2023-07-12T16:31:16.180Z] === PAUSE TestWaitConditions/removed
16:31:16 [2023-07-12T16:31:16.180Z] === CONT  TestWaitConditions/default
16:31:16 [2023-07-12T16:31:16.180Z] === CONT  TestWaitConditions/next-exit
16:31:16 [2023-07-12T16:31:16.180Z] === CONT  TestWaitConditions/not-running
16:31:16 [2023-07-12T16:31:16.180Z] === CONT  TestWaitConditions/removed
16:31:16 [2023-07-12T16:31:16.180Z]     wait_test.go:146: ContainerID = 1edd14234e6732712ff7f39635303fada9ecda0c706e69c6b9c0b5b88176ab5c
16:31:16 [2023-07-12T16:31:16.180Z]     wait_test.go:146: ContainerID = 1a411f17799d7b4080c57846e4387cb9580fcf9856eb3e1d68911f04d0d675ed
16:31:16 [2023-07-12T16:31:16.180Z]     wait_test.go:146: ContainerID = b2d905b38f47a993e135c8495bdda3974a47012b449f8b28e9652c02545dfc7c
16:31:16 [2023-07-12T16:31:16.180Z]     wait_test.go:146: ContainerID = a64bbb6c242197054f783153c6394d98d88ff6ef6906ceb93ff89162e6b8e56d
16:31:17 [2023-07-12T16:31:17.564Z] --- PASS: TestWaitConditions (0.01s)
16:31:17 [2023-07-12T16:31:17.564Z]     --- PASS: TestWaitConditions/not-running (1.03s)
16:31:17 [2023-07-12T16:31:17.564Z]     --- PASS: TestWaitConditions/removed (1.09s)
16:31:17 [2023-07-12T16:31:17.564Z]     --- PASS: TestWaitConditions/next-exit (1.33s)
16:31:17 [2023-07-12T16:31:17.564Z]     --- PASS: TestWaitConditions/default (1.37s)
16:31:17 [2023-07-12T16:31:17.564Z] === RUN   TestWaitRestartedContainer
16:31:17 [2023-07-12T16:31:17.564Z] === RUN   TestWaitRestartedContainer/default
16:31:17 [2023-07-12T16:31:17.564Z] === PAUSE TestWaitRestartedContainer/default
16:31:17 [2023-07-12T16:31:17.564Z] === RUN   TestWaitRestartedContainer/not-running
16:31:17 [2023-07-12T16:31:17.564Z] === PAUSE TestWaitRestartedContainer/not-running
16:31:17 [2023-07-12T16:31:17.564Z] === RUN   TestWaitRestartedContainer/next-exit
16:31:17 [2023-07-12T16:31:17.564Z] === PAUSE TestWaitRestartedContainer/next-exit
16:31:17 [2023-07-12T16:31:17.564Z] === CONT  TestWaitRestartedContainer/default
16:31:17 [2023-07-12T16:31:17.564Z] === CONT  TestWaitRestartedContainer/next-exit
16:31:17 [2023-07-12T16:31:17.564Z] === CONT  TestWaitRestartedContainer/not-running
16:31:19 [2023-07-12T16:31:19.477Z] --- PASS: TestWaitRestartedContainer (0.01s)
16:31:19 [2023-07-12T16:31:19.477Z]     --- PASS: TestWaitRestartedContainer/next-exit (2.01s)
16:31:19 [2023-07-12T16:31:19.477Z]     --- PASS: TestWaitRestartedContainer/default (2.01s)
16:31:19 [2023-07-12T16:31:19.477Z]     --- PASS: TestWaitRestartedContainer/not-running (2.04s)
16:31:19 [2023-07-12T16:31:19.477Z] === CONT  TestContainerStartOnDaemonRestart
16:31:19 [2023-07-12T16:31:19.477Z] === CONT  TestStopContainerWithTimeoutCancel
16:31:19 [2023-07-12T16:31:19.477Z] === CONT  TestDaemonHostGatewayIP
16:31:19 [2023-07-12T16:31:19.477Z] === CONT  TestRestartDaemonWithRestartingContainer
16:31:19 [2023-07-12T16:31:19.477Z] === CONT  TestIpcModeOlderClient
16:31:19 [2023-07-12T16:31:19.477Z] === CONT  TestDaemonRestartIpcMode
16:31:19 [2023-07-12T16:31:19.477Z] === CONT  TestHardRestartWhenContainerIsRunning
16:31:19 [2023-07-12T16:31:19.477Z] === CONT  TestContainerKillOnDaemonStart
16:31:19 [2023-07-12T16:31:19.739Z] --- PASS: TestIpcModeOlderClient (0.12s)
16:31:21 [2023-07-12T16:31:21.655Z] === RUN   TestHardRestartWhenContainerIsRunning/RestartPolicy=none
16:31:21 [2023-07-12T16:31:21.655Z] === RUN   TestHardRestartWhenContainerIsRunning/RestartPolicy=on-failure
16:31:21 [2023-07-12T16:31:21.916Z] --- PASS: TestHardRestartWhenContainerIsRunning (2.34s)
16:31:21 [2023-07-12T16:31:21.916Z]     --- PASS: TestHardRestartWhenContainerIsRunning/RestartPolicy=none (0.01s)
16:31:21 [2023-07-12T16:31:21.916Z]     --- PASS: TestHardRestartWhenContainerIsRunning/RestartPolicy=on-failure (0.40s)
16:31:22 [2023-07-12T16:31:22.488Z] --- PASS: TestContainerStartOnDaemonRestart (2.79s)
16:31:22 [2023-07-12T16:31:22.749Z] --- PASS: TestDaemonHostGatewayIP (3.11s)
16:31:23 [2023-07-12T16:31:23.010Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.46s)
16:31:23 [2023-07-12T16:31:23.270Z] --- PASS: TestDaemonRestartIpcMode (3.59s)
16:31:23 [2023-07-12T16:31:23.270Z] --- PASS: TestStopContainerWithTimeoutCancel (3.62s)
16:31:31 [2023-07-12T16:31:31.418Z] --- PASS: TestContainerKillOnDaemonStart (11.94s)
16:31:31 [2023-07-12T16:31:31.418Z] PASS
16:31:31 [2023-07-12T16:31:31.418Z] 
16:31:31 [2023-07-12T16:31:31.418Z] === Skipped
16:31:31 [2023-07-12T16:31:31.418Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
16:31:31 [2023-07-12T16:31:31.418Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
16:31:31 [2023-07-12T16:31:31.418Z] 
16:31:31 [2023-07-12T16:31:31.418Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
16:31:31 [2023-07-12T16:31:31.418Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
16:31:31 [2023-07-12T16:31:31.418Z] 
16:31:31 [2023-07-12T16:31:31.418Z] DONE 291 tests, 2 skipped in 159.254s
16:31:31 [2023-07-12T16:31:31.418Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m 
16:31:31 [2023-07-12T16:31:31.418Z] ++ 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
16:31:31 [2023-07-12T16:31:31.418Z] ++ set -e
16:31:31 [2023-07-12T16:31:31.418Z] ++ '[' -n 0 ']'
16:31:31 [2023-07-12T16:31:31.418Z] ++ set -x
16:31:31 [2023-07-12T16:31:31.418Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m
16:31:31 [2023-07-12T16:31:31.678Z] INFO: Testing against a local daemon
16:31:31 [2023-07-12T16:31:31.678Z] === RUN   TestConfigDaemonID
16:31:32 [2023-07-12T16:31:32.620Z]     daemon_test.go:52: [d8abbde2755c3] daemon is not started
16:31:32 [2023-07-12T16:31:32.620Z] --- PASS: TestConfigDaemonID (1.04s)
16:31:32 [2023-07-12T16:31:32.620Z] === RUN   TestDaemonConfigValidation
16:31:32 [2023-07-12T16:31:32.620Z] === RUN   TestDaemonConfigValidation/config_with_no_content
16:31:32 [2023-07-12T16:31:32.620Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
16:31:32 [2023-07-12T16:31:32.620Z] === RUN   TestDaemonConfigValidation/config_with_{}
16:31:32 [2023-07-12T16:31:32.620Z] === PAUSE TestDaemonConfigValidation/config_with_{}
16:31:32 [2023-07-12T16:31:32.620Z] === RUN   TestDaemonConfigValidation/invalid_config
16:31:32 [2023-07-12T16:31:32.620Z] === PAUSE TestDaemonConfigValidation/invalid_config
16:31:32 [2023-07-12T16:31:32.620Z] === RUN   TestDaemonConfigValidation/malformed_config
16:31:32 [2023-07-12T16:31:32.620Z] === PAUSE TestDaemonConfigValidation/malformed_config
16:31:32 [2023-07-12T16:31:32.620Z] === RUN   TestDaemonConfigValidation/valid_config
16:31:32 [2023-07-12T16:31:32.620Z] === PAUSE TestDaemonConfigValidation/valid_config
16:31:32 [2023-07-12T16:31:32.620Z] === CONT  TestDaemonConfigValidation/config_with_no_content
16:31:32 [2023-07-12T16:31:32.620Z] === CONT  TestDaemonConfigValidation/malformed_config
16:31:32 [2023-07-12T16:31:32.620Z] === CONT  TestDaemonConfigValidation/invalid_config
16:31:32 [2023-07-12T16:31:32.620Z] === CONT  TestDaemonConfigValidation/valid_config
16:31:32 [2023-07-12T16:31:32.620Z] === CONT  TestDaemonConfigValidation/config_with_{}
16:31:32 [2023-07-12T16:31:32.620Z] --- PASS: TestDaemonConfigValidation (0.00s)
16:31:32 [2023-07-12T16:31:32.620Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.06s)
16:31:32 [2023-07-12T16:31:32.620Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.06s)
16:31:32 [2023-07-12T16:31:32.620Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.06s)
16:31:32 [2023-07-12T16:31:32.620Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.06s)
16:31:32 [2023-07-12T16:31:32.620Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.07s)
16:31:32 [2023-07-12T16:31:32.620Z] === RUN   TestConfigDaemonSeccompProfiles
16:31:32 [2023-07-12T16:31:32.620Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
16:31:34 [2023-07-12T16:31:34.004Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
16:31:34 [2023-07-12T16:31:34.945Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
16:31:35 [2023-07-12T16:31:35.887Z]     daemon_test.go:166: [d3d4b633cea35] daemon is not started
16:31:35 [2023-07-12T16:31:35.887Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s)
16:31:35 [2023-07-12T16:31:35.887Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
16:31:35 [2023-07-12T16:31:35.887Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
16:31:35 [2023-07-12T16:31:35.887Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
16:31:35 [2023-07-12T16:31:35.887Z] === RUN   TestDaemonProxy
16:31:35 [2023-07-12T16:31:35.887Z] === RUN   TestDaemonProxy/environment_variables
16:31:37 [2023-07-12T16:31:37.800Z] === RUN   TestDaemonProxy/command-line_options
16:31:39 [2023-07-12T16:31:39.183Z] === RUN   TestDaemonProxy/configuration_file
16:31:41 [2023-07-12T16:31:41.095Z] === RUN   TestDaemonProxy/conflicting_options
16:31:41 [2023-07-12T16:31:41.666Z] === RUN   TestDaemonProxy/reload_sanitized
16:31:41 [2023-07-12T16:31:41.927Z]     daemon_test.go:343: Skipping test, because we did not find 'Reloaded configuration' in the logs
16:31:41 [2023-07-12T16:31:41.927Z] --- PASS: TestDaemonProxy (6.25s)
16:31:41 [2023-07-12T16:31:41.927Z]     --- PASS: TestDaemonProxy/environment_variables (1.73s)
16:31:41 [2023-07-12T16:31:41.927Z]     --- PASS: TestDaemonProxy/command-line_options (1.75s)
16:31:41 [2023-07-12T16:31:41.927Z]     --- PASS: TestDaemonProxy/configuration_file (1.74s)
16:31:41 [2023-07-12T16:31:41.927Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
16:31:41 [2023-07-12T16:31:41.927Z]     --- SKIP: TestDaemonProxy/reload_sanitized (0.52s)
16:31:41 [2023-07-12T16:31:41.927Z] === RUN   TestLiveRestore
16:31:41 [2023-07-12T16:31:41.927Z] === RUN   TestLiveRestore/volume_references
16:31:41 [2023-07-12T16:31:41.927Z] === PAUSE TestLiveRestore/volume_references
16:31:41 [2023-07-12T16:31:41.927Z] === CONT  TestLiveRestore/volume_references
16:31:42 [2023-07-12T16:31:42.868Z] === RUN   TestLiveRestore/volume_references/restartPolicy
16:31:42 [2023-07-12T16:31:42.868Z] === RUN   TestLiveRestore/volume_references/restartPolicy/always
16:31:43 [2023-07-12T16:31:43.810Z] === RUN   TestLiveRestore/volume_references/restartPolicy/unless-stopped
16:31:44 [2023-07-12T16:31:44.751Z] === RUN   TestLiveRestore/volume_references/restartPolicy/on-failure
16:31:45 [2023-07-12T16:31:45.694Z] === RUN   TestLiveRestore/volume_references/restartPolicy/no
16:31:46 [2023-07-12T16:31:46.636Z] === RUN   TestLiveRestore/volume_references/local_volume_with_mount_options
16:31:47 [2023-07-12T16:31:47.577Z] === RUN   TestLiveRestore/volume_references/container_with_bind-mounts
16:31:48 [2023-07-12T16:31:48.519Z] --- PASS: TestLiveRestore (0.00s)
16:31:48 [2023-07-12T16:31:48.519Z]     --- PASS: TestLiveRestore/volume_references (6.35s)
16:31:48 [2023-07-12T16:31:48.519Z]         --- PASS: TestLiveRestore/volume_references/restartPolicy (3.86s)
16:31:48 [2023-07-12T16:31:48.519Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/always (0.96s)
16:31:48 [2023-07-12T16:31:48.519Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (0.95s)
16:31:48 [2023-07-12T16:31:48.519Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (0.99s)
16:31:48 [2023-07-12T16:31:48.519Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/no (0.96s)
16:31:48 [2023-07-12T16:31:48.519Z]         --- PASS: TestLiveRestore/volume_references/local_volume_with_mount_options (0.95s)
16:31:48 [2023-07-12T16:31:48.519Z]         --- PASS: TestLiveRestore/volume_references/container_with_bind-mounts (0.95s)
16:31:48 [2023-07-12T16:31:48.519Z] === RUN   TestDaemonDefaultBridgeWithFixedCidrButNoBip
16:31:49 [2023-07-12T16:31:49.090Z] --- PASS: TestDaemonDefaultBridgeWithFixedCidrButNoBip (0.69s)
16:31:49 [2023-07-12T16:31:49.090Z] PASS
16:31:49 [2023-07-12T16:31:49.090Z] 
16:31:49 [2023-07-12T16:31:49.090Z] === Skipped
16:31:49 [2023-07-12T16:31:49.090Z] === SKIP: arm64.integration.daemon TestDaemonProxy/reload_sanitized (0.52s)
16:31:49 [2023-07-12T16:31:49.090Z]     daemon_test.go:343: Skipping test, because we did not find 'Reloaded configuration' in the logs
16:31:49 [2023-07-12T16:31:49.090Z]     --- SKIP: TestDaemonProxy/reload_sanitized (0.52s)
16:31:49 [2023-07-12T16:31:49.090Z] 
16:31:49 [2023-07-12T16:31:49.090Z] DONE 27 tests, 1 skipped in 17.563s
16:31:49 [2023-07-12T16:31:49.090Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m 
16:31:49 [2023-07-12T16:31:49.090Z] ++ 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
16:31:49 [2023-07-12T16:31:49.090Z] ++ set -e
16:31:49 [2023-07-12T16:31:49.090Z] ++ '[' -n 0 ']'
16:31:49 [2023-07-12T16:31:49.090Z] ++ set -x
16:31:49 [2023-07-12T16:31:49.090Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m
16:31:49 [2023-07-12T16:31:49.090Z] INFO: Testing against a local daemon
16:31:49 [2023-07-12T16:31:49.090Z] === RUN   TestCommitInheritsEnv
16:31:49 [2023-07-12T16:31:49.350Z] --- PASS: TestCommitInheritsEnv (0.15s)
16:31:49 [2023-07-12T16:31:49.350Z] === RUN   TestImportExtremelyLargeImageWorks
16:31:49 [2023-07-12T16:31:49.350Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
16:31:49 [2023-07-12T16:31:49.350Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
16:31:49 [2023-07-12T16:31:49.350Z] === RUN   TestImportWithCustomPlatform
16:31:49 [2023-07-12T16:31:49.350Z] === RUN   TestImportWithCustomPlatform/#00
16:31:49 [2023-07-12T16:31:49.350Z] === RUN   TestImportWithCustomPlatform/_______
16:31:49 [2023-07-12T16:31:49.350Z] === RUN   TestImportWithCustomPlatform//
16:31:49 [2023-07-12T16:31:49.350Z] === RUN   TestImportWithCustomPlatform/linux
16:31:49 [2023-07-12T16:31:49.350Z] === RUN   TestImportWithCustomPlatform/LINUX
16:31:49 [2023-07-12T16:31:49.350Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
16:31:49 [2023-07-12T16:31:49.350Z] === RUN   TestImportWithCustomPlatform/macos
16:31:49 [2023-07-12T16:31:49.350Z] === RUN   TestImportWithCustomPlatform/macos/arm64
16:31:49 [2023-07-12T16:31:49.350Z] === RUN   TestImportWithCustomPlatform/nintendo64
16:31:49 [2023-07-12T16:31:49.350Z] --- PASS: TestImportWithCustomPlatform (0.11s)
16:31:49 [2023-07-12T16:31:49.350Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.02s)
16:31:49 [2023-07-12T16:31:49.350Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
16:31:49 [2023-07-12T16:31:49.350Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
16:31:49 [2023-07-12T16:31:49.350Z]     --- PASS: TestImportWithCustomPlatform/linux (0.02s)
16:31:49 [2023-07-12T16:31:49.350Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.02s)
16:31:49 [2023-07-12T16:31:49.350Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.02s)
16:31:49 [2023-07-12T16:31:49.350Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
16:31:49 [2023-07-12T16:31:49.350Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
16:31:49 [2023-07-12T16:31:49.350Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
16:31:49 [2023-07-12T16:31:49.350Z] === RUN   TestImageInspectEmptyTagsAndDigests
16:31:49 [2023-07-12T16:31:49.350Z] --- PASS: TestImageInspectEmptyTagsAndDigests (0.01s)
16:31:49 [2023-07-12T16:31:49.350Z] === RUN   TestImagesFilterMultiReference
16:31:49 [2023-07-12T16:31:49.350Z] --- PASS: TestImagesFilterMultiReference (0.06s)
16:31:49 [2023-07-12T16:31:49.350Z] === RUN   TestImagesFilterBeforeSince
16:31:49 [2023-07-12T16:31:49.611Z]     list_test.go:87: ImageList: ID=sha256:24cb25461e40489de2fa72bfc9791154dc5cba869b39d870a0947f7168844b48 RepoTags=[testimagesfilterbeforesince:v1]
16:31:49 [2023-07-12T16:31:49.611Z]     list_test.go:87: ImageList: ID=sha256:170cabfedbf4ca07fefcd0a7a04937f57268c88faebc20e38210fc8404f5fcd7 RepoTags=[testimagesfilterbeforesince:v2]
16:31:49 [2023-07-12T16:31:49.611Z]     list_test.go:87: ImageList: ID=sha256:e3d6d3a67088eea611e82953a9192eed7f1adabb404bb9ebf7616215fb22fe2a RepoTags=[testimagesfilterbeforesince:v3]
16:31:49 [2023-07-12T16:31:49.611Z] --- PASS: TestImagesFilterBeforeSince (0.22s)
16:31:49 [2023-07-12T16:31:49.611Z] === RUN   TestPruneDontDeleteUsedDangling
16:31:49 [2023-07-12T16:31:49.611Z] --- PASS: TestPruneDontDeleteUsedDangling (0.04s)
16:31:49 [2023-07-12T16:31:49.611Z] === RUN   TestImagePullPlatformInvalid
16:31:49 [2023-07-12T16:31:49.611Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
16:31:49 [2023-07-12T16:31:49.611Z] === RUN   TestImagePullStoredfDigestForOtherRepo
16:31:49 [2023-07-12T16:31:49.875Z] time="2023-07-12T16:31:49Z" 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.5 instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.875Z] time="2023-07-12T16:31:49Z" level=info msg="redis not configured" go.version=go1.20.5 instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.875Z] time="2023-07-12T16:31:49Z" level=info msg="Starting upload purge in 58m0s" go.version=go1.20.5 instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.875Z] time="2023-07-12T16:31:49Z" level=info msg="listening on 127.0.0.1:5000" go.version=go1.20.5 instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.875Z] time="2023-07-12T16:31:49Z" level=debug msg="authorizing request" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=0648e42c-3fb6-4a42-ad4c-1d85e1684626 http.request.method=GET http.request.remoteaddr="127.0.0.1:50738" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.875Z] time="2023-07-12T16:31:49Z" level=info msg="response completed" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=0648e42c-3fb6-4a42-ad4c-1d85e1684626 http.request.method=GET http.request.remoteaddr="127.0.0.1:50738" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.065719ms http.response.status=200 http.response.written=2 instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.875Z] 127.0.0.1 - - [12/Jul/2023:16:31:49 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1"
16:31:49 [2023-07-12T16:31:49.875Z] time="2023-07-12T16:31:49Z" level=debug msg="authorizing request" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=86e7855a-f003-4229-a0f8-736c419f322f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50744" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.21+unknown" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.875Z] time="2023-07-12T16:31:49Z" level=debug msg=GetBlob go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=86e7855a-f003-4229-a0f8-736c419f322f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50744" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.21+unknown" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.875Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=86e7855a-f003-4229-a0f8-736c419f322f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50744" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.21+unknown" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=31.401µs trace.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=fa8b229a-cd9d-4869-b0ab-98fbce5cadf6 trace.line=82 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.875Z] time="2023-07-12T16:31:49Z" level=debug msg="authorizing request" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=17d760f3-e527-4e01-99da-7835c20a5646 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50746" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.21+unknown" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.875Z] time="2023-07-12T16:31:49Z" level=debug msg=GetBlob go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=17d760f3-e527-4e01-99da-7835c20a5646 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50746" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.21+unknown" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.875Z] time="2023-07-12T16:31:49Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b err.message="blob unknown to registry" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=86e7855a-f003-4229-a0f8-736c419f322f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50744" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.21+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.096353ms http.response.status=404 http.response.written=157 instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.875Z] 127.0.0.1 - - [12/Jul/2023:16:31:49 +0000] "HEAD /v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 404 157 "" "containerd/1.6.21+unknown"
16:31:49 [2023-07-12T16:31:49.875Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=17d760f3-e527-4e01-99da-7835c20a5646 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50746" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.21+unknown" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=25.862µs trace.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=f59cd2c6-9736-4900-8255-c5945af7af85 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.875Z] time="2023-07-12T16:31:49Z" 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.5 http.request.host="127.0.0.1:5000" http.request.id=17d760f3-e527-4e01-99da-7835c20a5646 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50746" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.21+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.132907ms http.response.status=404 http.response.written=157 instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.875Z] 127.0.0.1 - - [12/Jul/2023:16:31:49 +0000] "HEAD /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 404 157 "" "containerd/1.6.21+unknown"
16:31:49 [2023-07-12T16:31:49.875Z] time="2023-07-12T16:31:49Z" level=debug msg="authorizing request" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=e83a4bd6-b49b-4e8c-9850-4831f04b84cb http.request.method=POST http.request.remoteaddr="127.0.0.1:50744" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.21+unknown" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 vars.name=test version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.875Z] time="2023-07-12T16:31:49Z" level=debug msg="authorizing request" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=dcbae17f-8823-475d-b18d-524e0e715ffc http.request.method=POST http.request.remoteaddr="127.0.0.1:50746" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.21+unknown" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 vars.name=test version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.875Z] time="2023-07-12T16:31:49Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=e83a4bd6-b49b-4e8c-9850-4831f04b84cb http.request.method=POST http.request.remoteaddr="127.0.0.1:50744" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.21+unknown" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 vars.name=test version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.875Z] time="2023-07-12T16:31:49Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=dcbae17f-8823-475d-b18d-524e0e715ffc http.request.method=POST http.request.remoteaddr="127.0.0.1:50746" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.21+unknown" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 vars.name=test version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.876Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/116f37fb-2bec-4374-90f3-d569aa1b60b1/startedat\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=dcbae17f-8823-475d-b18d-524e0e715ffc http.request.method=POST http.request.remoteaddr="127.0.0.1:50746" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.21+unknown" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=104.771µs trace.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=f04ffec3-c1c9-4015-be2f-2cc011eb1a2d trace.line=95 vars.name=test version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.876Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/b47c4ce9-00bb-48a1-869f-bb0905dd7256/startedat\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=e83a4bd6-b49b-4e8c-9850-4831f04b84cb http.request.method=POST http.request.remoteaddr="127.0.0.1:50744" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.21+unknown" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=112.607µs trace.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=3cd3a8d0-0211-402c-a26f-504f39416374 trace.line=95 vars.name=test version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.876Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/116f37fb-2bec-4374-90f3-d569aa1b60b1/data\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=dcbae17f-8823-475d-b18d-524e0e715ffc http.request.method=POST http.request.remoteaddr="127.0.0.1:50746" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.21+unknown" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=14.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=6f8ad852-9e98-4d5a-8f27-93f0d2373c00 trace.line=141 vars.name=test version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.876Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/b47c4ce9-00bb-48a1-869f-bb0905dd7256/data\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=e83a4bd6-b49b-4e8c-9850-4831f04b84cb http.request.method=POST http.request.remoteaddr="127.0.0.1:50744" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.21+unknown" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=52.742µs trace.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=33a32ccc-36be-47cb-93a9-439191cee892 trace.line=141 vars.name=test version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.876Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/116f37fb-2bec-4374-90f3-d569aa1b60b1/hashstates/sha256/0\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=dcbae17f-8823-475d-b18d-524e0e715ffc http.request.method=POST http.request.remoteaddr="127.0.0.1:50746" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.21+unknown" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=75.462µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=225d8b27-8c9d-4510-81b8-5a09be7d8a28 trace.line=95 vars.name=test version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.876Z] time="2023-07-12T16:31:49Z" level=info msg="response completed" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=dcbae17f-8823-475d-b18d-524e0e715ffc http.request.method=POST http.request.remoteaddr="127.0.0.1:50746" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.21+unknown" http.response.duration=2.311892ms http.response.status=202 http.response.written=0 instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.876Z] 127.0.0.1 - - [12/Jul/2023:16:31:49 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.6.21+unknown"
16:31:49 [2023-07-12T16:31:49.876Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/b47c4ce9-00bb-48a1-869f-bb0905dd7256/hashstates/sha256/0\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=e83a4bd6-b49b-4e8c-9850-4831f04b84cb http.request.method=POST http.request.remoteaddr="127.0.0.1:50744" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.21+unknown" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=327.63µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=548a755e-3530-451b-8a61-ca119fd2ea0f trace.line=95 vars.name=test version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.876Z] time="2023-07-12T16:31:49Z" level=info msg="response completed" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=e83a4bd6-b49b-4e8c-9850-4831f04b84cb http.request.method=POST http.request.remoteaddr="127.0.0.1:50744" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.21+unknown" http.response.duration=2.498132ms http.response.status=202 http.response.written=0 instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.876Z] 127.0.0.1 - - [12/Jul/2023:16:31:49 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.6.21+unknown"
16:31:49 [2023-07-12T16:31:49.876Z] time="2023-07-12T16:31:49Z" level=debug msg="authorizing request" go.version=go1.20.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=73adda64-ce9a-406d-bb41-6bd4849b3d2b http.request.method=PUT http.request.remoteaddr="127.0.0.1:50746" http.request.uri="/v2/test/blobs/uploads/b47c4ce9-00bb-48a1-869f-bb0905dd7256?_state=1xKMNN7LKL1CGtxh2nYu3rf_OHghapARG-1DUXgn8ZZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImI0N2M0Y2U5LTAwYmItNDhhMS04NjlmLWJiMDkwNWRkNzI1NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNy0xMlQxNjozMTo0OS43MzEzODg1NjlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.21+unknown" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 vars.name=test vars.uuid=b47c4ce9-00bb-48a1-869f-bb0905dd7256 version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.876Z] time="2023-07-12T16:31:49Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.20.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=73adda64-ce9a-406d-bb41-6bd4849b3d2b http.request.method=PUT http.request.remoteaddr="127.0.0.1:50746" http.request.uri="/v2/test/blobs/uploads/b47c4ce9-00bb-48a1-869f-bb0905dd7256?_state=1xKMNN7LKL1CGtxh2nYu3rf_OHghapARG-1DUXgn8ZZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImI0N2M0Y2U5LTAwYmItNDhhMS04NjlmLWJiMDkwNWRkNzI1NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNy0xMlQxNjozMTo0OS43MzEzODg1NjlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.21+unknown" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 vars.name=test vars.uuid=b47c4ce9-00bb-48a1-869f-bb0905dd7256 version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.876Z] time="2023-07-12T16:31:49Z" level=debug msg="authorizing request" go.version=go1.20.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=7984a072-98ec-4412-8104-6bfad86a413e http.request.method=PUT http.request.remoteaddr="127.0.0.1:50744" http.request.uri="/v2/test/blobs/uploads/116f37fb-2bec-4374-90f3-d569aa1b60b1?_state=7cTYGliUFzxiruneEU2-bYtyUl2bge0KSb4_9BrjbeN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjExNmYzN2ZiLTJiZWMtNDM3NC05MGYzLWQ1NjlhYTFiNjBiMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNy0xMlQxNjozMTo0OS43MzEzOTkzMjZaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.21+unknown" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 vars.name=test vars.uuid=116f37fb-2bec-4374-90f3-d569aa1b60b1 version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.876Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/b47c4ce9-00bb-48a1-869f-bb0905dd7256/startedat\")" go.version=go1.20.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=73adda64-ce9a-406d-bb41-6bd4849b3d2b http.request.method=PUT http.request.remoteaddr="127.0.0.1:50746" http.request.uri="/v2/test/blobs/uploads/b47c4ce9-00bb-48a1-869f-bb0905dd7256?_state=1xKMNN7LKL1CGtxh2nYu3rf_OHghapARG-1DUXgn8ZZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImI0N2M0Y2U5LTAwYmItNDhhMS04NjlmLWJiMDkwNWRkNzI1NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNy0xMlQxNjozMTo0OS43MzEzODg1NjlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.21+unknown" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=44.086µs trace.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=412ec784-dbab-4b0d-a0f9-2ad5b9d738df trace.line=82 vars.name=test vars.uuid=b47c4ce9-00bb-48a1-869f-bb0905dd7256 version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.876Z] time="2023-07-12T16:31:49Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.20.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=7984a072-98ec-4412-8104-6bfad86a413e http.request.method=PUT http.request.remoteaddr="127.0.0.1:50744" http.request.uri="/v2/test/blobs/uploads/116f37fb-2bec-4374-90f3-d569aa1b60b1?_state=7cTYGliUFzxiruneEU2-bYtyUl2bge0KSb4_9BrjbeN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjExNmYzN2ZiLTJiZWMtNDM3NC05MGYzLWQ1NjlhYTFiNjBiMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNy0xMlQxNjozMTo0OS43MzEzOTkzMjZaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.21+unknown" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 vars.name=test vars.uuid=116f37fb-2bec-4374-90f3-d569aa1b60b1 version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.876Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/116f37fb-2bec-4374-90f3-d569aa1b60b1/startedat\")" go.version=go1.20.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=7984a072-98ec-4412-8104-6bfad86a413e http.request.method=PUT http.request.remoteaddr="127.0.0.1:50744" http.request.uri="/v2/test/blobs/uploads/116f37fb-2bec-4374-90f3-d569aa1b60b1?_state=7cTYGliUFzxiruneEU2-bYtyUl2bge0KSb4_9BrjbeN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjExNmYzN2ZiLTJiZWMtNDM3NC05MGYzLWQ1NjlhYTFiNjBiMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNy0xMlQxNjozMTo0OS43MzEzOTkzMjZaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.21+unknown" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=33.74µs trace.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=46bbbd19-09a8-4d8d-a175-25f3b8752bcc trace.line=82 vars.name=test vars.uuid=116f37fb-2bec-4374-90f3-d569aa1b60b1 version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.876Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/b47c4ce9-00bb-48a1-869f-bb0905dd7256/data\")" go.version=go1.20.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=73adda64-ce9a-406d-bb41-6bd4849b3d2b http.request.method=PUT http.request.remoteaddr="127.0.0.1:50746" http.request.uri="/v2/test/blobs/uploads/b47c4ce9-00bb-48a1-869f-bb0905dd7256?_state=1xKMNN7LKL1CGtxh2nYu3rf_OHghapARG-1DUXgn8ZZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImI0N2M0Y2U5LTAwYmItNDhhMS04NjlmLWJiMDkwNWRkNzI1NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNy0xMlQxNjozMTo0OS43MzEzODg1NjlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.21+unknown" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=13.464µs trace.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=ebd5a1b2-fa5e-489d-9911-595416a606f3 trace.line=141 vars.name=test vars.uuid=b47c4ce9-00bb-48a1-869f-bb0905dd7256 version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.876Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/116f37fb-2bec-4374-90f3-d569aa1b60b1/data\")" go.version=go1.20.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=7984a072-98ec-4412-8104-6bfad86a413e http.request.method=PUT http.request.remoteaddr="127.0.0.1:50744" http.request.uri="/v2/test/blobs/uploads/116f37fb-2bec-4374-90f3-d569aa1b60b1?_state=7cTYGliUFzxiruneEU2-bYtyUl2bge0KSb4_9BrjbeN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjExNmYzN2ZiLTJiZWMtNDM3NC05MGYzLWQ1NjlhYTFiNjBiMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNy0xMlQxNjozMTo0OS43MzEzOTkzMjZaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.21+unknown" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=12.619µs trace.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=e93a52dd-e7ff-42a9-9b54-84e83010c947 trace.line=141 vars.name=test vars.uuid=116f37fb-2bec-4374-90f3-d569aa1b60b1 version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.876Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/116f37fb-2bec-4374-90f3-d569aa1b60b1/data\", 0)" go.version=go1.20.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=7984a072-98ec-4412-8104-6bfad86a413e http.request.method=PUT http.request.remoteaddr="127.0.0.1:50744" http.request.uri="/v2/test/blobs/uploads/116f37fb-2bec-4374-90f3-d569aa1b60b1?_state=7cTYGliUFzxiruneEU2-bYtyUl2bge0KSb4_9BrjbeN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjExNmYzN2ZiLTJiZWMtNDM3NC05MGYzLWQ1NjlhYTFiNjBiMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNy0xMlQxNjozMTo0OS43MzEzOTkzMjZaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.21+unknown" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=90.108µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).WriteStream" trace.id=83c74022-2373-421f-afc5-18cf3d884015 trace.line=124 vars.name=test vars.uuid=116f37fb-2bec-4374-90f3-d569aa1b60b1 version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.876Z] time="2023-07-12T16:31:49Z" level=debug msg="(*blobWriter).Commit" go.version=go1.20.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=7984a072-98ec-4412-8104-6bfad86a413e http.request.method=PUT http.request.remoteaddr="127.0.0.1:50744" http.request.uri="/v2/test/blobs/uploads/116f37fb-2bec-4374-90f3-d569aa1b60b1?_state=7cTYGliUFzxiruneEU2-bYtyUl2bge0KSb4_9BrjbeN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjExNmYzN2ZiLTJiZWMtNDM3NC05MGYzLWQ1NjlhYTFiNjBiMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNy0xMlQxNjozMTo0OS43MzEzOTkzMjZaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.21+unknown" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 vars.name=test vars.uuid=116f37fb-2bec-4374-90f3-d569aa1b60b1 version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.876Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/116f37fb-2bec-4374-90f3-d569aa1b60b1/data\")" go.version=go1.20.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=7984a072-98ec-4412-8104-6bfad86a413e http.request.method=PUT http.request.remoteaddr="127.0.0.1:50744" http.request.uri="/v2/test/blobs/uploads/116f37fb-2bec-4374-90f3-d569aa1b60b1?_state=7cTYGliUFzxiruneEU2-bYtyUl2bge0KSb4_9BrjbeN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjExNmYzN2ZiLTJiZWMtNDM3NC05MGYzLWQ1NjlhYTFiNjBiMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNy0xMlQxNjozMTo0OS43MzEzOTkzMjZaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.21+unknown" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=12.833µs trace.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=8b3511fb-0dc1-4896-8c7c-7ec974c8bcb6 trace.line=141 vars.name=test vars.uuid=116f37fb-2bec-4374-90f3-d569aa1b60b1 version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.876Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data\")" go.version=go1.20.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=7984a072-98ec-4412-8104-6bfad86a413e http.request.method=PUT http.request.remoteaddr="127.0.0.1:50744" http.request.uri="/v2/test/blobs/uploads/116f37fb-2bec-4374-90f3-d569aa1b60b1?_state=7cTYGliUFzxiruneEU2-bYtyUl2bge0KSb4_9BrjbeN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjExNmYzN2ZiLTJiZWMtNDM3NC05MGYzLWQ1NjlhYTFiNjBiMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNy0xMlQxNjozMTo0OS43MzEzOTkzMjZaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.21+unknown" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=12.981µs trace.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=f86e33f6-327d-40b4-b910-a4240eff8247 trace.line=141 vars.name=test vars.uuid=116f37fb-2bec-4374-90f3-d569aa1b60b1 version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.876Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/116f37fb-2bec-4374-90f3-d569aa1b60b1/data\")" go.version=go1.20.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=7984a072-98ec-4412-8104-6bfad86a413e http.request.method=PUT http.request.remoteaddr="127.0.0.1:50744" http.request.uri="/v2/test/blobs/uploads/116f37fb-2bec-4374-90f3-d569aa1b60b1?_state=7cTYGliUFzxiruneEU2-bYtyUl2bge0KSb4_9BrjbeN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjExNmYzN2ZiLTJiZWMtNDM3NC05MGYzLWQ1NjlhYTFiNjBiMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNy0xMlQxNjozMTo0OS43MzEzOTkzMjZaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.21+unknown" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=11.479µs trace.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=9604a271-1a76-4b16-a771-15c0188b1270 trace.line=141 vars.name=test vars.uuid=116f37fb-2bec-4374-90f3-d569aa1b60b1 version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.876Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/116f37fb-2bec-4374-90f3-d569aa1b60b1/data\", \"/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data\"" go.version=go1.20.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=7984a072-98ec-4412-8104-6bfad86a413e http.request.method=PUT http.request.remoteaddr="127.0.0.1:50744" http.request.uri="/v2/test/blobs/uploads/116f37fb-2bec-4374-90f3-d569aa1b60b1?_state=7cTYGliUFzxiruneEU2-bYtyUl2bge0KSb4_9BrjbeN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjExNmYzN2ZiLTJiZWMtNDM3NC05MGYzLWQ1NjlhYTFiNjBiMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNy0xMlQxNjozMTo0OS43MzEzOTkzMjZaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.21+unknown" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=58.092µs trace.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=b02a1564-a066-4326-a78e-14ba17b0c82f trace.line=167 vars.name=test vars.uuid=116f37fb-2bec-4374-90f3-d569aa1b60b1 version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.876Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link\")" go.version=go1.20.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=7984a072-98ec-4412-8104-6bfad86a413e http.request.method=PUT http.request.remoteaddr="127.0.0.1:50744" http.request.uri="/v2/test/blobs/uploads/116f37fb-2bec-4374-90f3-d569aa1b60b1?_state=7cTYGliUFzxiruneEU2-bYtyUl2bge0KSb4_9BrjbeN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjExNmYzN2ZiLTJiZWMtNDM3NC05MGYzLWQ1NjlhYTFiNjBiMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNy0xMlQxNjozMTo0OS43MzEzOTkzMjZaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.21+unknown" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=58.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=c7069e52-7df4-48ee-ba21-55af5b9b3b64 trace.line=95 vars.name=test vars.uuid=116f37fb-2bec-4374-90f3-d569aa1b60b1 version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.876Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/116f37fb-2bec-4374-90f3-d569aa1b60b1\")" go.version=go1.20.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=7984a072-98ec-4412-8104-6bfad86a413e http.request.method=PUT http.request.remoteaddr="127.0.0.1:50744" http.request.uri="/v2/test/blobs/uploads/116f37fb-2bec-4374-90f3-d569aa1b60b1?_state=7cTYGliUFzxiruneEU2-bYtyUl2bge0KSb4_9BrjbeN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjExNmYzN2ZiLTJiZWMtNDM3NC05MGYzLWQ1NjlhYTFiNjBiMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNy0xMlQxNjozMTo0OS43MzEzOTkzMjZaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.21+unknown" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=111.015µs trace.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=69b01991-196f-42fb-9271-76c2c38ddd50 trace.line=181 vars.name=test vars.uuid=116f37fb-2bec-4374-90f3-d569aa1b60b1 version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.876Z] time="2023-07-12T16:31:49Z" level=info msg="response completed" go.version=go1.20.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=7984a072-98ec-4412-8104-6bfad86a413e http.request.method=PUT http.request.remoteaddr="127.0.0.1:50744" http.request.uri="/v2/test/blobs/uploads/116f37fb-2bec-4374-90f3-d569aa1b60b1?_state=7cTYGliUFzxiruneEU2-bYtyUl2bge0KSb4_9BrjbeN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjExNmYzN2ZiLTJiZWMtNDM3NC05MGYzLWQ1NjlhYTFiNjBiMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNy0xMlQxNjozMTo0OS43MzEzOTkzMjZaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.6.21+unknown" http.response.duration=2.575014ms http.response.status=201 http.response.written=0 instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.876Z] 127.0.0.1 - - [12/Jul/2023:16:31:49 +0000] "PUT /v2/test/blobs/uploads/116f37fb-2bec-4374-90f3-d569aa1b60b1?_state=7cTYGliUFzxiruneEU2-bYtyUl2bge0KSb4_9BrjbeN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjExNmYzN2ZiLTJiZWMtNDM3NC05MGYzLWQ1NjlhYTFiNjBiMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNy0xMlQxNjozMTo0OS43MzEzOTkzMjZaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 201 0 "" "containerd/1.6.21+unknown"
16:31:49 [2023-07-12T16:31:49.877Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/b47c4ce9-00bb-48a1-869f-bb0905dd7256/data\", 0)" go.version=go1.20.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=73adda64-ce9a-406d-bb41-6bd4849b3d2b http.request.method=PUT http.request.remoteaddr="127.0.0.1:50746" http.request.uri="/v2/test/blobs/uploads/b47c4ce9-00bb-48a1-869f-bb0905dd7256?_state=1xKMNN7LKL1CGtxh2nYu3rf_OHghapARG-1DUXgn8ZZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImI0N2M0Y2U5LTAwYmItNDhhMS04NjlmLWJiMDkwNWRkNzI1NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNy0xMlQxNjozMTo0OS43MzEzODg1NjlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.21+unknown" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=1.526205ms trace.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=a38cd81a-14fd-46b9-aa74-81e94d1f9fd0 trace.line=124 vars.name=test vars.uuid=b47c4ce9-00bb-48a1-869f-bb0905dd7256 version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.877Z] time="2023-07-12T16:31:49Z" level=debug msg="(*blobWriter).Commit" go.version=go1.20.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=73adda64-ce9a-406d-bb41-6bd4849b3d2b http.request.method=PUT http.request.remoteaddr="127.0.0.1:50746" http.request.uri="/v2/test/blobs/uploads/b47c4ce9-00bb-48a1-869f-bb0905dd7256?_state=1xKMNN7LKL1CGtxh2nYu3rf_OHghapARG-1DUXgn8ZZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImI0N2M0Y2U5LTAwYmItNDhhMS04NjlmLWJiMDkwNWRkNzI1NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNy0xMlQxNjozMTo0OS43MzEzODg1NjlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.21+unknown" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 vars.name=test vars.uuid=b47c4ce9-00bb-48a1-869f-bb0905dd7256 version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.877Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/b47c4ce9-00bb-48a1-869f-bb0905dd7256/data\")" go.version=go1.20.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=73adda64-ce9a-406d-bb41-6bd4849b3d2b http.request.method=PUT http.request.remoteaddr="127.0.0.1:50746" http.request.uri="/v2/test/blobs/uploads/b47c4ce9-00bb-48a1-869f-bb0905dd7256?_state=1xKMNN7LKL1CGtxh2nYu3rf_OHghapARG-1DUXgn8ZZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImI0N2M0Y2U5LTAwYmItNDhhMS04NjlmLWJiMDkwNWRkNzI1NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNy0xMlQxNjozMTo0OS43MzEzODg1NjlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.21+unknown" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=16.279µs trace.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=b42362c6-6138-4c85-a58b-d5855ffc171a trace.line=141 vars.name=test vars.uuid=b47c4ce9-00bb-48a1-869f-bb0905dd7256 version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.877Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=73adda64-ce9a-406d-bb41-6bd4849b3d2b http.request.method=PUT http.request.remoteaddr="127.0.0.1:50746" http.request.uri="/v2/test/blobs/uploads/b47c4ce9-00bb-48a1-869f-bb0905dd7256?_state=1xKMNN7LKL1CGtxh2nYu3rf_OHghapARG-1DUXgn8ZZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImI0N2M0Y2U5LTAwYmItNDhhMS04NjlmLWJiMDkwNWRkNzI1NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNy0xMlQxNjozMTo0OS43MzEzODg1NjlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.21+unknown" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=14.048µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=f376e7cd-a2dd-420c-9142-3ace74ad4550 trace.line=141 vars.name=test vars.uuid=b47c4ce9-00bb-48a1-869f-bb0905dd7256 version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.877Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/b47c4ce9-00bb-48a1-869f-bb0905dd7256/data\")" go.version=go1.20.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=73adda64-ce9a-406d-bb41-6bd4849b3d2b http.request.method=PUT http.request.remoteaddr="127.0.0.1:50746" http.request.uri="/v2/test/blobs/uploads/b47c4ce9-00bb-48a1-869f-bb0905dd7256?_state=1xKMNN7LKL1CGtxh2nYu3rf_OHghapARG-1DUXgn8ZZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImI0N2M0Y2U5LTAwYmItNDhhMS04NjlmLWJiMDkwNWRkNzI1NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNy0xMlQxNjozMTo0OS43MzEzODg1NjlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.21+unknown" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=8.353µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=610f4ee1-19cb-442a-8952-b8309fb8bcef trace.line=141 vars.name=test vars.uuid=b47c4ce9-00bb-48a1-869f-bb0905dd7256 version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.877Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/b47c4ce9-00bb-48a1-869f-bb0905dd7256/data\", \"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\"" go.version=go1.20.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=73adda64-ce9a-406d-bb41-6bd4849b3d2b http.request.method=PUT http.request.remoteaddr="127.0.0.1:50746" http.request.uri="/v2/test/blobs/uploads/b47c4ce9-00bb-48a1-869f-bb0905dd7256?_state=1xKMNN7LKL1CGtxh2nYu3rf_OHghapARG-1DUXgn8ZZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImI0N2M0Y2U5LTAwYmItNDhhMS04NjlmLWJiMDkwNWRkNzI1NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNy0xMlQxNjozMTo0OS43MzEzODg1NjlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.21+unknown" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=40.927µs trace.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=ed01d400-b2f5-44bf-ae76-1293d77976d6 trace.line=167 vars.name=test vars.uuid=b47c4ce9-00bb-48a1-869f-bb0905dd7256 version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.877Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=73adda64-ce9a-406d-bb41-6bd4849b3d2b http.request.method=PUT http.request.remoteaddr="127.0.0.1:50746" http.request.uri="/v2/test/blobs/uploads/b47c4ce9-00bb-48a1-869f-bb0905dd7256?_state=1xKMNN7LKL1CGtxh2nYu3rf_OHghapARG-1DUXgn8ZZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImI0N2M0Y2U5LTAwYmItNDhhMS04NjlmLWJiMDkwNWRkNzI1NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNy0xMlQxNjozMTo0OS43MzEzODg1NjlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.21+unknown" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=45.284µs trace.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=eda8c25a-bd6b-42b6-ae8a-15b80a5fba0b trace.line=95 vars.name=test vars.uuid=b47c4ce9-00bb-48a1-869f-bb0905dd7256 version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.877Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/b47c4ce9-00bb-48a1-869f-bb0905dd7256\")" go.version=go1.20.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=73adda64-ce9a-406d-bb41-6bd4849b3d2b http.request.method=PUT http.request.remoteaddr="127.0.0.1:50746" http.request.uri="/v2/test/blobs/uploads/b47c4ce9-00bb-48a1-869f-bb0905dd7256?_state=1xKMNN7LKL1CGtxh2nYu3rf_OHghapARG-1DUXgn8ZZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImI0N2M0Y2U5LTAwYmItNDhhMS04NjlmLWJiMDkwNWRkNzI1NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNy0xMlQxNjozMTo0OS43MzEzODg1NjlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.21+unknown" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=74.28µs trace.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=b798e4de-7aaa-4daf-bafc-05702549cb36 trace.line=181 vars.name=test vars.uuid=b47c4ce9-00bb-48a1-869f-bb0905dd7256 version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.877Z] time="2023-07-12T16:31:49Z" level=info msg="response completed" go.version=go1.20.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=73adda64-ce9a-406d-bb41-6bd4849b3d2b http.request.method=PUT http.request.remoteaddr="127.0.0.1:50746" http.request.uri="/v2/test/blobs/uploads/b47c4ce9-00bb-48a1-869f-bb0905dd7256?_state=1xKMNN7LKL1CGtxh2nYu3rf_OHghapARG-1DUXgn8ZZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImI0N2M0Y2U5LTAwYmItNDhhMS04NjlmLWJiMDkwNWRkNzI1NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNy0xMlQxNjozMTo0OS43MzEzODg1NjlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.21+unknown" http.response.duration=3.751928ms http.response.status=201 http.response.written=0 instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.877Z] 127.0.0.1 - - [12/Jul/2023:16:31:49 +0000] "PUT /v2/test/blobs/uploads/b47c4ce9-00bb-48a1-869f-bb0905dd7256?_state=1xKMNN7LKL1CGtxh2nYu3rf_OHghapARG-1DUXgn8ZZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImI0N2M0Y2U5LTAwYmItNDhhMS04NjlmLWJiMDkwNWRkNzI1NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNy0xMlQxNjozMTo0OS43MzEzODg1NjlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 201 0 "" "containerd/1.6.21+unknown"
16:31:49 [2023-07-12T16:31:49.877Z] time="2023-07-12T16:31:49Z" level=debug msg="authorizing request" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=0051c3e4-aad9-46ec-874a-1056c5ff8f6c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50746" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.21+unknown" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.877Z] time="2023-07-12T16:31:49Z" level=debug msg=GetImageManifest go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=0051c3e4-aad9-46ec-874a-1056c5ff8f6c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50746" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.21+unknown" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.877Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=0051c3e4-aad9-46ec-874a-1056c5ff8f6c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50746" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.21+unknown" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=21.842µs trace.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=11f365ef-2465-451d-8a5d-05509e922457 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.877Z] time="2023-07-12T16:31:49Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=latest" err.message="manifest unknown" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=0051c3e4-aad9-46ec-874a-1056c5ff8f6c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50746" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.21+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration="889.087µs" http.response.status=404 http.response.written=96 instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.877Z] 127.0.0.1 - - [12/Jul/2023:16:31:49 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 404 96 "" "containerd/1.6.21+unknown"
16:31:49 [2023-07-12T16:31:49.877Z] time="2023-07-12T16:31:49Z" level=debug msg="authorizing request" go.version=go1.20.5 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=57c41007-3e8f-4855-bd1e-7e1d0b6efa47 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50746" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.21+unknown" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.877Z] time="2023-07-12T16:31:49Z" level=debug msg=PutImageManifest go.version=go1.20.5 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=57c41007-3e8f-4855-bd1e-7e1d0b6efa47 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50746" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.21+unknown" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.877Z] time="2023-07-12T16:31:49Z" level=debug msg="(*manifestStore).Put" go.version=go1.20.5 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=57c41007-3e8f-4855-bd1e-7e1d0b6efa47 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50746" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.21+unknown" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.877Z] time="2023-07-12T16:31:49Z" level=debug msg="(*schema2ManifestHandler).Put" go.version=go1.20.5 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=57c41007-3e8f-4855-bd1e-7e1d0b6efa47 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50746" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.21+unknown" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.877Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link\")" go.version=go1.20.5 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=57c41007-3e8f-4855-bd1e-7e1d0b6efa47 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50746" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.21+unknown" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=40.033µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=d1621c50-e0a3-424e-b057-4e581411ac54 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.877Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data\")" go.version=go1.20.5 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=57c41007-3e8f-4855-bd1e-7e1d0b6efa47 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50746" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.21+unknown" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=14.744µs trace.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=e5e8745e-227d-4653-b38a-50614cf2953e trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.877Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.5 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=57c41007-3e8f-4855-bd1e-7e1d0b6efa47 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50746" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.21+unknown" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=21.916µs trace.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=7e56bc03-f31a-40e3-94c6-becd90c07fad trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.877Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.5 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=57c41007-3e8f-4855-bd1e-7e1d0b6efa47 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50746" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.21+unknown" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=10.265µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=c2a22123-f583-48e4-b255-c0805b17f202 trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.877Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data\")" go.version=go1.20.5 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=57c41007-3e8f-4855-bd1e-7e1d0b6efa47 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50746" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.21+unknown" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=11.741µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=50cd1ee5-1ba3-4cdb-8de9-e6eaf1c2a432 trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.877Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data\")" go.version=go1.20.5 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=57c41007-3e8f-4855-bd1e-7e1d0b6efa47 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50746" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.21+unknown" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=47.852µs trace.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=11946bf8-bd0b-414a-93ce-ae5bdaee9bdb trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.877Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link\")" go.version=go1.20.5 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=57c41007-3e8f-4855-bd1e-7e1d0b6efa47 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50746" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.21+unknown" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=53.382µs trace.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=d9802cee-31a1-4afa-b4e6-d2b470db0d8a trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.877Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link\")" go.version=go1.20.5 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=57c41007-3e8f-4855-bd1e-7e1d0b6efa47 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50746" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.21+unknown" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=25.1µs trace.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=053b4c84-486c-4c33-bbcb-c62b2c7be916 trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.877Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/index/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link\")" go.version=go1.20.5 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=57c41007-3e8f-4855-bd1e-7e1d0b6efa47 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50746" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.21+unknown" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=64.984µs trace.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=1a362c9e-f01b-4f46-8472-e2301a9220ad trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.877Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.20.5 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=57c41007-3e8f-4855-bd1e-7e1d0b6efa47 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50746" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.21+unknown" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=33.214µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=949f2c03-4478-4738-a3d1-93c4a99b3d77 trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.878Z] time="2023-07-12T16:31:49Z" level=info msg="response completed" go.version=go1.20.5 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=57c41007-3e8f-4855-bd1e-7e1d0b6efa47 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50746" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.21+unknown" http.response.duration=1.693187ms http.response.status=201 http.response.written=0 instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.878Z] 127.0.0.1 - - [12/Jul/2023:16:31:49 +0000] "PUT /v2/test/manifests/latest HTTP/1.1" 201 0 "" "containerd/1.6.21+unknown"
16:31:49 [2023-07-12T16:31:49.878Z] time="2023-07-12T16:31:49Z" level=debug msg="authorizing request" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=ec62db0f-ff5d-4cfa-b8cd-fbc467c560d3 http.request.method=GET http.request.remoteaddr="127.0.0.1:50756" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.878Z] time="2023-07-12T16:31:49Z" level=info msg="response completed" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=ec62db0f-ff5d-4cfa-b8cd-fbc467c560d3 http.request.method=GET http.request.remoteaddr="127.0.0.1:50756" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="789.7µs" http.response.status=200 http.response.written=2 instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.878Z] 127.0.0.1 - - [12/Jul/2023:16:31:49 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
16:31:49 [2023-07-12T16:31:49.878Z] time="2023-07-12T16:31:49Z" level=debug msg="authorizing request" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=5e806564-1f17-454c-9ebb-9136909857c2 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50772" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.878Z] time="2023-07-12T16:31:49Z" level=debug msg=GetImageManifest go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=5e806564-1f17-454c-9ebb-9136909857c2 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50772" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.878Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=5e806564-1f17-454c-9ebb-9136909857c2 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50772" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=45.178µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=3f4e5e4d-7f05-4d32-a3a1-c1eee85a20d8 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.878Z] time="2023-07-12T16:31:49Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=5e806564-1f17-454c-9ebb-9136909857c2 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50772" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.878Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=5e806564-1f17-454c-9ebb-9136909857c2 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50772" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=31.647µs trace.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=c1819cf5-56e2-472d-86d7-cbf0f1f554da trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.878Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=5e806564-1f17-454c-9ebb-9136909857c2 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50772" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=17.715µs trace.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=78b972b8-f7de-4d1e-b0a8-0d870eaf1037 trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.878Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=5e806564-1f17-454c-9ebb-9136909857c2 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50772" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=17.846µs trace.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=42578989-9119-4274-afa4-cd176bcdef18 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.878Z] time="2023-07-12T16:31:49Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=5e806564-1f17-454c-9ebb-9136909857c2 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50772" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.878Z] time="2023-07-12T16:31:49Z" level=info msg="response completed" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=5e806564-1f17-454c-9ebb-9136909857c2 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50772" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.response.duration=1.318001ms http.response.status=200 http.response.written=417 instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.878Z] 127.0.0.1 - - [12/Jul/2023:16:31:49 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 200 417 "" "docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
16:31:49 [2023-07-12T16:31:49.878Z] time="2023-07-12T16:31:49Z" level=debug msg="authorizing request" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=f23879d1-2b7d-452d-87ef-affcab8728fe http.request.method=GET http.request.remoteaddr="127.0.0.1:50778" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.878Z] time="2023-07-12T16:31:49Z" level=debug msg=GetImageManifest go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=f23879d1-2b7d-452d-87ef-affcab8728fe http.request.method=GET http.request.remoteaddr="127.0.0.1:50778" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.878Z] time="2023-07-12T16:31:49Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=f23879d1-2b7d-452d-87ef-affcab8728fe http.request.method=GET http.request.remoteaddr="127.0.0.1:50778" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.878Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=f23879d1-2b7d-452d-87ef-affcab8728fe http.request.method=GET http.request.remoteaddr="127.0.0.1:50778" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=46.31µs trace.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=09e49ea1-aa2d-4581-90fa-455f5497eedd trace.line=82 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.878Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=f23879d1-2b7d-452d-87ef-affcab8728fe http.request.method=GET http.request.remoteaddr="127.0.0.1:50778" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=14.491µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=41fa7443-ada3-47d4-86b7-c571b5af544b trace.line=141 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.878Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=f23879d1-2b7d-452d-87ef-affcab8728fe http.request.method=GET http.request.remoteaddr="127.0.0.1:50778" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=19.61µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=d5fd1fe7-63eb-4e8a-bf41-fe9ae0ac7379 trace.line=82 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.878Z] time="2023-07-12T16:31:49Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=f23879d1-2b7d-452d-87ef-affcab8728fe http.request.method=GET http.request.remoteaddr="127.0.0.1:50778" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.878Z] time="2023-07-12T16:31:49Z" level=info msg="response completed" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=f23879d1-2b7d-452d-87ef-affcab8728fe http.request.method=GET http.request.remoteaddr="127.0.0.1:50778" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.response.duration=1.273406ms http.response.status=200 http.response.written=417 instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.878Z] 127.0.0.1 - - [12/Jul/2023:16:31:49 +0000] "GET /v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 200 417 "" "docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
16:31:49 [2023-07-12T16:31:49.878Z] time="2023-07-12T16:31:49Z" level=debug msg="authorizing request" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=21fca7c5-7d82-4e1a-83ef-7959e8ccb0ff http.request.method=GET http.request.remoteaddr="127.0.0.1:50782" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.878Z] time="2023-07-12T16:31:49Z" level=debug msg=GetBlob go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=21fca7c5-7d82-4e1a-83ef-7959e8ccb0ff http.request.method=GET http.request.remoteaddr="127.0.0.1:50782" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.878Z] time="2023-07-12T16:31:49Z" level=debug msg="authorizing request" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=f6acbaf4-a650-4879-8000-81f4f2971019 http.request.method=GET http.request.remoteaddr="127.0.0.1:50786" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.878Z] time="2023-07-12T16:31:49Z" level=debug msg=GetBlob go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=f6acbaf4-a650-4879-8000-81f4f2971019 http.request.method=GET http.request.remoteaddr="127.0.0.1:50786" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.878Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=21fca7c5-7d82-4e1a-83ef-7959e8ccb0ff http.request.method=GET http.request.remoteaddr="127.0.0.1:50782" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=43.019µs trace.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=55077ad7-576a-4983-9a7f-13a370acd4f1 trace.line=82 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.878Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=f6acbaf4-a650-4879-8000-81f4f2971019 http.request.method=GET http.request.remoteaddr="127.0.0.1:50786" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=34.273µs trace.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=9da446f6-9571-4278-b4e5-ecb5ee5090aa trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.878Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=f6acbaf4-a650-4879-8000-81f4f2971019 http.request.method=GET http.request.remoteaddr="127.0.0.1:50786" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=16.747µs trace.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=488179a0-a99d-4733-bc65-6a4daad18057 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.879Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=21fca7c5-7d82-4e1a-83ef-7959e8ccb0ff http.request.method=GET http.request.remoteaddr="127.0.0.1:50782" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=17.157µs trace.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=ec45d2b6-8c44-412b-89a6-cbee4897714e trace.line=141 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.879Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=f6acbaf4-a650-4879-8000-81f4f2971019 http.request.method=GET http.request.remoteaddr="127.0.0.1:50786" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=21.038µs trace.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=a4ba8f37-43cd-40b8-bcc4-3d38f36472a3 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.879Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=21fca7c5-7d82-4e1a-83ef-7959e8ccb0ff http.request.method=GET http.request.remoteaddr="127.0.0.1:50782" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=22.383µs trace.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=8ee22a04-88b8-4cdf-a017-9159886ded67 trace.line=82 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.879Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=f6acbaf4-a650-4879-8000-81f4f2971019 http.request.method=GET http.request.remoteaddr="127.0.0.1:50786" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=9.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).Stat" trace.id=cd20dc5a-f863-4b06-b533-f2fac8d5660d trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.879Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=f6acbaf4-a650-4879-8000-81f4f2971019 http.request.method=GET http.request.remoteaddr="127.0.0.1:50786" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=8.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).Stat" trace.id=1eae5ec2-cab7-4627-b92f-129e1bda1fd7 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.879Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=21fca7c5-7d82-4e1a-83ef-7959e8ccb0ff http.request.method=GET http.request.remoteaddr="127.0.0.1:50782" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=9.428µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=96a23325-10a2-4e07-bfb1-ff93b5c143b5 trace.line=141 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.879Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=f6acbaf4-a650-4879-8000-81f4f2971019 http.request.method=GET http.request.remoteaddr="127.0.0.1:50786" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=5.432µs trace.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=9f9ddc7f-7fd3-4f3c-85d2-cb50368cf414 trace.line=193 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.879Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=21fca7c5-7d82-4e1a-83ef-7959e8ccb0ff http.request.method=GET http.request.remoteaddr="127.0.0.1:50782" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=10.7µs trace.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=90fa9ab5-00a9-440f-abce-55f1abbce814 trace.line=141 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.879Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=21fca7c5-7d82-4e1a-83ef-7959e8ccb0ff http.request.method=GET http.request.remoteaddr="127.0.0.1:50782" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=5.186µs trace.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=afd5a261-971e-4687-9892-5cdc38fe62ce trace.line=193 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.879Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.ReadStream(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\", 0)" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=f6acbaf4-a650-4879-8000-81f4f2971019 http.request.method=GET http.request.remoteaddr="127.0.0.1:50786" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=14.843µs trace.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=5802e428-4f74-4c26-b1a2-bf4cfa9869b5 trace.line=107 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.879Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.ReadStream(\"/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data\", 0)" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=21fca7c5-7d82-4e1a-83ef-7959e8ccb0ff http.request.method=GET http.request.remoteaddr="127.0.0.1:50782" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=15.918µs trace.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=1a1e8a01-7e8b-4236-a856-7cbe4799c238 trace.line=107 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.879Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=f6acbaf4-a650-4879-8000-81f4f2971019 http.request.method=GET http.request.remoteaddr="127.0.0.1:50786" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=29.235µs trace.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=3d669999-b574-41e8-b35f-774ac31735e9 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.879Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=f6acbaf4-a650-4879-8000-81f4f2971019 http.request.method=GET http.request.remoteaddr="127.0.0.1:50786" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=15.442µs trace.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=b07a4d59-d23f-4992-bfcd-317cb8e40f7c trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.879Z] time="2023-07-12T16:31:49Z" level=info msg="response completed" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=f6acbaf4-a650-4879-8000-81f4f2971019 http.request.method=GET http.request.remoteaddr="127.0.0.1:50786" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=2.961851ms http.response.status=200 http.response.written=68 instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.879Z] 127.0.0.1 - - [12/Jul/2023:16:31:49 +0000] "GET /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 200 68 "" "docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
16:31:49 [2023-07-12T16:31:49.879Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=21fca7c5-7d82-4e1a-83ef-7959e8ccb0ff http.request.method=GET http.request.remoteaddr="127.0.0.1:50782" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=32.607µs trace.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=f1c2cf03-0e16-4aaf-95c2-b9125d6b5ab4 trace.line=82 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.879Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=21fca7c5-7d82-4e1a-83ef-7959e8ccb0ff http.request.method=GET http.request.remoteaddr="127.0.0.1:50782" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=12.398µs trace.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=98ea09c7-2ee4-43f6-aff5-06051147ceee trace.line=141 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.879Z] time="2023-07-12T16:31:49Z" level=info msg="response completed" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=21fca7c5-7d82-4e1a-83ef-7959e8ccb0ff http.request.method=GET http.request.remoteaddr="127.0.0.1:50782" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=3.362464ms http.response.status=200 http.response.written=194 instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.879Z] 127.0.0.1 - - [12/Jul/2023:16:31:49 +0000] "GET /v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 200 194 "" "docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
16:31:49 [2023-07-12T16:31:49.879Z] time="2023-07-12T16:31:49Z" level=debug msg="authorizing request" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=30573dad-b1ad-4758-b6d8-5c74e3e5d9d5 http.request.method=GET http.request.remoteaddr="127.0.0.1:50798" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.879Z] time="2023-07-12T16:31:49Z" level=info msg="response completed" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=30573dad-b1ad-4758-b6d8-5c74e3e5d9d5 http.request.method=GET http.request.remoteaddr="127.0.0.1:50798" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="817.179µs" http.response.status=200 http.response.written=2 instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.879Z] 127.0.0.1 - - [12/Jul/2023:16:31:49 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
16:31:49 [2023-07-12T16:31:49.879Z] time="2023-07-12T16:31:49Z" level=debug msg="authorizing request" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=d6445a50-2fd5-45e6-93d0-cc5d2c1cf8b0 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50806" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.879Z] time="2023-07-12T16:31:49Z" level=debug msg=GetImageManifest go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=d6445a50-2fd5-45e6-93d0-cc5d2c1cf8b0 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50806" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.879Z] time="2023-07-12T16:31:49Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=d6445a50-2fd5-45e6-93d0-cc5d2c1cf8b0 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50806" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.879Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_manifests/revisions/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=d6445a50-2fd5-45e6-93d0-cc5d2c1cf8b0 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50806" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=32.738µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=f78269e4-70b4-45b1-842d-b0eb5f0b3fd8 trace.line=82 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.879Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_layers/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=d6445a50-2fd5-45e6-93d0-cc5d2c1cf8b0 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50806" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=11.93µs trace.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=1f77deda-81ed-4840-837d-3f25bff0369c trace.line=82 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.880Z] time="2023-07-12T16:31:49Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown manifest name=other revision=sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" err.message="manifest unknown" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=d6445a50-2fd5-45e6-93d0-cc5d2c1cf8b0 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50806" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.168948ms http.response.status=404 http.response.written=181 instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.880Z] 127.0.0.1 - - [12/Jul/2023:16:31:49 +0000] "HEAD /v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 404 181 "" "docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
16:31:49 [2023-07-12T16:31:49.880Z] time="2023-07-12T16:31:49Z" level=debug msg="authorizing request" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=fc21672b-bda9-4345-a2f5-8d3de62abf87 http.request.method=GET http.request.remoteaddr="127.0.0.1:50816" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.880Z] time="2023-07-12T16:31:49Z" level=debug msg=GetImageManifest go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=fc21672b-bda9-4345-a2f5-8d3de62abf87 http.request.method=GET http.request.remoteaddr="127.0.0.1:50816" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.880Z] time="2023-07-12T16:31:49Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=fc21672b-bda9-4345-a2f5-8d3de62abf87 http.request.method=GET http.request.remoteaddr="127.0.0.1:50816" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.880Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_manifests/revisions/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=fc21672b-bda9-4345-a2f5-8d3de62abf87 http.request.method=GET http.request.remoteaddr="127.0.0.1:50816" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=25.912µs trace.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=ef323df9-51ab-47c9-825a-3444975877b4 trace.line=82 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.880Z] time="2023-07-12T16:31:49Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_layers/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=fc21672b-bda9-4345-a2f5-8d3de62abf87 http.request.method=GET http.request.remoteaddr="127.0.0.1:50816" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 trace.duration=11.069µs trace.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=0c415e07-32a8-444a-8428-a7dc43adaa89 trace.line=82 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.880Z] time="2023-07-12T16:31:49Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown manifest name=other revision=sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" err.message="manifest unknown" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=fc21672b-bda9-4345-a2f5-8d3de62abf87 http.request.method=GET http.request.remoteaddr="127.0.0.1:50816" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.036706ms http.response.status=404 http.response.written=181 instance.id=701342dd-2db9-477e-93a1-a4213b8dda46 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" version="v2.3.0+unknown" 
16:31:49 [2023-07-12T16:31:49.880Z] 127.0.0.1 - - [12/Jul/2023:16:31:49 +0000] "GET /v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 404 181 "" "docker/dev go/go1.20.5 git-commit/196cade5102d21df88c8ec7871781a30ca07c297 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
16:31:49 [2023-07-12T16:31:49.880Z] --- PASS: TestImagePullStoredfDigestForOtherRepo (0.18s)
16:31:49 [2023-07-12T16:31:49.880Z] === RUN   TestRemoveImageOrphaning
16:31:50 [2023-07-12T16:31:50.140Z] --- PASS: TestRemoveImageOrphaning (0.14s)
16:31:50 [2023-07-12T16:31:50.140Z] === RUN   TestRemoveImageGarbageCollector
16:31:50 [2023-07-12T16:31:50.140Z]     remove_unix_test.go:34: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:31:50 [2023-07-12T16:31:50.140Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
16:31:50 [2023-07-12T16:31:50.140Z] === RUN   TestSaveCheckTimes
16:31:50 [2023-07-12T16:31:50.140Z] === PAUSE TestSaveCheckTimes
16:31:50 [2023-07-12T16:31:50.140Z] === RUN   TestSaveRepoWithMultipleImages
16:31:51 [2023-07-12T16:31:51.083Z] --- PASS: TestSaveRepoWithMultipleImages (0.99s)
16:31:51 [2023-07-12T16:31:51.083Z] === RUN   TestSaveDirectoryPermissions
16:31:52 [2023-07-12T16:31:52.025Z] --- PASS: TestSaveDirectoryPermissions (0.98s)
16:31:52 [2023-07-12T16:31:52.025Z] === RUN   TestTagUnprefixedRepoByNameOrName
16:31:52 [2023-07-12T16:31:52.025Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
16:31:52 [2023-07-12T16:31:52.025Z] === RUN   TestTagInvalidReference
16:31:52 [2023-07-12T16:31:52.025Z] --- PASS: TestTagInvalidReference (0.01s)
16:31:52 [2023-07-12T16:31:52.025Z] === RUN   TestTagValidPrefixedRepo
16:31:52 [2023-07-12T16:31:52.025Z] --- PASS: TestTagValidPrefixedRepo (0.05s)
16:31:52 [2023-07-12T16:31:52.025Z] === RUN   TestTagExistedNameWithoutForce
16:31:52 [2023-07-12T16:31:52.025Z] --- PASS: TestTagExistedNameWithoutForce (0.03s)
16:31:52 [2023-07-12T16:31:52.025Z] === RUN   TestTagOfficialNames
16:31:52 [2023-07-12T16:31:52.286Z] --- PASS: TestTagOfficialNames (0.05s)
16:31:52 [2023-07-12T16:31:52.286Z] === RUN   TestTagMatchesDigest
16:31:52 [2023-07-12T16:31:52.286Z] --- PASS: TestTagMatchesDigest (0.01s)
16:31:52 [2023-07-12T16:31:52.286Z] === CONT  TestSaveCheckTimes
16:31:52 [2023-07-12T16:31:52.286Z] --- PASS: TestSaveCheckTimes (0.03s)
16:31:52 [2023-07-12T16:31:52.286Z] PASS
16:31:52 [2023-07-12T16:31:52.286Z] 
16:31:52 [2023-07-12T16:31:52.286Z] === Skipped
16:31:52 [2023-07-12T16:31:52.286Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
16:31:52 [2023-07-12T16:31:52.286Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
16:31:52 [2023-07-12T16:31:52.286Z] 
16:31:52 [2023-07-12T16:31:52.286Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
16:31:52 [2023-07-12T16:31:52.286Z]     remove_unix_test.go:34: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:31:52 [2023-07-12T16:31:52.286Z] 
16:31:52 [2023-07-12T16:31:52.286Z] DONE 29 tests, 2 skipped in 3.141s
16:31:52 [2023-07-12T16:31:52.286Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
16:31:52 [2023-07-12T16:31:52.286Z] ++ 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
16:31:52 [2023-07-12T16:31:52.286Z] ++ set -e
16:31:52 [2023-07-12T16:31:52.286Z] ++ '[' -n 0 ']'
16:31:52 [2023-07-12T16:31:52.286Z] ++ set -x
16:31:52 [2023-07-12T16:31:52.286Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m
16:31:52 [2023-07-12T16:31:52.286Z] === RUN   TestStripANSICommands
16:31:52 [2023-07-12T16:31:52.286Z] === RUN   TestStripANSICommands/#00
16:31:52 [2023-07-12T16:31:52.286Z] === RUN   TestStripANSICommands/#01
16:31:52 [2023-07-12T16:31:52.286Z] --- PASS: TestStripANSICommands (0.00s)
16:31:52 [2023-07-12T16:31:52.286Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
16:31:52 [2023-07-12T16:31:52.286Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
16:31:52 [2023-07-12T16:31:52.286Z] PASS
16:31:52 [2023-07-12T16:31:52.286Z] 
16:31:52 [2023-07-12T16:31:52.286Z] DONE 3 tests in 0.010s
16:31:52 [2023-07-12T16:31:52.286Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m 
16:31:52 [2023-07-12T16:31:52.286Z] ++ 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
16:31:52 [2023-07-12T16:31:52.286Z] ++ set -e
16:31:52 [2023-07-12T16:31:52.286Z] ++ '[' -n 0 ']'
16:31:52 [2023-07-12T16:31:52.286Z] ++ set -x
16:31:52 [2023-07-12T16:31:52.286Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m
16:31:52 [2023-07-12T16:31:52.286Z] INFO: Testing against a local daemon
16:31:52 [2023-07-12T16:31:52.286Z] === RUN   TestNetworkCreateDelete
16:31:52 [2023-07-12T16:31:52.547Z] --- PASS: TestNetworkCreateDelete (0.17s)
16:31:52 [2023-07-12T16:31:52.547Z] === RUN   TestDockerNetworkDeletePreferID
16:31:53 [2023-07-12T16:31:53.118Z] --- PASS: TestDockerNetworkDeletePreferID (0.52s)
16:31:53 [2023-07-12T16:31:53.118Z] === RUN   TestDaemonDNSFallback
16:31:59 [2023-07-12T16:31:59.710Z] --- PASS: TestDaemonDNSFallback (6.20s)
16:31:59 [2023-07-12T16:31:59.710Z] === RUN   TestInspectNetwork
16:32:02 [2023-07-12T16:32:02.253Z] === RUN   TestInspectNetwork/full_network_id
16:32:02 [2023-07-12T16:32:02.253Z] === RUN   TestInspectNetwork/partial_network_id
16:32:02 [2023-07-12T16:32:02.253Z] === RUN   TestInspectNetwork/network_name
16:32:02 [2023-07-12T16:32:02.253Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
16:32:06 [2023-07-12T16:32:06.455Z] --- PASS: TestInspectNetwork (7.18s)
16:32:06 [2023-07-12T16:32:06.456Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
16:32:06 [2023-07-12T16:32:06.456Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
16:32:06 [2023-07-12T16:32:06.456Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
16:32:06 [2023-07-12T16:32:06.456Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
16:32:06 [2023-07-12T16:32:06.456Z] === RUN   TestRunContainerWithBridgeNone
16:32:07 [2023-07-12T16:32:07.840Z] --- PASS: TestRunContainerWithBridgeNone (1.28s)
16:32:07 [2023-07-12T16:32:07.840Z] === RUN   TestNetworkInvalidJSON
16:32:07 [2023-07-12T16:32:07.840Z] === RUN   TestNetworkInvalidJSON/networks/create
16:32:07 [2023-07-12T16:32:07.840Z] === PAUSE TestNetworkInvalidJSON/networks/create
16:32:07 [2023-07-12T16:32:07.840Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
16:32:07 [2023-07-12T16:32:07.840Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
16:32:07 [2023-07-12T16:32:07.840Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
16:32:07 [2023-07-12T16:32:07.840Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
16:32:07 [2023-07-12T16:32:07.840Z] === CONT  TestNetworkInvalidJSON/networks/create
16:32:07 [2023-07-12T16:32:07.840Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
16:32:07 [2023-07-12T16:32:07.840Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
16:32:07 [2023-07-12T16:32:07.840Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
16:32:07 [2023-07-12T16:32:07.840Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
16:32:07 [2023-07-12T16:32:07.840Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
16:32:07 [2023-07-12T16:32:07.840Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
16:32:07 [2023-07-12T16:32:07.840Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
16:32:07 [2023-07-12T16:32:07.840Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
16:32:07 [2023-07-12T16:32:07.840Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
16:32:07 [2023-07-12T16:32:07.840Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
16:32:07 [2023-07-12T16:32:07.840Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
16:32:07 [2023-07-12T16:32:07.840Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
16:32:07 [2023-07-12T16:32:07.840Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
16:32:07 [2023-07-12T16:32:07.840Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
16:32:07 [2023-07-12T16:32:07.840Z] --- PASS: TestNetworkInvalidJSON (0.01s)
16:32:07 [2023-07-12T16:32:07.840Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
16:32:07 [2023-07-12T16:32:07.840Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
16:32:07 [2023-07-12T16:32:07.840Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
16:32:07 [2023-07-12T16:32:07.840Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
16:32:07 [2023-07-12T16:32:07.840Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
16:32:07 [2023-07-12T16:32:07.840Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
16:32:07 [2023-07-12T16:32:07.840Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
16:32:07 [2023-07-12T16:32:07.840Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
16:32:07 [2023-07-12T16:32:07.840Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
16:32:07 [2023-07-12T16:32:07.840Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
16:32:07 [2023-07-12T16:32:07.840Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
16:32:07 [2023-07-12T16:32:07.840Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
16:32:07 [2023-07-12T16:32:07.840Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
16:32:07 [2023-07-12T16:32:07.840Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
16:32:07 [2023-07-12T16:32:07.840Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
16:32:07 [2023-07-12T16:32:07.840Z] === RUN   TestNetworkList
16:32:07 [2023-07-12T16:32:07.840Z] === RUN   TestNetworkList//networks
16:32:07 [2023-07-12T16:32:07.840Z] === PAUSE TestNetworkList//networks
16:32:07 [2023-07-12T16:32:07.840Z] === RUN   TestNetworkList//networks/
16:32:07 [2023-07-12T16:32:07.840Z] === PAUSE TestNetworkList//networks/
16:32:07 [2023-07-12T16:32:07.840Z] === CONT  TestNetworkList//networks
16:32:07 [2023-07-12T16:32:07.840Z] === CONT  TestNetworkList//networks/
16:32:07 [2023-07-12T16:32:07.840Z] --- PASS: TestNetworkList (0.01s)
16:32:07 [2023-07-12T16:32:07.840Z]     --- PASS: TestNetworkList//networks/ (0.00s)
16:32:07 [2023-07-12T16:32:07.840Z]     --- PASS: TestNetworkList//networks (0.00s)
16:32:07 [2023-07-12T16:32:07.840Z] === RUN   TestHostIPv4BridgeLabel
16:32:08 [2023-07-12T16:32:08.411Z] --- PASS: TestHostIPv4BridgeLabel (0.56s)
16:32:08 [2023-07-12T16:32:08.411Z] === RUN   TestDefaultNetworkOpts
16:32:08 [2023-07-12T16:32:08.411Z] === RUN   TestDefaultNetworkOpts/default_value
16:32:09 [2023-07-12T16:32:09.795Z] === RUN   TestDefaultNetworkOpts/cmdline_value
16:32:10 [2023-07-12T16:32:10.736Z] === RUN   TestDefaultNetworkOpts/config-from_value
16:32:12 [2023-07-12T16:32:12.120Z] --- PASS: TestDefaultNetworkOpts (3.81s)
16:32:12 [2023-07-12T16:32:12.120Z]     --- PASS: TestDefaultNetworkOpts/default_value (1.25s)
16:32:12 [2023-07-12T16:32:12.120Z]     --- PASS: TestDefaultNetworkOpts/cmdline_value (1.27s)
16:32:12 [2023-07-12T16:32:12.120Z]     --- PASS: TestDefaultNetworkOpts/config-from_value (1.29s)
16:32:12 [2023-07-12T16:32:12.120Z] === RUN   TestDaemonRestartWithLiveRestore
16:32:13 [2023-07-12T16:32:13.061Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s)
16:32:13 [2023-07-12T16:32:13.061Z] === RUN   TestDaemonDefaultNetworkPools
16:32:14 [2023-07-12T16:32:14.002Z] --- PASS: TestDaemonDefaultNetworkPools (0.83s)
16:32:14 [2023-07-12T16:32:14.002Z] === RUN   TestDaemonRestartWithExistingNetwork
16:32:15 [2023-07-12T16:32:15.386Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.17s)
16:32:15 [2023-07-12T16:32:15.386Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
16:32:16 [2023-07-12T16:32:16.328Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.28s)
16:32:16 [2023-07-12T16:32:16.328Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
16:32:16 [2023-07-12T16:32:16.899Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.60s)
16:32:16 [2023-07-12T16:32:16.899Z] === RUN   TestServiceWithPredefinedNetwork
16:32:19 [2023-07-12T16:32:19.442Z] --- PASS: TestServiceWithPredefinedNetwork (2.12s)
16:32:19 [2023-07-12T16:32:19.442Z] === RUN   TestServiceRemoveKeepsIngressNetwork
16:32:19 [2023-07-12T16:32:19.442Z]     service_test.go:242: FLAKY_TEST
16:32:19 [2023-07-12T16:32:19.442Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
16:32:19 [2023-07-12T16:32:19.442Z] === RUN   TestServiceWithDataPathPortInit
16:32:34 [2023-07-12T16:32:34.348Z] --- PASS: TestServiceWithDataPathPortInit (13.40s)
16:32:34 [2023-07-12T16:32:34.348Z] === RUN   TestServiceWithDefaultAddressPoolInit
16:32:34 [2023-07-12T16:32:34.919Z]     service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:1puxtcse6hbe52gdasz3yfm58 Created:2023-07-12 16:32:33.812437297 +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[7e68fec2fb58769f40bb65b279853a99fc8de032750016da31bcd444ffe0218b:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.au57a3dryxuku1nnqg3j39g0v EndpointID:923b0ede0c7ac37889775cb52f28c46f18ddd7a650cde5b317d604f3d1be6837 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:2d3f5d94248e2e67e80f5a25983f45e7eb19ca61c01b041f0f01526ecba4d70d 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:d4cac367a745 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.au57a3dryxuku1nnqg3j39g0v EndpointID:923b0ede0c7ac37889775cb52f28c46f18ddd7a650cde5b317d604f3d1be6837 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
16:32:40 [2023-07-12T16:32:40.224Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.86s)
16:32:40 [2023-07-12T16:32:40.224Z] PASS
16:32:40 [2023-07-12T16:32:40.224Z] 
16:32:40 [2023-07-12T16:32:40.224Z] === Skipped
16:32:40 [2023-07-12T16:32:40.224Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
16:32:40 [2023-07-12T16:32:40.224Z]     service_test.go:242: FLAKY_TEST
16:32:40 [2023-07-12T16:32:40.224Z] 
16:32:40 [2023-07-12T16:32:40.224Z] DONE 42 tests, 1 skipped in 47.086s
16:32:40 [2023-07-12T16:32:40.224Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
16:32:40 [2023-07-12T16:32:40.224Z] ++ 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
16:32:40 [2023-07-12T16:32:40.224Z] ++ set -e
16:32:40 [2023-07-12T16:32:40.224Z] ++ '[' -n 0 ']'
16:32:40 [2023-07-12T16:32:40.224Z] ++ set -x
16:32:40 [2023-07-12T16:32:40.224Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
16:32:40 [2023-07-12T16:32:40.224Z] INFO: Testing against a local daemon
16:32:40 [2023-07-12T16:32:40.224Z] === RUN   TestDockerNetworkIpvlanPersistance
16:32:40 [2023-07-12T16:32:40.224Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
16:32:40 [2023-07-12T16:32:40.224Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
16:32:40 [2023-07-12T16:32:40.224Z] === RUN   TestDockerNetworkIpvlan
16:32:40 [2023-07-12T16:32:40.224Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
16:32:40 [2023-07-12T16:32:40.224Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
16:32:40 [2023-07-12T16:32:40.224Z] PASS
16:32:40 [2023-07-12T16:32:40.224Z] 
16:32:40 [2023-07-12T16:32:40.224Z] === Skipped
16:32:40 [2023-07-12T16:32:40.224Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
16:32:40 [2023-07-12T16:32:40.224Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
16:32:40 [2023-07-12T16:32:40.224Z] 
16:32:40 [2023-07-12T16:32:40.224Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
16:32:40 [2023-07-12T16:32:40.224Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
16:32:40 [2023-07-12T16:32:40.224Z] 
16:32:40 [2023-07-12T16:32:40.224Z] DONE 2 tests, 2 skipped in 0.035s
16:32:40 [2023-07-12T16:32:40.224Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
16:32:40 [2023-07-12T16:32:40.224Z] ++ 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
16:32:40 [2023-07-12T16:32:40.224Z] ++ set -e
16:32:40 [2023-07-12T16:32:40.224Z] ++ '[' -n 0 ']'
16:32:40 [2023-07-12T16:32:40.224Z] ++ set -x
16:32:40 [2023-07-12T16:32:40.224Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
16:32:40 [2023-07-12T16:32:40.224Z] INFO: Testing against a local daemon
16:32:40 [2023-07-12T16:32:40.224Z] === RUN   TestDockerNetworkMacvlanPersistance
16:32:40 [2023-07-12T16:32:40.795Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.16s)
16:32:40 [2023-07-12T16:32:40.795Z] === RUN   TestDockerNetworkMacvlan
16:32:41 [2023-07-12T16:32:41.366Z] === RUN   TestDockerNetworkMacvlan/Subinterface
16:32:41 [2023-07-12T16:32:41.938Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
16:32:42 [2023-07-12T16:32:42.509Z] === RUN   TestDockerNetworkMacvlan/NilParent
16:32:44 [2023-07-12T16:32:44.422Z] === RUN   TestDockerNetworkMacvlan/InternalMode
16:32:45 [2023-07-12T16:32:45.807Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
16:32:48 [2023-07-12T16:32:48.351Z] === RUN   TestDockerNetworkMacvlan/Addressing
16:32:48 [2023-07-12T16:32:48.612Z] --- PASS: TestDockerNetworkMacvlan (8.06s)
16:32:48 [2023-07-12T16:32:48.612Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.10s)
16:32:48 [2023-07-12T16:32:48.612Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.12s)
16:32:48 [2023-07-12T16:32:48.612Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.64s)
16:32:48 [2023-07-12T16:32:48.612Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.68s)
16:32:48 [2023-07-12T16:32:48.612Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (1.37s)
16:32:48 [2023-07-12T16:32:48.612Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.37s)
16:32:48 [2023-07-12T16:32:48.612Z] PASS
16:32:48 [2023-07-12T16:32:48.612Z] 
16:32:48 [2023-07-12T16:32:48.612Z] DONE 8 tests in 9.261s
16:32:48 [2023-07-12T16:32:48.612Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m 
16:32:48 [2023-07-12T16:32:48.612Z] ++ 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
16:32:48 [2023-07-12T16:32:48.612Z] ++ set -e
16:32:48 [2023-07-12T16:32:48.612Z] ++ '[' -n 0 ']'
16:32:48 [2023-07-12T16:32:48.612Z] ++ set -x
16:32:48 [2023-07-12T16:32:48.612Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m
16:32:48 [2023-07-12T16:32:48.612Z] testing: warning: no tests to run
16:32:48 [2023-07-12T16:32:48.612Z] PASS
16:32:48 [2023-07-12T16:32:48.612Z] 
16:32:48 [2023-07-12T16:32:48.612Z] DONE 0 tests in 0.008s
16:32:48 [2023-07-12T16:32:48.873Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
16:32:48 [2023-07-12T16:32:48.873Z] ++ 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
16:32:48 [2023-07-12T16:32:48.873Z] ++ set -e
16:32:48 [2023-07-12T16:32:48.873Z] ++ '[' -n 0 ']'
16:32:48 [2023-07-12T16:32:48.873Z] ++ set -x
16:32:48 [2023-07-12T16:32:48.873Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
16:32:48 [2023-07-12T16:32:48.873Z] INFO: Testing against a local daemon
16:32:48 [2023-07-12T16:32:48.873Z] === RUN   TestAuthZPluginAllowRequest
16:32:49 [2023-07-12T16:32:49.815Z] --- PASS: TestAuthZPluginAllowRequest (1.06s)
16:32:49 [2023-07-12T16:32:49.815Z] === RUN   TestAuthZPluginTLS
16:32:50 [2023-07-12T16:32:50.386Z] --- PASS: TestAuthZPluginTLS (0.55s)
16:32:50 [2023-07-12T16:32:50.386Z] === RUN   TestAuthZPluginDenyRequest
16:32:50 [2023-07-12T16:32:50.957Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
16:32:50 [2023-07-12T16:32:50.957Z] === RUN   TestAuthZPluginAPIDenyResponse
16:32:51 [2023-07-12T16:32:51.528Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
16:32:51 [2023-07-12T16:32:51.528Z] === RUN   TestAuthZPluginDenyResponse
16:32:52 [2023-07-12T16:32:52.099Z] --- PASS: TestAuthZPluginDenyResponse (0.54s)
16:32:52 [2023-07-12T16:32:52.099Z] === RUN   TestAuthZPluginAllowEventStream
16:32:53 [2023-07-12T16:32:53.040Z] --- PASS: TestAuthZPluginAllowEventStream (1.05s)
16:32:53 [2023-07-12T16:32:53.040Z] === RUN   TestAuthZPluginErrorResponse
16:32:53 [2023-07-12T16:32:53.611Z] --- PASS: TestAuthZPluginErrorResponse (0.54s)
16:32:53 [2023-07-12T16:32:53.612Z] === RUN   TestAuthZPluginErrorRequest
16:32:54 [2023-07-12T16:32:54.183Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
16:32:54 [2023-07-12T16:32:54.183Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
16:32:54 [2023-07-12T16:32:54.753Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s)
16:32:54 [2023-07-12T16:32:54.753Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
16:32:55 [2023-07-12T16:32:55.695Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.14s)
16:32:55 [2023-07-12T16:32:55.695Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
16:32:57 [2023-07-12T16:32:57.080Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.14s)
16:32:57 [2023-07-12T16:32:57.080Z] === RUN   TestAuthZPluginHeader
16:32:57 [2023-07-12T16:32:57.651Z] --- PASS: TestAuthZPluginHeader (0.62s)
16:32:57 [2023-07-12T16:32:57.651Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
16:32:57 [2023-07-12T16:32:57.651Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:32:57 [2023-07-12T16:32:57.651Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
16:32:57 [2023-07-12T16:32:57.651Z] === RUN   TestAuthZPluginV2Disable
16:32:57 [2023-07-12T16:32:57.651Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:32:57 [2023-07-12T16:32:57.651Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
16:32:57 [2023-07-12T16:32:57.651Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
16:32:57 [2023-07-12T16:32:57.651Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:32:57 [2023-07-12T16:32:57.651Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
16:32:57 [2023-07-12T16:32:57.651Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
16:32:57 [2023-07-12T16:32:57.651Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:32:57 [2023-07-12T16:32:57.651Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
16:32:57 [2023-07-12T16:32:57.651Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
16:33:15 [2023-07-12T16:33:15.764Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.89s)
16:33:15 [2023-07-12T16:33:15.764Z] PASS
16:33:15 [2023-07-12T16:33:15.764Z] 
16:33:15 [2023-07-12T16:33:15.764Z] === Skipped
16:33:15 [2023-07-12T16:33:15.764Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
16:33:15 [2023-07-12T16:33:15.764Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:33:15 [2023-07-12T16:33:15.764Z] 
16:33:15 [2023-07-12T16:33:15.764Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
16:33:15 [2023-07-12T16:33:15.764Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:33:15 [2023-07-12T16:33:15.764Z] 
16:33:15 [2023-07-12T16:33:15.764Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
16:33:15 [2023-07-12T16:33:15.764Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:33:15 [2023-07-12T16:33:15.764Z] 
16:33:15 [2023-07-12T16:33:15.764Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
16:33:15 [2023-07-12T16:33:15.764Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:33:15 [2023-07-12T16:33:15.764Z] 
16:33:15 [2023-07-12T16:33:15.764Z] DONE 17 tests, 4 skipped in 25.676s
16:33:15 [2023-07-12T16:33:15.764Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m 
16:33:15 [2023-07-12T16:33:15.764Z] ++ 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
16:33:15 [2023-07-12T16:33:15.764Z] ++ set -e
16:33:15 [2023-07-12T16:33:15.764Z] ++ '[' -n 0 ']'
16:33:15 [2023-07-12T16:33:15.764Z] ++ set -x
16:33:15 [2023-07-12T16:33:15.764Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
16:33:15 [2023-07-12T16:33:15.764Z] INFO: Testing against a local daemon
16:33:15 [2023-07-12T16:33:15.764Z] === RUN   TestPluginInvalidJSON
16:33:15 [2023-07-12T16:33:15.764Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
16:33:15 [2023-07-12T16:33:15.764Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
16:33:15 [2023-07-12T16:33:15.764Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
16:33:15 [2023-07-12T16:33:15.764Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
16:33:15 [2023-07-12T16:33:15.764Z] === RUN   TestPluginInvalidJSON/plugins/pull
16:33:15 [2023-07-12T16:33:15.764Z] === PAUSE TestPluginInvalidJSON/plugins/pull
16:33:15 [2023-07-12T16:33:15.764Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
16:33:15 [2023-07-12T16:33:15.764Z] === CONT  TestPluginInvalidJSON/plugins/pull
16:33:15 [2023-07-12T16:33:15.764Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
16:33:15 [2023-07-12T16:33:15.764Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
16:33:15 [2023-07-12T16:33:15.764Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
16:33:15 [2023-07-12T16:33:15.764Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
16:33:15 [2023-07-12T16:33:15.764Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
16:33:15 [2023-07-12T16:33:15.764Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
16:33:15 [2023-07-12T16:33:15.764Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
16:33:15 [2023-07-12T16:33:15.764Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
16:33:15 [2023-07-12T16:33:15.764Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
16:33:15 [2023-07-12T16:33:15.764Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
16:33:15 [2023-07-12T16:33:15.764Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
16:33:15 [2023-07-12T16:33:15.764Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
16:33:15 [2023-07-12T16:33:15.764Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
16:33:15 [2023-07-12T16:33:15.764Z] --- PASS: TestPluginInvalidJSON (0.01s)
16:33:15 [2023-07-12T16:33:15.764Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
16:33:15 [2023-07-12T16:33:15.764Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
16:33:15 [2023-07-12T16:33:15.764Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
16:33:15 [2023-07-12T16:33:15.764Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
16:33:15 [2023-07-12T16:33:15.764Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
16:33:15 [2023-07-12T16:33:15.764Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s)
16:33:15 [2023-07-12T16:33:15.764Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
16:33:15 [2023-07-12T16:33:15.764Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
16:33:15 [2023-07-12T16:33:15.764Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
16:33:15 [2023-07-12T16:33:15.764Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
16:33:15 [2023-07-12T16:33:15.764Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
16:33:15 [2023-07-12T16:33:15.764Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
16:33:15 [2023-07-12T16:33:15.764Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
16:33:15 [2023-07-12T16:33:15.764Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
16:33:15 [2023-07-12T16:33:15.764Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
16:33:15 [2023-07-12T16:33:15.764Z] === RUN   TestPluginInstall
16:33:15 [2023-07-12T16:33:15.764Z] === RUN   TestPluginInstall/no_auth
16:33:17 [2023-07-12T16:33:17.677Z] time="2023-07-12T16:33:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:33:17 [2023-07-12T16:33:17.677Z] time="2023-07-12T16:33:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:654afcd7b08fe744dcd680786024d395913c05c7fbce605d3ec3325ff188a28d" mediatype=application/vnd.docker.plugin.v1+json size=522
16:33:17 [2023-07-12T16:33:17.677Z] time="2023-07-12T16:33:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:33:17 [2023-07-12T16:33:17.677Z] time="2023-07-12T16:33:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:654afcd7b08fe744dcd680786024d395913c05c7fbce605d3ec3325ff188a28d" mediatype=application/vnd.docker.plugin.v1+json size=522
16:33:17 [2023-07-12T16:33:17.677Z] === RUN   TestPluginInstall/with_htpasswd
16:33:17 [2023-07-12T16:33:17.938Z] time="2023-07-12T16:33:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:33:17 [2023-07-12T16:33:17.938Z] time="2023-07-12T16:33:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:654afcd7b08fe744dcd680786024d395913c05c7fbce605d3ec3325ff188a28d" mediatype=application/vnd.docker.plugin.v1+json size=522
16:33:17 [2023-07-12T16:33:17.938Z] time="2023-07-12T16:33:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:33:17 [2023-07-12T16:33:17.938Z] time="2023-07-12T16:33:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:654afcd7b08fe744dcd680786024d395913c05c7fbce605d3ec3325ff188a28d" mediatype=application/vnd.docker.plugin.v1+json size=522
16:33:18 [2023-07-12T16:33:18.198Z] === RUN   TestPluginInstall/with_insecure
16:33:19 [2023-07-12T16:33:19.157Z] time="2023-07-12T16:33:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:33:19 [2023-07-12T16:33:19.157Z] time="2023-07-12T16:33:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b232f9ab8b4d0567d22cb5b9bfbb3e96de35f62248c16c9f6c60fbc779fb5b87" mediatype=application/vnd.docker.plugin.v1+json size=522
16:33:19 [2023-07-12T16:33:19.157Z] time="2023-07-12T16:33:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:33:19 [2023-07-12T16:33:19.157Z] time="2023-07-12T16:33:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b232f9ab8b4d0567d22cb5b9bfbb3e96de35f62248c16c9f6c60fbc779fb5b87" mediatype=application/vnd.docker.plugin.v1+json size=522
16:33:19 [2023-07-12T16:33:19.157Z]     plugin_test.go:196: [d2285e6db7919] daemon is not started
16:33:19 [2023-07-12T16:33:19.157Z] --- PASS: TestPluginInstall (4.60s)
16:33:19 [2023-07-12T16:33:19.157Z]     --- PASS: TestPluginInstall/no_auth (3.16s)
16:33:19 [2023-07-12T16:33:19.157Z]     --- PASS: TestPluginInstall/with_htpasswd (0.49s)
16:33:19 [2023-07-12T16:33:19.157Z]     --- PASS: TestPluginInstall/with_insecure (0.95s)
16:33:19 [2023-07-12T16:33:19.157Z] === RUN   TestPluginsWithRuntimes
16:33:20 [2023-07-12T16:33:20.541Z] === RUN   TestPluginsWithRuntimes/No_Args
16:33:21 [2023-07-12T16:33:21.482Z] === RUN   TestPluginsWithRuntimes/With_Args
16:33:22 [2023-07-12T16:33:22.423Z] --- PASS: TestPluginsWithRuntimes (3.34s)
16:33:22 [2023-07-12T16:33:22.423Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.93s)
16:33:22 [2023-07-12T16:33:22.423Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.90s)
16:33:22 [2023-07-12T16:33:22.423Z] === RUN   TestPluginBackCompatMediaTypes
16:33:22 [2023-07-12T16:33:22.994Z] --- PASS: TestPluginBackCompatMediaTypes (0.51s)
16:33:22 [2023-07-12T16:33:22.994Z] PASS
16:33:22 [2023-07-12T16:33:22.994Z] 
16:33:22 [2023-07-12T16:33:22.994Z] DONE 24 tests in 8.492s
16:33:22 [2023-07-12T16:33:22.994Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
16:33:22 [2023-07-12T16:33:22.994Z] ++ 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
16:33:22 [2023-07-12T16:33:22.994Z] ++ set -e
16:33:22 [2023-07-12T16:33:22.994Z] ++ '[' -n 0 ']'
16:33:22 [2023-07-12T16:33:22.994Z] ++ set -x
16:33:22 [2023-07-12T16:33:22.994Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
16:33:22 [2023-07-12T16:33:22.994Z] INFO: Testing against a local daemon
16:33:22 [2023-07-12T16:33:22.994Z] === RUN   TestExternalGraphDriver
16:33:23 [2023-07-12T16:33:23.255Z] === RUN   TestExternalGraphDriver/json
16:33:25 [2023-07-12T16:33:25.167Z] === RUN   TestExternalGraphDriver/spec
16:33:26 [2023-07-12T16:33:26.551Z] === RUN   TestExternalGraphDriver/pull
16:33:27 [2023-07-12T16:33:27.934Z] --- PASS: TestExternalGraphDriver (5.06s)
16:33:27 [2023-07-12T16:33:27.934Z]     --- PASS: TestExternalGraphDriver/json (1.52s)
16:33:27 [2023-07-12T16:33:27.934Z]     --- PASS: TestExternalGraphDriver/spec (1.53s)
16:33:27 [2023-07-12T16:33:27.934Z]     --- PASS: TestExternalGraphDriver/pull (1.67s)
16:33:27 [2023-07-12T16:33:27.934Z] === RUN   TestGraphdriverPluginV2
16:33:28 [2023-07-12T16:33:28.505Z]     external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:33:28 [2023-07-12T16:33:28.505Z] --- SKIP: TestGraphdriverPluginV2 (0.32s)
16:33:28 [2023-07-12T16:33:28.505Z] PASS
16:33:28 [2023-07-12T16:33:28.505Z] 
16:33:28 [2023-07-12T16:33:28.505Z] === Skipped
16:33:28 [2023-07-12T16:33:28.505Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.32s)
16:33:28 [2023-07-12T16:33:28.505Z]     external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:33:28 [2023-07-12T16:33:28.505Z] 
16:33:28 [2023-07-12T16:33:28.505Z] DONE 5 tests, 1 skipped in 5.421s
16:33:28 [2023-07-12T16:33:28.505Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
16:33:28 [2023-07-12T16:33:28.505Z] ++ 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
16:33:28 [2023-07-12T16:33:28.505Z] ++ set -e
16:33:28 [2023-07-12T16:33:28.505Z] ++ '[' -n 0 ']'
16:33:28 [2023-07-12T16:33:28.505Z] ++ set -x
16:33:28 [2023-07-12T16:33:28.505Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
16:33:28 [2023-07-12T16:33:28.505Z] INFO: Testing against a local daemon
16:33:28 [2023-07-12T16:33:28.505Z] === RUN   TestContinueAfterPluginCrash
16:33:28 [2023-07-12T16:33:28.505Z] === PAUSE TestContinueAfterPluginCrash
16:33:28 [2023-07-12T16:33:28.505Z] === RUN   TestReadPluginNoRead
16:33:28 [2023-07-12T16:33:28.505Z] === PAUSE TestReadPluginNoRead
16:33:28 [2023-07-12T16:33:28.505Z] === RUN   TestDaemonStartWithLogOpt
16:33:28 [2023-07-12T16:33:28.505Z] === PAUSE TestDaemonStartWithLogOpt
16:33:28 [2023-07-12T16:33:28.505Z] === CONT  TestContinueAfterPluginCrash
16:33:28 [2023-07-12T16:33:28.505Z] === CONT  TestDaemonStartWithLogOpt
16:33:28 [2023-07-12T16:33:28.505Z] === CONT  TestReadPluginNoRead
16:33:30 [2023-07-12T16:33:30.418Z] === RUN   TestReadPluginNoRead/default
16:33:31 [2023-07-12T16:33:31.360Z] --- PASS: TestDaemonStartWithLogOpt (2.71s)
16:33:31 [2023-07-12T16:33:31.931Z] === RUN   TestReadPluginNoRead/disabled_caching
16:33:33 [2023-07-12T16:33:33.314Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
16:33:34 [2023-07-12T16:33:34.256Z]     read_test.go:91: [da40de788afa4] daemon is not started
16:33:34 [2023-07-12T16:33:34.256Z] --- PASS: TestReadPluginNoRead (5.89s)
16:33:34 [2023-07-12T16:33:34.256Z]     --- PASS: TestReadPluginNoRead/default (1.25s)
16:33:34 [2023-07-12T16:33:34.256Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.28s)
16:33:34 [2023-07-12T16:33:34.256Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.25s)
16:33:36 [2023-07-12T16:33:36.166Z] --- PASS: TestContinueAfterPluginCrash (7.64s)
16:33:36 [2023-07-12T16:33:36.166Z] PASS
16:33:36 [2023-07-12T16:33:36.166Z] 
16:33:36 [2023-07-12T16:33:36.166Z] DONE 6 tests in 7.675s
16:33:36 [2023-07-12T16:33:36.166Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
16:33:36 [2023-07-12T16:33:36.166Z] ++ 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
16:33:36 [2023-07-12T16:33:36.166Z] ++ set -e
16:33:36 [2023-07-12T16:33:36.166Z] ++ '[' -n 0 ']'
16:33:36 [2023-07-12T16:33:36.166Z] ++ set -x
16:33:36 [2023-07-12T16:33:36.166Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
16:33:36 [2023-07-12T16:33:36.167Z] testing: warning: no tests to run
16:33:36 [2023-07-12T16:33:36.167Z] PASS
16:33:36 [2023-07-12T16:33:36.167Z] 
16:33:36 [2023-07-12T16:33:36.167Z] DONE 0 tests in 0.009s
16:33:36 [2023-07-12T16:33:36.167Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
16:33:36 [2023-07-12T16:33:36.167Z] ++ 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
16:33:36 [2023-07-12T16:33:36.167Z] ++ set -e
16:33:36 [2023-07-12T16:33:36.167Z] ++ '[' -n 0 ']'
16:33:36 [2023-07-12T16:33:36.167Z] ++ set -x
16:33:36 [2023-07-12T16:33:36.167Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
16:33:36 [2023-07-12T16:33:36.167Z] INFO: Testing against a local daemon
16:33:36 [2023-07-12T16:33:36.167Z] === RUN   TestPluginWithDevMounts
16:33:36 [2023-07-12T16:33:36.167Z] === PAUSE TestPluginWithDevMounts
16:33:36 [2023-07-12T16:33:36.167Z] === CONT  TestPluginWithDevMounts
16:33:37 [2023-07-12T16:33:37.550Z] --- PASS: TestPluginWithDevMounts (1.51s)
16:33:37 [2023-07-12T16:33:37.550Z] PASS
16:33:37 [2023-07-12T16:33:37.550Z] 
16:33:37 [2023-07-12T16:33:37.550Z] DONE 1 tests in 1.538s
16:33:37 [2023-07-12T16:33:37.550Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m 
16:33:37 [2023-07-12T16:33:37.550Z] ++ 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
16:33:37 [2023-07-12T16:33:37.550Z] ++ set -e
16:33:37 [2023-07-12T16:33:37.550Z] ++ '[' -n 0 ']'
16:33:37 [2023-07-12T16:33:37.550Z] ++ set -x
16:33:37 [2023-07-12T16:33:37.550Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m
16:33:37 [2023-07-12T16:33:37.811Z] INFO: Testing against a local daemon
16:33:37 [2023-07-12T16:33:37.811Z] === RUN   TestSecretInspect
16:33:39 [2023-07-12T16:33:39.723Z] --- PASS: TestSecretInspect (1.92s)
16:33:39 [2023-07-12T16:33:39.723Z] === RUN   TestSecretList
16:33:41 [2023-07-12T16:33:41.636Z] --- PASS: TestSecretList (1.93s)
16:33:41 [2023-07-12T16:33:41.636Z] === RUN   TestSecretsCreateAndDelete
16:33:43 [2023-07-12T16:33:43.549Z] --- PASS: TestSecretsCreateAndDelete (1.88s)
16:33:43 [2023-07-12T16:33:43.549Z] === RUN   TestSecretsUpdate
16:33:45 [2023-07-12T16:33:45.461Z] --- PASS: TestSecretsUpdate (1.91s)
16:33:45 [2023-07-12T16:33:45.461Z] === RUN   TestTemplatedSecret
16:33:48 [2023-07-12T16:33:48.016Z] --- PASS: TestTemplatedSecret (2.63s)
16:33:48 [2023-07-12T16:33:48.016Z] === RUN   TestSecretCreateResolve
16:33:49 [2023-07-12T16:33:49.928Z] --- PASS: TestSecretCreateResolve (1.97s)
16:33:49 [2023-07-12T16:33:49.928Z] PASS
16:33:49 [2023-07-12T16:33:49.928Z] 
16:33:49 [2023-07-12T16:33:49.928Z] DONE 6 tests in 12.271s
16:33:49 [2023-07-12T16:33:49.928Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m 
16:33:49 [2023-07-12T16:33:49.928Z] ++ 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
16:33:49 [2023-07-12T16:33:49.928Z] ++ set -e
16:33:49 [2023-07-12T16:33:49.928Z] ++ '[' -n 0 ']'
16:33:49 [2023-07-12T16:33:49.928Z] ++ set -x
16:33:49 [2023-07-12T16:33:49.928Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m
16:33:49 [2023-07-12T16:33:49.928Z] INFO: Testing against a local daemon
16:33:49 [2023-07-12T16:33:49.928Z] === RUN   TestServiceCreateInit
16:33:49 [2023-07-12T16:33:49.928Z] === RUN   TestServiceCreateInit/daemonInitDisabled
16:33:54 [2023-07-12T16:33:54.133Z] === RUN   TestServiceCreateInit/daemonInitEnabled
16:33:57 [2023-07-12T16:33:57.431Z] --- PASS: TestServiceCreateInit (7.50s)
16:33:57 [2023-07-12T16:33:57.431Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.86s)
16:33:57 [2023-07-12T16:33:57.431Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.63s)
16:33:57 [2023-07-12T16:33:57.431Z] === RUN   TestCreateServiceMultipleTimes
16:34:12 [2023-07-12T16:34:12.335Z] --- PASS: TestCreateServiceMultipleTimes (14.94s)
16:34:12 [2023-07-12T16:34:12.335Z] === RUN   TestCreateServiceConflict
16:34:14 [2023-07-12T16:34:14.879Z] --- PASS: TestCreateServiceConflict (1.97s)
16:34:14 [2023-07-12T16:34:14.879Z] === RUN   TestCreateServiceMaxReplicas
16:34:17 [2023-07-12T16:34:17.422Z] --- PASS: TestCreateServiceMaxReplicas (2.88s)
16:34:17 [2023-07-12T16:34:17.422Z] === RUN   TestCreateWithDuplicateNetworkNames
16:34:32 [2023-07-12T16:34:32.323Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.86s)
16:34:32 [2023-07-12T16:34:32.323Z] === RUN   TestCreateServiceSecretFileMode
16:34:44 [2023-07-12T16:34:44.548Z] --- PASS: TestCreateServiceSecretFileMode (12.55s)
16:34:44 [2023-07-12T16:34:44.548Z] === RUN   TestCreateServiceConfigFileMode
16:34:56 [2023-07-12T16:34:56.793Z] --- PASS: TestCreateServiceConfigFileMode (12.52s)
16:34:56 [2023-07-12T16:34:56.793Z] === RUN   TestCreateServiceSysctls
16:34:58 [2023-07-12T16:34:58.705Z] --- PASS: TestCreateServiceSysctls (3.18s)
16:34:58 [2023-07-12T16:34:58.705Z] === RUN   TestCreateServiceCapabilities
16:35:01 [2023-07-12T16:35:01.249Z] --- PASS: TestCreateServiceCapabilities (2.56s)
16:35:01 [2023-07-12T16:35:01.249Z] === RUN   TestInspect
16:35:03 [2023-07-12T16:35:03.794Z] --- PASS: TestInspect (2.91s)
16:35:03 [2023-07-12T16:35:03.794Z] === RUN   TestCreateJob
16:35:07 [2023-07-12T16:35:07.093Z] --- PASS: TestCreateJob (3.14s)
16:35:07 [2023-07-12T16:35:07.093Z] === RUN   TestReplicatedJob
16:35:12 [2023-07-12T16:35:12.378Z] --- PASS: TestReplicatedJob (5.28s)
16:35:12 [2023-07-12T16:35:12.378Z] === RUN   TestUpdateReplicatedJob
16:35:15 [2023-07-12T16:35:15.676Z] --- PASS: TestUpdateReplicatedJob (3.24s)
16:35:15 [2023-07-12T16:35:15.676Z] === RUN   TestServiceListWithStatuses
16:35:15 [2023-07-12T16:35:15.676Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
16:35:15 [2023-07-12T16:35:15.676Z] --- SKIP: TestServiceListWithStatuses (0.00s)
16:35:15 [2023-07-12T16:35:15.676Z] === RUN   TestDockerNetworkConnectAlias
16:35:19 [2023-07-12T16:35:19.879Z] --- PASS: TestDockerNetworkConnectAlias (3.90s)
16:35:19 [2023-07-12T16:35:19.879Z] === RUN   TestDockerNetworkReConnect
16:35:23 [2023-07-12T16:35:23.179Z] --- PASS: TestDockerNetworkReConnect (3.24s)
16:35:23 [2023-07-12T16:35:23.179Z] === RUN   TestServicePlugin
16:35:23 [2023-07-12T16:35:23.179Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:35:23 [2023-07-12T16:35:23.179Z] --- SKIP: TestServicePlugin (0.00s)
16:35:23 [2023-07-12T16:35:23.179Z] === RUN   TestServiceUpdateLabel
16:35:24 [2023-07-12T16:35:24.563Z] --- PASS: TestServiceUpdateLabel (1.91s)
16:35:24 [2023-07-12T16:35:24.563Z] === RUN   TestServiceUpdateSecrets
16:35:39 [2023-07-12T16:35:39.469Z] --- PASS: TestServiceUpdateSecrets (14.52s)
16:35:39 [2023-07-12T16:35:39.469Z] === RUN   TestServiceUpdateConfigs
16:35:54 [2023-07-12T16:35:54.380Z] --- PASS: TestServiceUpdateConfigs (14.48s)
16:35:54 [2023-07-12T16:35:54.380Z] === RUN   TestServiceUpdateNetwork
16:36:06 [2023-07-12T16:36:06.610Z] --- PASS: TestServiceUpdateNetwork (12.23s)
16:36:06 [2023-07-12T16:36:06.610Z] === RUN   TestServiceUpdatePidsLimit
16:36:06 [2023-07-12T16:36:06.871Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
16:36:07 [2023-07-12T16:36:07.814Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
16:36:15 [2023-07-12T16:36:15.955Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
16:36:22 [2023-07-12T16:36:22.538Z] --- PASS: TestServiceUpdatePidsLimit (16.20s)
16:36:22 [2023-07-12T16:36:22.538Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s)
16:36:22 [2023-07-12T16:36:22.538Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.88s)
16:36:22 [2023-07-12T16:36:22.538Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.78s)
16:36:22 [2023-07-12T16:36:22.538Z] PASS
16:36:22 [2023-07-12T16:36:22.538Z] 
16:36:22 [2023-07-12T16:36:22.538Z] === Skipped
16:36:22 [2023-07-12T16:36:22.538Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s)
16:36:22 [2023-07-12T16:36:22.538Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
16:36:22 [2023-07-12T16:36:22.538Z] 
16:36:22 [2023-07-12T16:36:22.538Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
16:36:22 [2023-07-12T16:36:22.538Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:36:22 [2023-07-12T16:36:22.538Z] 
16:36:22 [2023-07-12T16:36:22.538Z] DONE 27 tests, 2 skipped in 152.056s
16:36:22 [2023-07-12T16:36:22.538Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m 
16:36:22 [2023-07-12T16:36:22.538Z] ++ 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
16:36:22 [2023-07-12T16:36:22.538Z] ++ set -e
16:36:22 [2023-07-12T16:36:22.538Z] ++ '[' -n 0 ']'
16:36:22 [2023-07-12T16:36:22.538Z] ++ set -x
16:36:22 [2023-07-12T16:36:22.539Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m
16:36:22 [2023-07-12T16:36:22.539Z] INFO: Testing against a local daemon
16:36:22 [2023-07-12T16:36:22.539Z] === RUN   TestSessionCreate
16:36:22 [2023-07-12T16:36:22.539Z] --- PASS: TestSessionCreate (0.02s)
16:36:22 [2023-07-12T16:36:22.539Z] === RUN   TestSessionCreateWithBadUpgrade
16:36:22 [2023-07-12T16:36:22.539Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
16:36:22 [2023-07-12T16:36:22.539Z] PASS
16:36:22 [2023-07-12T16:36:22.539Z] 
16:36:22 [2023-07-12T16:36:22.539Z] DONE 2 tests in 0.063s
16:36:22 [2023-07-12T16:36:22.539Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m 
16:36:22 [2023-07-12T16:36:22.539Z] ++ 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
16:36:22 [2023-07-12T16:36:22.539Z] ++ set -e
16:36:22 [2023-07-12T16:36:22.539Z] ++ '[' -n 0 ']'
16:36:22 [2023-07-12T16:36:22.539Z] ++ set -x
16:36:22 [2023-07-12T16:36:22.539Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m
16:36:22 [2023-07-12T16:36:22.539Z] INFO: Testing against a local daemon
16:36:22 [2023-07-12T16:36:22.539Z] === RUN   TestCgroupDriverSystemdMemoryLimit
16:36:22 [2023-07-12T16:36:22.539Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
16:36:22 [2023-07-12T16:36:22.539Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
16:36:22 [2023-07-12T16:36:22.539Z] === RUN   TestDiskUsage
16:36:22 [2023-07-12T16:36:22.539Z] === PAUSE TestDiskUsage
16:36:22 [2023-07-12T16:36:22.539Z] === RUN   TestEventsExecDie
16:36:22 [2023-07-12T16:36:22.799Z] --- PASS: TestEventsExecDie (0.54s)
16:36:22 [2023-07-12T16:36:22.799Z] === RUN   TestEventsBackwardsCompatible
16:36:22 [2023-07-12T16:36:22.799Z] --- PASS: TestEventsBackwardsCompatible (0.05s)
16:36:22 [2023-07-12T16:36:22.799Z] === RUN   TestEventsVolumeCreate
16:36:22 [2023-07-12T16:36:22.799Z] --- PASS: TestEventsVolumeCreate (0.05s)
16:36:22 [2023-07-12T16:36:22.799Z] === RUN   TestInfoBinaryCommits
16:36:22 [2023-07-12T16:36:22.799Z] --- PASS: TestInfoBinaryCommits (0.02s)
16:36:22 [2023-07-12T16:36:22.799Z] === RUN   TestInfoAPIVersioned
16:36:22 [2023-07-12T16:36:22.799Z] --- PASS: TestInfoAPIVersioned (0.01s)
16:36:22 [2023-07-12T16:36:22.799Z] === RUN   TestInfoAPI
16:36:22 [2023-07-12T16:36:22.799Z] --- PASS: TestInfoAPI (0.02s)
16:36:22 [2023-07-12T16:36:22.799Z] === RUN   TestInfoAPIWarnings
16:36:40 [2023-07-12T16:36:40.912Z] --- PASS: TestInfoAPIWarnings (16.54s)
16:36:40 [2023-07-12T16:36:40.912Z] === RUN   TestInfoDebug
16:36:40 [2023-07-12T16:36:40.912Z] --- PASS: TestInfoDebug (0.52s)
16:36:40 [2023-07-12T16:36:40.912Z] === RUN   TestInfoInsecureRegistries
16:36:40 [2023-07-12T16:36:40.912Z] --- PASS: TestInfoInsecureRegistries (0.52s)
16:36:40 [2023-07-12T16:36:40.912Z] === RUN   TestInfoRegistryMirrors
16:36:40 [2023-07-12T16:36:40.912Z] --- PASS: TestInfoRegistryMirrors (0.52s)
16:36:40 [2023-07-12T16:36:40.912Z] === RUN   TestLoginFailsWithBadCredentials
16:36:41 [2023-07-12T16:36:41.173Z] --- PASS: TestLoginFailsWithBadCredentials (0.39s)
16:36:41 [2023-07-12T16:36:41.173Z] === RUN   TestPingCacheHeaders
16:36:41 [2023-07-12T16:36:41.435Z] --- PASS: TestPingCacheHeaders (0.02s)
16:36:41 [2023-07-12T16:36:41.435Z] === RUN   TestPingGet
16:36:41 [2023-07-12T16:36:41.435Z] --- PASS: TestPingGet (0.01s)
16:36:41 [2023-07-12T16:36:41.435Z] === RUN   TestPingHead
16:36:41 [2023-07-12T16:36:41.435Z] --- PASS: TestPingHead (0.02s)
16:36:41 [2023-07-12T16:36:41.435Z] === RUN   TestPingSwarmHeader
16:36:42 [2023-07-12T16:36:42.006Z] === RUN   TestPingSwarmHeader/before_swarm_init
16:36:42 [2023-07-12T16:36:42.578Z] === RUN   TestPingSwarmHeader/after_swarm_init
16:36:43 [2023-07-12T16:36:43.154Z] === RUN   TestPingSwarmHeader/after_swarm_leave
16:36:43 [2023-07-12T16:36:43.154Z] --- PASS: TestPingSwarmHeader (1.91s)
16:36:43 [2023-07-12T16:36:43.154Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
16:36:43 [2023-07-12T16:36:43.154Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
16:36:43 [2023-07-12T16:36:43.154Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
16:36:43 [2023-07-12T16:36:43.154Z] === RUN   TestPingBuilderHeader
16:36:43 [2023-07-12T16:36:43.154Z] === RUN   TestPingBuilderHeader/default_config
16:36:43 [2023-07-12T16:36:43.740Z] === RUN   TestPingBuilderHeader/buildkit_disabled
16:36:44 [2023-07-12T16:36:44.311Z] --- PASS: TestPingBuilderHeader (1.04s)
16:36:44 [2023-07-12T16:36:44.311Z]     --- PASS: TestPingBuilderHeader/default_config (0.51s)
16:36:44 [2023-07-12T16:36:44.311Z]     --- PASS: TestPingBuilderHeader/buildkit_disabled (0.51s)
16:36:44 [2023-07-12T16:36:44.311Z] === RUN   TestVersion
16:36:44 [2023-07-12T16:36:44.311Z] --- PASS: TestVersion (0.02s)
16:36:44 [2023-07-12T16:36:44.311Z] === CONT  TestDiskUsage
16:36:44 [2023-07-12T16:36:44.882Z] === RUN   TestDiskUsage/empty
16:36:44 [2023-07-12T16:36:44.882Z] === RUN   TestDiskUsage/empty/container_types
16:36:44 [2023-07-12T16:36:44.882Z] === RUN   TestDiskUsage/empty/image_types
16:36:44 [2023-07-12T16:36:44.882Z] === RUN   TestDiskUsage/empty/volume_types
16:36:44 [2023-07-12T16:36:44.882Z] === RUN   TestDiskUsage/empty/build-cache_types
16:36:44 [2023-07-12T16:36:44.882Z] === RUN   TestDiskUsage/empty/container,_volume_types
16:36:44 [2023-07-12T16:36:44.882Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
16:36:44 [2023-07-12T16:36:44.882Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
16:36:44 [2023-07-12T16:36:44.882Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
16:36:44 [2023-07-12T16:36:44.882Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
16:36:44 [2023-07-12T16:36:44.882Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
16:36:44 [2023-07-12T16:36:44.882Z] === RUN   TestDiskUsage/after_LoadBusybox
16:36:44 [2023-07-12T16:36:44.882Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
16:36:44 [2023-07-12T16:36:44.882Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
16:36:44 [2023-07-12T16:36:44.882Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
16:36:44 [2023-07-12T16:36:44.882Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
16:36:44 [2023-07-12T16:36:44.882Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
16:36:44 [2023-07-12T16:36:44.882Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
16:36:44 [2023-07-12T16:36:44.882Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
16:36:44 [2023-07-12T16:36:44.882Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
16:36:44 [2023-07-12T16:36:44.882Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
16:36:44 [2023-07-12T16:36:44.882Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
16:36:44 [2023-07-12T16:36:44.882Z] === RUN   TestDiskUsage/after_container.Run
16:36:45 [2023-07-12T16:36:45.143Z] === RUN   TestDiskUsage/after_container.Run/container_types
16:36:45 [2023-07-12T16:36:45.143Z] === RUN   TestDiskUsage/after_container.Run/image_types
16:36:45 [2023-07-12T16:36:45.143Z] === RUN   TestDiskUsage/after_container.Run/volume_types
16:36:45 [2023-07-12T16:36:45.143Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
16:36:45 [2023-07-12T16:36:45.143Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
16:36:45 [2023-07-12T16:36:45.143Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
16:36:45 [2023-07-12T16:36:45.143Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
16:36:45 [2023-07-12T16:36:45.143Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
16:36:45 [2023-07-12T16:36:45.143Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
16:36:45 [2023-07-12T16:36:45.143Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
16:36:45 [2023-07-12T16:36:45.403Z] --- PASS: TestDiskUsage (1.07s)
16:36:45 [2023-07-12T16:36:45.404Z]     --- PASS: TestDiskUsage/empty (0.01s)
16:36:45 [2023-07-12T16:36:45.404Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
16:36:45 [2023-07-12T16:36:45.404Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
16:36:45 [2023-07-12T16:36:45.404Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
16:36:45 [2023-07-12T16:36:45.404Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
16:36:45 [2023-07-12T16:36:45.404Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
16:36:45 [2023-07-12T16:36:45.404Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
16:36:45 [2023-07-12T16:36:45.404Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
16:36:45 [2023-07-12T16:36:45.404Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
16:36:45 [2023-07-12T16:36:45.404Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
16:36:45 [2023-07-12T16:36:45.404Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
16:36:45 [2023-07-12T16:36:45.404Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.09s)
16:36:45 [2023-07-12T16:36:45.404Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
16:36:45 [2023-07-12T16:36:45.404Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
16:36:45 [2023-07-12T16:36:45.404Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
16:36:45 [2023-07-12T16:36:45.404Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
16:36:45 [2023-07-12T16:36:45.404Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
16:36:45 [2023-07-12T16:36:45.404Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
16:36:45 [2023-07-12T16:36:45.404Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
16:36:45 [2023-07-12T16:36:45.404Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
16:36:45 [2023-07-12T16:36:45.404Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
16:36:45 [2023-07-12T16:36:45.404Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
16:36:45 [2023-07-12T16:36:45.404Z]     --- PASS: TestDiskUsage/after_container.Run (0.28s)
16:36:45 [2023-07-12T16:36:45.404Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
16:36:45 [2023-07-12T16:36:45.404Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
16:36:45 [2023-07-12T16:36:45.404Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
16:36:45 [2023-07-12T16:36:45.404Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
16:36:45 [2023-07-12T16:36:45.404Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
16:36:45 [2023-07-12T16:36:45.404Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
16:36:45 [2023-07-12T16:36:45.404Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
16:36:45 [2023-07-12T16:36:45.404Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
16:36:45 [2023-07-12T16:36:45.404Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
16:36:45 [2023-07-12T16:36:45.404Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
16:36:45 [2023-07-12T16:36:45.404Z] PASS
16:36:45 [2023-07-12T16:36:45.404Z] 
16:36:45 [2023-07-12T16:36:45.404Z] === Skipped
16:36:45 [2023-07-12T16:36:45.404Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
16:36:45 [2023-07-12T16:36:45.404Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
16:36:45 [2023-07-12T16:36:45.404Z] 
16:36:45 [2023-07-12T16:36:45.404Z] DONE 57 tests, 1 skipped in 23.297s
16:36:45 [2023-07-12T16:36:45.404Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m 
16:36:45 [2023-07-12T16:36:45.404Z] ++ 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
16:36:45 [2023-07-12T16:36:45.404Z] ++ set -e
16:36:45 [2023-07-12T16:36:45.404Z] ++ '[' -n 0 ']'
16:36:45 [2023-07-12T16:36:45.404Z] ++ set -x
16:36:45 [2023-07-12T16:36:45.404Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m
16:36:45 [2023-07-12T16:36:45.404Z] INFO: Testing against a local daemon
16:36:45 [2023-07-12T16:36:45.404Z] === RUN   TestVolumesCreateAndList
16:36:45 [2023-07-12T16:36:45.404Z] --- PASS: TestVolumesCreateAndList (0.02s)
16:36:45 [2023-07-12T16:36:45.404Z] === RUN   TestVolumesRemove
16:36:45 [2023-07-12T16:36:45.404Z] === RUN   TestVolumesRemove/volume_in_use
16:36:45 [2023-07-12T16:36:45.404Z] === RUN   TestVolumesRemove/volume_not_in_use
16:36:45 [2023-07-12T16:36:45.404Z] === RUN   TestVolumesRemove/non-existing_volume
16:36:45 [2023-07-12T16:36:45.404Z] === RUN   TestVolumesRemove/non-existing_volume_force
16:36:45 [2023-07-12T16:36:45.404Z] --- PASS: TestVolumesRemove (0.05s)
16:36:45 [2023-07-12T16:36:45.404Z]     --- PASS: TestVolumesRemove/volume_in_use (0.00s)
16:36:45 [2023-07-12T16:36:45.404Z]     --- PASS: TestVolumesRemove/volume_not_in_use (0.01s)
16:36:45 [2023-07-12T16:36:45.404Z]     --- PASS: TestVolumesRemove/non-existing_volume (0.00s)
16:36:45 [2023-07-12T16:36:45.404Z]     --- PASS: TestVolumesRemove/non-existing_volume_force (0.00s)
16:36:45 [2023-07-12T16:36:45.404Z] === RUN   TestVolumesRemoveSwarmEnabled
16:36:45 [2023-07-12T16:36:45.404Z] === PAUSE TestVolumesRemoveSwarmEnabled
16:36:45 [2023-07-12T16:36:45.404Z] === RUN   TestVolumesInspect
16:36:45 [2023-07-12T16:36:45.404Z] --- PASS: TestVolumesInspect (0.02s)
16:36:45 [2023-07-12T16:36:45.404Z] === RUN   TestVolumesInvalidJSON
16:36:45 [2023-07-12T16:36:45.664Z] === RUN   TestVolumesInvalidJSON/volumes/create
16:36:45 [2023-07-12T16:36:45.664Z] === PAUSE TestVolumesInvalidJSON/volumes/create
16:36:45 [2023-07-12T16:36:45.664Z] === CONT  TestVolumesInvalidJSON/volumes/create
16:36:45 [2023-07-12T16:36:45.664Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
16:36:45 [2023-07-12T16:36:45.664Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
16:36:45 [2023-07-12T16:36:45.664Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
16:36:45 [2023-07-12T16:36:45.664Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
16:36:45 [2023-07-12T16:36:45.664Z] --- PASS: TestVolumesInvalidJSON (0.01s)
16:36:45 [2023-07-12T16:36:45.664Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
16:36:45 [2023-07-12T16:36:45.664Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
16:36:45 [2023-07-12T16:36:45.664Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
16:36:45 [2023-07-12T16:36:45.664Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
16:36:45 [2023-07-12T16:36:45.664Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
16:36:45 [2023-07-12T16:36:45.664Z] === RUN   TestVolumePruneAnonymous
16:36:45 [2023-07-12T16:36:45.664Z] --- PASS: TestVolumePruneAnonymous (0.03s)
16:36:45 [2023-07-12T16:36:45.664Z] === RUN   TestVolumePruneAnonFromImage
16:36:45 [2023-07-12T16:36:45.664Z] --- PASS: TestVolumePruneAnonFromImage (0.11s)
16:36:45 [2023-07-12T16:36:45.664Z] === CONT  TestVolumesRemoveSwarmEnabled
16:36:47 [2023-07-12T16:36:47.048Z] === RUN   TestVolumesRemoveSwarmEnabled/volume_in_use
16:36:47 [2023-07-12T16:36:47.048Z] === RUN   TestVolumesRemoveSwarmEnabled/volume_not_in_use
16:36:47 [2023-07-12T16:36:47.049Z] === RUN   TestVolumesRemoveSwarmEnabled/non-existing_volume
16:36:47 [2023-07-12T16:36:47.049Z] === RUN   TestVolumesRemoveSwarmEnabled/non-existing_volume_force
16:36:47 [2023-07-12T16:36:47.619Z] --- PASS: TestVolumesRemoveSwarmEnabled (1.94s)
16:36:47 [2023-07-12T16:36:47.619Z]     --- PASS: TestVolumesRemoveSwarmEnabled/volume_in_use (0.00s)
16:36:47 [2023-07-12T16:36:47.619Z]     --- PASS: TestVolumesRemoveSwarmEnabled/volume_not_in_use (0.01s)
16:36:47 [2023-07-12T16:36:47.619Z]     --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume (0.00s)
16:36:47 [2023-07-12T16:36:47.619Z]     --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume_force (0.00s)
16:36:47 [2023-07-12T16:36:47.619Z] PASS
16:36:47 [2023-07-12T16:36:47.619Z] 
16:36:47 [2023-07-12T16:36:47.619Z] DONE 20 tests in 2.212s
16:36:47 [2023-07-12T16:36:47.619Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
16:36:47 [2023-07-12T16:36:47.880Z] ++++ cat bundles/test-integration/docker.pid
16:36:47 [2023-07-12T16:36:47.880Z] +++ kill 21940
16:36:49 [2023-07-12T16:36:49.264Z] +++ /etc/init.d/apparmor stop
16:36:49 [2023-07-12T16:36:49.264Z] Leaving: AppArmorNo profiles have been unloaded.
16:36:49 [2023-07-12T16:36:49.264Z] 
16:36:49 [2023-07-12T16:36:49.264Z] Unloading profiles will leave already running processes permanently
16:36:49 [2023-07-12T16:36:49.264Z] unconfined, which can lead to unexpected situations.
16:36:49 [2023-07-12T16:36:49.264Z] 
16:36:49 [2023-07-12T16:36:49.264Z] To set a process to complain mode, use the command line tool
16:36:49 [2023-07-12T16:36:49.264Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
16:36:49 [2023-07-12T16:36:49.264Z] +++ true
16:36:49 [2023-07-12T16:36:49.264Z] exiting test-integration
16:36:49 [2023-07-12T16:36:49.264Z] ++ exit 0
16:36:49 [2023-07-12T16:36:49.264Z] 
Post stage
[Pipeline] junit
16:36:50 [2023-07-12T16:36:50.220Z] Recording test results
16:36:50 [2023-07-12T16:36:50.384Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
16:36:50 [2023-07-12T16:36:50.697Z] + echo Ensuring container killed.
16:36:50 [2023-07-12T16:36:50.697Z] Ensuring container killed.
16:36:50 [2023-07-12T16:36:50.697Z] + docker rm -vf docker-pr2
16:36:50 [2023-07-12T16:36:50.697Z] Error response from daemon: No such container: docker-pr2
[Pipeline] sh
16:36:50 [2023-07-12T16:36:50.984Z] + echo Chowning /workspace to jenkins user
16:36:50 [2023-07-12T16:36:50.984Z] Chowning /workspace to jenkins user
16:36:50 [2023-07-12T16:36:50.984Z] + id -u
16:36:50 [2023-07-12T16:36:50.984Z] + id -g
16:36:50 [2023-07-12T16:36:50.984Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45931:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
16:36:52 [2023-07-12T16:36:52.220Z] + bundleName=arm64-integration
16:36:52 [2023-07-12T16:36:52.220Z] + echo Creating arm64-integration-bundles.tar.gz
16:36:52 [2023-07-12T16:36:52.220Z] Creating arm64-integration-bundles.tar.gz
16:36:52 [2023-07-12T16:36:52.220Z] + find bundles -path */root/*overlay2 -prune+  -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
16:36:52 [2023-07-12T16:36:52.220Z] xargs tar -czf arm64-integration-bundles.tar.gz
[Pipeline] archiveArtifacts
16:36:52 [2023-07-12T16:36:52.496Z] Archiving artifacts
16:36:52 [2023-07-12T16:36:52.791Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-45931/2/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
16:36:53 [2023-07-12T16:36:53.090Z] + make clean
16:36:53 [2023-07-12T16:36:53.090Z] docker volume rm -f docker-dev-cache docker-mod-cache
16:36:53 [2023-07-12T16:36:53.090Z] docker-dev-cache
16:36:53 [2023-07-12T16:36:53.090Z] 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