Skip to content
Success

Console Output

Pull request #45141 updated
22:10:41 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from cdf9237fa225f0aa0917bdfb9c5646abbddb513b+cdb6200887b4e6ce668c1a1e2436f321ea6c7936 (81e213053b93d4e51df78ffb9d96ffc3b69801ed)
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-45141@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
22:10:44 [2023-04-12T22:10:44.788Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
[Pipeline] milestone
22:10:44 [2023-04-12T22:10:44.794Z] Trying to pass milestone 1
[Pipeline] milestone
22:10:44 [2023-04-12T22:10:44.912Z] Trying to pass milestone 2
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
22:10:45 [2023-04-12T22:10:45.131Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-008d3a1607907fb0d) in /home/ubuntu/workspace/moby_PR-45141
[Pipeline] {
[Pipeline] checkout
22:10:45 [2023-04-12T22:10:45.154Z] The recommended git tool is: git
22:10:45 [2023-04-12T22:10:45.162Z] using credential docker-jenkins-github-credentials
22:10:45 [2023-04-12T22:10:45.173Z] Cloning the remote Git repository
22:10:45 [2023-04-12T22:10:45.173Z] Cloning with configured refspecs honoured and without tags
22:10:45 [2023-04-12T22:10:45.162Z] Cloning repository https://github.com/moby/moby.git
22:10:45 [2023-04-12T22:10:45.162Z]  > git init /home/ubuntu/workspace/moby_PR-45141 # timeout=10
22:10:45 [2023-04-12T22:10:45.182Z] Fetching upstream changes from https://github.com/moby/moby.git
22:10:45 [2023-04-12T22:10:45.182Z]  > git --version # timeout=10
22:10:45 [2023-04-12T22:10:45.189Z]  > git --version # 'git version 2.25.1'
22:10:45 [2023-04-12T22:10:45.189Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:10:45 [2023-04-12T22:10:45.190Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45141/head:refs/remotes/origin/PR-45141 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
22:10:58 [2023-04-12T22:10:58.549Z] Fetching without tags
22:10:58 [2023-04-12T22:10:58.760Z] Merging remotes/origin/23.0 commit cdb6200887b4e6ce668c1a1e2436f321ea6c7936 into PR head commit cdf9237fa225f0aa0917bdfb9c5646abbddb513b
22:10:59 [2023-04-12T22:10:59.336Z] Merge succeeded, producing cdf9237fa225f0aa0917bdfb9c5646abbddb513b
22:10:59 [2023-04-12T22:10:59.336Z] Checking out Revision cdf9237fa225f0aa0917bdfb9c5646abbddb513b (PR-45141)
22:10:58 [2023-04-12T22:10:58.515Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:10:58 [2023-04-12T22:10:58.519Z]  > git config --add remote.origin.fetch +refs/pull/45141/head:refs/remotes/origin/PR-45141 # timeout=10
22:10:58 [2023-04-12T22:10:58.525Z]  > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
22:10:58 [2023-04-12T22:10:58.533Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:10:58 [2023-04-12T22:10:58.539Z] Fetching upstream changes from https://github.com/moby/moby.git
22:10:58 [2023-04-12T22:10:58.539Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:10:58 [2023-04-12T22:10:58.540Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45141/head:refs/remotes/origin/PR-45141 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
22:10:58 [2023-04-12T22:10:58.749Z]  > git config core.sparsecheckout # timeout=10
22:10:58 [2023-04-12T22:10:58.753Z]  > git checkout -f cdf9237fa225f0aa0917bdfb9c5646abbddb513b # timeout=10
22:10:59 [2023-04-12T22:10:59.298Z]  > git remote # timeout=10
22:10:59 [2023-04-12T22:10:59.305Z]  > git config --get remote.origin.url # timeout=10
22:10:59 [2023-04-12T22:10:59.311Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:10:59 [2023-04-12T22:10:59.311Z]  > git merge cdb6200887b4e6ce668c1a1e2436f321ea6c7936 # timeout=10
22:10:59 [2023-04-12T22:10:59.318Z]  > git rev-parse HEAD^{commit} # timeout=10
22:10:59 [2023-04-12T22:10:59.760Z] Commit message: "update containerd binary to v1.7.0"
22:10:59 [2023-04-12T22:10:59.770Z] First time build. Skipping changelog.
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
22:11:00 [2023-04-12T22:11:00.570Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45141:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=23.0 alpine sh -c apk add --no-cache -q bash git openssh-client && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco
22:10:59 [2023-04-12T22:10:59.325Z]  > git config core.sparsecheckout # timeout=10
22:10:59 [2023-04-12T22:10:59.329Z]  > git checkout -f cdf9237fa225f0aa0917bdfb9c5646abbddb513b # timeout=10
22:10:59 [2023-04-12T22:10:59.750Z]  > git rev-list --no-walk 6f4b5461055df495f204926637a1990a2bbd2b27 # timeout=10
22:11:04 [2023-04-12T22:11:04.754Z] 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
22:11:04 [2023-04-12T22:11:04.890Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-008d3a1607907fb0d) in /home/ubuntu/workspace/moby_PR-45141
Stage "ppc64le" skipped due to when conditional
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] {
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
[Pipeline] checkout
22:11:04 [2023-04-12T22:11:04.925Z] The recommended git tool is: git
[Pipeline] // stage
22:11:04 [2023-04-12T22:11:04.934Z] using credential docker-jenkins-github-credentials
[Pipeline] // stage
[Pipeline] // stage
22:11:04 [2023-04-12T22:11:04.949Z] Fetching changes from the remote Git repository
[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)
22:11:04 [2023-04-12T22:11:04.956Z] Fetching without tags
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] stage
[Pipeline] { (Integration-cli tests)
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] stage
[Pipeline] { (Integration-cli tests)
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
22:11:04 [2023-04-12T22:11:04.932Z]  > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-45141/.git # timeout=10
22:11:04 [2023-04-12T22:11:04.938Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:11:04 [2023-04-12T22:11:04.945Z] Fetching upstream changes from https://github.com/moby/moby.git
22:11:04 [2023-04-12T22:11:04.945Z]  > git --version # timeout=10
22:11:04 [2023-04-12T22:11:04.949Z]  > git --version # 'git version 2.25.1'
22:11:04 [2023-04-12T22:11:04.949Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:11:04 [2023-04-12T22:11:04.950Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45141/head:refs/remotes/origin/PR-45141 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
22:11:05 [2023-04-12T22:11:05.170Z] Merging remotes/origin/23.0 commit cdb6200887b4e6ce668c1a1e2436f321ea6c7936 into PR head commit cdf9237fa225f0aa0917bdfb9c5646abbddb513b
22:11:05 [2023-04-12T22:11:05.608Z] Merge succeeded, producing cdf9237fa225f0aa0917bdfb9c5646abbddb513b
22:11:05 [2023-04-12T22:11:05.609Z] Checking out Revision cdf9237fa225f0aa0917bdfb9c5646abbddb513b (PR-45141)
22:11:05 [2023-04-12T22:11:05.648Z] Commit message: "update containerd binary to v1.7.0"
22:11:05 [2023-04-12T22:11:05.159Z]  > git config core.sparsecheckout # timeout=10
22:11:05 [2023-04-12T22:11:05.164Z]  > git checkout -f cdf9237fa225f0aa0917bdfb9c5646abbddb513b # timeout=10
22:11:05 [2023-04-12T22:11:05.571Z]  > git remote # timeout=10
22:11:05 [2023-04-12T22:11:05.576Z]  > git config --get remote.origin.url # timeout=10
22:11:05 [2023-04-12T22:11:05.580Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:11:05 [2023-04-12T22:11:05.581Z]  > git merge cdb6200887b4e6ce668c1a1e2436f321ea6c7936 # timeout=10
22:11:05 [2023-04-12T22:11:05.591Z]  > git rev-parse HEAD^{commit} # timeout=10
22:11:05 [2023-04-12T22:11:05.598Z]  > git config core.sparsecheckout # timeout=10
22:11:05 [2023-04-12T22:11:05.601Z]  > git checkout -f cdf9237fa225f0aa0917bdfb9c5646abbddb513b # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
22:11:06 [2023-04-12T22:11:06.796Z] + docker version
22:11:06 [2023-04-12T22:11:06.796Z] Client: Docker Engine - Community
22:11:06 [2023-04-12T22:11:06.796Z]  Version:           22.06.0-beta.0
22:11:06 [2023-04-12T22:11:06.796Z]  API version:       1.42
22:11:06 [2023-04-12T22:11:06.796Z]  Go version:        go1.18.3
22:11:06 [2023-04-12T22:11:06.796Z]  Git commit:        3e9117b
22:11:06 [2023-04-12T22:11:06.796Z]  Built:             Fri Jun  3 17:55:34 2022
22:11:06 [2023-04-12T22:11:06.796Z]  OS/Arch:           linux/arm64
22:11:06 [2023-04-12T22:11:06.796Z]  Context:           default
22:11:06 [2023-04-12T22:11:06.796Z] 
22:11:06 [2023-04-12T22:11:06.796Z] Server: Docker Engine - Community
22:11:06 [2023-04-12T22:11:06.796Z]  Engine:
22:11:06 [2023-04-12T22:11:06.796Z]   Version:          22.06.0-beta.0
22:11:06 [2023-04-12T22:11:06.796Z]   API version:      1.42 (minimum version 1.12)
22:11:06 [2023-04-12T22:11:06.796Z]   Go version:       go1.18.3
22:11:06 [2023-04-12T22:11:06.796Z]   Git commit:       38633e7
22:11:06 [2023-04-12T22:11:06.796Z]   Built:            Fri Jun  3 17:55:34 2022
22:11:06 [2023-04-12T22:11:06.796Z]   OS/Arch:          linux/arm64
22:11:06 [2023-04-12T22:11:06.796Z]   Experimental:     true
22:11:06 [2023-04-12T22:11:06.796Z]  containerd:
22:11:06 [2023-04-12T22:11:06.796Z]   Version:          1.6.8
22:11:06 [2023-04-12T22:11:06.796Z]   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
22:11:06 [2023-04-12T22:11:06.796Z]  runc:
22:11:06 [2023-04-12T22:11:06.796Z]   Version:          1.1.4
22:11:06 [2023-04-12T22:11:06.796Z]   GitCommit:        v1.1.4-0-g5fd4c4d
22:11:06 [2023-04-12T22:11:06.796Z]  docker-init:
22:11:06 [2023-04-12T22:11:06.796Z]   Version:          0.19.0
22:11:06 [2023-04-12T22:11:06.796Z]   GitCommit:        de40ad0
[Pipeline] sh
22:11:07 [2023-04-12T22:11:07.097Z] + docker info
22:11:07 [2023-04-12T22:11:07.097Z] Client:
22:11:07 [2023-04-12T22:11:07.097Z]  Context:    default
22:11:07 [2023-04-12T22:11:07.097Z]  Debug Mode: false
22:11:07 [2023-04-12T22:11:07.097Z]  Plugins:
22:11:07 [2023-04-12T22:11:07.097Z]   buildx: Docker Buildx (Docker Inc.)
22:11:07 [2023-04-12T22:11:07.097Z]     Version:  v0.8.2
22:11:07 [2023-04-12T22:11:07.097Z]     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
22:11:07 [2023-04-12T22:11:07.097Z]   compose: Docker Compose (Docker Inc.)
22:11:07 [2023-04-12T22:11:07.097Z]     Version:  v2.12.0
22:11:07 [2023-04-12T22:11:07.097Z]     Path:     /usr/libexec/docker/cli-plugins/docker-compose
22:11:07 [2023-04-12T22:11:07.097Z] 
22:11:07 [2023-04-12T22:11:07.097Z] Server:
22:11:07 [2023-04-12T22:11:07.097Z]  Containers: 0
22:11:07 [2023-04-12T22:11:07.097Z]   Running: 0
22:11:07 [2023-04-12T22:11:07.097Z]   Paused: 0
22:11:07 [2023-04-12T22:11:07.097Z]   Stopped: 0
22:11:07 [2023-04-12T22:11:07.097Z]  Images: 3
22:11:07 [2023-04-12T22:11:07.097Z]  Server Version: 22.06.0-beta.0
22:11:07 [2023-04-12T22:11:07.097Z]  Storage Driver: overlay2
22:11:07 [2023-04-12T22:11:07.097Z]   Backing Filesystem: extfs
22:11:07 [2023-04-12T22:11:07.097Z]   Supports d_type: true
22:11:07 [2023-04-12T22:11:07.097Z]   Using metacopy: false
22:11:07 [2023-04-12T22:11:07.097Z]   Native Overlay Diff: true
22:11:07 [2023-04-12T22:11:07.097Z]   userxattr: false
22:11:07 [2023-04-12T22:11:07.097Z]  Logging Driver: json-file
22:11:07 [2023-04-12T22:11:07.097Z]  Cgroup Driver: cgroupfs
22:11:07 [2023-04-12T22:11:07.097Z]  Cgroup Version: 1
22:11:07 [2023-04-12T22:11:07.097Z]  Plugins:
22:11:07 [2023-04-12T22:11:07.097Z]   Volume: local
22:11:07 [2023-04-12T22:11:07.097Z]   Network: bridge host ipvlan macvlan null overlay
22:11:07 [2023-04-12T22:11:07.097Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
22:11:07 [2023-04-12T22:11:07.097Z]  Swarm: inactive
22:11:07 [2023-04-12T22:11:07.097Z]  Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux
22:11:07 [2023-04-12T22:11:07.097Z]  Default Runtime: runc
22:11:07 [2023-04-12T22:11:07.097Z]  Init Binary: docker-init
22:11:07 [2023-04-12T22:11:07.097Z]  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
22:11:07 [2023-04-12T22:11:07.097Z]  runc version: v1.1.4-0-g5fd4c4d
22:11:07 [2023-04-12T22:11:07.097Z]  init version: de40ad0
22:11:07 [2023-04-12T22:11:07.097Z]  Security Options:
22:11:07 [2023-04-12T22:11:07.097Z]   apparmor
22:11:07 [2023-04-12T22:11:07.097Z]   seccomp
22:11:07 [2023-04-12T22:11:07.097Z]    Profile: builtin
22:11:07 [2023-04-12T22:11:07.097Z]  Kernel Version: 5.15.0-1022-aws
22:11:07 [2023-04-12T22:11:07.097Z]  Operating System: Ubuntu 20.04.5 LTS
22:11:07 [2023-04-12T22:11:07.097Z]  OSType: linux
22:11:07 [2023-04-12T22:11:07.097Z]  Architecture: aarch64
22:11:07 [2023-04-12T22:11:07.097Z]  CPUs: 2
22:11:07 [2023-04-12T22:11:07.097Z]  Total Memory: 7.559GiB
22:11:07 [2023-04-12T22:11:07.097Z]  Name: ip-10-100-105-141
22:11:07 [2023-04-12T22:11:07.097Z]  ID: a4508864-5846-4859-9d9f-739af3007ee0
22:11:07 [2023-04-12T22:11:07.097Z]  Docker Root Dir: /var/lib/docker
22:11:07 [2023-04-12T22:11:07.097Z]  Debug Mode: false
22:11:07 [2023-04-12T22:11:07.097Z]  Registry: https://index.docker.io/v1/
22:11:07 [2023-04-12T22:11:07.097Z]  Labels:
22:11:07 [2023-04-12T22:11:07.097Z]  Experimental: true
22:11:07 [2023-04-12T22:11:07.097Z]  Insecure Registries:
22:11:07 [2023-04-12T22:11:07.097Z]   127.0.0.0/8
22:11:07 [2023-04-12T22:11:07.097Z]  Live Restore Enabled: true
22:11:07 [2023-04-12T22:11:07.097Z] 
[Pipeline] sh
22:11:07 [2023-04-12T22:11:07.376Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
22:11:07 [2023-04-12T22:11:07.376Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
22:11:07 [2023-04-12T22:11:07.376Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-45141/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
22:11:07 [2023-04-12T22:11:07.376Z] + bash /home/ubuntu/workspace/moby_PR-45141/check-config.sh
22:11:07 [2023-04-12T22:11:07.376Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
22:11:07 [2023-04-12T22:11:07.376Z] info: reading kernel config from /boot/config-5.15.0-1022-aws ...
22:11:07 [2023-04-12T22:11:07.376Z] 
22:11:07 [2023-04-12T22:11:07.376Z] Generally Necessary:
22:11:07 [2023-04-12T22:11:07.376Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
22:11:07 [2023-04-12T22:11:07.376Z] - apparmor: enabled and tools installed
22:11:07 [2023-04-12T22:11:07.376Z] - CONFIG_NAMESPACES: enabled
22:11:07 [2023-04-12T22:11:07.376Z] - CONFIG_NET_NS: enabled
22:11:07 [2023-04-12T22:11:07.376Z] - CONFIG_PID_NS: enabled
22:11:07 [2023-04-12T22:11:07.376Z] - CONFIG_IPC_NS: enabled
22:11:07 [2023-04-12T22:11:07.376Z] - CONFIG_UTS_NS: enabled
22:11:07 [2023-04-12T22:11:07.376Z] - CONFIG_CGROUPS: enabled
22:11:07 [2023-04-12T22:11:07.634Z] - CONFIG_CGROUP_CPUACCT: enabled
22:11:07 [2023-04-12T22:11:07.634Z] - CONFIG_CGROUP_DEVICE: enabled
22:11:07 [2023-04-12T22:11:07.634Z] - CONFIG_CGROUP_FREEZER: enabled
22:11:07 [2023-04-12T22:11:07.634Z] - CONFIG_CGROUP_SCHED: enabled
22:11:07 [2023-04-12T22:11:07.634Z] - CONFIG_CPUSETS: enabled
22:11:07 [2023-04-12T22:11:07.634Z] - CONFIG_MEMCG: enabled
22:11:07 [2023-04-12T22:11:07.634Z] - CONFIG_KEYS: enabled
22:11:07 [2023-04-12T22:11:07.634Z] - CONFIG_VETH: enabled (as module)
22:11:07 [2023-04-12T22:11:07.634Z] - CONFIG_BRIDGE: enabled (as module)
22:11:07 [2023-04-12T22:11:07.634Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
22:11:07 [2023-04-12T22:11:07.634Z] - CONFIG_IP_NF_FILTER: enabled (as module)
22:11:07 [2023-04-12T22:11:07.634Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
22:11:07 [2023-04-12T22:11:07.634Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
22:11:07 [2023-04-12T22:11:07.634Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
22:11:07 [2023-04-12T22:11:07.634Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
22:11:07 [2023-04-12T22:11:07.634Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
22:11:07 [2023-04-12T22:11:07.634Z] - CONFIG_IP_NF_NAT: enabled (as module)
22:11:07 [2023-04-12T22:11:07.634Z] - CONFIG_NF_NAT: enabled (as module)
22:11:07 [2023-04-12T22:11:07.634Z] - CONFIG_POSIX_MQUEUE: enabled
22:11:07 [2023-04-12T22:11:07.634Z] - CONFIG_CGROUP_BPF: enabled
22:11:07 [2023-04-12T22:11:07.634Z] 
22:11:07 [2023-04-12T22:11:07.634Z] Optional Features:
22:11:07 [2023-04-12T22:11:07.634Z] - CONFIG_USER_NS: enabled
22:11:07 [2023-04-12T22:11:07.634Z] - CONFIG_SECCOMP: enabled
22:11:07 [2023-04-12T22:11:07.634Z] - CONFIG_SECCOMP_FILTER: enabled
22:11:07 [2023-04-12T22:11:07.634Z] - CONFIG_CGROUP_PIDS: enabled
22:11:07 [2023-04-12T22:11:07.634Z] - CONFIG_MEMCG_SWAP: enabled
22:11:07 [2023-04-12T22:11:07.634Z]     (cgroup swap accounting is currently enabled)
22:11:07 [2023-04-12T22:11:07.892Z] - CONFIG_BLK_CGROUP: enabled
22:11:07 [2023-04-12T22:11:07.892Z] - CONFIG_BLK_DEV_THROTTLING: enabled
22:11:07 [2023-04-12T22:11:07.892Z] - CONFIG_CGROUP_PERF: enabled
22:11:07 [2023-04-12T22:11:07.892Z] - CONFIG_CGROUP_HUGETLB: enabled
22:11:07 [2023-04-12T22:11:07.892Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
22:11:07 [2023-04-12T22:11:07.892Z] - CONFIG_CGROUP_NET_PRIO: enabled
22:11:07 [2023-04-12T22:11:07.892Z] - CONFIG_CFS_BANDWIDTH: enabled
22:11:07 [2023-04-12T22:11:07.892Z] - CONFIG_FAIR_GROUP_SCHED: enabled
22:11:07 [2023-04-12T22:11:07.892Z] - CONFIG_RT_GROUP_SCHED: missing
22:11:07 [2023-04-12T22:11:07.892Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
22:11:07 [2023-04-12T22:11:07.892Z] - CONFIG_IP_VS: enabled (as module)
22:11:07 [2023-04-12T22:11:07.892Z] - CONFIG_IP_VS_NFCT: enabled
22:11:07 [2023-04-12T22:11:07.892Z] - CONFIG_IP_VS_PROTO_TCP: enabled
22:11:07 [2023-04-12T22:11:07.892Z] - CONFIG_IP_VS_PROTO_UDP: enabled
22:11:07 [2023-04-12T22:11:07.892Z] - CONFIG_IP_VS_RR: enabled (as module)
22:11:07 [2023-04-12T22:11:07.892Z] - CONFIG_SECURITY_SELINUX: enabled
22:11:07 [2023-04-12T22:11:07.892Z] - CONFIG_SECURITY_APPARMOR: enabled
22:11:07 [2023-04-12T22:11:07.892Z] - CONFIG_EXT4_FS: enabled
22:11:07 [2023-04-12T22:11:07.892Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
22:11:07 [2023-04-12T22:11:07.892Z] - CONFIG_EXT4_FS_SECURITY: enabled
22:11:07 [2023-04-12T22:11:07.892Z] - Network Drivers:
22:11:07 [2023-04-12T22:11:07.892Z]   - "overlay":
22:11:07 [2023-04-12T22:11:07.892Z]     - CONFIG_VXLAN: enabled (as module)
22:11:07 [2023-04-12T22:11:07.892Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
22:11:07 [2023-04-12T22:11:07.892Z]       Optional (for encrypted networks):
22:11:08 [2023-04-12T22:11:08.152Z]       - CONFIG_CRYPTO: enabled
22:11:08 [2023-04-12T22:11:08.152Z]       - CONFIG_CRYPTO_AEAD: enabled
22:11:08 [2023-04-12T22:11:08.152Z]       - CONFIG_CRYPTO_GCM: enabled
22:11:08 [2023-04-12T22:11:08.152Z]       - CONFIG_CRYPTO_SEQIV: enabled
22:11:08 [2023-04-12T22:11:08.152Z]       - CONFIG_CRYPTO_GHASH: enabled
22:11:08 [2023-04-12T22:11:08.152Z]       - CONFIG_XFRM: enabled
22:11:08 [2023-04-12T22:11:08.152Z]       - CONFIG_XFRM_USER: enabled (as module)
22:11:08 [2023-04-12T22:11:08.152Z]       - CONFIG_XFRM_ALGO: enabled (as module)
22:11:08 [2023-04-12T22:11:08.152Z]       - CONFIG_INET_ESP: enabled (as module)
22:11:08 [2023-04-12T22:11:08.152Z]   - "ipvlan":
22:11:08 [2023-04-12T22:11:08.152Z]     - CONFIG_IPVLAN: enabled (as module)
22:11:08 [2023-04-12T22:11:08.152Z]   - "macvlan":
22:11:08 [2023-04-12T22:11:08.152Z]     - CONFIG_MACVLAN: enabled (as module)
22:11:08 [2023-04-12T22:11:08.152Z]     - CONFIG_DUMMY: enabled (as module)
22:11:08 [2023-04-12T22:11:08.152Z]   - "ftp,tftp client in container":
22:11:08 [2023-04-12T22:11:08.152Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
22:11:08 [2023-04-12T22:11:08.152Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
22:11:08 [2023-04-12T22:11:08.152Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
22:11:08 [2023-04-12T22:11:08.152Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
22:11:08 [2023-04-12T22:11:08.152Z] - Storage Drivers:
22:11:08 [2023-04-12T22:11:08.152Z]   - "aufs":
22:11:08 [2023-04-12T22:11:08.152Z]     - CONFIG_AUFS_FS: enabled (as module)
22:11:08 [2023-04-12T22:11:08.152Z]   - "btrfs":
22:11:08 [2023-04-12T22:11:08.152Z]     - CONFIG_BTRFS_FS: enabled (as module)
22:11:08 [2023-04-12T22:11:08.152Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
22:11:08 [2023-04-12T22:11:08.152Z]   - "devicemapper":
22:11:08 [2023-04-12T22:11:08.152Z]     - CONFIG_BLK_DEV_DM: enabled
22:11:08 [2023-04-12T22:11:08.152Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
22:11:08 [2023-04-12T22:11:08.152Z]   - "overlay":
22:11:08 [2023-04-12T22:11:08.152Z]     - CONFIG_OVERLAY_FS: enabled (as module)
22:11:08 [2023-04-12T22:11:08.152Z]   - "zfs":
22:11:08 [2023-04-12T22:11:08.152Z]     - /dev/zfs: present
22:11:08 [2023-04-12T22:11:08.152Z]     - zfs command: missing
22:11:08 [2023-04-12T22:11:08.152Z]     - zpool command: missing
22:11:08 [2023-04-12T22:11:08.410Z] 
22:11:08 [2023-04-12T22:11:08.410Z] Limits:
22:11:08 [2023-04-12T22:11:08.410Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
22:11:08 [2023-04-12T22:11:08.410Z] 
22:11:08 [2023-04-12T22:11:08.410Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
22:11:08 [2023-04-12T22:11:08.784Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:cdf9237fa225f0aa0917bdfb9c5646abbddb513b .
22:11:09 [2023-04-12T22:11:09.042Z] #1 [internal] load build definition from Dockerfile
22:11:09 [2023-04-12T22:11:09.042Z] #1 transferring dockerfile: 27.03kB done
22:11:09 [2023-04-12T22:11:09.042Z] #1 DONE 0.0s
22:11:09 [2023-04-12T22:11:09.042Z] 
22:11:09 [2023-04-12T22:11:09.042Z] #2 [internal] load .dockerignore
22:11:09 [2023-04-12T22:11:09.042Z] #2 transferring context: 113B done
22:11:09 [2023-04-12T22:11:09.042Z] #2 DONE 0.0s
22:11:09 [2023-04-12T22:11:09.042Z] 
22:11:09 [2023-04-12T22:11:09.042Z] #3 resolve image config for docker.io/docker/dockerfile:1
22:11:09 [2023-04-12T22:11:09.042Z] #3 DONE 0.1s
22:11:09 [2023-04-12T22:11:09.042Z] 
22:11:09 [2023-04-12T22:11:09.042Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14
22:11:09 [2023-04-12T22:11:09.042Z] #4 CACHED
22:11:09 [2023-04-12T22:11:09.300Z] 
22:11:09 [2023-04-12T22:11:09.300Z] #5 [internal] load metadata for docker.io/library/busybox:latest
22:11:09 [2023-04-12T22:11:09.300Z] #5 DONE 0.0s
22:11:09 [2023-04-12T22:11:09.300Z] 
22:11:09 [2023-04-12T22:11:09.300Z] #6 [internal] load metadata for docker.io/library/debian:bullseye
22:11:09 [2023-04-12T22:11:09.300Z] #6 DONE 0.1s
22:11:09 [2023-04-12T22:11:09.300Z] 
22:11:09 [2023-04-12T22:11:09.300Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
22:11:09 [2023-04-12T22:11:09.300Z] #7 DONE 0.1s
22:11:09 [2023-04-12T22:11:09.300Z] 
22:11:09 [2023-04-12T22:11:09.300Z] #8 [internal] load metadata for docker.io/tonistiigi/xx:1.1.2
22:11:09 [2023-04-12T22:11:09.868Z] #8 DONE 0.4s
22:11:09 [2023-04-12T22:11:09.868Z] 
22:11:09 [2023-04-12T22:11:09.868Z] #9 [internal] load metadata for docker.io/library/golang:1.19.8-bullseye
22:11:09 [2023-04-12T22:11:09.868Z] #9 DONE 0.3s
22:11:09 [2023-04-12T22:11:09.868Z] 
22:11:09 [2023-04-12T22:11:09.868Z] #10 [vpnkit-linux-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
22:11:09 [2023-04-12T22:11:09.868Z] #10 DONE 0.0s
22:11:09 [2023-04-12T22:11:09.868Z] 
22:11:09 [2023-04-12T22:11:09.868Z] #11 [build-dummy 1/2] FROM docker.io/library/busybox
22:11:09 [2023-04-12T22:11:09.868Z] #11 DONE 0.0s
22:11:09 [2023-04-12T22:11:09.868Z] 
22:11:09 [2023-04-12T22:11:09.868Z] #12 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:0a78ed641b76252739e28ebbbe8cdbd80dc367fba4502565ca839e5803cfd86e
22:11:09 [2023-04-12T22:11:09.868Z] #12 DONE 0.0s
22:11:09 [2023-04-12T22:11:09.868Z] 
22:11:09 [2023-04-12T22:11:09.868Z] #13 [base 1/5] FROM docker.io/library/golang:1.19.8-bullseye@sha256:e38806cd8055ea7ae6be43b40fb6796fc114132f8f43462a3c0562778ead223f
22:11:09 [2023-04-12T22:11:09.868Z] #13 resolve docker.io/library/golang:1.19.8-bullseye@sha256:e38806cd8055ea7ae6be43b40fb6796fc114132f8f43462a3c0562778ead223f 0.0s done
22:11:09 [2023-04-12T22:11:09.868Z] #13 sha256:9f897c406d4957e97580e741857cc863872754b0d052601b7a2706c47e337e92 0B / 115.26MB 0.1s
22:11:09 [2023-04-12T22:11:09.868Z] #13 sha256:8a23590f548eec220bafa690e8a655ee400e352f2b49d39c4f610d1f2de04115 1.80kB / 1.80kB done
22:11:09 [2023-04-12T22:11:09.868Z] #13 sha256:1e081cbdcf1364cbddb4678e3748ba401afb11d0d3dd431a738af8a8ebada927 7.12kB / 7.12kB done
22:11:09 [2023-04-12T22:11:09.868Z] #13 sha256:308d3ad7540e26a7f39495a265591b9d17197fb80f979982ffb789be8347ca78 0B / 154B 0.1s
22:11:09 [2023-04-12T22:11:09.868Z] #13 sha256:e38806cd8055ea7ae6be43b40fb6796fc114132f8f43462a3c0562778ead223f 1.86kB / 1.86kB done
22:11:10 [2023-04-12T22:11:10.130Z] #13 sha256:9f897c406d4957e97580e741857cc863872754b0d052601b7a2706c47e337e92 9.44MB / 115.26MB 0.2s
22:11:10 [2023-04-12T22:11:10.130Z] #13 sha256:308d3ad7540e26a7f39495a265591b9d17197fb80f979982ffb789be8347ca78 154B / 154B 0.1s done
22:11:10 [2023-04-12T22:11:10.130Z] #13 ...
22:11:10 [2023-04-12T22:11:10.130Z] 
22:11:10 [2023-04-12T22:11:10.130Z] #14 [xx 1/1] FROM docker.io/tonistiigi/xx:1.1.2@sha256:9dde7edeb9e4a957ce78be9f8c0fbabe0129bf5126933cd3574888f443731cda
22:11:10 [2023-04-12T22:11:10.130Z] #14 resolve docker.io/tonistiigi/xx:1.1.2@sha256:9dde7edeb9e4a957ce78be9f8c0fbabe0129bf5126933cd3574888f443731cda 0.0s done
22:11:10 [2023-04-12T22:11:10.130Z] #14 extracting sha256:6b9f00cd577380cfa5d5a8d5ebf82f91f7aa469401818e4de53b2a16dd4a1642 done
22:11:10 [2023-04-12T22:11:10.130Z] #14 sha256:64c0463dcf02cc65ad1ac532d9974472c41c79b92c4fac56271cd2b7540c7cdb 1.30kB / 1.30kB done
22:11:10 [2023-04-12T22:11:10.130Z] #14 sha256:6b9f00cd577380cfa5d5a8d5ebf82f91f7aa469401818e4de53b2a16dd4a1642 14.97kB / 14.97kB 0.1s done
22:11:10 [2023-04-12T22:11:10.130Z] #14 sha256:9dde7edeb9e4a957ce78be9f8c0fbabe0129bf5126933cd3574888f443731cda 2.65kB / 2.65kB done
22:11:10 [2023-04-12T22:11:10.130Z] #14 sha256:f663db6ef122c01b5690c6b8fc2eff09635374597ed36fac63133b48fd0777b8 526B / 526B done
22:11:10 [2023-04-12T22:11:10.130Z] #14 DONE 0.4s
22:11:10 [2023-04-12T22:11:10.130Z] 
22:11:10 [2023-04-12T22:11:10.130Z] #13 [base 1/5] FROM docker.io/library/golang:1.19.8-bullseye@sha256:e38806cd8055ea7ae6be43b40fb6796fc114132f8f43462a3c0562778ead223f
22:11:10 [2023-04-12T22:11:10.130Z] #13 sha256:9f897c406d4957e97580e741857cc863872754b0d052601b7a2706c47e337e92 16.78MB / 115.26MB 0.3s
22:11:10 [2023-04-12T22:11:10.390Z] #13 ...
22:11:10 [2023-04-12T22:11:10.390Z] 
22:11:10 [2023-04-12T22:11:10.390Z] #15 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
22:11:10 [2023-04-12T22:11:10.390Z] #15 DONE 0.4s
22:11:10 [2023-04-12T22:11:10.390Z] 
22:11:10 [2023-04-12T22:11:10.390Z] #13 [base 1/5] FROM docker.io/library/golang:1.19.8-bullseye@sha256:e38806cd8055ea7ae6be43b40fb6796fc114132f8f43462a3c0562778ead223f
22:11:10 [2023-04-12T22:11:10.390Z] #13 sha256:9f897c406d4957e97580e741857cc863872754b0d052601b7a2706c47e337e92 45.09MB / 115.26MB 0.6s
22:11:10 [2023-04-12T22:11:10.649Z] #13 sha256:9f897c406d4957e97580e741857cc863872754b0d052601b7a2706c47e337e92 61.87MB / 115.26MB 0.7s
22:11:10 [2023-04-12T22:11:10.908Z] #13 ...
22:11:10 [2023-04-12T22:11:10.908Z] 
22:11:10 [2023-04-12T22:11:10.908Z] #15 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
22:11:10 [2023-04-12T22:11:10.908Z] #15 CACHED
22:11:10 [2023-04-12T22:11:10.908Z] 
22:11:10 [2023-04-12T22:11:10.908Z] #13 [base 1/5] FROM docker.io/library/golang:1.19.8-bullseye@sha256:e38806cd8055ea7ae6be43b40fb6796fc114132f8f43462a3c0562778ead223f
22:11:10 [2023-04-12T22:11:10.908Z] #13 sha256:9f897c406d4957e97580e741857cc863872754b0d052601b7a2706c47e337e92 89.62MB / 115.26MB 1.0s
22:11:10 [2023-04-12T22:11:10.908Z] #13 sha256:9f897c406d4957e97580e741857cc863872754b0d052601b7a2706c47e337e92 99.61MB / 115.26MB 1.1s
22:11:11 [2023-04-12T22:11:11.166Z] #13 sha256:9f897c406d4957e97580e741857cc863872754b0d052601b7a2706c47e337e92 111.15MB / 115.26MB 1.2s
22:11:11 [2023-04-12T22:11:11.424Z] #13 sha256:9f897c406d4957e97580e741857cc863872754b0d052601b7a2706c47e337e92 115.26MB / 115.26MB 1.5s done
22:11:11 [2023-04-12T22:11:11.424Z] #13 ...
22:11:11 [2023-04-12T22:11:11.424Z] 
22:11:11 [2023-04-12T22:11:11.424Z] #16 [internal] load build context
22:11:11 [2023-04-12T22:11:11.424Z] #16 transferring context: 64.04MB 1.6s done
22:11:11 [2023-04-12T22:11:11.424Z] #16 DONE 1.6s
22:11:11 [2023-04-12T22:11:11.424Z] 
22:11:11 [2023-04-12T22:11:11.424Z] #13 [base 1/5] FROM docker.io/library/golang:1.19.8-bullseye@sha256:e38806cd8055ea7ae6be43b40fb6796fc114132f8f43462a3c0562778ead223f
22:11:11 [2023-04-12T22:11:11.424Z] #13 extracting sha256:9f897c406d4957e97580e741857cc863872754b0d052601b7a2706c47e337e92
22:11:14 [2023-04-12T22:11:14.706Z] #13 extracting sha256:9f897c406d4957e97580e741857cc863872754b0d052601b7a2706c47e337e92 3.1s done
22:11:14 [2023-04-12T22:11:14.964Z] #13 extracting sha256:308d3ad7540e26a7f39495a265591b9d17197fb80f979982ffb789be8347ca78 done
22:11:14 [2023-04-12T22:11:14.964Z] #13 DONE 5.1s
22:11:14 [2023-04-12T22:11:14.964Z] 
22:11:14 [2023-04-12T22:11:14.964Z] #17 [base 2/5] COPY --from=xx / /
22:11:17 [2023-04-12T22:11:17.498Z] #17 DONE 2.5s
22:11:17 [2023-04-12T22:11:17.498Z] 
22:11:17 [2023-04-12T22:11:17.498Z] #18 [base 3/5] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
22:11:17 [2023-04-12T22:11:17.756Z] #18 DONE 0.5s
22:11:18 [2023-04-12T22:11:18.015Z] 
22:11:18 [2023-04-12T22:11:18.015Z] #19 [base 4/5] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list  && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list
22:11:18 [2023-04-12T22:11:18.273Z] #19 DONE 0.4s
22:11:18 [2023-04-12T22:11:18.531Z] 
22:11:18 [2023-04-12T22:11:18.531Z] #20 [base 5/5] RUN apt-get update && apt-get install --no-install-recommends -y file
22:11:19 [2023-04-12T22:11:19.096Z] #20 0.769 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
22:11:19 [2023-04-12T22:11:19.096Z] #20 0.781 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
22:11:19 [2023-04-12T22:11:19.096Z] #20 0.781 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
22:11:19 [2023-04-12T22:11:19.354Z] #20 0.924 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8072 kB]
22:11:19 [2023-04-12T22:11:19.354Z] #20 1.045 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [233 kB]
22:11:19 [2023-04-12T22:11:19.354Z] #20 1.157 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
22:11:20 [2023-04-12T22:11:20.288Z] #20 1.884 Fetched 8525 kB in 1s (6105 kB/s)
22:11:20 [2023-04-12T22:11:20.853Z] #20 1.884 Reading package lists...
22:11:21 [2023-04-12T22:11:21.112Z] #20 2.395 Reading package lists...
22:11:21 [2023-04-12T22:11:21.369Z] #20 2.897 Building dependency tree...
22:11:21 [2023-04-12T22:11:21.369Z] #20 3.029 Reading state information...
22:11:21 [2023-04-12T22:11:21.628Z] #20 3.190 The following additional packages will be installed:
22:11:21 [2023-04-12T22:11:21.628Z] #20 3.190   libmagic-mgc libmagic1
22:11:21 [2023-04-12T22:11:21.628Z] #20 3.216 The following NEW packages will be installed:
22:11:21 [2023-04-12T22:11:21.628Z] #20 3.217   file libmagic-mgc libmagic1
22:11:21 [2023-04-12T22:11:21.887Z] #20 3.491 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
22:11:21 [2023-04-12T22:11:21.887Z] #20 3.491 Need to get 463 kB of archives.
22:11:21 [2023-04-12T22:11:21.887Z] #20 3.491 After this operation, 7063 kB of additional disk space will be used.
22:11:21 [2023-04-12T22:11:21.887Z] #20 3.491 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmagic-mgc arm64 1:5.39-3 [273 kB]
22:11:21 [2023-04-12T22:11:21.887Z] #20 3.497 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmagic1 arm64 1:5.39-3 [121 kB]
22:11:21 [2023-04-12T22:11:21.887Z] #20 3.499 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 file arm64 1:5.39-3 [69.1 kB]
22:11:22 [2023-04-12T22:11:22.144Z] #20 3.632 debconf: delaying package configuration, since apt-utils is not installed
22:11:22 [2023-04-12T22:11:22.144Z] #20 3.670 Fetched 463 kB in 0s (1668 kB/s)
22:11:22 [2023-04-12T22:11:22.144Z] #20 3.694 Selecting previously unselected package libmagic-mgc.
22:11:22 [2023-04-12T22:11:22.144Z] #20 3.694 (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 ... 15713 files and directories currently installed.)
22:11:22 [2023-04-12T22:11:22.144Z] #20 3.709 Preparing to unpack .../libmagic-mgc_1%3a5.39-3_arm64.deb ...
22:11:22 [2023-04-12T22:11:22.144Z] #20 3.709 Unpacking libmagic-mgc (1:5.39-3) ...
22:11:22 [2023-04-12T22:11:22.144Z] #20 3.793 Selecting previously unselected package libmagic1:arm64.
22:11:22 [2023-04-12T22:11:22.144Z] #20 3.793 Preparing to unpack .../libmagic1_1%3a5.39-3_arm64.deb ...
22:11:22 [2023-04-12T22:11:22.144Z] #20 3.806 Unpacking libmagic1:arm64 (1:5.39-3) ...
22:11:22 [2023-04-12T22:11:22.144Z] #20 3.850 Selecting previously unselected package file.
22:11:22 [2023-04-12T22:11:22.144Z] #20 3.852 Preparing to unpack .../file_1%3a5.39-3_arm64.deb ...
22:11:22 [2023-04-12T22:11:22.144Z] #20 3.856 Unpacking file (1:5.39-3) ...
22:11:22 [2023-04-12T22:11:22.144Z] #20 3.904 Setting up libmagic-mgc (1:5.39-3) ...
22:11:22 [2023-04-12T22:11:22.402Z] #20 3.924 Setting up libmagic1:arm64 (1:5.39-3) ...
22:11:22 [2023-04-12T22:11:22.402Z] #20 3.981 Setting up file (1:5.39-3) ...
22:11:22 [2023-04-12T22:11:22.402Z] #20 3.991 Processing triggers for libc-bin (2.31-13+deb11u5) ...
22:11:22 [2023-04-12T22:11:22.662Z] #20 DONE 4.2s
22:11:22 [2023-04-12T22:11:22.662Z] 
22:11:22 [2023-04-12T22:11:22.662Z] #21 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
22:11:22 [2023-04-12T22:11:22.662Z] #21 CACHED
22:11:22 [2023-04-12T22:11:22.662Z] 
22:11:22 [2023-04-12T22:11:22.662Z] #22 [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
22:11:22 [2023-04-12T22:11:22.662Z] #22 CACHED
22:11:22 [2023-04-12T22:11:22.662Z] 
22:11:22 [2023-04-12T22:11:22.662Z] #23 [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
22:11:22 [2023-04-12T22:11:22.662Z] #23 CACHED
22:11:22 [2023-04-12T22:11:22.662Z] 
22:11:22 [2023-04-12T22:11:22.662Z] #24 [tini-build 1/4] WORKDIR /go/src/github.com/krallin/tini
22:11:22 [2023-04-12T22:11:22.920Z] #24 ...
22:11:22 [2023-04-12T22:11:22.920Z] 
22:11:22 [2023-04-12T22:11:22.920Z] #25 [dockercli-src 1/5] WORKDIR /tmp/dockercli
22:11:22 [2023-04-12T22:11:22.920Z] #25 DONE 0.3s
22:11:22 [2023-04-12T22:11:22.920Z] 
22:11:22 [2023-04-12T22:11:22.920Z] #26 [tini-src 1/3] WORKDIR /usr/src/tini
22:11:22 [2023-04-12T22:11:22.920Z] #26 DONE 0.4s
22:11:22 [2023-04-12T22:11:22.920Z] 
22:11:22 [2023-04-12T22:11:22.920Z] #27 [rootlesskit-build 1/5] WORKDIR /go/src/github.com/rootless-containers/rootlesskit
22:11:22 [2023-04-12T22:11:22.920Z] #27 DONE 0.4s
22:11:22 [2023-04-12T22:11:22.920Z] 
22:11:22 [2023-04-12T22:11:22.920Z] #28 [rootlesskit-src 1/3] WORKDIR /usr/src/rootlesskit
22:11:22 [2023-04-12T22:11:22.920Z] #28 DONE 0.4s
22:11:22 [2023-04-12T22:11:22.920Z] 
22:11:22 [2023-04-12T22:11:22.920Z] #29 [rootlesskit-src 2/3] RUN git init . && git remote add origin "https://github.com/rootless-containers/rootlesskit.git"
22:11:23 [2023-04-12T22:11:23.180Z] #29 ...
22:11:23 [2023-04-12T22:11:23.180Z] 
22:11:23 [2023-04-12T22:11:23.180Z] #30 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
22:11:23 [2023-04-12T22:11:23.180Z] #30 DONE 0.5s
22:11:23 [2023-04-12T22:11:23.180Z] 
22:11:23 [2023-04-12T22:11:23.180Z] #31 [delve-src 1/3] WORKDIR /usr/src/delve
22:11:23 [2023-04-12T22:11:23.180Z] #31 DONE 0.6s
22:11:23 [2023-04-12T22:11:23.180Z] 
22:11:23 [2023-04-12T22:11:23.180Z] #32 [registry-src 1/2] WORKDIR /usr/src/registry
22:11:23 [2023-04-12T22:11:23.180Z] #32 DONE 0.6s
22:11:23 [2023-04-12T22:11:23.180Z] 
22:11:23 [2023-04-12T22:11:23.180Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
22:11:23 [2023-04-12T22:11:23.180Z] #33 DONE 0.6s
22:11:23 [2023-04-12T22:11:23.180Z] 
22:11:23 [2023-04-12T22:11:23.180Z] #34 [containerd-build 1/3] WORKDIR /go/src/github.com/containerd/containerd
22:11:23 [2023-04-12T22:11:23.180Z] #34 DONE 0.6s
22:11:23 [2023-04-12T22:11:23.180Z] 
22:11:23 [2023-04-12T22:11:23.180Z] #35 [runc-build 1/3] WORKDIR /go/src/github.com/opencontainers/runc
22:11:23 [2023-04-12T22:11:23.180Z] #35 DONE 0.7s
22:11:23 [2023-04-12T22:11:23.180Z] 
22:11:23 [2023-04-12T22:11:23.180Z] #36 [containerd-src 1/3] WORKDIR /usr/src/containerd
22:11:23 [2023-04-12T22:11:23.180Z] #36 DONE 0.7s
22:11:23 [2023-04-12T22:11:23.180Z] 
22:11:23 [2023-04-12T22:11:23.180Z] #37 [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
22:11:23 [2023-04-12T22:11:23.444Z] #37 ...
22:11:23 [2023-04-12T22:11:23.444Z] 
22:11:23 [2023-04-12T22:11:23.444Z] #38 [runc-src 1/3] WORKDIR /usr/src/runc
22:11:23 [2023-04-12T22:11:23.444Z] #38 DONE 0.7s
22:11:23 [2023-04-12T22:11:23.444Z] 
22:11:23 [2023-04-12T22:11:23.444Z] #39 [swagger-src 1/3] WORKDIR /usr/src/swagger
22:11:23 [2023-04-12T22:11:23.444Z] #39 DONE 0.8s
22:11:23 [2023-04-12T22:11:23.444Z] 
22:11:23 [2023-04-12T22:11:23.444Z] #40 [dockercli 1/3] WORKDIR /go/src/github.com/docker/cli
22:11:23 [2023-04-12T22:11:23.444Z] #40 DONE 0.8s
22:11:23 [2023-04-12T22:11:23.444Z] 
22:11:23 [2023-04-12T22:11:23.444Z] #41 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc
22:11:23 [2023-04-12T22:11:23.444Z] #41 DONE 0.9s
22:11:23 [2023-04-12T22:11:23.444Z] 
22:11:23 [2023-04-12T22:11:23.444Z] #24 [tini-build 1/4] WORKDIR /go/src/github.com/krallin/tini
22:11:23 [2023-04-12T22:11:23.444Z] #24 DONE 0.9s
22:11:23 [2023-04-12T22:11:23.444Z] 
22:11:23 [2023-04-12T22:11:23.444Z] #42 [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
22:11:25 [2023-04-12T22:11:25.348Z] #42 ...
22:11:25 [2023-04-12T22:11:25.348Z] 
22:11:25 [2023-04-12T22:11:25.348Z] #43 [dockercli-src 2/5] RUN git init . && git remote add origin "https://github.com/docker/cli.git"
22:11:25 [2023-04-12T22:11:25.348Z] #0 2.098 Initialized empty Git repository in /tmp/dockercli/.git/
22:11:25 [2023-04-12T22:11:25.348Z] #0 2.098 hint: Using 'master' as the name for the initial branch. This default branch name
22:11:25 [2023-04-12T22:11:25.348Z] #0 2.098 hint: is subject to change. To configure the initial branch name to use in all
22:11:25 [2023-04-12T22:11:25.348Z] #0 2.098 hint: of your new repositories, which will suppress this warning, call:
22:11:25 [2023-04-12T22:11:25.348Z] #0 2.098 hint: 
22:11:25 [2023-04-12T22:11:25.348Z] #0 2.098 hint: 	git config --global init.defaultBranch <name>
22:11:25 [2023-04-12T22:11:25.348Z] #0 2.098 hint: 
22:11:25 [2023-04-12T22:11:25.348Z] #0 2.098 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
22:11:25 [2023-04-12T22:11:25.348Z] #0 2.098 hint: 'development'. The just-created branch can be renamed via this command:
22:11:25 [2023-04-12T22:11:25.348Z] #0 2.098 hint: 
22:11:25 [2023-04-12T22:11:25.348Z] #0 2.098 hint: 	git branch -m <name>
22:11:25 [2023-04-12T22:11:25.348Z] #43 DONE 2.2s
22:11:25 [2023-04-12T22:11:25.348Z] 
22:11:25 [2023-04-12T22:11:25.348Z] #44 [dockercli-src 3/5] RUN git fetch -q --depth 1 origin "v17.06.2-ce" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
22:11:26 [2023-04-12T22:11:26.730Z] #44 ...
22:11:26 [2023-04-12T22:11:26.730Z] 
22:11:26 [2023-04-12T22:11:26.730Z] #29 [rootlesskit-src 2/3] RUN git init . && git remote add origin "https://github.com/rootless-containers/rootlesskit.git"
22:11:26 [2023-04-12T22:11:26.730Z] #29 3.404 hint: Using 'master' as the name for the initial branch. This default branch name
22:11:26 [2023-04-12T22:11:26.730Z] #29 3.404 hint: is subject to change. To configure the initial branch name to use in all
22:11:26 [2023-04-12T22:11:26.730Z] #29 3.404 hint: of your new repositories, which will suppress this warning, call:
22:11:26 [2023-04-12T22:11:26.730Z] #29 3.404 hint: 
22:11:26 [2023-04-12T22:11:26.730Z] #29 3.404 hint: 	git config --global init.defaultBranch <name>
22:11:26 [2023-04-12T22:11:26.730Z] #29 3.404 hint: 
22:11:26 [2023-04-12T22:11:26.730Z] #29 3.404 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
22:11:26 [2023-04-12T22:11:26.730Z] #29 3.404 hint: 'development'. The just-created branch can be renamed via this command:
22:11:26 [2023-04-12T22:11:26.730Z] #29 3.404 hint: 
22:11:26 [2023-04-12T22:11:26.730Z] #29 3.404 hint: 	git branch -m <name>
22:11:26 [2023-04-12T22:11:26.730Z] #29 3.405 Initialized empty Git repository in /usr/src/rootlesskit/.git/
22:11:26 [2023-04-12T22:11:26.730Z] #29 DONE 3.5s
22:11:26 [2023-04-12T22:11:26.730Z] 
22:11:26 [2023-04-12T22:11:26.730Z] #45 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
22:11:27 [2023-04-12T22:11:27.664Z] #45 ...
22:11:27 [2023-04-12T22:11:27.664Z] 
22:11:27 [2023-04-12T22:11:27.664Z] #46 [tini-src 2/3] RUN git init . && git remote add origin "https://github.com/krallin/tini.git"
22:11:27 [2023-04-12T22:11:27.664Z] #0 4.447 hint: Using 'master' as the name for the initial branch. This default branch name
22:11:27 [2023-04-12T22:11:27.664Z] #0 4.447 hint: is subject to change. To configure the initial branch name to use in all
22:11:27 [2023-04-12T22:11:27.664Z] #0 4.447 hint: of your new repositories, which will suppress this warning, call:
22:11:27 [2023-04-12T22:11:27.664Z] #0 4.447 hint: 
22:11:27 [2023-04-12T22:11:27.664Z] #0 4.447 hint: 	git config --global init.defaultBranch <name>
22:11:27 [2023-04-12T22:11:27.664Z] #0 4.447 hint: 
22:11:27 [2023-04-12T22:11:27.664Z] #0 4.447 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
22:11:27 [2023-04-12T22:11:27.664Z] #0 4.447 hint: 'development'. The just-created branch can be renamed via this command:
22:11:27 [2023-04-12T22:11:27.664Z] #0 4.447 hint: 
22:11:27 [2023-04-12T22:11:27.664Z] #0 4.447 hint: 	git branch -m <name>
22:11:27 [2023-04-12T22:11:27.664Z] #0 4.448 Initialized empty Git repository in /usr/src/tini/.git/
22:11:27 [2023-04-12T22:11:27.664Z] #46 DONE 4.5s
22:11:27 [2023-04-12T22:11:27.664Z] 
22:11:27 [2023-04-12T22:11:27.664Z] #47 [tini-src 3/3] RUN git fetch -q --depth 1 origin "v0.19.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
22:11:27 [2023-04-12T22:11:27.664Z] #47 ...
22:11:27 [2023-04-12T22:11:27.664Z] 
22:11:27 [2023-04-12T22:11:27.664Z] #48 [swagger-src 2/3] RUN git init . && git remote add origin "https://github.com/kolyshkin/go-swagger.git"
22:11:27 [2023-04-12T22:11:27.664Z] #0 4.197 Initialized empty Git repository in /usr/src/swagger/.git/
22:11:27 [2023-04-12T22:11:27.664Z] #0 4.197 hint: Using 'master' as the name for the initial branch. This default branch name
22:11:27 [2023-04-12T22:11:27.664Z] #0 4.197 hint: is subject to change. To configure the initial branch name to use in all
22:11:27 [2023-04-12T22:11:27.664Z] #0 4.197 hint: of your new repositories, which will suppress this warning, call:
22:11:27 [2023-04-12T22:11:27.664Z] #0 4.197 hint: 
22:11:27 [2023-04-12T22:11:27.664Z] #0 4.197 hint: 	git config --global init.defaultBranch <name>
22:11:27 [2023-04-12T22:11:27.664Z] #0 4.197 hint: 
22:11:27 [2023-04-12T22:11:27.664Z] #0 4.197 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
22:11:27 [2023-04-12T22:11:27.664Z] #0 4.197 hint: 'development'. The just-created branch can be renamed via this command:
22:11:27 [2023-04-12T22:11:27.664Z] #0 4.197 hint: 
22:11:27 [2023-04-12T22:11:27.664Z] #0 4.197 hint: 	git branch -m <name>
22:11:27 [2023-04-12T22:11:27.664Z] #48 DONE 4.3s
22:11:27 [2023-04-12T22:11:27.922Z] 
22:11:27 [2023-04-12T22:11:27.922Z] #49 [swagger-src 3/3] RUN git fetch -q --depth 1 origin "c56166c036004ba7a3a321e5951ba472b9ae298c" && git checkout -q FETCH_HEAD
22:11:28 [2023-04-12T22:11:28.856Z] #49 ...
22:11:28 [2023-04-12T22:11:28.856Z] 
22:11:28 [2023-04-12T22:11:28.856Z] #50 [delve-src 2/3] RUN git init . && git remote add origin "https://github.com/go-delve/delve.git"
22:11:28 [2023-04-12T22:11:28.856Z] #0 5.652 hint: Using 'master' as the name for the initial branch. This default branch name
22:11:28 [2023-04-12T22:11:28.856Z] #0 5.652 hint: is subject to change. To configure the initial branch name to use in all
22:11:28 [2023-04-12T22:11:28.856Z] #0 5.652 hint: of your new repositories, which will suppress this warning, call:
22:11:28 [2023-04-12T22:11:28.856Z] #0 5.652 hint: 
22:11:28 [2023-04-12T22:11:28.856Z] #0 5.652 hint: 	git config --global init.defaultBranch <name>
22:11:28 [2023-04-12T22:11:28.856Z] #0 5.652 hint: 
22:11:28 [2023-04-12T22:11:28.856Z] #0 5.652 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
22:11:28 [2023-04-12T22:11:28.856Z] #0 5.652 hint: 'development'. The just-created branch can be renamed via this command:
22:11:28 [2023-04-12T22:11:28.856Z] #0 5.652 hint: 
22:11:28 [2023-04-12T22:11:28.856Z] #0 5.652 hint: 	git branch -m <name>
22:11:28 [2023-04-12T22:11:28.856Z] #0 5.652 Initialized empty Git repository in /usr/src/delve/.git/
22:11:28 [2023-04-12T22:11:28.856Z] #50 DONE 5.8s
22:11:29 [2023-04-12T22:11:29.114Z] 
22:11:29 [2023-04-12T22:11:29.114Z] #37 [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
22:11:29 [2023-04-12T22:11:29.114Z] #37 5.731 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
22:11:29 [2023-04-12T22:11:29.114Z] #37 5.731 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
22:11:29 [2023-04-12T22:11:29.114Z] #37 5.731 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
22:11:29 [2023-04-12T22:11:29.372Z] #37 ...
22:11:29 [2023-04-12T22:11:29.372Z] 
22:11:29 [2023-04-12T22:11:29.372Z] #51 [containerd-src 2/3] RUN git init . && git remote add origin "https://github.com/containerd/containerd.git"
22:11:29 [2023-04-12T22:11:29.372Z] #0 6.001 hint: Using 'master' as the name for the initial branch. This default branch name
22:11:29 [2023-04-12T22:11:29.372Z] #0 6.001 hint: is subject to change. To configure the initial branch name to use in all
22:11:29 [2023-04-12T22:11:29.372Z] #0 6.001 hint: of your new repositories, which will suppress this warning, call:
22:11:29 [2023-04-12T22:11:29.372Z] #0 6.001 hint: 
22:11:29 [2023-04-12T22:11:29.372Z] #0 6.001 hint: 	git config --global init.defaultBranch <name>
22:11:29 [2023-04-12T22:11:29.372Z] #0 6.001 hint: 
22:11:29 [2023-04-12T22:11:29.372Z] #0 6.001 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
22:11:29 [2023-04-12T22:11:29.372Z] #0 6.001 hint: 'development'. The just-created branch can be renamed via this command:
22:11:29 [2023-04-12T22:11:29.372Z] #0 6.001 hint: 
22:11:29 [2023-04-12T22:11:29.372Z] #0 6.001 hint: 	git branch -m <name>
22:11:29 [2023-04-12T22:11:29.372Z] #0 6.002 Initialized empty Git repository in /usr/src/containerd/.git/
22:11:29 [2023-04-12T22:11:29.372Z] #51 DONE 6.1s
22:11:29 [2023-04-12T22:11:29.372Z] 
22:11:29 [2023-04-12T22:11:29.372Z] #52 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.7.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
22:11:29 [2023-04-12T22:11:29.630Z] #52 ...
22:11:29 [2023-04-12T22:11:29.630Z] 
22:11:29 [2023-04-12T22:11:29.630Z] #53 [registry-src 2/2] RUN git init . && git remote add origin "https://github.com/distribution/distribution.git"
22:11:29 [2023-04-12T22:11:29.630Z] #0 6.387 hint: Using 'master' as the name for the initial branch. This default branch name
22:11:29 [2023-04-12T22:11:29.630Z] #0 6.387 hint: is subject to change. To configure the initial branch name to use in all
22:11:29 [2023-04-12T22:11:29.630Z] #0 6.387 hint: of your new repositories, which will suppress this warning, call:
22:11:29 [2023-04-12T22:11:29.630Z] #0 6.387 hint: 
22:11:29 [2023-04-12T22:11:29.630Z] #0 6.387 hint: 	git config --global init.defaultBranch <name>
22:11:29 [2023-04-12T22:11:29.630Z] #0 6.387 hint: 
22:11:29 [2023-04-12T22:11:29.630Z] #0 6.387 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
22:11:29 [2023-04-12T22:11:29.630Z] #0 6.387 hint: 'development'. The just-created branch can be renamed via this command:
22:11:29 [2023-04-12T22:11:29.630Z] #0 6.387 hint: 
22:11:29 [2023-04-12T22:11:29.630Z] #0 6.387 hint: 	git branch -m <name>
22:11:29 [2023-04-12T22:11:29.630Z] #0 6.392 Initialized empty Git repository in /usr/src/registry/.git/
22:11:29 [2023-04-12T22:11:29.630Z] #53 DONE 6.5s
22:11:29 [2023-04-12T22:11:29.630Z] 
22:11:29 [2023-04-12T22:11:29.630Z] #54 [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...)
22:11:30 [2023-04-12T22:11:30.197Z] #54 ...
22:11:30 [2023-04-12T22:11:30.197Z] 
22:11:30 [2023-04-12T22:11:30.197Z] #55 [runc-src 2/3] RUN git init . && git remote add origin "https://github.com/opencontainers/runc.git"
22:11:30 [2023-04-12T22:11:30.197Z] #0 6.653 hint: Using 'master' as the name for the initial branch. This default branch name
22:11:30 [2023-04-12T22:11:30.197Z] #0 6.653 hint: is subject to change. To configure the initial branch name to use in all
22:11:30 [2023-04-12T22:11:30.197Z] #0 6.653 hint: of your new repositories, which will suppress this warning, call:
22:11:30 [2023-04-12T22:11:30.197Z] #0 6.653 hint: 
22:11:30 [2023-04-12T22:11:30.197Z] #0 6.653 hint: 	git config --global init.defaultBranch <name>
22:11:30 [2023-04-12T22:11:30.197Z] #0 6.653 hint: 
22:11:30 [2023-04-12T22:11:30.197Z] #0 6.653 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
22:11:30 [2023-04-12T22:11:30.197Z] #0 6.653 hint: 'development'. The just-created branch can be renamed via this command:
22:11:30 [2023-04-12T22:11:30.197Z] #0 6.653 hint: 
22:11:30 [2023-04-12T22:11:30.197Z] #0 6.653 hint: 	git branch -m <name>
22:11:30 [2023-04-12T22:11:30.197Z] #0 6.657 Initialized empty Git repository in /usr/src/runc/.git/
22:11:30 [2023-04-12T22:11:30.197Z] #55 DONE 6.8s
22:11:30 [2023-04-12T22:11:30.455Z] 
22:11:30 [2023-04-12T22:11:30.455Z] #56 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.5" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
22:11:32 [2023-04-12T22:11:32.988Z] #56 ...
22:11:32 [2023-04-12T22:11:32.988Z] 
22:11:32 [2023-04-12T22:11:32.988Z] #57 [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
22:11:32 [2023-04-12T22:11:32.988Z] #57 ...
22:11:32 [2023-04-12T22:11:32.988Z] 
22:11:32 [2023-04-12T22:11:32.988Z] #58 [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
22:11:32 [2023-04-12T22:11:32.988Z] #58 ...
22:11:32 [2023-04-12T22:11:32.988Z] 
22:11:32 [2023-04-12T22:11:32.988Z] #59 [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
22:11:32 [2023-04-12T22:11:32.988Z] #59 ...
22:11:32 [2023-04-12T22:11:32.988Z] 
22:11:32 [2023-04-12T22:11:32.988Z] #60 [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
22:11:33 [2023-04-12T22:11:33.246Z] #60 ...
22:11:33 [2023-04-12T22:11:33.246Z] 
22:11:33 [2023-04-12T22:11:33.246Z] #61 [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
22:11:33 [2023-04-12T22:11:33.246Z] #0 7.948 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
22:11:33 [2023-04-12T22:11:33.246Z] #0 7.948 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
22:11:33 [2023-04-12T22:11:33.246Z] #0 7.948 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
22:11:33 [2023-04-12T22:11:33.246Z] #61 ...
22:11:33 [2023-04-12T22:11:33.246Z] 
22:11:33 [2023-04-12T22:11:33.246Z] #47 [tini-src 3/3] RUN git fetch -q --depth 1 origin "v0.19.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
22:11:33 [2023-04-12T22:11:33.246Z] #47 DONE 5.9s
22:11:33 [2023-04-12T22:11:33.246Z] 
22:11:33 [2023-04-12T22:11:33.246Z] #62 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1"      && /build/tomll --help
22:11:33 [2023-04-12T22:11:33.505Z] #62 ...
22:11:33 [2023-04-12T22:11:33.505Z] 
22:11:33 [2023-04-12T22:11:33.505Z] #63 [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
22:11:33 [2023-04-12T22:11:33.505Z] #0 5.731 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
22:11:33 [2023-04-12T22:11:33.505Z] #0 5.731 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
22:11:33 [2023-04-12T22:11:33.505Z] #0 5.731 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
22:11:33 [2023-04-12T22:11:33.505Z] #0 9.819 Reading package lists...
22:11:33 [2023-04-12T22:11:33.505Z] #63 ...
22:11:33 [2023-04-12T22:11:33.505Z] 
22:11:33 [2023-04-12T22:11:33.505Z] #64 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
22:11:33 [2023-04-12T22:11:33.505Z] #0 8.091 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
22:11:33 [2023-04-12T22:11:33.505Z] #0 8.091 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
22:11:33 [2023-04-12T22:11:33.505Z] #0 8.091 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
22:11:33 [2023-04-12T22:11:33.505Z] #0 8.652 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  InRelease [1540 B]
22:11:33 [2023-04-12T22:11:33.764Z] #64 ...
22:11:33 [2023-04-12T22:11:33.764Z] 
22:11:33 [2023-04-12T22:11:33.764Z] #65 [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             ;
22:11:33 [2023-04-12T22:11:33.764Z] #0 8.476 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
22:11:33 [2023-04-12T22:11:33.764Z] #0 8.478 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
22:11:33 [2023-04-12T22:11:33.764Z] #0 8.490 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
22:11:34 [2023-04-12T22:11:34.022Z] #65 ...
22:11:34 [2023-04-12T22:11:34.022Z] 
22:11:34 [2023-04-12T22:11:34.022Z] #66 [dockercli 2/3] RUN xx-apt-get install -y --no-install-recommends gcc libc6-dev
22:11:34 [2023-04-12T22:11:34.022Z] #0 6.126 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
22:11:34 [2023-04-12T22:11:34.022Z] #0 6.126 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
22:11:34 [2023-04-12T22:11:34.022Z] #0 6.126 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
22:11:34 [2023-04-12T22:11:34.022Z] #0 10.15 Reading package lists...
22:11:34 [2023-04-12T22:11:34.022Z] #66 ...
22:11:34 [2023-04-12T22:11:34.022Z] 
22:11:34 [2023-04-12T22:11:34.022Z] #54 [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...)
22:11:34 [2023-04-12T22:11:34.022Z] #54 2.948 + git fetch -q --depth 1 origin v2.3.0 +refs/tags/*:refs/tags/*
22:11:37 [2023-04-12T22:11:37.306Z] #54 ...
22:11:37 [2023-04-12T22:11:37.306Z] 
22:11:37 [2023-04-12T22:11:37.306Z] #45 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
22:11:37 [2023-04-12T22:11:37.306Z] #45 DONE 10.3s
22:11:37 [2023-04-12T22:11:37.306Z] 
22:11:37 [2023-04-12T22:11:37.306Z] #64 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
22:11:37 [2023-04-12T22:11:37.306Z] #64 13.21 Fetched 1540 B in 6s (275 B/s)
22:11:39 [2023-04-12T22:11:39.209Z] #64 13.21 Reading package lists...
22:11:39 [2023-04-12T22:11:39.209Z] #64 ...
22:11:39 [2023-04-12T22:11:39.209Z] 
22:11:39 [2023-04-12T22:11:39.209Z] #67 [delve-src 3/3] RUN git fetch -q --depth 1 origin "v1.9.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
22:11:39 [2023-04-12T22:11:39.209Z] #67 ...
22:11:39 [2023-04-12T22:11:39.209Z] 
22:11:39 [2023-04-12T22:11:39.209Z] #42 [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
22:11:39 [2023-04-12T22:11:39.209Z] #42 7.758 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
22:11:39 [2023-04-12T22:11:39.209Z] #42 7.775 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
22:11:39 [2023-04-12T22:11:39.209Z] #42 7.775 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
22:11:39 [2023-04-12T22:11:39.209Z] #42 11.85 Reading package lists...
22:11:39 [2023-04-12T22:11:39.209Z] #42 ...
22:11:39 [2023-04-12T22:11:39.209Z] 
22:11:39 [2023-04-12T22:11:39.209Z] #66 [dockercli 2/3] RUN xx-apt-get install -y --no-install-recommends gcc libc6-dev
22:11:39 [2023-04-12T22:11:39.209Z] #0 10.15 Reading package lists...
22:11:39 [2023-04-12T22:11:39.468Z] #66 15.94 + apt-get  install -y --no-install-recommends gcc libc6-dev
22:11:42 [2023-04-12T22:11:42.000Z] #66 15.99 Reading package lists...
22:11:42 [2023-04-12T22:11:42.000Z] #66 ...
22:11:42 [2023-04-12T22:11:42.000Z] 
22:11:42 [2023-04-12T22:11:42.000Z] #49 [swagger-src 3/3] RUN git fetch -q --depth 1 origin "c56166c036004ba7a3a321e5951ba472b9ae298c" && git checkout -q FETCH_HEAD
22:11:42 [2023-04-12T22:11:42.000Z] #49 DONE 13.9s
22:11:42 [2023-04-12T22:11:42.000Z] 
22:11:42 [2023-04-12T22:11:42.000Z] #54 [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...)
22:11:42 [2023-04-12T22:11:42.000Z] #54 10.94 + git checkout -q FETCH_HEAD
22:11:42 [2023-04-12T22:11:42.940Z] #54 ...
22:11:42 [2023-04-12T22:11:42.940Z] 
22:11:42 [2023-04-12T22:11:42.940Z] #56 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.5" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
22:11:42 [2023-04-12T22:11:42.940Z] #56 DONE 12.8s
22:11:42 [2023-04-12T22:11:42.940Z] 
22:11:42 [2023-04-12T22:11:42.940Z] #37 [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
22:11:42 [2023-04-12T22:11:42.940Z] #37 9.721 Reading package lists...
22:11:42 [2023-04-12T22:11:42.940Z] #37 16.69 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
22:11:42 [2023-04-12T22:11:42.940Z] #37 16.70 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
22:11:42 [2023-04-12T22:11:42.940Z] #37 16.70 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
22:11:43 [2023-04-12T22:11:43.198Z] #37 ...
22:11:43 [2023-04-12T22:11:43.198Z] 
22:11:43 [2023-04-12T22:11:43.198Z] #64 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
22:11:43 [2023-04-12T22:11:43.198Z] #64 13.21 Reading package lists...
22:11:43 [2023-04-12T22:11:43.198Z] #64 19.15 Reading package lists...
22:11:43 [2023-04-12T22:11:43.198Z] #64 ...
22:11:43 [2023-04-12T22:11:43.198Z] 
22:11:43 [2023-04-12T22:11:43.198Z] #62 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1"      && /build/tomll --help
22:11:43 [2023-04-12T22:11:43.198Z] #62 20.62 tomll can be used in two ways:
22:11:43 [2023-04-12T22:11:43.198Z] #62 20.62 Writing to STDIN and reading from STDOUT:
22:11:43 [2023-04-12T22:11:43.198Z] #62 20.62   cat file.toml | tomll > file.toml
22:11:43 [2023-04-12T22:11:43.198Z] #62 20.62 
22:11:43 [2023-04-12T22:11:43.198Z] #62 20.62 Reading and updating a list of files:
22:11:43 [2023-04-12T22:11:43.198Z] #62 20.62   tomll a.toml b.toml c.toml
22:11:43 [2023-04-12T22:11:43.198Z] #62 20.62 
22:11:43 [2023-04-12T22:11:43.198Z] #62 20.62 When given a list of files, tomll will modify all files in place without asking.
22:11:43 [2023-04-12T22:11:43.198Z] #62 DONE 20.7s
22:11:43 [2023-04-12T22:11:43.457Z] 
22:11:43 [2023-04-12T22:11:43.457Z] #54 [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...)
22:11:43 [2023-04-12T22:11:43.457Z] #54 13.57 + export GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
22:11:43 [2023-04-12T22:11:43.457Z] #54 13.57 + CGO_ENABLED=0 xx-go build -o /build/registry-v2 -v ./cmd/registry
22:11:44 [2023-04-12T22:11:44.834Z] #54 ...
22:11:44 [2023-04-12T22:11:44.834Z] 
22:11:44 [2023-04-12T22:11:44.834Z] #61 [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
22:11:44 [2023-04-12T22:11:44.834Z] #61 11.89 Reading package lists...
22:11:44 [2023-04-12T22:11:44.834Z] #61 19.07 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
22:11:44 [2023-04-12T22:11:44.834Z] #61 19.08 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
22:11:44 [2023-04-12T22:11:44.834Z] #61 19.08 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
22:11:45 [2023-04-12T22:11:45.092Z] #61 ...
22:11:45 [2023-04-12T22:11:45.092Z] 
22:11:45 [2023-04-12T22:11:45.092Z] #65 [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             ;
22:11:45 [2023-04-12T22:11:45.092Z] #65 12.53 Reading package lists...
22:11:45 [2023-04-12T22:11:45.092Z] #65 18.73 Reading package lists...
22:11:45 [2023-04-12T22:11:45.092Z] #65 ...
22:11:45 [2023-04-12T22:11:45.092Z] 
22:11:45 [2023-04-12T22:11:45.092Z] #66 [dockercli 2/3] RUN xx-apt-get install -y --no-install-recommends gcc libc6-dev
22:11:45 [2023-04-12T22:11:45.092Z] #66 15.99 Reading package lists...
22:11:45 [2023-04-12T22:11:45.918Z] #66 21.85 Building dependency tree...
22:11:45 [2023-04-12T22:11:45.918Z] #66 ...
22:11:45 [2023-04-12T22:11:45.918Z] 
22:11:45 [2023-04-12T22:11:45.918Z] #67 [delve-src 3/3] RUN git fetch -q --depth 1 origin "v1.9.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
22:11:45 [2023-04-12T22:11:45.918Z] #67 DONE 16.8s
22:11:45 [2023-04-12T22:11:45.918Z] 
22:11:45 [2023-04-12T22:11:45.918Z] #61 [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
22:11:49 [2023-04-12T22:11:49.205Z] #61 22.90 Reading package lists...
22:11:49 [2023-04-12T22:11:49.205Z] #61 ...
22:11:49 [2023-04-12T22:11:49.205Z] 
22:11:49 [2023-04-12T22:11:49.205Z] #63 [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
22:11:49 [2023-04-12T22:11:49.205Z] #0 9.819 Reading package lists...
22:11:49 [2023-04-12T22:11:49.205Z] #63 17.10 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
22:11:49 [2023-04-12T22:11:49.205Z] #63 17.11 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
22:11:49 [2023-04-12T22:11:49.205Z] #63 17.11 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
22:11:49 [2023-04-12T22:11:49.205Z] #63 21.22 Reading package lists...
22:11:49 [2023-04-12T22:11:49.205Z] #63 ...
22:11:49 [2023-04-12T22:11:49.205Z] 
22:11:49 [2023-04-12T22:11:49.205Z] #65 [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             ;
22:11:49 [2023-04-12T22:11:49.205Z] #65 18.73 Reading package lists...
22:11:49 [2023-04-12T22:11:49.205Z] #65 24.84 Building dependency tree...
22:11:49 [2023-04-12T22:11:49.205Z] #65 26.27 Reading state information...
22:11:50 [2023-04-12T22:11:50.140Z] #65 ...
22:11:50 [2023-04-12T22:11:50.140Z] 
22:11:50 [2023-04-12T22:11:50.140Z] #66 [dockercli 2/3] RUN xx-apt-get install -y --no-install-recommends gcc libc6-dev
22:11:50 [2023-04-12T22:11:50.140Z] #66 21.85 Building dependency tree...
22:11:50 [2023-04-12T22:11:50.140Z] #66 23.77 Reading state information...
22:11:50 [2023-04-12T22:11:50.140Z] #66 26.20 gcc is already the newest version (4:10.2.1-1).
22:11:50 [2023-04-12T22:11:50.140Z] #66 26.20 libc6-dev is already the newest version (2.31-13+deb11u5).
22:11:50 [2023-04-12T22:11:50.140Z] #66 26.20 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
22:11:50 [2023-04-12T22:11:50.140Z] #66 DONE 26.5s
22:11:50 [2023-04-12T22:11:50.140Z] 
22:11:50 [2023-04-12T22:11:50.140Z] #63 [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
22:11:50 [2023-04-12T22:11:50.140Z] #63 21.22 Reading package lists...
22:11:50 [2023-04-12T22:11:50.140Z] #63 26.57 + apt-get  install -y --no-install-recommends gcc libbtrfs-dev libsecret-1-dev
22:11:50 [2023-04-12T22:11:50.398Z] #63 26.69 Reading package lists...
22:11:50 [2023-04-12T22:11:50.399Z] #63 ...
22:11:50 [2023-04-12T22:11:50.399Z] 
22:11:50 [2023-04-12T22:11:50.399Z] #42 [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
22:11:50 [2023-04-12T22:11:50.399Z] #42 11.85 Reading package lists...
22:11:50 [2023-04-12T22:11:50.399Z] #42 17.22 Reading package lists...
22:11:50 [2023-04-12T22:11:50.399Z] #42 23.78 Building dependency tree...
22:11:50 [2023-04-12T22:11:50.399Z] #42 25.37 Reading state information...
22:11:50 [2023-04-12T22:11:50.657Z] #42 ...
22:11:50 [2023-04-12T22:11:50.657Z] 
22:11:50 [2023-04-12T22:11:50.657Z] #64 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
22:11:50 [2023-04-12T22:11:50.657Z] #64 19.15 Reading package lists...
22:11:50 [2023-04-12T22:11:50.657Z] #64 25.06 Building dependency tree...
22:11:50 [2023-04-12T22:11:50.657Z] #64 26.48 Reading state information...
22:11:52 [2023-04-12T22:11:52.033Z] #64 28.75 The following additional packages will be installed:
22:11:52 [2023-04-12T22:11:52.033Z] #64 ...
22:11:52 [2023-04-12T22:11:52.033Z] 
22:11:52 [2023-04-12T22:11:52.033Z] #68 [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...)
22:11:52 [2023-04-12T22:11:52.291Z] #68 ...
22:11:52 [2023-04-12T22:11:52.291Z] 
22:11:52 [2023-04-12T22:11:52.291Z] #64 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
22:11:52 [2023-04-12T22:11:52.291Z] #64 28.79   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
22:11:52 [2023-04-12T22:11:52.291Z] #64 28.79   python3-protobuf python3-six
22:11:52 [2023-04-12T22:11:52.291Z] #64 28.80 Suggested packages:
22:11:52 [2023-04-12T22:11:52.291Z] #64 28.80   python3-setuptools
22:11:52 [2023-04-12T22:11:52.291Z] #64 28.80 Recommended packages:
22:11:52 [2023-04-12T22:11:52.291Z] #64 28.80   iproute2 | iproute
22:11:52 [2023-04-12T22:11:52.871Z] #64 29.50 The following NEW packages will be installed:
22:11:52 [2023-04-12T22:11:52.871Z] #64 29.52   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
22:11:53 [2023-04-12T22:11:53.129Z] #64 29.53   python3-protobuf python3-six
22:11:53 [2023-04-12T22:11:53.695Z] #64 30.02 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
22:11:53 [2023-04-12T22:11:53.695Z] #64 30.02 Need to get 2136 kB of archives.
22:11:53 [2023-04-12T22:11:53.695Z] #64 30.02 After this operation, 10.8 MB of additional disk space will be used.
22:11:53 [2023-04-12T22:11:53.695Z] #64 30.02 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf23 arm64 3.12.4-1 [780 kB]
22:11:53 [2023-04-12T22:11:53.695Z] #64 30.04 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB]
22:11:53 [2023-04-12T22:11:53.695Z] #64 30.04 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-six all 1.16.0-2 [17.5 kB]
22:11:53 [2023-04-12T22:11:53.695Z] #64 30.04 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-protobuf arm64 3.12.4-1 [375 kB]
22:11:53 [2023-04-12T22:11:53.695Z] #64 30.06 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
22:11:53 [2023-04-12T22:11:53.695Z] #64 30.07 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB]
22:11:53 [2023-04-12T22:11:53.695Z] #64 30.08 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
22:11:53 [2023-04-12T22:11:53.953Z] #64 ...
22:11:53 [2023-04-12T22:11:53.953Z] 
22:11:53 [2023-04-12T22:11:53.953Z] #37 [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
22:11:53 [2023-04-12T22:11:53.953Z] #37 20.62 Reading package lists...
22:11:53 [2023-04-12T22:11:53.953Z] #37 25.85 + apt-get  install -y --no-install-recommends dpkg-dev gcc libc6-dev libseccomp-dev
22:11:53 [2023-04-12T22:11:53.953Z] #37 25.96 Reading package lists...
22:11:54 [2023-04-12T22:11:54.211Z] #37 30.65 Building dependency tree...
22:11:54 [2023-04-12T22:11:54.211Z] #37 ...
22:11:54 [2023-04-12T22:11:54.211Z] 
22:11:54 [2023-04-12T22:11:54.211Z] #65 [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             ;
22:11:54 [2023-04-12T22:11:54.211Z] #65 28.59 python3 is already the newest version (3.9.2-3).
22:11:54 [2023-04-12T22:11:54.211Z] #65 28.59 The following additional packages will be installed:
22:11:54 [2023-04-12T22:11:54.211Z] #65 28.60   autotools-dev bzip2 dpkg-dev libcap2 libprotobuf-c1 libsigsegv2 libyajl2 m4
22:11:54 [2023-04-12T22:11:54.211Z] #65 28.61   patch xz-utils
22:11:54 [2023-04-12T22:11:54.211Z] #65 28.62 Suggested packages:
22:11:54 [2023-04-12T22:11:54.211Z] #65 28.65   autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring
22:11:54 [2023-04-12T22:11:54.211Z] #65 28.65   manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk
22:11:54 [2023-04-12T22:11:54.211Z] #65 28.65   m4-doc ed diffutils-doc
22:11:54 [2023-04-12T22:11:54.211Z] #65 28.65 Recommended packages:
22:11:54 [2023-04-12T22:11:54.211Z] #65 28.65   fakeroot libalgorithm-merge-perl libltdl-dev
22:11:54 [2023-04-12T22:11:54.211Z] #65 30.03 The following NEW packages will be installed:
22:11:54 [2023-04-12T22:11:54.211Z] #65 30.06   autoconf automake autotools-dev build-essential bzip2 dpkg-dev libcap-dev
22:11:54 [2023-04-12T22:11:54.211Z] #65 30.06   libcap2 libprotobuf-c-dev libprotobuf-c1 libseccomp-dev libsigsegv2
22:11:54 [2023-04-12T22:11:54.211Z] #65 30.06   libsystemd-dev libtool libudev-dev libyajl-dev libyajl2 m4 patch xz-utils
22:11:54 [2023-04-12T22:11:54.211Z] #65 30.50 0 upgraded, 20 newly installed, 0 to remove and 0 not upgraded.
22:11:54 [2023-04-12T22:11:54.211Z] #65 30.50 Need to get 5458 kB of archives.
22:11:54 [2023-04-12T22:11:54.211Z] #65 30.50 After this operation, 11.6 MB of additional disk space will be used.
22:11:54 [2023-04-12T22:11:54.211Z] #65 30.50 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
22:11:54 [2023-04-12T22:11:54.211Z] #65 30.50 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
22:11:54 [2023-04-12T22:11:54.211Z] #65 30.50 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsigsegv2 arm64 2.13-1 [34.7 kB]
22:11:54 [2023-04-12T22:11:54.211Z] #65 30.51 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 m4 arm64 1.4.18-5 [199 kB]
22:11:54 [2023-04-12T22:11:54.211Z] #65 30.51 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 autoconf all 2.69-14 [313 kB]
22:11:54 [2023-04-12T22:11:54.211Z] #65 30.51 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 autotools-dev all 20180224.1+nmu1 [77.1 kB]
22:11:54 [2023-04-12T22:11:54.211Z] #65 30.51 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 automake all 1:1.16.3-2 [814 kB]
22:11:54 [2023-04-12T22:11:54.211Z] #65 30.58 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
22:11:54 [2023-04-12T22:11:54.211Z] #65 30.58 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.12 [2312 kB]
22:11:54 [2023-04-12T22:11:54.212Z] #65 30.68 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 build-essential arm64 12.9 [7704 B]
22:11:54 [2023-04-12T22:11:54.212Z] #65 30.68 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB]
22:11:54 [2023-04-12T22:11:54.212Z] #65 30.68 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap-dev arm64 1:2.44-1 [45.6 kB]
22:11:54 [2023-04-12T22:11:54.212Z] #65 30.68 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
22:11:54 [2023-04-12T22:11:54.212Z] #65 30.69 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c-dev arm64 1.3.3-1+b2 [34.1 kB]
22:11:54 [2023-04-12T22:11:54.212Z] #65 30.69 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
22:11:54 [2023-04-12T22:11:54.212Z] #65 30.70 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7+deb11u1 [401 kB]
22:11:54 [2023-04-12T22:11:54.212Z] #65 30.71 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libtool all 2.4.6-15 [513 kB]
22:11:54 [2023-04-12T22:11:54.212Z] #65 30.74 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7+deb11u1 [123 kB]
22:11:54 [2023-04-12T22:11:54.212Z] #65 30.76 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3 [22.9 kB]
22:11:54 [2023-04-12T22:11:54.212Z] #65 30.76 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl-dev arm64 2.1.0-3 [31.5 kB]
22:11:54 [2023-04-12T22:11:54.212Z] #65 31.68 debconf: delaying package configuration, since apt-utils is not installed
22:11:54 [2023-04-12T22:11:54.470Z] #65 31.98 Fetched 5458 kB in 1s (8680 kB/s)
22:11:54 [2023-04-12T22:11:54.470Z] #65 32.10 Selecting previously unselected package bzip2.
22:11:54 [2023-04-12T22:11:54.728Z] #65 32.10 (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.)
22:11:54 [2023-04-12T22:11:54.728Z] #65 32.19 Preparing to unpack .../00-bzip2_1.0.8-4_arm64.deb ...
22:11:54 [2023-04-12T22:11:54.728Z] #65 32.19 Unpacking bzip2 (1.0.8-4) ...
22:11:54 [2023-04-12T22:11:54.986Z] #65 32.33 Selecting previously unselected package xz-utils.
22:11:54 [2023-04-12T22:11:54.986Z] #65 32.34 Preparing to unpack .../01-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
22:11:54 [2023-04-12T22:11:54.986Z] #65 32.38 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
22:11:55 [2023-04-12T22:11:55.245Z] #65 32.66 Selecting previously unselected package libsigsegv2:arm64.
22:11:55 [2023-04-12T22:11:55.245Z] #65 32.66 Preparing to unpack .../02-libsigsegv2_2.13-1_arm64.deb ...
22:11:55 [2023-04-12T22:11:55.245Z] #65 32.67 Unpacking libsigsegv2:arm64 (2.13-1) ...
22:11:55 [2023-04-12T22:11:55.503Z] #65 32.79 Selecting previously unselected package m4.
22:11:55 [2023-04-12T22:11:55.503Z] #65 32.79 Preparing to unpack .../03-m4_1.4.18-5_arm64.deb ...
22:11:55 [2023-04-12T22:11:55.503Z] #65 32.80 Unpacking m4 (1.4.18-5) ...
22:11:55 [2023-04-12T22:11:55.503Z] #65 33.06 Selecting previously unselected package autoconf.
22:11:55 [2023-04-12T22:11:55.761Z] #65 33.06 Preparing to unpack .../04-autoconf_2.69-14_all.deb ...
22:11:55 [2023-04-12T22:11:55.761Z] #65 33.07 Unpacking autoconf (2.69-14) ...
22:11:55 [2023-04-12T22:11:55.761Z] #65 ...
22:11:55 [2023-04-12T22:11:55.761Z] 
22:11:55 [2023-04-12T22:11:55.761Z] #54 [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...)
22:11:55 [2023-04-12T22:11:55.761Z] #54 16.03 github.com/docker/distribution/manifest
22:11:55 [2023-04-12T22:11:55.761Z] #54 16.65 crypto/sha1
22:11:55 [2023-04-12T22:11:55.761Z] #54 16.71 net
22:11:55 [2023-04-12T22:11:55.761Z] #54 17.82 github.com/Sirupsen/logrus
22:11:55 [2023-04-12T22:11:55.761Z] #54 20.68 github.com/Sirupsen/logrus/formatters/logstash
22:11:55 [2023-04-12T22:11:55.761Z] #54 21.07 github.com/bugsnag/bugsnag-go/errors
22:11:55 [2023-04-12T22:11:55.761Z] #54 21.80 github.com/bugsnag/osext
22:11:55 [2023-04-12T22:11:55.761Z] #54 22.14 github.com/bugsnag/panicwrap
22:11:55 [2023-04-12T22:11:55.761Z] #54 23.36 gopkg.in/yaml.v2
22:11:55 [2023-04-12T22:11:55.761Z] #54 ...
22:11:55 [2023-04-12T22:11:55.761Z] 
22:11:55 [2023-04-12T22:11:55.761Z] #42 [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
22:11:55 [2023-04-12T22:11:55.761Z] #42 27.78 The following additional packages will be installed:
22:11:55 [2023-04-12T22:11:55.761Z] #42 27.84   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
22:11:55 [2023-04-12T22:11:55.761Z] #42 27.85 Suggested packages:
22:11:55 [2023-04-12T22:11:55.761Z] #42 27.88   cmake-doc ninja-build lrzip
22:11:55 [2023-04-12T22:11:55.761Z] #42 28.45 The following NEW packages will be installed:
22:11:55 [2023-04-12T22:11:55.761Z] #42 28.46   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
22:11:55 [2023-04-12T22:11:55.761Z] #42 28.86 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
22:11:55 [2023-04-12T22:11:55.761Z] #42 28.86 Need to get 15.1 MB of archives.
22:11:55 [2023-04-12T22:11:55.761Z] #42 28.86 After this operation, 66.8 MB of additional disk space will be used.
22:11:55 [2023-04-12T22:11:55.761Z] #42 28.86 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
22:11:55 [2023-04-12T22:11:55.761Z] #42 28.90 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
22:11:55 [2023-04-12T22:11:55.761Z] #42 29.24 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxml2 arm64 2.9.10+dfsg-6.7+deb11u3 [630 kB]
22:11:55 [2023-04-12T22:11:55.761Z] #42 29.26 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+deb11u1 [320 kB]
22:11:55 [2023-04-12T22:11:55.761Z] #42 29.28 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB]
22:11:55 [2023-04-12T22:11:55.761Z] #42 29.29 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB]
22:11:55 [2023-04-12T22:11:55.761Z] #42 29.31 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB]
22:11:55 [2023-04-12T22:11:55.761Z] #42 29.32 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB]
22:11:55 [2023-04-12T22:11:55.761Z] #42 30.42 debconf: delaying package configuration, since apt-utils is not installed
22:11:55 [2023-04-12T22:11:55.761Z] #42 30.70 Fetched 15.1 MB in 1s (17.2 MB/s)
22:11:55 [2023-04-12T22:11:55.761Z] #42 30.93 Selecting previously unselected package cmake-data.
22:11:55 [2023-04-12T22:11:55.762Z] #42 30.93 (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.)
22:11:55 [2023-04-12T22:11:55.762Z] #42 30.95 Preparing to unpack .../0-cmake-data_3.18.4-2+deb11u1_all.deb ...
22:11:55 [2023-04-12T22:11:55.762Z] #42 30.98 Unpacking cmake-data (3.18.4-2+deb11u1) ...
22:11:56 [2023-04-12T22:11:56.020Z] #42 ...
22:11:56 [2023-04-12T22:11:56.020Z] 
22:11:56 [2023-04-12T22:11:56.020Z] #69 [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...)
22:11:56 [2023-04-12T22:11:56.278Z] #69 ...
22:11:56 [2023-04-12T22:11:56.278Z] 
22:11:56 [2023-04-12T22:11:56.278Z] #65 [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             ;
22:11:56 [2023-04-12T22:11:56.278Z] #65 33.53 Selecting previously unselected package autotools-dev.
22:11:56 [2023-04-12T22:11:56.278Z] #65 33.58 Preparing to unpack .../05-autotools-dev_20180224.1+nmu1_all.deb ...
22:11:56 [2023-04-12T22:11:56.278Z] #65 33.61 Unpacking autotools-dev (20180224.1+nmu1) ...
22:11:56 [2023-04-12T22:11:56.278Z] #65 33.79 Selecting previously unselected package automake.
22:11:56 [2023-04-12T22:11:56.537Z] #65 33.80 Preparing to unpack .../06-automake_1%3a1.16.3-2_all.deb ...
22:11:56 [2023-04-12T22:11:56.537Z] #65 33.80 Unpacking automake (1:1.16.3-2) ...
22:11:57 [2023-04-12T22:11:57.102Z] #65 34.39 Selecting previously unselected package patch.
22:11:57 [2023-04-12T22:11:57.102Z] #65 34.39 Preparing to unpack .../07-patch_2.7.6-7_arm64.deb ...
22:11:57 [2023-04-12T22:11:57.102Z] #65 34.41 Unpacking patch (2.7.6-7) ...
22:11:57 [2023-04-12T22:11:57.361Z] #65 34.62 Selecting previously unselected package dpkg-dev.
22:11:57 [2023-04-12T22:11:57.361Z] #65 34.62 Preparing to unpack .../08-dpkg-dev_1.20.12_all.deb ...
22:11:57 [2023-04-12T22:11:57.361Z] #65 34.63 Unpacking dpkg-dev (1.20.12) ...
22:11:57 [2023-04-12T22:11:57.930Z] #65 ...
22:11:57 [2023-04-12T22:11:57.930Z] 
22:11:57 [2023-04-12T22:11:57.930Z] #60 [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
22:11:57 [2023-04-12T22:11:57.930Z] #60 35.06 NAME:
22:11:57 [2023-04-12T22:11:57.930Z] #60 35.06    go-winres - A tool for embedding resources in Windows executables
22:11:57 [2023-04-12T22:11:57.930Z] #60 35.07 
22:11:57 [2023-04-12T22:11:57.930Z] #60 35.07 USAGE:
22:11:57 [2023-04-12T22:11:57.930Z] #60 35.07    go-winres [global options] command [command options] [arguments...]
22:11:57 [2023-04-12T22:11:57.930Z] #60 35.07 
22:11:57 [2023-04-12T22:11:57.930Z] #60 35.07 COMMANDS:
22:11:57 [2023-04-12T22:11:57.930Z] #60 35.08    init     Create an initial ./winres/winres.json
22:11:57 [2023-04-12T22:11:57.930Z] #60 35.08    make     Make syso files for the "go build" command
22:11:57 [2023-04-12T22:11:57.930Z] #60 35.08    simply   Make syso files for the "go build" command (simplified)
22:11:57 [2023-04-12T22:11:57.930Z] #60 35.09    extract  Extract all resources from an executable
22:11:57 [2023-04-12T22:11:57.930Z] #60 35.09    patch    Replace resources in an executable file (exe, dll)
22:11:57 [2023-04-12T22:11:57.930Z] #60 35.09    help, h  Shows a list of commands or help for one command
22:11:57 [2023-04-12T22:11:57.930Z] #60 35.09 
22:11:57 [2023-04-12T22:11:57.930Z] #60 35.09 GLOBAL OPTIONS:
22:11:57 [2023-04-12T22:11:57.930Z] #60 35.09    --help, -h  show help (default: false)
22:11:57 [2023-04-12T22:11:57.930Z] #60 DONE 35.3s
22:11:57 [2023-04-12T22:11:57.930Z] 
22:11:57 [2023-04-12T22:11:57.931Z] #64 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
22:11:57 [2023-04-12T22:11:57.931Z] #64 32.08 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.17.1-1 [630 kB]
22:11:57 [2023-04-12T22:11:57.931Z] #64 33.46 debconf: delaying package configuration, since apt-utils is not installed
22:11:57 [2023-04-12T22:11:57.931Z] #64 33.82 Fetched 2136 kB in 3s (769 kB/s)
22:11:57 [2023-04-12T22:11:57.931Z] #64 33.91 Selecting previously unselected package libprotobuf23:arm64.
22:11:57 [2023-04-12T22:11:57.931Z] #64 33.91 (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.)
22:11:57 [2023-04-12T22:11:57.931Z] #64 34.00 Preparing to unpack .../0-libprotobuf23_3.12.4-1_arm64.deb ...
22:11:57 [2023-04-12T22:11:57.931Z] #64 34.02 Unpacking libprotobuf23:arm64 (3.12.4-1) ...
22:11:58 [2023-04-12T22:11:58.496Z] #64 35.20 Selecting previously unselected package python3-pkg-resources.
22:11:58 [2023-04-12T22:11:58.755Z] #64 35.21 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
22:11:58 [2023-04-12T22:11:58.755Z] #64 35.24 Unpacking python3-pkg-resources (52.0.0-4) ...
22:11:58 [2023-04-12T22:11:58.755Z] #64 35.44 Selecting previously unselected package python3-six.
22:11:59 [2023-04-12T22:11:59.036Z] #64 35.44 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
22:11:59 [2023-04-12T22:11:59.036Z] #64 35.45 Unpacking python3-six (1.16.0-2) ...
22:11:59 [2023-04-12T22:11:59.036Z] #64 35.59 Selecting previously unselected package python3-protobuf.
22:11:59 [2023-04-12T22:11:59.036Z] #64 35.59 Preparing to unpack .../3-python3-protobuf_3.12.4-1_arm64.deb ...
22:11:59 [2023-04-12T22:11:59.036Z] #64 35.60 Unpacking python3-protobuf (3.12.4-1) ...
22:11:59 [2023-04-12T22:11:59.982Z] #64 ...
22:11:59 [2023-04-12T22:11:59.982Z] 
22:11:59 [2023-04-12T22:11:59.982Z] #61 [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
22:11:59 [2023-04-12T22:11:59.982Z] #61 22.90 Reading package lists...
22:11:59 [2023-04-12T22:11:59.982Z] #61 28.13 + apt-get  install -y --no-install-recommends gcc libc6-dev
22:11:59 [2023-04-12T22:11:59.982Z] #61 28.25 Reading package lists...
22:11:59 [2023-04-12T22:11:59.982Z] #61 32.49 Building dependency tree...
22:11:59 [2023-04-12T22:11:59.982Z] #61 36.84 gcc is already the newest version (4:10.2.1-1).
22:11:59 [2023-04-12T22:11:59.982Z] #61 36.84 libc6-dev is already the newest version (2.31-13+deb11u5).
22:11:59 [2023-04-12T22:11:59.982Z] #61 36.84 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
22:11:59 [2023-04-12T22:11:59.982Z] #61 DONE 37.0s
22:11:59 [2023-04-12T22:11:59.982Z] 
22:11:59 [2023-04-12T22:11:59.982Z] #64 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
22:11:59 [2023-04-12T22:11:59.982Z] #64 36.34 Selecting previously unselected package libnet1:arm64.
22:11:59 [2023-04-12T22:11:59.982Z] #64 36.34 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
22:11:59 [2023-04-12T22:11:59.982Z] #64 36.35 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
22:12:00 [2023-04-12T22:12:00.262Z] #64 36.61 Selecting previously unselected package libnl-3-200:arm64.
22:12:00 [2023-04-12T22:12:00.262Z] #64 36.66 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_arm64.deb ...
22:12:00 [2023-04-12T22:12:00.262Z] #64 36.66 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ...
22:12:00 [2023-04-12T22:12:00.546Z] #64 36.98 Selecting previously unselected package libprotobuf-c1:arm64.
22:12:00 [2023-04-12T22:12:00.546Z] #64 36.99 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
22:12:00 [2023-04-12T22:12:00.546Z] #64 37.00 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
22:12:00 [2023-04-12T22:12:00.804Z] #64 37.27 Selecting previously unselected package criu.
22:12:00 [2023-04-12T22:12:00.805Z] #64 37.28 Preparing to unpack .../7-criu_3.17.1-1_arm64.deb ...
22:12:00 [2023-04-12T22:12:00.805Z] #64 37.28 Unpacking criu (3.17.1-1) ...
22:12:01 [2023-04-12T22:12:01.739Z] #64 38.14 Setting up python3-pkg-resources (52.0.0-4) ...
22:12:03 [2023-04-12T22:12:03.642Z] #64 ...
22:12:03 [2023-04-12T22:12:03.642Z] 
22:12:03 [2023-04-12T22:12:03.642Z] #57 [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
22:12:03 [2023-04-12T22:12:03.642Z] #57 39.87 v3.6.0
22:12:03 [2023-04-12T22:12:03.642Z] #57 DONE 40.7s
22:12:03 [2023-04-12T22:12:03.642Z] 
22:12:03 [2023-04-12T22:12:03.642Z] #65 [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             ;
22:12:03 [2023-04-12T22:12:03.642Z] #65 35.92 Selecting previously unselected package build-essential.
22:12:03 [2023-04-12T22:12:03.642Z] #65 35.92 Preparing to unpack .../09-build-essential_12.9_arm64.deb ...
22:12:03 [2023-04-12T22:12:03.642Z] #65 35.93 Unpacking build-essential (12.9) ...
22:12:03 [2023-04-12T22:12:03.642Z] #65 36.13 Selecting previously unselected package libcap2:arm64.
22:12:03 [2023-04-12T22:12:03.642Z] #65 36.14 Preparing to unpack .../10-libcap2_1%3a2.44-1_arm64.deb ...
22:12:03 [2023-04-12T22:12:03.642Z] #65 36.16 Unpacking libcap2:arm64 (1:2.44-1) ...
22:12:03 [2023-04-12T22:12:03.642Z] #65 36.23 Selecting previously unselected package libcap-dev:arm64.
22:12:03 [2023-04-12T22:12:03.642Z] #65 36.24 Preparing to unpack .../11-libcap-dev_1%3a2.44-1_arm64.deb ...
22:12:03 [2023-04-12T22:12:03.642Z] #65 36.24 Unpacking libcap-dev:arm64 (1:2.44-1) ...
22:12:03 [2023-04-12T22:12:03.642Z] #65 36.40 Selecting previously unselected package libprotobuf-c1:arm64.
22:12:03 [2023-04-12T22:12:03.642Z] #65 36.41 Preparing to unpack .../12-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
22:12:03 [2023-04-12T22:12:03.642Z] #65 36.42 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
22:12:03 [2023-04-12T22:12:03.642Z] #65 36.51 Selecting previously unselected package libprotobuf-c-dev:arm64.
22:12:03 [2023-04-12T22:12:03.642Z] #65 36.54 Preparing to unpack .../13-libprotobuf-c-dev_1.3.3-1+b2_arm64.deb ...
22:12:03 [2023-04-12T22:12:03.642Z] #65 36.56 Unpacking libprotobuf-c-dev:arm64 (1.3.3-1+b2) ...
22:12:03 [2023-04-12T22:12:03.642Z] #65 36.68 Selecting previously unselected package libseccomp-dev:arm64.
22:12:03 [2023-04-12T22:12:03.642Z] #65 36.71 Preparing to unpack .../14-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
22:12:03 [2023-04-12T22:12:03.642Z] #65 36.75 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
22:12:03 [2023-04-12T22:12:03.642Z] #65 36.96 Selecting previously unselected package libsystemd-dev:arm64.
22:12:03 [2023-04-12T22:12:03.642Z] #65 36.97 Preparing to unpack .../15-libsystemd-dev_247.3-7+deb11u1_arm64.deb ...
22:12:03 [2023-04-12T22:12:03.642Z] #65 36.98 Unpacking libsystemd-dev:arm64 (247.3-7+deb11u1) ...
22:12:03 [2023-04-12T22:12:03.642Z] #65 38.02 Selecting previously unselected package libtool.
22:12:03 [2023-04-12T22:12:03.642Z] #65 38.03 Preparing to unpack .../16-libtool_2.4.6-15_all.deb ...
22:12:03 [2023-04-12T22:12:03.642Z] #65 38.03 Unpacking libtool (2.4.6-15) ...
22:12:03 [2023-04-12T22:12:03.642Z] #65 38.41 Selecting previously unselected package libudev-dev:arm64.
22:12:03 [2023-04-12T22:12:03.642Z] #65 38.43 Preparing to unpack .../17-libudev-dev_247.3-7+deb11u1_arm64.deb ...
22:12:03 [2023-04-12T22:12:03.642Z] #65 38.43 Unpacking libudev-dev:arm64 (247.3-7+deb11u1) ...
22:12:03 [2023-04-12T22:12:03.642Z] #65 38.68 Selecting previously unselected package libyajl2:arm64.
22:12:03 [2023-04-12T22:12:03.642Z] #65 38.68 Preparing to unpack .../18-libyajl2_2.1.0-3_arm64.deb ...
22:12:03 [2023-04-12T22:12:03.642Z] #65 38.74 Unpacking libyajl2:arm64 (2.1.0-3) ...
22:12:03 [2023-04-12T22:12:03.642Z] #65 38.87 Selecting previously unselected package libyajl-dev:arm64.
22:12:03 [2023-04-12T22:12:03.642Z] #65 38.87 Preparing to unpack .../19-libyajl-dev_2.1.0-3_arm64.deb ...
22:12:03 [2023-04-12T22:12:03.642Z] #65 38.88 Unpacking libyajl-dev:arm64 (2.1.0-3) ...
22:12:03 [2023-04-12T22:12:03.642Z] #65 39.01 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
22:12:03 [2023-04-12T22:12:03.642Z] #65 39.04 Setting up libyajl2:arm64 (2.1.0-3) ...
22:12:03 [2023-04-12T22:12:03.642Z] #65 39.11 Setting up bzip2 (1.0.8-4) ...
22:12:03 [2023-04-12T22:12:03.642Z] #65 39.14 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
22:12:03 [2023-04-12T22:12:03.642Z] #65 39.18 Setting up libprotobuf-c-dev:arm64 (1.3.3-1+b2) ...
22:12:03 [2023-04-12T22:12:03.642Z] #65 39.25 Setting up libcap2:arm64 (1:2.44-1) ...
22:12:03 [2023-04-12T22:12:03.642Z] #65 39.29 Setting up autotools-dev (20180224.1+nmu1) ...
22:12:03 [2023-04-12T22:12:03.642Z] #65 39.32 Setting up libsigsegv2:arm64 (2.13-1) ...
22:12:03 [2023-04-12T22:12:03.642Z] #65 39.34 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
22:12:03 [2023-04-12T22:12:03.642Z] #65 39.38 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
22:12:03 [2023-04-12T22:12:03.642Z] #65 39.40 Setting up patch (2.7.6-7) ...
22:12:03 [2023-04-12T22:12:03.642Z] #65 39.41 Setting up libudev-dev:arm64 (247.3-7+deb11u1) ...
22:12:03 [2023-04-12T22:12:03.642Z] #65 39.44 Setting up libyajl-dev:arm64 (2.1.0-3) ...
22:12:03 [2023-04-12T22:12:03.642Z] #65 39.46 Setting up libcap-dev:arm64 (1:2.44-1) ...
22:12:03 [2023-04-12T22:12:03.642Z] #65 39.49 Setting up libsystemd-dev:arm64 (247.3-7+deb11u1) ...
22:12:03 [2023-04-12T22:12:03.642Z] #65 39.51 Setting up libtool (2.4.6-15) ...
22:12:03 [2023-04-12T22:12:03.642Z] #65 39.52 Setting up m4 (1.4.18-5) ...
22:12:03 [2023-04-12T22:12:03.642Z] #65 39.54 Setting up dpkg-dev (1.20.12) ...
22:12:03 [2023-04-12T22:12:03.642Z] #65 39.58 Setting up autoconf (2.69-14) ...
22:12:03 [2023-04-12T22:12:03.642Z] #65 39.61 Setting up build-essential (12.9) ...
22:12:03 [2023-04-12T22:12:03.642Z] #65 39.63 Setting up automake (1:1.16.3-2) ...
22:12:03 [2023-04-12T22:12:03.642Z] #65 39.65 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
22:12:03 [2023-04-12T22:12:03.642Z] #65 39.67 Processing triggers for libc-bin (2.31-13+deb11u5) ...
22:12:03 [2023-04-12T22:12:03.642Z] #65 DONE 40.7s
22:12:03 [2023-04-12T22:12:03.642Z] 
22:12:03 [2023-04-12T22:12:03.642Z] #64 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
22:12:03 [2023-04-12T22:12:03.642Z] #64 39.78 Setting up libprotobuf23:arm64 (3.12.4-1) ...
22:12:03 [2023-04-12T22:12:03.642Z] #64 39.88 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
22:12:03 [2023-04-12T22:12:03.642Z] #64 39.94 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
22:12:03 [2023-04-12T22:12:03.642Z] #64 40.00 Setting up python3-six (1.16.0-2) ...
22:12:04 [2023-04-12T22:12:04.214Z] #64 ...
22:12:04 [2023-04-12T22:12:04.214Z] 
22:12:04 [2023-04-12T22:12:04.214Z] #37 [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
22:12:04 [2023-04-12T22:12:04.214Z] #37 30.65 Building dependency tree...
22:12:04 [2023-04-12T22:12:04.214Z] #37 32.08 Reading state information...
22:12:04 [2023-04-12T22:12:04.214Z] #37 34.24 gcc is already the newest version (4:10.2.1-1).
22:12:04 [2023-04-12T22:12:04.214Z] #37 34.24 libc6-dev is already the newest version (2.31-13+deb11u5).
22:12:04 [2023-04-12T22:12:04.214Z] #37 34.24 The following additional packages will be installed:
22:12:04 [2023-04-12T22:12:04.214Z] #37 34.29   bzip2 patch xz-utils
22:12:04 [2023-04-12T22:12:04.214Z] #37 34.29 Suggested packages:
22:12:04 [2023-04-12T22:12:04.214Z] #37 34.29   bzip2-doc debian-keyring seccomp ed diffutils-doc
22:12:04 [2023-04-12T22:12:04.214Z] #37 34.29 Recommended packages:
22:12:04 [2023-04-12T22:12:04.214Z] #37 34.29   build-essential fakeroot libalgorithm-merge-perl
22:12:04 [2023-04-12T22:12:04.214Z] #37 35.19 The following NEW packages will be installed:
22:12:04 [2023-04-12T22:12:04.214Z] #37 35.22   bzip2 dpkg-dev libseccomp-dev patch xz-utils
22:12:04 [2023-04-12T22:12:04.214Z] #37 35.72 0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
22:12:04 [2023-04-12T22:12:04.214Z] #37 35.72 Need to get 2790 kB of archives.
22:12:04 [2023-04-12T22:12:04.214Z] #37 35.72 After this operation, 4077 kB of additional disk space will be used.
22:12:04 [2023-04-12T22:12:04.214Z] #37 35.72 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
22:12:04 [2023-04-12T22:12:04.214Z] #37 35.73 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
22:12:04 [2023-04-12T22:12:04.214Z] #37 35.75 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
22:12:04 [2023-04-12T22:12:04.214Z] #37 35.76 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.12 [2312 kB]
22:12:04 [2023-04-12T22:12:04.214Z] #37 35.82 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
22:12:04 [2023-04-12T22:12:04.214Z] #37 37.25 debconf: delaying package configuration, since apt-utils is not installed
22:12:04 [2023-04-12T22:12:04.214Z] #37 37.62 Fetched 2790 kB in 0s (6150 kB/s)
22:12:04 [2023-04-12T22:12:04.214Z] #37 37.70 Selecting previously unselected package bzip2.
22:12:04 [2023-04-12T22:12:04.214Z] #37 37.70 (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.)
22:12:04 [2023-04-12T22:12:04.214Z] #37 37.76 Preparing to unpack .../bzip2_1.0.8-4_arm64.deb ...
22:12:04 [2023-04-12T22:12:04.214Z] #37 37.77 Unpacking bzip2 (1.0.8-4) ...
22:12:04 [2023-04-12T22:12:04.214Z] #37 37.92 Selecting previously unselected package xz-utils.
22:12:04 [2023-04-12T22:12:04.214Z] #37 37.93 Preparing to unpack .../xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
22:12:04 [2023-04-12T22:12:04.214Z] #37 37.94 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
22:12:04 [2023-04-12T22:12:04.214Z] #37 38.20 Selecting previously unselected package patch.
22:12:04 [2023-04-12T22:12:04.214Z] #37 38.22 Preparing to unpack .../patch_2.7.6-7_arm64.deb ...
22:12:04 [2023-04-12T22:12:04.214Z] #37 38.24 Unpacking patch (2.7.6-7) ...
22:12:04 [2023-04-12T22:12:04.214Z] #37 38.47 Selecting previously unselected package dpkg-dev.
22:12:04 [2023-04-12T22:12:04.214Z] #37 38.47 Preparing to unpack .../dpkg-dev_1.20.12_all.deb ...
22:12:04 [2023-04-12T22:12:04.214Z] #37 38.48 Unpacking dpkg-dev (1.20.12) ...
22:12:04 [2023-04-12T22:12:04.214Z] #37 39.68 Selecting previously unselected package libseccomp-dev:arm64.
22:12:04 [2023-04-12T22:12:04.214Z] #37 39.68 Preparing to unpack .../libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
22:12:04 [2023-04-12T22:12:04.214Z] #37 39.82 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
22:12:04 [2023-04-12T22:12:04.214Z] #37 40.17 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
22:12:04 [2023-04-12T22:12:04.214Z] #37 40.22 Setting up bzip2 (1.0.8-4) ...
22:12:04 [2023-04-12T22:12:04.214Z] #37 40.22 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
22:12:04 [2023-04-12T22:12:04.214Z] #37 40.26 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
22:12:04 [2023-04-12T22:12:04.214Z] #37 40.29 Setting up patch (2.7.6-7) ...
22:12:04 [2023-04-12T22:12:04.214Z] #37 40.29 Setting up dpkg-dev (1.20.12) ...
22:12:04 [2023-04-12T22:12:04.214Z] #37 DONE 40.8s
22:12:04 [2023-04-12T22:12:04.214Z] 
22:12:04 [2023-04-12T22:12:04.214Z] #63 [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
22:12:04 [2023-04-12T22:12:04.214Z] #63 26.69 Reading package lists...
22:12:04 [2023-04-12T22:12:04.214Z] #63 31.25 Building dependency tree...
22:12:04 [2023-04-12T22:12:04.214Z] #63 32.46 Reading state information...
22:12:04 [2023-04-12T22:12:04.214Z] #63 34.68 gcc is already the newest version (4:10.2.1-1).
22:12:04 [2023-04-12T22:12:04.214Z] #63 34.68 The following additional packages will be installed:
22:12:04 [2023-04-12T22:12:04.214Z] #63 34.73   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libbtrfs0 libelf1 libffi-dev
22:12:04 [2023-04-12T22:12:04.214Z] #63 34.73   libgirepository-1.0-1 libglib2.0-bin libglib2.0-data libglib2.0-dev
22:12:04 [2023-04-12T22:12:04.214Z] #63 34.73   libglib2.0-dev-bin libmount-dev libpcre16-3 libpcre2-16-0 libpcre2-32-0
22:12:04 [2023-04-12T22:12:04.214Z] #63 34.73   libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3 libpcrecpp0v5
22:12:04 [2023-04-12T22:12:04.214Z] #63 34.73   libsecret-1-0 libsecret-common libselinux1-dev libsepol1-dev
22:12:04 [2023-04-12T22:12:04.214Z] #63 34.75   python3-distutils python3-lib2to3 uuid-dev zlib1g-dev
22:12:04 [2023-04-12T22:12:04.214Z] #63 34.77 Suggested packages:
22:12:04 [2023-04-12T22:12:04.214Z] #63 34.82   libgirepository1.0-dev libglib2.0-doc libgdk-pixbuf2.0-bin
22:12:04 [2023-04-12T22:12:04.214Z] #63 34.82   | libgdk-pixbuf2.0-dev libxml2-utils
22:12:04 [2023-04-12T22:12:04.214Z] #63 37.33 The following NEW packages will be installed:
22:12:04 [2023-04-12T22:12:04.214Z] #63 37.33   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libbtrfs-dev libbtrfs0 libelf1
22:12:04 [2023-04-12T22:12:04.214Z] #63 37.33   libffi-dev libgirepository-1.0-1 libglib2.0-bin libglib2.0-data
22:12:04 [2023-04-12T22:12:04.214Z] #63 37.33   libglib2.0-dev libglib2.0-dev-bin libmount-dev libpcre16-3 libpcre2-16-0
22:12:04 [2023-04-12T22:12:04.214Z] #63 37.33   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3
22:12:04 [2023-04-12T22:12:04.214Z] #63 37.33   libpcrecpp0v5 libsecret-1-0 libsecret-1-dev libsecret-common libselinux1-dev
22:12:04 [2023-04-12T22:12:04.214Z] #63 37.33   libsepol1-dev python3-distutils python3-lib2to3 uuid-dev zlib1g-dev
22:12:04 [2023-04-12T22:12:04.214Z] #63 37.80 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded.
22:12:04 [2023-04-12T22:12:04.214Z] #63 37.80 Need to get 7950 kB of archives.
22:12:04 [2023-04-12T22:12:04.214Z] #63 37.80 After this operation, 39.9 MB of additional disk space will be used.
22:12:04 [2023-04-12T22:12:04.214Z] #63 37.80 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgirepository-1.0-1 arm64 1.66.1-1+b1 [88.6 kB]
22:12:04 [2023-04-12T22:12:04.214Z] #63 37.81 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gir1.2-glib-2.0 arm64 1.66.1-1+b1 [151 kB]
22:12:04 [2023-04-12T22:12:04.214Z] #63 37.83 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsecret-common all 0.20.4-2 [26.7 kB]
22:12:04 [2023-04-12T22:12:04.214Z] #63 37.83 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsecret-1-0 arm64 0.20.4-2 [107 kB]
22:12:04 [2023-04-12T22:12:04.214Z] #63 37.83 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gir1.2-secret-1 arm64 0.20.4-2 [13.7 kB]
22:12:04 [2023-04-12T22:12:04.214Z] #63 37.83 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uuid-dev arm64 2.36.1-8+deb11u1 [99.6 kB]
22:12:04 [2023-04-12T22:12:04.214Z] #63 37.84 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libblkid-dev arm64 2.36.1-8+deb11u1 [229 kB]
22:12:04 [2023-04-12T22:12:04.214Z] #63 37.84 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB]
22:12:04 [2023-04-12T22:12:04.214Z] #63 37.85 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB]
22:12:04 [2023-04-12T22:12:04.214Z] #63 37.85 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB]
22:12:04 [2023-04-12T22:12:04.214Z] #63 37.86 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libffi-dev arm64 3.3-6 [53.2 kB]
22:12:04 [2023-04-12T22:12:04.214Z] #63 37.86 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-data all 2.66.8-1 [1164 kB]
22:12:04 [2023-04-12T22:12:04.214Z] #63 37.87 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-bin arm64 2.66.8-1 [137 kB]
22:12:04 [2023-04-12T22:12:04.214Z] #63 37.87 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
22:12:04 [2023-04-12T22:12:04.214Z] #63 37.88 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB]
22:12:04 [2023-04-12T22:12:04.214Z] #63 37.89 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-dev-bin arm64 2.66.8-1 [177 kB]
22:12:04 [2023-04-12T22:12:04.214Z] #63 37.90 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB]
22:12:04 [2023-04-12T22:12:04.214Z] #63 37.92 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2+deb11u1 [203 kB]
22:12:04 [2023-04-12T22:12:04.214Z] #63 37.93 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2+deb11u1 [194 kB]
22:12:04 [2023-04-12T22:12:04.214Z] #63 37.94 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2+deb11u1 [49.1 kB]
22:12:04 [2023-04-12T22:12:04.214Z] #63 37.95 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2+deb11u1 [647 kB]
22:12:04 [2023-04-12T22:12:04.214Z] #63 37.96 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB]
22:12:04 [2023-04-12T22:12:04.214Z] #63 37.98 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmount-dev arm64 2.36.1-8+deb11u1 [78.0 kB]
22:12:04 [2023-04-12T22:12:04.214Z] #63 37.99 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre16-3 arm64 2:8.39-13 [236 kB]
22:12:04 [2023-04-12T22:12:04.214Z] #63 38.00 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre32-3 arm64 2:8.39-13 [229 kB]
22:12:04 [2023-04-12T22:12:04.214Z] #63 38.02 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcrecpp0v5 arm64 2:8.39-13 [151 kB]
22:12:04 [2023-04-12T22:12:04.214Z] #63 38.04 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre3-dev arm64 2:8.39-13 [579 kB]
22:12:04 [2023-04-12T22:12:04.214Z] #63 38.07 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-2+deb11u2 [189 kB]
22:12:04 [2023-04-12T22:12:04.214Z] #63 38.13 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-dev arm64 2.66.8-1 [1592 kB]
22:12:04 [2023-04-12T22:12:04.214Z] #63 38.17 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsecret-1-dev arm64 0.20.4-2 [218 kB]
22:12:04 [2023-04-12T22:12:04.214Z] #63 39.18 debconf: delaying package configuration, since apt-utils is not installed
22:12:04 [2023-04-12T22:12:04.214Z] #63 39.42 Fetched 7950 kB in 1s (11.2 MB/s)
22:12:04 [2023-04-12T22:12:04.214Z] #63 39.74 Selecting previously unselected package libgirepository-1.0-1:arm64.
22:12:04 [2023-04-12T22:12:04.214Z] #63 39.74 (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.)
22:12:04 [2023-04-12T22:12:04.214Z] #63 39.76 Preparing to unpack .../00-libgirepository-1.0-1_1.66.1-1+b1_arm64.deb ...
22:12:04 [2023-04-12T22:12:04.214Z] #63 39.94 Unpacking libgirepository-1.0-1:arm64 (1.66.1-1+b1) ...
22:12:04 [2023-04-12T22:12:04.214Z] #63 40.21 Selecting previously unselected package gir1.2-glib-2.0:arm64.
22:12:04 [2023-04-12T22:12:04.214Z] #63 40.21 Preparing to unpack .../01-gir1.2-glib-2.0_1.66.1-1+b1_arm64.deb ...
22:12:04 [2023-04-12T22:12:04.214Z] #63 40.27 Unpacking gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ...
22:12:04 [2023-04-12T22:12:04.214Z] #63 40.65 Selecting previously unselected package libsecret-common.
22:12:04 [2023-04-12T22:12:04.214Z] #63 40.65 Preparing to unpack .../02-libsecret-common_0.20.4-2_all.deb ...
22:12:04 [2023-04-12T22:12:04.214Z] #63 40.66 Unpacking libsecret-common (0.20.4-2) ...
22:12:04 [2023-04-12T22:12:04.214Z] #63 41.22 Selecting previously unselected package libsecret-1-0:arm64.
22:12:04 [2023-04-12T22:12:04.214Z] #63 41.22 Preparing to unpack .../03-libsecret-1-0_0.20.4-2_arm64.deb ...
22:12:04 [2023-04-12T22:12:04.473Z] #63 41.22 Unpacking libsecret-1-0:arm64 (0.20.4-2) ...
22:12:04 [2023-04-12T22:12:04.731Z] #63 41.50 Selecting previously unselected package gir1.2-secret-1:arm64.
22:12:04 [2023-04-12T22:12:04.731Z] #63 41.52 Preparing to unpack .../04-gir1.2-secret-1_0.20.4-2_arm64.deb ...
22:12:04 [2023-04-12T22:12:04.731Z] #63 41.53 Unpacking gir1.2-secret-1:arm64 (0.20.4-2) ...
22:12:04 [2023-04-12T22:12:04.989Z] #63 41.73 Selecting previously unselected package uuid-dev:arm64.
22:12:04 [2023-04-12T22:12:04.989Z] #63 41.82 Preparing to unpack .../05-uuid-dev_2.36.1-8+deb11u1_arm64.deb ...
22:12:04 [2023-04-12T22:12:04.989Z] #63 41.82 Unpacking uuid-dev:arm64 (2.36.1-8+deb11u1) ...
22:12:05 [2023-04-12T22:12:05.306Z] #63 41.95 Selecting previously unselected package libblkid-dev:arm64.
22:12:05 [2023-04-12T22:12:05.306Z] #63 41.95 Preparing to unpack .../06-libblkid-dev_2.36.1-8+deb11u1_arm64.deb ...
22:12:05 [2023-04-12T22:12:05.306Z] #63 41.98 Unpacking libblkid-dev:arm64 (2.36.1-8+deb11u1) ...
22:12:05 [2023-04-12T22:12:05.567Z] #63 ...
22:12:05 [2023-04-12T22:12:05.567Z] 
22:12:05 [2023-04-12T22:12:05.567Z] #64 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
22:12:05 [2023-04-12T22:12:05.567Z] #64 42.07 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ...
22:12:05 [2023-04-12T22:12:05.567Z] #64 42.10 Setting up python3-protobuf (3.12.4-1) ...
22:12:07 [2023-04-12T22:12:07.486Z] #64 ...
22:12:07 [2023-04-12T22:12:07.486Z] 
22:12:07 [2023-04-12T22:12:07.486Z] #44 [dockercli-src 3/5] RUN git fetch -q --depth 1 origin "v17.06.2-ce" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
22:12:07 [2023-04-12T22:12:07.486Z] #44 DONE 42.2s
22:12:07 [2023-04-12T22:12:07.486Z] 
22:12:07 [2023-04-12T22:12:07.486Z] #63 [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
22:12:07 [2023-04-12T22:12:07.486Z] #63 42.41 Selecting previously unselected package libbtrfs0:arm64.
22:12:07 [2023-04-12T22:12:07.486Z] #63 42.41 Preparing to unpack .../07-libbtrfs0_5.10.1-2_arm64.deb ...
22:12:07 [2023-04-12T22:12:07.486Z] #63 42.42 Unpacking libbtrfs0:arm64 (5.10.1-2) ...
22:12:07 [2023-04-12T22:12:07.486Z] #63 42.68 Selecting previously unselected package libbtrfs-dev:arm64.
22:12:07 [2023-04-12T22:12:07.486Z] #63 42.68 Preparing to unpack .../08-libbtrfs-dev_5.10.1-2_arm64.deb ...
22:12:07 [2023-04-12T22:12:07.486Z] #63 42.72 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ...
22:12:07 [2023-04-12T22:12:07.486Z] #63 42.96 Selecting previously unselected package libelf1:arm64.
22:12:07 [2023-04-12T22:12:07.486Z] #63 42.96 Preparing to unpack .../09-libelf1_0.183-1_arm64.deb ...
22:12:07 [2023-04-12T22:12:07.486Z] #63 42.97 Unpacking libelf1:arm64 (0.183-1) ...
22:12:07 [2023-04-12T22:12:07.486Z] #63 43.24 Selecting previously unselected package libffi-dev:arm64.
22:12:07 [2023-04-12T22:12:07.486Z] #63 43.24 Preparing to unpack .../10-libffi-dev_3.3-6_arm64.deb ...
22:12:07 [2023-04-12T22:12:07.486Z] #63 43.25 Unpacking libffi-dev:arm64 (3.3-6) ...
22:12:07 [2023-04-12T22:12:07.486Z] #63 43.39 Selecting previously unselected package libglib2.0-data.
22:12:07 [2023-04-12T22:12:07.486Z] #63 43.39 Preparing to unpack .../11-libglib2.0-data_2.66.8-1_all.deb ...
22:12:07 [2023-04-12T22:12:07.486Z] #63 43.40 Unpacking libglib2.0-data (2.66.8-1) ...
22:12:07 [2023-04-12T22:12:07.744Z] #63 44.62 Selecting previously unselected package libglib2.0-bin.
22:12:07 [2023-04-12T22:12:07.744Z] #63 44.63 Preparing to unpack .../12-libglib2.0-bin_2.66.8-1_arm64.deb ...
22:12:07 [2023-04-12T22:12:07.744Z] #63 44.64 Unpacking libglib2.0-bin (2.66.8-1) ...
22:12:08 [2023-04-12T22:12:08.311Z] #63 44.91 Selecting previously unselected package python3-lib2to3.
22:12:08 [2023-04-12T22:12:08.311Z] #63 44.92 Preparing to unpack .../13-python3-lib2to3_3.9.2-1_all.deb ...
22:12:08 [2023-04-12T22:12:08.311Z] #63 44.92 Unpacking python3-lib2to3 (3.9.2-1) ...
22:12:08 [2023-04-12T22:12:08.311Z] #63 45.10 Selecting previously unselected package python3-distutils.
22:12:08 [2023-04-12T22:12:08.311Z] #63 45.10 Preparing to unpack .../14-python3-distutils_3.9.2-1_all.deb ...
22:12:08 [2023-04-12T22:12:08.311Z] #63 45.12 Unpacking python3-distutils (3.9.2-1) ...
22:12:08 [2023-04-12T22:12:08.569Z] #63 45.38 Selecting previously unselected package libglib2.0-dev-bin.
22:12:08 [2023-04-12T22:12:08.569Z] #63 45.39 Preparing to unpack .../15-libglib2.0-dev-bin_2.66.8-1_arm64.deb ...
22:12:08 [2023-04-12T22:12:08.569Z] #63 45.39 Unpacking libglib2.0-dev-bin (2.66.8-1) ...
22:12:08 [2023-04-12T22:12:08.569Z] #63 ...
22:12:08 [2023-04-12T22:12:08.569Z] 
22:12:08 [2023-04-12T22:12:08.569Z] #42 [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
22:12:08 [2023-04-12T22:12:08.569Z] #42 35.13 Selecting previously unselected package libicu67:arm64.
22:12:08 [2023-04-12T22:12:08.569Z] #42 35.13 Preparing to unpack .../1-libicu67_67.1-7_arm64.deb ...
22:12:08 [2023-04-12T22:12:08.569Z] #42 35.19 Unpacking libicu67:arm64 (67.1-7) ...
22:12:08 [2023-04-12T22:12:08.569Z] #42 43.03 Selecting previously unselected package libxml2:arm64.
22:12:08 [2023-04-12T22:12:08.569Z] #42 43.03 Preparing to unpack .../2-libxml2_2.9.10+dfsg-6.7+deb11u3_arm64.deb ...
22:12:08 [2023-04-12T22:12:08.569Z] #42 43.04 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7+deb11u3) ...
22:12:08 [2023-04-12T22:12:08.569Z] #42 43.63 Selecting previously unselected package libarchive13:arm64.
22:12:08 [2023-04-12T22:12:08.569Z] #42 43.63 Preparing to unpack .../3-libarchive13_3.4.3-2+deb11u1_arm64.deb ...
22:12:08 [2023-04-12T22:12:08.569Z] #42 43.64 Unpacking libarchive13:arm64 (3.4.3-2+deb11u1) ...
22:12:08 [2023-04-12T22:12:08.569Z] #42 44.09 Selecting previously unselected package libjsoncpp24:arm64.
22:12:08 [2023-04-12T22:12:08.569Z] #42 44.09 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_arm64.deb ...
22:12:08 [2023-04-12T22:12:08.569Z] #42 44.09 Unpacking libjsoncpp24:arm64 (1.9.4-4) ...
22:12:08 [2023-04-12T22:12:08.569Z] #42 44.37 Selecting previously unselected package librhash0:arm64.
22:12:08 [2023-04-12T22:12:08.569Z] #42 44.37 Preparing to unpack .../5-librhash0_1.4.1-2_arm64.deb ...
22:12:08 [2023-04-12T22:12:08.569Z] #42 44.37 Unpacking librhash0:arm64 (1.4.1-2) ...
22:12:08 [2023-04-12T22:12:08.569Z] #42 44.60 Selecting previously unselected package libuv1:arm64.
22:12:08 [2023-04-12T22:12:08.569Z] #42 44.61 Preparing to unpack .../6-libuv1_1.40.0-2_arm64.deb ...
22:12:08 [2023-04-12T22:12:08.569Z] #42 44.62 Unpacking libuv1:arm64 (1.40.0-2) ...
22:12:08 [2023-04-12T22:12:08.569Z] #42 44.78 Selecting previously unselected package cmake.
22:12:08 [2023-04-12T22:12:08.569Z] #42 44.79 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_arm64.deb ...
22:12:08 [2023-04-12T22:12:08.569Z] #42 44.81 Unpacking cmake (3.18.4-2+deb11u1) ...
22:12:08 [2023-04-12T22:12:08.827Z] #42 ...
22:12:08 [2023-04-12T22:12:08.827Z] 
22:12:08 [2023-04-12T22:12:08.827Z] #63 [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
22:12:08 [2023-04-12T22:12:08.827Z] #63 45.72 Selecting previously unselected package libsepol1-dev:arm64.
22:12:08 [2023-04-12T22:12:08.827Z] #63 45.72 Preparing to unpack .../16-libsepol1-dev_3.1-1_arm64.deb ...
22:12:08 [2023-04-12T22:12:08.827Z] #63 45.74 Unpacking libsepol1-dev:arm64 (3.1-1) ...
22:12:09 [2023-04-12T22:12:09.392Z] #63 46.15 Selecting previously unselected package libpcre2-16-0:arm64.
22:12:09 [2023-04-12T22:12:09.392Z] #63 46.15 Preparing to unpack .../17-libpcre2-16-0_10.36-2+deb11u1_arm64.deb ...
22:12:09 [2023-04-12T22:12:09.392Z] #63 46.16 Unpacking libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
22:12:09 [2023-04-12T22:12:09.654Z] #63 46.36 Selecting previously unselected package libpcre2-32-0:arm64.
22:12:09 [2023-04-12T22:12:09.654Z] #63 46.36 Preparing to unpack .../18-libpcre2-32-0_10.36-2+deb11u1_arm64.deb ...
22:12:09 [2023-04-12T22:12:09.654Z] #63 46.37 Unpacking libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
22:12:09 [2023-04-12T22:12:09.916Z] #63 46.64 Selecting previously unselected package libpcre2-posix2:arm64.
22:12:09 [2023-04-12T22:12:09.916Z] #63 46.65 Preparing to unpack .../19-libpcre2-posix2_10.36-2+deb11u1_arm64.deb ...
22:12:09 [2023-04-12T22:12:09.916Z] #63 46.66 Unpacking libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
22:12:09 [2023-04-12T22:12:09.916Z] #63 ...
22:12:09 [2023-04-12T22:12:09.916Z] 
22:12:09 [2023-04-12T22:12:09.916Z] #70 [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...)
22:12:10 [2023-04-12T22:12:10.174Z] #70 ...
22:12:10 [2023-04-12T22:12:10.174Z] 
22:12:10 [2023-04-12T22:12:10.174Z] #63 [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
22:12:10 [2023-04-12T22:12:10.174Z] #63 46.88 Selecting previously unselected package libpcre2-dev:arm64.
22:12:10 [2023-04-12T22:12:10.174Z] #63 46.88 Preparing to unpack .../20-libpcre2-dev_10.36-2+deb11u1_arm64.deb ...
22:12:10 [2023-04-12T22:12:10.174Z] #63 46.89 Unpacking libpcre2-dev:arm64 (10.36-2+deb11u1) ...
22:12:10 [2023-04-12T22:12:10.174Z] #63 ...
22:12:10 [2023-04-12T22:12:10.174Z] 
22:12:10 [2023-04-12T22:12:10.174Z] #71 [dockercli-src 4/5] RUN [ -d ./components/cli ] && mv ./components/cli /usr/src/dockercli || mv /tmp/dockercli /usr/src/dockercli
22:12:10 [2023-04-12T22:12:10.174Z] #71 DONE 3.0s
22:12:10 [2023-04-12T22:12:10.436Z] 
22:12:10 [2023-04-12T22:12:10.436Z] #72 [dockercli-src 5/5] WORKDIR /usr/src/dockercli
22:12:10 [2023-04-12T22:12:10.436Z] #72 DONE 0.1s
22:12:10 [2023-04-12T22:12:10.436Z] 
22:12:10 [2023-04-12T22:12:10.436Z] #54 [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...)
22:12:10 [2023-04-12T22:12:10.436Z] #54 39.88 github.com/docker/distribution/uuid
22:12:10 [2023-04-12T22:12:10.436Z] #54 40.32 golang.org/x/net/context
22:12:11 [2023-04-12T22:12:11.015Z] #54 41.25 github.com/docker/distribution/digest
22:12:11 [2023-04-12T22:12:11.274Z] #54 41.56 crypto/x509
22:12:12 [2023-04-12T22:12:12.224Z] #54 42.50 net/textproto
22:12:12 [2023-04-12T22:12:12.224Z] #54 ...
22:12:12 [2023-04-12T22:12:12.224Z] 
22:12:12 [2023-04-12T22:12:12.224Z] #64 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
22:12:12 [2023-04-12T22:12:12.224Z] #64 45.56 Setting up criu (3.17.1-1) ...
22:12:12 [2023-04-12T22:12:12.224Z] #64 47.73 Processing triggers for libc-bin (2.31-13+deb11u5) ...
22:12:12 [2023-04-12T22:12:12.224Z] #64 DONE 48.8s
22:12:12 [2023-04-12T22:12:12.482Z] 
22:12:12 [2023-04-12T22:12:12.482Z] #42 [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
22:12:12 [2023-04-12T22:12:12.483Z] #42 47.93 Setting up libicu67:arm64 (67.1-7) ...
22:12:12 [2023-04-12T22:12:12.483Z] #42 47.99 Setting up libuv1:arm64 (1.40.0-2) ...
22:12:12 [2023-04-12T22:12:12.483Z] #42 48.08 Setting up libjsoncpp24:arm64 (1.9.4-4) ...
22:12:12 [2023-04-12T22:12:12.483Z] #42 48.12 Setting up librhash0:arm64 (1.4.1-2) ...
22:12:12 [2023-04-12T22:12:12.483Z] #42 48.20 Setting up cmake-data (3.18.4-2+deb11u1) ...
22:12:12 [2023-04-12T22:12:12.483Z] #42 48.27 Setting up libxml2:arm64 (2.9.10+dfsg-6.7+deb11u3) ...
22:12:12 [2023-04-12T22:12:12.483Z] #42 48.35 Setting up libarchive13:arm64 (3.4.3-2+deb11u1) ...
22:12:12 [2023-04-12T22:12:12.483Z] #42 48.52 Setting up cmake (3.18.4-2+deb11u1) ...
22:12:12 [2023-04-12T22:12:12.483Z] #42 48.78 Processing triggers for libc-bin (2.31-13+deb11u5) ...
22:12:12 [2023-04-12T22:12:12.741Z] #42 DONE 49.3s
22:12:12 [2023-04-12T22:12:12.741Z] 
22:12:12 [2023-04-12T22:12:12.741Z] #63 [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
22:12:12 [2023-04-12T22:12:12.741Z] #63 47.52 Selecting previously unselected package libselinux1-dev:arm64.
22:12:12 [2023-04-12T22:12:12.741Z] #63 47.52 Preparing to unpack .../21-libselinux1-dev_3.1-3_arm64.deb ...
22:12:12 [2023-04-12T22:12:12.741Z] #63 47.55 Unpacking libselinux1-dev:arm64 (3.1-3) ...
22:12:12 [2023-04-12T22:12:12.741Z] #63 48.08 Selecting previously unselected package libmount-dev:arm64.
22:12:12 [2023-04-12T22:12:12.741Z] #63 48.08 Preparing to unpack .../22-libmount-dev_2.36.1-8+deb11u1_arm64.deb ...
22:12:12 [2023-04-12T22:12:12.741Z] #63 48.09 Unpacking libmount-dev:arm64 (2.36.1-8+deb11u1) ...
22:12:12 [2023-04-12T22:12:12.741Z] #63 48.27 Selecting previously unselected package libpcre16-3:arm64.
22:12:12 [2023-04-12T22:12:12.741Z] #63 48.27 Preparing to unpack .../23-libpcre16-3_2%3a8.39-13_arm64.deb ...
22:12:12 [2023-04-12T22:12:12.741Z] #63 48.35 Unpacking libpcre16-3:arm64 (2:8.39-13) ...
22:12:12 [2023-04-12T22:12:12.741Z] #63 48.76 Selecting previously unselected package libpcre32-3:arm64.
22:12:12 [2023-04-12T22:12:12.741Z] #63 48.76 Preparing to unpack .../24-libpcre32-3_2%3a8.39-13_arm64.deb ...
22:12:12 [2023-04-12T22:12:12.741Z] #63 48.98 Unpacking libpcre32-3:arm64 (2:8.39-13) ...
22:12:12 [2023-04-12T22:12:12.741Z] #63 49.28 Selecting previously unselected package libpcrecpp0v5:arm64.
22:12:12 [2023-04-12T22:12:12.741Z] #63 49.28 Preparing to unpack .../25-libpcrecpp0v5_2%3a8.39-13_arm64.deb ...
22:12:12 [2023-04-12T22:12:12.741Z] #63 49.29 Unpacking libpcrecpp0v5:arm64 (2:8.39-13) ...
22:12:12 [2023-04-12T22:12:12.741Z] #63 49.50 Selecting previously unselected package libpcre3-dev:arm64.
22:12:12 [2023-04-12T22:12:12.741Z] #63 49.50 Preparing to unpack .../26-libpcre3-dev_2%3a8.39-13_arm64.deb ...
22:12:12 [2023-04-12T22:12:12.741Z] #63 49.51 Unpacking libpcre3-dev:arm64 (2:8.39-13) ...
22:12:12 [2023-04-12T22:12:12.999Z] #63 ...
22:12:12 [2023-04-12T22:12:12.999Z] 
22:12:12 [2023-04-12T22:12:12.999Z] #52 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.7.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
22:12:12 [2023-04-12T22:12:12.999Z] #52 DONE 43.8s
22:12:13 [2023-04-12T22:12:13.261Z] 
22:12:13 [2023-04-12T22:12:13.261Z] #73 [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
22:12:13 [2023-04-12T22:12:13.519Z] #73 ...
22:12:13 [2023-04-12T22:12:13.519Z] 
22:12:13 [2023-04-12T22:12:13.519Z] #74 [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
22:12:13 [2023-04-12T22:12:13.519Z] #0 1.771 Cloning into '/tmp/crun-build'...
22:12:13 [2023-04-12T22:12:13.519Z] #0 8.591 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec'
22:12:13 [2023-04-12T22:12:13.519Z] #0 8.623 Cloning into '/tmp/crun-build/libocispec'...
22:12:13 [2023-04-12T22:12:13.778Z] #74 10.45 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821'
22:12:13 [2023-04-12T22:12:13.778Z] #74 10.55 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec'
22:12:13 [2023-04-12T22:12:13.778Z] #74 10.58 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec'
22:12:13 [2023-04-12T22:12:13.778Z] #74 10.58 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl'
22:12:14 [2023-04-12T22:12:14.036Z] #74 10.71 Cloning into '/tmp/crun-build/libocispec/image-spec'...
22:12:14 [2023-04-12T22:12:14.036Z] #74 ...
22:12:14 [2023-04-12T22:12:14.036Z] 
22:12:14 [2023-04-12T22:12:14.036Z] #75 [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...)
22:12:14 [2023-04-12T22:12:14.036Z] #0 2.277 CGO_ENABLED=1 go build -trimpath  -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.5-0-gf19387a -X main.version=1.1.5 " -o runc .
22:12:14 [2023-04-12T22:12:14.295Z] #75 ...
22:12:14 [2023-04-12T22:12:14.295Z] 
22:12:14 [2023-04-12T22:12:14.295Z] #63 [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
22:12:14 [2023-04-12T22:12:14.295Z] #63 50.81 Selecting previously unselected package zlib1g-dev:arm64.
22:12:14 [2023-04-12T22:12:14.295Z] #63 50.81 Preparing to unpack .../27-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_arm64.deb ...
22:12:14 [2023-04-12T22:12:14.295Z] #63 50.84 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ...
22:12:14 [2023-04-12T22:12:14.553Z] #63 51.24 Selecting previously unselected package libglib2.0-dev:arm64.
22:12:14 [2023-04-12T22:12:14.553Z] #63 51.24 Preparing to unpack .../28-libglib2.0-dev_2.66.8-1_arm64.deb ...
22:12:14 [2023-04-12T22:12:14.553Z] #63 51.27 Unpacking libglib2.0-dev:arm64 (2.66.8-1) ...
22:12:15 [2023-04-12T22:12:15.941Z] #63 52.47 Selecting previously unselected package libsecret-1-dev:arm64.
22:12:15 [2023-04-12T22:12:15.941Z] #63 52.48 Preparing to unpack .../29-libsecret-1-dev_0.20.4-2_arm64.deb ...
22:12:15 [2023-04-12T22:12:15.941Z] #63 52.49 Unpacking libsecret-1-dev:arm64 (0.20.4-2) ...
22:12:16 [2023-04-12T22:12:16.200Z] #63 52.93 Setting up libpcrecpp0v5:arm64 (2:8.39-13) ...
22:12:16 [2023-04-12T22:12:16.200Z] #63 52.97 Setting up libpcre16-3:arm64 (2:8.39-13) ...
22:12:16 [2023-04-12T22:12:16.200Z] #63 52.99 Setting up libsepol1-dev:arm64 (3.1-1) ...
22:12:16 [2023-04-12T22:12:16.200Z] #63 53.01 Setting up libffi-dev:arm64 (3.3-6) ...
22:12:16 [2023-04-12T22:12:16.200Z] #63 53.03 Setting up libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
22:12:16 [2023-04-12T22:12:16.200Z] #63 53.06 Setting up libbtrfs0:arm64 (5.10.1-2) ...
22:12:16 [2023-04-12T22:12:16.200Z] #63 53.09 Setting up libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
22:12:16 [2023-04-12T22:12:16.200Z] #63 53.11 Setting up libglib2.0-data (2.66.8-1) ...
22:12:16 [2023-04-12T22:12:16.200Z] #63 53.14 Setting up uuid-dev:arm64 (2.36.1-8+deb11u1) ...
22:12:16 [2023-04-12T22:12:16.200Z] #63 53.16 Setting up libpcre32-3:arm64 (2:8.39-13) ...
22:12:16 [2023-04-12T22:12:16.200Z] #63 53.18 Setting up libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
22:12:16 [2023-04-12T22:12:16.200Z] #63 53.19 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ...
22:12:16 [2023-04-12T22:12:16.458Z] #63 53.21 Setting up libbtrfs-dev:arm64 (5.10.1-2) ...
22:12:16 [2023-04-12T22:12:16.458Z] #63 53.24 Setting up libgirepository-1.0-1:arm64 (1.66.1-1+b1) ...
22:12:16 [2023-04-12T22:12:16.458Z] #63 53.27 Setting up python3-lib2to3 (3.9.2-1) ...
22:12:17 [2023-04-12T22:12:17.027Z] #63 53.90 Setting up libelf1:arm64 (0.183-1) ...
22:12:17 [2023-04-12T22:12:17.286Z] #63 53.92 Setting up libsecret-common (0.20.4-2) ...
22:12:17 [2023-04-12T22:12:17.286Z] #63 53.93 Setting up python3-distutils (3.9.2-1) ...
22:12:18 [2023-04-12T22:12:18.111Z] #63 54.79 Setting up libglib2.0-dev-bin (2.66.8-1) ...
22:12:19 [2023-04-12T22:12:19.046Z] #63 55.94 Setting up libblkid-dev:arm64 (2.36.1-8+deb11u1) ...
22:12:19 [2023-04-12T22:12:19.304Z] #63 56.00 Setting up libpcre2-dev:arm64 (10.36-2+deb11u1) ...
22:12:19 [2023-04-12T22:12:19.304Z] #63 56.03 Setting up libselinux1-dev:arm64 (3.1-3) ...
22:12:19 [2023-04-12T22:12:19.304Z] #63 56.04 Setting up libpcre3-dev:arm64 (2:8.39-13) ...
22:12:19 [2023-04-12T22:12:19.304Z] #63 56.07 Setting up libglib2.0-bin (2.66.8-1) ...
22:12:19 [2023-04-12T22:12:19.304Z] #63 56.13 Setting up libsecret-1-0:arm64 (0.20.4-2) ...
22:12:19 [2023-04-12T22:12:19.304Z] #63 56.17 Setting up gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ...
22:12:19 [2023-04-12T22:12:19.304Z] #63 56.18 Setting up libmount-dev:arm64 (2.36.1-8+deb11u1) ...
22:12:19 [2023-04-12T22:12:19.304Z] #63 56.20 Setting up gir1.2-secret-1:arm64 (0.20.4-2) ...
22:12:19 [2023-04-12T22:12:19.304Z] #63 56.24 Setting up libglib2.0-dev:arm64 (2.66.8-1) ...
22:12:19 [2023-04-12T22:12:19.563Z] #63 56.27 Processing triggers for libglib2.0-0:arm64 (2.66.8-1) ...
22:12:19 [2023-04-12T22:12:19.563Z] #63 56.29 No schema files found: doing nothing.
22:12:19 [2023-04-12T22:12:19.563Z] #63 56.31 Processing triggers for libc-bin (2.31-13+deb11u5) ...
22:12:19 [2023-04-12T22:12:19.563Z] #63 56.39 Setting up libsecret-1-dev:arm64 (0.20.4-2) ...
22:12:20 [2023-04-12T22:12:20.130Z] #63 DONE 56.7s
22:12:20 [2023-04-12T22:12:20.130Z] 
22:12:20 [2023-04-12T22:12:20.130Z] #76 [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...)
22:12:20 [2023-04-12T22:12:20.697Z] #76 ...
22:12:20 [2023-04-12T22:12:20.697Z] 
22:12:20 [2023-04-12T22:12:20.697Z] #77 [dockercli 3/3] RUN --mount=from=dockercli-src,src=/usr/src/dockercli,rw     --mount=type=cache,target=/root/.cache/go-build,id=dockercli-build-linux/arm64 <<EOT (set -e...)
22:12:20 [2023-04-12T22:12:20.955Z] #77 ...
22:12:20 [2023-04-12T22:12:20.955Z] 
22:12:20 [2023-04-12T22:12:20.955Z] #54 [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...)
22:12:20 [2023-04-12T22:12:20.955Z] #54 44.84 vendor/golang.org/x/net/http/httpguts
22:12:20 [2023-04-12T22:12:20.955Z] #54 45.43 vendor/golang.org/x/net/http/httpproxy
22:12:20 [2023-04-12T22:12:20.955Z] #54 46.34 mime/multipart
22:12:20 [2023-04-12T22:12:20.955Z] #54 48.21 github.com/docker/distribution/reference
22:12:20 [2023-04-12T22:12:20.955Z] #54 49.24 github.com/stevvooe/resumable
22:12:20 [2023-04-12T22:12:20.955Z] #54 49.44 github.com/stevvooe/resumable/sha256
22:12:20 [2023-04-12T22:12:20.955Z] #54 50.02 github.com/stevvooe/resumable/sha512
22:12:20 [2023-04-12T22:12:20.955Z] #54 50.57 crypto/tls
22:12:20 [2023-04-12T22:12:20.955Z] #54 51.00 github.com/garyburd/redigo/internal
22:12:20 [2023-04-12T22:12:20.955Z] #54 51.15 github.com/garyburd/redigo/redis
22:12:21 [2023-04-12T22:12:21.213Z] #54 ...
22:12:21 [2023-04-12T22:12:21.213Z] 
22:12:21 [2023-04-12T22:12:21.213Z] #59 [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
22:12:21 [2023-04-12T22:12:21.213Z] #59 58.70 gotestsum version dev
22:12:22 [2023-04-12T22:12:22.148Z] #59 DONE 59.5s
22:12:22 [2023-04-12T22:12:22.148Z] 
22:12:22 [2023-04-12T22:12:22.148Z] #73 [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
22:12:22 [2023-04-12T22:12:22.148Z] #73 2.114 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
22:12:22 [2023-04-12T22:12:22.148Z] #73 2.124 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
22:12:22 [2023-04-12T22:12:22.148Z] #73 2.124 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
22:12:22 [2023-04-12T22:12:22.148Z] #73 4.220 Reading package lists...
22:12:22 [2023-04-12T22:12:22.148Z] #73 8.070 + apt-get  install -y --no-install-recommends gcc libc6-dev
22:12:24 [2023-04-12T22:12:24.051Z] #73 8.148 Reading package lists...
22:12:24 [2023-04-12T22:12:24.051Z] #73 ...
22:12:24 [2023-04-12T22:12:24.051Z] 
22:12:24 [2023-04-12T22:12:24.051Z] #54 [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...)
22:12:24 [2023-04-12T22:12:24.051Z] #54 54.12 github.com/docker/distribution/registry/listener
22:12:24 [2023-04-12T22:12:24.310Z] #54 54.54 github.com/docker/distribution/version
22:12:24 [2023-04-12T22:12:24.569Z] #54 54.72 github.com/inconshreveable/mousetrap
22:12:24 [2023-04-12T22:12:24.569Z] #54 54.86 github.com/spf13/pflag
22:12:25 [2023-04-12T22:12:25.945Z] #54 ...
22:12:25 [2023-04-12T22:12:25.945Z] 
22:12:25 [2023-04-12T22:12:25.945Z] #74 [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
22:12:25 [2023-04-12T22:12:25.945Z] #74 12.68 Cloning into '/tmp/crun-build/libocispec/runtime-spec'...
22:12:25 [2023-04-12T22:12:25.945Z] #74 14.34 Cloning into '/tmp/crun-build/libocispec/yajl'...
22:12:25 [2023-04-12T22:12:25.945Z] #74 15.51 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c'
22:12:25 [2023-04-12T22:12:25.945Z] #74 15.81 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3'
22:12:25 [2023-04-12T22:12:25.945Z] #74 16.05 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06'
22:12:26 [2023-04-12T22:12:26.203Z] #74 ...
22:12:26 [2023-04-12T22:12:26.203Z] 
22:12:26 [2023-04-12T22:12:26.203Z] #73 [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
22:12:26 [2023-04-12T22:12:26.203Z] #73 8.148 Reading package lists...
22:12:26 [2023-04-12T22:12:26.203Z] #73 11.31 Building dependency tree...
22:12:26 [2023-04-12T22:12:26.203Z] #73 12.27 Reading state information...
22:12:26 [2023-04-12T22:12:26.461Z] #73 13.77 gcc is already the newest version (4:10.2.1-1).
22:12:26 [2023-04-12T22:12:26.461Z] #73 13.77 libc6-dev is already the newest version (2.31-13+deb11u5).
22:12:26 [2023-04-12T22:12:26.461Z] #73 13.77 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
22:12:26 [2023-04-12T22:12:26.719Z] #73 DONE 14.0s
22:12:26 [2023-04-12T22:12:26.719Z] 
22:12:26 [2023-04-12T22:12:26.719Z] #58 [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
22:12:26 [2023-04-12T22:12:26.719Z] #58 ...
22:12:26 [2023-04-12T22:12:26.719Z] 
22:12:26 [2023-04-12T22:12:26.719Z] #78 [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...)
22:12:28 [2023-04-12T22:12:28.093Z] #78 1.341 -- The C compiler identification is GNU 10.2.1
22:12:28 [2023-04-12T22:12:28.351Z] #78 1.487 -- Detecting C compiler ABI info
22:12:28 [2023-04-12T22:12:28.609Z] #78 1.900 -- Detecting C compiler ABI info - done
22:12:28 [2023-04-12T22:12:28.609Z] #78 1.968 -- Check for working C compiler: /usr/bin/aarch64-linux-gnu-gcc - skipped
22:12:28 [2023-04-12T22:12:28.609Z] #78 2.006 -- Detecting C compile features
22:12:28 [2023-04-12T22:12:28.867Z] #78 2.007 -- Detecting C compile features - done
22:12:28 [2023-04-12T22:12:28.867Z] #78 2.089 -- Performing Test HAS_BUILTIN_FORTIFY
22:12:28 [2023-04-12T22:12:28.867Z] #78 2.286 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
22:12:29 [2023-04-12T22:12:29.124Z] #78 2.363 -- Configuring done
22:12:29 [2023-04-12T22:12:29.124Z] #78 2.368 -- Generating done
22:12:29 [2023-04-12T22:12:29.124Z] #78 2.391 -- Build files have been written to: /go/src/github.com/krallin/tini
22:12:29 [2023-04-12T22:12:29.383Z] #78 2.720 Scanning dependencies of target tini-static
22:12:29 [2023-04-12T22:12:29.383Z] #78 2.793 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
22:12:30 [2023-04-12T22:12:30.757Z] #78 3.981 [100%] Linking C executable tini-static
22:12:31 [2023-04-12T22:12:31.015Z] #78 4.380 [100%] Built target tini-static
22:12:31 [2023-04-12T22:12:31.584Z] #78 DONE 4.7s
22:12:31 [2023-04-12T22:12:31.584Z] 
22:12:31 [2023-04-12T22:12:31.584Z] #54 [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...)
22:12:31 [2023-04-12T22:12:31.584Z] #54 57.91 github.com/spf13/cobra
22:12:31 [2023-04-12T22:12:31.584Z] #54 60.31 log/syslog
22:12:31 [2023-04-12T22:12:31.584Z] #54 60.78 github.com/yvasiyarov/go-metrics
22:12:34 [2023-04-12T22:12:34.114Z] #54 ...
22:12:34 [2023-04-12T22:12:34.114Z] 
22:12:34 [2023-04-12T22:12:34.114Z] #74 [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
22:12:34 [2023-04-12T22:12:34.114Z] #74 30.67 aclocal: warning: couldn't open directory 'm4': No such file or directory
22:12:37 [2023-04-12T22:12:37.566Z] #74 ...
22:12:37 [2023-04-12T22:12:37.566Z] 
22:12:37 [2023-04-12T22:12:37.566Z] #76 [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...)
22:12:37 [2023-04-12T22:12:37.566Z] #76 7.712 + bin/ctr
22:12:37 [2023-04-12T22:12:37.566Z] #76 7.713 go build  -gcflags=-trimpath=/go/src  -o bin/ctr -ldflags '-X github.com/containerd/containerd/version.Version=v1.7.0 -X github.com/containerd/containerd/version.Revision=1fbd70374134b891f97ce19c70b6e50c7b9f4e0d -X github.com/containerd/containerd/version.Package=github.com/containerd/containerd -s -w -extldflags "-static" ' -tags "urfave_cli_no_docs osusergo netgo static_build"  ./cmd/ctr
22:12:37 [2023-04-12T22:12:37.823Z] #76 ...
22:12:37 [2023-04-12T22:12:37.823Z] 
22:12:37 [2023-04-12T22:12:37.824Z] #54 [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...)
22:12:37 [2023-04-12T22:12:37.824Z] #54 66.78 net/http/httptrace
22:12:37 [2023-04-12T22:12:37.824Z] #54 67.04 github.com/docker/libtrust
22:12:37 [2023-04-12T22:12:37.824Z] #54 67.23 net/http
22:12:40 [2023-04-12T22:12:40.352Z] #54 70.35 net/smtp
22:12:40 [2023-04-12T22:12:40.917Z] #54 71.34 golang.org/x/crypto/blowfish
22:12:41 [2023-04-12T22:12:41.850Z] #54 71.98 golang.org/x/crypto/bcrypt
22:12:42 [2023-04-12T22:12:42.107Z] #54 72.32 github.com/docker/distribution/registry/storage/driver/gcs
22:12:42 [2023-04-12T22:12:42.107Z] #54 72.42 os/user
22:12:42 [2023-04-12T22:12:42.674Z] #54 73.04 github.com/docker/distribution/registry/storage/driver/oss
22:12:42 [2023-04-12T22:12:42.674Z] #54 73.11 github.com/mitchellh/mapstructure
22:12:43 [2023-04-12T22:12:43.240Z] #54 ...
22:12:43 [2023-04-12T22:12:43.240Z] 
22:12:43 [2023-04-12T22:12:43.240Z] #74 [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
22:12:43 [2023-04-12T22:12:43.240Z] #74 40.16 libtoolize: putting auxiliary files in '.'.
22:12:43 [2023-04-12T22:12:43.499Z] #74 40.16 libtoolize: copying file './ltmain.sh'
22:12:44 [2023-04-12T22:12:44.434Z] #74 40.96 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
22:12:44 [2023-04-12T22:12:44.434Z] #74 40.98 libtoolize: and rerunning libtoolize and aclocal.
22:12:44 [2023-04-12T22:12:44.434Z] #74 40.98 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
22:12:52 [2023-04-12T22:12:52.546Z] #74 48.53 configure.ac:7: installing './compile'
22:12:52 [2023-04-12T22:12:52.546Z] #74 48.54 configure.ac:11: installing './config.guess'
22:12:52 [2023-04-12T22:12:52.546Z] #74 48.55 configure.ac:11: installing './config.sub'
22:12:52 [2023-04-12T22:12:52.546Z] #74 48.57 configure.ac:8: installing './install-sh'
22:12:52 [2023-04-12T22:12:52.546Z] #74 48.58 configure.ac:8: installing './missing'
22:12:52 [2023-04-12T22:12:52.546Z] #74 48.68 Makefile.am: installing './depcomp'
22:12:53 [2023-04-12T22:12:53.113Z] #74 49.92 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
22:12:53 [2023-04-12T22:12:53.113Z] #74 49.92 libtoolize: copying file 'build-aux/ltmain.sh'
22:12:53 [2023-04-12T22:12:53.370Z] #74 50.04 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
22:12:53 [2023-04-12T22:12:53.370Z] #74 50.06 libtoolize: copying file 'm4/libtool.m4'
22:12:53 [2023-04-12T22:12:53.370Z] #74 50.13 libtoolize: copying file 'm4/ltoptions.m4'
22:12:53 [2023-04-12T22:12:53.628Z] #74 50.23 libtoolize: copying file 'm4/ltsugar.m4'
22:12:53 [2023-04-12T22:12:53.628Z] #74 50.35 libtoolize: copying file 'm4/ltversion.m4'
22:12:53 [2023-04-12T22:12:53.628Z] #74 50.43 libtoolize: copying file 'm4/lt~obsolete.m4'
22:12:53 [2023-04-12T22:12:53.886Z] #74 50.52 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
22:12:55 [2023-04-12T22:12:55.784Z] #74 ...
22:12:55 [2023-04-12T22:12:55.784Z] 
22:12:55 [2023-04-12T22:12:55.784Z] #54 [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...)
22:12:55 [2023-04-12T22:12:55.784Z] #54 85.75 github.com/docker/distribution/configuration
22:12:55 [2023-04-12T22:12:55.784Z] #54 85.81 github.com/bugsnag/bugsnag-go
22:12:57 [2023-04-12T22:12:57.157Z] #54 87.19 github.com/gorilla/context
22:12:57 [2023-04-12T22:12:57.157Z] #54 87.36 github.com/docker/distribution/registry/api/errcode
22:12:57 [2023-04-12T22:12:57.157Z] #54 87.55 github.com/gorilla/mux
22:12:58 [2023-04-12T22:12:58.090Z] #54 88.09 expvar
22:12:58 [2023-04-12T22:12:58.348Z] #54 88.69 github.com/docker/distribution/context
22:12:58 [2023-04-12T22:12:58.914Z] #54 89.06 github.com/docker/distribution/registry/api/v2
22:13:00 [2023-04-12T22:13:00.288Z] #54 90.33 github.com/docker/distribution/health
22:13:00 [2023-04-12T22:13:00.288Z] #54 90.38 github.com/docker/distribution
22:13:00 [2023-04-12T22:13:00.854Z] #54 90.99 github.com/docker/distribution/health/checks
22:13:01 [2023-04-12T22:13:01.112Z] #54 91.48 github.com/docker/distribution/registry/auth
22:13:01 [2023-04-12T22:13:01.371Z] #54 91.50 github.com/docker/distribution/manifest/manifestlist
22:13:01 [2023-04-12T22:13:01.629Z] #54 91.84 github.com/docker/distribution/manifest/schema1
22:13:01 [2023-04-12T22:13:01.629Z] #54 91.98 github.com/docker/distribution/manifest/schema2
22:13:02 [2023-04-12T22:13:02.195Z] #54 92.40 github.com/docker/distribution/notifications
22:13:02 [2023-04-12T22:13:02.453Z] #54 92.78 github.com/docker/distribution/registry/middleware/registry
22:13:02 [2023-04-12T22:13:02.711Z] #54 93.04 github.com/docker/distribution/registry/middleware/repository
22:13:02 [2023-04-12T22:13:02.970Z] #54 93.36 github.com/docker/distribution/registry/client/transport
22:13:03 [2023-04-12T22:13:03.905Z] #54 94.07 github.com/docker/distribution/registry/storage/cache
22:13:04 [2023-04-12T22:13:04.163Z] #54 94.46 github.com/docker/distribution/registry/storage/cache/memory
22:13:04 [2023-04-12T22:13:04.421Z] #54 ...
22:13:04 [2023-04-12T22:13:04.422Z] 
22:13:04 [2023-04-12T22:13:04.422Z] #74 [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
22:13:04 [2023-04-12T22:13:04.422Z] #74 61.12 configure.ac:7: installing 'build-aux/compile'
22:13:04 [2023-04-12T22:13:04.422Z] #74 61.15 configure.ac:9: installing 'build-aux/config.guess'
22:13:04 [2023-04-12T22:13:04.422Z] #74 61.17 configure.ac:9: installing 'build-aux/config.sub'
22:13:04 [2023-04-12T22:13:04.422Z] #74 61.17 configure.ac:11: installing 'build-aux/install-sh'
22:13:04 [2023-04-12T22:13:04.422Z] #74 61.17 configure.ac:11: installing 'build-aux/missing'
22:13:04 [2023-04-12T22:13:04.680Z] #74 61.33 Makefile.am: installing 'build-aux/depcomp'
22:13:04 [2023-04-12T22:13:04.680Z] #74 61.42 parallel-tests: installing 'build-aux/test-driver'
22:13:06 [2023-04-12T22:13:06.580Z] #74 63.43 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
22:13:06 [2023-04-12T22:13:06.580Z] #74 63.43 libtoolize: copying file 'build-aux/ltmain.sh'
22:13:07 [2023-04-12T22:13:07.515Z] #74 64.12 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
22:13:07 [2023-04-12T22:13:07.515Z] #74 64.12 libtoolize: copying file 'm4/libtool.m4'
22:13:07 [2023-04-12T22:13:07.515Z] #74 64.22 libtoolize: copying file 'm4/ltoptions.m4'
22:13:07 [2023-04-12T22:13:07.515Z] #74 64.35 libtoolize: copying file 'm4/ltsugar.m4'
22:13:07 [2023-04-12T22:13:07.773Z] #74 64.48 libtoolize: copying file 'm4/ltversion.m4'
22:13:07 [2023-04-12T22:13:07.773Z] #74 64.59 libtoolize: copying file 'm4/lt~obsolete.m4'
22:13:14 [2023-04-12T22:13:14.334Z] #74 ...
22:13:14 [2023-04-12T22:13:14.334Z] 
22:13:14 [2023-04-12T22:13:14.334Z] #54 [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...)
22:13:14 [2023-04-12T22:13:14.334Z] #54 94.85 github.com/docker/distribution/registry/client
22:13:14 [2023-04-12T22:13:14.334Z] #54 94.92 github.com/docker/distribution/registry/storage/driver
22:13:14 [2023-04-12T22:13:14.334Z] #54 95.33 github.com/docker/distribution/registry/proxy/scheduler
22:13:14 [2023-04-12T22:13:14.334Z] #54 95.88 github.com/docker/distribution/registry/storage
22:13:14 [2023-04-12T22:13:14.334Z] #54 96.59 github.com/docker/distribution/registry/client/auth
22:13:14 [2023-04-12T22:13:14.334Z] #54 97.54 github.com/docker/distribution/registry/storage/cache/redis
22:13:14 [2023-04-12T22:13:14.334Z] #54 98.00 github.com/docker/distribution/registry/storage/driver/factory
22:13:14 [2023-04-12T22:13:14.334Z] #54 98.22 github.com/docker/distribution/registry/storage/driver/middleware
22:13:14 [2023-04-12T22:13:14.334Z] #54 98.30 github.com/gorilla/handlers
22:13:14 [2023-04-12T22:13:14.334Z] #54 99.71 github.com/yvasiyarov/newrelic_platform_go
22:13:14 [2023-04-12T22:13:14.334Z] #54 100.1 github.com/docker/distribution/registry/proxy
22:13:14 [2023-04-12T22:13:14.334Z] #54 100.4 github.com/yvasiyarov/gorelic
22:13:14 [2023-04-12T22:13:14.334Z] #54 101.2 github.com/docker/distribution/registry/handlers
22:13:14 [2023-04-12T22:13:14.334Z] #54 101.8 github.com/docker/distribution/registry/auth/htpasswd
22:13:14 [2023-04-12T22:13:14.334Z] #54 102.2 github.com/docker/distribution/registry/auth/silly
22:13:14 [2023-04-12T22:13:14.334Z] #54 102.7 github.com/docker/distribution/registry/auth/token
22:13:14 [2023-04-12T22:13:14.334Z] #54 104.1 github.com/Azure/azure-sdk-for-go/storage
22:13:16 [2023-04-12T22:13:16.236Z] #54 106.6 github.com/docker/distribution/registry
22:13:16 [2023-04-12T22:13:16.803Z] #54 107.2 github.com/docker/distribution/registry/storage/driver/base
22:13:17 [2023-04-12T22:13:17.062Z] #54 107.5 github.com/AdRoll/goamz/aws
22:13:17 [2023-04-12T22:13:17.629Z] #54 107.7 github.com/docker/distribution/registry/storage/driver/azure
22:13:19 [2023-04-12T22:13:19.530Z] #54 109.6 github.com/docker/distribution/registry/storage/driver/filesystem
22:13:19 [2023-04-12T22:13:19.530Z] #54 109.8 github.com/docker/distribution/registry/storage/driver/inmemory
22:13:19 [2023-04-12T22:13:19.789Z] #54 110.1 github.com/AdRoll/goamz/cloudfront
22:13:20 [2023-04-12T22:13:20.356Z] #54 110.7 github.com/docker/distribution/registry/storage/driver/middleware/cloudfront
22:13:20 [2023-04-12T22:13:20.614Z] #54 110.8 net/http/httputil
22:13:20 [2023-04-12T22:13:20.614Z] #54 ...
22:13:20 [2023-04-12T22:13:20.614Z] 
22:13:20 [2023-04-12T22:13:20.614Z] #74 [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
22:13:20 [2023-04-12T22:13:20.614Z] #74 77.30 configure.ac:11: installing 'build-aux/compile'
22:13:20 [2023-04-12T22:13:20.614Z] #74 77.31 configure.ac:11: installing 'build-aux/config.guess'
22:13:20 [2023-04-12T22:13:20.614Z] #74 77.31 configure.ac:11: installing 'build-aux/config.sub'
22:13:20 [2023-04-12T22:13:20.614Z] #74 77.32 configure.ac:13: installing 'build-aux/install-sh'
22:13:20 [2023-04-12T22:13:20.614Z] #74 77.33 configure.ac:13: installing 'build-aux/missing'
22:13:20 [2023-04-12T22:13:20.614Z] #74 77.34 configure.ac:8: installing 'build-aux/tap-driver.sh'
22:13:20 [2023-04-12T22:13:20.872Z] #74 77.51 Makefile.am: installing 'build-aux/depcomp'
22:13:22 [2023-04-12T22:13:22.507Z] #74 78.82 checking build system type... aarch64-unknown-linux-gnu
22:13:22 [2023-04-12T22:13:22.507Z] #74 79.16 checking host system type... aarch64-unknown-linux-gnu
22:13:22 [2023-04-12T22:13:22.507Z] #74 79.16 checking how to print strings... printf
22:13:22 [2023-04-12T22:13:22.507Z] #74 79.17 checking for gcc... gcc
22:13:22 [2023-04-12T22:13:22.766Z] #74 79.33 checking whether the C compiler works... yes
22:13:22 [2023-04-12T22:13:22.766Z] #74 79.61 checking for C compiler default output file name... a.out
22:13:23 [2023-04-12T22:13:23.024Z] #74 79.61 checking for suffix of executables... 
22:13:23 [2023-04-12T22:13:23.283Z] #74 79.80 checking whether we are cross compiling... no
22:13:23 [2023-04-12T22:13:23.283Z] #74 80.08 checking for suffix of object files... o
22:13:23 [2023-04-12T22:13:23.541Z] #74 80.19 checking whether we are using the GNU C compiler... yes
22:13:23 [2023-04-12T22:13:23.541Z] #74 80.33 checking whether gcc accepts -g... yes
22:13:23 [2023-04-12T22:13:23.800Z] #74 80.41 checking for gcc option to accept ISO C89... none needed
22:13:24 [2023-04-12T22:13:24.059Z] #74 80.57 checking whether gcc understands -c and -o together... yes
22:13:24 [2023-04-12T22:13:24.059Z] #74 80.82 checking for a sed that does not truncate output... /bin/sed
22:13:24 [2023-04-12T22:13:24.059Z] #74 80.85 checking for grep that handles long lines and -e... /bin/grep
22:13:24 [2023-04-12T22:13:24.059Z] #74 80.87 checking for egrep... /bin/grep -E
22:13:24 [2023-04-12T22:13:24.059Z] #74 80.88 checking for fgrep... /bin/grep -F
22:13:24 [2023-04-12T22:13:24.059Z] #74 80.89 checking for ld used by gcc... /usr/bin/ld
22:13:24 [2023-04-12T22:13:24.059Z] #74 80.93 checking if the linker (/usr/bin/ld) is GNU ld... yes
22:13:24 [2023-04-12T22:13:24.059Z] #74 80.93 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
22:13:24 [2023-04-12T22:13:24.317Z] #74 80.96 checking the name lister (/usr/bin/nm -B) interface... BSD nm
22:13:24 [2023-04-12T22:13:24.317Z] #74 81.07 checking whether ln -s works... yes
22:13:24 [2023-04-12T22:13:24.317Z] #74 81.08 checking the maximum length of command line arguments... 1572864
22:13:24 [2023-04-12T22:13:24.317Z] #74 81.13 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
22:13:24 [2023-04-12T22:13:24.317Z] #74 81.13 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
22:13:24 [2023-04-12T22:13:24.317Z] #74 81.13 checking for /usr/bin/ld option to reload object files... -r
22:13:24 [2023-04-12T22:13:24.317Z] #74 81.13 checking for objdump... objdump
22:13:24 [2023-04-12T22:13:24.317Z] #74 81.13 checking how to recognize dependent libraries... pass_all
22:13:24 [2023-04-12T22:13:24.317Z] #74 81.14 checking for dlltool... no
22:13:24 [2023-04-12T22:13:24.317Z] #74 81.14 checking how to associate runtime and link libraries... printf %s\n
22:13:24 [2023-04-12T22:13:24.317Z] #74 81.14 checking for ar... ar
22:13:24 [2023-04-12T22:13:24.576Z] #74 81.15 checking for archiver @FILE support... @
22:13:24 [2023-04-12T22:13:24.576Z] #74 81.32 checking for strip... strip
22:13:24 [2023-04-12T22:13:24.576Z] #74 81.32 checking for ranlib... ranlib
22:13:24 [2023-04-12T22:13:24.576Z] #74 81.32 checking for gawk... no
22:13:24 [2023-04-12T22:13:24.576Z] #74 81.32 checking for mawk... mawk
22:13:24 [2023-04-12T22:13:24.933Z] #74 81.32 checking command to parse /usr/bin/nm -B output from gcc object... ok
22:13:25 [2023-04-12T22:13:25.192Z] #74 81.78 checking for sysroot... no
22:13:25 [2023-04-12T22:13:25.192Z] #74 81.78 checking for a working dd... /bin/dd
22:13:25 [2023-04-12T22:13:25.192Z] #74 81.81 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
22:13:25 [2023-04-12T22:13:25.192Z] #74 81.85 checking for mt... no
22:13:25 [2023-04-12T22:13:25.192Z] #74 81.85 checking if : is a manifest tool... no
22:13:25 [2023-04-12T22:13:25.192Z] #74 81.86 checking how to run the C preprocessor... gcc -E
22:13:26 [2023-04-12T22:13:26.016Z] #74 82.16 checking for ANSI C header files... yes
22:13:26 [2023-04-12T22:13:26.275Z] #74 82.90 checking for sys/types.h... yes
22:13:26 [2023-04-12T22:13:26.533Z] #74 83.07 checking for sys/stat.h... yes
22:13:26 [2023-04-12T22:13:26.533Z] #74 83.24 checking for stdlib.h... yes
22:13:26 [2023-04-12T22:13:26.791Z] #74 83.45 checking for string.h... yes
22:13:27 [2023-04-12T22:13:27.048Z] #74 83.61 checking for memory.h... yes
22:13:27 [2023-04-12T22:13:27.306Z] #74 83.80 checking for strings.h... yes
22:13:27 [2023-04-12T22:13:27.564Z] #74 84.13 checking for inttypes.h... yes
22:13:27 [2023-04-12T22:13:27.848Z] #74 84.31 checking for stdint.h... yes
22:13:28 [2023-04-12T22:13:28.139Z] #74 84.52 checking for unistd.h... yes
22:13:28 [2023-04-12T22:13:28.399Z] #74 84.80 checking for dlfcn.h... yes
22:13:28 [2023-04-12T22:13:28.399Z] #74 85.10 checking for objdir... .libs
22:13:28 [2023-04-12T22:13:28.951Z] #74 85.47 checking if gcc supports -fno-rtti -fno-exceptions... no
22:13:28 [2023-04-12T22:13:28.951Z] #74 85.65 checking for gcc option to produce PIC... -fPIC -DPIC
22:13:29 [2023-04-12T22:13:29.221Z] #74 85.66 checking if gcc PIC flag -fPIC -DPIC works... yes
22:13:29 [2023-04-12T22:13:29.481Z] #74 85.81 checking if gcc static flag -static works... 
22:13:29 [2023-04-12T22:13:29.481Z] #74 ...
22:13:29 [2023-04-12T22:13:29.481Z] 
22:13:29 [2023-04-12T22:13:29.481Z] #70 [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...)
22:13:29 [2023-04-12T22:13:29.481Z] #70 DONE 89.5s
22:13:29 [2023-04-12T22:13:29.481Z] 
22:13:29 [2023-04-12T22:13:29.481Z] #74 [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
22:13:29 [2023-04-12T22:13:29.481Z] #74 85.81 checking if gcc static flag -static works... yes
22:13:29 [2023-04-12T22:13:29.481Z] #74 86.15 checking if gcc supports -c -o file.o... 
22:13:29 [2023-04-12T22:13:29.481Z] #74 ...
22:13:29 [2023-04-12T22:13:29.481Z] 
22:13:29 [2023-04-12T22:13:29.481Z] #54 [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...)
22:13:29 [2023-04-12T22:13:29.481Z] #54 111.2 github.com/ncw/swift
22:13:29 [2023-04-12T22:13:29.481Z] #54 113.0 github.com/AdRoll/goamz/s3
22:13:29 [2023-04-12T22:13:29.481Z] #54 114.5 github.com/docker/distribution/registry/storage/driver/swift
22:13:29 [2023-04-12T22:13:29.481Z] #54 116.1 github.com/docker/distribution/registry/storage/driver/s3
22:13:29 [2023-04-12T22:13:29.481Z] #54 116.3 net/http/pprof
22:13:29 [2023-04-12T22:13:29.481Z] #54 117.5 github.com/docker/distribution/cmd/registry
22:13:29 [2023-04-12T22:13:29.481Z] #54 ...
22:13:29 [2023-04-12T22:13:29.481Z] 
22:13:29 [2023-04-12T22:13:29.481Z] #79 [rootlesskit-build 4/5] COPY ./contrib/dockerd-rootless.sh /build/
22:13:29 [2023-04-12T22:13:29.481Z] #79 DONE 0.1s
22:13:29 [2023-04-12T22:13:29.481Z] 
22:13:29 [2023-04-12T22:13:29.481Z] #80 [rootlesskit-build 5/5] COPY ./contrib/dockerd-rootless-setuptool.sh /build/
22:13:29 [2023-04-12T22:13:29.481Z] #80 DONE 0.1s
22:13:29 [2023-04-12T22:13:29.481Z] 
22:13:29 [2023-04-12T22:13:29.481Z] #77 [dockercli 3/3] RUN --mount=from=dockercli-src,src=/usr/src/dockercli,rw     --mount=type=cache,target=/root/.cache/go-build,id=dockercli-build-linux/arm64 <<EOT (set -e...)
22:13:29 [2023-04-12T22:13:29.739Z] #77 ...
22:13:29 [2023-04-12T22:13:29.739Z] 
22:13:29 [2023-04-12T22:13:29.739Z] #74 [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
22:13:29 [2023-04-12T22:13:29.739Z] #74 86.15 checking if gcc supports -c -o file.o... yes
22:13:29 [2023-04-12T22:13:29.739Z] #74 86.41 checking if gcc supports -c -o file.o... (cached) yes
22:13:29 [2023-04-12T22:13:29.739Z] #74 86.43 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
22:13:30 [2023-04-12T22:13:30.305Z] #74 86.49 checking dynamic linker characteristics... GNU/Linux ld.so
22:13:30 [2023-04-12T22:13:30.305Z] #74 86.98 checking how to hardcode library paths into programs... immediate
22:13:30 [2023-04-12T22:13:30.305Z] #74 86.98 checking whether stripping libraries is possible... yes
22:13:30 [2023-04-12T22:13:30.305Z] #74 87.01 checking if libtool supports shared libraries... yes
22:13:30 [2023-04-12T22:13:30.305Z] #74 87.01 checking whether to build shared libraries... no
22:13:30 [2023-04-12T22:13:30.305Z] #74 87.01 checking whether to build static libraries... yes
22:13:30 [2023-04-12T22:13:30.305Z] #74 87.01 checking for a BSD-compatible install... 
22:13:30 [2023-04-12T22:13:30.305Z] #74 ...
22:13:30 [2023-04-12T22:13:30.305Z] 
22:13:30 [2023-04-12T22:13:30.305Z] #10 [vpnkit-linux-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
22:13:30 [2023-04-12T22:13:30.305Z] #10 CACHED
22:13:30 [2023-04-12T22:13:30.305Z] 
22:13:30 [2023-04-12T22:13:30.305Z] #81 [build-dummy 2/2] RUN mkdir -p /build
22:13:30 [2023-04-12T22:13:30.305Z] #81 CACHED
22:13:30 [2023-04-12T22:13:30.305Z] 
22:13:30 [2023-04-12T22:13:30.305Z] #82 [binary-dummy 1/1] COPY --from=build-dummy /build /build
22:13:30 [2023-04-12T22:13:30.305Z] #82 CACHED
22:13:30 [2023-04-12T22:13:30.305Z] 
22:13:30 [2023-04-12T22:13:30.305Z] #74 [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
22:13:30 [2023-04-12T22:13:30.305Z] #74 87.01 checking for a BSD-compatible install... /usr/bin/install -c
22:13:30 [2023-04-12T22:13:30.305Z] #74 87.16 checking whether build environment is sane... yes
22:13:30 [2023-04-12T22:13:30.564Z] #74 87.21 checking for a thread-safe mkdir -p... /bin/mkdir -p
22:13:30 [2023-04-12T22:13:30.564Z] #74 87.23 checking whether make sets $(MAKE)... yes
22:13:30 [2023-04-12T22:13:30.564Z] #74 87.26 checking whether make supports the include directive... yes (GNU style)
22:13:30 [2023-04-12T22:13:30.564Z] #74 87.30 checking whether make supports nested variables... yes
22:13:30 [2023-04-12T22:13:30.564Z] #74 87.34 checking whether UID '0' is supported by ustar format... yes
22:13:30 [2023-04-12T22:13:30.564Z] #74 87.37 checking whether GID '0' is supported by ustar format... yes
22:13:30 [2023-04-12T22:13:30.564Z] #74 87.37 checking how to create a ustar tar archive... gnutar
22:13:30 [2023-04-12T22:13:30.822Z] #74 87.45 checking dependency style of gcc... gcc3
22:13:30 [2023-04-12T22:13:30.822Z] #74 87.68 checking whether to enable maintainer-specific portions of Makefiles... yes
22:13:30 [2023-04-12T22:13:30.822Z] #74 87.68 checking whether make supports nested variables... (cached) yes
22:13:30 [2023-04-12T22:13:30.822Z] #74 87.68 checking for gawk... (cached) mawk
22:13:30 [2023-04-12T22:13:30.822Z] #74 87.68 checking for a sed that does not truncate output... (cached) /bin/sed
22:13:30 [2023-04-12T22:13:30.822Z] #74 87.68 checking for gcc... (cached) gcc
22:13:31 [2023-04-12T22:13:31.081Z] #74 87.78 checking whether we are using the GNU C compiler... (cached) yes
22:13:31 [2023-04-12T22:13:31.081Z] #74 87.78 checking whether gcc accepts -g... (cached) yes
22:13:31 [2023-04-12T22:13:31.081Z] #74 87.78 checking for gcc option to accept ISO C89... (cached) none needed
22:13:31 [2023-04-12T22:13:31.081Z] #74 87.78 checking whether gcc understands -c and -o together... (cached) yes
22:13:31 [2023-04-12T22:13:31.081Z] #74 87.78 checking for a Python interpreter with version >= 3... python3
22:13:31 [2023-04-12T22:13:31.081Z] #74 87.87 checking for python3... /usr/bin/python3
22:13:31 [2023-04-12T22:13:31.081Z] #74 87.87 checking for python3 version... 3.9
22:13:31 [2023-04-12T22:13:31.081Z] #74 87.95 checking for python3 platform... linux
22:13:31 [2023-04-12T22:13:31.339Z] #74 88.00 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
22:13:31 [2023-04-12T22:13:31.598Z] #74 88.12 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
22:13:31 [2023-04-12T22:13:31.598Z] #74 88.27 checking for go-md2man... no
22:13:31 [2023-04-12T22:13:31.598Z] #74 88.27 checking error.h usability... yes
22:13:31 [2023-04-12T22:13:31.598Z] #74 88.37 checking error.h presence... yes
22:13:31 [2023-04-12T22:13:31.598Z] #74 88.46 checking for error.h... yes
22:13:31 [2023-04-12T22:13:31.856Z] #74 88.51 checking linux/openat2.h usability... yes
22:13:31 [2023-04-12T22:13:31.856Z] #74 88.70 checking linux/openat2.h presence... yes
22:13:31 [2023-04-12T22:13:31.856Z] #74 88.75 checking for linux/openat2.h... yes
22:13:32 [2023-04-12T22:13:32.374Z] #74 88.79 checking for copy_file_range... yes
22:13:32 [2023-04-12T22:13:32.374Z] 
22:13:32 [2023-04-12T22:13:32.374Z] #74 ...
22:13:32 [2023-04-12T22:13:32.374Z] 
22:13:32 [2023-04-12T22:13:32.374Z] #54 [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...)
22:13:32 [2023-04-12T22:13:32.374Z] #54 122.3 + xx-verify /build/registry-v2
22:13:32 [2023-04-12T22:13:32.374Z] #54 DONE 122.6s
22:13:32 [2023-04-12T22:13:32.374Z] 
22:13:32 [2023-04-12T22:13:32.374Z] #74 [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
22:13:32 [2023-04-12T22:13:32.632Z] #74 89.11 checking for fgetxattr... yes
22:13:32 [2023-04-12T22:13:32.890Z] #74 89.50 checking for statx... yes
22:13:33 [2023-04-12T22:13:33.411Z] #74 89.85 checking for fgetpwent_r... yes
22:13:33 [2023-04-12T22:13:33.669Z] #74 90.23 checking for issetugid... no
22:13:33 [2023-04-12T22:13:33.669Z] #74 90.38 checking for pkg-config... /usr/bin/pkg-config
22:13:33 [2023-04-12T22:13:33.669Z] #74 90.38 checking pkg-config is at least version 0.9.0... yes
22:13:33 [2023-04-12T22:13:33.927Z] #74 90.38 checking for library containing yajl_tree_get... -lyajl
22:13:34 [2023-04-12T22:13:34.186Z] #74 90.81 checking for yajl >= 2.0.0... yes
22:13:34 [2023-04-12T22:13:34.186Z] #74 90.84 checking sys/capability.h usability... yes
22:13:34 [2023-04-12T22:13:34.186Z] #74 91.03 checking sys/capability.h presence... yes
22:13:34 [2023-04-12T22:13:34.444Z] #74 91.09 checking for sys/capability.h... yes
22:13:34 [2023-04-12T22:13:34.702Z] #74 91.10 checking for library containing cap_from_name... -lcap
22:13:35 [2023-04-12T22:13:35.219Z] #74 91.55 checking for library containing dlopen... -ldl
22:13:35 [2023-04-12T22:13:35.477Z] #74 91.96 checking seccomp.h usability... yes
22:13:35 [2023-04-12T22:13:35.477Z] #74 92.17 checking seccomp.h presence... yes
22:13:35 [2023-04-12T22:13:35.477Z] #74 92.23 checking for seccomp.h... yes
22:13:36 [2023-04-12T22:13:36.043Z] #74 92.23 checking for library containing seccomp_rule_add... -lseccomp
22:13:36 [2023-04-12T22:13:36.043Z] #74 92.74 checking for library containing seccomp_arch_resolve_name... none required
22:13:36 [2023-04-12T22:13:36.301Z] #74 92.92 checking systemd/sd-bus.h usability... yes
22:13:36 [2023-04-12T22:13:36.301Z] #74 93.19 checking systemd/sd-bus.h presence... yes
22:13:36 [2023-04-12T22:13:36.301Z] #74 93.22 checking for systemd/sd-bus.h... yes
22:13:37 [2023-04-12T22:13:37.236Z] #74 93.24 checking for library containing sd_bus_match_signal_async... -lsystemd
22:13:37 [2023-04-12T22:13:37.236Z] #74 93.78 checking for sd_notify_barrier... yes
22:13:37 [2023-04-12T22:13:37.495Z] #74 93.97 checking linux/bpf.h usability... yes
22:13:37 [2023-04-12T22:13:37.495Z] #74 94.12 checking linux/bpf.h presence... yes
22:13:37 [2023-04-12T22:13:37.495Z] #74 94.17 checking for linux/bpf.h... yes
22:13:37 [2023-04-12T22:13:37.495Z] #74 94.18 checking compilation for eBPF... yes
22:13:37 [2023-04-12T22:13:37.754Z] #74 94.38 checking for criu >= 3.15... no
22:13:37 [2023-04-12T22:13:37.754Z] #74 94.40 configure: CRIU headers not found, building without CRIU support
22:13:37 [2023-04-12T22:13:37.754Z] #74 94.40 checking for criu > 3.16... no
22:13:37 [2023-04-12T22:13:37.754Z] #74 94.43 configure: CRIU version doesn't support join-ns API
22:13:37 [2023-04-12T22:13:37.754Z] #74 94.43 checking for criu > 3.16.1... no
22:13:37 [2023-04-12T22:13:37.754Z] #74 94.46 configure: CRIU version doesn't support for pre-dumping
22:13:37 [2023-04-12T22:13:37.754Z] #74 94.46 checking for new mount API (fsconfig)... yes
22:13:37 [2023-04-12T22:13:37.754Z] #74 94.53 checking for seccomp notify API... yes
22:13:38 [2023-04-12T22:13:38.012Z] #74 94.63 checking for gperf... no
22:13:38 [2023-04-12T22:13:38.012Z] #74 94.64 configure: gperf not found - cannot rebuild signal parser code
22:13:38 [2023-04-12T22:13:38.012Z] #74 94.64 checking for library containing argp_parse... none required
22:13:38 [2023-04-12T22:13:38.271Z] #74 95.00 checking that generated files are newer than configure... done
22:13:38 [2023-04-12T22:13:38.271Z] #74 95.01 configure: creating ./config.status
22:13:40 [2023-04-12T22:13:40.172Z] #74 ...
22:13:40 [2023-04-12T22:13:40.172Z] 
22:13:40 [2023-04-12T22:13:40.172Z] #68 [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...)
22:13:40 [2023-04-12T22:13:40.172Z] #68 DONE 118.0s
22:13:40 [2023-04-12T22:13:40.431Z] 
22:13:40 [2023-04-12T22:13:40.431Z] #75 [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...)
22:13:41 [2023-04-12T22:13:41.366Z] #75 ...
22:13:41 [2023-04-12T22:13:41.366Z] 
22:13:41 [2023-04-12T22:13:41.366Z] #74 [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
22:13:41 [2023-04-12T22:13:41.366Z] #74 97.97 config.status: creating Makefile
22:13:41 [2023-04-12T22:13:41.366Z] #74 98.04 config.status: creating rpm/crun.spec
22:13:41 [2023-04-12T22:13:41.366Z] #74 98.09 config.status: creating config.h
22:13:41 [2023-04-12T22:13:41.366Z] #74 98.12 config.status: executing libtool commands
22:13:41 [2023-04-12T22:13:41.366Z] #74 98.15 config.status: executing depfiles commands
22:13:42 [2023-04-12T22:13:42.302Z] #74 99.19 === configuring in libocispec (/tmp/crun-build/libocispec)
22:13:42 [2023-04-12T22:13:42.560Z] #74 99.21 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
22:13:42 [2023-04-12T22:13:42.818Z] #74 99.55 checking for gcc... gcc
22:13:43 [2023-04-12T22:13:43.076Z] #74 99.64 checking whether the C compiler works... yes
22:13:43 [2023-04-12T22:13:43.076Z] #74 99.82 checking for C compiler default output file name... a.out
22:13:43 [2023-04-12T22:13:43.334Z] #74 99.82 checking for suffix of executables... 
22:13:43 [2023-04-12T22:13:43.334Z] #74 99.97 checking whether we are cross compiling... no
22:13:43 [2023-04-12T22:13:43.334Z] #74 100.1 checking for suffix of object files... o
22:13:43 [2023-04-12T22:13:43.592Z] #74 100.2 checking whether we are using the GNU C compiler... yes
22:13:43 [2023-04-12T22:13:43.592Z] #74 100.3 checking whether gcc accepts -g... yes
22:13:43 [2023-04-12T22:13:43.850Z] #74 100.4 checking for gcc option to accept ISO C89... none needed
22:13:44 [2023-04-12T22:13:44.108Z] #74 100.5 checking whether gcc understands -c and -o together... yes
22:13:44 [2023-04-12T22:13:44.108Z] #74 100.7 checking how to run the C preprocessor... gcc -E
22:13:44 [2023-04-12T22:13:44.108Z] #74 100.9 checking for grep that handles long lines and -e... /bin/grep
22:13:44 [2023-04-12T22:13:44.108Z] #74 100.9 checking for egrep... /bin/grep -E
22:13:44 [2023-04-12T22:13:44.674Z] #74 100.9 checking for ANSI C header files... yes
22:13:44 [2023-04-12T22:13:44.674Z] #74 101.4 checking for sys/types.h... yes
22:13:44 [2023-04-12T22:13:44.933Z] #74 101.5 checking for sys/stat.h... yes
22:13:44 [2023-04-12T22:13:44.933Z] #74 101.7 checking for stdlib.h... yes
22:13:45 [2023-04-12T22:13:45.191Z] #74 101.8 checking for string.h... yes
22:13:45 [2023-04-12T22:13:45.449Z] #74 101.9 checking for memory.h... yes
22:13:45 [2023-04-12T22:13:45.449Z] #74 102.1 checking for strings.h... yes
22:13:45 [2023-04-12T22:13:45.449Z] #74 102.2 checking for inttypes.h... yes
22:13:45 [2023-04-12T22:13:45.707Z] #74 102.3 checking for stdint.h... yes
22:13:45 [2023-04-12T22:13:45.707Z] #74 102.5 checking for unistd.h... yes
22:13:45 [2023-04-12T22:13:45.966Z] #74 102.6 checking minix/config.h usability... no
22:13:45 [2023-04-12T22:13:45.966Z] #74 102.7 checking minix/config.h presence... no
22:13:45 [2023-04-12T22:13:45.966Z] #74 102.8 checking for minix/config.h... no
22:13:46 [2023-04-12T22:13:46.225Z] #74 102.8 checking whether it is safe to define __EXTENSIONS__... yes
22:13:46 [2023-04-12T22:13:46.483Z] #74 103.0 checking build system type... 
22:13:46 [2023-04-12T22:13:46.483Z] #74 ...
22:13:46 [2023-04-12T22:13:46.483Z] 
22:13:46 [2023-04-12T22:13:46.483Z] #69 [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...)
22:13:46 [2023-04-12T22:13:46.483Z] #69 DONE 120.3s
22:13:46 [2023-04-12T22:13:46.483Z] 
22:13:46 [2023-04-12T22:13:46.483Z] #74 [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
22:13:46 [2023-04-12T22:13:46.483Z] #74 103.0 checking build system type... aarch64-unknown-linux-gnu
22:13:46 [2023-04-12T22:13:46.483Z] #74 103.4 checking host system type... aarch64-unknown-linux-gnu
22:13:46 [2023-04-12T22:13:46.741Z] #74 103.4 checking how to print strings... printf
22:13:46 [2023-04-12T22:13:46.741Z] #74 103.5 checking for a sed that does not truncate output... /bin/sed
22:13:46 [2023-04-12T22:13:46.741Z] #74 103.5 checking for fgrep... /bin/grep -F
22:13:46 [2023-04-12T22:13:46.741Z] #74 103.5 checking for ld used by gcc... /usr/bin/ld
22:13:47 [2023-04-12T22:13:47.000Z] #74 103.6 checking if the linker (/usr/bin/ld) is GNU ld... yes
22:13:47 [2023-04-12T22:13:47.000Z] #74 103.6 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
22:13:47 [2023-04-12T22:13:47.000Z] #74 103.6 checking the name lister (/usr/bin/nm -B) interface... BSD nm
22:13:47 [2023-04-12T22:13:47.000Z] #74 103.7 checking whether ln -s works... yes
22:13:47 [2023-04-12T22:13:47.000Z] #74 103.7 checking the maximum length of command line arguments... 1572864
22:13:47 [2023-04-12T22:13:47.258Z] #74 103.8 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
22:13:47 [2023-04-12T22:13:47.258Z] #74 103.8 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
22:13:47 [2023-04-12T22:13:47.258Z] #74 103.8 checking for /usr/bin/ld option to reload object files... -r
22:13:47 [2023-04-12T22:13:47.258Z] #74 103.8 checking for objdump... objdump
22:13:47 [2023-04-12T22:13:47.258Z] #74 103.8 checking how to recognize dependent libraries... pass_all
22:13:47 [2023-04-12T22:13:47.258Z] #74 103.8 checking for dlltool... no
22:13:47 [2023-04-12T22:13:47.258Z] #74 103.8 checking how to associate runtime and link libraries... printf %s\n
22:13:47 [2023-04-12T22:13:47.258Z] #74 103.8 checking for ar... ar
22:13:47 [2023-04-12T22:13:47.258Z] #74 103.8 checking for archiver @FILE support... @
22:13:47 [2023-04-12T22:13:47.258Z] #74 104.0 checking for strip... strip
22:13:47 [2023-04-12T22:13:47.258Z] #74 104.0 checking for ranlib... ranlib
22:13:47 [2023-04-12T22:13:47.258Z] #74 104.0 checking for gawk... no
22:13:47 [2023-04-12T22:13:47.258Z] #74 104.0 checking for mawk... mawk
22:13:47 [2023-04-12T22:13:47.516Z] #74 104.0 checking command to parse /usr/bin/nm -B output from gcc object... ok
22:13:47 [2023-04-12T22:13:47.516Z] #74 104.2 checking for sysroot... no
22:13:47 [2023-04-12T22:13:47.516Z] #74 104.2 checking for a working dd... /bin/dd
22:13:47 [2023-04-12T22:13:47.516Z] #74 104.2 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
22:13:47 [2023-04-12T22:13:47.516Z] #74 104.2 checking for mt... no
22:13:47 [2023-04-12T22:13:47.516Z] #74 104.2 checking if : is a manifest tool... no
22:13:47 [2023-04-12T22:13:47.774Z] #74 104.2 checking for dlfcn.h... yes
22:13:47 [2023-04-12T22:13:47.774Z] #74 104.4 checking for objdir... .libs
22:13:48 [2023-04-12T22:13:48.032Z] #74 104.7 checking if gcc supports -fno-rtti -fno-exceptions... no
22:13:48 [2023-04-12T22:13:48.032Z] #74 104.8 checking for gcc option to produce PIC... -fPIC -DPIC
22:13:48 [2023-04-12T22:13:48.032Z] #74 104.8 checking if gcc PIC flag -fPIC -DPIC works... yes
22:13:48 [2023-04-12T22:13:48.548Z] #74 105.0 checking if gcc static flag -static works... yes
22:13:48 [2023-04-12T22:13:48.548Z] #74 105.3 checking if gcc supports -c -o file.o... yes
22:13:48 [2023-04-12T22:13:48.548Z] #74 105.4 checking if gcc supports -c -o file.o... (cached) yes
22:13:48 [2023-04-12T22:13:48.548Z] #74 105.4 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
22:13:48 [2023-04-12T22:13:48.806Z] #74 105.4 checking dynamic linker characteristics... GNU/Linux ld.so
22:13:48 [2023-04-12T22:13:48.806Z] #74 105.6 checking how to hardcode library paths into programs... immediate
22:13:48 [2023-04-12T22:13:48.806Z] #74 105.6 checking whether stripping libraries is possible... yes
22:13:48 [2023-04-12T22:13:48.806Z] #74 105.6 checking if libtool supports shared libraries... yes
22:13:48 [2023-04-12T22:13:48.806Z] #74 105.6 checking whether to build shared libraries... no
22:13:48 [2023-04-12T22:13:48.806Z] #74 105.6 checking whether to build static libraries... yes
22:13:48 [2023-04-12T22:13:48.806Z] #74 105.6 checking for a BSD-compatible install... /usr/bin/install -c
22:13:49 [2023-04-12T22:13:49.065Z] #74 105.7 checking whether build environment is sane... yes
22:13:49 [2023-04-12T22:13:49.065Z] #74 105.7 checking for a thread-safe mkdir -p... /bin/mkdir -p
22:13:49 [2023-04-12T22:13:49.065Z] #74 105.7 checking whether make sets $(MAKE)... yes
22:13:49 [2023-04-12T22:13:49.065Z] #74 105.7 checking whether make supports the include directive... yes (GNU style)
22:13:49 [2023-04-12T22:13:49.065Z] #74 105.8 checking whether make supports nested variables... yes
22:13:49 [2023-04-12T22:13:49.065Z] #74 105.8 checking whether UID '0' is supported by ustar format... yes
22:13:49 [2023-04-12T22:13:49.065Z] #74 105.8 checking whether GID '0' is supported by ustar format... yes
22:13:49 [2023-04-12T22:13:49.065Z] #74 105.8 checking how to create a ustar tar archive... gnutar
22:13:49 [2023-04-12T22:13:49.065Z] #74 105.9 checking dependency style of gcc... gcc3
22:13:49 [2023-04-12T22:13:49.323Z] #74 106.0 checking whether to enable maintainer-specific portions of Makefiles... yes
22:13:49 [2023-04-12T22:13:49.323Z] #74 106.0 checking whether make supports nested variables... (cached) yes
22:13:49 [2023-04-12T22:13:49.323Z] #74 106.0 checking for pkg-config... /usr/bin/pkg-config
22:13:49 [2023-04-12T22:13:49.323Z] #74 106.0 checking pkg-config is at least version 0.9.0... yes
22:13:49 [2023-04-12T22:13:49.323Z] #74 106.0 checking for yajl >= 2.1.0... yes
22:13:49 [2023-04-12T22:13:49.323Z] #74 106.0 checking for a sed that does not truncate output... (cached) /bin/sed
22:13:49 [2023-04-12T22:13:49.323Z] #74 106.0 checking for gcc... (cached) gcc
22:13:49 [2023-04-12T22:13:49.323Z] #74 106.1 checking whether we are using the GNU C compiler... (cached) yes
22:13:49 [2023-04-12T22:13:49.323Z] #74 106.1 checking whether gcc accepts -g... (cached) yes
22:13:49 [2023-04-12T22:13:49.323Z] #74 106.1 checking for gcc option to accept ISO C89... (cached) none needed
22:13:49 [2023-04-12T22:13:49.323Z] #74 106.1 checking whether gcc understands -c and -o together... (cached) yes
22:13:49 [2023-04-12T22:13:49.323Z] #74 106.1 checking for a Python interpreter with version >= 3... python3
22:13:49 [2023-04-12T22:13:49.323Z] #74 106.1 checking for python3... /usr/bin/python3
22:13:49 [2023-04-12T22:13:49.323Z] #74 106.1 checking for python3 version... 3.9
22:13:49 [2023-04-12T22:13:49.581Z] #74 106.2 checking for python3 platform... linux
22:13:49 [2023-04-12T22:13:49.581Z] #74 106.2 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
22:13:49 [2023-04-12T22:13:49.581Z] #74 106.3 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
22:13:49 [2023-04-12T22:13:49.839Z] #74 106.5 checking that generated files are newer than configure... done
22:13:49 [2023-04-12T22:13:49.840Z] #74 106.7 configure: creating ./config.status
22:13:51 [2023-04-12T22:13:51.741Z] #74 108.5 config.status: creating Makefile
22:13:51 [2023-04-12T22:13:51.741Z] #74 108.5 config.status: creating config.h
22:13:51 [2023-04-12T22:13:51.741Z] #74 108.6 config.status: executing libtool commands
22:13:51 [2023-04-12T22:13:51.741Z] #74 108.6 config.status: executing depfiles commands
22:13:52 [2023-04-12T22:13:52.675Z] #74 109.2 === configuring in yajl (/tmp/crun-build/libocispec/yajl)
22:13:52 [2023-04-12T22:13:52.675Z] #74 109.2 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
22:13:52 [2023-04-12T22:13:52.675Z] #74 109.5 checking for gcc... gcc
22:13:53 [2023-04-12T22:13:53.242Z] #74 109.6 checking whether the C compiler works... yes
22:13:53 [2023-04-12T22:13:53.242Z] #74 109.8 checking for C compiler default output file name... a.out
22:13:53 [2023-04-12T22:13:53.242Z] #74 109.8 checking for suffix of executables... 
22:13:53 [2023-04-12T22:13:53.242Z] #74 109.9 checking whether we are cross compiling... no
22:13:53 [2023-04-12T22:13:53.242Z] #74 110.1 checking for suffix of object files... o
22:13:53 [2023-04-12T22:13:53.242Z] #74 110.1 checking whether we are using the GNU C compiler... yes
22:13:53 [2023-04-12T22:13:53.500Z] #74 110.2 checking whether gcc accepts -g... yes
22:13:53 [2023-04-12T22:13:53.759Z] #74 110.2 checking for gcc option to accept ISO C89... none needed
22:13:53 [2023-04-12T22:13:53.759Z] #74 110.4 checking whether gcc understands -c and -o together... yes
22:13:53 [2023-04-12T22:13:53.759Z] #74 110.6 checking for a BSD-compatible install... /usr/bin/install -c
22:13:53 [2023-04-12T22:13:53.759Z] #74 110.6 checking whether build environment is sane... yes
22:13:53 [2023-04-12T22:13:53.759Z] #74 110.6 checking for a thread-safe mkdir -p... /bin/mkdir -p
22:13:53 [2023-04-12T22:13:53.759Z] #74 110.6 checking for gawk... no
22:13:53 [2023-04-12T22:13:53.759Z] #74 110.6 checking for mawk... mawk
22:13:53 [2023-04-12T22:13:53.759Z] #74 110.6 checking whether make sets $(MAKE)... yes
22:13:54 [2023-04-12T22:13:54.017Z] #74 110.7 checking whether make supports the include directive... yes (GNU style)
22:13:54 [2023-04-12T22:13:54.017Z] #74 110.7 checking whether make supports nested variables... yes
22:13:54 [2023-04-12T22:13:54.017Z] #74 110.7 checking whether UID '0' is supported by ustar format... yes
22:13:54 [2023-04-12T22:13:54.017Z] #74 110.7 checking whether GID '0' is supported by ustar format... yes
22:13:54 [2023-04-12T22:13:54.017Z] #74 110.7 checking how to create a ustar tar archive... gnutar
22:13:54 [2023-04-12T22:13:54.017Z] #74 110.8 checking dependency style of gcc... gcc3
22:13:54 [2023-04-12T22:13:54.276Z] #74 110.9 checking whether to enable maintainer-specific portions of Makefiles... yes
22:13:54 [2023-04-12T22:13:54.276Z] #74 110.9 checking whether make supports nested variables... (cached) yes
22:13:54 [2023-04-12T22:13:54.276Z] #74 111.0 checking build system type... aarch64-unknown-linux-gnu
22:13:54 [2023-04-12T22:13:54.534Z] #74 111.2 checking host system type... aarch64-unknown-linux-gnu
22:13:54 [2023-04-12T22:13:54.534Z] #74 111.2 checking how to print strings... printf
22:13:54 [2023-04-12T22:13:54.534Z] #74 111.2 checking for a sed that does not truncate output... /bin/sed
22:13:54 [2023-04-12T22:13:54.534Z] #74 111.2 checking for grep that handles long lines and -e... /bin/grep
22:13:54 [2023-04-12T22:13:54.534Z] #74 111.2 checking for egrep... /bin/grep -E
22:13:54 [2023-04-12T22:13:54.534Z] #74 111.2 checking for fgrep... /bin/grep -F
22:13:54 [2023-04-12T22:13:54.534Z] #74 111.3 checking for ld used by gcc... /usr/bin/ld
22:13:54 [2023-04-12T22:13:54.534Z] #74 111.3 checking if the linker (/usr/bin/ld) is GNU ld... yes
22:13:54 [2023-04-12T22:13:54.534Z] #74 111.3 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
22:13:54 [2023-04-12T22:13:54.534Z] #74 111.3 checking the name lister (/usr/bin/nm -B) interface... BSD nm
22:13:54 [2023-04-12T22:13:54.534Z] #74 111.4 checking whether ln -s works... yes
22:13:54 [2023-04-12T22:13:54.534Z] #74 111.4 checking the maximum length of command line arguments... 1572864
22:13:54 [2023-04-12T22:13:54.792Z] #74 111.4 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
22:13:54 [2023-04-12T22:13:54.792Z] #74 111.4 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
22:13:54 [2023-04-12T22:13:54.792Z] #74 111.4 checking for /usr/bin/ld option to reload object files... -r
22:13:54 [2023-04-12T22:13:54.792Z] #74 111.4 checking for objdump... objdump
22:13:54 [2023-04-12T22:13:54.792Z] #74 111.4 checking how to recognize dependent libraries... pass_all
22:13:54 [2023-04-12T22:13:54.792Z] #74 111.4 checking for dlltool... no
22:13:54 [2023-04-12T22:13:54.792Z] #74 111.4 checking how to associate runtime and link libraries... printf %s\n
22:13:54 [2023-04-12T22:13:54.792Z] #74 111.4 checking for ar... ar
22:13:54 [2023-04-12T22:13:54.792Z] #74 111.4 checking for archiver @FILE support... @
22:13:54 [2023-04-12T22:13:54.792Z] #74 111.5 checking for strip... strip
22:13:54 [2023-04-12T22:13:54.792Z] #74 111.5 checking for ranlib... ranlib
22:13:55 [2023-04-12T22:13:55.050Z] #74 111.5 checking command to parse /usr/bin/nm -B output from gcc object... ok
22:13:55 [2023-04-12T22:13:55.050Z] #74 111.7 checking for sysroot... no
22:13:55 [2023-04-12T22:13:55.050Z] #74 111.8 checking for a working dd... /bin/dd
22:13:55 [2023-04-12T22:13:55.050Z] #74 111.8 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
22:13:55 [2023-04-12T22:13:55.050Z] #74 111.8 checking for mt... no
22:13:55 [2023-04-12T22:13:55.050Z] #74 111.8 checking if : is a manifest tool... no
22:13:55 [2023-04-12T22:13:55.050Z] #74 111.8 checking how to run the C preprocessor... gcc -E
22:13:55 [2023-04-12T22:13:55.567Z] #74 112.0 checking for ANSI C header files... yes
22:13:55 [2023-04-12T22:13:55.825Z] #74 112.4 checking for sys/types.h... yes
22:13:55 [2023-04-12T22:13:55.825Z] #74 112.5 checking for sys/stat.h... yes
22:13:55 [2023-04-12T22:13:55.825Z] #74 112.6 checking for stdlib.h... yes
22:13:56 [2023-04-12T22:13:56.084Z] #74 112.8 checking for string.h... yes
22:13:56 [2023-04-12T22:13:56.084Z] #74 112.9 checking for memory.h... yes
22:13:56 [2023-04-12T22:13:56.342Z] #74 113.0 checking for strings.h... yes
22:13:56 [2023-04-12T22:13:56.342Z] #74 113.2 checking for inttypes.h... yes
22:13:56 [2023-04-12T22:13:56.600Z] #74 113.3 checking for stdint.h... yes
22:13:56 [2023-04-12T22:13:56.600Z] #74 113.4 checking for unistd.h... yes
22:13:56 [2023-04-12T22:13:56.859Z] #74 113.5 checking for dlfcn.h... yes
22:13:56 [2023-04-12T22:13:56.859Z] #74 113.6 checking for objdir... .libs
22:13:57 [2023-04-12T22:13:57.118Z] #74 113.8 checking if gcc supports -fno-rtti -fno-exceptions... no
22:13:57 [2023-04-12T22:13:57.118Z] #74 113.9 checking for gcc option to produce PIC... -fPIC -DPIC
22:13:57 [2023-04-12T22:13:57.377Z] #74 113.9 checking if gcc PIC flag -fPIC -DPIC works... yes
22:13:57 [2023-04-12T22:13:57.377Z] #74 114.0 checking if gcc static flag -static works... yes
22:13:57 [2023-04-12T22:13:57.635Z] #74 114.3 checking if gcc supports -c -o file.o... yes
22:13:57 [2023-04-12T22:13:57.635Z] #74 114.4 checking if gcc supports -c -o file.o... (cached) yes
22:13:57 [2023-04-12T22:13:57.635Z] #74 114.4 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
22:13:57 [2023-04-12T22:13:57.894Z] #74 114.4 checking dynamic linker characteristics... GNU/Linux ld.so
22:13:57 [2023-04-12T22:13:57.894Z] #74 114.6 checking how to hardcode library paths into programs... immediate
22:13:57 [2023-04-12T22:13:57.894Z] #74 114.6 checking whether stripping libraries is possible... yes
22:13:57 [2023-04-12T22:13:57.894Z] #74 114.7 checking if libtool supports shared libraries... yes
22:13:57 [2023-04-12T22:13:57.894Z] #74 114.7 checking whether to build shared libraries... no
22:13:57 [2023-04-12T22:13:57.894Z] #74 114.7 checking whether to build static libraries... yes
22:13:58 [2023-04-12T22:13:58.152Z] #74 114.7 checking float.h usability... yes
22:13:58 [2023-04-12T22:13:58.152Z] #74 114.8 checking float.h presence... yes
22:13:58 [2023-04-12T22:13:58.152Z] #74 114.8 checking for float.h... yes
22:13:58 [2023-04-12T22:13:58.152Z] #74 114.9 checking limits.h usability... yes
22:13:58 [2023-04-12T22:13:58.152Z] #74 114.9 checking limits.h presence... yes
22:13:58 [2023-04-12T22:13:58.152Z] #74 115.0 checking for limits.h... yes
22:13:58 [2023-04-12T22:13:58.152Z] #74 115.0 checking stddef.h usability... yes
22:13:58 [2023-04-12T22:13:58.410Z] #74 115.1 checking stddef.h presence... yes
22:13:58 [2023-04-12T22:13:58.410Z] #74 115.1 checking for stddef.h... yes
22:13:58 [2023-04-12T22:13:58.410Z] #74 115.1 checking for stdlib.h... (cached) yes
22:13:58 [2023-04-12T22:13:58.410Z] #74 115.2 checking for string.h... (cached) yes
22:13:58 [2023-04-12T22:13:58.410Z] #74 115.2 checking sys/time.h usability... yes
22:13:58 [2023-04-12T22:13:58.669Z] #74 115.3 checking sys/time.h presence... yes
22:13:58 [2023-04-12T22:13:58.669Z] #74 115.4 checking for sys/time.h... yes
22:13:58 [2023-04-12T22:13:58.669Z] #74 115.4 checking for inline... inline
22:13:58 [2023-04-12T22:13:58.927Z] #74 115.4 checking for size_t... yes
22:13:58 [2023-04-12T22:13:58.927Z] #74 115.6 checking for stdlib.h... (cached) yes
22:13:58 [2023-04-12T22:13:58.927Z] #74 115.6 checking for GNU libc compatible malloc... yes
22:13:58 [2023-04-12T22:13:58.927Z] #74 115.7 checking for stdlib.h... (cached) yes
22:13:58 [2023-04-12T22:13:58.927Z] #74 115.7 checking for GNU libc compatible realloc... yes
22:13:59 [2023-04-12T22:13:59.185Z] #74 115.8 checking for working strtod... yes
22:13:59 [2023-04-12T22:13:59.444Z] #74 115.9 checking for gettimeofday... yes
22:13:59 [2023-04-12T22:13:59.444Z] #74 116.1 checking for memset... yes
22:13:59 [2023-04-12T22:13:59.444Z] #74 116.3 checking for strspn... yes
22:13:59 [2023-04-12T22:13:59.704Z] #74 116.5 checking that generated files are newer than configure... done
22:13:59 [2023-04-12T22:13:59.704Z] #74 116.5 configure: creating ./config.status
22:14:01 [2023-04-12T22:14:01.604Z] #74 118.3 config.status: creating Makefile
22:14:01 [2023-04-12T22:14:01.604Z] #74 118.4 config.status: creating config.h
22:14:01 [2023-04-12T22:14:01.604Z] #74 118.4 config.status: executing depfiles commands
22:14:01 [2023-04-12T22:14:01.863Z] #74 118.5 config.status: executing libtool commands
22:14:02 [2023-04-12T22:14:02.430Z] #74 119.3   GEN      .version
22:14:02 [2023-04-12T22:14:02.688Z] #74 119.3 make  install-recursive
22:14:02 [2023-04-12T22:14:02.688Z] #74 119.3 make[1]: Entering directory '/tmp/crun-build'
22:14:02 [2023-04-12T22:14:02.688Z] #74 119.4 Making install in libocispec
22:14:02 [2023-04-12T22:14:02.688Z] #74 119.4 make[2]: Entering directory '/tmp/crun-build/libocispec'
22:14:02 [2023-04-12T22:14:02.688Z] #74 119.5 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema
22:14:02 [2023-04-12T22:14:02.688Z] #74 119.5 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema
22:14:02 [2023-04-12T22:14:02.688Z] #74 119.5 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems
22:14:02 [2023-04-12T22:14:02.945Z] #74 119.5 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic
22:14:03 [2023-04-12T22:14:03.203Z] #74 120.0 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success
22:14:03 [2023-04-12T22:14:03.203Z] #74 120.0 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success
22:14:03 [2023-04-12T22:14:03.203Z] #74 120.0 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success
22:14:03 [2023-04-12T22:14:03.203Z] #74 120.0 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success
22:14:03 [2023-04-12T22:14:03.203Z] #74 120.0 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success
22:14:03 [2023-04-12T22:14:03.203Z] #74 120.0 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success
22:14:03 [2023-04-12T22:14:03.203Z] #74 120.0 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success
22:14:03 [2023-04-12T22:14:03.203Z] #74 120.0 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success
22:14:03 [2023-04-12T22:14:03.203Z] #74 120.0 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success
22:14:03 [2023-04-12T22:14:03.461Z] #74 120.2 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success
22:14:03 [2023-04-12T22:14:03.461Z] #74 120.2 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success
22:14:03 [2023-04-12T22:14:03.461Z] #74 120.2 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success
22:14:03 [2023-04-12T22:14:03.461Z] #74 120.2 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs.json       Success
22:14:03 [2023-04-12T22:14:03.461Z] #74 120.2 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success
22:14:03 [2023-04-12T22:14:03.461Z] #74 120.2 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success
22:14:03 [2023-04-12T22:14:03.461Z] #74 120.2 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success
22:14:04 [2023-04-12T22:14:04.027Z] #74 120.7 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success
22:14:04 [2023-04-12T22:14:04.027Z] #74 120.7 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs.json     Success
22:14:04 [2023-04-12T22:14:04.027Z] #74 120.7 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success
22:14:04 [2023-04-12T22:14:04.027Z] #74 120.7 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success
22:14:04 [2023-04-12T22:14:04.027Z] #74 120.7 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json  Success
22:14:04 [2023-04-12T22:14:04.027Z] #74 120.7 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success
22:14:04 [2023-04-12T22:14:04.027Z] #74 120.7 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success
22:14:04 [2023-04-12T22:14:04.027Z] #74 120.7 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success
22:14:04 [2023-04-12T22:14:04.027Z] #74 120.7 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success
22:14:04 [2023-04-12T22:14:04.027Z] #74 120.7 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success
22:14:04 [2023-04-12T22:14:04.027Z] #74 120.7 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success
22:14:04 [2023-04-12T22:14:04.027Z] #74 120.7 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success
22:14:04 [2023-04-12T22:14:04.027Z] #74 120.7 make  install-recursive
22:14:04 [2023-04-12T22:14:04.027Z] #74 120.7 make[3]: Entering directory '/tmp/crun-build/libocispec'
22:14:04 [2023-04-12T22:14:04.027Z] #74 120.8 Making install in yajl
22:14:04 [2023-04-12T22:14:04.027Z] #74 120.8 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl'
22:14:04 [2023-04-12T22:14:04.027Z] #74 120.9   CC       verify/json_verify-json_verify.o
22:14:04 [2023-04-12T22:14:04.027Z] #74 120.9   CC       src/libyajl_la-yajl_alloc.lo
22:14:04 [2023-04-12T22:14:04.027Z] #74 120.9   CC       src/libyajl_la-yajl.lo
22:14:04 [2023-04-12T22:14:04.027Z] #74 120.9   CC       src/libyajl_la-yajl_gen.lo
22:14:04 [2023-04-12T22:14:04.027Z] #74 120.9   CC       src/libyajl_la-yajl_parser.lo
22:14:04 [2023-04-12T22:14:04.027Z] #74 120.9   CC       src/libyajl_la-yajl_buf.lo
22:14:04 [2023-04-12T22:14:04.027Z] #74 120.9   CC       src/libyajl_la-yajl_encode.lo
22:14:04 [2023-04-12T22:14:04.027Z] #74 120.9   CC       src/libyajl_la-yajl_lex.lo
22:14:04 [2023-04-12T22:14:04.027Z] #74 121.0   CC       src/libyajl_la-yajl_tree.lo
22:14:08 [2023-04-12T22:14:08.229Z] #74 124.7   CCLD     libyajl.la
22:14:08 [2023-04-12T22:14:08.229Z] #74 124.9   CCLD     verify/json_verify
22:14:08 [2023-04-12T22:14:08.487Z] #74 125.3 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl'
22:14:08 [2023-04-12T22:14:08.487Z] #74 125.3 make[5]: Nothing to be done for 'install-exec-am'.
22:14:08 [2023-04-12T22:14:08.487Z] #74 125.3 make[5]: Nothing to be done for 'install-data-am'.
22:14:08 [2023-04-12T22:14:08.487Z] #74 125.3 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl'
22:14:08 [2023-04-12T22:14:08.487Z] #74 125.3 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl'
22:14:08 [2023-04-12T22:14:08.487Z] #74 125.3 make[4]: Entering directory '/tmp/crun-build/libocispec'
22:14:08 [2023-04-12T22:14:08.487Z] #74 125.4   CC       src/validate.o
22:14:08 [2023-04-12T22:14:08.745Z] #74 125.4   CC       src/image_spec_schema_config_schema.lo
22:14:08 [2023-04-12T22:14:08.745Z] #74 125.4   CC       src/image_spec_schema_content_descriptor.lo
22:14:08 [2023-04-12T22:14:08.745Z] #74 125.4   CC       src/image_spec_schema_defs.lo
22:14:08 [2023-04-12T22:14:08.745Z] #74 125.4   CC       src/image_spec_schema_defs_descriptor.lo
22:14:08 [2023-04-12T22:14:08.745Z] #74 125.4   CC       src/image_spec_schema_image_index_schema.lo
22:14:08 [2023-04-12T22:14:08.745Z] #74 125.4   CC       src/image_spec_schema_image_layout_schema.lo
22:14:08 [2023-04-12T22:14:08.745Z] #74 125.4   CC       src/image_spec_schema_image_manifest_schema.lo
22:14:08 [2023-04-12T22:14:08.745Z] #74 125.4   CC       src/runtime_spec_schema_config_linux.lo
22:14:08 [2023-04-12T22:14:08.745Z] #74 125.5   CC       src/runtime_spec_schema_config_zos.lo
22:14:08 [2023-04-12T22:14:08.745Z] #74 125.5   CC       src/runtime_spec_schema_config_schema.lo
22:14:08 [2023-04-12T22:14:08.745Z] #74 125.5   CC       src/runtime_spec_schema_config_solaris.lo
22:14:08 [2023-04-12T22:14:08.745Z] #74 125.5   CC       src/runtime_spec_schema_config_vm.lo
22:14:08 [2023-04-12T22:14:08.745Z] #74 125.6   CC       src/runtime_spec_schema_config_windows.lo
22:14:09 [2023-04-12T22:14:09.002Z] #74 125.6   CC       src/runtime_spec_schema_defs.lo
22:14:09 [2023-04-12T22:14:09.002Z] #74 125.7   CC       src/runtime_spec_schema_defs_linux.lo
22:14:09 [2023-04-12T22:14:09.002Z] #74 125.8   CC       src/runtime_spec_schema_defs_zos.lo
22:14:09 [2023-04-12T22:14:09.002Z] #74 125.8   CC       src/runtime_spec_schema_defs_vm.lo
22:14:09 [2023-04-12T22:14:09.002Z] #74 125.9   CC       src/runtime_spec_schema_defs_windows.lo
22:14:09 [2023-04-12T22:14:09.261Z] #74 125.9   CC       src/runtime_spec_schema_state_schema.lo
22:14:09 [2023-04-12T22:14:09.261Z] #74 126.0   CC       src/image_manifest_items_image_manifest_items_schema.lo
22:14:09 [2023-04-12T22:14:09.261Z] #74 126.1   CC       src/basic_test_double_array_item.lo
22:14:09 [2023-04-12T22:14:09.261Z] #74 126.2   CC       src/basic_test_double_array.lo
22:14:09 [2023-04-12T22:14:09.519Z] #74 126.2   CC       src/basic_test_top_array_int.lo
22:14:09 [2023-04-12T22:14:09.777Z] #74 126.4   CC       src/basic_test_top_array_string.lo
22:14:09 [2023-04-12T22:14:09.777Z] #74 126.5   CC       src/basic_test_top_double_array_int.lo
22:14:09 [2023-04-12T22:14:09.777Z] #74 126.6   CC       src/basic_test_top_double_array_obj.lo
22:14:10 [2023-04-12T22:14:10.036Z] #74 126.7   CC       src/basic_test_top_double_array_refobj.lo
22:14:10 [2023-04-12T22:14:10.294Z] #74 126.9   CC       src/basic_test_top_double_array_string.lo
22:14:10 [2023-04-12T22:14:10.294Z] #74 127.0   CC       src/read-file.lo
22:14:10 [2023-04-12T22:14:10.552Z] #74 127.3   CC       src/json_common.lo
22:14:10 [2023-04-12T22:14:10.552Z] #74 127.3   CC       tests/test-1.o
22:14:10 [2023-04-12T22:14:10.552Z] #74 127.4   CC       tests/test-2.o
22:14:10 [2023-04-12T22:14:10.810Z] #74 127.5   CC       tests/test-3.o
22:14:11 [2023-04-12T22:14:11.068Z] #74 127.8   CC       tests/test-4.o
22:14:11 [2023-04-12T22:14:11.326Z] #74 128.0   CC       tests/test-5.o
22:14:11 [2023-04-12T22:14:11.326Z] #74 128.0   CC       tests/test-6.o
22:14:11 [2023-04-12T22:14:11.326Z] #74 128.2   CC       tests/test-7.o
22:14:11 [2023-04-12T22:14:11.584Z] #74 128.3   CC       tests/test-8.o
22:14:11 [2023-04-12T22:14:11.842Z] #74 128.5   CC       tests/test-9.o
22:14:11 [2023-04-12T22:14:11.842Z] #74 128.6   CC       tests/test-10.o
22:14:12 [2023-04-12T22:14:12.099Z] #74 128.9   CC       tests/test-11.o
22:14:44 [2023-04-12T22:14:44.164Z] #74 155.6   CCLD     libocispec.la
22:14:44 [2023-04-12T22:14:44.164Z] #74 156.0   CCLD     src/validate
22:14:44 [2023-04-12T22:14:44.164Z] #74 156.0   CCLD     tests/test-1
22:14:44 [2023-04-12T22:14:44.164Z] #74 156.0   CCLD     tests/test-2
22:14:44 [2023-04-12T22:14:44.164Z] #74 156.0   CCLD     tests/test-3
22:14:44 [2023-04-12T22:14:44.164Z] #74 156.0   CCLD     tests/test-4
22:14:44 [2023-04-12T22:14:44.164Z] #74 156.0   CCLD     tests/test-5
22:14:44 [2023-04-12T22:14:44.164Z] #74 156.1   CCLD     tests/test-6
22:14:44 [2023-04-12T22:14:44.164Z] #74 156.2   CCLD     tests/test-7
22:14:44 [2023-04-12T22:14:44.164Z] #74 156.3   CCLD     tests/test-8
22:14:44 [2023-04-12T22:14:44.164Z] #74 156.4   CCLD     tests/test-9
22:14:44 [2023-04-12T22:14:44.164Z] #74 156.5 /bin/bash ./libtool --mode=link  libocispec.la -o libocispec.a
22:14:44 [2023-04-12T22:14:44.164Z] #74 156.6   CCLD     tests/test-10
22:14:44 [2023-04-12T22:14:44.164Z] #74 156.6   CCLD     tests/test-11
22:14:44 [2023-04-12T22:14:44.164Z] #74 157.9 libtool: link: ar cr libocispec.a 
22:14:44 [2023-04-12T22:14:44.164Z] #74 158.0 libtool: link: ranlib libocispec.a
22:14:44 [2023-04-12T22:14:44.164Z] #74 159.4 make[5]: Entering directory '/tmp/crun-build/libocispec'
22:14:44 [2023-04-12T22:14:44.164Z] #74 159.5 make[5]: Nothing to be done for 'install-exec-am'.
22:14:44 [2023-04-12T22:14:44.164Z] #74 159.5 make[5]: Nothing to be done for 'install-data-am'.
22:14:44 [2023-04-12T22:14:44.164Z] #74 159.5 make[5]: Leaving directory '/tmp/crun-build/libocispec'
22:14:44 [2023-04-12T22:14:44.164Z] #74 159.5 make[4]: Leaving directory '/tmp/crun-build/libocispec'
22:14:44 [2023-04-12T22:14:44.164Z] #74 159.5 make[3]: Leaving directory '/tmp/crun-build/libocispec'
22:14:44 [2023-04-12T22:14:44.164Z] #74 159.5 make[2]: Leaving directory '/tmp/crun-build/libocispec'
22:14:44 [2023-04-12T22:14:44.164Z] #74 159.5 make[2]: Entering directory '/tmp/crun-build'
22:14:44 [2023-04-12T22:14:44.164Z] #74 159.6   CC       src/libcrun/libcrun_testing_a-utils.o
22:14:44 [2023-04-12T22:14:44.164Z] #74 159.6   CC       src/libcrun/libcrun_testing_a-cloned_binary.o
22:14:44 [2023-04-12T22:14:44.164Z] #74 159.6   CC       src/libcrun/libcrun_testing_a-container.o
22:14:44 [2023-04-12T22:14:44.164Z] #74 159.6   CC       src/libcrun/libcrun_testing_a-cgroup.o
22:14:44 [2023-04-12T22:14:44.164Z] #74 159.6   CC       src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o
22:14:44 [2023-04-12T22:14:44.164Z] #74 159.6   CC       src/libcrun/libcrun_testing_a-cgroup-resources.o
22:14:44 [2023-04-12T22:14:44.164Z] #74 159.6   CC       src/libcrun/libcrun_testing_a-cgroup-setup.o
22:14:44 [2023-04-12T22:14:44.164Z] #74 159.7   CC       src/libcrun/libcrun_testing_a-cgroup-systemd.o
22:14:44 [2023-04-12T22:14:44.164Z] #74 159.7   CC       src/libcrun/libcrun_testing_a-cgroup-utils.o
22:14:44 [2023-04-12T22:14:44.164Z] #74 159.7   CC       src/libcrun/libcrun_testing_a-criu.o
22:14:44 [2023-04-12T22:14:44.164Z] #74 159.8   CC       src/libcrun/libcrun_testing_a-custom-handler.o
22:14:44 [2023-04-12T22:14:44.164Z] #74 159.8   CC       src/libcrun/libcrun_testing_a-linux.o
22:14:44 [2023-04-12T22:14:44.164Z] #74 159.8   CC       src/libcrun/libcrun_testing_a-seccomp.o
22:14:44 [2023-04-12T22:14:44.164Z] #74 159.9   CC       src/libcrun/libcrun_testing_a-ebpf.o
22:14:44 [2023-04-12T22:14:44.164Z] #74 160.0   CC       src/libcrun/libcrun_testing_a-error.o
22:14:44 [2023-04-12T22:14:44.164Z] #74 160.0   CC       src/libcrun/libcrun_testing_a-status.o
22:14:44 [2023-04-12T22:14:44.164Z] #74 160.1   CC       src/libcrun/libcrun_testing_a-terminal.o
22:14:44 [2023-04-12T22:14:44.164Z] #74 160.2   CC       src/libcrun/libcrun_testing_a-chroot_realpath.o
22:14:44 [2023-04-12T22:14:44.164Z] #74 160.3   CC       src/libcrun/libcrun_testing_a-signals.o
22:14:44 [2023-04-12T22:14:44.164Z] #74 160.4   CC       src/libcrun/libcrun_testing_a-mount_flags.o
22:14:44 [2023-04-12T22:14:44.164Z] #74 160.6   CC       src/libcrun/libcrun_testing_a-seccomp_notify.o
22:14:44 [2023-04-12T22:14:44.164Z] #74 160.6   CC       src/libcrun/handlers/libcrun_testing_a-handler-utils.o
22:14:44 [2023-04-12T22:14:44.164Z] #74 160.7   CC       src/libcrun/handlers/libcrun_testing_a-krun.o
22:14:44 [2023-04-12T22:14:44.164Z] #74 160.8   CC       src/libcrun/handlers/libcrun_testing_a-wasmedge.o
22:14:44 [2023-04-12T22:14:44.164Z] #74 160.9   CC       src/libcrun/handlers/libcrun_testing_a-wasmer.o
22:14:44 [2023-04-12T22:14:44.422Z] #74 161.1   CC       tests/tests_libcrun_errors-tests_libcrun_errors.o
22:14:44 [2023-04-12T22:14:44.422Z] #74 161.2   CC       tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o
22:14:44 [2023-04-12T22:14:44.681Z] #74 161.4   CC       src/crun-crun.o
22:14:44 [2023-04-12T22:14:44.939Z] #74 161.5   CC       src/crun-run.o
22:14:44 [2023-04-12T22:14:44.939Z] #74 161.6   CC       src/crun-delete.o
22:14:44 [2023-04-12T22:14:44.939Z] #74 161.7   CC       src/crun-kill.o
22:14:45 [2023-04-12T22:14:45.197Z] #74 161.8   CC       src/crun-pause.o
22:14:45 [2023-04-12T22:14:45.456Z] #74 162.0   CC       src/crun-unpause.o
22:14:45 [2023-04-12T22:14:45.456Z] #74 162.1   CC       src/crun-spec.o
22:14:45 [2023-04-12T22:14:45.456Z] #74 162.2   CC       src/crun-exec.o
22:14:45 [2023-04-12T22:14:45.714Z] #74 162.3   CC       src/crun-list.o
22:14:45 [2023-04-12T22:14:45.714Z] #74 162.4   CC       src/crun-create.o
22:14:45 [2023-04-12T22:14:45.972Z] #74 162.6   CC       src/crun-start.o
22:14:45 [2023-04-12T22:14:45.972Z] #74 162.7   CC       src/crun-state.o
22:14:45 [2023-04-12T22:14:45.972Z] #74 162.8   CC       src/crun-update.o
22:14:46 [2023-04-12T22:14:46.231Z] #74 162.9   CC       src/crun-ps.o
22:14:46 [2023-04-12T22:14:46.231Z] #74 163.1   CC       src/crun-checkpoint.o
22:14:46 [2023-04-12T22:14:46.489Z] #74 163.2   CC       src/crun-restore.o
22:14:46 [2023-04-12T22:14:46.748Z] #74 163.4   CC       src/libcrun/libcrun_la-utils.lo
22:14:46 [2023-04-12T22:14:46.748Z] #74 163.6   CC       src/libcrun/libcrun_la-cloned_binary.lo
22:14:47 [2023-04-12T22:14:47.007Z] #74 163.8   CC       src/libcrun/libcrun_la-container.lo
22:14:47 [2023-04-12T22:14:47.266Z] #74 164.0   CC       src/libcrun/libcrun_la-cgroup.lo
22:14:47 [2023-04-12T22:14:47.524Z] #74 164.2   CC       src/libcrun/libcrun_la-cgroup-cgroupfs.lo
22:14:47 [2023-04-12T22:14:47.524Z] #74 164.3   CC       src/libcrun/libcrun_la-cgroup-resources.lo
22:14:48 [2023-04-12T22:14:48.091Z] #74 164.7   CC       src/libcrun/libcrun_la-cgroup-setup.lo
22:14:48 [2023-04-12T22:14:48.091Z] #74 165.0   CC       src/libcrun/libcrun_la-cgroup-systemd.lo
22:14:48 [2023-04-12T22:14:48.658Z] #74 165.2   CC       src/libcrun/libcrun_la-cgroup-utils.lo
22:14:48 [2023-04-12T22:14:48.658Z] #74 165.4   CC       src/libcrun/libcrun_la-criu.lo
22:14:49 [2023-04-12T22:14:49.593Z] #74 166.3   CC       src/libcrun/libcrun_la-custom-handler.lo
22:14:49 [2023-04-12T22:14:49.593Z] #74 ...
22:14:49 [2023-04-12T22:14:49.593Z] 
22:14:49 [2023-04-12T22:14:49.593Z] #77 [dockercli 3/3] RUN --mount=from=dockercli-src,src=/usr/src/dockercli,rw     --mount=type=cache,target=/root/.cache/go-build,id=dockercli-build-linux/arm64 <<EOT (set -e...)
22:14:49 [2023-04-12T22:14:49.593Z] #77 DONE 159.0s
22:14:49 [2023-04-12T22:14:49.852Z] 
22:14:49 [2023-04-12T22:14:49.852Z] #58 [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
22:14:50 [2023-04-12T22:14:50.418Z] #58 ...
22:14:50 [2023-04-12T22:14:50.418Z] 
22:14:50 [2023-04-12T22:14:50.418Z] #74 [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
22:14:50 [2023-04-12T22:14:50.418Z] #74 167.1   CC       src/libcrun/libcrun_la-linux.lo
22:14:50 [2023-04-12T22:14:50.985Z] #74 ...
22:14:50 [2023-04-12T22:14:50.985Z] 
22:14:50 [2023-04-12T22:14:50.985Z] #83 [dev-systemd-false  1/20] COPY --from=dockercli     /build/ /usr/local/cli
22:14:50 [2023-04-12T22:14:50.985Z] #83 DONE 0.1s
22:14:50 [2023-04-12T22:14:50.985Z] 
22:14:50 [2023-04-12T22:14:50.985Z] #84 [dev-systemd-false  2/20] COPY --from=frozen-images /build/ /docker-frozen-images
22:14:52 [2023-04-12T22:14:52.360Z] #84 DONE 1.5s
22:14:52 [2023-04-12T22:14:52.360Z] 
22:14:52 [2023-04-12T22:14:52.360Z] #85 [dev-systemd-false  3/20] COPY --from=swagger       /build/ /usr/local/bin/
22:14:52 [2023-04-12T22:14:52.619Z] #85 DONE 0.2s
22:14:52 [2023-04-12T22:14:52.619Z] 
22:14:52 [2023-04-12T22:14:52.619Z] #86 [dev-systemd-false  4/20] COPY --from=delve         /build/ /usr/local/bin/
22:14:52 [2023-04-12T22:14:52.877Z] #86 DONE 0.2s
22:14:52 [2023-04-12T22:14:52.877Z] 
22:14:52 [2023-04-12T22:14:52.877Z] #87 [dev-systemd-false  5/20] COPY --from=tomll         /build/ /usr/local/bin/
22:14:53 [2023-04-12T22:14:53.136Z] #87 DONE 0.1s
22:14:53 [2023-04-12T22:14:53.136Z] 
22:14:53 [2023-04-12T22:14:53.136Z] #88 [dev-systemd-false  6/20] COPY --from=gowinres      /build/ /usr/local/bin/
22:14:53 [2023-04-12T22:14:53.136Z] #88 DONE 0.2s
22:14:53 [2023-04-12T22:14:53.136Z] 
22:14:53 [2023-04-12T22:14:53.136Z] #89 [dev-systemd-false  7/20] COPY --from=tini          /build/ /usr/local/bin/
22:14:53 [2023-04-12T22:14:53.394Z] #89 DONE 0.4s
22:14:53 [2023-04-12T22:14:53.394Z] 
22:14:53 [2023-04-12T22:14:53.394Z] #90 [dev-systemd-false  8/20] COPY --from=registry      /build/ /usr/local/bin/
22:14:53 [2023-04-12T22:14:53.653Z] #90 DONE 0.1s
22:14:53 [2023-04-12T22:14:53.653Z] 
22:14:53 [2023-04-12T22:14:53.653Z] #91 [dev-systemd-false  9/20] COPY --from=criu          /build/ /usr/local/bin/
22:14:53 [2023-04-12T22:14:53.653Z] #91 DONE 0.1s
22:14:53 [2023-04-12T22:14:53.653Z] 
22:14:53 [2023-04-12T22:14:53.653Z] #74 [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
22:14:53 [2023-04-12T22:14:53.653Z] #74 168.0   CC       src/libcrun/libcrun_la-seccomp.lo
22:14:53 [2023-04-12T22:14:53.653Z] #74 168.1   CC       src/libcrun/libcrun_la-ebpf.lo
22:14:53 [2023-04-12T22:14:53.653Z] #74 168.5   CC       src/libcrun/libcrun_la-error.lo
22:14:53 [2023-04-12T22:14:53.653Z] #74 168.8   CC       src/libcrun/libcrun_la-status.lo
22:14:53 [2023-04-12T22:14:53.653Z] #74 168.9   CC       src/libcrun/libcrun_la-terminal.lo
22:14:53 [2023-04-12T22:14:53.653Z] #74 169.1   CC       src/libcrun/libcrun_la-chroot_realpath.lo
22:14:53 [2023-04-12T22:14:53.653Z] #74 169.6   CC       src/libcrun/libcrun_la-signals.lo
22:14:53 [2023-04-12T22:14:53.653Z] #74 169.6   CC       src/libcrun/libcrun_la-mount_flags.lo
22:14:53 [2023-04-12T22:14:53.653Z] #74 170.2   CC       src/libcrun/libcrun_la-seccomp_notify.lo
22:14:53 [2023-04-12T22:14:53.653Z] #74 170.4   CC       src/libcrun/handlers/libcrun_la-handler-utils.lo
22:14:53 [2023-04-12T22:14:53.653Z] #74 ...
22:14:53 [2023-04-12T22:14:53.653Z] 
22:14:53 [2023-04-12T22:14:53.653Z] #92 [dev-systemd-false 10/20] COPY --from=gotestsum     /build/ /usr/local/bin/
22:14:53 [2023-04-12T22:14:53.653Z] #92 DONE 0.1s
22:14:53 [2023-04-12T22:14:53.911Z] 
22:14:53 [2023-04-12T22:14:53.911Z] #74 [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
22:14:53 [2023-04-12T22:14:53.911Z] #74 170.6   CC       src/libcrun/handlers/libcrun_la-krun.lo
22:14:54 [2023-04-12T22:14:54.478Z] #74 171.1   CC       src/libcrun/handlers/libcrun_la-wasmedge.lo
22:14:55 [2023-04-12T22:14:55.852Z] #74 172.4   CC       src/libcrun/handlers/libcrun_la-wasmer.lo
22:14:56 [2023-04-12T22:14:56.419Z] #74 173.0   CC       tests/init.o
22:14:56 [2023-04-12T22:14:56.677Z] #74 173.3   CC       tests/tests_libcrun_utils-tests_libcrun_utils.o
22:14:58 [2023-04-12T22:14:58.579Z] #74 ...
22:14:58 [2023-04-12T22:14:58.579Z] 
22:14:58 [2023-04-12T22:14:58.579Z] #75 [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...)
22:14:58 [2023-04-12T22:14:58.579Z] #75 DONE 174.4s
22:14:58 [2023-04-12T22:14:58.579Z] 
22:14:58 [2023-04-12T22:14:58.579Z] #58 [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
22:15:06 [2023-04-12T22:15:06.688Z] #58 ...
22:15:06 [2023-04-12T22:15:06.688Z] 
22:15:06 [2023-04-12T22:15:06.688Z] #74 [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
22:15:06 [2023-04-12T22:15:06.688Z] #74 182.7   CCLD     tests/init
22:15:16 [2023-04-12T22:15:16.661Z] #74 192.7   AR       libcrun_testing.a
22:15:16 [2023-04-12T22:15:16.661Z] #74 192.7 ar: `u' modifier ignored since `D' is the default (see `U')
22:15:16 [2023-04-12T22:15:16.661Z] #74 192.7   CCLD     tests/tests_libcrun_utils
22:15:16 [2023-04-12T22:15:16.661Z] #74 192.7   CCLD     tests/tests_libcrun_errors
22:15:16 [2023-04-12T22:15:16.661Z] #74 192.8   CCLD     tests/tests_libcrun_fuzzer
22:15:16 [2023-04-12T22:15:16.919Z] #74 193.6   CCLD     libcrun.la
22:15:17 [2023-04-12T22:15:17.178Z] #74 193.9   CCLD     crun
22:15:17 [2023-04-12T22:15:17.437Z] #74 194.3 make[3]: Entering directory '/tmp/crun-build'
22:15:17 [2023-04-12T22:15:17.696Z] #74 194.4  /bin/mkdir -p '/usr/local/lib'
22:15:17 [2023-04-12T22:15:17.696Z] #74 194.4  /bin/mkdir -p '/usr/local/share/man/man1'
22:15:17 [2023-04-12T22:15:17.696Z] #74 194.4  /bin/bash ./libtool   --mode=install /usr/bin/install -c   libcrun.la '/usr/local/lib'
22:15:17 [2023-04-12T22:15:17.696Z] #74 194.5  /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1'
22:15:17 [2023-04-12T22:15:17.696Z] #74 194.5 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la
22:15:17 [2023-04-12T22:15:17.696Z] #74 194.5 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a
22:15:17 [2023-04-12T22:15:17.696Z] #74 194.5 libtool: install: chmod 644 /usr/local/lib/libcrun.a
22:15:17 [2023-04-12T22:15:17.696Z] #74 194.5 libtool: install: ranlib /usr/local/lib/libcrun.a
22:15:17 [2023-04-12T22:15:17.696Z] #74 194.6 libtool: finish: PATH="/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib
22:15:17 [2023-04-12T22:15:17.954Z] #74 194.6 ----------------------------------------------------------------------
22:15:17 [2023-04-12T22:15:17.954Z] #74 194.6 Libraries have been installed in:
22:15:17 [2023-04-12T22:15:17.954Z] #74 194.6    /usr/local/lib
22:15:17 [2023-04-12T22:15:17.954Z] #74 194.6 
22:15:17 [2023-04-12T22:15:17.954Z] #74 194.6 If you ever happen to want to link against installed libraries
22:15:17 [2023-04-12T22:15:17.954Z] #74 194.6 in a given directory, LIBDIR, you must either use libtool, and
22:15:17 [2023-04-12T22:15:17.954Z] #74 194.6 specify the full pathname of the library, or use the '-LLIBDIR'
22:15:17 [2023-04-12T22:15:17.954Z] #74 194.6 flag during linking and do at least one of the following:
22:15:17 [2023-04-12T22:15:17.954Z] #74 194.6    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
22:15:17 [2023-04-12T22:15:17.954Z] #74 194.6      during execution
22:15:17 [2023-04-12T22:15:17.954Z] #74 194.6    - add LIBDIR to the 'LD_RUN_PATH' environment variable
22:15:17 [2023-04-12T22:15:17.954Z] #74 194.6      during linking
22:15:17 [2023-04-12T22:15:17.954Z] #74 194.6    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
22:15:17 [2023-04-12T22:15:17.954Z] #74 194.6    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
22:15:17 [2023-04-12T22:15:17.954Z] #74 194.6 
22:15:17 [2023-04-12T22:15:17.954Z] #74 194.6 See any operating system documentation about shared libraries for
22:15:17 [2023-04-12T22:15:17.954Z] #74 194.6 more information, such as the ld(1) and ld.so(8) manual pages.
22:15:17 [2023-04-12T22:15:17.954Z] #74 194.6 ----------------------------------------------------------------------
22:15:17 [2023-04-12T22:15:17.954Z] #74 194.6  /bin/mkdir -p '/build'
22:15:17 [2023-04-12T22:15:17.954Z] #74 194.6   /bin/bash ./libtool   --mode=install /usr/bin/install -c crun '/build'
22:15:17 [2023-04-12T22:15:17.954Z] #74 194.7 libtool: install: /usr/bin/install -c crun /build/crun
22:15:17 [2023-04-12T22:15:17.954Z] #74 194.7 make[3]: Leaving directory '/tmp/crun-build'
22:15:17 [2023-04-12T22:15:17.954Z] #74 194.7 make[2]: Leaving directory '/tmp/crun-build'
22:15:17 [2023-04-12T22:15:17.954Z] #74 194.7 make[1]: Leaving directory '/tmp/crun-build'
22:15:18 [2023-04-12T22:15:18.521Z] #74 DONE 195.1s
22:15:18 [2023-04-12T22:15:18.521Z] 
22:15:18 [2023-04-12T22:15:18.521Z] #76 [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...)
22:15:22 [2023-04-12T22:15:22.709Z] #76 182.9 + bin/containerd
22:15:22 [2023-04-12T22:15:22.968Z] #76 182.9 go build  -gcflags=-trimpath=/go/src  -o bin/containerd -ldflags '-X github.com/containerd/containerd/version.Version=v1.7.0 -X github.com/containerd/containerd/version.Revision=1fbd70374134b891f97ce19c70b6e50c7b9f4e0d -X github.com/containerd/containerd/version.Package=github.com/containerd/containerd -s -w -extldflags "-static" ' -tags "urfave_cli_no_docs osusergo netgo static_build"  ./cmd/containerd
22:15:25 [2023-04-12T22:15:25.500Z] #76 ...
22:15:25 [2023-04-12T22:15:25.500Z] 
22:15:25 [2023-04-12T22:15:25.500Z] #58 [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
22:15:25 [2023-04-12T22:15:25.500Z] #58 242.6 golangci-lint has version v1.51.2 built from (unknown, mod sum: "h1:yIcsT1X9ZYHdSpeWXRT1ORC/FPGSqDHbHsu9uk4FK7M=") on (unknown)
22:15:25 [2023-04-12T22:15:25.500Z] #58 DONE 243.1s
22:15:25 [2023-04-12T22:15:25.758Z] 
22:15:25 [2023-04-12T22:15:25.758Z] #76 [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...)
22:15:27 [2023-04-12T22:15:27.153Z] #76 ...
22:15:27 [2023-04-12T22:15:27.153Z] 
22:15:27 [2023-04-12T22:15:27.153Z] #93 [dev-systemd-false 11/20] COPY --from=golangci_lint /build/ /usr/local/bin/
22:15:27 [2023-04-12T22:15:27.153Z] #93 DONE 0.2s
22:15:27 [2023-04-12T22:15:27.153Z] 
22:15:27 [2023-04-12T22:15:27.153Z] #94 [dev-systemd-false 12/20] COPY --from=shfmt         /build/ /usr/local/bin/
22:15:27 [2023-04-12T22:15:27.153Z] #94 DONE 0.1s
22:15:27 [2023-04-12T22:15:27.153Z] 
22:15:27 [2023-04-12T22:15:27.153Z] #95 [dev-systemd-false 13/20] COPY --from=runc          /build/ /usr/local/bin/
22:15:27 [2023-04-12T22:15:27.423Z] #95 DONE 0.1s
22:15:27 [2023-04-12T22:15:27.423Z] 
22:15:27 [2023-04-12T22:15:27.423Z] #76 [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...)
22:16:06 [2023-04-12T22:16:06.142Z] #76 224.0 + bin/containerd-stress
22:16:06 [2023-04-12T22:16:06.142Z] #76 224.0 go build  -gcflags=-trimpath=/go/src  -o bin/containerd-stress -ldflags '-X github.com/containerd/containerd/version.Version=v1.7.0 -X github.com/containerd/containerd/version.Revision=1fbd70374134b891f97ce19c70b6e50c7b9f4e0d -X github.com/containerd/containerd/version.Package=github.com/containerd/containerd -s -w -extldflags "-static" ' -tags "urfave_cli_no_docs osusergo netgo static_build"  ./cmd/containerd-stress
22:16:06 [2023-04-12T22:16:06.142Z] #76 225.5 + bin/containerd-shim
22:16:06 [2023-04-12T22:16:06.142Z] #76 226.1 + bin/containerd-shim-runc-v1
22:16:07 [2023-04-12T22:16:07.075Z] #76 227.1 + bin/containerd-shim-runc-v2
22:16:08 [2023-04-12T22:16:08.009Z] #76 228.0 + binaries
22:16:08 [2023-04-12T22:16:08.575Z] #76 DONE 228.7s
22:16:09 [2023-04-12T22:16:09.141Z] 
22:16:09 [2023-04-12T22:16:09.141Z] #96 [dev-systemd-false 14/20] COPY --from=containerd    /build/ /usr/local/bin/
22:16:09 [2023-04-12T22:16:09.399Z] #96 DONE 0.3s
22:16:09 [2023-04-12T22:16:09.399Z] 
22:16:09 [2023-04-12T22:16:09.399Z] #97 [dev-systemd-false 15/20] COPY --from=rootlesskit   /build/ /usr/local/bin/
22:16:09 [2023-04-12T22:16:09.399Z] #97 DONE 0.1s
22:16:09 [2023-04-12T22:16:09.656Z] 
22:16:09 [2023-04-12T22:16:09.656Z] #98 [dev-systemd-false 16/20] COPY --from=vpnkit        /       /usr/local/bin/
22:16:11 [2023-04-12T22:16:11.554Z] #98 DONE 2.0s
22:16:11 [2023-04-12T22:16:11.554Z] 
22:16:11 [2023-04-12T22:16:11.554Z] #99 [dev-systemd-false 17/20] COPY --from=containerutil /build/ /usr/local/bin/
22:16:11 [2023-04-12T22:16:11.554Z] #99 DONE 0.1s
22:16:11 [2023-04-12T22:16:11.554Z] 
22:16:11 [2023-04-12T22:16:11.554Z] #100 [dev-systemd-false 18/20] COPY --from=crun          /build/ /usr/local/bin/
22:16:11 [2023-04-12T22:16:11.811Z] #100 DONE 0.1s
22:16:11 [2023-04-12T22:16:11.811Z] 
22:16:11 [2023-04-12T22:16:11.811Z] #101 [dev-systemd-false 19/20] COPY hack/dockerfile/etc/docker/  /etc/docker/
22:16:11 [2023-04-12T22:16:11.811Z] #101 DONE 0.1s
22:16:11 [2023-04-12T22:16:11.811Z] 
22:16:11 [2023-04-12T22:16:11.811Z] #102 [dev-systemd-false 20/20] WORKDIR /go/src/github.com/docker/docker
22:16:11 [2023-04-12T22:16:11.811Z] #102 DONE 0.1s
22:16:11 [2023-04-12T22:16:11.811Z] 
22:16:11 [2023-04-12T22:16:11.811Z] #103 [dev-base  1/11] RUN groupadd -r docker
22:16:12 [2023-04-12T22:16:12.376Z] #103 DONE 0.5s
22:16:12 [2023-04-12T22:16:12.376Z] 
22:16:12 [2023-04-12T22:16:12.377Z] #104 [dev-base  2/11] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
22:16:12 [2023-04-12T22:16:12.942Z] #104 DONE 0.5s
22:16:12 [2023-04-12T22:16:12.942Z] 
22:16:12 [2023-04-12T22:16:12.942Z] #105 [dev-base  3/11] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
22:16:13 [2023-04-12T22:16:13.509Z] #105 0.466 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
22:16:13 [2023-04-12T22:16:13.509Z] #105 DONE 0.5s
22:16:13 [2023-04-12T22:16:13.509Z] 
22:16:13 [2023-04-12T22:16:13.509Z] #106 [dev-base  4/11] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
22:16:13 [2023-04-12T22:16:13.766Z] #106 DONE 0.4s
22:16:13 [2023-04-12T22:16:13.766Z] 
22:16:13 [2023-04-12T22:16:13.766Z] #107 [dev-base  5/11] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
22:16:14 [2023-04-12T22:16:14.331Z] #107 DONE 0.5s
22:16:14 [2023-04-12T22:16:14.331Z] 
22:16:14 [2023-04-12T22:16:14.331Z] #108 [dev-base  6/11] RUN ldconfig
22:16:14 [2023-04-12T22:16:14.899Z] #108 DONE 0.5s
22:16:14 [2023-04-12T22:16:14.899Z] 
22:16:14 [2023-04-12T22:16:14.899Z] #109 [dev-base  7/11] RUN git config --global --add safe.directory /go/src/github.com/docker/docker
22:16:15 [2023-04-12T22:16:15.157Z] #109 DONE 0.4s
22:16:15 [2023-04-12T22:16:15.416Z] 
22:16:15 [2023-04-12T22:16:15.416Z] #110 [dev-base  8/11] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
22:16:15 [2023-04-12T22:16:15.981Z] #110 0.712 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
22:16:15 [2023-04-12T22:16:15.981Z] #110 0.713 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
22:16:15 [2023-04-12T22:16:15.981Z] #110 0.713 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
22:16:17 [2023-04-12T22:16:17.173Z] #110 1.052 Reading package lists...
22:16:17 [2023-04-12T22:16:17.431Z] #110 1.704 Reading package lists...
22:16:17 [2023-04-12T22:16:17.431Z] #110 2.206 Building dependency tree...
22:16:17 [2023-04-12T22:16:17.690Z] #110 2.330 Reading state information...
22:16:17 [2023-04-12T22:16:17.690Z] #110 2.494 The following additional packages will be installed:
22:16:17 [2023-04-12T22:16:17.690Z] #110 2.494   dmsetup libaio1 libbpf0 libcap2 libdevmapper1.02.1 libelf1 libgpm2 libicu67
22:16:17 [2023-04-12T22:16:17.690Z] #110 2.495   libinih1 libip4tc2 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3
22:16:17 [2023-04-12T22:16:17.690Z] #110 2.495   libnfnetlink0 libnftnl11 libonig5 libxtables12 python-pip-whl
22:16:17 [2023-04-12T22:16:17.690Z] #110 2.495   python3-distutils python3-lib2to3 python3-pkg-resources vim-runtime xxd
22:16:17 [2023-04-12T22:16:17.690Z] #110 2.496 Suggested packages:
22:16:17 [2023-04-12T22:16:17.690Z] #110 2.496   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
22:16:17 [2023-04-12T22:16:17.690Z] #110 2.497   gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump
22:16:17 [2023-04-12T22:16:17.690Z] #110 2.497   acl attr quota
22:16:17 [2023-04-12T22:16:17.690Z] #110 2.497 Recommended packages:
22:16:17 [2023-04-12T22:16:17.690Z] #110 2.497   libatm1 nftables libpam-cap build-essential python3-dev unzip
22:16:18 [2023-04-12T22:16:18.255Z] #110 2.827 The following NEW packages will be installed:
22:16:18 [2023-04-12T22:16:18.255Z] #110 2.828   apparmor bash-completion bzip2 dmsetup inetutils-ping iproute2 iptables jq
22:16:18 [2023-04-12T22:16:18.255Z] #110 2.828   libaio1 libbpf0 libcap2 libcap2-bin libdevmapper1.02.1 libelf1 libgpm2
22:16:18 [2023-04-12T22:16:18.255Z] #110 2.828   libicu67 libinih1 libip4tc2 libip6tc2 libjq1 libmnl0 libnet1
22:16:18 [2023-04-12T22:16:18.255Z] #110 2.828   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
22:16:18 [2023-04-12T22:16:18.255Z] #110 2.829   libprotobuf-c1 libxtables12 libyajl2 net-tools patch pigz python-pip-whl
22:16:18 [2023-04-12T22:16:18.255Z] #110 2.829   python3-distutils python3-lib2to3 python3-pip python3-pkg-resources
22:16:18 [2023-04-12T22:16:18.255Z] #110 2.829   python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim
22:16:18 [2023-04-12T22:16:18.255Z] #110 2.829   vim-common vim-runtime xfsprogs xxd xz-utils zip zstd
22:16:18 [2023-04-12T22:16:18.513Z] #110 3.103 0 upgraded, 51 newly installed, 0 to remove and 0 not upgraded.
22:16:18 [2023-04-12T22:16:18.513Z] #110 3.103 Need to get 27.2 MB of archives.
22:16:18 [2023-04-12T22:16:18.513Z] #110 3.103 After this operation, 106 MB of additional disk space will be used.
22:16:18 [2023-04-12T22:16:18.513Z] #110 3.103 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB]
22:16:18 [2023-04-12T22:16:18.513Z] #110 3.106 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB]
22:16:18 [2023-04-12T22:16:18.513Z] #110 3.110 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB]
22:16:18 [2023-04-12T22:16:18.513Z] #110 3.112 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB]
22:16:18 [2023-04-12T22:16:18.513Z] #110 3.115 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB]
22:16:18 [2023-04-12T22:16:18.513Z] #110 3.117 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB]
22:16:18 [2023-04-12T22:16:18.513Z] #110 3.123 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB]
22:16:18 [2023-04-12T22:16:18.513Z] #110 3.126 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB]
22:16:18 [2023-04-12T22:16:18.513Z] #110 3.132 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB]
22:16:18 [2023-04-12T22:16:18.513Z] #110 3.133 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
22:16:18 [2023-04-12T22:16:18.513Z] #110 3.135 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB]
22:16:18 [2023-04-12T22:16:18.513Z] #110 3.136 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
22:16:18 [2023-04-12T22:16:18.513Z] #110 3.138 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
22:16:18 [2023-04-12T22:16:18.513Z] #110 3.141 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB]
22:16:18 [2023-04-12T22:16:18.513Z] #110 3.144 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB]
22:16:18 [2023-04-12T22:16:18.513Z] #110 3.147 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB]
22:16:18 [2023-04-12T22:16:18.513Z] #110 3.149 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 inetutils-ping arm64 2:2.0-1+deb11u1 [242 kB]
22:16:18 [2023-04-12T22:16:18.513Z] #110 3.151 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB]
22:16:18 [2023-04-12T22:16:18.513Z] #110 3.153 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB]
22:16:18 [2023-04-12T22:16:18.513Z] #110 3.154 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB]
22:16:18 [2023-04-12T22:16:18.513Z] #110 3.156 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB]
22:16:18 [2023-04-12T22:16:18.513Z] #110 3.157 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB]
22:16:18 [2023-04-12T22:16:18.513Z] #110 3.159 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB]
22:16:18 [2023-04-12T22:16:18.513Z] #110 3.161 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB]
22:16:18 [2023-04-12T22:16:18.513Z] #110 3.163 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
22:16:18 [2023-04-12T22:16:18.513Z] #110 3.165 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB]
22:16:18 [2023-04-12T22:16:18.513Z] #110 3.166 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB]
22:16:18 [2023-04-12T22:16:18.513Z] #110 3.167 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB]
22:16:18 [2023-04-12T22:16:18.513Z] #110 3.168 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
22:16:18 [2023-04-12T22:16:18.513Z] #110 3.227 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B]
22:16:18 [2023-04-12T22:16:18.513Z] #110 3.229 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
22:16:18 [2023-04-12T22:16:18.513Z] #110 3.229 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB]
22:16:18 [2023-04-12T22:16:18.513Z] #110 3.230 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
22:16:18 [2023-04-12T22:16:18.513Z] #110 3.230 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3 [22.9 kB]
22:16:18 [2023-04-12T22:16:18.513Z] #110 3.231 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB]
22:16:18 [2023-04-12T22:16:18.513Z] #110 3.235 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
22:16:18 [2023-04-12T22:16:18.513Z] #110 3.237 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB]
22:16:18 [2023-04-12T22:16:18.513Z] #110 3.250 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
22:16:18 [2023-04-12T22:16:18.513Z] #110 3.251 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB]
22:16:18 [2023-04-12T22:16:18.514Z] #110 3.252 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB]
22:16:18 [2023-04-12T22:16:18.514Z] #110 3.253 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB]
22:16:18 [2023-04-12T22:16:18.514Z] #110 3.255 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB]
22:16:18 [2023-04-12T22:16:18.514Z] #110 3.264 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4+deb11u1 [337 kB]
22:16:18 [2023-04-12T22:16:18.514Z] #110 3.275 Get:44 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 sudo arm64 1.9.5p2-3+deb11u1 [996 kB]
22:16:18 [2023-04-12T22:16:18.514Z] #110 3.279 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB]
22:16:18 [2023-04-12T22:16:18.514Z] #110 3.281 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB]
22:16:18 [2023-04-12T22:16:18.514Z] #110 3.283 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
22:16:18 [2023-04-12T22:16:18.514Z] #110 3.326 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3+deb11u1 [1388 kB]
22:16:18 [2023-04-12T22:16:18.514Z] #110 3.333 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB]
22:16:18 [2023-04-12T22:16:18.771Z] #110 3.337 Get:50 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB]
22:16:18 [2023-04-12T22:16:18.771Z] #110 3.339 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zstd arm64 1.4.8+dfsg-2.1 [576 kB]
22:16:18 [2023-04-12T22:16:18.771Z] #110 3.479 debconf: delaying package configuration, since apt-utils is not installed
22:16:18 [2023-04-12T22:16:18.771Z] #110 3.519 Fetched 27.2 MB in 1s (54.0 MB/s)
22:16:18 [2023-04-12T22:16:18.771Z] #110 3.549 Selecting previously unselected package pigz.
22:16:18 [2023-04-12T22:16:18.771Z] #110 3.549 (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.)
22:16:18 [2023-04-12T22:16:18.771Z] #110 3.558 Preparing to unpack .../00-pigz_2.6-1_arm64.deb ...
22:16:18 [2023-04-12T22:16:18.771Z] #110 3.562 Unpacking pigz (2.6-1) ...
22:16:18 [2023-04-12T22:16:18.771Z] #110 3.616 Selecting previously unselected package libelf1:arm64.
22:16:19 [2023-04-12T22:16:19.029Z] #110 3.618 Preparing to unpack .../01-libelf1_0.183-1_arm64.deb ...
22:16:19 [2023-04-12T22:16:19.029Z] #110 3.632 Unpacking libelf1:arm64 (0.183-1) ...
22:16:19 [2023-04-12T22:16:19.029Z] #110 3.680 Selecting previously unselected package libbpf0:arm64.
22:16:19 [2023-04-12T22:16:19.029Z] #110 3.682 Preparing to unpack .../02-libbpf0_1%3a0.3-2_arm64.deb ...
22:16:19 [2023-04-12T22:16:19.029Z] #110 3.686 Unpacking libbpf0:arm64 (1:0.3-2) ...
22:16:19 [2023-04-12T22:16:19.029Z] #110 3.746 Selecting previously unselected package libcap2:arm64.
22:16:19 [2023-04-12T22:16:19.029Z] #110 3.748 Preparing to unpack .../03-libcap2_1%3a2.44-1_arm64.deb ...
22:16:19 [2023-04-12T22:16:19.029Z] #110 3.753 Unpacking libcap2:arm64 (1:2.44-1) ...
22:16:19 [2023-04-12T22:16:19.029Z] #110 3.793 Selecting previously unselected package libmnl0:arm64.
22:16:19 [2023-04-12T22:16:19.029Z] #110 3.795 Preparing to unpack .../04-libmnl0_1.0.4-3_arm64.deb ...
22:16:19 [2023-04-12T22:16:19.029Z] #110 3.799 Unpacking libmnl0:arm64 (1.0.4-3) ...
22:16:19 [2023-04-12T22:16:19.029Z] #110 3.843 Selecting previously unselected package libxtables12:arm64.
22:16:19 [2023-04-12T22:16:19.029Z] #110 3.845 Preparing to unpack .../05-libxtables12_1.8.7-1_arm64.deb ...
22:16:19 [2023-04-12T22:16:19.029Z] #110 3.851 Unpacking libxtables12:arm64 (1.8.7-1) ...
22:16:19 [2023-04-12T22:16:19.287Z] #110 3.884 Selecting previously unselected package libcap2-bin.
22:16:19 [2023-04-12T22:16:19.287Z] #110 3.886 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_arm64.deb ...
22:16:19 [2023-04-12T22:16:19.287Z] #110 3.889 Unpacking libcap2-bin (1:2.44-1) ...
22:16:19 [2023-04-12T22:16:19.287Z] #110 3.931 Selecting previously unselected package iproute2.
22:16:19 [2023-04-12T22:16:19.287Z] #110 3.933 Preparing to unpack .../07-iproute2_5.10.0-4_arm64.deb ...
22:16:19 [2023-04-12T22:16:19.287Z] #110 3.938 Unpacking iproute2 (5.10.0-4) ...
22:16:19 [2023-04-12T22:16:19.287Z] #110 4.040 Selecting previously unselected package xxd.
22:16:19 [2023-04-12T22:16:19.287Z] #110 4.042 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ...
22:16:19 [2023-04-12T22:16:19.287Z] #110 4.045 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
22:16:19 [2023-04-12T22:16:19.287Z] #110 4.101 Selecting previously unselected package vim-common.
22:16:19 [2023-04-12T22:16:19.287Z] #110 4.104 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
22:16:19 [2023-04-12T22:16:19.545Z] #110 4.114 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
22:16:19 [2023-04-12T22:16:19.545Z] #110 4.180 Selecting previously unselected package bash-completion.
22:16:19 [2023-04-12T22:16:19.545Z] #110 4.182 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ...
22:16:20 [2023-04-12T22:16:20.112Z] #110 4.798 Unpacking bash-completion (1:2.11-2) ...
22:16:20 [2023-04-12T22:16:20.112Z] #110 4.921 Selecting previously unselected package bzip2.
22:16:20 [2023-04-12T22:16:20.112Z] #110 4.923 Preparing to unpack .../11-bzip2_1.0.8-4_arm64.deb ...
22:16:20 [2023-04-12T22:16:20.112Z] #110 4.927 Unpacking bzip2 (1.0.8-4) ...
22:16:20 [2023-04-12T22:16:20.112Z] #110 4.961 Selecting previously unselected package xz-utils.
22:16:20 [2023-04-12T22:16:20.370Z] #110 4.963 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
22:16:20 [2023-04-12T22:16:20.370Z] #110 4.968 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
22:16:20 [2023-04-12T22:16:20.370Z] #110 5.025 Selecting previously unselected package apparmor.
22:16:20 [2023-04-12T22:16:20.370Z] #110 5.027 Preparing to unpack .../13-apparmor_2.13.6-10_arm64.deb ...
22:16:20 [2023-04-12T22:16:20.370Z] #110 5.048 Unpacking apparmor (2.13.6-10) ...
22:16:20 [2023-04-12T22:16:20.370Z] #110 5.151 Selecting previously unselected package libdevmapper1.02.1:arm64.
22:16:20 [2023-04-12T22:16:20.370Z] #110 5.151 Preparing to unpack .../14-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ...
22:16:20 [2023-04-12T22:16:20.370Z] #110 5.155 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
22:16:20 [2023-04-12T22:16:20.370Z] #110 5.200 Selecting previously unselected package dmsetup.
22:16:20 [2023-04-12T22:16:20.370Z] #110 5.202 Preparing to unpack .../15-dmsetup_2%3a1.02.175-2.1_arm64.deb ...
22:16:20 [2023-04-12T22:16:20.370Z] #110 5.206 Unpacking dmsetup (2:1.02.175-2.1) ...
22:16:20 [2023-04-12T22:16:20.370Z] #110 5.238 Selecting previously unselected package inetutils-ping.
22:16:20 [2023-04-12T22:16:20.628Z] #110 5.240 Preparing to unpack .../16-inetutils-ping_2%3a2.0-1+deb11u1_arm64.deb ...
22:16:20 [2023-04-12T22:16:20.628Z] #110 5.243 Unpacking inetutils-ping (2:2.0-1+deb11u1) ...
22:16:20 [2023-04-12T22:16:20.628Z] #110 5.290 Selecting previously unselected package libip4tc2:arm64.
22:16:20 [2023-04-12T22:16:20.628Z] #110 5.292 Preparing to unpack .../17-libip4tc2_1.8.7-1_arm64.deb ...
22:16:20 [2023-04-12T22:16:20.628Z] #110 5.296 Unpacking libip4tc2:arm64 (1.8.7-1) ...
22:16:20 [2023-04-12T22:16:20.628Z] #110 5.331 Selecting previously unselected package libip6tc2:arm64.
22:16:20 [2023-04-12T22:16:20.628Z] #110 5.333 Preparing to unpack .../18-libip6tc2_1.8.7-1_arm64.deb ...
22:16:20 [2023-04-12T22:16:20.628Z] #110 5.337 Unpacking libip6tc2:arm64 (1.8.7-1) ...
22:16:20 [2023-04-12T22:16:20.628Z] #110 5.371 Selecting previously unselected package libnfnetlink0:arm64.
22:16:20 [2023-04-12T22:16:20.628Z] #110 5.373 Preparing to unpack .../19-libnfnetlink0_1.0.1-3+b1_arm64.deb ...
22:16:20 [2023-04-12T22:16:20.628Z] #110 5.377 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ...
22:16:20 [2023-04-12T22:16:20.628Z] #110 5.414 Selecting previously unselected package libnetfilter-conntrack3:arm64.
22:16:20 [2023-04-12T22:16:20.628Z] #110 5.416 Preparing to unpack .../20-libnetfilter-conntrack3_1.0.8-3_arm64.deb ...
22:16:20 [2023-04-12T22:16:20.628Z] #110 5.421 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ...
22:16:20 [2023-04-12T22:16:20.628Z] #110 5.454 Selecting previously unselected package libnftnl11:arm64.
22:16:20 [2023-04-12T22:16:20.628Z] #110 5.457 Preparing to unpack .../21-libnftnl11_1.1.9-1_arm64.deb ...
22:16:20 [2023-04-12T22:16:20.628Z] #110 5.461 Unpacking libnftnl11:arm64 (1.1.9-1) ...
22:16:20 [2023-04-12T22:16:20.628Z] #110 5.499 Selecting previously unselected package iptables.
22:16:20 [2023-04-12T22:16:20.628Z] #110 5.499 Preparing to unpack .../22-iptables_1.8.7-1_arm64.deb ...
22:16:20 [2023-04-12T22:16:20.886Z] #110 5.503 Unpacking iptables (1.8.7-1) ...
22:16:20 [2023-04-12T22:16:20.886Z] #110 5.571 Selecting previously unselected package libonig5:arm64.
22:16:20 [2023-04-12T22:16:20.886Z] #110 5.574 Preparing to unpack .../23-libonig5_6.9.6-1.1_arm64.deb ...
22:16:20 [2023-04-12T22:16:20.886Z] #110 5.577 Unpacking libonig5:arm64 (6.9.6-1.1) ...
22:16:20 [2023-04-12T22:16:20.886Z] #110 5.626 Selecting previously unselected package libjq1:arm64.
22:16:20 [2023-04-12T22:16:20.886Z] #110 5.629 Preparing to unpack .../24-libjq1_1.6-2.1_arm64.deb ...
22:16:20 [2023-04-12T22:16:20.886Z] #110 5.633 Unpacking libjq1:arm64 (1.6-2.1) ...
22:16:20 [2023-04-12T22:16:20.886Z] #110 5.668 Selecting previously unselected package jq.
22:16:20 [2023-04-12T22:16:20.886Z] #110 5.670 Preparing to unpack .../25-jq_1.6-2.1_arm64.deb ...
22:16:20 [2023-04-12T22:16:20.886Z] #110 5.674 Unpacking jq (1.6-2.1) ...
22:16:20 [2023-04-12T22:16:20.886Z] #110 5.718 Selecting previously unselected package libaio1:arm64.
22:16:20 [2023-04-12T22:16:20.886Z] #110 5.720 Preparing to unpack .../26-libaio1_0.3.112-9_arm64.deb ...
22:16:20 [2023-04-12T22:16:20.886Z] #110 5.725 Unpacking libaio1:arm64 (0.3.112-9) ...
22:16:20 [2023-04-12T22:16:20.886Z] #110 5.765 Selecting previously unselected package libgpm2:arm64.
22:16:21 [2023-04-12T22:16:21.144Z] #110 5.768 Preparing to unpack .../27-libgpm2_1.20.7-8_arm64.deb ...
22:16:21 [2023-04-12T22:16:21.144Z] #110 5.772 Unpacking libgpm2:arm64 (1.20.7-8) ...
22:16:21 [2023-04-12T22:16:21.144Z] #110 5.809 Selecting previously unselected package libicu67:arm64.
22:16:21 [2023-04-12T22:16:21.144Z] #110 5.811 Preparing to unpack .../28-libicu67_67.1-7_arm64.deb ...
22:16:21 [2023-04-12T22:16:21.144Z] #110 5.816 Unpacking libicu67:arm64 (67.1-7) ...
22:16:21 [2023-04-12T22:16:21.710Z] #110 6.497 Selecting previously unselected package libinih1:arm64.
22:16:21 [2023-04-12T22:16:21.710Z] #110 6.499 Preparing to unpack .../29-libinih1_53-1+b2_arm64.deb ...
22:16:21 [2023-04-12T22:16:21.710Z] #110 6.502 Unpacking libinih1:arm64 (53-1+b2) ...
22:16:21 [2023-04-12T22:16:21.710Z] #110 6.542 Selecting previously unselected package libnet1:arm64.
22:16:21 [2023-04-12T22:16:21.710Z] #110 6.544 Preparing to unpack .../30-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
22:16:21 [2023-04-12T22:16:21.710Z] #110 6.549 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
22:16:21 [2023-04-12T22:16:21.710Z] #110 6.597 Selecting previously unselected package libnl-3-200:arm64.
22:16:21 [2023-04-12T22:16:21.710Z] #110 6.597 Preparing to unpack .../31-libnl-3-200_3.4.0-1+b1_arm64.deb ...
22:16:21 [2023-04-12T22:16:21.710Z] #110 6.601 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ...
22:16:21 [2023-04-12T22:16:21.968Z] #110 6.641 Selecting previously unselected package libprotobuf-c1:arm64.
22:16:21 [2023-04-12T22:16:21.968Z] #110 6.642 Preparing to unpack .../32-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
22:16:21 [2023-04-12T22:16:21.968Z] #110 6.648 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
22:16:21 [2023-04-12T22:16:21.968Z] #110 6.689 Selecting previously unselected package libyajl2:arm64.
22:16:21 [2023-04-12T22:16:21.968Z] #110 6.690 Preparing to unpack .../33-libyajl2_2.1.0-3_arm64.deb ...
22:16:21 [2023-04-12T22:16:21.968Z] #110 6.694 Unpacking libyajl2:arm64 (2.1.0-3) ...
22:16:21 [2023-04-12T22:16:21.968Z] #110 6.721 Selecting previously unselected package net-tools.
22:16:21 [2023-04-12T22:16:21.968Z] #110 6.723 Preparing to unpack .../34-net-tools_1.60+git20181103.0eebece-1_arm64.deb ...
22:16:21 [2023-04-12T22:16:21.968Z] #110 6.727 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
22:16:21 [2023-04-12T22:16:21.968Z] #110 6.777 Selecting previously unselected package patch.
22:16:21 [2023-04-12T22:16:21.968Z] #110 6.779 Preparing to unpack .../35-patch_2.7.6-7_arm64.deb ...
22:16:21 [2023-04-12T22:16:21.968Z] #110 6.784 Unpacking patch (2.7.6-7) ...
22:16:21 [2023-04-12T22:16:21.968Z] #110 6.825 Selecting previously unselected package python-pip-whl.
22:16:22 [2023-04-12T22:16:22.225Z] #110 6.827 Preparing to unpack .../36-python-pip-whl_20.3.4-4+deb11u1_all.deb ...
22:16:22 [2023-04-12T22:16:22.225Z] #110 6.831 Unpacking python-pip-whl (20.3.4-4+deb11u1) ...
22:16:22 [2023-04-12T22:16:22.225Z] #110 6.968 Selecting previously unselected package python3-lib2to3.
22:16:22 [2023-04-12T22:16:22.225Z] #110 6.970 Preparing to unpack .../37-python3-lib2to3_3.9.2-1_all.deb ...
22:16:22 [2023-04-12T22:16:22.225Z] #110 6.974 Unpacking python3-lib2to3 (3.9.2-1) ...
22:16:22 [2023-04-12T22:16:22.225Z] #110 7.012 Selecting previously unselected package python3-distutils.
22:16:22 [2023-04-12T22:16:22.225Z] #110 7.014 Preparing to unpack .../38-python3-distutils_3.9.2-1_all.deb ...
22:16:22 [2023-04-12T22:16:22.225Z] #110 7.018 Unpacking python3-distutils (3.9.2-1) ...
22:16:22 [2023-04-12T22:16:22.225Z] #110 7.063 Selecting previously unselected package python3-pkg-resources.
22:16:22 [2023-04-12T22:16:22.225Z] #110 7.065 Preparing to unpack .../39-python3-pkg-resources_52.0.0-4_all.deb ...
22:16:22 [2023-04-12T22:16:22.225Z] #110 7.070 Unpacking python3-pkg-resources (52.0.0-4) ...
22:16:22 [2023-04-12T22:16:22.483Z] #110 7.115 Selecting previously unselected package python3-setuptools.
22:16:22 [2023-04-12T22:16:22.483Z] #110 7.117 Preparing to unpack .../40-python3-setuptools_52.0.0-4_all.deb ...
22:16:22 [2023-04-12T22:16:22.483Z] #110 7.120 Unpacking python3-setuptools (52.0.0-4) ...
22:16:22 [2023-04-12T22:16:22.483Z] #110 7.196 Selecting previously unselected package python3-wheel.
22:16:22 [2023-04-12T22:16:22.483Z] #110 7.198 Preparing to unpack .../41-python3-wheel_0.34.2-1_all.deb ...
22:16:22 [2023-04-12T22:16:22.483Z] #110 7.203 Unpacking python3-wheel (0.34.2-1) ...
22:16:22 [2023-04-12T22:16:22.483Z] #110 7.240 Selecting previously unselected package python3-pip.
22:16:22 [2023-04-12T22:16:22.483Z] #110 7.242 Preparing to unpack .../42-python3-pip_20.3.4-4+deb11u1_all.deb ...
22:16:22 [2023-04-12T22:16:22.483Z] #110 7.247 Unpacking python3-pip (20.3.4-4+deb11u1) ...
22:16:22 [2023-04-12T22:16:22.483Z] #110 7.320 Selecting previously unselected package sudo.
22:16:22 [2023-04-12T22:16:22.740Z] #110 7.323 Preparing to unpack .../43-sudo_1.9.5p2-3+deb11u1_arm64.deb ...
22:16:22 [2023-04-12T22:16:22.740Z] #110 7.329 Unpacking sudo (1.9.5p2-3+deb11u1) ...
22:16:22 [2023-04-12T22:16:22.740Z] #110 7.461 Selecting previously unselected package thin-provisioning-tools.
22:16:22 [2023-04-12T22:16:22.740Z] #110 7.463 Preparing to unpack .../44-thin-provisioning-tools_0.9.0-1_arm64.deb ...
22:16:22 [2023-04-12T22:16:22.740Z] #110 7.467 Unpacking thin-provisioning-tools (0.9.0-1) ...
22:16:22 [2023-04-12T22:16:22.740Z] #110 7.524 Selecting previously unselected package uidmap.
22:16:22 [2023-04-12T22:16:22.740Z] #110 7.525 Preparing to unpack .../45-uidmap_1%3a4.8.1-1_arm64.deb ...
22:16:22 [2023-04-12T22:16:22.740Z] #110 7.529 Unpacking uidmap (1:4.8.1-1) ...
22:16:22 [2023-04-12T22:16:22.740Z] #110 7.576 Selecting previously unselected package vim-runtime.
22:16:22 [2023-04-12T22:16:22.999Z] #110 7.576 Preparing to unpack .../46-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
22:16:22 [2023-04-12T22:16:22.999Z] #110 7.589 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
22:16:22 [2023-04-12T22:16:22.999Z] #110 7.600 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
22:16:22 [2023-04-12T22:16:22.999Z] #110 7.603 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
22:16:23 [2023-04-12T22:16:23.257Z] #110 8.168 Selecting previously unselected package vim.
22:16:23 [2023-04-12T22:16:23.257Z] #110 8.168 Preparing to unpack .../47-vim_2%3a8.2.2434-3+deb11u1_arm64.deb ...
22:16:23 [2023-04-12T22:16:23.515Z] #110 8.177 Unpacking vim (2:8.2.2434-3+deb11u1) ...
22:16:23 [2023-04-12T22:16:23.515Z] #110 8.318 Selecting previously unselected package xfsprogs.
22:16:23 [2023-04-12T22:16:23.515Z] #110 8.320 Preparing to unpack .../48-xfsprogs_5.10.0-4_arm64.deb ...
22:16:23 [2023-04-12T22:16:23.515Z] #110 8.328 Unpacking xfsprogs (5.10.0-4) ...
22:16:23 [2023-04-12T22:16:23.515Z] #110 8.429 Selecting previously unselected package zip.
22:16:23 [2023-04-12T22:16:23.773Z] #110 8.431 Preparing to unpack .../49-zip_3.0-12_arm64.deb ...
22:16:23 [2023-04-12T22:16:23.773Z] #110 8.436 Unpacking zip (3.0-12) ...
22:16:23 [2023-04-12T22:16:23.773Z] #110 8.488 Selecting previously unselected package zstd.
22:16:23 [2023-04-12T22:16:23.773Z] #110 8.490 Preparing to unpack .../50-zstd_1.4.8+dfsg-2.1_arm64.deb ...
22:16:23 [2023-04-12T22:16:23.773Z] #110 8.497 Unpacking zstd (1.4.8+dfsg-2.1) ...
22:16:24 [2023-04-12T22:16:24.031Z] #110 8.600 Setting up python3-pkg-resources (52.0.0-4) ...
22:16:24 [2023-04-12T22:16:24.031Z] #110 8.804 Setting up libip4tc2:arm64 (1.8.7-1) ...
22:16:24 [2023-04-12T22:16:24.031Z] #110 8.817 Setting up net-tools (1.60+git20181103.0eebece-1) ...
22:16:24 [2023-04-12T22:16:24.031Z] #110 8.831 Setting up libgpm2:arm64 (1.20.7-8) ...
22:16:24 [2023-04-12T22:16:24.031Z] #110 8.842 Setting up libicu67:arm64 (67.1-7) ...
22:16:24 [2023-04-12T22:16:24.031Z] #110 8.854 Setting up libip6tc2:arm64 (1.8.7-1) ...
22:16:24 [2023-04-12T22:16:24.031Z] #110 8.869 Setting up libinih1:arm64 (53-1+b2) ...
22:16:24 [2023-04-12T22:16:24.031Z] #110 8.884 Setting up uidmap (1:4.8.1-1) ...
22:16:24 [2023-04-12T22:16:24.031Z] #110 8.898 Setting up libyajl2:arm64 (2.1.0-3) ...
22:16:24 [2023-04-12T22:16:24.031Z] #110 8.911 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
22:16:24 [2023-04-12T22:16:24.031Z] #110 8.922 Setting up bzip2 (1.0.8-4) ...
22:16:24 [2023-04-12T22:16:24.031Z] #110 8.934 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
22:16:24 [2023-04-12T22:16:24.289Z] #110 8.949 Setting up python3-wheel (0.34.2-1) ...
22:16:24 [2023-04-12T22:16:24.289Z] #110 9.093 Setting up xxd (2:8.2.2434-3+deb11u1) ...
22:16:24 [2023-04-12T22:16:24.289Z] #110 9.104 Setting up libcap2:arm64 (1:2.44-1) ...
22:16:24 [2023-04-12T22:16:24.289Z] #110 9.114 Setting up libcap2-bin (1:2.44-1) ...
22:16:24 [2023-04-12T22:16:24.289Z] #110 9.126 Setting up apparmor (2.13.6-10) ...
22:16:25 [2023-04-12T22:16:25.222Z] #110 9.937 Setting up zip (3.0-12) ...
22:16:25 [2023-04-12T22:16:25.222Z] #110 9.950 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
22:16:25 [2023-04-12T22:16:25.222Z] #110 9.969 Setting up bash-completion (1:2.11-2) ...
22:16:25 [2023-04-12T22:16:25.787Z] #110 10.67 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
22:16:26 [2023-04-12T22:16:26.045Z] #110 10.69 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
22:16:26 [2023-04-12T22:16:26.045Z] #110 10.69 Setting up libmnl0:arm64 (1.0.4-3) ...
22:16:26 [2023-04-12T22:16:26.045Z] #110 10.71 Setting up patch (2.7.6-7) ...
22:16:26 [2023-04-12T22:16:26.045Z] #110 10.72 Setting up sudo (1.9.5p2-3+deb11u1) ...
22:16:26 [2023-04-12T22:16:26.045Z] #110 10.77 invoke-rc.d: could not determine current runlevel
22:16:26 [2023-04-12T22:16:26.045Z] #110 10.77 invoke-rc.d: policy-rc.d denied execution of start.
22:16:26 [2023-04-12T22:16:26.045Z] #110 10.77 Setting up libxtables12:arm64 (1.8.7-1) ...
22:16:26 [2023-04-12T22:16:26.045Z] #110 10.79 Setting up inetutils-ping (2:2.0-1+deb11u1) ...
22:16:26 [2023-04-12T22:16:26.045Z] #110 10.79 Setting up pigz (2.6-1) ...
22:16:26 [2023-04-12T22:16:26.045Z] #110 10.81 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ...
22:16:26 [2023-04-12T22:16:26.045Z] #110 10.82 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ...
22:16:26 [2023-04-12T22:16:26.045Z] #110 10.84 Setting up python-pip-whl (20.3.4-4+deb11u1) ...
22:16:26 [2023-04-12T22:16:26.045Z] #110 10.85 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
22:16:26 [2023-04-12T22:16:26.304Z] #110 11.00 Setting up libaio1:arm64 (0.3.112-9) ...
22:16:26 [2023-04-12T22:16:26.304Z] #110 11.01 Setting up python3-lib2to3 (3.9.2-1) ...
22:16:26 [2023-04-12T22:16:26.304Z] #110 11.12 Setting up libelf1:arm64 (0.183-1) ...
22:16:26 [2023-04-12T22:16:26.304Z] #110 11.14 Setting up zstd (1.4.8+dfsg-2.1) ...
22:16:26 [2023-04-12T22:16:26.304Z] #110 11.16 Setting up libonig5:arm64 (6.9.6-1.1) ...
22:16:26 [2023-04-12T22:16:26.304Z] #110 11.17 Setting up python3-distutils (3.9.2-1) ...
22:16:26 [2023-04-12T22:16:26.562Z] #110 11.29 Setting up vim (2:8.2.2434-3+deb11u1) ...
22:16:26 [2023-04-12T22:16:26.562Z] #110 11.30 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
22:16:26 [2023-04-12T22:16:26.562Z] #110 11.30 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
22:16:26 [2023-04-12T22:16:26.562Z] #110 11.31 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
22:16:26 [2023-04-12T22:16:26.562Z] #110 11.31 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
22:16:26 [2023-04-12T22:16:26.562Z] #110 11.32 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
22:16:26 [2023-04-12T22:16:26.562Z] #110 11.32 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
22:16:26 [2023-04-12T22:16:26.562Z] #110 11.33 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
22:16:26 [2023-04-12T22:16:26.562Z] #110 11.34 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
22:16:26 [2023-04-12T22:16:26.562Z] #110 11.35 Setting up python3-setuptools (52.0.0-4) ...
22:16:27 [2023-04-12T22:16:27.128Z] #110 11.67 Setting up libjq1:arm64 (1.6-2.1) ...
22:16:27 [2023-04-12T22:16:27.128Z] #110 11.69 Setting up libnftnl11:arm64 (1.1.9-1) ...
22:16:27 [2023-04-12T22:16:27.128Z] #110 11.71 Setting up thin-provisioning-tools (0.9.0-1) ...
22:16:27 [2023-04-12T22:16:27.128Z] #110 11.73 Setting up python3-pip (20.3.4-4+deb11u1) ...
22:16:27 [2023-04-12T22:16:27.128Z] #110 11.98 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ...
22:16:27 [2023-04-12T22:16:27.128Z] #110 12.00 Setting up jq (1.6-2.1) ...
22:16:27 [2023-04-12T22:16:27.128Z] #110 12.01 Setting up libbpf0:arm64 (1:0.3-2) ...
22:16:27 [2023-04-12T22:16:27.128Z] #110 12.02 Setting up iptables (1.8.7-1) ...
22:16:27 [2023-04-12T22:16:27.128Z] #110 12.03 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
22:16:27 [2023-04-12T22:16:27.128Z] #110 12.04 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
22:16:27 [2023-04-12T22:16:27.386Z] #110 12.04 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
22:16:27 [2023-04-12T22:16:27.386Z] #110 12.05 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
22:16:27 [2023-04-12T22:16:27.386Z] #110 12.05 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
22:16:27 [2023-04-12T22:16:27.386Z] #110 12.06 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
22:16:27 [2023-04-12T22:16:27.386Z] #110 12.06 Setting up iproute2 (5.10.0-4) ...
22:16:27 [2023-04-12T22:16:27.386Z] #110 12.19 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
22:16:27 [2023-04-12T22:16:27.386Z] #110 12.20 Setting up dmsetup (2:1.02.175-2.1) ...
22:16:27 [2023-04-12T22:16:27.386Z] #110 12.21 Setting up xfsprogs (5.10.0-4) ...
22:16:27 [2023-04-12T22:16:27.386Z] #110 12.23 Processing triggers for libc-bin (2.31-13+deb11u5) ...
22:16:27 [2023-04-12T22:16:27.951Z] #110 DONE 12.6s
22:16:27 [2023-04-12T22:16:27.951Z] 
22:16:27 [2023-04-12T22:16:27.951Z] #111 [dev-base  9/11] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
22:16:28 [2023-04-12T22:16:28.209Z] #111 0.385 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
22:16:28 [2023-04-12T22:16:28.209Z] #111 0.389 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
22:16:28 [2023-04-12T22:16:28.209Z] #111 0.392 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
22:16:28 [2023-04-12T22:16:28.467Z] #111 DONE 0.4s
22:16:28 [2023-04-12T22:16:28.467Z] 
22:16:28 [2023-04-12T22:16:28.467Z] #112 [dev-base 10/11] RUN pip3 install yamllint==1.27.1
22:16:35 [2023-04-12T22:16:35.020Z] #112 5.745 Collecting yamllint==1.27.1
22:16:35 [2023-04-12T22:16:35.278Z] #112 6.772   Downloading yamllint-1.27.1.tar.gz (129 kB)
22:16:35 [2023-04-12T22:16:35.536Z] #112 7.057 Collecting pathspec>=0.5.3
22:16:35 [2023-04-12T22:16:35.536Z] #112 7.061   Downloading pathspec-0.11.1-py3-none-any.whl (29 kB)
22:16:35 [2023-04-12T22:16:35.536Z] #112 7.153 Collecting pyyaml
22:16:35 [2023-04-12T22:16:35.536Z] #112 7.160   Downloading PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB)
22:16:35 [2023-04-12T22:16:35.536Z] #112 7.177 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.27.1) (52.0.0)
22:16:35 [2023-04-12T22:16:35.536Z] #112 7.181 Building wheels for collected packages: yamllint
22:16:35 [2023-04-12T22:16:35.536Z] #112 7.181   Building wheel for yamllint (setup.py): started
22:16:35 [2023-04-12T22:16:35.794Z] #112 7.421   Building wheel for yamllint (setup.py): finished with status 'done'
22:16:35 [2023-04-12T22:16:35.794Z] #112 7.422   Created wheel for yamllint: filename=yamllint-1.27.1-py2.py3-none-any.whl size=62024 sha256=94de13d2fc739ff0e57fc84d67c5a22f00167f652547f30615eab53240a74b75
22:16:35 [2023-04-12T22:16:35.794Z] #112 7.422   Stored in directory: /root/.cache/pip/wheels/96/6b/41/cdc6102faa47924bd11794a9b3d5e6d7107daf6548c46f79ee
22:16:35 [2023-04-12T22:16:35.794Z] #112 7.425 Successfully built yamllint
22:16:35 [2023-04-12T22:16:35.794Z] #112 7.431 Installing collected packages: pyyaml, pathspec, yamllint
22:16:35 [2023-04-12T22:16:35.794Z] #112 7.560 Successfully installed pathspec-0.11.1 pyyaml-6.0 yamllint-1.27.1
22:16:36 [2023-04-12T22:16:36.052Z] #112 DONE 7.7s
22:16:36 [2023-04-12T22:16:36.052Z] 
22:16:36 [2023-04-12T22:16:36.052Z] #113 [dev-base 11/11] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install --no-install-recommends -y             gcc             pkg-config             dpkg-dev             libapparmor-dev             libdevmapper-dev             libseccomp-dev             libsecret-1-dev             libsystemd-dev             libudev-dev
22:16:36 [2023-04-12T22:16:36.617Z] #113 0.736 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
22:16:36 [2023-04-12T22:16:36.875Z] #113 0.740 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
22:16:36 [2023-04-12T22:16:36.875Z] #113 0.836 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
22:16:37 [2023-04-12T22:16:37.699Z] #113 1.072 Reading package lists...
22:16:37 [2023-04-12T22:16:37.957Z] #113 1.582 Reading package lists...
22:16:38 [2023-04-12T22:16:38.215Z] #113 2.083 Building dependency tree...
22:16:38 [2023-04-12T22:16:38.215Z] #113 2.231 Reading state information...
22:16:38 [2023-04-12T22:16:38.473Z] #113 2.397 gcc is already the newest version (4:10.2.1-1).
22:16:38 [2023-04-12T22:16:38.473Z] #113 2.397 pkg-config is already the newest version (0.29.2-1).
22:16:38 [2023-04-12T22:16:38.473Z] #113 2.397 The following additional packages will be installed:
22:16:38 [2023-04-12T22:16:38.473Z] #113 2.397   gir1.2-glib-2.0 gir1.2-secret-1 libapparmor1 libblkid-dev
22:16:38 [2023-04-12T22:16:38.473Z] #113 2.397   libdevmapper-event1.02.1 libffi-dev libgirepository-1.0-1 libglib2.0-bin
22:16:38 [2023-04-12T22:16:38.473Z] #113 2.397   libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libmount-dev libpcre16-3
22:16:38 [2023-04-12T22:16:38.473Z] #113 2.397   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libpcre3-dev
22:16:38 [2023-04-12T22:16:38.473Z] #113 2.397   libpcre32-3 libpcrecpp0v5 libsecret-1-0 libsecret-common libselinux1-dev
22:16:38 [2023-04-12T22:16:38.473Z] #113 2.398   libsepol1-dev uuid-dev zlib1g-dev
22:16:38 [2023-04-12T22:16:38.473Z] #113 2.399 Suggested packages:
22:16:38 [2023-04-12T22:16:38.473Z] #113 2.399   debian-keyring libgirepository1.0-dev libglib2.0-doc libgdk-pixbuf2.0-bin
22:16:38 [2023-04-12T22:16:38.473Z] #113 2.399   | libgdk-pixbuf2.0-dev libxml2-utils seccomp
22:16:38 [2023-04-12T22:16:38.473Z] #113 2.399 Recommended packages:
22:16:38 [2023-04-12T22:16:38.473Z] #113 2.399   build-essential fakeroot libalgorithm-merge-perl
22:16:38 [2023-04-12T22:16:38.730Z] #113 2.659 The following NEW packages will be installed:
22:16:38 [2023-04-12T22:16:38.730Z] #113 2.659   dpkg-dev gir1.2-glib-2.0 gir1.2-secret-1 libapparmor-dev libapparmor1
22:16:38 [2023-04-12T22:16:38.730Z] #113 2.659   libblkid-dev libdevmapper-dev libdevmapper-event1.02.1 libffi-dev
22:16:38 [2023-04-12T22:16:38.730Z] #113 2.659   libgirepository-1.0-1 libglib2.0-bin libglib2.0-data libglib2.0-dev
22:16:38 [2023-04-12T22:16:38.730Z] #113 2.659   libglib2.0-dev-bin libmount-dev libpcre16-3 libpcre2-16-0 libpcre2-32-0
22:16:38 [2023-04-12T22:16:38.730Z] #113 2.659   libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3 libpcrecpp0v5
22:16:38 [2023-04-12T22:16:38.730Z] #113 2.659   libseccomp-dev libsecret-1-0 libsecret-1-dev libsecret-common
22:16:38 [2023-04-12T22:16:38.730Z] #113 2.660   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev uuid-dev zlib1g-dev
22:16:38 [2023-04-12T22:16:38.988Z] #113 2.934 0 upgraded, 33 newly installed, 0 to remove and 0 not upgraded.
22:16:38 [2023-04-12T22:16:38.988Z] #113 2.934 Need to get 10.4 MB of archives.
22:16:38 [2023-04-12T22:16:38.988Z] #113 2.934 After this operation, 41.6 MB of additional disk space will be used.
22:16:38 [2023-04-12T22:16:38.988Z] #113 2.934 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.12 [2312 kB]
22:16:38 [2023-04-12T22:16:38.988Z] #113 2.952 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgirepository-1.0-1 arm64 1.66.1-1+b1 [88.6 kB]
22:16:38 [2023-04-12T22:16:38.988Z] #113 2.954 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gir1.2-glib-2.0 arm64 1.66.1-1+b1 [151 kB]
22:16:38 [2023-04-12T22:16:38.988Z] #113 2.956 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsecret-common all 0.20.4-2 [26.7 kB]
22:16:38 [2023-04-12T22:16:38.988Z] #113 2.957 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsecret-1-0 arm64 0.20.4-2 [107 kB]
22:16:38 [2023-04-12T22:16:38.988Z] #113 2.959 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gir1.2-secret-1 arm64 0.20.4-2 [13.7 kB]
22:16:38 [2023-04-12T22:16:38.988Z] #113 2.960 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB]
22:16:38 [2023-04-12T22:16:38.988Z] #113 2.962 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB]
22:16:38 [2023-04-12T22:16:38.988Z] #113 2.964 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uuid-dev arm64 2.36.1-8+deb11u1 [99.6 kB]
22:16:38 [2023-04-12T22:16:38.988Z] #113 2.968 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libblkid-dev arm64 2.36.1-8+deb11u1 [229 kB]
22:16:38 [2023-04-12T22:16:38.988Z] #113 2.973 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.175-2.1 [22.4 kB]
22:16:38 [2023-04-12T22:16:38.988Z] #113 2.973 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7+deb11u1 [123 kB]
22:16:38 [2023-04-12T22:16:38.988Z] #113 2.974 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB]
22:16:38 [2023-04-12T22:16:38.988Z] #113 2.977 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2+deb11u1 [203 kB]
22:16:38 [2023-04-12T22:16:38.988Z] #113 2.978 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2+deb11u1 [194 kB]
22:16:38 [2023-04-12T22:16:38.988Z] #113 2.982 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2+deb11u1 [49.1 kB]
22:16:38 [2023-04-12T22:16:38.988Z] #113 2.986 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2+deb11u1 [647 kB]
22:16:38 [2023-04-12T22:16:38.988Z] #113 2.990 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB]
22:16:38 [2023-04-12T22:16:38.988Z] #113 2.991 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1 [52.0 kB]
22:16:38 [2023-04-12T22:16:38.988Z] #113 2.992 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libffi-dev arm64 3.3-6 [53.2 kB]
22:16:38 [2023-04-12T22:16:38.988Z] #113 2.993 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-data all 2.66.8-1 [1164 kB]
22:16:38 [2023-04-12T22:16:38.988Z] #113 2.999 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-bin arm64 2.66.8-1 [137 kB]
22:16:38 [2023-04-12T22:16:38.988Z] #113 3.001 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-dev-bin arm64 2.66.8-1 [177 kB]
22:16:38 [2023-04-12T22:16:38.988Z] #113 3.002 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmount-dev arm64 2.36.1-8+deb11u1 [78.0 kB]
22:16:38 [2023-04-12T22:16:38.988Z] #113 3.005 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre16-3 arm64 2:8.39-13 [236 kB]
22:16:38 [2023-04-12T22:16:38.988Z] #113 3.007 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre32-3 arm64 2:8.39-13 [229 kB]
22:16:38 [2023-04-12T22:16:38.988Z] #113 3.010 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcrecpp0v5 arm64 2:8.39-13 [151 kB]
22:16:38 [2023-04-12T22:16:38.988Z] #113 3.012 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre3-dev arm64 2:8.39-13 [579 kB]
22:16:38 [2023-04-12T22:16:38.988Z] #113 3.016 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-2+deb11u2 [189 kB]
22:16:38 [2023-04-12T22:16:38.988Z] #113 3.017 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-dev arm64 2.66.8-1 [1592 kB]
22:16:38 [2023-04-12T22:16:38.988Z] #113 3.031 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
22:16:38 [2023-04-12T22:16:38.988Z] #113 3.032 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsecret-1-dev arm64 0.20.4-2 [218 kB]
22:16:38 [2023-04-12T22:16:38.988Z] #113 3.033 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7+deb11u1 [401 kB]
22:16:39 [2023-04-12T22:16:39.246Z] #113 3.174 debconf: delaying package configuration, since apt-utils is not installed
22:16:39 [2023-04-12T22:16:39.246Z] #113 3.212 Fetched 10.4 MB in 0s (28.0 MB/s)
22:16:39 [2023-04-12T22:16:39.246Z] #113 3.239 Selecting previously unselected package dpkg-dev.
22:16:39 [2023-04-12T22:16:39.246Z] #113 3.239 (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 ... 20389 files and directories currently installed.)
22:16:39 [2023-04-12T22:16:39.246Z] #113 3.250 Preparing to unpack .../00-dpkg-dev_1.20.12_all.deb ...
22:16:39 [2023-04-12T22:16:39.246Z] #113 3.258 Unpacking dpkg-dev (1.20.12) ...
22:16:39 [2023-04-12T22:16:39.504Z] #113 3.394 Selecting previously unselected package libgirepository-1.0-1:arm64.
22:16:39 [2023-04-12T22:16:39.504Z] #113 3.396 Preparing to unpack .../01-libgirepository-1.0-1_1.66.1-1+b1_arm64.deb ...
22:16:39 [2023-04-12T22:16:39.504Z] #113 3.405 Unpacking libgirepository-1.0-1:arm64 (1.66.1-1+b1) ...
22:16:39 [2023-04-12T22:16:39.504Z] #113 3.442 Selecting previously unselected package gir1.2-glib-2.0:arm64.
22:16:39 [2023-04-12T22:16:39.504Z] #113 3.444 Preparing to unpack .../02-gir1.2-glib-2.0_1.66.1-1+b1_arm64.deb ...
22:16:39 [2023-04-12T22:16:39.504Z] #113 3.448 Unpacking gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ...
22:16:39 [2023-04-12T22:16:39.504Z] #113 3.491 Selecting previously unselected package libsecret-common.
22:16:39 [2023-04-12T22:16:39.504Z] #113 3.493 Preparing to unpack .../03-libsecret-common_0.20.4-2_all.deb ...
22:16:39 [2023-04-12T22:16:39.504Z] #113 3.499 Unpacking libsecret-common (0.20.4-2) ...
22:16:39 [2023-04-12T22:16:39.504Z] #113 3.551 Selecting previously unselected package libsecret-1-0:arm64.
22:16:39 [2023-04-12T22:16:39.504Z] #113 3.553 Preparing to unpack .../04-libsecret-1-0_0.20.4-2_arm64.deb ...
22:16:39 [2023-04-12T22:16:39.504Z] #113 3.559 Unpacking libsecret-1-0:arm64 (0.20.4-2) ...
22:16:39 [2023-04-12T22:16:39.504Z] #113 3.638 Selecting previously unselected package gir1.2-secret-1:arm64.
22:16:39 [2023-04-12T22:16:39.762Z] #113 3.640 Preparing to unpack .../05-gir1.2-secret-1_0.20.4-2_arm64.deb ...
22:16:39 [2023-04-12T22:16:39.762Z] #113 3.656 Unpacking gir1.2-secret-1:arm64 (0.20.4-2) ...
22:16:39 [2023-04-12T22:16:39.762Z] #113 3.694 Selecting previously unselected package libapparmor1:arm64.
22:16:39 [2023-04-12T22:16:39.762Z] #113 3.697 Preparing to unpack .../06-libapparmor1_2.13.6-10_arm64.deb ...
22:16:39 [2023-04-12T22:16:39.762Z] #113 3.701 Unpacking libapparmor1:arm64 (2.13.6-10) ...
22:16:39 [2023-04-12T22:16:39.762Z] #113 3.746 Selecting previously unselected package libapparmor-dev:arm64.
22:16:39 [2023-04-12T22:16:39.762Z] #113 3.748 Preparing to unpack .../07-libapparmor-dev_2.13.6-10_arm64.deb ...
22:16:39 [2023-04-12T22:16:39.762Z] #113 3.754 Unpacking libapparmor-dev:arm64 (2.13.6-10) ...
22:16:39 [2023-04-12T22:16:39.762Z] #113 3.797 Selecting previously unselected package uuid-dev:arm64.
22:16:39 [2023-04-12T22:16:39.762Z] #113 3.800 Preparing to unpack .../08-uuid-dev_2.36.1-8+deb11u1_arm64.deb ...
22:16:39 [2023-04-12T22:16:39.762Z] #113 3.806 Unpacking uuid-dev:arm64 (2.36.1-8+deb11u1) ...
22:16:39 [2023-04-12T22:16:39.762Z] #113 3.863 Selecting previously unselected package libblkid-dev:arm64.
22:16:40 [2023-04-12T22:16:40.020Z] #113 3.865 Preparing to unpack .../09-libblkid-dev_2.36.1-8+deb11u1_arm64.deb ...
22:16:40 [2023-04-12T22:16:40.020Z] #113 3.879 Unpacking libblkid-dev:arm64 (2.36.1-8+deb11u1) ...
22:16:40 [2023-04-12T22:16:40.020Z] #113 3.949 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
22:16:40 [2023-04-12T22:16:40.020Z] #113 3.952 Preparing to unpack .../10-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ...
22:16:40 [2023-04-12T22:16:40.020Z] #113 3.956 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
22:16:40 [2023-04-12T22:16:40.020Z] #113 3.988 Selecting previously unselected package libudev-dev:arm64.
22:16:40 [2023-04-12T22:16:40.020Z] #113 3.990 Preparing to unpack .../11-libudev-dev_247.3-7+deb11u1_arm64.deb ...
22:16:40 [2023-04-12T22:16:40.020Z] #113 3.997 Unpacking libudev-dev:arm64 (247.3-7+deb11u1) ...
22:16:40 [2023-04-12T22:16:40.020Z] #113 4.056 Selecting previously unselected package libsepol1-dev:arm64.
22:16:40 [2023-04-12T22:16:40.020Z] #113 4.059 Preparing to unpack .../12-libsepol1-dev_3.1-1_arm64.deb ...
22:16:40 [2023-04-12T22:16:40.020Z] #113 4.065 Unpacking libsepol1-dev:arm64 (3.1-1) ...
22:16:40 [2023-04-12T22:16:40.020Z] #113 4.129 Selecting previously unselected package libpcre2-16-0:arm64.
22:16:40 [2023-04-12T22:16:40.278Z] #113 4.131 Preparing to unpack .../13-libpcre2-16-0_10.36-2+deb11u1_arm64.deb ...
22:16:40 [2023-04-12T22:16:40.278Z] #113 4.135 Unpacking libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
22:16:40 [2023-04-12T22:16:40.278Z] #113 4.205 Selecting previously unselected package libpcre2-32-0:arm64.
22:16:40 [2023-04-12T22:16:40.278Z] #113 4.207 Preparing to unpack .../14-libpcre2-32-0_10.36-2+deb11u1_arm64.deb ...
22:16:40 [2023-04-12T22:16:40.278Z] #113 4.229 Unpacking libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
22:16:40 [2023-04-12T22:16:40.278Z] #113 4.278 Selecting previously unselected package libpcre2-posix2:arm64.
22:16:40 [2023-04-12T22:16:40.278Z] #113 4.281 Preparing to unpack .../15-libpcre2-posix2_10.36-2+deb11u1_arm64.deb ...
22:16:40 [2023-04-12T22:16:40.278Z] #113 4.285 Unpacking libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
22:16:40 [2023-04-12T22:16:40.278Z] #113 4.317 Selecting previously unselected package libpcre2-dev:arm64.
22:16:40 [2023-04-12T22:16:40.278Z] #113 4.319 Preparing to unpack .../16-libpcre2-dev_10.36-2+deb11u1_arm64.deb ...
22:16:40 [2023-04-12T22:16:40.278Z] #113 4.324 Unpacking libpcre2-dev:arm64 (10.36-2+deb11u1) ...
22:16:40 [2023-04-12T22:16:40.535Z] #113 4.405 Selecting previously unselected package libselinux1-dev:arm64.
22:16:40 [2023-04-12T22:16:40.535Z] #113 4.407 Preparing to unpack .../17-libselinux1-dev_3.1-3_arm64.deb ...
22:16:40 [2023-04-12T22:16:40.535Z] #113 4.410 Unpacking libselinux1-dev:arm64 (3.1-3) ...
22:16:40 [2023-04-12T22:16:40.535Z] #113 4.464 Selecting previously unselected package libdevmapper-dev:arm64.
22:16:40 [2023-04-12T22:16:40.535Z] #113 4.467 Preparing to unpack .../18-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ...
22:16:40 [2023-04-12T22:16:40.535Z] #113 4.472 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
22:16:40 [2023-04-12T22:16:40.535Z] #113 4.506 Selecting previously unselected package libffi-dev:arm64.
22:16:40 [2023-04-12T22:16:40.535Z] #113 4.509 Preparing to unpack .../19-libffi-dev_3.3-6_arm64.deb ...
22:16:40 [2023-04-12T22:16:40.535Z] #113 4.514 Unpacking libffi-dev:arm64 (3.3-6) ...
22:16:40 [2023-04-12T22:16:40.535Z] #113 4.546 Selecting previously unselected package libglib2.0-data.
22:16:40 [2023-04-12T22:16:40.535Z] #113 4.548 Preparing to unpack .../20-libglib2.0-data_2.66.8-1_all.deb ...
22:16:40 [2023-04-12T22:16:40.535Z] #113 4.551 Unpacking libglib2.0-data (2.66.8-1) ...
22:16:40 [2023-04-12T22:16:40.793Z] #113 4.689 Selecting previously unselected package libglib2.0-bin.
22:16:40 [2023-04-12T22:16:40.793Z] #113 4.691 Preparing to unpack .../21-libglib2.0-bin_2.66.8-1_arm64.deb ...
22:16:40 [2023-04-12T22:16:40.793Z] #113 4.695 Unpacking libglib2.0-bin (2.66.8-1) ...
22:16:40 [2023-04-12T22:16:40.793Z] #113 4.749 Selecting previously unselected package libglib2.0-dev-bin.
22:16:40 [2023-04-12T22:16:40.793Z] #113 4.751 Preparing to unpack .../22-libglib2.0-dev-bin_2.66.8-1_arm64.deb ...
22:16:40 [2023-04-12T22:16:40.793Z] #113 4.756 Unpacking libglib2.0-dev-bin (2.66.8-1) ...
22:16:40 [2023-04-12T22:16:40.793Z] #113 4.802 Selecting previously unselected package libmount-dev:arm64.
22:16:40 [2023-04-12T22:16:40.793Z] #113 4.804 Preparing to unpack .../23-libmount-dev_2.36.1-8+deb11u1_arm64.deb ...
22:16:40 [2023-04-12T22:16:40.793Z] #113 4.808 Unpacking libmount-dev:arm64 (2.36.1-8+deb11u1) ...
22:16:40 [2023-04-12T22:16:40.793Z] #113 4.889 Selecting previously unselected package libpcre16-3:arm64.
22:16:40 [2023-04-12T22:16:40.793Z] #113 4.892 Preparing to unpack .../24-libpcre16-3_2%3a8.39-13_arm64.deb ...
22:16:40 [2023-04-12T22:16:40.793Z] #113 4.898 Unpacking libpcre16-3:arm64 (2:8.39-13) ...
22:16:40 [2023-04-12T22:16:40.793Z] #113 4.951 Selecting previously unselected package libpcre32-3:arm64.
22:16:41 [2023-04-12T22:16:41.051Z] #113 4.953 Preparing to unpack .../25-libpcre32-3_2%3a8.39-13_arm64.deb ...
22:16:41 [2023-04-12T22:16:41.051Z] #113 4.957 Unpacking libpcre32-3:arm64 (2:8.39-13) ...
22:16:41 [2023-04-12T22:16:41.051Z] #113 5.017 Selecting previously unselected package libpcrecpp0v5:arm64.
22:16:41 [2023-04-12T22:16:41.051Z] #113 5.019 Preparing to unpack .../26-libpcrecpp0v5_2%3a8.39-13_arm64.deb ...
22:16:41 [2023-04-12T22:16:41.051Z] #113 5.025 Unpacking libpcrecpp0v5:arm64 (2:8.39-13) ...
22:16:41 [2023-04-12T22:16:41.051Z] #113 5.069 Selecting previously unselected package libpcre3-dev:arm64.
22:16:41 [2023-04-12T22:16:41.051Z] #113 5.071 Preparing to unpack .../27-libpcre3-dev_2%3a8.39-13_arm64.deb ...
22:16:41 [2023-04-12T22:16:41.051Z] #113 5.075 Unpacking libpcre3-dev:arm64 (2:8.39-13) ...
22:16:41 [2023-04-12T22:16:41.051Z] #113 5.152 Selecting previously unselected package zlib1g-dev:arm64.
22:16:41 [2023-04-12T22:16:41.051Z] #113 5.152 Preparing to unpack .../28-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_arm64.deb ...
22:16:41 [2023-04-12T22:16:41.051Z] #113 5.157 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ...
22:16:41 [2023-04-12T22:16:41.051Z] #113 5.201 Selecting previously unselected package libglib2.0-dev:arm64.
22:16:41 [2023-04-12T22:16:41.309Z] #113 5.203 Preparing to unpack .../29-libglib2.0-dev_2.66.8-1_arm64.deb ...
22:16:41 [2023-04-12T22:16:41.309Z] #113 5.207 Unpacking libglib2.0-dev:arm64 (2.66.8-1) ...
22:16:41 [2023-04-12T22:16:41.309Z] #113 5.424 Selecting previously unselected package libseccomp-dev:arm64.
22:16:41 [2023-04-12T22:16:41.309Z] #113 5.427 Preparing to unpack .../30-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
22:16:41 [2023-04-12T22:16:41.309Z] #113 5.433 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
22:16:41 [2023-04-12T22:16:41.309Z] #113 5.477 Selecting previously unselected package libsecret-1-dev:arm64.
22:16:41 [2023-04-12T22:16:41.596Z] #113 5.480 Preparing to unpack .../31-libsecret-1-dev_0.20.4-2_arm64.deb ...
22:16:41 [2023-04-12T22:16:41.596Z] #113 5.484 Unpacking libsecret-1-dev:arm64 (0.20.4-2) ...
22:16:41 [2023-04-12T22:16:41.596Z] #113 5.546 Selecting previously unselected package libsystemd-dev:arm64.
22:16:41 [2023-04-12T22:16:41.596Z] #113 5.549 Preparing to unpack .../32-libsystemd-dev_247.3-7+deb11u1_arm64.deb ...
22:16:41 [2023-04-12T22:16:41.596Z] #113 5.556 Unpacking libsystemd-dev:arm64 (247.3-7+deb11u1) ...
22:16:41 [2023-04-12T22:16:41.860Z] #113 5.695 Setting up libpcrecpp0v5:arm64 (2:8.39-13) ...
22:16:41 [2023-04-12T22:16:41.860Z] #113 5.710 Setting up libglib2.0-dev-bin (2.66.8-1) ...
22:16:41 [2023-04-12T22:16:41.860Z] #113 5.896 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
22:16:41 [2023-04-12T22:16:41.860Z] #113 5.908 Setting up libapparmor1:arm64 (2.13.6-10) ...
22:16:41 [2023-04-12T22:16:41.860Z] #113 5.917 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
22:16:41 [2023-04-12T22:16:41.860Z] #113 5.926 Setting up libpcre16-3:arm64 (2:8.39-13) ...
22:16:41 [2023-04-12T22:16:41.860Z] #113 5.939 Setting up libsepol1-dev:arm64 (3.1-1) ...
22:16:41 [2023-04-12T22:16:41.860Z] #113 5.955 Setting up libffi-dev:arm64 (3.3-6) ...
22:16:41 [2023-04-12T22:16:41.860Z] #113 5.967 Setting up libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
22:16:41 [2023-04-12T22:16:41.860Z] #113 5.978 Setting up dpkg-dev (1.20.12) ...
22:16:41 [2023-04-12T22:16:41.860Z] #113 5.994 Setting up libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
22:16:41 [2023-04-12T22:16:41.860Z] #113 6.006 Setting up libglib2.0-data (2.66.8-1) ...
22:16:41 [2023-04-12T22:16:41.860Z] #113 6.021 Setting up uuid-dev:arm64 (2.36.1-8+deb11u1) ...
22:16:42 [2023-04-12T22:16:42.126Z] #113 6.036 Setting up libpcre32-3:arm64 (2:8.39-13) ...
22:16:42 [2023-04-12T22:16:42.126Z] #113 6.048 Setting up libudev-dev:arm64 (247.3-7+deb11u1) ...
22:16:42 [2023-04-12T22:16:42.126Z] #113 6.058 Setting up libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
22:16:42 [2023-04-12T22:16:42.126Z] #113 6.070 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ...
22:16:42 [2023-04-12T22:16:42.126Z] #113 6.084 Setting up libgirepository-1.0-1:arm64 (1.66.1-1+b1) ...
22:16:42 [2023-04-12T22:16:42.126Z] #113 6.098 Setting up libapparmor-dev:arm64 (2.13.6-10) ...
22:16:42 [2023-04-12T22:16:42.126Z] #113 6.110 Setting up libsystemd-dev:arm64 (247.3-7+deb11u1) ...
22:16:42 [2023-04-12T22:16:42.126Z] #113 6.121 Setting up libsecret-common (0.20.4-2) ...
22:16:42 [2023-04-12T22:16:42.126Z] #113 6.130 Setting up libblkid-dev:arm64 (2.36.1-8+deb11u1) ...
22:16:42 [2023-04-12T22:16:42.126Z] #113 6.147 Setting up libpcre2-dev:arm64 (10.36-2+deb11u1) ...
22:16:42 [2023-04-12T22:16:42.126Z] #113 6.160 Setting up libselinux1-dev:arm64 (3.1-3) ...
22:16:42 [2023-04-12T22:16:42.126Z] #113 6.172 Setting up libpcre3-dev:arm64 (2:8.39-13) ...
22:16:42 [2023-04-12T22:16:42.126Z] #113 6.183 Setting up libglib2.0-bin (2.66.8-1) ...
22:16:42 [2023-04-12T22:16:42.126Z] #113 6.192 Setting up libsecret-1-0:arm64 (0.20.4-2) ...
22:16:42 [2023-04-12T22:16:42.126Z] #113 6.202 Setting up gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ...
22:16:42 [2023-04-12T22:16:42.126Z] #113 6.214 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
22:16:42 [2023-04-12T22:16:42.126Z] #113 6.226 Setting up libmount-dev:arm64 (2.36.1-8+deb11u1) ...
22:16:42 [2023-04-12T22:16:42.387Z] #113 6.238 Setting up gir1.2-secret-1:arm64 (0.20.4-2) ...
22:16:42 [2023-04-12T22:16:42.387Z] #113 6.248 Setting up libglib2.0-dev:arm64 (2.66.8-1) ...
22:16:42 [2023-04-12T22:16:42.387Z] #113 6.259 Processing triggers for libglib2.0-0:arm64 (2.66.8-1) ...
22:16:42 [2023-04-12T22:16:42.387Z] #113 6.269 No schema files found: doing nothing.
22:16:42 [2023-04-12T22:16:42.387Z] #113 6.274 Processing triggers for libc-bin (2.31-13+deb11u5) ...
22:16:42 [2023-04-12T22:16:42.387Z] #113 6.298 Setting up libsecret-1-dev:arm64 (0.20.4-2) ...
22:16:42 [2023-04-12T22:16:42.649Z] #113 DONE 6.7s
22:16:42 [2023-04-12T22:16:42.906Z] 
22:16:42 [2023-04-12T22:16:42.906Z] #114 [dev 1/1] COPY . .
22:16:51 [2023-04-12T22:16:51.009Z] #114 DONE 7.6s
22:16:51 [2023-04-12T22:16:51.009Z] 
22:16:51 [2023-04-12T22:16:51.009Z] #115 exporting to image
22:16:51 [2023-04-12T22:16:51.009Z] #115 exporting layers
22:16:51 [2023-04-12T22:16:51.577Z] #115 exporting layers 1.5s done
22:16:51 [2023-04-12T22:16:51.577Z] #115 writing image sha256:5c429bb7e8ad3af5cd642541db39cada625d87700ed9b5524bbf89668cc58357 done
22:16:51 [2023-04-12T22:16:51.577Z] #115 naming to docker.io/library/docker:cdf9237fa225f0aa0917bdfb9c5646abbddb513b done
22:16:51 [2023-04-12T22:16:51.577Z] #115 DONE 1.5s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
22:16:51 [2023-04-12T22:16:51.884Z] + sudo modprobe ip6table_filter
[Pipeline] sh
22:16:52 [2023-04-12T22:16:52.162Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-45141/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=cdf9237fa225f0aa0917bdfb9c5646abbddb513b -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=23.0 docker:cdf9237fa225f0aa0917bdfb9c5646abbddb513b hack/test/unit
22:16:52 [2023-04-12T22:16:52.727Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove')
22:16:52 [2023-04-12T22:16:52.727Z] + TESTFLAGS+=' -test.timeout=5m'
22:16:52 [2023-04-12T22:16:52.727Z] + TESTDIRS=./...
22:16:52 [2023-04-12T22:16:52.727Z] + exclude_paths='/vendor/|/integration'
22:16:52 [2023-04-12T22:16:52.727Z] ++ go list ./...
22:16:52 [2023-04-12T22:16:52.727Z] ++ grep -vE '(/vendor/|/integration)'
22:16:53 [2023-04-12T22:16:53.661Z] + pkg_list='github.com/docker/docker/api
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/api/server
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/api/server/backend/build
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/api/server/httpstatus
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/api/server/httputils
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/api/server/middleware
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/api/server/router
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/api/server/router/build
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/api/server/router/checkpoint
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/api/server/router/container
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/api/server/router/debug
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/api/server/router/distribution
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/api/server/router/grpc
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/api/server/router/image
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/api/server/router/network
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/api/server/router/plugin
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/api/server/router/session
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/api/server/router/swarm
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/api/server/router/system
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/api/server/router/volume
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/api/types
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/api/types/backend
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/api/types/blkiodev
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/api/types/container
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/api/types/events
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/api/types/filters
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/api/types/image
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/api/types/mount
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/api/types/network
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/api/types/plugins/logdriver
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/api/types/registry
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/api/types/strslice
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/api/types/swarm
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/api/types/swarm/runtime
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/api/types/time
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/api/types/versions
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/api/types/versions/v1p19
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/api/types/versions/v1p20
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/api/types/volume
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/builder
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/builder/builder-next
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/builder/builder-next/exporter
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/builder/builder-next/imagerefchecker
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/builder/builder-next/worker
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/builder/dockerfile
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/builder/remotecontext
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/builder/remotecontext/git
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/builder/remotecontext/urlutil
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/cli
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/cli/config
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/cli/debug
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/cli/winresources/docker-proxy
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/cli/winresources/dockerd
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/client
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/cmd/docker-proxy
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/cmd/dockerd
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/cmd/dockerd/trap
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/container
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/container/stream
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/contrib/apparmor
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/contrib/docker-device-tool
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/contrib/httpserver
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/daemon
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/daemon/cluster
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/daemon/cluster/controllers/plugin
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/daemon/cluster/convert
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/daemon/cluster/executor
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/daemon/cluster/executor/container
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/daemon/cluster/provider
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/daemon/config
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/daemon/events
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/daemon/events/testutils
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/daemon/exec
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/daemon/graphdriver
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/daemon/graphdriver/aufs
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/daemon/graphdriver/btrfs
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/daemon/graphdriver/copy
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/daemon/graphdriver/devmapper
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/daemon/graphdriver/graphtest
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/daemon/graphdriver/overlay
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/daemon/graphdriver/overlay2
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/daemon/graphdriver/overlayutils
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/daemon/graphdriver/register
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/daemon/graphdriver/vfs
22:16:53 [2023-04-12T22:16:53.661Z] github.com/docker/docker/daemon/graphdriver/zfs
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/images
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/initlayer
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/links
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/listeners
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/logger
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/logger/awslogs
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/logger/fluentd
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/logger/gcplogs
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/logger/gelf
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/logger/journald
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/logger/jsonfilelog
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/logger/local
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/logger/logentries
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/logger/loggertest
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/logger/loggerutils
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/logger/loggerutils/cache
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/logger/splunk
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/logger/syslog
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/logger/templates
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/names
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/network
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/stats
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/distribution
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/distribution/metadata
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/distribution/utils
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/distribution/xfer
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/dockerversion
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/errdefs
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/image
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/image/cache
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/image/tarexport
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/image/v1
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/internal/test/suite
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/layer
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libcontainerd
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libcontainerd/queue
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libcontainerd/remote
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libcontainerd/supervisor
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libcontainerd/types
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/bitseq
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/cluster
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/cmd/diagnostic
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/cmd/ovrouter
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/cmd/readme_test
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/config
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/datastore
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/diagnostic
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/discoverapi
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/driverapi
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/drivers/bridge
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/drivers/host
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/drivers/ipvlan
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/drivers/macvlan
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/drivers/null
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/drivers/overlay
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/drivers/remote
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/drivers/remote/api
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/drivers/windows
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/drvregistry
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/etchosts
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/idm
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/internal/caller
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/internal/setmatrix
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/ipam
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/ipamapi
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/ipams/builtin
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/ipams/null
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/ipams/remote
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/ipams/remote/api
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/ipams/windowsipam
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/ipamutils
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/iptables
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/netlabel
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/netutils
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/networkdb
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/ns
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/options
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/osl
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/osl/kernel
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/portallocator
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/portmapper
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/resolvconf
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/testutils
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/types
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/oci
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/oci/caps
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/opts
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/pkg/aaparser
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/pkg/archive
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/pkg/authorization
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/pkg/broadcaster
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/pkg/capabilities
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/pkg/chrootarchive
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/pkg/containerfs
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/pkg/devicemapper
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/pkg/directory
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/pkg/dmesg
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/pkg/fileutils
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/pkg/fsutils
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/pkg/homedir
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/pkg/idtools
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/pkg/ioutils
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/pkg/jsonmessage
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/pkg/longpath
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/pkg/loopback
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/pkg/namesgenerator
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/pkg/parsers
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/pkg/parsers/kernel
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/pkg/parsers/operatingsystem
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/pkg/pidfile
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/pkg/platform
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/pkg/plugingetter
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/pkg/plugins
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/pkg/plugins/transport
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/pkg/pools
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/pkg/progress
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/pkg/pubsub
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/pkg/reexec
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/pkg/rootless
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/pkg/rootless/specconv
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/pkg/signal
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/pkg/stack
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/pkg/stdcopy
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/pkg/streamformatter
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/pkg/stringid
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/pkg/sysinfo
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/pkg/system
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/pkg/tailfile
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/pkg/tarsum
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/pkg/truncindex
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/pkg/urlutil
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/pkg/useragent
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/plugin
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/plugin/executor/containerd
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/plugin/v2
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/profiles/apparmor
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/profiles/seccomp
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/quota
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/reference
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/registry
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/registry/resumable
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/restartmanager
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/runconfig
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/runconfig/opts
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/testutil
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/testutil/daemon
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/testutil/environment
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/testutil/fakecontext
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/testutil/fakegit
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/testutil/fakestorage
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/testutil/fixtures/load
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/testutil/fixtures/plugin
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/testutil/fixtures/plugin/basic
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/testutil/registry
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/testutil/request
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/volume
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/volume/drivers
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/volume/local
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/volume/mounts
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/volume/service
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/volume/service/opts
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/volume/testutils'
22:16:53 [2023-04-12T22:16:53.662Z] ++ grep --fixed-strings -v /libnetwork
22:16:53 [2023-04-12T22:16:53.662Z] ++ echo 'github.com/docker/docker/api
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/api/server
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/api/server/backend/build
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/api/server/httpstatus
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/api/server/httputils
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/api/server/middleware
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/api/server/router
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/api/server/router/build
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/api/server/router/checkpoint
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/api/server/router/container
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/api/server/router/debug
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/api/server/router/distribution
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/api/server/router/grpc
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/api/server/router/image
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/api/server/router/network
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/api/server/router/plugin
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/api/server/router/session
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/api/server/router/swarm
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/api/server/router/system
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/api/server/router/volume
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/api/types
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/api/types/backend
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/api/types/blkiodev
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/api/types/container
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/api/types/events
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/api/types/filters
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/api/types/image
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/api/types/mount
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/api/types/network
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/api/types/plugins/logdriver
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/api/types/registry
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/api/types/strslice
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/api/types/swarm
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/api/types/swarm/runtime
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/api/types/time
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/api/types/versions
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/api/types/versions/v1p19
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/api/types/versions/v1p20
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/api/types/volume
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/builder
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/builder/builder-next
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/builder/builder-next/exporter
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/builder/builder-next/imagerefchecker
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/builder/builder-next/worker
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/builder/dockerfile
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/builder/remotecontext
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/builder/remotecontext/git
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/builder/remotecontext/urlutil
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/cli
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/cli/config
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/cli/debug
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/cli/winresources/docker-proxy
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/cli/winresources/dockerd
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/client
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/cmd/docker-proxy
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/cmd/dockerd
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/cmd/dockerd/trap
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/container
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/container/stream
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/contrib/apparmor
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/contrib/docker-device-tool
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/contrib/httpserver
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/cluster
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/cluster/controllers/plugin
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/cluster/convert
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/cluster/executor
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/cluster/executor/container
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/cluster/provider
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/config
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/events
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/events/testutils
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/exec
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/graphdriver
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/graphdriver/aufs
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/graphdriver/btrfs
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/graphdriver/copy
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/graphdriver/devmapper
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/graphdriver/graphtest
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/graphdriver/overlay
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/graphdriver/overlay2
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/graphdriver/overlayutils
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/graphdriver/register
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/graphdriver/vfs
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/graphdriver/zfs
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/images
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/initlayer
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/links
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/listeners
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/logger
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/logger/awslogs
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/logger/fluentd
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/logger/gcplogs
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/logger/gelf
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/logger/journald
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/logger/jsonfilelog
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/logger/local
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/logger/logentries
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/logger/loggertest
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/logger/loggerutils
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/logger/loggerutils/cache
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/logger/splunk
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/logger/syslog
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/logger/templates
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/names
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/network
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/daemon/stats
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/distribution
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/distribution/metadata
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/distribution/utils
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/distribution/xfer
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/dockerversion
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/errdefs
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/image
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/image/cache
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/image/tarexport
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/image/v1
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/internal/test/suite
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/layer
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libcontainerd
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libcontainerd/queue
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libcontainerd/remote
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libcontainerd/supervisor
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libcontainerd/types
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/bitseq
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/cluster
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/cmd/diagnostic
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/cmd/ovrouter
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/cmd/readme_test
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/config
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/datastore
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/diagnostic
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/discoverapi
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/driverapi
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/drivers/bridge
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/drivers/host
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/drivers/ipvlan
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/drivers/macvlan
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/drivers/null
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/drivers/overlay
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/drivers/remote
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/drivers/remote/api
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/drivers/windows
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/drvregistry
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/etchosts
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/idm
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/internal/caller
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/internal/setmatrix
22:16:53 [2023-04-12T22:16:53.662Z] github.com/docker/docker/libnetwork/ipam
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/libnetwork/ipamapi
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/libnetwork/ipams/builtin
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/libnetwork/ipams/null
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/libnetwork/ipams/remote
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/libnetwork/ipams/remote/api
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/libnetwork/ipams/windowsipam
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/libnetwork/ipamutils
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/libnetwork/iptables
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/libnetwork/netlabel
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/libnetwork/netutils
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/libnetwork/networkdb
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/libnetwork/ns
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/libnetwork/options
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/libnetwork/osl
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/libnetwork/osl/kernel
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/libnetwork/portallocator
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/libnetwork/portmapper
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/libnetwork/resolvconf
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/libnetwork/testutils
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/libnetwork/types
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/oci
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/oci/caps
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/opts
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/aaparser
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/archive
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/authorization
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/broadcaster
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/capabilities
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/chrootarchive
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/containerfs
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/devicemapper
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/directory
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/dmesg
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/fileutils
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/fsutils
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/homedir
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/idtools
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/ioutils
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/jsonmessage
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/longpath
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/loopback
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/namesgenerator
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/parsers
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/parsers/kernel
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/parsers/operatingsystem
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/pidfile
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/platform
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/plugingetter
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/plugins
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/plugins/transport
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/pools
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/progress
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/pubsub
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/reexec
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/rootless
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/rootless/specconv
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/signal
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/stack
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/stdcopy
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/streamformatter
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/stringid
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/sysinfo
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/system
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/tailfile
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/tarsum
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/truncindex
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/urlutil
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/useragent
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/plugin
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/plugin/executor/containerd
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/plugin/v2
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/profiles/apparmor
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/profiles/seccomp
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/quota
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/reference
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/registry
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/registry/resumable
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/restartmanager
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/runconfig
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/runconfig/opts
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/testutil
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/testutil/daemon
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/testutil/environment
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/testutil/fakecontext
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/testutil/fakegit
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/testutil/fakestorage
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/testutil/fixtures/load
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/testutil/fixtures/plugin
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/testutil/fixtures/plugin/basic
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/testutil/registry
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/testutil/request
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/volume
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/volume/drivers
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/volume/local
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/volume/mounts
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/volume/service
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/volume/service/opts
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/volume/testutils'
22:16:53 [2023-04-12T22:16:53.663Z] + base_pkg_list='github.com/docker/docker/api
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/server
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/server/backend/build
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/server/httpstatus
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/server/httputils
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/server/middleware
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/server/router
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/server/router/build
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/server/router/checkpoint
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/server/router/container
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/server/router/debug
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/server/router/distribution
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/server/router/grpc
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/server/router/image
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/server/router/network
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/server/router/plugin
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/server/router/session
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/server/router/swarm
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/server/router/system
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/server/router/volume
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/types
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/types/backend
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/types/blkiodev
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/types/container
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/types/events
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/types/filters
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/types/image
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/types/mount
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/types/network
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/types/plugins/logdriver
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/types/registry
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/types/strslice
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/types/swarm
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/types/swarm/runtime
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/types/time
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/types/versions
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/types/versions/v1p19
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/types/versions/v1p20
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/types/volume
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/builder
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/builder/builder-next
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/builder/builder-next/exporter
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/builder/builder-next/imagerefchecker
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/builder/builder-next/worker
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/builder/dockerfile
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/builder/remotecontext
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/builder/remotecontext/git
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/builder/remotecontext/urlutil
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/cli
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/cli/config
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/cli/debug
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/cli/winresources/docker-proxy
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/cli/winresources/dockerd
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/client
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/cmd/docker-proxy
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/cmd/dockerd
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/cmd/dockerd/trap
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/container
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/container/stream
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/contrib/apparmor
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/contrib/docker-device-tool
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/contrib/httpserver
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/daemon
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/daemon/cluster
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/daemon/cluster/controllers/plugin
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/daemon/cluster/convert
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/daemon/cluster/executor
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/daemon/cluster/executor/container
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/daemon/cluster/provider
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/daemon/config
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/daemon/events
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/daemon/events/testutils
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/daemon/exec
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/daemon/graphdriver
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/daemon/graphdriver/aufs
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/daemon/graphdriver/btrfs
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/daemon/graphdriver/copy
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/daemon/graphdriver/devmapper
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/daemon/graphdriver/graphtest
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/daemon/graphdriver/overlay
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/daemon/graphdriver/overlay2
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/daemon/graphdriver/overlayutils
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/daemon/graphdriver/register
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/daemon/graphdriver/vfs
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/daemon/graphdriver/zfs
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/daemon/images
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/daemon/initlayer
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/daemon/links
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/daemon/listeners
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/daemon/logger
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/daemon/logger/awslogs
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/daemon/logger/fluentd
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/daemon/logger/gcplogs
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/daemon/logger/gelf
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/daemon/logger/journald
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/daemon/logger/jsonfilelog
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/daemon/logger/local
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/daemon/logger/logentries
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/daemon/logger/loggertest
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/daemon/logger/loggerutils
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/daemon/logger/loggerutils/cache
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/daemon/logger/splunk
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/daemon/logger/syslog
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/daemon/logger/templates
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/daemon/names
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/daemon/network
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/daemon/stats
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/distribution
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/distribution/metadata
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/distribution/utils
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/distribution/xfer
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/dockerversion
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/errdefs
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/image
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/image/cache
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/image/tarexport
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/image/v1
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/internal/test/suite
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/layer
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/libcontainerd
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/libcontainerd/queue
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/libcontainerd/remote
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/libcontainerd/supervisor
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/libcontainerd/types
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/oci
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/oci/caps
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/opts
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/aaparser
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/archive
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/authorization
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/broadcaster
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/capabilities
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/chrootarchive
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/containerfs
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/devicemapper
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/directory
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/dmesg
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/fileutils
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/fsutils
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/homedir
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/idtools
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/ioutils
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/jsonmessage
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/longpath
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/loopback
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/namesgenerator
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/parsers
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/parsers/kernel
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/parsers/operatingsystem
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/pidfile
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/platform
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/plugingetter
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/plugins
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/plugins/transport
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/pools
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/progress
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/pubsub
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/reexec
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/rootless
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/rootless/specconv
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/signal
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/stack
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/stdcopy
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/streamformatter
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/stringid
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/sysinfo
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/system
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/tailfile
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/tarsum
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/truncindex
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/urlutil
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/pkg/useragent
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/plugin
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/plugin/executor/containerd
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/plugin/v2
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/profiles/apparmor
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/profiles/seccomp
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/quota
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/reference
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/registry
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/registry/resumable
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/restartmanager
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/runconfig
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/runconfig/opts
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/testutil
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/testutil/daemon
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/testutil/environment
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/testutil/fakecontext
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/testutil/fakegit
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/testutil/fakestorage
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/testutil/fixtures/load
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/testutil/fixtures/plugin
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/testutil/fixtures/plugin/basic
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/testutil/registry
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/testutil/request
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/volume
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/volume/drivers
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/volume/local
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/volume/mounts
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/volume/service
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/volume/service/opts
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/volume/testutils'
22:16:53 [2023-04-12T22:16:53.663Z] ++ grep --fixed-strings /libnetwork
22:16:53 [2023-04-12T22:16:53.663Z] ++ echo 'github.com/docker/docker/api
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/server
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/server/backend/build
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/server/httpstatus
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/server/httputils
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/server/middleware
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/server/router
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/server/router/build
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/server/router/checkpoint
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/server/router/container
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/server/router/debug
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/server/router/distribution
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/server/router/grpc
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/server/router/image
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/server/router/network
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/server/router/plugin
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/server/router/session
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/server/router/swarm
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/server/router/system
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/server/router/volume
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/types
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/types/backend
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/types/blkiodev
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/types/container
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/types/events
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/types/filters
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/types/image
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/types/mount
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/types/network
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/types/plugins/logdriver
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/types/registry
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/types/strslice
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/types/swarm
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/types/swarm/runtime
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/types/time
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/types/versions
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/types/versions/v1p19
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/types/versions/v1p20
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/api/types/volume
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/builder
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/builder/builder-next
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/builder/builder-next/exporter
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/builder/builder-next/imagerefchecker
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/builder/builder-next/worker
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/builder/dockerfile
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/builder/remotecontext
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/builder/remotecontext/git
22:16:53 [2023-04-12T22:16:53.663Z] github.com/docker/docker/builder/remotecontext/urlutil
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/cli
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/cli/config
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/cli/debug
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/cli/winresources/docker-proxy
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/cli/winresources/dockerd
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/client
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/cmd/docker-proxy
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/cmd/dockerd
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/cmd/dockerd/trap
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/container
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/container/stream
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/contrib/apparmor
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/contrib/docker-device-tool
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/contrib/httpserver
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/daemon
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/daemon/cluster
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/daemon/cluster/controllers/plugin
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/daemon/cluster/convert
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/daemon/cluster/executor
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/daemon/cluster/executor/container
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/daemon/cluster/provider
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/daemon/config
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/daemon/events
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/daemon/events/testutils
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/daemon/exec
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/daemon/graphdriver
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/daemon/graphdriver/aufs
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/daemon/graphdriver/btrfs
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/daemon/graphdriver/copy
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/daemon/graphdriver/devmapper
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/daemon/graphdriver/graphtest
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/daemon/graphdriver/overlay
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/daemon/graphdriver/overlay2
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/daemon/graphdriver/overlayutils
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/daemon/graphdriver/register
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/daemon/graphdriver/vfs
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/daemon/graphdriver/zfs
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/daemon/images
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/daemon/initlayer
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/daemon/links
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/daemon/listeners
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/daemon/logger
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/daemon/logger/awslogs
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/daemon/logger/fluentd
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/daemon/logger/gcplogs
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/daemon/logger/gelf
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/daemon/logger/journald
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/daemon/logger/jsonfilelog
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/daemon/logger/local
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/daemon/logger/logentries
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/daemon/logger/loggertest
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/daemon/logger/loggerutils
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/daemon/logger/loggerutils/cache
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/daemon/logger/splunk
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/daemon/logger/syslog
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/daemon/logger/templates
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/daemon/names
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/daemon/network
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/daemon/stats
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/distribution
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/distribution/metadata
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/distribution/utils
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/distribution/xfer
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/dockerversion
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/errdefs
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/image
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/image/cache
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/image/tarexport
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/image/v1
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/internal/test/suite
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/layer
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libcontainerd
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libcontainerd/queue
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libcontainerd/remote
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libcontainerd/supervisor
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libcontainerd/types
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/bitseq
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/cluster
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/cmd/diagnostic
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/cmd/ovrouter
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/cmd/readme_test
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/config
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/datastore
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/diagnostic
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/discoverapi
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/driverapi
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/drivers/bridge
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/drivers/host
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/drivers/ipvlan
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/drivers/macvlan
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/drivers/null
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/drivers/overlay
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/drivers/remote
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/drivers/remote/api
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/drivers/windows
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/drvregistry
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/etchosts
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/idm
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/internal/caller
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/internal/setmatrix
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/ipam
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/ipamapi
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/ipams/builtin
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/ipams/null
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/ipams/remote
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/ipams/remote/api
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/ipams/windowsipam
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/ipamutils
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/iptables
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/netlabel
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/netutils
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/networkdb
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/ns
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/options
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/osl
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/osl/kernel
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/portallocator
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/portmapper
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/resolvconf
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/testutils
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/types
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/oci
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/oci/caps
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/opts
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/pkg/aaparser
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/pkg/archive
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/pkg/authorization
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/pkg/broadcaster
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/pkg/capabilities
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/pkg/chrootarchive
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/pkg/containerfs
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/pkg/devicemapper
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/pkg/directory
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/pkg/dmesg
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/pkg/fileutils
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/pkg/fsutils
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/pkg/homedir
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/pkg/idtools
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/pkg/ioutils
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/pkg/jsonmessage
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/pkg/longpath
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/pkg/loopback
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/pkg/namesgenerator
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/pkg/parsers
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/pkg/parsers/kernel
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/pkg/parsers/operatingsystem
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/pkg/pidfile
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/pkg/platform
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/pkg/plugingetter
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/pkg/plugins
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/pkg/plugins/transport
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/pkg/pools
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/pkg/progress
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/pkg/pubsub
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/pkg/reexec
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/pkg/rootless
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/pkg/rootless/specconv
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/pkg/signal
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/pkg/stack
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/pkg/stdcopy
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/pkg/streamformatter
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/pkg/stringid
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/pkg/sysinfo
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/pkg/system
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/pkg/tailfile
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/pkg/tarsum
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/pkg/truncindex
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/pkg/urlutil
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/pkg/useragent
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/plugin
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/plugin/executor/containerd
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/plugin/v2
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/profiles/apparmor
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/profiles/seccomp
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/quota
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/reference
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/registry
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/registry/resumable
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/restartmanager
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/runconfig
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/runconfig/opts
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/testutil
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/testutil/daemon
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/testutil/environment
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/testutil/fakecontext
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/testutil/fakegit
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/testutil/fakestorage
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/testutil/fixtures/load
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/testutil/fixtures/plugin
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/testutil/fixtures/plugin/basic
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/testutil/registry
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/testutil/request
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/volume
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/volume/drivers
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/volume/local
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/volume/mounts
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/volume/service
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/volume/service/opts
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/volume/testutils'
22:16:53 [2023-04-12T22:16:53.664Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/bitseq
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/cluster
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/cmd/diagnostic
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/cmd/ovrouter
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/cmd/readme_test
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/config
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/datastore
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/diagnostic
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/discoverapi
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/driverapi
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/drivers/bridge
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/drivers/host
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/drivers/ipvlan
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/drivers/macvlan
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/drivers/null
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/drivers/overlay
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/drivers/remote
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/drivers/remote/api
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/drivers/windows
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/drvregistry
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/etchosts
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/idm
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/internal/caller
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/internal/setmatrix
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/ipam
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/ipamapi
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/ipams/builtin
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/ipams/null
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/ipams/remote
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/ipams/remote/api
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/ipams/windowsipam
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/ipamutils
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/iptables
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/netlabel
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/netutils
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/networkdb
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/ns
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/options
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/osl
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/osl/kernel
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/portallocator
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/portmapper
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/resolvconf
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/testutils
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/types'
22:16:53 [2023-04-12T22:16:53.664Z] + echo 'github.com/docker/docker/libnetwork
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/bitseq
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/cluster
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/cmd/diagnostic
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/cmd/ovrouter
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/cmd/readme_test
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/config
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/datastore
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/diagnostic
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/discoverapi
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/driverapi
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/drivers/bridge
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/drivers/host
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/drivers/ipvlan
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/drivers/macvlan
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/drivers/null
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/drivers/overlay
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/drivers/remote
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/drivers/remote/api
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/drivers/windows
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/drvregistry
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/etchosts
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/idm
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/internal/caller
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/internal/setmatrix
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/ipam
22:16:53 [2023-04-12T22:16:53.664Z] github.com/docker/docker/libnetwork/ipamapi
22:16:53 [2023-04-12T22:16:53.665Z] github.com/docker/docker/libnetwork/ipams/builtin
22:16:53 [2023-04-12T22:16:53.665Z] github.com/docker/docker/libnetwork/ipams/null
22:16:53 [2023-04-12T22:16:53.665Z] github.com/docker/docker/libnetwork/ipams/remote
22:16:53 [2023-04-12T22:16:53.665Z] github.com/docker/docker/libnetwork/ipams/remote/api
22:16:53 [2023-04-12T22:16:53.665Z] github.com/docker/docker/libnetwork/ipams/windowsipam
22:16:53 [2023-04-12T22:16:53.665Z] github.com/docker/docker/libnetwork/ipamutils
22:16:53 [2023-04-12T22:16:53.665Z] github.com/docker/docker/libnetwork/iptables
22:16:53 [2023-04-12T22:16:53.665Z] github.com/docker/docker/libnetwork/netlabel
22:16:53 [2023-04-12T22:16:53.665Z] github.com/docker/docker/libnetwork/netutils
22:16:53 [2023-04-12T22:16:53.665Z] github.com/docker/docker/libnetwork/networkdb
22:16:53 [2023-04-12T22:16:53.665Z] github.com/docker/docker/libnetwork/ns
22:16:53 [2023-04-12T22:16:53.665Z] github.com/docker/docker/libnetwork/options
22:16:53 [2023-04-12T22:16:53.665Z] github.com/docker/docker/libnetwork/osl
22:16:53 [2023-04-12T22:16:53.665Z] github.com/docker/docker/libnetwork/osl/kernel
22:16:53 [2023-04-12T22:16:53.665Z] github.com/docker/docker/libnetwork/portallocator
22:16:53 [2023-04-12T22:16:53.665Z] github.com/docker/docker/libnetwork/portmapper
22:16:53 [2023-04-12T22:16:53.665Z] github.com/docker/docker/libnetwork/resolvconf
22:16:53 [2023-04-12T22:16:53.665Z] github.com/docker/docker/libnetwork/testutils
22:16:53 [2023-04-12T22:16:53.665Z] github.com/docker/docker/libnetwork/types'
22:16:53 [2023-04-12T22:16:53.665Z] + grep --fixed-strings libnetwork/drivers/bridge
22:16:53 [2023-04-12T22:16:53.665Z] github.com/docker/docker/libnetwork/drivers/bridge
22:16:53 [2023-04-12T22:16:53.665Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
22:16:53 [2023-04-12T22:16:53.665Z] + type docker-proxy
22:16:53 [2023-04-12T22:16:53.665Z] hack/test/unit: line 25: type: docker-proxy: not found
22:16:53 [2023-04-12T22:16:53.665Z] + hack/make.sh binary-proxy install-proxy
22:16:53 [2023-04-12T22:16:53.665Z] 
22:16:53 [2023-04-12T22:16:53.665Z] Removing bundles/
22:16:53 [2023-04-12T22:16:53.665Z] 
22:16:53 [2023-04-12T22:16:53.665Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy)
22:16:53 [2023-04-12T22:16:53.923Z] Building static bundles/binary-proxy/docker-proxy (linux/arm64)...
22:16:55 [2023-04-12T22:16:55.299Z] Created binary: bundles/binary-proxy/docker-proxy
22:16:55 [2023-04-12T22:16:55.299Z] 
22:16:55 [2023-04-12T22:16:55.299Z] ---> Making bundle: install-proxy (in bundles/install-proxy)
22:16:55 [2023-04-12T22:16:55.299Z] Installing docker-proxy to /usr/local/bin/
22:16:55 [2023-04-12T22:16:55.299Z] 
22:16:55 [2023-04-12T22:16:55.299Z] + mkdir -p bundles
22:16:55 [2023-04-12T22:16:55.299Z] + '[' -n 'github.com/docker/docker/api
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/api/server
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/api/server/backend/build
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/api/server/httpstatus
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/api/server/httputils
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/api/server/middleware
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/api/server/router
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/api/server/router/build
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/api/server/router/checkpoint
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/api/server/router/container
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/api/server/router/debug
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/api/server/router/distribution
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/api/server/router/grpc
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/api/server/router/image
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/api/server/router/network
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/api/server/router/plugin
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/api/server/router/session
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/api/server/router/swarm
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/api/server/router/system
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/api/server/router/volume
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/api/types
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/api/types/backend
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/api/types/blkiodev
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/api/types/container
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/api/types/events
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/api/types/filters
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/api/types/image
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/api/types/mount
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/api/types/network
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/api/types/plugins/logdriver
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/api/types/registry
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/api/types/strslice
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/api/types/swarm
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/api/types/swarm/runtime
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/api/types/time
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/api/types/versions
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/api/types/versions/v1p19
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/api/types/versions/v1p20
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/api/types/volume
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/builder
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/builder/builder-next
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/builder/builder-next/exporter
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/builder/builder-next/imagerefchecker
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/builder/builder-next/worker
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/builder/dockerfile
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/builder/remotecontext
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/builder/remotecontext/git
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/builder/remotecontext/urlutil
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/cli
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/cli/config
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/cli/debug
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/cli/winresources/docker-proxy
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/cli/winresources/dockerd
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/client
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/cmd/docker-proxy
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/cmd/dockerd
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/cmd/dockerd/trap
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/container
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/container/stream
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/contrib/apparmor
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/contrib/docker-device-tool
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/contrib/httpserver
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/daemon
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/daemon/cluster
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/daemon/cluster/controllers/plugin
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/daemon/cluster/convert
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/daemon/cluster/executor
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/daemon/cluster/executor/container
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/daemon/cluster/provider
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/daemon/config
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/daemon/events
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/daemon/events/testutils
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/daemon/exec
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/daemon/graphdriver
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/daemon/graphdriver/aufs
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/daemon/graphdriver/btrfs
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/daemon/graphdriver/copy
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/daemon/graphdriver/devmapper
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/daemon/graphdriver/graphtest
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/daemon/graphdriver/overlay
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/daemon/graphdriver/overlay2
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/daemon/graphdriver/overlayutils
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/daemon/graphdriver/register
22:16:55 [2023-04-12T22:16:55.299Z] github.com/docker/docker/daemon/graphdriver/vfs
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/daemon/graphdriver/zfs
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/daemon/images
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/daemon/initlayer
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/daemon/links
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/daemon/listeners
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/daemon/logger
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/daemon/logger/awslogs
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/daemon/logger/fluentd
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/daemon/logger/gcplogs
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/daemon/logger/gelf
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/daemon/logger/journald
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/daemon/logger/jsonfilelog
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/daemon/logger/local
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/daemon/logger/logentries
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/daemon/logger/loggertest
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/daemon/logger/loggerutils
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/daemon/logger/loggerutils/cache
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/daemon/logger/splunk
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/daemon/logger/syslog
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/daemon/logger/templates
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/daemon/names
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/daemon/network
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/daemon/stats
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/distribution
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/distribution/metadata
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/distribution/utils
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/distribution/xfer
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/dockerversion
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/errdefs
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/image
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/image/cache
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/image/tarexport
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/image/v1
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/internal/test/suite
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/layer
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/libcontainerd
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/libcontainerd/queue
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/libcontainerd/remote
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/libcontainerd/supervisor
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/libcontainerd/types
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/oci
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/oci/caps
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/opts
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/pkg/aaparser
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/pkg/archive
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/pkg/authorization
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/pkg/broadcaster
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/pkg/capabilities
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/pkg/chrootarchive
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/pkg/containerfs
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/pkg/devicemapper
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/pkg/directory
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/pkg/dmesg
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/pkg/fileutils
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/pkg/fsutils
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/pkg/homedir
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/pkg/idtools
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/pkg/ioutils
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/pkg/jsonmessage
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/pkg/longpath
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/pkg/loopback
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/pkg/namesgenerator
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/pkg/parsers
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/pkg/parsers/kernel
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/pkg/parsers/operatingsystem
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/pkg/pidfile
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/pkg/platform
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/pkg/plugingetter
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/pkg/plugins
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/pkg/plugins/transport
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/pkg/pools
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/pkg/progress
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/pkg/pubsub
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/pkg/reexec
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/pkg/rootless
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/pkg/rootless/specconv
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/pkg/signal
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/pkg/stack
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/pkg/stdcopy
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/pkg/streamformatter
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/pkg/stringid
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/pkg/sysinfo
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/pkg/system
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/pkg/tailfile
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/pkg/tarsum
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/pkg/truncindex
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/pkg/urlutil
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/pkg/useragent
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/plugin
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/plugin/executor/containerd
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/plugin/v2
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/profiles/apparmor
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/profiles/seccomp
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/quota
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/reference
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/registry
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/registry/resumable
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/restartmanager
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/runconfig
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/runconfig/opts
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/testutil
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/testutil/daemon
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/testutil/environment
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/testutil/fakecontext
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/testutil/fakegit
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/testutil/fakestorage
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/testutil/fixtures/load
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/testutil/fixtures/plugin
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/testutil/fixtures/plugin/basic
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/testutil/registry
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/testutil/request
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/volume
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/volume/drivers
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/volume/local
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/volume/mounts
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/volume/service
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/volume/service/opts
22:16:55 [2023-04-12T22:16:55.300Z] github.com/docker/docker/volume/testutils' ']'
22:16:55 [2023-04-12T22:16:55.300Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo libdm_no_deferred_remove' -cover -coverprofile=bundles/coverage.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httpstatus github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/builder/remotecontext/urlutil github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/cli/winresources/docker-proxy github.com/docker/docker/cli/winresources/dockerd github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggertest github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/rootless github.com/docker/docker/pkg/rootless/specconv github.com/docker/docker/pkg/signal 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/truncindex github.com/docker/docker/pkg/urlutil 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
22:16:56 [2023-04-12T22:16:56.235Z] ?   	github.com/docker/docker/api	[no test files]
22:17:08 [2023-04-12T22:17:08.536Z] ok  	github.com/docker/docker/api/server	0.016s	coverage: 7.9% of statements
22:18:29 [2023-04-12T22:18:29.957Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
22:18:29 [2023-04-12T22:18:29.957Z] ?   	github.com/docker/docker/api/server/httpstatus	[no test files]
22:18:29 [2023-04-12T22:18:29.957Z] ok  	github.com/docker/docker/api/server/httputils	0.004s	coverage: 31.9% of statements
22:18:29 [2023-04-12T22:18:29.957Z] ok  	github.com/docker/docker/api/server/middleware	0.004s	coverage: 37.7% of statements
22:18:29 [2023-04-12T22:18:29.957Z] ?   	github.com/docker/docker/api/server/router	[no test files]
22:18:29 [2023-04-12T22:18:29.957Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
22:18:29 [2023-04-12T22:18:29.957Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
22:18:29 [2023-04-12T22:18:29.957Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
22:18:29 [2023-04-12T22:18:29.957Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
22:18:29 [2023-04-12T22:18:29.957Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
22:18:29 [2023-04-12T22:18:29.957Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
22:18:29 [2023-04-12T22:18:29.957Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
22:18:29 [2023-04-12T22:18:29.957Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
22:18:29 [2023-04-12T22:18:29.957Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
22:18:29 [2023-04-12T22:18:29.957Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
22:18:29 [2023-04-12T22:18:29.957Z] ok  	github.com/docker/docker/api/server/router/swarm	0.009s	coverage: 6.0% of statements
22:18:29 [2023-04-12T22:18:29.957Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
22:18:29 [2023-04-12T22:18:29.957Z] ok  	github.com/docker/docker/api/types/filters	0.005s	coverage: 93.7% of statements
22:18:29 [2023-04-12T22:18:29.957Z] ok  	github.com/docker/docker/api/types/strslice	0.011s	coverage: 90.0% of statements
22:18:29 [2023-04-12T22:18:29.957Z] ok  	github.com/docker/docker/api/server/router/volume	0.009s	coverage: 66.7% of statements
22:18:29 [2023-04-12T22:18:29.957Z] ?   	github.com/docker/docker/api/types	[no test files]
22:18:29 [2023-04-12T22:18:29.957Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
22:18:29 [2023-04-12T22:18:29.957Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
22:18:29 [2023-04-12T22:18:29.957Z] ?   	github.com/docker/docker/api/types/container	[no test files]
22:18:29 [2023-04-12T22:18:29.957Z] ?   	github.com/docker/docker/api/types/events	[no test files]
22:18:29 [2023-04-12T22:18:29.957Z] ?   	github.com/docker/docker/api/types/image	[no test files]
22:18:29 [2023-04-12T22:18:29.957Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
22:18:29 [2023-04-12T22:18:29.957Z] ?   	github.com/docker/docker/api/types/network	[no test files]
22:18:29 [2023-04-12T22:18:29.957Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
22:18:29 [2023-04-12T22:18:29.957Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
22:18:29 [2023-04-12T22:18:29.957Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
22:18:29 [2023-04-12T22:18:29.957Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
22:18:29 [2023-04-12T22:18:29.957Z] ok  	github.com/docker/docker/api/types/time	0.002s	coverage: 100.0% of statements
22:18:29 [2023-04-12T22:18:29.957Z] ok  	github.com/docker/docker/api/types/versions	0.002s	coverage: 77.3% of statements
22:18:29 [2023-04-12T22:18:29.957Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
22:18:29 [2023-04-12T22:18:29.957Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
22:18:29 [2023-04-12T22:18:29.957Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
22:18:29 [2023-04-12T22:18:29.957Z] ?   	github.com/docker/docker/builder	[no test files]
22:18:29 [2023-04-12T22:18:29.957Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
22:18:29 [2023-04-12T22:18:29.957Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
22:18:29 [2023-04-12T22:18:29.957Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
22:18:29 [2023-04-12T22:18:29.957Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
22:18:29 [2023-04-12T22:18:29.957Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
22:18:29 [2023-04-12T22:18:29.957Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
22:18:29 [2023-04-12T22:18:29.957Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
22:18:29 [2023-04-12T22:18:29.957Z] ok  	github.com/docker/docker/builder/remotecontext	0.095s	coverage: 13.7% of statements
22:18:29 [2023-04-12T22:18:29.957Z] ok  	github.com/docker/docker/builder/dockerfile	0.464s	coverage: 49.3% of statements
22:18:29 [2023-04-12T22:18:29.957Z] ok  	github.com/docker/docker/builder/remotecontext/urlutil	0.002s	coverage: 100.0% of statements
22:18:29 [2023-04-12T22:18:29.957Z] ok  	github.com/docker/docker/cli/debug	0.002s	coverage: 100.0% of statements
22:18:29 [2023-04-12T22:18:29.957Z] ok  	github.com/docker/docker/builder/remotecontext/git	2.357s	coverage: 83.5% of statements
22:18:29 [2023-04-12T22:18:29.957Z] ?   	github.com/docker/docker/cli	[no test files]
22:18:29 [2023-04-12T22:18:29.957Z] ?   	github.com/docker/docker/cli/config	[no test files]
22:18:29 [2023-04-12T22:18:29.957Z] ?   	github.com/docker/docker/cli/winresources/docker-proxy	[no test files]
22:18:29 [2023-04-12T22:18:29.957Z] ?   	github.com/docker/docker/cli/winresources/dockerd	[no test files]
22:18:29 [2023-04-12T22:18:29.957Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.046s	coverage: 66.5% of statements
22:18:29 [2023-04-12T22:18:29.957Z] ok  	github.com/docker/docker/client	0.103s	coverage: 76.8% of statements
22:19:02 [2023-04-12T22:19:02.027Z] ok  	github.com/docker/docker/cmd/dockerd	0.078s	coverage: 30.2% of statements
22:19:02 [2023-04-12T22:19:02.027Z] ok  	github.com/docker/docker/container	0.118s	coverage: 36.1% of statements
22:19:02 [2023-04-12T22:19:02.027Z] ok  	github.com/docker/docker/cmd/dockerd/trap	2.356s	coverage: 0.0% of statements
22:19:02 [2023-04-12T22:19:02.027Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
22:19:02 [2023-04-12T22:19:02.027Z] ?   	github.com/docker/docker/container/stream	[no test files]
22:19:02 [2023-04-12T22:19:02.027Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
22:19:02 [2023-04-12T22:19:02.027Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
22:19:02 [2023-04-12T22:19:02.027Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
22:19:08 [2023-04-12T22:19:08.587Z] ok  	github.com/docker/docker/daemon/cluster	0.068s	coverage: 0.5% of statements
22:19:08 [2023-04-12T22:19:08.845Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.017s	coverage: 65.3% of statements
22:19:10 [2023-04-12T22:19:10.221Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.013s	coverage: 36.9% of statements
22:19:18 [2023-04-12T22:19:18.332Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.442s	coverage: 13.4% of statements
22:19:18 [2023-04-12T22:19:18.332Z] ok  	github.com/docker/docker/daemon/config	0.035s	coverage: 77.0% of statements
22:19:18 [2023-04-12T22:19:18.899Z] ok  	github.com/docker/docker/daemon/events	0.058s	coverage: 50.0% of statements
22:19:19 [2023-04-12T22:19:19.465Z] ok  	github.com/docker/docker/daemon/graphdriver	0.006s	coverage: 2.2% of statements
22:19:20 [2023-04-12T22:19:20.031Z] ok  	github.com/docker/docker/daemon	10.125s	coverage: 16.5% of statements
22:19:20 [2023-04-12T22:19:20.031Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
22:19:20 [2023-04-12T22:19:20.031Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
22:19:20 [2023-04-12T22:19:20.031Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
22:19:20 [2023-04-12T22:19:20.031Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
22:19:20 [2023-04-12T22:19:20.969Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	0.687s	coverage: 74.8% of statements
22:19:21 [2023-04-12T22:19:21.558Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.006s	coverage: 2.8% of statements
22:19:21 [2023-04-12T22:19:21.818Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.349s	coverage: 60.7% of statements
22:19:23 [2023-04-12T22:19:23.191Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.009s	coverage: 1.9% of statements
22:19:24 [2023-04-12T22:19:24.573Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	0.269s	coverage: 50.6% of statements
22:19:25 [2023-04-12T22:19:25.508Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	2.075s	coverage: 46.1% of statements
22:19:25 [2023-04-12T22:19:25.508Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
22:19:26 [2023-04-12T22:19:26.442Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.011s	coverage: 58.5% of statements
22:19:27 [2023-04-12T22:19:27.008Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.875s	coverage: 58.5% of statements
22:19:27 [2023-04-12T22:19:27.008Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
22:19:27 [2023-04-12T22:19:27.008Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
22:19:27 [2023-04-12T22:19:27.574Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.007s	coverage: 3.0% of statements
22:19:27 [2023-04-12T22:19:27.832Z] ok  	github.com/docker/docker/daemon/links	0.005s	coverage: 93.0% of statements
22:19:29 [2023-04-12T22:19:29.206Z] ok  	github.com/docker/docker/daemon/images	0.035s	coverage: 6.9% of statements
22:19:29 [2023-04-12T22:19:29.206Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
22:19:29 [2023-04-12T22:19:29.206Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
22:19:29 [2023-04-12T22:19:29.206Z] ok  	github.com/docker/docker/daemon/logger	0.230s	coverage: 43.2% of statements
22:19:30 [2023-04-12T22:19:30.141Z] ok  	github.com/docker/docker/daemon/logger/fluentd	0.038s	coverage: 53.6% of statements
22:19:30 [2023-04-12T22:19:30.141Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.134s	coverage: 79.6% of statements
22:19:30 [2023-04-12T22:19:30.141Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
22:19:31 [2023-04-12T22:19:31.074Z] ok  	github.com/docker/docker/daemon/logger/journald	0.005s	coverage: 23.4% of statements
22:19:31 [2023-04-12T22:19:31.074Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.007s	coverage: 68.2% of statements
22:19:31 [2023-04-12T22:19:31.332Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.008s	coverage: 87.2% of statements
22:19:31 [2023-04-12T22:19:31.897Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.125s	coverage: 76.8% of statements
22:19:32 [2023-04-12T22:19:32.155Z] ok  	github.com/docker/docker/daemon/logger/local	0.041s	coverage: 79.4% of statements
22:19:32 [2023-04-12T22:19:32.155Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
22:19:32 [2023-04-12T22:19:32.155Z] ?   	github.com/docker/docker/daemon/logger/loggertest	[no test files]
22:19:33 [2023-04-12T22:19:33.090Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.028s	coverage: 31.5% of statements
22:19:33 [2023-04-12T22:19:33.090Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.028s	coverage: 65.9% of statements
22:19:33 [2023-04-12T22:19:33.656Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.012s	coverage: 46.8% of statements
22:19:34 [2023-04-12T22:19:34.222Z] ok  	github.com/docker/docker/daemon/logger/templates	0.004s	coverage: 8.3% of statements
22:19:34 [2023-04-12T22:19:34.480Z] ok  	github.com/docker/docker/daemon/network	0.005s	coverage: 63.8% of statements
22:19:35 [2023-04-12T22:19:35.412Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.522s	coverage: 82.5% of statements
22:19:35 [2023-04-12T22:19:35.412Z] ?   	github.com/docker/docker/daemon/names	[no test files]
22:19:35 [2023-04-12T22:19:35.412Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
22:19:36 [2023-04-12T22:19:36.346Z] ok  	github.com/docker/docker/distribution/metadata	0.023s	coverage: 44.4% of statements
22:19:36 [2023-04-12T22:19:36.346Z] ok  	github.com/docker/docker/distribution	0.603s	coverage: 29.5% of statements
22:19:36 [2023-04-12T22:19:36.346Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
22:19:36 [2023-04-12T22:19:36.912Z] ok  	github.com/docker/docker/errdefs	0.005s	coverage: 77.7% of statements
22:19:37 [2023-04-12T22:19:37.479Z] ok  	github.com/docker/docker/image	0.023s	coverage: 87.3% of statements
22:19:38 [2023-04-12T22:19:38.044Z] ok  	github.com/docker/docker/image/cache	0.007s	coverage: 19.2% of statements
22:19:38 [2023-04-12T22:19:38.303Z] ok  	github.com/docker/docker/image/tarexport	0.008s	coverage: 0.7% of statements
22:19:39 [2023-04-12T22:19:39.677Z] ok  	github.com/docker/docker/distribution/xfer	2.779s	coverage: 85.4% of statements
22:19:39 [2023-04-12T22:19:39.677Z] ?   	github.com/docker/docker/dockerversion	[no test files]
22:19:39 [2023-04-12T22:19:39.677Z] ?   	github.com/docker/docker/image/v1	[no test files]
22:19:39 [2023-04-12T22:19:39.677Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
22:19:39 [2023-04-12T22:19:39.935Z] ok  	github.com/docker/docker/libcontainerd/queue	0.023s	coverage: 100.0% of statements
22:19:40 [2023-04-12T22:19:40.193Z] ok  	github.com/docker/docker/oci	0.006s	coverage: 46.0% of statements
22:19:40 [2023-04-12T22:19:40.769Z] ok  	github.com/docker/docker/opts	0.017s	coverage: 66.0% of statements
22:19:40 [2023-04-12T22:19:40.769Z] ok  	github.com/docker/docker/pkg/aaparser	0.002s	coverage: 52.9% of statements
22:19:42 [2023-04-12T22:19:42.669Z] ok  	github.com/docker/docker/pkg/archive	0.306s	coverage: 82.3% of statements
22:19:44 [2023-04-12T22:19:44.571Z] ok  	github.com/docker/docker/pkg/authorization	1.457s	coverage: 68.3% of statements
22:19:44 [2023-04-12T22:19:44.571Z] ok  	github.com/docker/docker/pkg/broadcaster	0.002s	coverage: 100.0% of statements
22:19:44 [2023-04-12T22:19:44.828Z] ok  	github.com/docker/docker/pkg/capabilities	0.002s	coverage: 87.5% of statements
22:19:47 [2023-04-12T22:19:47.355Z] ok  	github.com/docker/docker/layer	7.587s	coverage: 68.9% of statements
22:19:47 [2023-04-12T22:19:47.355Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
22:19:47 [2023-04-12T22:19:47.355Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
22:19:47 [2023-04-12T22:19:47.355Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
22:19:47 [2023-04-12T22:19:47.355Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
22:19:47 [2023-04-12T22:19:47.355Z] ?   	github.com/docker/docker/oci/caps	[no test files]
22:19:47 [2023-04-12T22:19:47.355Z] ok  	github.com/docker/docker/pkg/containerfs	0.004s	coverage: 6.7% of statements
22:19:47 [2023-04-12T22:19:47.613Z] ok  	github.com/docker/docker/pkg/directory	0.003s	coverage: 81.8% of statements
22:19:47 [2023-04-12T22:19:47.872Z] ok  	github.com/docker/docker/pkg/chrootarchive	2.550s	coverage: 43.1% of statements
22:19:47 [2023-04-12T22:19:47.872Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
22:19:47 [2023-04-12T22:19:47.872Z] ok  	github.com/docker/docker/pkg/dmesg	0.003s	coverage: 83.3% of statements
22:19:48 [2023-04-12T22:19:48.130Z] ok  	github.com/docker/docker/pkg/fileutils	0.003s	coverage: 78.6% of statements
22:19:48 [2023-04-12T22:19:48.130Z] ?   	github.com/docker/docker/pkg/fsutils	[no test files]
22:19:48 [2023-04-12T22:19:48.130Z] ok  	github.com/docker/docker/pkg/homedir	0.003s	coverage: 10.4% of statements
22:19:49 [2023-04-12T22:19:49.063Z] ok  	github.com/docker/docker/pkg/idtools	0.400s	coverage: 68.1% of statements
22:19:49 [2023-04-12T22:19:49.063Z] ok  	github.com/docker/docker/pkg/ioutils	0.349s	coverage: 71.6% of statements
22:19:49 [2023-04-12T22:19:49.321Z] ok  	github.com/docker/docker/pkg/longpath	0.005s	coverage: 100.0% of statements
22:19:49 [2023-04-12T22:19:49.321Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.010s	coverage: 91.7% of statements
22:19:49 [2023-04-12T22:19:49.321Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
22:19:49 [2023-04-12T22:19:49.579Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.008s	coverage: 85.7% of statements
22:19:49 [2023-04-12T22:19:49.579Z] ok  	github.com/docker/docker/pkg/parsers	0.007s	coverage: 97.0% of statements
22:19:49 [2023-04-12T22:19:49.837Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.002s	coverage: 60.0% of statements
22:19:50 [2023-04-12T22:19:50.096Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.012s	coverage: 90.5% of statements
22:19:50 [2023-04-12T22:19:50.096Z] ok  	github.com/docker/docker/pkg/pidfile	0.002s	coverage: 82.4% of statements
22:19:50 [2023-04-12T22:19:50.096Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
22:19:50 [2023-04-12T22:19:50.096Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
22:19:50 [2023-04-12T22:19:50.662Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.014s	coverage: 56.8% of statements
22:19:50 [2023-04-12T22:19:50.921Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.003s	coverage: 85.7% of statements
22:19:51 [2023-04-12T22:19:51.179Z] ok  	github.com/docker/docker/pkg/pools	0.004s	coverage: 88.2% of statements
22:19:51 [2023-04-12T22:19:51.436Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
22:19:51 [2023-04-12T22:19:51.694Z] ok  	github.com/docker/docker/pkg/reexec	0.009s	coverage: 82.4% of statements
22:19:51 [2023-04-12T22:19:51.952Z] ok  	github.com/docker/docker/pkg/stack	0.004s	coverage: 90.9% of statements
22:19:52 [2023-04-12T22:19:52.210Z] ok  	github.com/docker/docker/pkg/stdcopy	0.004s	coverage: 100.0% of statements
22:19:52 [2023-04-12T22:19:52.468Z] ok  	github.com/docker/docker/pkg/streamformatter	0.003s	coverage: 66.2% of statements
22:19:52 [2023-04-12T22:19:52.468Z] ok  	github.com/docker/docker/pkg/stringid	0.002s	coverage: 70.6% of statements
22:19:53 [2023-04-12T22:19:53.034Z] ok  	github.com/docker/docker/pkg/sysinfo	0.007s	coverage: 53.6% of statements
22:19:53 [2023-04-12T22:19:53.292Z] ok  	github.com/docker/docker/pkg/system	0.004s	coverage: 44.8% of statements
22:19:53 [2023-04-12T22:19:53.858Z] ok  	github.com/docker/docker/pkg/tailfile	0.036s	coverage: 88.6% of statements
22:19:54 [2023-04-12T22:19:54.117Z] ok  	github.com/docker/docker/pkg/tarsum	0.046s	coverage: 89.3% of statements
22:19:54 [2023-04-12T22:19:54.374Z] ok  	github.com/docker/docker/pkg/truncindex	0.102s	coverage: 91.5% of statements
22:19:54 [2023-04-12T22:19:54.632Z] ok  	github.com/docker/docker/pkg/useragent	0.002s	coverage: 88.9% of statements
22:19:56 [2023-04-12T22:19:56.531Z] ok  	github.com/docker/docker/plugin	0.518s	coverage: 23.2% of statements
22:19:56 [2023-04-12T22:19:56.789Z] ok  	github.com/docker/docker/plugin/v2	0.004s	coverage: 14.4% of statements
22:19:57 [2023-04-12T22:19:57.048Z] ok  	github.com/docker/docker/profiles/seccomp	0.010s	coverage: 86.0% of statements
22:19:58 [2023-04-12T22:19:58.421Z] ok  	github.com/docker/docker/quota	0.226s	coverage: 71.4% of statements
22:19:58 [2023-04-12T22:19:58.421Z] ok  	github.com/docker/docker/reference	0.006s	coverage: 84.4% of statements
22:19:59 [2023-04-12T22:19:59.354Z] ok  	github.com/docker/docker/registry	0.078s	coverage: 58.7% of statements
22:19:59 [2023-04-12T22:19:59.920Z] ok  	github.com/docker/docker/registry/resumable	0.017s	coverage: 100.0% of statements
22:19:59 [2023-04-12T22:19:59.920Z] ok  	github.com/docker/docker/restartmanager	0.002s	coverage: 45.3% of statements
22:20:00 [2023-04-12T22:20:00.486Z] ok  	github.com/docker/docker/runconfig	0.009s	coverage: 64.5% of statements
22:20:00 [2023-04-12T22:20:00.743Z] ok  	github.com/docker/docker/testutil	0.003s	coverage: 62.5% of statements
22:20:02 [2023-04-12T22:20:02.118Z] ok  	github.com/docker/docker/volume/drivers	0.005s	coverage: 36.1% of statements
22:20:02 [2023-04-12T22:20:02.685Z] ok  	github.com/docker/docker/volume/local	0.059s	coverage: 77.1% of statements
22:20:03 [2023-04-12T22:20:03.257Z] ok  	github.com/docker/docker/volume/mounts	0.007s	coverage: 67.7% of statements
22:20:04 [2023-04-12T22:20:04.656Z] ok  	github.com/docker/docker/volume/service	0.018s	coverage: 73.1% of statements
22:20:26 [2023-04-12T22:20:26.572Z] ok  	github.com/docker/docker/pkg/plugins	33.642s	coverage: 74.4% of statements
22:20:26 [2023-04-12T22:20:26.572Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
22:20:26 [2023-04-12T22:20:26.572Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
22:20:26 [2023-04-12T22:20:26.572Z] ?   	github.com/docker/docker/pkg/pubsub	[no test files]
22:20:26 [2023-04-12T22:20:26.572Z] ?   	github.com/docker/docker/pkg/rootless	[no test files]
22:20:26 [2023-04-12T22:20:26.572Z] ?   	github.com/docker/docker/pkg/rootless/specconv	[no test files]
22:20:26 [2023-04-12T22:20:26.572Z] ?   	github.com/docker/docker/pkg/signal	[no test files]
22:20:26 [2023-04-12T22:20:26.572Z] ?   	github.com/docker/docker/pkg/urlutil	[no test files]
22:20:26 [2023-04-12T22:20:26.572Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
22:20:26 [2023-04-12T22:20:26.572Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
22:20:26 [2023-04-12T22:20:26.572Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
22:20:26 [2023-04-12T22:20:26.572Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
22:20:26 [2023-04-12T22:20:26.572Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
22:20:26 [2023-04-12T22:20:26.572Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
22:20:26 [2023-04-12T22:20:26.572Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
22:20:26 [2023-04-12T22:20:26.572Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
22:20:26 [2023-04-12T22:20:26.572Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
22:20:26 [2023-04-12T22:20:26.572Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
22:20:26 [2023-04-12T22:20:26.572Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
22:20:26 [2023-04-12T22:20:26.572Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
22:20:26 [2023-04-12T22:20:26.572Z] ?   	github.com/docker/docker/testutil/request	[no test files]
22:20:26 [2023-04-12T22:20:26.572Z] ?   	github.com/docker/docker/volume	[no test files]
22:20:26 [2023-04-12T22:20:26.572Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
22:20:26 [2023-04-12T22:20:26.572Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
22:20:26 [2023-04-12T22:20:26.572Z] 
22:20:26 [2023-04-12T22:20:26.572Z] === Skipped
22:20:26 [2023-04-12T22:20:26.572Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s)
22:20:26 [2023-04-12T22:20:26.572Z]     network_proxy_test.go:193: Need to start CI docker with --ipv6
22:20:26 [2023-04-12T22:20:26.572Z] 
22:20:26 [2023-04-12T22:20:26.572Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s)
22:20:26 [2023-04-12T22:20:26.572Z]     network_proxy_test.go:208: No support for dual stack yet
22:20:26 [2023-04-12T22:20:26.572Z] 
22:20:26 [2023-04-12T22:20:26.572Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s)
22:20:26 [2023-04-12T22:20:26.572Z]     network_proxy_test.go:237: Need to start CI docker with --ipv6
22:20:26 [2023-04-12T22:20:26.572Z] 
22:20:26 [2023-04-12T22:20:26.572Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s)
22:20:26 [2023-04-12T22:20:26.572Z]     network_proxy_test.go:298: Need to start CI docker with --ipv6
22:20:26 [2023-04-12T22:20:26.572Z] 
22:20:26 [2023-04-12T22:20:26.572Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
22:20:26 [2023-04-12T22:20:26.572Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:20:26 [2023-04-12T22:20:26.572Z]     graphtest_unix.go:44: Driver btrfs not supported
22:20:26 [2023-04-12T22:20:26.572Z] 
22:20:26 [2023-04-12T22:20:26.572Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
22:20:26 [2023-04-12T22:20:26.572Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:20:26 [2023-04-12T22:20:26.572Z]     graphtest_unix.go:44: Driver btrfs not supported
22:20:26 [2023-04-12T22:20:26.572Z] 
22:20:26 [2023-04-12T22:20:26.572Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
22:20:26 [2023-04-12T22:20:26.572Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:20:26 [2023-04-12T22:20:26.572Z]     graphtest_unix.go:44: Driver btrfs not supported
22:20:26 [2023-04-12T22:20:26.572Z] 
22:20:26 [2023-04-12T22:20:26.572Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
22:20:26 [2023-04-12T22:20:26.572Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:20:26 [2023-04-12T22:20:26.572Z]     graphtest_unix.go:44: Driver btrfs not supported
22:20:26 [2023-04-12T22:20:26.572Z] 
22:20:26 [2023-04-12T22:20:26.572Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
22:20:26 [2023-04-12T22:20:26.572Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:20:26 [2023-04-12T22:20:26.572Z]     graphtest_unix.go:44: Driver btrfs not supported
22:20:26 [2023-04-12T22:20:26.572Z] 
22:20:26 [2023-04-12T22:20:26.572Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
22:20:26 [2023-04-12T22:20:26.572Z]     graphtest_unix.go:71: No driver to put!
22:20:26 [2023-04-12T22:20:26.572Z] 
22:20:26 [2023-04-12T22:20:26.572Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
22:20:26 [2023-04-12T22:20:26.572Z] time="2023-04-12T22:19:23Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
22:20:26 [2023-04-12T22:20:26.572Z]     graphtest_unix.go:42: graphdriver: driver not supported
22:20:26 [2023-04-12T22:20:26.572Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
22:20:26 [2023-04-12T22:20:26.572Z] 
22:20:26 [2023-04-12T22:20:26.572Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
22:20:26 [2023-04-12T22:20:26.572Z] time="2023-04-12T22:19:23Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
22:20:26 [2023-04-12T22:20:26.572Z]     graphtest_unix.go:42: graphdriver: driver not supported
22:20:26 [2023-04-12T22:20:26.572Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
22:20:26 [2023-04-12T22:20:26.572Z] 
22:20:26 [2023-04-12T22:20:26.572Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
22:20:26 [2023-04-12T22:20:26.572Z] time="2023-04-12T22:19:23Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
22:20:26 [2023-04-12T22:20:26.572Z]     graphtest_unix.go:42: graphdriver: driver not supported
22:20:26 [2023-04-12T22:20:26.572Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
22:20:26 [2023-04-12T22:20:26.573Z] 
22:20:26 [2023-04-12T22:20:26.573Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
22:20:26 [2023-04-12T22:20:26.573Z] time="2023-04-12T22:19:23Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
22:20:26 [2023-04-12T22:20:26.573Z]     graphtest_unix.go:42: graphdriver: driver not supported
22:20:26 [2023-04-12T22:20:26.573Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
22:20:26 [2023-04-12T22:20:26.573Z] 
22:20:26 [2023-04-12T22:20:26.573Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
22:20:26 [2023-04-12T22:20:26.573Z] time="2023-04-12T22:19:23Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
22:20:26 [2023-04-12T22:20:26.573Z]     graphtest_unix.go:42: graphdriver: driver not supported
22:20:26 [2023-04-12T22:20:26.573Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
22:20:26 [2023-04-12T22:20:26.573Z] 
22:20:26 [2023-04-12T22:20:26.573Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
22:20:26 [2023-04-12T22:20:26.573Z]     graphtest_unix.go:71: No driver to put!
22:20:26 [2023-04-12T22:20:26.573Z] 
22:20:26 [2023-04-12T22:20:26.573Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
22:20:26 [2023-04-12T22:20:26.573Z]     overlay_test.go:45: Fails to compute changes after apply intermittently
22:20:26 [2023-04-12T22:20:26.573Z] 
22:20:26 [2023-04-12T22:20:26.573Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
22:20:26 [2023-04-12T22:20:26.573Z]     overlay_test.go:50: Fails to compute changes intermittently
22:20:26 [2023-04-12T22:20:26.573Z] 
22:20:26 [2023-04-12T22:20:26.573Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
22:20:26 [2023-04-12T22:20:26.573Z]     overlay_test.go:65: Cannot run test with naive change algorithm
22:20:26 [2023-04-12T22:20:26.573Z] 
22:20:26 [2023-04-12T22:20:26.573Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
22:20:26 [2023-04-12T22:20:26.573Z]     graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
22:20:26 [2023-04-12T22:20:26.573Z] 
22:20:26 [2023-04-12T22:20:26.573Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
22:20:26 [2023-04-12T22:20:26.573Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:20:26 [2023-04-12T22:20:26.573Z]     graphtest_unix.go:44: Driver zfs not supported
22:20:26 [2023-04-12T22:20:26.573Z] 
22:20:26 [2023-04-12T22:20:26.573Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
22:20:26 [2023-04-12T22:20:26.573Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:20:26 [2023-04-12T22:20:26.573Z]     graphtest_unix.go:44: Driver zfs not supported
22:20:26 [2023-04-12T22:20:26.573Z] 
22:20:26 [2023-04-12T22:20:26.573Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
22:20:26 [2023-04-12T22:20:26.573Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:20:26 [2023-04-12T22:20:26.573Z]     graphtest_unix.go:44: Driver zfs not supported
22:20:26 [2023-04-12T22:20:26.573Z] 
22:20:26 [2023-04-12T22:20:26.573Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
22:20:26 [2023-04-12T22:20:26.573Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:20:26 [2023-04-12T22:20:26.573Z]     graphtest_unix.go:44: Driver zfs not supported
22:20:26 [2023-04-12T22:20:26.573Z] 
22:20:26 [2023-04-12T22:20:26.573Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
22:20:26 [2023-04-12T22:20:26.573Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:20:26 [2023-04-12T22:20:26.573Z]     graphtest_unix.go:44: Driver zfs not supported
22:20:26 [2023-04-12T22:20:26.573Z] 
22:20:26 [2023-04-12T22:20:26.573Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
22:20:26 [2023-04-12T22:20:26.573Z]     graphtest_unix.go:71: No driver to put!
22:20:26 [2023-04-12T22:20:26.573Z] 
22:20:26 [2023-04-12T22:20:26.573Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
22:20:26 [2023-04-12T22:20:26.573Z]     sysinfo_linux_test.go:86: AppArmor Must be Disabled
22:20:26 [2023-04-12T22:20:26.573Z] 
22:20:26 [2023-04-12T22:20:26.573Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
22:20:26 [2023-04-12T22:20:26.573Z]     sysinfo_linux_test.go:106: cgroup namespaces must be disabled
22:20:26 [2023-04-12T22:20:26.573Z] 
22:20:26 [2023-04-12T22:20:26.573Z] DONE 2804 tests, 28 skipped in 209.334s
22:20:26 [2023-04-12T22:20:26.573Z] + '[' -n 'github.com/docker/docker/libnetwork
22:20:26 [2023-04-12T22:20:26.573Z] github.com/docker/docker/libnetwork/bitseq
22:20:26 [2023-04-12T22:20:26.573Z] github.com/docker/docker/libnetwork/cluster
22:20:26 [2023-04-12T22:20:26.573Z] github.com/docker/docker/libnetwork/cmd/diagnostic
22:20:26 [2023-04-12T22:20:26.573Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
22:20:26 [2023-04-12T22:20:26.573Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
22:20:26 [2023-04-12T22:20:26.573Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
22:20:26 [2023-04-12T22:20:26.573Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
22:20:26 [2023-04-12T22:20:26.573Z] github.com/docker/docker/libnetwork/cmd/ovrouter
22:20:26 [2023-04-12T22:20:26.573Z] github.com/docker/docker/libnetwork/cmd/readme_test
22:20:26 [2023-04-12T22:20:26.573Z] github.com/docker/docker/libnetwork/config
22:20:26 [2023-04-12T22:20:26.573Z] github.com/docker/docker/libnetwork/datastore
22:20:26 [2023-04-12T22:20:26.573Z] github.com/docker/docker/libnetwork/diagnostic
22:20:26 [2023-04-12T22:20:26.573Z] github.com/docker/docker/libnetwork/discoverapi
22:20:26 [2023-04-12T22:20:26.573Z] github.com/docker/docker/libnetwork/driverapi
22:20:26 [2023-04-12T22:20:26.573Z] github.com/docker/docker/libnetwork/drivers/bridge
22:20:26 [2023-04-12T22:20:26.573Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
22:20:26 [2023-04-12T22:20:26.573Z] github.com/docker/docker/libnetwork/drivers/host
22:20:26 [2023-04-12T22:20:26.573Z] github.com/docker/docker/libnetwork/drivers/ipvlan
22:20:26 [2023-04-12T22:20:26.573Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
22:20:26 [2023-04-12T22:20:26.573Z] github.com/docker/docker/libnetwork/drivers/macvlan
22:20:26 [2023-04-12T22:20:26.573Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
22:20:26 [2023-04-12T22:20:26.573Z] github.com/docker/docker/libnetwork/drivers/null
22:20:26 [2023-04-12T22:20:26.573Z] github.com/docker/docker/libnetwork/drivers/overlay
22:20:26 [2023-04-12T22:20:26.573Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
22:20:26 [2023-04-12T22:20:26.573Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
22:20:26 [2023-04-12T22:20:26.573Z] github.com/docker/docker/libnetwork/drivers/remote
22:20:26 [2023-04-12T22:20:26.573Z] github.com/docker/docker/libnetwork/drivers/remote/api
22:20:26 [2023-04-12T22:20:26.573Z] github.com/docker/docker/libnetwork/drivers/windows
22:20:26 [2023-04-12T22:20:26.573Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
22:20:26 [2023-04-12T22:20:26.573Z] github.com/docker/docker/libnetwork/drvregistry
22:20:26 [2023-04-12T22:20:26.573Z] github.com/docker/docker/libnetwork/etchosts
22:20:26 [2023-04-12T22:20:26.573Z] github.com/docker/docker/libnetwork/idm
22:20:26 [2023-04-12T22:20:26.573Z] github.com/docker/docker/libnetwork/internal/caller
22:20:26 [2023-04-12T22:20:26.573Z] github.com/docker/docker/libnetwork/internal/setmatrix
22:20:26 [2023-04-12T22:20:26.573Z] github.com/docker/docker/libnetwork/ipam
22:20:26 [2023-04-12T22:20:26.573Z] github.com/docker/docker/libnetwork/ipamapi
22:20:26 [2023-04-12T22:20:26.573Z] github.com/docker/docker/libnetwork/ipams/builtin
22:20:26 [2023-04-12T22:20:26.573Z] github.com/docker/docker/libnetwork/ipams/null
22:20:26 [2023-04-12T22:20:26.573Z] github.com/docker/docker/libnetwork/ipams/remote
22:20:26 [2023-04-12T22:20:26.573Z] github.com/docker/docker/libnetwork/ipams/remote/api
22:20:26 [2023-04-12T22:20:26.573Z] github.com/docker/docker/libnetwork/ipams/windowsipam
22:20:26 [2023-04-12T22:20:26.573Z] github.com/docker/docker/libnetwork/ipamutils
22:20:26 [2023-04-12T22:20:26.573Z] github.com/docker/docker/libnetwork/iptables
22:20:26 [2023-04-12T22:20:26.573Z] github.com/docker/docker/libnetwork/netlabel
22:20:26 [2023-04-12T22:20:26.573Z] github.com/docker/docker/libnetwork/netutils
22:20:26 [2023-04-12T22:20:26.573Z] github.com/docker/docker/libnetwork/networkdb
22:20:26 [2023-04-12T22:20:26.573Z] github.com/docker/docker/libnetwork/ns
22:20:26 [2023-04-12T22:20:26.573Z] github.com/docker/docker/libnetwork/options
22:20:26 [2023-04-12T22:20:26.573Z] github.com/docker/docker/libnetwork/osl
22:20:26 [2023-04-12T22:20:26.573Z] github.com/docker/docker/libnetwork/osl/kernel
22:20:26 [2023-04-12T22:20:26.573Z] github.com/docker/docker/libnetwork/portallocator
22:20:26 [2023-04-12T22:20:26.573Z] github.com/docker/docker/libnetwork/portmapper
22:20:26 [2023-04-12T22:20:26.573Z] github.com/docker/docker/libnetwork/resolvconf
22:20:26 [2023-04-12T22:20:26.573Z] github.com/docker/docker/libnetwork/testutils
22:20:26 [2023-04-12T22:20:26.573Z] github.com/docker/docker/libnetwork/types' ']'
22:20:26 [2023-04-12T22:20:26.573Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo libdm_no_deferred_remove' -cover -coverprofile=bundles/coverage-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/ovrouter github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types
22:21:13 [2023-04-12T22:21:13.232Z] ok  	github.com/docker/docker/libnetwork	37.728s	coverage: 40.7% of statements
22:21:13 [2023-04-12T22:21:13.232Z] ok  	github.com/docker/docker/libnetwork/bitseq	0.138s	coverage: 84.4% of statements
22:21:13 [2023-04-12T22:21:13.232Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
22:21:13 [2023-04-12T22:21:13.232Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
22:21:13 [2023-04-12T22:21:13.232Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
22:21:13 [2023-04-12T22:21:13.232Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
22:21:13 [2023-04-12T22:21:13.232Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
22:21:13 [2023-04-12T22:21:13.232Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
22:21:13 [2023-04-12T22:21:13.232Z] ?   	github.com/docker/docker/libnetwork/cmd/ovrouter	[no test files]
22:21:13 [2023-04-12T22:21:13.232Z] ?   	github.com/docker/docker/libnetwork/cmd/readme_test	[no test files]
22:21:13 [2023-04-12T22:21:13.232Z] ok  	github.com/docker/docker/libnetwork/config	0.015s	coverage: 9.3% of statements
22:21:13 [2023-04-12T22:21:13.232Z] ok  	github.com/docker/docker/libnetwork/datastore	0.004s	coverage: 21.9% of statements
22:21:13 [2023-04-12T22:21:13.232Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
22:21:13 [2023-04-12T22:21:13.232Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
22:21:13 [2023-04-12T22:21:13.232Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.004s	coverage: 68.9% of statements
22:21:13 [2023-04-12T22:21:13.799Z] ok  	github.com/docker/docker/libnetwork/drivers/bridge	1.771s	coverage: 60.0% of statements
22:21:13 [2023-04-12T22:21:13.799Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
22:21:14 [2023-04-12T22:21:14.057Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.003s	coverage: 34.8% of statements
22:21:14 [2023-04-12T22:21:14.623Z] ok  	github.com/docker/docker/libnetwork/drivers/ipvlan	0.016s	coverage: 4.9% of statements
22:21:14 [2023-04-12T22:21:14.882Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
22:21:15 [2023-04-12T22:21:15.448Z] ok  	github.com/docker/docker/libnetwork/drivers/macvlan	0.015s	coverage: 4.5% of statements
22:21:15 [2023-04-12T22:21:15.448Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
22:21:15 [2023-04-12T22:21:15.707Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.003s	coverage: 34.8% of statements
22:21:25 [2023-04-12T22:21:25.676Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay	8.209s	coverage: 6.7% of statements
22:21:25 [2023-04-12T22:21:25.676Z] ?   	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	[no test files]
22:21:25 [2023-04-12T22:21:25.676Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.004s	coverage: 63.6% of statements
22:21:26 [2023-04-12T22:21:26.243Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.012s	coverage: 57.4% of statements
22:21:26 [2023-04-12T22:21:26.243Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
22:21:26 [2023-04-12T22:21:26.243Z] ?   	github.com/docker/docker/libnetwork/drivers/windows	[no test files]
22:21:26 [2023-04-12T22:21:26.243Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
22:21:26 [2023-04-12T22:21:26.809Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.016s	coverage: 82.4% of statements
22:21:27 [2023-04-12T22:21:27.067Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.014s	coverage: 81.2% of statements
22:21:27 [2023-04-12T22:21:27.325Z] ok  	github.com/docker/docker/libnetwork/idm	0.002s	coverage: 87.5% of statements
22:21:27 [2023-04-12T22:21:27.325Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.002s	coverage: 100.0% of statements
22:21:39 [2023-04-12T22:21:39.528Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.003s	coverage: 100.0% of statements
22:21:54 [2023-04-12T22:21:54.398Z] ok  	github.com/docker/docker/libnetwork/ipam	15.024s	coverage: 85.3% of statements
22:21:54 [2023-04-12T22:21:54.398Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
22:21:54 [2023-04-12T22:21:54.398Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
22:21:54 [2023-04-12T22:21:54.398Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.003s	coverage: 57.1% of statements
22:21:54 [2023-04-12T22:21:54.398Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.008s	coverage: 47.4% of statements
22:21:54 [2023-04-12T22:21:54.398Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
22:21:54 [2023-04-12T22:21:54.398Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.003s	coverage: 71.4% of statements
22:21:54 [2023-04-12T22:21:54.656Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.258s	coverage: 74.0% of statements
22:21:55 [2023-04-12T22:21:55.589Z] ok  	github.com/docker/docker/libnetwork/iptables	0.235s	coverage: 40.7% of statements
22:21:55 [2023-04-12T22:21:55.589Z] ok  	github.com/docker/docker/libnetwork/netlabel	0.002s	coverage: 60.0% of statements
22:21:55 [2023-04-12T22:21:55.847Z] ok  	github.com/docker/docker/libnetwork/netutils	0.016s	coverage: 44.1% of statements
22:23:47 [2023-04-12T22:23:47.281Z] ok  	github.com/docker/docker/libnetwork/networkdb	104.662s	coverage: 60.2% of statements
22:23:47 [2023-04-12T22:23:47.281Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
22:23:47 [2023-04-12T22:23:47.281Z] ok  	github.com/docker/docker/libnetwork/options	0.002s	coverage: 100.0% of statements
22:23:47 [2023-04-12T22:23:47.281Z] ok  	github.com/docker/docker/libnetwork/osl	4.362s	coverage: 39.7% of statements
22:23:47 [2023-04-12T22:23:47.281Z] ok  	github.com/docker/docker/libnetwork/osl/kernel	0.003s	coverage: 20.0% of statements
22:23:47 [2023-04-12T22:23:47.539Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.015s	coverage: 80.7% of statements
22:23:48 [2023-04-12T22:23:48.913Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.640s	coverage: 48.6% of statements
22:23:48 [2023-04-12T22:23:48.913Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.003s	coverage: 82.8% of statements
22:23:48 [2023-04-12T22:23:48.913Z] ?   	github.com/docker/docker/libnetwork/testutils	[no test files]
22:23:49 [2023-04-12T22:23:49.171Z] ok  	github.com/docker/docker/libnetwork/types	0.003s	coverage: 37.3% of statements
22:23:49 [2023-04-12T22:23:49.171Z] 
22:23:49 [2023-04-12T22:23:49.171Z] === Skipped
22:23:49 [2023-04-12T22:23:49.171Z] === SKIP: libnetwork TestParallel3 (0.00s)
22:23:49 [2023-04-12T22:23:49.171Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
22:23:49 [2023-04-12T22:23:49.171Z] 
22:23:49 [2023-04-12T22:23:49.171Z] === SKIP: libnetwork TestParallel2 (0.00s)
22:23:49 [2023-04-12T22:23:49.171Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
22:23:49 [2023-04-12T22:23:49.171Z] 
22:23:49 [2023-04-12T22:23:49.171Z] === SKIP: libnetwork TestParallel1 (0.00s)
22:23:49 [2023-04-12T22:23:49.171Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
22:23:49 [2023-04-12T22:23:49.171Z] 
22:23:49 [2023-04-12T22:23:49.171Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s)
22:23:49 [2023-04-12T22:23:49.171Z]     allocator_test.go:1485: Skipped because t.parallel was less than  5
22:23:49 [2023-04-12T22:23:49.171Z] 
22:23:49 [2023-04-12T22:23:49.171Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s)
22:23:49 [2023-04-12T22:23:49.171Z]     allocator_test.go:1485: Skipped because t.parallel was less than  5
22:23:49 [2023-04-12T22:23:49.171Z] 
22:23:49 [2023-04-12T22:23:49.171Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s)
22:23:49 [2023-04-12T22:23:49.171Z]     allocator_test.go:1485: Skipped because t.parallel was less than  5
22:23:49 [2023-04-12T22:23:49.171Z] 
22:23:49 [2023-04-12T22:23:49.171Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s)
22:23:49 [2023-04-12T22:23:49.171Z]     allocator_test.go:1485: Skipped because t.parallel was less than  5
22:23:49 [2023-04-12T22:23:49.171Z] 
22:23:49 [2023-04-12T22:23:49.171Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s)
22:23:49 [2023-04-12T22:23:49.171Z]     allocator_test.go:1485: Skipped because t.parallel was less than  5
22:23:49 [2023-04-12T22:23:49.171Z] 
22:23:49 [2023-04-12T22:23:49.171Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s)
22:23:49 [2023-04-12T22:23:49.171Z]     firewalld_test.go:14: firewalld is not running
22:23:49 [2023-04-12T22:23:49.171Z] 
22:23:49 [2023-04-12T22:23:49.171Z] DONE 331 tests, 9 skipped in 204.556s
Post stage
[Pipeline] junit
22:23:49 [2023-04-12T22:23:49.749Z] Recording test results
22:23:49 [2023-04-12T22:23:49.899Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
22:23:50 [2023-04-12T22:23:50.234Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-45141/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=cdf9237fa225f0aa0917bdfb9c5646abbddb513b -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=23.0 docker:cdf9237fa225f0aa0917bdfb9c5646abbddb513b hack/make.sh dynbinary test-integration
22:23:50 [2023-04-12T22:23:50.800Z] 
22:23:50 [2023-04-12T22:23:50.800Z] Removing bundles/
22:23:50 [2023-04-12T22:23:50.800Z] 
22:23:50 [2023-04-12T22:23:50.800Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
22:23:50 [2023-04-12T22:23:50.800Z] Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
22:25:27 [2023-04-12T22:25:27.234Z] Created binary: bundles/dynbinary-daemon/dockerd
22:25:27 [2023-04-12T22:25:27.234Z] Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
22:25:27 [2023-04-12T22:25:27.234Z] Created binary: bundles/dynbinary-daemon/docker-proxy
22:25:27 [2023-04-12T22:25:27.234Z] 
22:25:27 [2023-04-12T22:25:27.234Z] ---> Making bundle: test-integration (in bundles/test-integration)
22:25:27 [2023-04-12T22:25:27.234Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
22:25:27 [2023-04-12T22:25:27.234Z] HOSTNAME=b57cf6d73428
22:25:27 [2023-04-12T22:25:27.234Z] TESTDEBUG=0
22:25:27 [2023-04-12T22:25:27.234Z] DEST=bundles/test-integration
22:25:27 [2023-04-12T22:25:27.234Z] PWD=/go/src/github.com/docker/docker
22:25:27 [2023-04-12T22:25:27.234Z] DOCKER_GITCOMMIT=cdf9237fa225f0aa0917bdfb9c5646abbddb513b
22:25:27 [2023-04-12T22:25:27.234Z] container=docker
22:25:27 [2023-04-12T22:25:27.234Z] HOME=/root
22:25:27 [2023-04-12T22:25:27.234Z] GOLANG_VERSION=1.19.8
22:25:27 [2023-04-12T22:25:27.234Z] VALIDATE_REPO=https://github.com/moby/moby.git
22:25:27 [2023-04-12T22:25:27.234Z] VALIDATE_BRANCH=23.0
22:25:27 [2023-04-12T22:25:27.234Z] TERM=xterm
22:25:27 [2023-04-12T22:25:27.234Z] DOCKER_PKG=github.com/docker/docker
22:25:27 [2023-04-12T22:25:27.234Z] SHLVL=1
22:25:27 [2023-04-12T22:25:27.234Z] TIMEOUT=120m
22:25:27 [2023-04-12T22:25:27.234Z] DOCKER_GRAPHDRIVER=overlay2
22:25:27 [2023-04-12T22:25:27.234Z] GO111MODULE=off
22:25:27 [2023-04-12T22:25:27.234Z] DOCKER_EXPERIMENTAL=1
22:25:27 [2023-04-12T22:25:27.234Z] TEST_SKIP_INTEGRATION_CLI=1
22:25:27 [2023-04-12T22:25:27.234Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
22:25:27 [2023-04-12T22:25:27.234Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
22:25:27 [2023-04-12T22:25:27.234Z] GOPATH=/go
22:25:27 [2023-04-12T22:25:27.234Z] PKG_CONFIG=pkg-config
22:25:27 [2023-04-12T22:25:27.234Z] _=/usr/bin/env
22:25:27 [2023-04-12T22:25:27.234Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
22:25:45 [2023-04-12T22:25:45.310Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
22:25:45 [2023-04-12T22:25:45.875Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
22:26:07 [2023-04-12T22:26:07.819Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
22:26:15 [2023-04-12T22:26:15.927Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
22:26:28 [2023-04-12T22:26:28.125Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
22:26:28 [2023-04-12T22:26:28.125Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
22:26:28 [2023-04-12T22:26:28.125Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
22:26:28 [2023-04-12T22:26:28.691Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
22:26:29 [2023-04-12T22:26:29.256Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
22:26:29 [2023-04-12T22:26:29.514Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
22:26:30 [2023-04-12T22:26:30.448Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
22:26:31 [2023-04-12T22:26:31.822Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
22:26:32 [2023-04-12T22:26:32.756Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
22:26:33 [2023-04-12T22:26:33.690Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
22:26:33 [2023-04-12T22:26:33.948Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
22:26:34 [2023-04-12T22:26:34.516Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
22:26:35 [2023-04-12T22:26:35.449Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
22:26:36 [2023-04-12T22:26:36.383Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
22:26:36 [2023-04-12T22:26:36.950Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
22:26:37 [2023-04-12T22:26:37.886Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
22:26:38 [2023-04-12T22:26:38.451Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
22:26:38 [2023-04-12T22:26:38.451Z] Using test binary docker
22:26:38 [2023-04-12T22:26:38.709Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
22:26:38 [2023-04-12T22:26:38.709Z] +++ /etc/init.d/apparmor start
22:26:38 [2023-04-12T22:26:38.709Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
22:26:38 [2023-04-12T22:26:38.709Z] INFO: Waiting for daemon to start...
22:26:38 [2023-04-12T22:26:38.709Z] Starting dockerd
22:26:38 [2023-04-12T22:26:38.709Z] +++ 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
22:26:40 [2023-04-12T22:26:40.609Z] .
22:26:40 [2023-04-12T22:26:40.609Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
22:26:40 [2023-04-12T22:26:40.609Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
22:26:40 [2023-04-12T22:26:40.609Z] Error: No such image: emptyfs
22:26:40 [2023-04-12T22:26:40.609Z] ++++ tar -cC bundles/test-integration/emptyfs .
22:26:40 [2023-04-12T22:26:40.609Z] ++++ docker load
22:26:40 [2023-04-12T22:26:40.867Z] Running integration-test (iteration 1)
22:26:40 [2023-04-12T22:26:40.867Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m 
22:26:40 [2023-04-12T22:26:40.867Z] ++ 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
22:26:40 [2023-04-12T22:26:40.867Z] ++ set -e
22:26:40 [2023-04-12T22:26:40.867Z] ++ '[' -n 0 ']'
22:26:40 [2023-04-12T22:26:40.867Z] ++ set -x
22:26:40 [2023-04-12T22:26:40.867Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker 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
22:26:41 [2023-04-12T22:26:41.125Z] Loaded image: busybox:latest
22:26:41 [2023-04-12T22:26:41.125Z] Loaded image: busybox:glibc
22:26:42 [2023-04-12T22:26:42.507Z] Loaded image: debian:bullseye-slim
22:26:42 [2023-04-12T22:26:42.507Z] Loaded image: hello-world:latest
22:26:42 [2023-04-12T22:26:42.507Z] Loaded image: arm32v7/hello-world:latest
22:26:42 [2023-04-12T22:26:42.507Z] INFO: Testing against a local daemon
22:26:42 [2023-04-12T22:26:42.507Z] === RUN   TestCgroupNamespacesBuild
22:26:47 [2023-04-12T22:26:47.767Z] --- PASS: TestCgroupNamespacesBuild (4.67s)
22:26:47 [2023-04-12T22:26:47.767Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
22:26:48 [2023-04-12T22:26:48.332Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.28s)
22:26:48 [2023-04-12T22:26:48.332Z] === RUN   TestBuildWithSession
22:26:48 [2023-04-12T22:26:48.332Z]     build_session_test.go:25: TODO: BuildKit
22:26:48 [2023-04-12T22:26:48.332Z] --- SKIP: TestBuildWithSession (0.00s)
22:26:48 [2023-04-12T22:26:48.332Z] === RUN   TestBuildSquashParent
22:26:52 [2023-04-12T22:26:52.512Z] --- PASS: TestBuildSquashParent (3.99s)
22:26:52 [2023-04-12T22:26:52.512Z] === RUN   TestBuildWithRemoveAndForceRemove
22:26:52 [2023-04-12T22:26:52.512Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
22:26:52 [2023-04-12T22:26:52.512Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
22:26:52 [2023-04-12T22:26:52.512Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
22:26:52 [2023-04-12T22:26:52.512Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
22:26:52 [2023-04-12T22:26:52.512Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
22:26:52 [2023-04-12T22:26:52.512Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
22:26:52 [2023-04-12T22:26:52.512Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
22:26:52 [2023-04-12T22:26:52.512Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
22:26:52 [2023-04-12T22:26:52.512Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
22:26:52 [2023-04-12T22:26:52.512Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
22:26:52 [2023-04-12T22:26:52.512Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
22:26:52 [2023-04-12T22:26:52.512Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
22:26:52 [2023-04-12T22:26:52.512Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
22:26:52 [2023-04-12T22:26:52.512Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
22:26:53 [2023-04-12T22:26:53.885Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
22:26:54 [2023-04-12T22:26:54.144Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
22:26:55 [2023-04-12T22:26:55.078Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
22:26:55 [2023-04-12T22:26:55.337Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
22:26:56 [2023-04-12T22:26:56.711Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
22:26:56 [2023-04-12T22:26:56.711Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.60s)
22:26:56 [2023-04-12T22:26:56.711Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.67s)
22:26:56 [2023-04-12T22:26:56.711Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.23s)
22:26:56 [2023-04-12T22:26:56.711Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.36s)
22:26:56 [2023-04-12T22:26:56.711Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.34s)
22:26:56 [2023-04-12T22:26:56.711Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.42s)
22:26:56 [2023-04-12T22:26:56.711Z] === RUN   TestBuildMultiStageCopy
22:26:56 [2023-04-12T22:26:56.711Z] === RUN   TestBuildMultiStageCopy/copy_to_root
22:26:58 [2023-04-12T22:26:58.085Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
22:26:58 [2023-04-12T22:26:58.085Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
22:26:58 [2023-04-12T22:26:58.343Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
22:26:58 [2023-04-12T22:26:58.601Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
22:26:58 [2023-04-12T22:26:58.858Z] --- PASS: TestBuildMultiStageCopy (2.01s)
22:26:58 [2023-04-12T22:26:58.858Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.15s)
22:26:58 [2023-04-12T22:26:58.858Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.21s)
22:26:58 [2023-04-12T22:26:58.858Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.22s)
22:26:58 [2023-04-12T22:26:58.858Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.21s)
22:26:58 [2023-04-12T22:26:58.858Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.23s)
22:26:58 [2023-04-12T22:26:58.858Z] === RUN   TestBuildMultiStageParentConfig
22:26:59 [2023-04-12T22:26:59.424Z] --- PASS: TestBuildMultiStageParentConfig (0.62s)
22:26:59 [2023-04-12T22:26:59.424Z] === RUN   TestBuildLabelWithTargets
22:27:00 [2023-04-12T22:27:00.358Z] --- PASS: TestBuildLabelWithTargets (0.99s)
22:27:00 [2023-04-12T22:27:00.358Z] === RUN   TestBuildWithEmptyLayers
22:27:00 [2023-04-12T22:27:00.924Z] --- PASS: TestBuildWithEmptyLayers (0.45s)
22:27:00 [2023-04-12T22:27:00.924Z] === RUN   TestBuildMultiStageOnBuild
22:27:02 [2023-04-12T22:27:02.299Z] --- PASS: TestBuildMultiStageOnBuild (1.34s)
22:27:02 [2023-04-12T22:27:02.299Z] === RUN   TestBuildUncleanTarFilenames
22:27:02 [2023-04-12T22:27:02.866Z] --- PASS: TestBuildUncleanTarFilenames (0.64s)
22:27:02 [2023-04-12T22:27:02.866Z] === RUN   TestBuildMultiStageLayerLeak
22:27:04 [2023-04-12T22:27:04.240Z] --- PASS: TestBuildMultiStageLayerLeak (1.44s)
22:27:04 [2023-04-12T22:27:04.240Z] === RUN   TestBuildWithHugeFile
22:27:50 [2023-04-12T22:27:50.929Z] --- PASS: TestBuildWithHugeFile (39.10s)
22:27:50 [2023-04-12T22:27:50.929Z] === RUN   TestBuildWCOWSandboxSize
22:27:50 [2023-04-12T22:27:50.929Z]     build_test.go:528: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
22:27:50 [2023-04-12T22:27:50.929Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
22:27:50 [2023-04-12T22:27:50.929Z] === RUN   TestBuildWithEmptyDockerfile
22:27:50 [2023-04-12T22:27:50.929Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
22:27:50 [2023-04-12T22:27:50.929Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
22:27:50 [2023-04-12T22:27:50.929Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:27:50 [2023-04-12T22:27:50.929Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:27:50 [2023-04-12T22:27:50.929Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:27:50 [2023-04-12T22:27:50.929Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:27:50 [2023-04-12T22:27:50.929Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
22:27:50 [2023-04-12T22:27:50.929Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:27:50 [2023-04-12T22:27:50.929Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:27:50 [2023-04-12T22:27:50.929Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s)
22:27:50 [2023-04-12T22:27:50.929Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.13s)
22:27:50 [2023-04-12T22:27:50.929Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.13s)
22:27:50 [2023-04-12T22:27:50.929Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s)
22:27:50 [2023-04-12T22:27:50.929Z] === RUN   TestBuildPreserveOwnership
22:27:50 [2023-04-12T22:27:50.929Z] === RUN   TestBuildPreserveOwnership/copy_from
22:27:50 [2023-04-12T22:27:50.929Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
22:27:50 [2023-04-12T22:27:50.929Z] --- PASS: TestBuildPreserveOwnership (3.08s)
22:27:50 [2023-04-12T22:27:50.929Z]     --- PASS: TestBuildPreserveOwnership/copy_from (2.09s)
22:27:50 [2023-04-12T22:27:50.929Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.98s)
22:27:50 [2023-04-12T22:27:50.929Z] === RUN   TestBuildPlatformInvalid
22:27:50 [2023-04-12T22:27:50.929Z] --- PASS: TestBuildPlatformInvalid (0.07s)
22:27:50 [2023-04-12T22:27:50.929Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
22:27:50 [2023-04-12T22:27:50.930Z] Loaded image: busybox:latest
22:27:50 [2023-04-12T22:27:50.930Z] Loaded image: busybox:glibc
22:27:50 [2023-04-12T22:27:50.930Z] Loaded image: debian:bullseye-slim
22:27:50 [2023-04-12T22:27:50.930Z] Loaded image: hello-world:latest
22:27:50 [2023-04-12T22:27:50.930Z] Loaded image: arm32v7/hello-world:latest
22:27:57 [2023-04-12T22:27:57.486Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.35s)
22:27:57 [2023-04-12T22:27:57.486Z] PASS
22:27:57 [2023-04-12T22:27:57.486Z] 
22:27:57 [2023-04-12T22:27:57.486Z] === Skipped
22:27:57 [2023-04-12T22:27:57.486Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s)
22:27:57 [2023-04-12T22:27:57.486Z]     build_session_test.go:25: TODO: BuildKit
22:27:57 [2023-04-12T22:27:57.486Z] 
22:27:57 [2023-04-12T22:27:57.486Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s)
22:27:57 [2023-04-12T22:27:57.486Z]     build_test.go:528: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
22:27:57 [2023-04-12T22:27:57.486Z] 
22:27:57 [2023-04-12T22:27:57.486Z] DONE 34 tests, 2 skipped in 76.320s
22:27:57 [2023-04-12T22:27:57.486Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m 
22:27:57 [2023-04-12T22:27:57.486Z] ++ 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
22:27:57 [2023-04-12T22:27:57.486Z] ++ set -e
22:27:57 [2023-04-12T22:27:57.486Z] ++ '[' -n 0 ']'
22:27:57 [2023-04-12T22:27:57.486Z] ++ set -x
22:27:57 [2023-04-12T22:27:57.486Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker 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
22:27:57 [2023-04-12T22:27:57.486Z] INFO: Testing against a local daemon
22:27:57 [2023-04-12T22:27:57.486Z] === RUN   TestConfigInspect
22:28:00 [2023-04-12T22:28:00.014Z] --- PASS: TestConfigInspect (2.35s)
22:28:00 [2023-04-12T22:28:00.014Z] === RUN   TestConfigList
22:28:01 [2023-04-12T22:28:01.913Z] --- PASS: TestConfigList (2.19s)
22:28:01 [2023-04-12T22:28:01.913Z] === RUN   TestConfigsCreateAndDelete
22:28:04 [2023-04-12T22:28:04.440Z] --- PASS: TestConfigsCreateAndDelete (2.18s)
22:28:04 [2023-04-12T22:28:04.440Z] === RUN   TestConfigsUpdate
22:28:06 [2023-04-12T22:28:06.337Z] --- PASS: TestConfigsUpdate (2.17s)
22:28:06 [2023-04-12T22:28:06.338Z] === RUN   TestTemplatedConfig
22:28:08 [2023-04-12T22:28:08.866Z] --- PASS: TestTemplatedConfig (2.58s)
22:28:08 [2023-04-12T22:28:08.866Z] === RUN   TestConfigCreateResolve
22:28:11 [2023-04-12T22:28:11.392Z] --- PASS: TestConfigCreateResolve (2.27s)
22:28:11 [2023-04-12T22:28:11.392Z] PASS
22:28:11 [2023-04-12T22:28:11.392Z] 
22:28:11 [2023-04-12T22:28:11.392Z] DONE 6 tests in 13.848s
22:28:11 [2023-04-12T22:28:11.392Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m 
22:28:11 [2023-04-12T22:28:11.392Z] ++ 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
22:28:11 [2023-04-12T22:28:11.392Z] ++ set -e
22:28:11 [2023-04-12T22:28:11.392Z] ++ '[' -n 0 ']'
22:28:11 [2023-04-12T22:28:11.392Z] ++ set -x
22:28:11 [2023-04-12T22:28:11.393Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker 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
22:28:11 [2023-04-12T22:28:11.393Z] INFO: Testing against a local daemon
22:28:11 [2023-04-12T22:28:11.393Z] === RUN   TestAttachWithTTY
22:28:11 [2023-04-12T22:28:11.393Z] --- PASS: TestAttachWithTTY (0.07s)
22:28:11 [2023-04-12T22:28:11.393Z] === RUN   TestAttachWithoutTTy
22:28:11 [2023-04-12T22:28:11.393Z] --- PASS: TestAttachWithoutTTy (0.04s)
22:28:11 [2023-04-12T22:28:11.393Z] === RUN   TestCheckpoint
22:28:11 [2023-04-12T22:28:11.393Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
22:28:11 [2023-04-12T22:28:11.393Z] --- SKIP: TestCheckpoint (0.00s)
22:28:11 [2023-04-12T22:28:11.393Z] === RUN   TestContainerInvalidJSON
22:28:11 [2023-04-12T22:28:11.393Z] === RUN   TestContainerInvalidJSON/commit
22:28:11 [2023-04-12T22:28:11.393Z] === PAUSE TestContainerInvalidJSON/commit
22:28:11 [2023-04-12T22:28:11.393Z] === RUN   TestContainerInvalidJSON/containers/create
22:28:11 [2023-04-12T22:28:11.393Z] === PAUSE TestContainerInvalidJSON/containers/create
22:28:11 [2023-04-12T22:28:11.393Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
22:28:11 [2023-04-12T22:28:11.393Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
22:28:11 [2023-04-12T22:28:11.393Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
22:28:11 [2023-04-12T22:28:11.393Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
22:28:11 [2023-04-12T22:28:11.393Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
22:28:11 [2023-04-12T22:28:11.393Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
22:28:11 [2023-04-12T22:28:11.393Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
22:28:11 [2023-04-12T22:28:11.393Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
22:28:11 [2023-04-12T22:28:11.393Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
22:28:11 [2023-04-12T22:28:11.393Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
22:28:11 [2023-04-12T22:28:11.393Z] === CONT  TestContainerInvalidJSON/commit
22:28:11 [2023-04-12T22:28:11.393Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
22:28:11 [2023-04-12T22:28:11.393Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
22:28:11 [2023-04-12T22:28:11.393Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
22:28:11 [2023-04-12T22:28:11.393Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
22:28:11 [2023-04-12T22:28:11.393Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
22:28:11 [2023-04-12T22:28:11.393Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
22:28:11 [2023-04-12T22:28:11.393Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
22:28:11 [2023-04-12T22:28:11.393Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
22:28:11 [2023-04-12T22:28:11.393Z] === RUN   TestContainerInvalidJSON/commit/empty_body
22:28:11 [2023-04-12T22:28:11.393Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
22:28:11 [2023-04-12T22:28:11.393Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
22:28:11 [2023-04-12T22:28:11.393Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
22:28:11 [2023-04-12T22:28:11.393Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
22:28:11 [2023-04-12T22:28:11.393Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
22:28:11 [2023-04-12T22:28:11.393Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
22:28:11 [2023-04-12T22:28:11.393Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
22:28:11 [2023-04-12T22:28:11.393Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
22:28:11 [2023-04-12T22:28:11.393Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
22:28:11 [2023-04-12T22:28:11.393Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
22:28:11 [2023-04-12T22:28:11.393Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
22:28:11 [2023-04-12T22:28:11.393Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
22:28:11 [2023-04-12T22:28:11.393Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
22:28:11 [2023-04-12T22:28:11.393Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
22:28:11 [2023-04-12T22:28:11.393Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
22:28:11 [2023-04-12T22:28:11.393Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
22:28:11 [2023-04-12T22:28:11.393Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
22:28:11 [2023-04-12T22:28:11.393Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
22:28:11 [2023-04-12T22:28:11.393Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
22:28:11 [2023-04-12T22:28:11.393Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
22:28:11 [2023-04-12T22:28:11.393Z] === CONT  TestContainerInvalidJSON/containers/create
22:28:11 [2023-04-12T22:28:11.393Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
22:28:11 [2023-04-12T22:28:11.393Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
22:28:11 [2023-04-12T22:28:11.393Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
22:28:11 [2023-04-12T22:28:11.393Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
22:28:11 [2023-04-12T22:28:11.393Z] --- PASS: TestContainerInvalidJSON (0.01s)
22:28:11 [2023-04-12T22:28:11.393Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
22:28:11 [2023-04-12T22:28:11.393Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
22:28:11 [2023-04-12T22:28:11.393Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
22:28:11 [2023-04-12T22:28:11.393Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
22:28:11 [2023-04-12T22:28:11.393Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
22:28:11 [2023-04-12T22:28:11.393Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
22:28:11 [2023-04-12T22:28:11.393Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
22:28:11 [2023-04-12T22:28:11.393Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
22:28:11 [2023-04-12T22:28:11.393Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
22:28:11 [2023-04-12T22:28:11.393Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
22:28:11 [2023-04-12T22:28:11.393Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
22:28:11 [2023-04-12T22:28:11.393Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
22:28:11 [2023-04-12T22:28:11.393Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
22:28:11 [2023-04-12T22:28:11.393Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
22:28:11 [2023-04-12T22:28:11.393Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
22:28:11 [2023-04-12T22:28:11.393Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
22:28:11 [2023-04-12T22:28:11.393Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
22:28:11 [2023-04-12T22:28:11.393Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
22:28:11 [2023-04-12T22:28:11.393Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
22:28:11 [2023-04-12T22:28:11.393Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
22:28:11 [2023-04-12T22:28:11.393Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
22:28:11 [2023-04-12T22:28:11.393Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
22:28:11 [2023-04-12T22:28:11.393Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
22:28:11 [2023-04-12T22:28:11.393Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
22:28:11 [2023-04-12T22:28:11.393Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
22:28:11 [2023-04-12T22:28:11.393Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
22:28:11 [2023-04-12T22:28:11.393Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
22:28:11 [2023-04-12T22:28:11.393Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
22:28:11 [2023-04-12T22:28:11.393Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
22:28:11 [2023-04-12T22:28:11.393Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
22:28:11 [2023-04-12T22:28:11.393Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
22:28:11 [2023-04-12T22:28:11.393Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
22:28:11 [2023-04-12T22:28:11.393Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
22:28:11 [2023-04-12T22:28:11.393Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
22:28:11 [2023-04-12T22:28:11.393Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
22:28:11 [2023-04-12T22:28:11.393Z] === RUN   TestCopyFromContainerPathDoesNotExist
22:28:11 [2023-04-12T22:28:11.393Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s)
22:28:11 [2023-04-12T22:28:11.393Z] === RUN   TestCopyFromContainerPathIsNotDir
22:28:11 [2023-04-12T22:28:11.393Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s)
22:28:11 [2023-04-12T22:28:11.393Z] === RUN   TestCopyToContainerPathDoesNotExist
22:28:11 [2023-04-12T22:28:11.651Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s)
22:28:11 [2023-04-12T22:28:11.651Z] === RUN   TestCopyEmptyFile
22:28:11 [2023-04-12T22:28:11.651Z] --- PASS: TestCopyEmptyFile (0.21s)
22:28:11 [2023-04-12T22:28:11.651Z] === RUN   TestCopyToContainerPathIsNotDir
22:28:11 [2023-04-12T22:28:11.909Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s)
22:28:11 [2023-04-12T22:28:11.909Z] === RUN   TestCopyFromContainer
22:28:12 [2023-04-12T22:28:12.842Z] === RUN   TestCopyFromContainer//
22:28:12 [2023-04-12T22:28:12.842Z] === RUN   TestCopyFromContainer//bar/root
22:28:12 [2023-04-12T22:28:12.842Z] === RUN   TestCopyFromContainer//bar/root/
22:28:12 [2023-04-12T22:28:12.842Z] === RUN   TestCopyFromContainer/bar/quux
22:28:12 [2023-04-12T22:28:12.842Z] === RUN   TestCopyFromContainer/bar/quux/
22:28:13 [2023-04-12T22:28:13.100Z] === RUN   TestCopyFromContainer/bar/quux/baz
22:28:13 [2023-04-12T22:28:13.100Z] === RUN   TestCopyFromContainer/bar/filesymlink
22:28:13 [2023-04-12T22:28:13.100Z] === RUN   TestCopyFromContainer/bar/dirsymlink
22:28:13 [2023-04-12T22:28:13.100Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
22:28:13 [2023-04-12T22:28:13.358Z] === RUN   TestCopyFromContainer/bar/notarget
22:28:13 [2023-04-12T22:28:13.358Z] --- PASS: TestCopyFromContainer (1.53s)
22:28:13 [2023-04-12T22:28:13.358Z]     --- PASS: TestCopyFromContainer// (0.06s)
22:28:13 [2023-04-12T22:28:13.358Z]     --- PASS: TestCopyFromContainer//bar/root (0.06s)
22:28:13 [2023-04-12T22:28:13.358Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
22:28:13 [2023-04-12T22:28:13.358Z]     --- PASS: TestCopyFromContainer/bar/quux (0.06s)
22:28:13 [2023-04-12T22:28:13.358Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.06s)
22:28:13 [2023-04-12T22:28:13.358Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s)
22:28:13 [2023-04-12T22:28:13.358Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s)
22:28:13 [2023-04-12T22:28:13.358Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s)
22:28:13 [2023-04-12T22:28:13.358Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s)
22:28:13 [2023-04-12T22:28:13.358Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.06s)
22:28:13 [2023-04-12T22:28:13.358Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
22:28:13 [2023-04-12T22:28:13.358Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
22:28:13 [2023-04-12T22:28:13.358Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
22:28:13 [2023-04-12T22:28:13.358Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
22:28:13 [2023-04-12T22:28:13.358Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
22:28:13 [2023-04-12T22:28:13.358Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
22:28:13 [2023-04-12T22:28:13.358Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
22:28:13 [2023-04-12T22:28:13.358Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
22:28:13 [2023-04-12T22:28:13.358Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
22:28:13 [2023-04-12T22:28:13.358Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
22:28:13 [2023-04-12T22:28:13.358Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
22:28:13 [2023-04-12T22:28:13.358Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
22:28:13 [2023-04-12T22:28:13.358Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
22:28:13 [2023-04-12T22:28:13.358Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
22:28:13 [2023-04-12T22:28:13.358Z] === RUN   TestCreateLinkToNonExistingContainer
22:28:13 [2023-04-12T22:28:13.358Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s)
22:28:13 [2023-04-12T22:28:13.358Z] === RUN   TestCreateWithInvalidEnv
22:28:13 [2023-04-12T22:28:13.358Z] === RUN   TestCreateWithInvalidEnv/0
22:28:13 [2023-04-12T22:28:13.358Z] === PAUSE TestCreateWithInvalidEnv/0
22:28:13 [2023-04-12T22:28:13.358Z] === RUN   TestCreateWithInvalidEnv/1
22:28:13 [2023-04-12T22:28:13.358Z] === PAUSE TestCreateWithInvalidEnv/1
22:28:13 [2023-04-12T22:28:13.358Z] === RUN   TestCreateWithInvalidEnv/2
22:28:13 [2023-04-12T22:28:13.358Z] === PAUSE TestCreateWithInvalidEnv/2
22:28:13 [2023-04-12T22:28:13.358Z] === CONT  TestCreateWithInvalidEnv/0
22:28:13 [2023-04-12T22:28:13.358Z] === CONT  TestCreateWithInvalidEnv/2
22:28:13 [2023-04-12T22:28:13.358Z] === CONT  TestCreateWithInvalidEnv/1
22:28:13 [2023-04-12T22:28:13.358Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
22:28:13 [2023-04-12T22:28:13.358Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
22:28:13 [2023-04-12T22:28:13.358Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
22:28:13 [2023-04-12T22:28:13.358Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
22:28:13 [2023-04-12T22:28:13.358Z] === RUN   TestCreateTmpfsMountsTarget
22:28:13 [2023-04-12T22:28:13.358Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
22:28:13 [2023-04-12T22:28:13.358Z] === RUN   TestCreateWithCustomMaskedPaths
22:28:14 [2023-04-12T22:28:14.731Z] --- PASS: TestCreateWithCustomMaskedPaths (1.33s)
22:28:14 [2023-04-12T22:28:14.731Z] === RUN   TestCreateWithCustomReadonlyPaths
22:28:16 [2023-04-12T22:28:16.137Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.30s)
22:28:16 [2023-04-12T22:28:16.137Z] === RUN   TestCreateWithInvalidHealthcheckParams
22:28:16 [2023-04-12T22:28:16.137Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
22:28:16 [2023-04-12T22:28:16.137Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
22:28:16 [2023-04-12T22:28:16.137Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
22:28:16 [2023-04-12T22:28:16.137Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
22:28:16 [2023-04-12T22:28:16.137Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
22:28:16 [2023-04-12T22:28:16.137Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
22:28:16 [2023-04-12T22:28:16.137Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
22:28:16 [2023-04-12T22:28:16.137Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
22:28:16 [2023-04-12T22:28:16.137Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
22:28:16 [2023-04-12T22:28:16.137Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
22:28:16 [2023-04-12T22:28:16.137Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
22:28:16 [2023-04-12T22:28:16.137Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
22:28:16 [2023-04-12T22:28:16.137Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
22:28:16 [2023-04-12T22:28:16.137Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
22:28:16 [2023-04-12T22:28:16.137Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
22:28:16 [2023-04-12T22:28:16.137Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
22:28:16 [2023-04-12T22:28:16.137Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
22:28:16 [2023-04-12T22:28:16.137Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
22:28:16 [2023-04-12T22:28:16.137Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
22:28:16 [2023-04-12T22:28:16.137Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
22:28:16 [2023-04-12T22:28:16.137Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
22:28:16 [2023-04-12T22:28:16.137Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
22:28:16 [2023-04-12T22:28:16.396Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.43s)
22:28:16 [2023-04-12T22:28:16.396Z] === RUN   TestCreateDifferentPlatform
22:28:16 [2023-04-12T22:28:16.396Z] === RUN   TestCreateDifferentPlatform/different_os
22:28:16 [2023-04-12T22:28:16.396Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
22:28:16 [2023-04-12T22:28:16.396Z] --- PASS: TestCreateDifferentPlatform (0.02s)
22:28:16 [2023-04-12T22:28:16.396Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
22:28:16 [2023-04-12T22:28:16.396Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
22:28:16 [2023-04-12T22:28:16.396Z] === RUN   TestCreateVolumesFromNonExistingContainer
22:28:16 [2023-04-12T22:28:16.656Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s)
22:28:16 [2023-04-12T22:28:16.656Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
22:28:16 [2023-04-12T22:28:16.656Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s)
22:28:16 [2023-04-12T22:28:16.656Z] === RUN   TestCreateInvalidHostConfig
22:28:16 [2023-04-12T22:28:16.656Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
22:28:16 [2023-04-12T22:28:16.656Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
22:28:16 [2023-04-12T22:28:16.656Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
22:28:16 [2023-04-12T22:28:16.656Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
22:28:16 [2023-04-12T22:28:16.656Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
22:28:16 [2023-04-12T22:28:16.656Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
22:28:16 [2023-04-12T22:28:16.656Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
22:28:16 [2023-04-12T22:28:16.656Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
22:28:16 [2023-04-12T22:28:16.656Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
22:28:16 [2023-04-12T22:28:16.656Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
22:28:16 [2023-04-12T22:28:16.656Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
22:28:16 [2023-04-12T22:28:16.656Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
22:28:16 [2023-04-12T22:28:16.656Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
22:28:16 [2023-04-12T22:28:16.656Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
22:28:16 [2023-04-12T22:28:16.656Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
22:28:16 [2023-04-12T22:28:16.656Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
22:28:16 [2023-04-12T22:28:16.656Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
22:28:16 [2023-04-12T22:28:16.656Z] === RUN   TestContainerStartOnDaemonRestart
22:28:16 [2023-04-12T22:28:16.656Z] === PAUSE TestContainerStartOnDaemonRestart
22:28:16 [2023-04-12T22:28:16.656Z] === RUN   TestDaemonRestartIpcMode
22:28:16 [2023-04-12T22:28:16.656Z] === PAUSE TestDaemonRestartIpcMode
22:28:16 [2023-04-12T22:28:16.656Z] === RUN   TestDaemonHostGatewayIP
22:28:16 [2023-04-12T22:28:16.656Z] === PAUSE TestDaemonHostGatewayIP
22:28:16 [2023-04-12T22:28:16.656Z] === RUN   TestRestartDaemonWithRestartingContainer
22:28:16 [2023-04-12T22:28:16.656Z] === PAUSE TestRestartDaemonWithRestartingContainer
22:28:16 [2023-04-12T22:28:16.656Z] === RUN   TestContainerKillOnDaemonStart
22:28:16 [2023-04-12T22:28:16.656Z] === PAUSE TestContainerKillOnDaemonStart
22:28:16 [2023-04-12T22:28:16.656Z] === RUN   TestDiff
22:28:17 [2023-04-12T22:28:17.222Z] --- PASS: TestDiff (0.44s)
22:28:17 [2023-04-12T22:28:17.222Z] === RUN   TestExecConsoleSize
22:28:17 [2023-04-12T22:28:17.480Z] --- PASS: TestExecConsoleSize (0.47s)
22:28:17 [2023-04-12T22:28:17.480Z] === RUN   TestExecWithCloseStdin
22:28:18 [2023-04-12T22:28:18.045Z] --- PASS: TestExecWithCloseStdin (0.49s)
22:28:18 [2023-04-12T22:28:18.045Z] === RUN   TestExec
22:28:18 [2023-04-12T22:28:18.610Z] --- PASS: TestExec (0.47s)
22:28:18 [2023-04-12T22:28:18.610Z] === RUN   TestExecUser
22:28:18 [2023-04-12T22:28:18.868Z] --- PASS: TestExecUser (0.49s)
22:28:18 [2023-04-12T22:28:18.868Z] === RUN   TestExportContainerAndImportImage
22:28:19 [2023-04-12T22:28:19.433Z] --- PASS: TestExportContainerAndImportImage (0.56s)
22:28:19 [2023-04-12T22:28:19.433Z] === RUN   TestExportContainerAfterDaemonRestart
22:28:20 [2023-04-12T22:28:20.806Z] --- PASS: TestExportContainerAfterDaemonRestart (1.27s)
22:28:20 [2023-04-12T22:28:20.806Z] === RUN   TestHealthCheckWorkdir
22:28:21 [2023-04-12T22:28:21.740Z] --- PASS: TestHealthCheckWorkdir (0.71s)
22:28:21 [2023-04-12T22:28:21.740Z] === RUN   TestHealthKillContainer
22:28:29 [2023-04-12T22:28:29.844Z] --- PASS: TestHealthKillContainer (7.93s)
22:28:29 [2023-04-12T22:28:29.844Z] === RUN   TestHealthCheckProcessKilled
22:28:30 [2023-04-12T22:28:30.101Z] --- PASS: TestHealthCheckProcessKilled (0.71s)
22:28:30 [2023-04-12T22:28:30.101Z] === RUN   TestInspectCpusetInConfigPre120
22:28:30 [2023-04-12T22:28:30.670Z] --- PASS: TestInspectCpusetInConfigPre120 (0.44s)
22:28:30 [2023-04-12T22:28:30.670Z] === RUN   TestIpcModeNone
22:28:31 [2023-04-12T22:28:31.236Z] --- PASS: TestIpcModeNone (0.50s)
22:28:31 [2023-04-12T22:28:31.236Z] === RUN   TestIpcModePrivate
22:28:31 [2023-04-12T22:28:31.494Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:75, shared: false, mustBeShared: false
22:28:31 [2023-04-12T22:28:31.494Z] --- PASS: TestIpcModePrivate (0.49s)
22:28:31 [2023-04-12T22:28:31.494Z] === RUN   TestIpcModeShareable
22:28:32 [2023-04-12T22:28:32.060Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:69, shared: true, mustBeShared: true
22:28:32 [2023-04-12T22:28:32.060Z] --- PASS: TestIpcModeShareable (0.53s)
22:28:32 [2023-04-12T22:28:32.060Z] === RUN   TestAPIIpcModeShareableAndContainer
22:28:33 [2023-04-12T22:28:33.960Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.68s)
22:28:33 [2023-04-12T22:28:33.960Z] === RUN   TestAPIIpcModeHost
22:28:34 [2023-04-12T22:28:34.218Z] --- PASS: TestAPIIpcModeHost (0.42s)
22:28:34 [2023-04-12T22:28:34.218Z] === RUN   TestDaemonIpcModeShareable
22:28:35 [2023-04-12T22:28:35.591Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: true, mustBeShared: true
22:28:35 [2023-04-12T22:28:35.591Z] --- PASS: TestDaemonIpcModeShareable (1.28s)
22:28:35 [2023-04-12T22:28:35.591Z] === RUN   TestDaemonIpcModePrivate
22:28:36 [2023-04-12T22:28:36.524Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:85, shared: false, mustBeShared: false
22:28:36 [2023-04-12T22:28:36.782Z] --- PASS: TestDaemonIpcModePrivate (1.19s)
22:28:36 [2023-04-12T22:28:36.782Z] === RUN   TestDaemonIpcModePrivateFromConfig
22:28:37 [2023-04-12T22:28:37.715Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:85, shared: false, mustBeShared: false
22:28:37 [2023-04-12T22:28:37.972Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.19s)
22:28:37 [2023-04-12T22:28:37.972Z] === RUN   TestDaemonIpcModeShareableFromConfig
22:28:38 [2023-04-12T22:28:38.905Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: true, mustBeShared: true
22:28:39 [2023-04-12T22:28:39.163Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.20s)
22:28:39 [2023-04-12T22:28:39.163Z] === RUN   TestIpcModeOlderClient
22:28:39 [2023-04-12T22:28:39.163Z] === PAUSE TestIpcModeOlderClient
22:28:39 [2023-04-12T22:28:39.163Z] === RUN   TestKillContainerInvalidSignal
22:28:39 [2023-04-12T22:28:39.420Z] --- PASS: TestKillContainerInvalidSignal (0.44s)
22:28:39 [2023-04-12T22:28:39.420Z] === RUN   TestKillContainer
22:28:39 [2023-04-12T22:28:39.420Z] === RUN   TestKillContainer/no_signal
22:28:39 [2023-04-12T22:28:39.987Z] === RUN   TestKillContainer/non_killing_signal
22:28:40 [2023-04-12T22:28:40.245Z] === RUN   TestKillContainer/killing_signal
22:28:40 [2023-04-12T22:28:40.810Z] --- PASS: TestKillContainer (1.32s)
22:28:40 [2023-04-12T22:28:40.810Z]     --- PASS: TestKillContainer/no_signal (0.41s)
22:28:40 [2023-04-12T22:28:40.810Z]     --- PASS: TestKillContainer/non_killing_signal (0.29s)
22:28:40 [2023-04-12T22:28:40.810Z]     --- PASS: TestKillContainer/killing_signal (0.45s)
22:28:40 [2023-04-12T22:28:40.810Z] === RUN   TestKillWithStopSignalAndRestartPolicies
22:28:40 [2023-04-12T22:28:40.810Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
22:28:41 [2023-04-12T22:28:41.396Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
22:28:42 [2023-04-12T22:28:42.330Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.30s)
22:28:42 [2023-04-12T22:28:42.330Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.42s)
22:28:42 [2023-04-12T22:28:42.330Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.70s)
22:28:42 [2023-04-12T22:28:42.330Z] === RUN   TestKillStoppedContainer
22:28:42 [2023-04-12T22:28:42.330Z] --- PASS: TestKillStoppedContainer (0.04s)
22:28:42 [2023-04-12T22:28:42.330Z] === RUN   TestKillStoppedContainerAPIPre120
22:28:42 [2023-04-12T22:28:42.330Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s)
22:28:42 [2023-04-12T22:28:42.330Z] === RUN   TestKillDifferentUserContainer
22:28:42 [2023-04-12T22:28:42.588Z] --- PASS: TestKillDifferentUserContainer (0.43s)
22:28:42 [2023-04-12T22:28:42.588Z] === RUN   TestInspectOomKilledTrue
22:28:43 [2023-04-12T22:28:43.154Z] --- PASS: TestInspectOomKilledTrue (0.50s)
22:28:43 [2023-04-12T22:28:43.154Z] === RUN   TestInspectOomKilledFalse
22:28:43 [2023-04-12T22:28:43.720Z] --- PASS: TestInspectOomKilledFalse (0.43s)
22:28:43 [2023-04-12T22:28:43.720Z] === RUN   TestLinksEtcHostsContentMatch
22:28:43 [2023-04-12T22:28:43.978Z] --- PASS: TestLinksEtcHostsContentMatch (0.32s)
22:28:43 [2023-04-12T22:28:43.978Z] === RUN   TestLinksContainerNames
22:28:44 [2023-04-12T22:28:44.911Z] --- PASS: TestLinksContainerNames (0.86s)
22:28:44 [2023-04-12T22:28:44.911Z] === RUN   TestLogsFollowTailEmpty
22:28:45 [2023-04-12T22:28:45.169Z] --- PASS: TestLogsFollowTailEmpty (0.45s)
22:28:45 [2023-04-12T22:28:45.169Z] === RUN   TestLogs
22:28:45 [2023-04-12T22:28:45.169Z] === RUN   TestLogs/driver_local
22:28:45 [2023-04-12T22:28:45.169Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
22:28:45 [2023-04-12T22:28:45.169Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
22:28:45 [2023-04-12T22:28:45.169Z] === RUN   TestLogs/driver_local/tty/only_stdout
22:28:45 [2023-04-12T22:28:45.169Z] === PAUSE TestLogs/driver_local/tty/only_stdout
22:28:45 [2023-04-12T22:28:45.169Z] === RUN   TestLogs/driver_local/tty/only_stderr
22:28:45 [2023-04-12T22:28:45.169Z] === PAUSE TestLogs/driver_local/tty/only_stderr
22:28:45 [2023-04-12T22:28:45.169Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
22:28:45 [2023-04-12T22:28:45.169Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
22:28:45 [2023-04-12T22:28:45.169Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
22:28:45 [2023-04-12T22:28:45.170Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
22:28:45 [2023-04-12T22:28:45.170Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
22:28:45 [2023-04-12T22:28:45.170Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
22:28:45 [2023-04-12T22:28:45.170Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
22:28:45 [2023-04-12T22:28:45.170Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
22:28:46 [2023-04-12T22:28:46.103Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
22:28:46 [2023-04-12T22:28:46.103Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
22:28:46 [2023-04-12T22:28:46.669Z] === CONT  TestLogs/driver_local/tty/only_stderr
22:28:46 [2023-04-12T22:28:46.669Z] === CONT  TestLogs/driver_local/tty/only_stdout
22:28:47 [2023-04-12T22:28:47.235Z] === RUN   TestLogs/driver_json-file
22:28:47 [2023-04-12T22:28:47.235Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
22:28:47 [2023-04-12T22:28:47.235Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
22:28:47 [2023-04-12T22:28:47.235Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
22:28:47 [2023-04-12T22:28:47.235Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
22:28:47 [2023-04-12T22:28:47.235Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
22:28:47 [2023-04-12T22:28:47.235Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
22:28:47 [2023-04-12T22:28:47.235Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
22:28:47 [2023-04-12T22:28:47.235Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
22:28:47 [2023-04-12T22:28:47.235Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
22:28:47 [2023-04-12T22:28:47.235Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
22:28:47 [2023-04-12T22:28:47.235Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
22:28:47 [2023-04-12T22:28:47.235Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
22:28:47 [2023-04-12T22:28:47.235Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
22:28:47 [2023-04-12T22:28:47.235Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
22:28:47 [2023-04-12T22:28:47.800Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
22:28:47 [2023-04-12T22:28:47.800Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
22:28:48 [2023-04-12T22:28:48.369Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
22:28:48 [2023-04-12T22:28:48.369Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
22:28:48 [2023-04-12T22:28:48.934Z] --- PASS: TestLogs (3.68s)
22:28:48 [2023-04-12T22:28:48.934Z]     --- PASS: TestLogs/driver_local (0.01s)
22:28:48 [2023-04-12T22:28:48.934Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.68s)
22:28:48 [2023-04-12T22:28:48.934Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.74s)
22:28:48 [2023-04-12T22:28:48.934Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.58s)
22:28:48 [2023-04-12T22:28:48.934Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.56s)
22:28:48 [2023-04-12T22:28:48.934Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (0.63s)
22:28:48 [2023-04-12T22:28:48.934Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (0.61s)
22:28:48 [2023-04-12T22:28:48.934Z]     --- PASS: TestLogs/driver_json-file (0.01s)
22:28:48 [2023-04-12T22:28:48.934Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.57s)
22:28:48 [2023-04-12T22:28:48.934Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.72s)
22:28:48 [2023-04-12T22:28:48.934Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.58s)
22:28:48 [2023-04-12T22:28:48.934Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.49s)
22:28:48 [2023-04-12T22:28:48.934Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.50s)
22:28:48 [2023-04-12T22:28:48.934Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.54s)
22:28:48 [2023-04-12T22:28:48.934Z] === RUN   TestContainerNetworkMountsNoChown
22:28:49 [2023-04-12T22:28:49.500Z] --- PASS: TestContainerNetworkMountsNoChown (0.42s)
22:28:49 [2023-04-12T22:28:49.500Z] === RUN   TestMountDaemonRoot
22:28:49 [2023-04-12T22:28:49.500Z] === RUN   TestMountDaemonRoot/default
22:28:49 [2023-04-12T22:28:49.500Z] === PAUSE TestMountDaemonRoot/default
22:28:49 [2023-04-12T22:28:49.500Z] === RUN   TestMountDaemonRoot/private
22:28:49 [2023-04-12T22:28:49.500Z] === PAUSE TestMountDaemonRoot/private
22:28:49 [2023-04-12T22:28:49.500Z] === RUN   TestMountDaemonRoot/rprivate
22:28:49 [2023-04-12T22:28:49.500Z] === PAUSE TestMountDaemonRoot/rprivate
22:28:49 [2023-04-12T22:28:49.500Z] === RUN   TestMountDaemonRoot/slave
22:28:49 [2023-04-12T22:28:49.500Z] === PAUSE TestMountDaemonRoot/slave
22:28:49 [2023-04-12T22:28:49.500Z] === RUN   TestMountDaemonRoot/rslave
22:28:49 [2023-04-12T22:28:49.500Z] === PAUSE TestMountDaemonRoot/rslave
22:28:49 [2023-04-12T22:28:49.500Z] === RUN   TestMountDaemonRoot/shared
22:28:49 [2023-04-12T22:28:49.500Z] === PAUSE TestMountDaemonRoot/shared
22:28:49 [2023-04-12T22:28:49.500Z] === RUN   TestMountDaemonRoot/rshared
22:28:49 [2023-04-12T22:28:49.500Z] === PAUSE TestMountDaemonRoot/rshared
22:28:49 [2023-04-12T22:28:49.500Z] === CONT  TestMountDaemonRoot/default
22:28:49 [2023-04-12T22:28:49.500Z] === CONT  TestMountDaemonRoot/rslave
22:28:49 [2023-04-12T22:28:49.500Z] === RUN   TestMountDaemonRoot/default/bind_subpath
22:28:49 [2023-04-12T22:28:49.500Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
22:28:49 [2023-04-12T22:28:49.500Z] === RUN   TestMountDaemonRoot/default/mount_root
22:28:49 [2023-04-12T22:28:49.500Z] === PAUSE TestMountDaemonRoot/default/mount_root
22:28:49 [2023-04-12T22:28:49.500Z] === RUN   TestMountDaemonRoot/default/mount_subpath
22:28:49 [2023-04-12T22:28:49.500Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
22:28:49 [2023-04-12T22:28:49.500Z] === RUN   TestMountDaemonRoot/default/bind_root
22:28:49 [2023-04-12T22:28:49.500Z] === PAUSE TestMountDaemonRoot/default/bind_root
22:28:49 [2023-04-12T22:28:49.500Z] === CONT  TestMountDaemonRoot/rshared
22:28:49 [2023-04-12T22:28:49.500Z] === RUN   TestMountDaemonRoot/rslave/bind_root
22:28:49 [2023-04-12T22:28:49.500Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
22:28:49 [2023-04-12T22:28:49.500Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
22:28:49 [2023-04-12T22:28:49.500Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
22:28:49 [2023-04-12T22:28:49.500Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
22:28:49 [2023-04-12T22:28:49.500Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
22:28:49 [2023-04-12T22:28:49.500Z] === RUN   TestMountDaemonRoot/rslave/mount_root
22:28:49 [2023-04-12T22:28:49.500Z] === RUN   TestMountDaemonRoot/rshared/bind_root
22:28:49 [2023-04-12T22:28:49.500Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
22:28:49 [2023-04-12T22:28:49.500Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
22:28:49 [2023-04-12T22:28:49.500Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
22:28:49 [2023-04-12T22:28:49.500Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
22:28:49 [2023-04-12T22:28:49.500Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
22:28:49 [2023-04-12T22:28:49.500Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
22:28:49 [2023-04-12T22:28:49.500Z] === CONT  TestMountDaemonRoot/shared
22:28:49 [2023-04-12T22:28:49.500Z] === RUN   TestMountDaemonRoot/rshared/mount_root
22:28:49 [2023-04-12T22:28:49.500Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
22:28:49 [2023-04-12T22:28:49.500Z] === RUN   TestMountDaemonRoot/shared/mount_root
22:28:49 [2023-04-12T22:28:49.500Z] === PAUSE TestMountDaemonRoot/shared/mount_root
22:28:49 [2023-04-12T22:28:49.500Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
22:28:49 [2023-04-12T22:28:49.500Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
22:28:49 [2023-04-12T22:28:49.500Z] === RUN   TestMountDaemonRoot/shared/bind_root
22:28:49 [2023-04-12T22:28:49.500Z] === PAUSE TestMountDaemonRoot/shared/bind_root
22:28:49 [2023-04-12T22:28:49.500Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
22:28:49 [2023-04-12T22:28:49.500Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
22:28:49 [2023-04-12T22:28:49.500Z] === CONT  TestMountDaemonRoot/rprivate
22:28:49 [2023-04-12T22:28:49.500Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
22:28:49 [2023-04-12T22:28:49.500Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
22:28:49 [2023-04-12T22:28:49.500Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
22:28:49 [2023-04-12T22:28:49.500Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
22:28:49 [2023-04-12T22:28:49.500Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
22:28:49 [2023-04-12T22:28:49.500Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
22:28:49 [2023-04-12T22:28:49.500Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
22:28:49 [2023-04-12T22:28:49.500Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
22:28:49 [2023-04-12T22:28:49.500Z] === CONT  TestMountDaemonRoot/slave
22:28:49 [2023-04-12T22:28:49.500Z] === RUN   TestMountDaemonRoot/slave/bind_root
22:28:49 [2023-04-12T22:28:49.500Z] === PAUSE TestMountDaemonRoot/slave/bind_root
22:28:49 [2023-04-12T22:28:49.500Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
22:28:49 [2023-04-12T22:28:49.500Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
22:28:49 [2023-04-12T22:28:49.500Z] === RUN   TestMountDaemonRoot/slave/mount_root
22:28:49 [2023-04-12T22:28:49.500Z] === PAUSE TestMountDaemonRoot/slave/mount_root
22:28:49 [2023-04-12T22:28:49.500Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
22:28:49 [2023-04-12T22:28:49.500Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
22:28:49 [2023-04-12T22:28:49.500Z] === CONT  TestMountDaemonRoot/private
22:28:49 [2023-04-12T22:28:49.500Z] === RUN   TestMountDaemonRoot/private/bind_root
22:28:49 [2023-04-12T22:28:49.500Z] === PAUSE TestMountDaemonRoot/private/bind_root
22:28:49 [2023-04-12T22:28:49.500Z] === RUN   TestMountDaemonRoot/private/bind_subpath
22:28:49 [2023-04-12T22:28:49.500Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
22:28:49 [2023-04-12T22:28:49.500Z] === RUN   TestMountDaemonRoot/private/mount_root
22:28:49 [2023-04-12T22:28:49.500Z] === PAUSE TestMountDaemonRoot/private/mount_root
22:28:49 [2023-04-12T22:28:49.500Z] === RUN   TestMountDaemonRoot/private/mount_subpath
22:28:49 [2023-04-12T22:28:49.500Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
22:28:49 [2023-04-12T22:28:49.500Z] === CONT  TestMountDaemonRoot/default/bind_subpath
22:28:49 [2023-04-12T22:28:49.500Z] === CONT  TestMountDaemonRoot/default/bind_root
22:28:49 [2023-04-12T22:28:49.500Z] === CONT  TestMountDaemonRoot/default/mount_subpath
22:28:49 [2023-04-12T22:28:49.500Z] === CONT  TestMountDaemonRoot/default/mount_root
22:28:49 [2023-04-12T22:28:49.500Z] === CONT  TestMountDaemonRoot/rslave/bind_root
22:28:49 [2023-04-12T22:28:49.500Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
22:28:49 [2023-04-12T22:28:49.500Z] === CONT  TestMountDaemonRoot/rslave/mount_root
22:28:49 [2023-04-12T22:28:49.500Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
22:28:49 [2023-04-12T22:28:49.500Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
22:28:49 [2023-04-12T22:28:49.500Z] === CONT  TestMountDaemonRoot/shared/mount_root
22:28:49 [2023-04-12T22:28:49.500Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
22:28:49 [2023-04-12T22:28:49.500Z] === CONT  TestMountDaemonRoot/rshared/mount_root
22:28:49 [2023-04-12T22:28:49.500Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
22:28:49 [2023-04-12T22:28:49.758Z] === CONT  TestMountDaemonRoot/rshared/bind_root
22:28:49 [2023-04-12T22:28:49.758Z] === CONT  TestMountDaemonRoot/slave/bind_root
22:28:49 [2023-04-12T22:28:49.758Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
22:28:49 [2023-04-12T22:28:49.758Z] === CONT  TestMountDaemonRoot/shared/bind_root
22:28:49 [2023-04-12T22:28:49.758Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
22:28:49 [2023-04-12T22:28:49.758Z] === CONT  TestMountDaemonRoot/private/bind_root
22:28:49 [2023-04-12T22:28:49.758Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
22:28:49 [2023-04-12T22:28:49.758Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
22:28:49 [2023-04-12T22:28:49.758Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
22:28:49 [2023-04-12T22:28:49.758Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
22:28:49 [2023-04-12T22:28:49.758Z] === CONT  TestMountDaemonRoot/slave/mount_root
22:28:49 [2023-04-12T22:28:49.758Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
22:28:49 [2023-04-12T22:28:49.758Z] === CONT  TestMountDaemonRoot/private/mount_subpath
22:28:49 [2023-04-12T22:28:49.758Z] === CONT  TestMountDaemonRoot/private/mount_root
22:28:50 [2023-04-12T22:28:50.016Z] === CONT  TestMountDaemonRoot/private/bind_subpath
22:28:50 [2023-04-12T22:28:50.016Z] --- PASS: TestMountDaemonRoot (0.01s)
22:28:50 [2023-04-12T22:28:50.016Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
22:28:50 [2023-04-12T22:28:50.016Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s)
22:28:50 [2023-04-12T22:28:50.016Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.06s)
22:28:50 [2023-04-12T22:28:50.016Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s)
22:28:50 [2023-04-12T22:28:50.016Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.04s)
22:28:50 [2023-04-12T22:28:50.016Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
22:28:50 [2023-04-12T22:28:50.016Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s)
22:28:50 [2023-04-12T22:28:50.016Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s)
22:28:50 [2023-04-12T22:28:50.016Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s)
22:28:50 [2023-04-12T22:28:50.016Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s)
22:28:50 [2023-04-12T22:28:50.016Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
22:28:50 [2023-04-12T22:28:50.016Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s)
22:28:50 [2023-04-12T22:28:50.016Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s)
22:28:50 [2023-04-12T22:28:50.016Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s)
22:28:50 [2023-04-12T22:28:50.016Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s)
22:28:50 [2023-04-12T22:28:50.016Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
22:28:50 [2023-04-12T22:28:50.016Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
22:28:50 [2023-04-12T22:28:50.016Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s)
22:28:50 [2023-04-12T22:28:50.016Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s)
22:28:50 [2023-04-12T22:28:50.016Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s)
22:28:50 [2023-04-12T22:28:50.016Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
22:28:50 [2023-04-12T22:28:50.016Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s)
22:28:50 [2023-04-12T22:28:50.016Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
22:28:50 [2023-04-12T22:28:50.016Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s)
22:28:50 [2023-04-12T22:28:50.016Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
22:28:50 [2023-04-12T22:28:50.016Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
22:28:50 [2023-04-12T22:28:50.016Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s)
22:28:50 [2023-04-12T22:28:50.016Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s)
22:28:50 [2023-04-12T22:28:50.016Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s)
22:28:50 [2023-04-12T22:28:50.016Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s)
22:28:50 [2023-04-12T22:28:50.016Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
22:28:50 [2023-04-12T22:28:50.016Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
22:28:50 [2023-04-12T22:28:50.016Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s)
22:28:50 [2023-04-12T22:28:50.016Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.04s)
22:28:50 [2023-04-12T22:28:50.016Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s)
22:28:50 [2023-04-12T22:28:50.016Z] === RUN   TestContainerBindMountNonRecursive
22:28:51 [2023-04-12T22:28:51.389Z] --- PASS: TestContainerBindMountNonRecursive (1.43s)
22:28:51 [2023-04-12T22:28:51.389Z] === RUN   TestContainerVolumesMountedAsShared
22:28:51 [2023-04-12T22:28:51.954Z] --- PASS: TestContainerVolumesMountedAsShared (0.43s)
22:28:51 [2023-04-12T22:28:51.954Z] === RUN   TestContainerVolumesMountedAsSlave
22:28:52 [2023-04-12T22:28:52.212Z] --- PASS: TestContainerVolumesMountedAsSlave (0.32s)
22:28:52 [2023-04-12T22:28:52.212Z] === RUN   TestNetworkNat
22:28:52 [2023-04-12T22:28:52.778Z] --- PASS: TestNetworkNat (0.52s)
22:28:52 [2023-04-12T22:28:52.778Z] === RUN   TestNetworkLocalhostTCPNat
22:28:53 [2023-04-12T22:28:53.036Z] --- PASS: TestNetworkLocalhostTCPNat (0.43s)
22:28:53 [2023-04-12T22:28:53.036Z] === RUN   TestNetworkLoopbackNat
22:28:55 [2023-04-12T22:28:55.562Z] --- PASS: TestNetworkLoopbackNat (2.62s)
22:28:55 [2023-04-12T22:28:55.562Z] === RUN   TestPause
22:28:56 [2023-04-12T22:28:56.128Z] --- PASS: TestPause (0.45s)
22:28:56 [2023-04-12T22:28:56.128Z] === RUN   TestPauseFailsOnWindowsServerContainers
22:28:56 [2023-04-12T22:28:56.128Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
22:28:56 [2023-04-12T22:28:56.128Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
22:28:56 [2023-04-12T22:28:56.128Z] === RUN   TestPauseStopPausedContainer
22:28:56 [2023-04-12T22:28:56.693Z] --- PASS: TestPauseStopPausedContainer (0.48s)
22:28:56 [2023-04-12T22:28:56.693Z] === RUN   TestPidHost
22:28:57 [2023-04-12T22:28:57.627Z] --- PASS: TestPidHost (0.99s)
22:28:57 [2023-04-12T22:28:57.627Z] === RUN   TestPsFilter
22:28:57 [2023-04-12T22:28:57.627Z] --- PASS: TestPsFilter (0.12s)
22:28:57 [2023-04-12T22:28:57.627Z] === RUN   TestRemoveContainerWithRemovedVolume
22:28:58 [2023-04-12T22:28:58.192Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.44s)
22:28:58 [2023-04-12T22:28:58.192Z] === RUN   TestRemoveContainerWithVolume
22:28:58 [2023-04-12T22:28:58.450Z] --- PASS: TestRemoveContainerWithVolume (0.42s)
22:28:58 [2023-04-12T22:28:58.450Z] === RUN   TestRemoveContainerRunning
22:28:59 [2023-04-12T22:28:59.015Z] --- PASS: TestRemoveContainerRunning (0.45s)
22:28:59 [2023-04-12T22:28:59.015Z] === RUN   TestRemoveContainerForceRemoveRunning
22:28:59 [2023-04-12T22:28:59.580Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.45s)
22:28:59 [2023-04-12T22:28:59.580Z] === RUN   TestRemoveInvalidContainer
22:28:59 [2023-04-12T22:28:59.580Z] --- PASS: TestRemoveInvalidContainer (0.01s)
22:28:59 [2023-04-12T22:28:59.580Z] === RUN   TestRenameLinkedContainer
22:29:01 [2023-04-12T22:29:01.480Z] --- PASS: TestRenameLinkedContainer (1.86s)
22:29:01 [2023-04-12T22:29:01.480Z] === RUN   TestRenameStoppedContainer
22:29:01 [2023-04-12T22:29:01.738Z] --- PASS: TestRenameStoppedContainer (0.44s)
22:29:01 [2023-04-12T22:29:01.738Z] === RUN   TestRenameRunningContainerAndReuse
22:29:02 [2023-04-12T22:29:02.682Z] --- PASS: TestRenameRunningContainerAndReuse (0.89s)
22:29:02 [2023-04-12T22:29:02.682Z] === RUN   TestRenameInvalidName
22:29:03 [2023-04-12T22:29:03.249Z] --- PASS: TestRenameInvalidName (0.47s)
22:29:03 [2023-04-12T22:29:03.249Z] === RUN   TestRenameAnonymousContainer
22:29:04 [2023-04-12T22:29:04.622Z] --- PASS: TestRenameAnonymousContainer (1.61s)
22:29:04 [2023-04-12T22:29:04.622Z] === RUN   TestRenameContainerWithSameName
22:29:05 [2023-04-12T22:29:05.187Z] --- PASS: TestRenameContainerWithSameName (0.47s)
22:29:05 [2023-04-12T22:29:05.187Z] === RUN   TestRenameContainerWithLinkedContainer
22:29:06 [2023-04-12T22:29:06.120Z] --- PASS: TestRenameContainerWithLinkedContainer (0.93s)
22:29:06 [2023-04-12T22:29:06.120Z] === RUN   TestResize
22:29:06 [2023-04-12T22:29:06.685Z] --- PASS: TestResize (0.43s)
22:29:06 [2023-04-12T22:29:06.685Z] === RUN   TestResizeWithInvalidSize
22:29:06 [2023-04-12T22:29:06.943Z] --- PASS: TestResizeWithInvalidSize (0.47s)
22:29:06 [2023-04-12T22:29:06.943Z] === RUN   TestResizeWhenContainerNotStarted
22:29:07 [2023-04-12T22:29:07.509Z] --- PASS: TestResizeWhenContainerNotStarted (0.42s)
22:29:07 [2023-04-12T22:29:07.509Z] === RUN   TestDaemonRestartKillContainers
22:29:07 [2023-04-12T22:29:07.509Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
22:29:07 [2023-04-12T22:29:07.509Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
22:29:07 [2023-04-12T22:29:07.509Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
22:29:07 [2023-04-12T22:29:07.509Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
22:29:07 [2023-04-12T22:29:07.509Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
22:29:07 [2023-04-12T22:29:07.509Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
22:29:07 [2023-04-12T22:29:07.509Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
22:29:07 [2023-04-12T22:29:07.509Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
22:29:07 [2023-04-12T22:29:07.509Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
22:29:07 [2023-04-12T22:29:07.509Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
22:29:07 [2023-04-12T22:29:07.509Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
22:29:07 [2023-04-12T22:29:07.509Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
22:29:07 [2023-04-12T22:29:07.509Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
22:29:07 [2023-04-12T22:29:07.509Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
22:29:07 [2023-04-12T22:29:07.509Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
22:29:07 [2023-04-12T22:29:07.509Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
22:29:07 [2023-04-12T22:29:07.509Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
22:29:07 [2023-04-12T22:29:07.509Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
22:29:07 [2023-04-12T22:29:07.509Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
22:29:07 [2023-04-12T22:29:07.509Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
22:29:07 [2023-04-12T22:29:07.509Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
22:29:07 [2023-04-12T22:29:07.509Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
22:29:07 [2023-04-12T22:29:07.509Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
22:29:07 [2023-04-12T22:29:07.509Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
22:29:07 [2023-04-12T22:29:07.509Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
22:29:07 [2023-04-12T22:29:07.509Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
22:29:07 [2023-04-12T22:29:07.509Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
22:29:07 [2023-04-12T22:29:07.509Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
22:29:07 [2023-04-12T22:29:07.509Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
22:29:07 [2023-04-12T22:29:07.509Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
22:29:07 [2023-04-12T22:29:07.509Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
22:29:07 [2023-04-12T22:29:07.509Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
22:29:07 [2023-04-12T22:29:07.509Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
22:29:07 [2023-04-12T22:29:07.509Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
22:29:08 [2023-04-12T22:29:08.882Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
22:29:09 [2023-04-12T22:29:09.140Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
22:29:10 [2023-04-12T22:29:10.513Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
22:29:10 [2023-04-12T22:29:10.513Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
22:29:11 [2023-04-12T22:29:11.885Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
22:29:11 [2023-04-12T22:29:11.885Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
22:29:15 [2023-04-12T22:29:15.164Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
22:29:15 [2023-04-12T22:29:15.422Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
22:29:19 [2023-04-12T22:29:19.605Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
22:29:19 [2023-04-12T22:29:19.605Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
22:29:20 [2023-04-12T22:29:20.977Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
22:29:21 [2023-04-12T22:29:21.235Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
22:29:22 [2023-04-12T22:29:22.607Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
22:29:23 [2023-04-12T22:29:23.173Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
22:29:25 [2023-04-12T22:29:25.075Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
22:29:25 [2023-04-12T22:29:25.075Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.41s)
22:29:25 [2023-04-12T22:29:25.075Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.67s)
22:29:25 [2023-04-12T22:29:25.075Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.28s)
22:29:25 [2023-04-12T22:29:25.075Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.72s)
22:29:25 [2023-04-12T22:29:25.075Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.25s)
22:29:25 [2023-04-12T22:29:25.075Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.28s)
22:29:25 [2023-04-12T22:29:25.075Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.43s)
22:29:25 [2023-04-12T22:29:25.075Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.49s)
22:29:25 [2023-04-12T22:29:25.075Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.91s)
22:29:25 [2023-04-12T22:29:25.075Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.05s)
22:29:25 [2023-04-12T22:29:25.075Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.75s)
22:29:25 [2023-04-12T22:29:25.075Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.72s)
22:29:25 [2023-04-12T22:29:25.075Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.92s)
22:29:25 [2023-04-12T22:29:25.075Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.00s)
22:29:25 [2023-04-12T22:29:25.075Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.84s)
22:29:25 [2023-04-12T22:29:25.075Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.82s)
22:29:25 [2023-04-12T22:29:25.075Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted
22:29:25 [2023-04-12T22:29:25.075Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/kill
22:29:26 [2023-04-12T22:29:26.007Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/stop
22:29:26 [2023-04-12T22:29:26.942Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.99s)
22:29:26 [2023-04-12T22:29:26.942Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.96s)
22:29:26 [2023-04-12T22:29:26.942Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (1.01s)
22:29:26 [2023-04-12T22:29:26.942Z] === RUN   TestCgroupNamespacesRun
22:29:28 [2023-04-12T22:29:28.323Z] --- PASS: TestCgroupNamespacesRun (1.18s)
22:29:28 [2023-04-12T22:29:28.323Z] === RUN   TestCgroupNamespacesRunPrivileged
22:29:29 [2023-04-12T22:29:29.256Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.18s)
22:29:29 [2023-04-12T22:29:29.256Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
22:29:30 [2023-04-12T22:29:30.629Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.16s)
22:29:30 [2023-04-12T22:29:30.629Z] === RUN   TestCgroupNamespacesRunHostMode
22:29:31 [2023-04-12T22:29:31.562Z] --- PASS: TestCgroupNamespacesRunHostMode (1.17s)
22:29:31 [2023-04-12T22:29:31.562Z] === RUN   TestCgroupNamespacesRunPrivateMode
22:29:32 [2023-04-12T22:29:32.935Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.19s)
22:29:32 [2023-04-12T22:29:32.935Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
22:29:34 [2023-04-12T22:29:34.307Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.18s)
22:29:34 [2023-04-12T22:29:34.308Z] === RUN   TestCgroupNamespacesRunInvalidMode
22:29:34 [2023-04-12T22:29:34.873Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s)
22:29:34 [2023-04-12T22:29:34.873Z] === RUN   TestCgroupNamespacesRunOlderClient
22:29:35 [2023-04-12T22:29:35.806Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.20s)
22:29:35 [2023-04-12T22:29:35.806Z] === RUN   TestNISDomainname
22:29:36 [2023-04-12T22:29:36.372Z] --- PASS: TestNISDomainname (0.55s)
22:29:36 [2023-04-12T22:29:36.373Z] === RUN   TestHostnameDnsResolution
22:29:37 [2023-04-12T22:29:37.307Z] --- PASS: TestHostnameDnsResolution (0.70s)
22:29:37 [2023-04-12T22:29:37.307Z] === RUN   TestUnprivilegedPortsAndPing
22:29:37 [2023-04-12T22:29:37.872Z] --- PASS: TestUnprivilegedPortsAndPing (0.57s)
22:29:37 [2023-04-12T22:29:37.873Z] === RUN   TestPrivilegedHostDevices
22:29:38 [2023-04-12T22:29:38.438Z] --- PASS: TestPrivilegedHostDevices (0.57s)
22:29:38 [2023-04-12T22:29:38.438Z] === RUN   TestRunConsoleSize
22:29:38 [2023-04-12T22:29:38.696Z] --- PASS: TestRunConsoleSize (0.45s)
22:29:38 [2023-04-12T22:29:38.696Z] === RUN   TestRunWithAlternativeContainerdShim
22:29:41 [2023-04-12T22:29:41.231Z] --- PASS: TestRunWithAlternativeContainerdShim (2.12s)
22:29:41 [2023-04-12T22:29:41.231Z] === RUN   TestStats
22:29:43 [2023-04-12T22:29:43.757Z] --- PASS: TestStats (2.47s)
22:29:43 [2023-04-12T22:29:43.757Z] === RUN   TestStopContainerWithTimeout
22:29:43 [2023-04-12T22:29:43.757Z] === RUN   TestStopContainerWithTimeout/0
22:29:43 [2023-04-12T22:29:43.757Z] === PAUSE TestStopContainerWithTimeout/0
22:29:43 [2023-04-12T22:29:43.757Z] === RUN   TestStopContainerWithTimeout/1
22:29:43 [2023-04-12T22:29:43.757Z] === PAUSE TestStopContainerWithTimeout/1
22:29:43 [2023-04-12T22:29:43.757Z] === RUN   TestStopContainerWithTimeout/3
22:29:43 [2023-04-12T22:29:43.757Z] === PAUSE TestStopContainerWithTimeout/3
22:29:43 [2023-04-12T22:29:43.757Z] === RUN   TestStopContainerWithTimeout/-1
22:29:43 [2023-04-12T22:29:43.757Z] === PAUSE TestStopContainerWithTimeout/-1
22:29:43 [2023-04-12T22:29:43.757Z] === CONT  TestStopContainerWithTimeout/0
22:29:43 [2023-04-12T22:29:43.757Z] === CONT  TestStopContainerWithTimeout/-1
22:29:44 [2023-04-12T22:29:44.322Z] === CONT  TestStopContainerWithTimeout/3
22:29:46 [2023-04-12T22:29:46.221Z] === CONT  TestStopContainerWithTimeout/1
22:29:47 [2023-04-12T22:29:47.593Z] --- PASS: TestStopContainerWithTimeout (0.01s)
22:29:47 [2023-04-12T22:29:47.594Z]     --- PASS: TestStopContainerWithTimeout/0 (0.82s)
22:29:47 [2023-04-12T22:29:47.594Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.72s)
22:29:47 [2023-04-12T22:29:47.594Z]     --- PASS: TestStopContainerWithTimeout/3 (2.49s)
22:29:47 [2023-04-12T22:29:47.594Z]     --- PASS: TestStopContainerWithTimeout/1 (1.45s)
22:29:47 [2023-04-12T22:29:47.594Z] === RUN   TestDeleteDevicemapper
22:29:47 [2023-04-12T22:29:47.594Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
22:29:47 [2023-04-12T22:29:47.594Z] --- SKIP: TestDeleteDevicemapper (0.00s)
22:29:47 [2023-04-12T22:29:47.594Z] === RUN   TestStopContainerWithRestartPolicyAlways
22:29:49 [2023-04-12T22:29:49.493Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.63s)
22:29:49 [2023-04-12T22:29:49.493Z] === RUN   TestUpdateMemory
22:29:49 [2023-04-12T22:29:49.751Z] --- PASS: TestUpdateMemory (0.57s)
22:29:49 [2023-04-12T22:29:49.751Z] === RUN   TestUpdateCPUQuota
22:29:50 [2023-04-12T22:29:50.317Z] --- PASS: TestUpdateCPUQuota (0.69s)
22:29:50 [2023-04-12T22:29:50.317Z] === RUN   TestUpdatePidsLimit
22:29:50 [2023-04-12T22:29:50.317Z] === RUN   TestUpdatePidsLimit/update_from_none
22:29:50 [2023-04-12T22:29:50.575Z] === RUN   TestUpdatePidsLimit/no_change
22:29:50 [2023-04-12T22:29:50.832Z] === RUN   TestUpdatePidsLimit/update_lower
22:29:51 [2023-04-12T22:29:51.090Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
22:29:51 [2023-04-12T22:29:51.347Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
22:29:51 [2023-04-12T22:29:51.611Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
22:29:51 [2023-04-12T22:29:51.869Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
22:29:52 [2023-04-12T22:29:52.812Z] --- PASS: TestUpdatePidsLimit (2.19s)
22:29:52 [2023-04-12T22:29:52.812Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.20s)
22:29:52 [2023-04-12T22:29:52.812Z]     --- PASS: TestUpdatePidsLimit/no_change (0.22s)
22:29:52 [2023-04-12T22:29:52.812Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.22s)
22:29:52 [2023-04-12T22:29:52.812Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.24s)
22:29:52 [2023-04-12T22:29:52.812Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.24s)
22:29:52 [2023-04-12T22:29:52.812Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.28s)
22:29:52 [2023-04-12T22:29:52.812Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.21s)
22:29:52 [2023-04-12T22:29:52.812Z] === RUN   TestUpdateRestartPolicy
22:30:05 [2023-04-12T22:30:05.006Z] --- PASS: TestUpdateRestartPolicy (11.01s)
22:30:05 [2023-04-12T22:30:05.006Z] === RUN   TestUpdateRestartWithAutoRemove
22:30:05 [2023-04-12T22:30:05.006Z] --- PASS: TestUpdateRestartWithAutoRemove (0.52s)
22:30:05 [2023-04-12T22:30:05.006Z] === RUN   TestWaitNonBlocked
22:30:05 [2023-04-12T22:30:05.006Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
22:30:05 [2023-04-12T22:30:05.006Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
22:30:05 [2023-04-12T22:30:05.006Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
22:30:05 [2023-04-12T22:30:05.006Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
22:30:05 [2023-04-12T22:30:05.006Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
22:30:05 [2023-04-12T22:30:05.006Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
22:30:05 [2023-04-12T22:30:05.006Z] --- PASS: TestWaitNonBlocked (0.01s)
22:30:05 [2023-04-12T22:30:05.006Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.74s)
22:30:05 [2023-04-12T22:30:05.006Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.77s)
22:30:05 [2023-04-12T22:30:05.006Z] === RUN   TestWaitBlocked
22:30:05 [2023-04-12T22:30:05.006Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
22:30:05 [2023-04-12T22:30:05.006Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
22:30:05 [2023-04-12T22:30:05.006Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
22:30:05 [2023-04-12T22:30:05.006Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
22:30:05 [2023-04-12T22:30:05.006Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
22:30:05 [2023-04-12T22:30:05.006Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
22:30:05 [2023-04-12T22:30:05.940Z] --- PASS: TestWaitBlocked (0.01s)
22:30:05 [2023-04-12T22:30:05.940Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.76s)
22:30:05 [2023-04-12T22:30:05.940Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.78s)
22:30:05 [2023-04-12T22:30:05.940Z] === RUN   TestWaitConditions
22:30:05 [2023-04-12T22:30:05.940Z] === RUN   TestWaitConditions/default
22:30:05 [2023-04-12T22:30:05.940Z] === PAUSE TestWaitConditions/default
22:30:05 [2023-04-12T22:30:05.940Z] === RUN   TestWaitConditions/not-running
22:30:05 [2023-04-12T22:30:05.940Z] === PAUSE TestWaitConditions/not-running
22:30:05 [2023-04-12T22:30:05.940Z] === RUN   TestWaitConditions/next-exit
22:30:05 [2023-04-12T22:30:05.940Z] === PAUSE TestWaitConditions/next-exit
22:30:05 [2023-04-12T22:30:05.940Z] === RUN   TestWaitConditions/removed
22:30:05 [2023-04-12T22:30:05.940Z] === PAUSE TestWaitConditions/removed
22:30:05 [2023-04-12T22:30:05.940Z] === CONT  TestWaitConditions/default
22:30:05 [2023-04-12T22:30:05.940Z] === CONT  TestWaitConditions/next-exit
22:30:07 [2023-04-12T22:30:07.317Z] === CONT  TestWaitConditions/removed
22:30:07 [2023-04-12T22:30:07.317Z] === CONT  TestWaitConditions/not-running
22:30:09 [2023-04-12T22:30:09.219Z] --- PASS: TestWaitConditions (0.01s)
22:30:09 [2023-04-12T22:30:09.219Z]     --- PASS: TestWaitConditions/default (1.67s)
22:30:09 [2023-04-12T22:30:09.219Z]     --- PASS: TestWaitConditions/next-exit (1.72s)
22:30:09 [2023-04-12T22:30:09.219Z]     --- PASS: TestWaitConditions/removed (1.51s)
22:30:09 [2023-04-12T22:30:09.219Z]     --- PASS: TestWaitConditions/not-running (1.60s)
22:30:09 [2023-04-12T22:30:09.219Z] === RUN   TestWaitRestartedContainer
22:30:09 [2023-04-12T22:30:09.219Z] === RUN   TestWaitRestartedContainer/default
22:30:09 [2023-04-12T22:30:09.219Z] === PAUSE TestWaitRestartedContainer/default
22:30:09 [2023-04-12T22:30:09.219Z] === RUN   TestWaitRestartedContainer/not-running
22:30:09 [2023-04-12T22:30:09.219Z] === PAUSE TestWaitRestartedContainer/not-running
22:30:09 [2023-04-12T22:30:09.219Z] === RUN   TestWaitRestartedContainer/next-exit
22:30:09 [2023-04-12T22:30:09.219Z] === PAUSE TestWaitRestartedContainer/next-exit
22:30:09 [2023-04-12T22:30:09.219Z] === CONT  TestWaitRestartedContainer/default
22:30:09 [2023-04-12T22:30:09.219Z] === CONT  TestWaitRestartedContainer/next-exit
22:30:10 [2023-04-12T22:30:10.594Z] === CONT  TestWaitRestartedContainer/not-running
22:30:11 [2023-04-12T22:30:11.528Z] --- PASS: TestWaitRestartedContainer (0.02s)
22:30:11 [2023-04-12T22:30:11.528Z]     --- PASS: TestWaitRestartedContainer/next-exit (1.43s)
22:30:11 [2023-04-12T22:30:11.528Z]     --- PASS: TestWaitRestartedContainer/default (1.50s)
22:30:11 [2023-04-12T22:30:11.528Z]     --- PASS: TestWaitRestartedContainer/not-running (0.97s)
22:30:11 [2023-04-12T22:30:11.528Z] === CONT  TestContainerStartOnDaemonRestart
22:30:11 [2023-04-12T22:30:11.528Z] === CONT  TestRestartDaemonWithRestartingContainer
22:30:14 [2023-04-12T22:30:14.055Z] --- PASS: TestContainerStartOnDaemonRestart (2.18s)
22:30:14 [2023-04-12T22:30:14.055Z] === CONT  TestIpcModeOlderClient
22:30:14 [2023-04-12T22:30:14.055Z] --- PASS: TestIpcModeOlderClient (0.06s)
22:30:14 [2023-04-12T22:30:14.055Z] === CONT  TestContainerKillOnDaemonStart
22:30:14 [2023-04-12T22:30:14.055Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.70s)
22:30:14 [2023-04-12T22:30:14.055Z] === CONT  TestDaemonHostGatewayIP
22:30:16 [2023-04-12T22:30:16.585Z] --- PASS: TestDaemonHostGatewayIP (2.43s)
22:30:16 [2023-04-12T22:30:16.585Z] === CONT  TestDaemonRestartIpcMode
22:30:19 [2023-04-12T22:30:19.113Z] --- PASS: TestDaemonRestartIpcMode (2.30s)
22:30:25 [2023-04-12T22:30:25.665Z] --- PASS: TestContainerKillOnDaemonStart (11.65s)
22:30:25 [2023-04-12T22:30:25.665Z] PASS
22:30:25 [2023-04-12T22:30:25.665Z] 
22:30:25 [2023-04-12T22:30:25.665Z] === Skipped
22:30:25 [2023-04-12T22:30:25.665Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
22:30:25 [2023-04-12T22:30:25.665Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
22:30:25 [2023-04-12T22:30:25.665Z] 
22:30:25 [2023-04-12T22:30:25.665Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
22:30:25 [2023-04-12T22:30:25.665Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
22:30:25 [2023-04-12T22:30:25.665Z] 
22:30:25 [2023-04-12T22:30:25.665Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s)
22:30:25 [2023-04-12T22:30:25.665Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
22:30:25 [2023-04-12T22:30:25.665Z] 
22:30:25 [2023-04-12T22:30:25.665Z] DONE 273 tests, 3 skipped in 134.316s
22:30:25 [2023-04-12T22:30:25.665Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m 
22:30:25 [2023-04-12T22:30:25.665Z] ++ 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
22:30:25 [2023-04-12T22:30:25.665Z] ++ set -e
22:30:25 [2023-04-12T22:30:25.665Z] ++ '[' -n 0 ']'
22:30:25 [2023-04-12T22:30:25.665Z] ++ set -x
22:30:25 [2023-04-12T22:30:25.665Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker 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
22:30:25 [2023-04-12T22:30:25.665Z] INFO: Testing against a local daemon
22:30:25 [2023-04-12T22:30:25.665Z] === RUN   TestConfigDaemonID
22:30:26 [2023-04-12T22:30:26.598Z]     daemon_test.go:67: [d291eecbc4d7f] daemon is not started
22:30:26 [2023-04-12T22:30:26.598Z] --- PASS: TestConfigDaemonID (1.04s)
22:30:26 [2023-04-12T22:30:26.598Z] === RUN   TestDaemonConfigValidation
22:30:26 [2023-04-12T22:30:26.599Z] === RUN   TestDaemonConfigValidation/config_with_no_content
22:30:26 [2023-04-12T22:30:26.599Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
22:30:26 [2023-04-12T22:30:26.599Z] === RUN   TestDaemonConfigValidation/config_with_{}
22:30:26 [2023-04-12T22:30:26.599Z] === PAUSE TestDaemonConfigValidation/config_with_{}
22:30:26 [2023-04-12T22:30:26.599Z] === RUN   TestDaemonConfigValidation/invalid_config
22:30:26 [2023-04-12T22:30:26.599Z] === PAUSE TestDaemonConfigValidation/invalid_config
22:30:26 [2023-04-12T22:30:26.599Z] === RUN   TestDaemonConfigValidation/malformed_config
22:30:26 [2023-04-12T22:30:26.599Z] === PAUSE TestDaemonConfigValidation/malformed_config
22:30:26 [2023-04-12T22:30:26.599Z] === RUN   TestDaemonConfigValidation/valid_config
22:30:26 [2023-04-12T22:30:26.599Z] === PAUSE TestDaemonConfigValidation/valid_config
22:30:26 [2023-04-12T22:30:26.599Z] === CONT  TestDaemonConfigValidation/config_with_no_content
22:30:26 [2023-04-12T22:30:26.599Z] === CONT  TestDaemonConfigValidation/valid_config
22:30:26 [2023-04-12T22:30:26.857Z] === CONT  TestDaemonConfigValidation/invalid_config
22:30:26 [2023-04-12T22:30:26.857Z] === CONT  TestDaemonConfigValidation/malformed_config
22:30:26 [2023-04-12T22:30:26.857Z] === CONT  TestDaemonConfigValidation/config_with_{}
22:30:26 [2023-04-12T22:30:26.857Z] --- PASS: TestDaemonConfigValidation (0.00s)
22:30:26 [2023-04-12T22:30:26.857Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.07s)
22:30:26 [2023-04-12T22:30:26.857Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.08s)
22:30:26 [2023-04-12T22:30:26.857Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.07s)
22:30:26 [2023-04-12T22:30:26.857Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.06s)
22:30:26 [2023-04-12T22:30:26.857Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s)
22:30:26 [2023-04-12T22:30:26.857Z] === RUN   TestConfigDaemonSeccompProfiles
22:30:26 [2023-04-12T22:30:26.857Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
22:30:28 [2023-04-12T22:30:28.234Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
22:30:29 [2023-04-12T22:30:29.166Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
22:30:30 [2023-04-12T22:30:30.098Z] === CONT  TestConfigDaemonSeccompProfiles
22:30:30 [2023-04-12T22:30:30.098Z]     daemon_test.go:181: [d810dc6c197d1] daemon is not started
22:30:30 [2023-04-12T22:30:30.098Z] --- PASS: TestConfigDaemonSeccompProfiles (3.13s)
22:30:30 [2023-04-12T22:30:30.098Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.05s)
22:30:30 [2023-04-12T22:30:30.098Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
22:30:30 [2023-04-12T22:30:30.098Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
22:30:30 [2023-04-12T22:30:30.098Z] === RUN   TestDaemonProxy
22:30:30 [2023-04-12T22:30:30.098Z] === RUN   TestDaemonProxy/environment_variables
22:30:31 [2023-04-12T22:30:31.994Z] === RUN   TestDaemonProxy/command-line_options
22:30:33 [2023-04-12T22:30:33.366Z] === RUN   TestDaemonProxy/configuration_file
22:30:35 [2023-04-12T22:30:35.263Z] === RUN   TestDaemonProxy/conflicting_options
22:30:35 [2023-04-12T22:30:35.829Z] === RUN   TestDaemonProxy/reload_sanitized
22:30:36 [2023-04-12T22:30:36.395Z] --- PASS: TestDaemonProxy (6.26s)
22:30:36 [2023-04-12T22:30:36.395Z]     --- PASS: TestDaemonProxy/environment_variables (1.73s)
22:30:36 [2023-04-12T22:30:36.395Z]     --- PASS: TestDaemonProxy/command-line_options (1.73s)
22:30:36 [2023-04-12T22:30:36.395Z]     --- PASS: TestDaemonProxy/configuration_file (1.76s)
22:30:36 [2023-04-12T22:30:36.395Z]     --- PASS: TestDaemonProxy/conflicting_options (0.51s)
22:30:36 [2023-04-12T22:30:36.395Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.52s)
22:30:36 [2023-04-12T22:30:36.395Z] === RUN   TestLiveRestore
22:30:36 [2023-04-12T22:30:36.395Z] === RUN   TestLiveRestore/volume_references
22:30:36 [2023-04-12T22:30:36.395Z] === PAUSE TestLiveRestore/volume_references
22:30:36 [2023-04-12T22:30:36.395Z] === CONT  TestLiveRestore/volume_references
22:30:36 [2023-04-12T22:30:36.961Z] === RUN   TestLiveRestore/volume_references/restartPolicy
22:30:36 [2023-04-12T22:30:36.961Z] === RUN   TestLiveRestore/volume_references/restartPolicy/always
22:30:37 [2023-04-12T22:30:37.894Z] === RUN   TestLiveRestore/volume_references/restartPolicy/unless-stopped
22:30:38 [2023-04-12T22:30:38.828Z] === RUN   TestLiveRestore/volume_references/restartPolicy/on-failure
22:30:40 [2023-04-12T22:30:40.201Z] === RUN   TestLiveRestore/volume_references/restartPolicy/no
22:30:41 [2023-04-12T22:30:41.135Z] --- PASS: TestLiveRestore (0.00s)
22:30:41 [2023-04-12T22:30:41.136Z]     --- PASS: TestLiveRestore/volume_references (4.63s)
22:30:41 [2023-04-12T22:30:41.136Z]         --- PASS: TestLiveRestore/volume_references/restartPolicy (3.93s)
22:30:41 [2023-04-12T22:30:41.136Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/always (1.01s)
22:30:41 [2023-04-12T22:30:41.136Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (0.97s)
22:30:41 [2023-04-12T22:30:41.136Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (0.97s)
22:30:41 [2023-04-12T22:30:41.136Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/no (0.99s)
22:30:41 [2023-04-12T22:30:41.136Z] PASS
22:30:41 [2023-04-12T22:30:41.136Z] 
22:30:41 [2023-04-12T22:30:41.136Z] DONE 24 tests in 15.552s
22:30:41 [2023-04-12T22:30:41.136Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m 
22:30:41 [2023-04-12T22:30:41.136Z] ++ 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
22:30:41 [2023-04-12T22:30:41.136Z] ++ set -e
22:30:41 [2023-04-12T22:30:41.136Z] ++ '[' -n 0 ']'
22:30:41 [2023-04-12T22:30:41.136Z] ++ set -x
22:30:41 [2023-04-12T22:30:41.136Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker 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
22:30:41 [2023-04-12T22:30:41.136Z] INFO: Testing against a local daemon
22:30:41 [2023-04-12T22:30:41.136Z] === RUN   TestCommitInheritsEnv
22:30:41 [2023-04-12T22:30:41.702Z] --- PASS: TestCommitInheritsEnv (0.35s)
22:30:41 [2023-04-12T22:30:41.702Z] === RUN   TestImportExtremelyLargeImageWorks
22:30:41 [2023-04-12T22:30:41.702Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
22:30:41 [2023-04-12T22:30:41.702Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
22:30:41 [2023-04-12T22:30:41.702Z] === RUN   TestImportWithCustomPlatform
22:30:41 [2023-04-12T22:30:41.702Z] === RUN   TestImportWithCustomPlatform/#00
22:30:41 [2023-04-12T22:30:41.702Z] === RUN   TestImportWithCustomPlatform/_______
22:30:41 [2023-04-12T22:30:41.702Z] === RUN   TestImportWithCustomPlatform//
22:30:41 [2023-04-12T22:30:41.702Z] === RUN   TestImportWithCustomPlatform/linux
22:30:41 [2023-04-12T22:30:41.702Z] === RUN   TestImportWithCustomPlatform/LINUX
22:30:41 [2023-04-12T22:30:41.702Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
22:30:41 [2023-04-12T22:30:41.960Z] === RUN   TestImportWithCustomPlatform/macos
22:30:41 [2023-04-12T22:30:41.960Z] === RUN   TestImportWithCustomPlatform/macos/arm64
22:30:41 [2023-04-12T22:30:41.960Z] === RUN   TestImportWithCustomPlatform/nintendo64
22:30:41 [2023-04-12T22:30:41.960Z] --- PASS: TestImportWithCustomPlatform (0.35s)
22:30:41 [2023-04-12T22:30:41.960Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.08s)
22:30:41 [2023-04-12T22:30:41.960Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
22:30:41 [2023-04-12T22:30:41.960Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
22:30:41 [2023-04-12T22:30:41.960Z]     --- PASS: TestImportWithCustomPlatform/linux (0.07s)
22:30:41 [2023-04-12T22:30:41.960Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.08s)
22:30:41 [2023-04-12T22:30:41.960Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.08s)
22:30:41 [2023-04-12T22:30:41.960Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
22:30:41 [2023-04-12T22:30:41.960Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
22:30:41 [2023-04-12T22:30:41.960Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
22:30:41 [2023-04-12T22:30:41.960Z] === RUN   TestImagesFilterMultiReference
22:30:41 [2023-04-12T22:30:41.960Z] --- PASS: TestImagesFilterMultiReference (0.06s)
22:30:41 [2023-04-12T22:30:41.960Z] === RUN   TestImagePullPlatformInvalid
22:30:41 [2023-04-12T22:30:41.960Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
22:30:41 [2023-04-12T22:30:41.960Z] === RUN   TestImagePullStoredfDigestForOtherRepo
22:30:42 [2023-04-12T22:30:42.220Z] time="2023-04-12T22:30:41Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.19.8 instance.id=843853b4-bd13-42d2-a930-ad93429ed51b version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.220Z] time="2023-04-12T22:30:41Z" level=info msg="redis not configured" go.version=go1.19.8 instance.id=843853b4-bd13-42d2-a930-ad93429ed51b version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.220Z] time="2023-04-12T22:30:41Z" level=info msg="Starting upload purge in 55m0s" go.version=go1.19.8 instance.id=843853b4-bd13-42d2-a930-ad93429ed51b version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.220Z] time="2023-04-12T22:30:41Z" level=info msg="listening on 127.0.0.1:5000" go.version=go1.19.8 instance.id=843853b4-bd13-42d2-a930-ad93429ed51b version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.220Z] time="2023-04-12T22:30:42Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=92163407-c7aa-44a0-b301-23b8126bb364 http.request.method=GET http.request.remoteaddr="127.0.0.1:40694" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.220Z] time="2023-04-12T22:30:42Z" level=info msg="response completed" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=92163407-c7aa-44a0-b301-23b8126bb364 http.request.method=GET http.request.remoteaddr="127.0.0.1:40694" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=13.255911ms http.response.status=200 http.response.written=2 instance.id=843853b4-bd13-42d2-a930-ad93429ed51b version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.220Z] 127.0.0.1 - - [12/Apr/2023:22:30:42 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1"
22:30:42 [2023-04-12T22:30:42.220Z] time="2023-04-12T22:30:42Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=ef296dce-6972-4472-8c12-53ad94dbc3d1 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40706" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.19+unknown" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.220Z] time="2023-04-12T22:30:42Z" level=debug msg=GetBlob go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=ef296dce-6972-4472-8c12-53ad94dbc3d1 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40706" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.19+unknown" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.220Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=ef296dce-6972-4472-8c12-53ad94dbc3d1 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40706" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.19+unknown" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=35.89µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=4241126f-c01b-4e7e-b761-fc5cfa1b99d9 trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.220Z] time="2023-04-12T22:30:42Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe err.message="blob unknown to registry" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=ef296dce-6972-4472-8c12-53ad94dbc3d1 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40706" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.19+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=20.309967ms http.response.status=404 http.response.written=157 instance.id=843853b4-bd13-42d2-a930-ad93429ed51b vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.220Z] 127.0.0.1 - - [12/Apr/2023:22:30:42 +0000] "HEAD /v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 404 157 "" "containerd/1.6.19+unknown"
22:30:42 [2023-04-12T22:30:42.220Z] time="2023-04-12T22:30:42Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=dc5c4091-61b1-4184-b6e1-a98e9cd606d2 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40708" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.19+unknown" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.220Z] time="2023-04-12T22:30:42Z" level=debug msg=GetBlob go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=dc5c4091-61b1-4184-b6e1-a98e9cd606d2 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40708" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.19+unknown" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.220Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=dc5c4091-61b1-4184-b6e1-a98e9cd606d2 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40708" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.19+unknown" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=40.731µs trace.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=a3d73a39-1ca4-4e17-b013-d527053f01cc trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.220Z] time="2023-04-12T22:30:42Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=941a2b89-7023-4a5a-83d7-0eeb17874baf http.request.method=POST http.request.remoteaddr="127.0.0.1:40706" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.19+unknown" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b vars.name=test version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.220Z] time="2023-04-12T22:30:42Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=941a2b89-7023-4a5a-83d7-0eeb17874baf http.request.method=POST http.request.remoteaddr="127.0.0.1:40706" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.19+unknown" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b vars.name=test version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.220Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/f6ea083e-0c41-44f4-bb8f-27b47e5fc623/startedat\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=941a2b89-7023-4a5a-83d7-0eeb17874baf http.request.method=POST http.request.remoteaddr="127.0.0.1:40706" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.19+unknown" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=181.944µs trace.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=530bd935-5ebb-4e14-b1ce-553afb44adae trace.line=95 vars.name=test version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.220Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/f6ea083e-0c41-44f4-bb8f-27b47e5fc623/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=941a2b89-7023-4a5a-83d7-0eeb17874baf http.request.method=POST http.request.remoteaddr="127.0.0.1:40706" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.19+unknown" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=39.936µs trace.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=a3fe12a4-c08b-4636-8bdf-9210147cf3e8 trace.line=141 vars.name=test version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.220Z] time="2023-04-12T22:30:42Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 err.message="blob unknown to registry" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=dc5c4091-61b1-4184-b6e1-a98e9cd606d2 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40708" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.19+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=23.913185ms http.response.status=404 http.response.written=157 instance.id=843853b4-bd13-42d2-a930-ad93429ed51b vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.220Z] 127.0.0.1 - - [12/Apr/2023:22:30:42 +0000] "HEAD /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 404 157 "" "containerd/1.6.19+unknown"
22:30:42 [2023-04-12T22:30:42.220Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/f6ea083e-0c41-44f4-bb8f-27b47e5fc623/hashstates/sha256/0\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=941a2b89-7023-4a5a-83d7-0eeb17874baf http.request.method=POST http.request.remoteaddr="127.0.0.1:40706" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.19+unknown" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=110.27µs trace.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=20eb7b1a-2828-4c8f-8485-c3dd0fc597bb trace.line=95 vars.name=test version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.220Z] time="2023-04-12T22:30:42Z" level=info msg="response completed" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=941a2b89-7023-4a5a-83d7-0eeb17874baf http.request.method=POST http.request.remoteaddr="127.0.0.1:40706" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.19+unknown" http.response.duration=3.310495ms http.response.status=202 http.response.written=0 instance.id=843853b4-bd13-42d2-a930-ad93429ed51b version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.220Z] 127.0.0.1 - - [12/Apr/2023:22:30:42 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.6.19+unknown"
22:30:42 [2023-04-12T22:30:42.220Z] time="2023-04-12T22:30:42Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=a729808c-b856-477d-af59-708d4a3804e1 http.request.method=POST http.request.remoteaddr="127.0.0.1:40708" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.19+unknown" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b vars.name=test version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.220Z] time="2023-04-12T22:30:42Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=a729808c-b856-477d-af59-708d4a3804e1 http.request.method=POST http.request.remoteaddr="127.0.0.1:40708" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.19+unknown" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b vars.name=test version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.220Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/eeffa09b-c97f-4868-a6f8-7d782fd08d13/startedat\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=a729808c-b856-477d-af59-708d4a3804e1 http.request.method=POST http.request.remoteaddr="127.0.0.1:40708" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.19+unknown" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=76.924µs trace.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=b7d76ca7-1110-4b4a-99cb-172d55c0055c trace.line=95 vars.name=test version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.220Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/eeffa09b-c97f-4868-a6f8-7d782fd08d13/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=a729808c-b856-477d-af59-708d4a3804e1 http.request.method=POST http.request.remoteaddr="127.0.0.1:40708" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.19+unknown" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=13.703µs trace.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=44765fde-8fa2-42ce-ac11-36293dafd6d3 trace.line=141 vars.name=test version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.220Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/eeffa09b-c97f-4868-a6f8-7d782fd08d13/hashstates/sha256/0\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=a729808c-b856-477d-af59-708d4a3804e1 http.request.method=POST http.request.remoteaddr="127.0.0.1:40708" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.19+unknown" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=124.031µs trace.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=0c078330-f050-400a-9142-4b7bf6b7bc5e trace.line=95 vars.name=test version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.220Z] time="2023-04-12T22:30:42Z" level=info msg="response completed" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=a729808c-b856-477d-af59-708d4a3804e1 http.request.method=POST http.request.remoteaddr="127.0.0.1:40708" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.19+unknown" http.response.duration=3.148522ms http.response.status=202 http.response.written=0 instance.id=843853b4-bd13-42d2-a930-ad93429ed51b version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.220Z] 127.0.0.1 - - [12/Apr/2023:22:30:42 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.6.19+unknown"
22:30:42 [2023-04-12T22:30:42.220Z] time="2023-04-12T22:30:42Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=443fda0b-56cd-4801-9b37-f8ac4cc9f5b6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40706" http.request.uri="/v2/test/blobs/uploads/f6ea083e-0c41-44f4-bb8f-27b47e5fc623?_state=IHU4JzYRbpuUyk7Zxhm5kndJjjfgx7R9e4NIzKG-j0Z7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImY2ZWEwODNlLTBjNDEtNDRmNC1iYjhmLTI3YjQ3ZTVmYzYyMyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xMlQyMjozMDo0Mi4xNDA3Mjc1NzJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.19+unknown" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b vars.name=test vars.uuid=f6ea083e-0c41-44f4-bb8f-27b47e5fc623 version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.220Z] time="2023-04-12T22:30:42Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=182b8c1e-8a63-4f4f-bd8b-7f0e023b82ae http.request.method=PUT http.request.remoteaddr="127.0.0.1:40708" http.request.uri="/v2/test/blobs/uploads/eeffa09b-c97f-4868-a6f8-7d782fd08d13?_state=76n37aswrjK_-VPvTHgnKi_wuYhqiqCXVMnBu0nF-nZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImVlZmZhMDliLWM5N2YtNDg2OC1hNmY4LTdkNzgyZmQwOGQxMyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xMlQyMjozMDo0Mi4xNDUxNDk1NzlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.19+unknown" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b vars.name=test vars.uuid=eeffa09b-c97f-4868-a6f8-7d782fd08d13 version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.220Z] time="2023-04-12T22:30:42Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=182b8c1e-8a63-4f4f-bd8b-7f0e023b82ae http.request.method=PUT http.request.remoteaddr="127.0.0.1:40708" http.request.uri="/v2/test/blobs/uploads/eeffa09b-c97f-4868-a6f8-7d782fd08d13?_state=76n37aswrjK_-VPvTHgnKi_wuYhqiqCXVMnBu0nF-nZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImVlZmZhMDliLWM5N2YtNDg2OC1hNmY4LTdkNzgyZmQwOGQxMyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xMlQyMjozMDo0Mi4xNDUxNDk1NzlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.19+unknown" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b vars.name=test vars.uuid=eeffa09b-c97f-4868-a6f8-7d782fd08d13 version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.220Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/eeffa09b-c97f-4868-a6f8-7d782fd08d13/startedat\")" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=182b8c1e-8a63-4f4f-bd8b-7f0e023b82ae http.request.method=PUT http.request.remoteaddr="127.0.0.1:40708" http.request.uri="/v2/test/blobs/uploads/eeffa09b-c97f-4868-a6f8-7d782fd08d13?_state=76n37aswrjK_-VPvTHgnKi_wuYhqiqCXVMnBu0nF-nZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImVlZmZhMDliLWM5N2YtNDg2OC1hNmY4LTdkNzgyZmQwOGQxMyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xMlQyMjozMDo0Mi4xNDUxNDk1NzlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.19+unknown" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=76.113µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=524a6dc6-e930-4e29-855c-bb1e78f30ec0 trace.line=82 vars.name=test vars.uuid=eeffa09b-c97f-4868-a6f8-7d782fd08d13 version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.220Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/eeffa09b-c97f-4868-a6f8-7d782fd08d13/data\")" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=182b8c1e-8a63-4f4f-bd8b-7f0e023b82ae http.request.method=PUT http.request.remoteaddr="127.0.0.1:40708" http.request.uri="/v2/test/blobs/uploads/eeffa09b-c97f-4868-a6f8-7d782fd08d13?_state=76n37aswrjK_-VPvTHgnKi_wuYhqiqCXVMnBu0nF-nZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImVlZmZhMDliLWM5N2YtNDg2OC1hNmY4LTdkNzgyZmQwOGQxMyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xMlQyMjozMDo0Mi4xNDUxNDk1NzlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.19+unknown" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=30.195µs trace.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=9858f8d4-8e40-4909-9cce-5dc5f2c3fe5b trace.line=141 vars.name=test vars.uuid=eeffa09b-c97f-4868-a6f8-7d782fd08d13 version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.221Z] time="2023-04-12T22:30:42Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=443fda0b-56cd-4801-9b37-f8ac4cc9f5b6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40706" http.request.uri="/v2/test/blobs/uploads/f6ea083e-0c41-44f4-bb8f-27b47e5fc623?_state=IHU4JzYRbpuUyk7Zxhm5kndJjjfgx7R9e4NIzKG-j0Z7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImY2ZWEwODNlLTBjNDEtNDRmNC1iYjhmLTI3YjQ3ZTVmYzYyMyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xMlQyMjozMDo0Mi4xNDA3Mjc1NzJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.19+unknown" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b vars.name=test vars.uuid=f6ea083e-0c41-44f4-bb8f-27b47e5fc623 version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.221Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/f6ea083e-0c41-44f4-bb8f-27b47e5fc623/startedat\")" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=443fda0b-56cd-4801-9b37-f8ac4cc9f5b6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40706" http.request.uri="/v2/test/blobs/uploads/f6ea083e-0c41-44f4-bb8f-27b47e5fc623?_state=IHU4JzYRbpuUyk7Zxhm5kndJjjfgx7R9e4NIzKG-j0Z7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImY2ZWEwODNlLTBjNDEtNDRmNC1iYjhmLTI3YjQ3ZTVmYzYyMyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xMlQyMjozMDo0Mi4xNDA3Mjc1NzJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.19+unknown" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=64.87µs trace.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=57cad418-5cdc-4e0f-a5e4-9b9b57804799 trace.line=82 vars.name=test vars.uuid=f6ea083e-0c41-44f4-bb8f-27b47e5fc623 version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.221Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/f6ea083e-0c41-44f4-bb8f-27b47e5fc623/data\")" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=443fda0b-56cd-4801-9b37-f8ac4cc9f5b6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40706" http.request.uri="/v2/test/blobs/uploads/f6ea083e-0c41-44f4-bb8f-27b47e5fc623?_state=IHU4JzYRbpuUyk7Zxhm5kndJjjfgx7R9e4NIzKG-j0Z7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImY2ZWEwODNlLTBjNDEtNDRmNC1iYjhmLTI3YjQ3ZTVmYzYyMyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xMlQyMjozMDo0Mi4xNDA3Mjc1NzJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.19+unknown" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=23.672µs trace.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=6a7300ac-9c77-4b3a-be7b-a678b422613b trace.line=141 vars.name=test vars.uuid=f6ea083e-0c41-44f4-bb8f-27b47e5fc623 version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.221Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/eeffa09b-c97f-4868-a6f8-7d782fd08d13/data\", 0)" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=182b8c1e-8a63-4f4f-bd8b-7f0e023b82ae http.request.method=PUT http.request.remoteaddr="127.0.0.1:40708" http.request.uri="/v2/test/blobs/uploads/eeffa09b-c97f-4868-a6f8-7d782fd08d13?_state=76n37aswrjK_-VPvTHgnKi_wuYhqiqCXVMnBu0nF-nZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImVlZmZhMDliLWM5N2YtNDg2OC1hNmY4LTdkNzgyZmQwOGQxMyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xMlQyMjozMDo0Mi4xNDUxNDk1NzlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.19+unknown" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=143.109µs trace.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=2c59dcff-5a5b-448f-92e9-09badedd48e3 trace.line=124 vars.name=test vars.uuid=eeffa09b-c97f-4868-a6f8-7d782fd08d13 version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.221Z] time="2023-04-12T22:30:42Z" level=debug msg="(*blobWriter).Commit" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=182b8c1e-8a63-4f4f-bd8b-7f0e023b82ae http.request.method=PUT http.request.remoteaddr="127.0.0.1:40708" http.request.uri="/v2/test/blobs/uploads/eeffa09b-c97f-4868-a6f8-7d782fd08d13?_state=76n37aswrjK_-VPvTHgnKi_wuYhqiqCXVMnBu0nF-nZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImVlZmZhMDliLWM5N2YtNDg2OC1hNmY4LTdkNzgyZmQwOGQxMyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xMlQyMjozMDo0Mi4xNDUxNDk1NzlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.19+unknown" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b vars.name=test vars.uuid=eeffa09b-c97f-4868-a6f8-7d782fd08d13 version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.221Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/eeffa09b-c97f-4868-a6f8-7d782fd08d13/data\")" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=182b8c1e-8a63-4f4f-bd8b-7f0e023b82ae http.request.method=PUT http.request.remoteaddr="127.0.0.1:40708" http.request.uri="/v2/test/blobs/uploads/eeffa09b-c97f-4868-a6f8-7d782fd08d13?_state=76n37aswrjK_-VPvTHgnKi_wuYhqiqCXVMnBu0nF-nZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImVlZmZhMDliLWM5N2YtNDg2OC1hNmY4LTdkNzgyZmQwOGQxMyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xMlQyMjozMDo0Mi4xNDUxNDk1NzlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.19+unknown" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=44.776µs trace.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=c1228195-d86e-4011-b89b-a3e56cb7c9e8 trace.line=141 vars.name=test vars.uuid=eeffa09b-c97f-4868-a6f8-7d782fd08d13 version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.221Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=182b8c1e-8a63-4f4f-bd8b-7f0e023b82ae http.request.method=PUT http.request.remoteaddr="127.0.0.1:40708" http.request.uri="/v2/test/blobs/uploads/eeffa09b-c97f-4868-a6f8-7d782fd08d13?_state=76n37aswrjK_-VPvTHgnKi_wuYhqiqCXVMnBu0nF-nZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImVlZmZhMDliLWM5N2YtNDg2OC1hNmY4LTdkNzgyZmQwOGQxMyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xMlQyMjozMDo0Mi4xNDUxNDk1NzlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.19+unknown" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=16.172µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=5d47a71b-1e02-464c-82d9-f6cdb3bb3e09 trace.line=141 vars.name=test vars.uuid=eeffa09b-c97f-4868-a6f8-7d782fd08d13 version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.221Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/eeffa09b-c97f-4868-a6f8-7d782fd08d13/data\")" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=182b8c1e-8a63-4f4f-bd8b-7f0e023b82ae http.request.method=PUT http.request.remoteaddr="127.0.0.1:40708" http.request.uri="/v2/test/blobs/uploads/eeffa09b-c97f-4868-a6f8-7d782fd08d13?_state=76n37aswrjK_-VPvTHgnKi_wuYhqiqCXVMnBu0nF-nZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImVlZmZhMDliLWM5N2YtNDg2OC1hNmY4LTdkNzgyZmQwOGQxMyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xMlQyMjozMDo0Mi4xNDUxNDk1NzlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.19+unknown" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=9.855µs trace.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=c0890587-c008-4788-9bbd-6f8cd72ccce2 trace.line=141 vars.name=test vars.uuid=eeffa09b-c97f-4868-a6f8-7d782fd08d13 version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.221Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/eeffa09b-c97f-4868-a6f8-7d782fd08d13/data\", \"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\"" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=182b8c1e-8a63-4f4f-bd8b-7f0e023b82ae http.request.method=PUT http.request.remoteaddr="127.0.0.1:40708" http.request.uri="/v2/test/blobs/uploads/eeffa09b-c97f-4868-a6f8-7d782fd08d13?_state=76n37aswrjK_-VPvTHgnKi_wuYhqiqCXVMnBu0nF-nZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImVlZmZhMDliLWM5N2YtNDg2OC1hNmY4LTdkNzgyZmQwOGQxMyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xMlQyMjozMDo0Mi4xNDUxNDk1NzlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.19+unknown" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=80.067µs trace.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=cc1a9660-3821-4d6d-b23e-49c0b6ee8046 trace.line=167 vars.name=test vars.uuid=eeffa09b-c97f-4868-a6f8-7d782fd08d13 version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.221Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=182b8c1e-8a63-4f4f-bd8b-7f0e023b82ae http.request.method=PUT http.request.remoteaddr="127.0.0.1:40708" http.request.uri="/v2/test/blobs/uploads/eeffa09b-c97f-4868-a6f8-7d782fd08d13?_state=76n37aswrjK_-VPvTHgnKi_wuYhqiqCXVMnBu0nF-nZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImVlZmZhMDliLWM5N2YtNDg2OC1hNmY4LTdkNzgyZmQwOGQxMyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xMlQyMjozMDo0Mi4xNDUxNDk1NzlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.19+unknown" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=73.471µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=4c827f5d-13b5-411e-a0be-1bc0a2c29cde trace.line=95 vars.name=test vars.uuid=eeffa09b-c97f-4868-a6f8-7d782fd08d13 version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.221Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/eeffa09b-c97f-4868-a6f8-7d782fd08d13\")" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=182b8c1e-8a63-4f4f-bd8b-7f0e023b82ae http.request.method=PUT http.request.remoteaddr="127.0.0.1:40708" http.request.uri="/v2/test/blobs/uploads/eeffa09b-c97f-4868-a6f8-7d782fd08d13?_state=76n37aswrjK_-VPvTHgnKi_wuYhqiqCXVMnBu0nF-nZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImVlZmZhMDliLWM5N2YtNDg2OC1hNmY4LTdkNzgyZmQwOGQxMyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xMlQyMjozMDo0Mi4xNDUxNDk1NzlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.19+unknown" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=132.179µs trace.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=cde79d7a-8570-4eba-82f6-6e5317e60b3c trace.line=181 vars.name=test vars.uuid=eeffa09b-c97f-4868-a6f8-7d782fd08d13 version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.221Z] time="2023-04-12T22:30:42Z" level=info msg="response completed" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=182b8c1e-8a63-4f4f-bd8b-7f0e023b82ae http.request.method=PUT http.request.remoteaddr="127.0.0.1:40708" http.request.uri="/v2/test/blobs/uploads/eeffa09b-c97f-4868-a6f8-7d782fd08d13?_state=76n37aswrjK_-VPvTHgnKi_wuYhqiqCXVMnBu0nF-nZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImVlZmZhMDliLWM5N2YtNDg2OC1hNmY4LTdkNzgyZmQwOGQxMyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xMlQyMjozMDo0Mi4xNDUxNDk1NzlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.19+unknown" http.response.duration=5.765769ms http.response.status=201 http.response.written=0 instance.id=843853b4-bd13-42d2-a930-ad93429ed51b version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.221Z] 127.0.0.1 - - [12/Apr/2023:22:30:42 +0000] "PUT /v2/test/blobs/uploads/eeffa09b-c97f-4868-a6f8-7d782fd08d13?_state=76n37aswrjK_-VPvTHgnKi_wuYhqiqCXVMnBu0nF-nZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImVlZmZhMDliLWM5N2YtNDg2OC1hNmY4LTdkNzgyZmQwOGQxMyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xMlQyMjozMDo0Mi4xNDUxNDk1NzlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 201 0 "" "containerd/1.6.19+unknown"
22:30:42 [2023-04-12T22:30:42.221Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/f6ea083e-0c41-44f4-bb8f-27b47e5fc623/data\", 0)" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=443fda0b-56cd-4801-9b37-f8ac4cc9f5b6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40706" http.request.uri="/v2/test/blobs/uploads/f6ea083e-0c41-44f4-bb8f-27b47e5fc623?_state=IHU4JzYRbpuUyk7Zxhm5kndJjjfgx7R9e4NIzKG-j0Z7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImY2ZWEwODNlLTBjNDEtNDRmNC1iYjhmLTI3YjQ3ZTVmYzYyMyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xMlQyMjozMDo0Mi4xNDA3Mjc1NzJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.19+unknown" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=115.571µs trace.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=57317015-8b8b-4061-af9b-42d930b0e47c trace.line=124 vars.name=test vars.uuid=f6ea083e-0c41-44f4-bb8f-27b47e5fc623 version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.221Z] time="2023-04-12T22:30:42Z" level=debug msg="(*blobWriter).Commit" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=443fda0b-56cd-4801-9b37-f8ac4cc9f5b6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40706" http.request.uri="/v2/test/blobs/uploads/f6ea083e-0c41-44f4-bb8f-27b47e5fc623?_state=IHU4JzYRbpuUyk7Zxhm5kndJjjfgx7R9e4NIzKG-j0Z7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImY2ZWEwODNlLTBjNDEtNDRmNC1iYjhmLTI3YjQ3ZTVmYzYyMyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xMlQyMjozMDo0Mi4xNDA3Mjc1NzJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.19+unknown" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b vars.name=test vars.uuid=f6ea083e-0c41-44f4-bb8f-27b47e5fc623 version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.221Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/f6ea083e-0c41-44f4-bb8f-27b47e5fc623/data\")" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=443fda0b-56cd-4801-9b37-f8ac4cc9f5b6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40706" http.request.uri="/v2/test/blobs/uploads/f6ea083e-0c41-44f4-bb8f-27b47e5fc623?_state=IHU4JzYRbpuUyk7Zxhm5kndJjjfgx7R9e4NIzKG-j0Z7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImY2ZWEwODNlLTBjNDEtNDRmNC1iYjhmLTI3YjQ3ZTVmYzYyMyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xMlQyMjozMDo0Mi4xNDA3Mjc1NzJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.19+unknown" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=22.039µs trace.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=7bbdd64c-6599-4663-a0d6-c63692715219 trace.line=141 vars.name=test vars.uuid=f6ea083e-0c41-44f4-bb8f-27b47e5fc623 version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.221Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=443fda0b-56cd-4801-9b37-f8ac4cc9f5b6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40706" http.request.uri="/v2/test/blobs/uploads/f6ea083e-0c41-44f4-bb8f-27b47e5fc623?_state=IHU4JzYRbpuUyk7Zxhm5kndJjjfgx7R9e4NIzKG-j0Z7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImY2ZWEwODNlLTBjNDEtNDRmNC1iYjhmLTI3YjQ3ZTVmYzYyMyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xMlQyMjozMDo0Mi4xNDA3Mjc1NzJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.19+unknown" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=15.163µs trace.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=f9a022d6-cc17-43c3-b57f-b2cfd6d3235a trace.line=141 vars.name=test vars.uuid=f6ea083e-0c41-44f4-bb8f-27b47e5fc623 version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.221Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/f6ea083e-0c41-44f4-bb8f-27b47e5fc623/data\")" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=443fda0b-56cd-4801-9b37-f8ac4cc9f5b6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40706" http.request.uri="/v2/test/blobs/uploads/f6ea083e-0c41-44f4-bb8f-27b47e5fc623?_state=IHU4JzYRbpuUyk7Zxhm5kndJjjfgx7R9e4NIzKG-j0Z7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImY2ZWEwODNlLTBjNDEtNDRmNC1iYjhmLTI3YjQ3ZTVmYzYyMyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xMlQyMjozMDo0Mi4xNDA3Mjc1NzJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.19+unknown" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=12.611µs trace.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=1e46f44f-4f1b-4c14-944a-80237e3d533b trace.line=141 vars.name=test vars.uuid=f6ea083e-0c41-44f4-bb8f-27b47e5fc623 version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.221Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/f6ea083e-0c41-44f4-bb8f-27b47e5fc623/data\", \"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\"" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=443fda0b-56cd-4801-9b37-f8ac4cc9f5b6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40706" http.request.uri="/v2/test/blobs/uploads/f6ea083e-0c41-44f4-bb8f-27b47e5fc623?_state=IHU4JzYRbpuUyk7Zxhm5kndJjjfgx7R9e4NIzKG-j0Z7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImY2ZWEwODNlLTBjNDEtNDRmNC1iYjhmLTI3YjQ3ZTVmYzYyMyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xMlQyMjozMDo0Mi4xNDA3Mjc1NzJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.19+unknown" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=46.754µs trace.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=f48aee91-f4b8-459b-9ad7-f7bd3478dd6d trace.line=167 vars.name=test vars.uuid=f6ea083e-0c41-44f4-bb8f-27b47e5fc623 version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.221Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=443fda0b-56cd-4801-9b37-f8ac4cc9f5b6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40706" http.request.uri="/v2/test/blobs/uploads/f6ea083e-0c41-44f4-bb8f-27b47e5fc623?_state=IHU4JzYRbpuUyk7Zxhm5kndJjjfgx7R9e4NIzKG-j0Z7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImY2ZWEwODNlLTBjNDEtNDRmNC1iYjhmLTI3YjQ3ZTVmYzYyMyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xMlQyMjozMDo0Mi4xNDA3Mjc1NzJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.19+unknown" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=51.39µs trace.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=63dad333-2fb8-4913-9056-b944d4396cd3 trace.line=95 vars.name=test vars.uuid=f6ea083e-0c41-44f4-bb8f-27b47e5fc623 version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.221Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/f6ea083e-0c41-44f4-bb8f-27b47e5fc623\")" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=443fda0b-56cd-4801-9b37-f8ac4cc9f5b6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40706" http.request.uri="/v2/test/blobs/uploads/f6ea083e-0c41-44f4-bb8f-27b47e5fc623?_state=IHU4JzYRbpuUyk7Zxhm5kndJjjfgx7R9e4NIzKG-j0Z7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImY2ZWEwODNlLTBjNDEtNDRmNC1iYjhmLTI3YjQ3ZTVmYzYyMyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xMlQyMjozMDo0Mi4xNDA3Mjc1NzJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.19+unknown" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=156.959µs trace.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=835a96b4-1daf-4513-a82a-2f50d7fe1ee8 trace.line=181 vars.name=test vars.uuid=f6ea083e-0c41-44f4-bb8f-27b47e5fc623 version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.221Z] time="2023-04-12T22:30:42Z" level=info msg="response completed" go.version=go1.19.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=443fda0b-56cd-4801-9b37-f8ac4cc9f5b6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40706" http.request.uri="/v2/test/blobs/uploads/f6ea083e-0c41-44f4-bb8f-27b47e5fc623?_state=IHU4JzYRbpuUyk7Zxhm5kndJjjfgx7R9e4NIzKG-j0Z7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImY2ZWEwODNlLTBjNDEtNDRmNC1iYjhmLTI3YjQ3ZTVmYzYyMyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xMlQyMjozMDo0Mi4xNDA3Mjc1NzJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.19+unknown" http.response.duration=12.781917ms http.response.status=201 http.response.written=0 instance.id=843853b4-bd13-42d2-a930-ad93429ed51b version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.221Z] 127.0.0.1 - - [12/Apr/2023:22:30:42 +0000] "PUT /v2/test/blobs/uploads/f6ea083e-0c41-44f4-bb8f-27b47e5fc623?_state=IHU4JzYRbpuUyk7Zxhm5kndJjjfgx7R9e4NIzKG-j0Z7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImY2ZWEwODNlLTBjNDEtNDRmNC1iYjhmLTI3YjQ3ZTVmYzYyMyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0xMlQyMjozMDo0Mi4xNDA3Mjc1NzJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 201 0 "" "containerd/1.6.19+unknown"
22:30:42 [2023-04-12T22:30:42.221Z] time="2023-04-12T22:30:42Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=e52ec58c-f889-405f-9b4f-eeb778654636 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40706" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.19+unknown" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b vars.name=test vars.reference=latest version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.222Z] time="2023-04-12T22:30:42Z" level=debug msg=GetImageManifest go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=e52ec58c-f889-405f-9b4f-eeb778654636 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40706" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.19+unknown" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b vars.name=test vars.reference=latest version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.222Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=e52ec58c-f889-405f-9b4f-eeb778654636 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40706" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.19+unknown" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=35.89µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=c367d621-7ae6-48d3-95cb-977f47d8b663 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.222Z] time="2023-04-12T22:30:42Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=latest" err.message="manifest unknown" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=e52ec58c-f889-405f-9b4f-eeb778654636 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40706" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.19+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.160489ms http.response.status=404 http.response.written=96 instance.id=843853b4-bd13-42d2-a930-ad93429ed51b vars.name=test vars.reference=latest version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.222Z] 127.0.0.1 - - [12/Apr/2023:22:30:42 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 404 96 "" "containerd/1.6.19+unknown"
22:30:42 [2023-04-12T22:30:42.222Z] time="2023-04-12T22:30:42Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=4b5df05d-3681-410b-9545-a2588a22c038 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40706" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.19+unknown" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b vars.name=test vars.reference=latest version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.222Z] time="2023-04-12T22:30:42Z" level=debug msg=PutImageManifest go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=4b5df05d-3681-410b-9545-a2588a22c038 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40706" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.19+unknown" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b vars.name=test vars.reference=latest version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.222Z] time="2023-04-12T22:30:42Z" level=debug msg="(*manifestStore).Put" go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=4b5df05d-3681-410b-9545-a2588a22c038 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40706" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.19+unknown" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b vars.name=test vars.reference=latest version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.222Z] time="2023-04-12T22:30:42Z" level=debug msg="(*schema2ManifestHandler).Put" go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=4b5df05d-3681-410b-9545-a2588a22c038 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40706" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.19+unknown" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b vars.name=test vars.reference=latest version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.222Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=4b5df05d-3681-410b-9545-a2588a22c038 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40706" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.19+unknown" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=51.792µs trace.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=a7f6f01e-f7e0-4724-b47c-0d487ae6358f trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.222Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=4b5df05d-3681-410b-9545-a2588a22c038 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40706" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.19+unknown" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=39.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).Stat" trace.id=cf1b6d53-5040-42fe-a204-58e220a0213a trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.222Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=4b5df05d-3681-410b-9545-a2588a22c038 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40706" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.19+unknown" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=47.591µs trace.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=ed95b9da-2be1-4520-9461-3382892ebc20 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.222Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=4b5df05d-3681-410b-9545-a2588a22c038 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40706" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.19+unknown" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=11.865µs trace.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=a81fb7d6-d7db-405b-9480-f71c0df6837d trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.222Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=4b5df05d-3681-410b-9545-a2588a22c038 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40706" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.19+unknown" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=14.097µs trace.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=5bb8ac68-a113-48dc-a69d-bc1cd3544532 trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.222Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=4b5df05d-3681-410b-9545-a2588a22c038 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40706" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.19+unknown" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=53.49µs trace.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=996c921a-79bc-4fe3-822f-127e8c48a021 trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.222Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=4b5df05d-3681-410b-9545-a2588a22c038 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40706" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.19+unknown" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=74.832µs trace.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=b412c089-2d9f-4de5-9b96-9dccafc70361 trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.222Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=4b5df05d-3681-410b-9545-a2588a22c038 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40706" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.19+unknown" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=28.555µs trace.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=f8dcddc1-2e2e-4fd8-8145-11b6f79931fc trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.222Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/index/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=4b5df05d-3681-410b-9545-a2588a22c038 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40706" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.19+unknown" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=127.625µs trace.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=968d0490-b717-45f2-a3df-3f541ce03c16 trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.222Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=4b5df05d-3681-410b-9545-a2588a22c038 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40706" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.19+unknown" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=58.939µs trace.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=2fc75f5d-c7f2-4a2a-913c-a5bb72e1be2f trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.222Z] time="2023-04-12T22:30:42Z" level=info msg="response completed" go.version=go1.19.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=4b5df05d-3681-410b-9545-a2588a22c038 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40706" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.19+unknown" http.response.duration=2.270926ms http.response.status=201 http.response.written=0 instance.id=843853b4-bd13-42d2-a930-ad93429ed51b version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.222Z] 127.0.0.1 - - [12/Apr/2023:22:30:42 +0000] "PUT /v2/test/manifests/latest HTTP/1.1" 201 0 "" "containerd/1.6.19+unknown"
22:30:42 [2023-04-12T22:30:42.222Z] time="2023-04-12T22:30:42Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=c242fdcb-8995-40e5-a250-2ef14b57d590 http.request.method=GET http.request.remoteaddr="127.0.0.1:40724" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.222Z] time="2023-04-12T22:30:42Z" level=info msg="response completed" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=c242fdcb-8995-40e5-a250-2ef14b57d590 http.request.method=GET http.request.remoteaddr="127.0.0.1:40724" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="824.729µs" http.response.status=200 http.response.written=2 instance.id=843853b4-bd13-42d2-a930-ad93429ed51b version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.222Z] 127.0.0.1 - - [12/Apr/2023:22:30:42 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
22:30:42 [2023-04-12T22:30:42.222Z] time="2023-04-12T22:30:42Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=9ab54549-4a41-4c30-9b58-01a5a090086e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40740" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b vars.name=test vars.reference=latest version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.222Z] time="2023-04-12T22:30:42Z" level=debug msg=GetImageManifest go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=9ab54549-4a41-4c30-9b58-01a5a090086e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40740" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b vars.name=test vars.reference=latest version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.222Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=9ab54549-4a41-4c30-9b58-01a5a090086e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40740" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=193.325µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=1c388f8f-f962-406e-be5c-e325f5cb81e7 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.222Z] time="2023-04-12T22:30:42Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=9ab54549-4a41-4c30-9b58-01a5a090086e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40740" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b vars.name=test vars.reference=latest version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.222Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=9ab54549-4a41-4c30-9b58-01a5a090086e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40740" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=29.014µs trace.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=bdf5445d-1272-46c1-9b58-4c96f853c33a trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.222Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=9ab54549-4a41-4c30-9b58-01a5a090086e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40740" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=17.215µs trace.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=54426180-1293-48d0-8d2a-112b5ee9dfbe trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.222Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=9ab54549-4a41-4c30-9b58-01a5a090086e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40740" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=127.173µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=31bd63bf-7549-4447-8601-20e4d836f2dc trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.222Z] time="2023-04-12T22:30:42Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=9ab54549-4a41-4c30-9b58-01a5a090086e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40740" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b vars.name=test vars.reference=latest version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.222Z] time="2023-04-12T22:30:42Z" level=info msg="response completed" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=9ab54549-4a41-4c30-9b58-01a5a090086e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40740" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.response.duration=1.916877ms http.response.status=200 http.response.written=417 instance.id=843853b4-bd13-42d2-a930-ad93429ed51b version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.222Z] 127.0.0.1 - - [12/Apr/2023:22:30:42 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 200 417 "" "docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
22:30:42 [2023-04-12T22:30:42.482Z] time="2023-04-12T22:30:42Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=eb1030b6-7c9b-49d6-a961-b8115e29af88 http.request.method=GET http.request.remoteaddr="127.0.0.1:40754" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.482Z] time="2023-04-12T22:30:42Z" level=debug msg=GetImageManifest go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=eb1030b6-7c9b-49d6-a961-b8115e29af88 http.request.method=GET http.request.remoteaddr="127.0.0.1:40754" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.482Z] time="2023-04-12T22:30:42Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=eb1030b6-7c9b-49d6-a961-b8115e29af88 http.request.method=GET http.request.remoteaddr="127.0.0.1:40754" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.482Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=eb1030b6-7c9b-49d6-a961-b8115e29af88 http.request.method=GET http.request.remoteaddr="127.0.0.1:40754" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=58.332µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=6c9d0034-e3bd-4994-80bf-a41f8c499479 trace.line=82 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.482Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=eb1030b6-7c9b-49d6-a961-b8115e29af88 http.request.method=GET http.request.remoteaddr="127.0.0.1:40754" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=35.438µs trace.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=a02ac244-fb7d-4ccc-a782-09b8b1e94381 trace.line=141 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.482Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=eb1030b6-7c9b-49d6-a961-b8115e29af88 http.request.method=GET http.request.remoteaddr="127.0.0.1:40754" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=101.425µs trace.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=bd18556e-780a-475d-a590-568a2de5a001 trace.line=82 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.482Z] time="2023-04-12T22:30:42Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=eb1030b6-7c9b-49d6-a961-b8115e29af88 http.request.method=GET http.request.remoteaddr="127.0.0.1:40754" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.482Z] time="2023-04-12T22:30:42Z" level=info msg="response completed" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=eb1030b6-7c9b-49d6-a961-b8115e29af88 http.request.method=GET http.request.remoteaddr="127.0.0.1:40754" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.response.duration=3.465049ms http.response.status=200 http.response.written=417 instance.id=843853b4-bd13-42d2-a930-ad93429ed51b version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.482Z] 127.0.0.1 - - [12/Apr/2023:22:30:42 +0000] "GET /v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 200 417 "" "docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
22:30:42 [2023-04-12T22:30:42.482Z] time="2023-04-12T22:30:42Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=a8b723eb-000f-485b-90c9-48cfc1d721c0 http.request.method=GET http.request.remoteaddr="127.0.0.1:40770" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.482Z] time="2023-04-12T22:30:42Z" level=debug msg=GetBlob go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=a8b723eb-000f-485b-90c9-48cfc1d721c0 http.request.method=GET http.request.remoteaddr="127.0.0.1:40770" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.482Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=a8b723eb-000f-485b-90c9-48cfc1d721c0 http.request.method=GET http.request.remoteaddr="127.0.0.1:40770" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=135.314µs trace.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=db972ea2-fdca-468a-9d41-263c34d0e451 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.482Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=a8b723eb-000f-485b-90c9-48cfc1d721c0 http.request.method=GET http.request.remoteaddr="127.0.0.1:40770" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=18.766µs trace.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=f2de1614-0f53-4ae6-8b37-bbb36d5999c1 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.482Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=a8b723eb-000f-485b-90c9-48cfc1d721c0 http.request.method=GET http.request.remoteaddr="127.0.0.1:40770" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=43.824µs trace.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=caf31712-cb98-4477-a74e-80a12968d9bb trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.482Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=a8b723eb-000f-485b-90c9-48cfc1d721c0 http.request.method=GET http.request.remoteaddr="127.0.0.1:40770" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=35.939µs trace.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=5f29b4a2-20fc-43a8-9b47-7fff39c62c04 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.482Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=a8b723eb-000f-485b-90c9-48cfc1d721c0 http.request.method=GET http.request.remoteaddr="127.0.0.1:40770" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=178.424µs trace.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=3c93798a-d25b-4a54-8135-e35cb53c4d41 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.482Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=a8b723eb-000f-485b-90c9-48cfc1d721c0 http.request.method=GET http.request.remoteaddr="127.0.0.1:40770" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=8.172µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).URLFor" trace.id=9af605a1-90c3-4c06-b161-c4a55eeb83d1 trace.line=193 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.482Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.ReadStream(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\", 0)" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=a8b723eb-000f-485b-90c9-48cfc1d721c0 http.request.method=GET http.request.remoteaddr="127.0.0.1:40770" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=29.17µs trace.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=01c521b5-7c4b-4966-bfcb-1c618c41b556 trace.line=107 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.482Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=a8b723eb-000f-485b-90c9-48cfc1d721c0 http.request.method=GET http.request.remoteaddr="127.0.0.1:40770" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=40.231µs trace.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=eecdd9a1-75c1-43cf-9884-4c0e030c0472 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.482Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=a8b723eb-000f-485b-90c9-48cfc1d721c0 http.request.method=GET http.request.remoteaddr="127.0.0.1:40770" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=40.649µs trace.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=0cd3a4f2-10d1-4257-8f60-47abf8486317 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.482Z] time="2023-04-12T22:30:42Z" level=info msg="response completed" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=a8b723eb-000f-485b-90c9-48cfc1d721c0 http.request.method=GET http.request.remoteaddr="127.0.0.1:40770" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=5.662916ms http.response.status=200 http.response.written=68 instance.id=843853b4-bd13-42d2-a930-ad93429ed51b version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.482Z] 127.0.0.1 - - [12/Apr/2023:22:30:42 +0000] "GET /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 200 68 "" "docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
22:30:42 [2023-04-12T22:30:42.482Z] time="2023-04-12T22:30:42Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=c4677d24-7e89-4c4a-b47e-75c4d6fa2380 http.request.method=GET http.request.remoteaddr="127.0.0.1:40766" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.483Z] time="2023-04-12T22:30:42Z" level=debug msg=GetBlob go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=c4677d24-7e89-4c4a-b47e-75c4d6fa2380 http.request.method=GET http.request.remoteaddr="127.0.0.1:40766" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.483Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=c4677d24-7e89-4c4a-b47e-75c4d6fa2380 http.request.method=GET http.request.remoteaddr="127.0.0.1:40766" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=228.837µs trace.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=d1b30d62-ad96-479e-863e-8f937f7d9522 trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.483Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=c4677d24-7e89-4c4a-b47e-75c4d6fa2380 http.request.method=GET http.request.remoteaddr="127.0.0.1:40766" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=23.566µs trace.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=8e3938b6-d334-4480-88a7-44fe30ab0349 trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.483Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=c4677d24-7e89-4c4a-b47e-75c4d6fa2380 http.request.method=GET http.request.remoteaddr="127.0.0.1:40766" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=34.913µs trace.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=7fe08933-faa9-4d32-ade1-fd5c2f47ec66 trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.483Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=c4677d24-7e89-4c4a-b47e-75c4d6fa2380 http.request.method=GET http.request.remoteaddr="127.0.0.1:40766" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=19.258µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=38574553-8c4c-48b8-b09b-c3d370c60550 trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.483Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=c4677d24-7e89-4c4a-b47e-75c4d6fa2380 http.request.method=GET http.request.remoteaddr="127.0.0.1:40766" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=18.987µs trace.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=674357e5-871f-420d-86f4-86dec76bd107 trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.483Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=c4677d24-7e89-4c4a-b47e-75c4d6fa2380 http.request.method=GET http.request.remoteaddr="127.0.0.1:40766" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=8.993µs trace.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=02f104be-64e3-4da4-885a-b83566f570ed trace.line=193 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.483Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.ReadStream(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\", 0)" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=c4677d24-7e89-4c4a-b47e-75c4d6fa2380 http.request.method=GET http.request.remoteaddr="127.0.0.1:40766" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=51.061µs trace.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=6af1cbf5-cb60-440c-9dbe-dfc8a888be07 trace.line=107 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.483Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=c4677d24-7e89-4c4a-b47e-75c4d6fa2380 http.request.method=GET http.request.remoteaddr="127.0.0.1:40766" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=45.014µs trace.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=5b18e772-e030-408b-9327-394a3ab60d8f trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.483Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=c4677d24-7e89-4c4a-b47e-75c4d6fa2380 http.request.method=GET http.request.remoteaddr="127.0.0.1:40766" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=304.752µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=4bf32a39-f92c-46e7-9553-4f47761e8193 trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.483Z] time="2023-04-12T22:30:42Z" level=info msg="response completed" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=c4677d24-7e89-4c4a-b47e-75c4d6fa2380 http.request.method=GET http.request.remoteaddr="127.0.0.1:40766" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=14.537987ms http.response.status=200 http.response.written=179 instance.id=843853b4-bd13-42d2-a930-ad93429ed51b version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.483Z] 127.0.0.1 - - [12/Apr/2023:22:30:42 +0000] "GET /v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 200 179 "" "docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
22:30:42 [2023-04-12T22:30:42.483Z] time="2023-04-12T22:30:42Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=f04cabae-4cfa-495d-8b15-afccc64a0c9d http.request.method=GET http.request.remoteaddr="127.0.0.1:40792" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.483Z] time="2023-04-12T22:30:42Z" level=info msg="response completed" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=f04cabae-4cfa-495d-8b15-afccc64a0c9d http.request.method=GET http.request.remoteaddr="127.0.0.1:40792" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="918.721µs" http.response.status=200 http.response.written=2 instance.id=843853b4-bd13-42d2-a930-ad93429ed51b version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.483Z] 127.0.0.1 - - [12/Apr/2023:22:30:42 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
22:30:42 [2023-04-12T22:30:42.483Z] time="2023-04-12T22:30:42Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=6d7daa43-86c7-4376-8ffb-b5cf4b3978cb http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40794" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.483Z] time="2023-04-12T22:30:42Z" level=debug msg=GetImageManifest go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=6d7daa43-86c7-4376-8ffb-b5cf4b3978cb http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40794" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.483Z] time="2023-04-12T22:30:42Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=6d7daa43-86c7-4376-8ffb-b5cf4b3978cb http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40794" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.483Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=6d7daa43-86c7-4376-8ffb-b5cf4b3978cb http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40794" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=34.216µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=781165fa-e2b5-4f9f-aede-be999e91c656 trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.483Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_layers/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=6d7daa43-86c7-4376-8ffb-b5cf4b3978cb http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40794" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=10.88µs trace.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=c203e97d-9fb3-4d2a-9506-d0e9488133a7 trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.483Z] time="2023-04-12T22:30:42Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown manifest name=other revision=sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" err.message="manifest unknown" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=6d7daa43-86c7-4376-8ffb-b5cf4b3978cb http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40794" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.072373ms http.response.status=404 http.response.written=181 instance.id=843853b4-bd13-42d2-a930-ad93429ed51b vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.483Z] 127.0.0.1 - - [12/Apr/2023:22:30:42 +0000] "HEAD /v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 404 181 "" "docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
22:30:42 [2023-04-12T22:30:42.483Z] time="2023-04-12T22:30:42Z" level=debug msg="authorizing request" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=24db1e7d-040e-46a7-bc29-6c739a458009 http.request.method=GET http.request.remoteaddr="127.0.0.1:40804" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.483Z] time="2023-04-12T22:30:42Z" level=debug msg=GetImageManifest go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=24db1e7d-040e-46a7-bc29-6c739a458009 http.request.method=GET http.request.remoteaddr="127.0.0.1:40804" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.483Z] time="2023-04-12T22:30:42Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=24db1e7d-040e-46a7-bc29-6c739a458009 http.request.method=GET http.request.remoteaddr="127.0.0.1:40804" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.483Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=24db1e7d-040e-46a7-bc29-6c739a458009 http.request.method=GET http.request.remoteaddr="127.0.0.1:40804" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=29.392µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=e84009ed-5d25-4f4a-a7c6-d6d66302f566 trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.483Z] time="2023-04-12T22:30:42Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_layers/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=24db1e7d-040e-46a7-bc29-6c739a458009 http.request.method=GET http.request.remoteaddr="127.0.0.1:40804" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=843853b4-bd13-42d2-a930-ad93429ed51b trace.duration=11.561µs trace.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=a2a97aec-500b-41de-b410-96efc9726015 trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.483Z] time="2023-04-12T22:30:42Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown manifest name=other revision=sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" err.message="manifest unknown" go.version=go1.19.8 http.request.host="127.0.0.1:5000" http.request.id=24db1e7d-040e-46a7-bc29-6c739a458009 http.request.method=GET http.request.remoteaddr="127.0.0.1:40804" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.084147ms http.response.status=404 http.response.written=181 instance.id=843853b4-bd13-42d2-a930-ad93429ed51b vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
22:30:42 [2023-04-12T22:30:42.484Z] 127.0.0.1 - - [12/Apr/2023:22:30:42 +0000] "GET /v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 404 181 "" "docker/dev go/go1.19.8 git-commit/cdf9237fa225f0aa0917bdfb9c5646abbddb513b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
22:30:42 [2023-04-12T22:30:42.484Z] --- PASS: TestImagePullStoredfDigestForOtherRepo (0.48s)
22:30:42 [2023-04-12T22:30:42.484Z] === RUN   TestRemoveImageOrphaning
22:30:42 [2023-04-12T22:30:42.741Z] --- PASS: TestRemoveImageOrphaning (0.30s)
22:30:42 [2023-04-12T22:30:42.742Z] === RUN   TestRemoveImageGarbageCollector
22:30:42 [2023-04-12T22:30:42.742Z]     remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:30:42 [2023-04-12T22:30:42.742Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
22:30:42 [2023-04-12T22:30:42.742Z] === RUN   TestTagUnprefixedRepoByNameOrName
22:30:42 [2023-04-12T22:30:42.742Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
22:30:42 [2023-04-12T22:30:42.742Z] === RUN   TestTagInvalidReference
22:30:42 [2023-04-12T22:30:42.742Z] --- PASS: TestTagInvalidReference (0.01s)
22:30:42 [2023-04-12T22:30:42.742Z] === RUN   TestTagValidPrefixedRepo
22:30:43 [2023-04-12T22:30:43.000Z] --- PASS: TestTagValidPrefixedRepo (0.06s)
22:30:43 [2023-04-12T22:30:43.000Z] === RUN   TestTagExistedNameWithoutForce
22:30:43 [2023-04-12T22:30:43.000Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
22:30:43 [2023-04-12T22:30:43.000Z] === RUN   TestTagOfficialNames
22:30:43 [2023-04-12T22:30:43.000Z] --- PASS: TestTagOfficialNames (0.05s)
22:30:43 [2023-04-12T22:30:43.000Z] === RUN   TestTagMatchesDigest
22:30:43 [2023-04-12T22:30:43.000Z] --- PASS: TestTagMatchesDigest (0.01s)
22:30:43 [2023-04-12T22:30:43.000Z] PASS
22:30:43 [2023-04-12T22:30:43.000Z] 
22:30:43 [2023-04-12T22:30:43.000Z] === Skipped
22:30:43 [2023-04-12T22:30:43.000Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
22:30:43 [2023-04-12T22:30:43.000Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
22:30:43 [2023-04-12T22:30:43.000Z] 
22:30:43 [2023-04-12T22:30:43.000Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
22:30:43 [2023-04-12T22:30:43.000Z]     remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:30:43 [2023-04-12T22:30:43.000Z] 
22:30:43 [2023-04-12T22:30:43.000Z] DONE 23 tests, 2 skipped in 2.039s
22:30:43 [2023-04-12T22:30:43.000Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
22:30:43 [2023-04-12T22:30:43.000Z] ++ 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
22:30:43 [2023-04-12T22:30:43.000Z] ++ set -e
22:30:43 [2023-04-12T22:30:43.000Z] ++ '[' -n 0 ']'
22:30:43 [2023-04-12T22:30:43.000Z] ++ set -x
22:30:43 [2023-04-12T22:30:43.000Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker 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
22:30:43 [2023-04-12T22:30:43.000Z] === RUN   TestStripANSICommands
22:30:43 [2023-04-12T22:30:43.000Z] === RUN   TestStripANSICommands/#00
22:30:43 [2023-04-12T22:30:43.000Z] === RUN   TestStripANSICommands/#01
22:30:43 [2023-04-12T22:30:43.000Z] --- PASS: TestStripANSICommands (0.00s)
22:30:43 [2023-04-12T22:30:43.000Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
22:30:43 [2023-04-12T22:30:43.000Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
22:30:43 [2023-04-12T22:30:43.000Z] PASS
22:30:43 [2023-04-12T22:30:43.000Z] 
22:30:43 [2023-04-12T22:30:43.000Z] DONE 3 tests in 0.098s
22:30:43 [2023-04-12T22:30:43.000Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m 
22:30:43 [2023-04-12T22:30:43.000Z] ++ 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
22:30:43 [2023-04-12T22:30:43.000Z] ++ set -e
22:30:43 [2023-04-12T22:30:43.000Z] ++ '[' -n 0 ']'
22:30:43 [2023-04-12T22:30:43.000Z] ++ set -x
22:30:43 [2023-04-12T22:30:43.000Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker 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
22:30:43 [2023-04-12T22:30:43.259Z] INFO: Testing against a local daemon
22:30:43 [2023-04-12T22:30:43.259Z] === RUN   TestNetworkCreateDelete
22:30:43 [2023-04-12T22:30:43.516Z] --- PASS: TestNetworkCreateDelete (0.15s)
22:30:43 [2023-04-12T22:30:43.516Z] === RUN   TestDockerNetworkDeletePreferID
22:30:43 [2023-04-12T22:30:43.775Z] --- PASS: TestDockerNetworkDeletePreferID (0.40s)
22:30:43 [2023-04-12T22:30:43.775Z] === RUN   TestDaemonDNSFallback
22:30:50 [2023-04-12T22:30:50.328Z] --- PASS: TestDaemonDNSFallback (6.31s)
22:30:50 [2023-04-12T22:30:50.328Z] === RUN   TestInspectNetwork
22:30:52 [2023-04-12T22:30:52.856Z] === RUN   TestInspectNetwork/full_network_id
22:30:52 [2023-04-12T22:30:52.856Z] === RUN   TestInspectNetwork/partial_network_id
22:30:52 [2023-04-12T22:30:52.856Z] === RUN   TestInspectNetwork/network_name
22:30:52 [2023-04-12T22:30:52.856Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
22:30:57 [2023-04-12T22:30:57.043Z] --- PASS: TestInspectNetwork (6.89s)
22:30:57 [2023-04-12T22:30:57.043Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
22:30:57 [2023-04-12T22:30:57.043Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
22:30:57 [2023-04-12T22:30:57.043Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
22:30:57 [2023-04-12T22:30:57.043Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
22:30:57 [2023-04-12T22:30:57.043Z] === RUN   TestRunContainerWithBridgeNone
22:30:58 [2023-04-12T22:30:58.415Z] --- PASS: TestRunContainerWithBridgeNone (1.51s)
22:30:58 [2023-04-12T22:30:58.415Z] === RUN   TestNetworkInvalidJSON
22:30:58 [2023-04-12T22:30:58.415Z] === RUN   TestNetworkInvalidJSON/networks/create
22:30:58 [2023-04-12T22:30:58.415Z] === PAUSE TestNetworkInvalidJSON/networks/create
22:30:58 [2023-04-12T22:30:58.415Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
22:30:58 [2023-04-12T22:30:58.415Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
22:30:58 [2023-04-12T22:30:58.415Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
22:30:58 [2023-04-12T22:30:58.415Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
22:30:58 [2023-04-12T22:30:58.415Z] === CONT  TestNetworkInvalidJSON/networks/create
22:30:58 [2023-04-12T22:30:58.415Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
22:30:58 [2023-04-12T22:30:58.415Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
22:30:58 [2023-04-12T22:30:58.415Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
22:30:58 [2023-04-12T22:30:58.415Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
22:30:58 [2023-04-12T22:30:58.415Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
22:30:58 [2023-04-12T22:30:58.415Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
22:30:58 [2023-04-12T22:30:58.415Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
22:30:58 [2023-04-12T22:30:58.415Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
22:30:58 [2023-04-12T22:30:58.415Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
22:30:58 [2023-04-12T22:30:58.415Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
22:30:58 [2023-04-12T22:30:58.415Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
22:30:58 [2023-04-12T22:30:58.415Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
22:30:58 [2023-04-12T22:30:58.415Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
22:30:58 [2023-04-12T22:30:58.415Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
22:30:58 [2023-04-12T22:30:58.415Z] --- PASS: TestNetworkInvalidJSON (0.01s)
22:30:58 [2023-04-12T22:30:58.415Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
22:30:58 [2023-04-12T22:30:58.415Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
22:30:58 [2023-04-12T22:30:58.415Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
22:30:58 [2023-04-12T22:30:58.415Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
22:30:58 [2023-04-12T22:30:58.415Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
22:30:58 [2023-04-12T22:30:58.415Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
22:30:58 [2023-04-12T22:30:58.415Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
22:30:58 [2023-04-12T22:30:58.415Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
22:30:58 [2023-04-12T22:30:58.415Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
22:30:58 [2023-04-12T22:30:58.415Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
22:30:58 [2023-04-12T22:30:58.415Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
22:30:58 [2023-04-12T22:30:58.415Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
22:30:58 [2023-04-12T22:30:58.415Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
22:30:58 [2023-04-12T22:30:58.415Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
22:30:58 [2023-04-12T22:30:58.415Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
22:30:58 [2023-04-12T22:30:58.415Z] === RUN   TestNetworkList
22:30:58 [2023-04-12T22:30:58.415Z] === RUN   TestNetworkList//networks
22:30:58 [2023-04-12T22:30:58.415Z] === PAUSE TestNetworkList//networks
22:30:58 [2023-04-12T22:30:58.415Z] === RUN   TestNetworkList//networks/
22:30:58 [2023-04-12T22:30:58.415Z] === PAUSE TestNetworkList//networks/
22:30:58 [2023-04-12T22:30:58.415Z] === CONT  TestNetworkList//networks
22:30:58 [2023-04-12T22:30:58.415Z] === CONT  TestNetworkList//networks/
22:30:58 [2023-04-12T22:30:58.415Z] --- PASS: TestNetworkList (0.01s)
22:30:58 [2023-04-12T22:30:58.415Z]     --- PASS: TestNetworkList//networks/ (0.00s)
22:30:58 [2023-04-12T22:30:58.415Z]     --- PASS: TestNetworkList//networks (0.00s)
22:30:58 [2023-04-12T22:30:58.415Z] === RUN   TestHostIPv4BridgeLabel
22:30:58 [2023-04-12T22:30:58.980Z] --- PASS: TestHostIPv4BridgeLabel (0.56s)
22:30:58 [2023-04-12T22:30:58.980Z] === RUN   TestDaemonRestartWithLiveRestore
22:31:00 [2023-04-12T22:31:00.353Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s)
22:31:00 [2023-04-12T22:31:00.353Z] === RUN   TestDaemonDefaultNetworkPools
22:31:00 [2023-04-12T22:31:00.919Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s)
22:31:00 [2023-04-12T22:31:00.919Z] === RUN   TestDaemonRestartWithExistingNetwork
22:31:02 [2023-04-12T22:31:02.290Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s)
22:31:02 [2023-04-12T22:31:02.290Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
22:31:03 [2023-04-12T22:31:03.224Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.22s)
22:31:03 [2023-04-12T22:31:03.224Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
22:31:03 [2023-04-12T22:31:03.789Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s)
22:31:03 [2023-04-12T22:31:03.789Z] === RUN   TestServiceWithPredefinedNetwork
22:31:06 [2023-04-12T22:31:06.316Z] --- PASS: TestServiceWithPredefinedNetwork (2.30s)
22:31:06 [2023-04-12T22:31:06.316Z] === RUN   TestServiceRemoveKeepsIngressNetwork
22:31:06 [2023-04-12T22:31:06.316Z]     service_test.go:242: FLAKY_TEST
22:31:06 [2023-04-12T22:31:06.316Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
22:31:06 [2023-04-12T22:31:06.316Z] === RUN   TestServiceWithDataPathPortInit
22:31:21 [2023-04-12T22:31:21.182Z] --- PASS: TestServiceWithDataPathPortInit (13.91s)
22:31:21 [2023-04-12T22:31:21.182Z] === RUN   TestServiceWithDefaultAddressPoolInit
22:31:22 [2023-04-12T22:31:22.556Z]     service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:dw0k0nl6ult609kmen4xvpns0 Created:2023-04-12 22:31:21.294807649 +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[d3e1c028ad2987d13c13107c8537c7a68621a480f9d3d11fe540fbf04f6f5ff8:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.j2n97j3l6xh6s31b7vz8nc7e4 EndpointID:71db5a63abc6ad14722e313ecba55ed268554bac1c500dba19e1c0f430641e71 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:d075a71478115c1f46324a6d1998f49614fc34f39d4944490816a483bef47aae 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:aa4909b49ad8 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.j2n97j3l6xh6s31b7vz8nc7e4 EndpointID:71db5a63abc6ad14722e313ecba55ed268554bac1c500dba19e1c0f430641e71 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
22:31:27 [2023-04-12T22:31:27.815Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.89s)
22:31:27 [2023-04-12T22:31:27.815Z] PASS
22:31:27 [2023-04-12T22:31:27.815Z] 
22:31:27 [2023-04-12T22:31:27.815Z] === Skipped
22:31:27 [2023-04-12T22:31:27.815Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
22:31:27 [2023-04-12T22:31:27.815Z]     service_test.go:242: FLAKY_TEST
22:31:27 [2023-04-12T22:31:27.815Z] 
22:31:27 [2023-04-12T22:31:27.815Z] DONE 38 tests, 1 skipped in 43.799s
22:31:27 [2023-04-12T22:31:27.815Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
22:31:27 [2023-04-12T22:31:27.815Z] ++ 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
22:31:27 [2023-04-12T22:31:27.815Z] ++ set -e
22:31:27 [2023-04-12T22:31:27.815Z] ++ '[' -n 0 ']'
22:31:27 [2023-04-12T22:31:27.815Z] ++ set -x
22:31:27 [2023-04-12T22:31:27.815Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker 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
22:31:27 [2023-04-12T22:31:27.815Z] INFO: Testing against a local daemon
22:31:27 [2023-04-12T22:31:27.815Z] === RUN   TestDockerNetworkIpvlanPersistance
22:31:27 [2023-04-12T22:31:27.815Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
22:31:27 [2023-04-12T22:31:27.815Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
22:31:27 [2023-04-12T22:31:27.815Z] === RUN   TestDockerNetworkIpvlan
22:31:27 [2023-04-12T22:31:27.815Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
22:31:27 [2023-04-12T22:31:27.815Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
22:31:27 [2023-04-12T22:31:27.815Z] PASS
22:31:27 [2023-04-12T22:31:27.815Z] 
22:31:27 [2023-04-12T22:31:27.815Z] === Skipped
22:31:27 [2023-04-12T22:31:27.815Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
22:31:27 [2023-04-12T22:31:27.815Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
22:31:27 [2023-04-12T22:31:27.815Z] 
22:31:27 [2023-04-12T22:31:27.815Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
22:31:27 [2023-04-12T22:31:27.815Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
22:31:27 [2023-04-12T22:31:27.815Z] 
22:31:27 [2023-04-12T22:31:27.815Z] DONE 2 tests, 2 skipped in 0.099s
22:31:27 [2023-04-12T22:31:27.815Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
22:31:27 [2023-04-12T22:31:27.815Z] ++ 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
22:31:27 [2023-04-12T22:31:27.815Z] ++ set -e
22:31:27 [2023-04-12T22:31:27.815Z] ++ '[' -n 0 ']'
22:31:27 [2023-04-12T22:31:27.815Z] ++ set -x
22:31:27 [2023-04-12T22:31:27.815Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker 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
22:31:27 [2023-04-12T22:31:27.815Z] INFO: Testing against a local daemon
22:31:27 [2023-04-12T22:31:27.815Z] === RUN   TestDockerNetworkMacvlanPersistance
22:31:28 [2023-04-12T22:31:28.385Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.35s)
22:31:28 [2023-04-12T22:31:28.386Z] === RUN   TestDockerNetworkMacvlan
22:31:29 [2023-04-12T22:31:29.318Z] === RUN   TestDockerNetworkMacvlan/Subinterface
22:31:29 [2023-04-12T22:31:29.883Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
22:31:30 [2023-04-12T22:31:30.817Z] === RUN   TestDockerNetworkMacvlan/NilParent
22:31:32 [2023-04-12T22:31:32.718Z] === RUN   TestDockerNetworkMacvlan/InternalMode
22:31:34 [2023-04-12T22:31:34.091Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
22:31:37 [2023-04-12T22:31:37.371Z] === RUN   TestDockerNetworkMacvlan/Addressing
22:31:38 [2023-04-12T22:31:38.307Z] --- PASS: TestDockerNetworkMacvlan (9.58s)
22:31:38 [2023-04-12T22:31:38.307Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s)
22:31:38 [2023-04-12T22:31:38.307Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s)
22:31:38 [2023-04-12T22:31:38.307Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.86s)
22:31:38 [2023-04-12T22:31:38.307Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.82s)
22:31:38 [2023-04-12T22:31:38.307Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.07s)
22:31:38 [2023-04-12T22:31:38.307Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.57s)
22:31:38 [2023-04-12T22:31:38.307Z] PASS
22:31:38 [2023-04-12T22:31:38.307Z] 
22:31:38 [2023-04-12T22:31:38.307Z] DONE 8 tests in 11.044s
22:31:38 [2023-04-12T22:31:38.307Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m 
22:31:38 [2023-04-12T22:31:38.307Z] ++ 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
22:31:38 [2023-04-12T22:31:38.307Z] ++ set -e
22:31:38 [2023-04-12T22:31:38.307Z] ++ '[' -n 0 ']'
22:31:38 [2023-04-12T22:31:38.307Z] ++ set -x
22:31:38 [2023-04-12T22:31:38.307Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker 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
22:31:38 [2023-04-12T22:31:38.307Z] testing: warning: no tests to run
22:31:38 [2023-04-12T22:31:38.307Z] PASS
22:31:38 [2023-04-12T22:31:38.307Z] 
22:31:38 [2023-04-12T22:31:38.307Z] DONE 0 tests in 0.041s
22:31:38 [2023-04-12T22:31:38.307Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
22:31:38 [2023-04-12T22:31:38.307Z] ++ 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
22:31:38 [2023-04-12T22:31:38.307Z] ++ set -e
22:31:38 [2023-04-12T22:31:38.307Z] ++ '[' -n 0 ']'
22:31:38 [2023-04-12T22:31:38.307Z] ++ set -x
22:31:38 [2023-04-12T22:31:38.307Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker 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
22:31:38 [2023-04-12T22:31:38.307Z] INFO: Testing against a local daemon
22:31:38 [2023-04-12T22:31:38.307Z] === RUN   TestAuthZPluginAllowRequest
22:31:39 [2023-04-12T22:31:39.680Z] --- PASS: TestAuthZPluginAllowRequest (1.16s)
22:31:39 [2023-04-12T22:31:39.680Z] === RUN   TestAuthZPluginTLS
22:31:39 [2023-04-12T22:31:39.938Z] --- PASS: TestAuthZPluginTLS (0.56s)
22:31:39 [2023-04-12T22:31:39.938Z] === RUN   TestAuthZPluginDenyRequest
22:31:40 [2023-04-12T22:31:40.503Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
22:31:40 [2023-04-12T22:31:40.503Z] === RUN   TestAuthZPluginAPIDenyResponse
22:31:41 [2023-04-12T22:31:41.069Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
22:31:41 [2023-04-12T22:31:41.069Z] === RUN   TestAuthZPluginDenyResponse
22:31:41 [2023-04-12T22:31:41.634Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
22:31:41 [2023-04-12T22:31:41.634Z] === RUN   TestAuthZPluginAllowEventStream
22:31:43 [2023-04-12T22:31:43.007Z] --- PASS: TestAuthZPluginAllowEventStream (1.15s)
22:31:43 [2023-04-12T22:31:43.007Z] === RUN   TestAuthZPluginErrorResponse
22:31:43 [2023-04-12T22:31:43.265Z] --- PASS: TestAuthZPluginErrorResponse (0.53s)
22:31:43 [2023-04-12T22:31:43.265Z] === RUN   TestAuthZPluginErrorRequest
22:31:43 [2023-04-12T22:31:43.831Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
22:31:43 [2023-04-12T22:31:43.831Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
22:31:44 [2023-04-12T22:31:44.395Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s)
22:31:44 [2023-04-12T22:31:44.395Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
22:31:45 [2023-04-12T22:31:45.768Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.53s)
22:31:45 [2023-04-12T22:31:45.768Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
22:31:47 [2023-04-12T22:31:47.668Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.82s)
22:31:47 [2023-04-12T22:31:47.668Z] === RUN   TestAuthZPluginHeader
22:31:48 [2023-04-12T22:31:48.233Z] --- PASS: TestAuthZPluginHeader (0.69s)
22:31:48 [2023-04-12T22:31:48.233Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
22:31:48 [2023-04-12T22:31:48.233Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:31:48 [2023-04-12T22:31:48.233Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
22:31:48 [2023-04-12T22:31:48.233Z] === RUN   TestAuthZPluginV2Disable
22:31:48 [2023-04-12T22:31:48.233Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:31:48 [2023-04-12T22:31:48.233Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
22:31:48 [2023-04-12T22:31:48.233Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
22:31:48 [2023-04-12T22:31:48.233Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:31:48 [2023-04-12T22:31:48.233Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
22:31:48 [2023-04-12T22:31:48.233Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
22:31:48 [2023-04-12T22:31:48.233Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:31:48 [2023-04-12T22:31:48.233Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
22:31:48 [2023-04-12T22:31:48.233Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
22:32:06 [2023-04-12T22:32:06.299Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.88s)
22:32:06 [2023-04-12T22:32:06.299Z] PASS
22:32:06 [2023-04-12T22:32:06.299Z] 
22:32:06 [2023-04-12T22:32:06.299Z] === Skipped
22:32:06 [2023-04-12T22:32:06.299Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
22:32:06 [2023-04-12T22:32:06.299Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:32:06 [2023-04-12T22:32:06.299Z] 
22:32:06 [2023-04-12T22:32:06.299Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
22:32:06 [2023-04-12T22:32:06.299Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:32:06 [2023-04-12T22:32:06.299Z] 
22:32:06 [2023-04-12T22:32:06.299Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
22:32:06 [2023-04-12T22:32:06.299Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:32:06 [2023-04-12T22:32:06.299Z] 
22:32:06 [2023-04-12T22:32:06.299Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
22:32:06 [2023-04-12T22:32:06.299Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:32:06 [2023-04-12T22:32:06.299Z] 
22:32:06 [2023-04-12T22:32:06.299Z] DONE 17 tests, 4 skipped in 27.094s
22:32:06 [2023-04-12T22:32:06.299Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m 
22:32:06 [2023-04-12T22:32:06.299Z] ++ 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
22:32:06 [2023-04-12T22:32:06.299Z] ++ set -e
22:32:06 [2023-04-12T22:32:06.299Z] ++ '[' -n 0 ']'
22:32:06 [2023-04-12T22:32:06.299Z] ++ set -x
22:32:06 [2023-04-12T22:32:06.299Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker 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
22:32:06 [2023-04-12T22:32:06.299Z] INFO: Testing against a local daemon
22:32:06 [2023-04-12T22:32:06.299Z] === RUN   TestPluginInvalidJSON
22:32:06 [2023-04-12T22:32:06.299Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
22:32:06 [2023-04-12T22:32:06.299Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
22:32:06 [2023-04-12T22:32:06.299Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
22:32:06 [2023-04-12T22:32:06.299Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
22:32:06 [2023-04-12T22:32:06.299Z] === RUN   TestPluginInvalidJSON/plugins/pull
22:32:06 [2023-04-12T22:32:06.299Z] === PAUSE TestPluginInvalidJSON/plugins/pull
22:32:06 [2023-04-12T22:32:06.299Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
22:32:06 [2023-04-12T22:32:06.299Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
22:32:06 [2023-04-12T22:32:06.299Z] === CONT  TestPluginInvalidJSON/plugins/pull
22:32:06 [2023-04-12T22:32:06.299Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
22:32:06 [2023-04-12T22:32:06.299Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
22:32:06 [2023-04-12T22:32:06.299Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
22:32:06 [2023-04-12T22:32:06.299Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
22:32:06 [2023-04-12T22:32:06.299Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
22:32:06 [2023-04-12T22:32:06.299Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
22:32:06 [2023-04-12T22:32:06.299Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
22:32:06 [2023-04-12T22:32:06.299Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
22:32:06 [2023-04-12T22:32:06.299Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
22:32:06 [2023-04-12T22:32:06.299Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
22:32:06 [2023-04-12T22:32:06.299Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
22:32:06 [2023-04-12T22:32:06.299Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
22:32:06 [2023-04-12T22:32:06.299Z] --- PASS: TestPluginInvalidJSON (0.02s)
22:32:06 [2023-04-12T22:32:06.299Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s)
22:32:06 [2023-04-12T22:32:06.299Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
22:32:06 [2023-04-12T22:32:06.299Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
22:32:06 [2023-04-12T22:32:06.299Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
22:32:06 [2023-04-12T22:32:06.299Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
22:32:06 [2023-04-12T22:32:06.299Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
22:32:06 [2023-04-12T22:32:06.299Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
22:32:06 [2023-04-12T22:32:06.299Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
22:32:06 [2023-04-12T22:32:06.299Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
22:32:06 [2023-04-12T22:32:06.299Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
22:32:06 [2023-04-12T22:32:06.299Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s)
22:32:06 [2023-04-12T22:32:06.299Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
22:32:06 [2023-04-12T22:32:06.299Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
22:32:06 [2023-04-12T22:32:06.299Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
22:32:06 [2023-04-12T22:32:06.299Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
22:32:06 [2023-04-12T22:32:06.299Z] === RUN   TestPluginInstall
22:32:06 [2023-04-12T22:32:06.299Z] === RUN   TestPluginInstall/no_auth
22:32:09 [2023-04-12T22:32:09.636Z] time="2023-04-12T22:32:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:32:09 [2023-04-12T22:32:09.636Z] time="2023-04-12T22:32:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:11ff5002fce23b405686ae56cbfecbbfb7ca490ae198dc8af84dcb1709ee2dd2" mediatype=application/vnd.docker.plugin.v1+json size=522
22:32:09 [2023-04-12T22:32:09.636Z] time="2023-04-12T22:32:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:32:09 [2023-04-12T22:32:09.636Z] time="2023-04-12T22:32:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:11ff5002fce23b405686ae56cbfecbbfb7ca490ae198dc8af84dcb1709ee2dd2" mediatype=application/vnd.docker.plugin.v1+json size=522
22:32:09 [2023-04-12T22:32:09.636Z] === RUN   TestPluginInstall/with_htpasswd
22:32:09 [2023-04-12T22:32:09.893Z] time="2023-04-12T22:32:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:32:09 [2023-04-12T22:32:09.893Z] time="2023-04-12T22:32:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1832b651188ef4d3707a143cfa333ac99ce9c133811c59e84f8ac1119bcee313" mediatype=application/vnd.docker.plugin.v1+json size=522
22:32:09 [2023-04-12T22:32:09.893Z] time="2023-04-12T22:32:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:32:09 [2023-04-12T22:32:09.893Z] time="2023-04-12T22:32:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1832b651188ef4d3707a143cfa333ac99ce9c133811c59e84f8ac1119bcee313" mediatype=application/vnd.docker.plugin.v1+json size=522
22:32:10 [2023-04-12T22:32:10.151Z] === RUN   TestPluginInstall/with_insecure
22:32:11 [2023-04-12T22:32:11.094Z] time="2023-04-12T22:32:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:32:11 [2023-04-12T22:32:11.094Z] time="2023-04-12T22:32:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9bac98ac39235ecfdbdc9bb660175d75a9ea2a592d5b0904f8c4f415552aba0f" mediatype=application/vnd.docker.plugin.v1+json size=522
22:32:11 [2023-04-12T22:32:11.094Z] time="2023-04-12T22:32:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:32:11 [2023-04-12T22:32:11.094Z] time="2023-04-12T22:32:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9bac98ac39235ecfdbdc9bb660175d75a9ea2a592d5b0904f8c4f415552aba0f" mediatype=application/vnd.docker.plugin.v1+json size=522
22:32:11 [2023-04-12T22:32:11.094Z]     plugin_test.go:195: [d26c2f285c213] daemon is not started
22:32:11 [2023-04-12T22:32:11.094Z] --- PASS: TestPluginInstall (5.70s)
22:32:11 [2023-04-12T22:32:11.094Z]     --- PASS: TestPluginInstall/no_auth (4.07s)
22:32:11 [2023-04-12T22:32:11.094Z]     --- PASS: TestPluginInstall/with_htpasswd (0.58s)
22:32:11 [2023-04-12T22:32:11.094Z]     --- PASS: TestPluginInstall/with_insecure (1.05s)
22:32:11 [2023-04-12T22:32:11.094Z] === RUN   TestPluginsWithRuntimes
22:32:12 [2023-04-12T22:32:12.994Z] === RUN   TestPluginsWithRuntimes/No_Args
22:32:13 [2023-04-12T22:32:13.560Z] === RUN   TestPluginsWithRuntimes/With_Args
22:32:14 [2023-04-12T22:32:14.492Z] --- PASS: TestPluginsWithRuntimes (3.45s)
22:32:14 [2023-04-12T22:32:14.492Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.93s)
22:32:14 [2023-04-12T22:32:14.492Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.92s)
22:32:14 [2023-04-12T22:32:14.492Z] === RUN   TestPluginBackCompatMediaTypes
22:32:15 [2023-04-12T22:32:15.058Z] --- PASS: TestPluginBackCompatMediaTypes (0.59s)
22:32:15 [2023-04-12T22:32:15.058Z] PASS
22:32:15 [2023-04-12T22:32:15.058Z] 
22:32:15 [2023-04-12T22:32:15.058Z] DONE 24 tests in 9.922s
22:32:15 [2023-04-12T22:32:15.058Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
22:32:15 [2023-04-12T22:32:15.058Z] ++ 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
22:32:15 [2023-04-12T22:32:15.058Z] ++ set -e
22:32:15 [2023-04-12T22:32:15.316Z] ++ '[' -n 0 ']'
22:32:15 [2023-04-12T22:32:15.316Z] ++ set -x
22:32:15 [2023-04-12T22:32:15.316Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker 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
22:32:15 [2023-04-12T22:32:15.316Z] INFO: Testing against a local daemon
22:32:15 [2023-04-12T22:32:15.316Z] === RUN   TestExternalGraphDriver
22:32:15 [2023-04-12T22:32:15.577Z] === RUN   TestExternalGraphDriver/json
22:32:17 [2023-04-12T22:32:17.475Z] === RUN   TestExternalGraphDriver/spec
22:32:18 [2023-04-12T22:32:18.848Z] === RUN   TestExternalGraphDriver/pull
22:32:20 [2023-04-12T22:32:20.747Z] --- PASS: TestExternalGraphDriver (5.44s)
22:32:20 [2023-04-12T22:32:20.747Z]     --- PASS: TestExternalGraphDriver/json (1.61s)
22:32:20 [2023-04-12T22:32:20.747Z]     --- PASS: TestExternalGraphDriver/spec (1.59s)
22:32:20 [2023-04-12T22:32:20.747Z]     --- PASS: TestExternalGraphDriver/pull (1.89s)
22:32:20 [2023-04-12T22:32:20.747Z] === RUN   TestGraphdriverPluginV2
22:32:21 [2023-04-12T22:32:21.005Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:32:21 [2023-04-12T22:32:21.005Z] --- SKIP: TestGraphdriverPluginV2 (0.32s)
22:32:21 [2023-04-12T22:32:21.005Z] PASS
22:32:21 [2023-04-12T22:32:21.005Z] 
22:32:21 [2023-04-12T22:32:21.005Z] === Skipped
22:32:21 [2023-04-12T22:32:21.005Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.32s)
22:32:21 [2023-04-12T22:32:21.005Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:32:21 [2023-04-12T22:32:21.005Z] 
22:32:21 [2023-04-12T22:32:21.005Z] DONE 5 tests, 1 skipped in 5.874s
22:32:21 [2023-04-12T22:32:21.005Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
22:32:21 [2023-04-12T22:32:21.005Z] ++ 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
22:32:21 [2023-04-12T22:32:21.005Z] ++ set -e
22:32:21 [2023-04-12T22:32:21.005Z] ++ '[' -n 0 ']'
22:32:21 [2023-04-12T22:32:21.005Z] ++ set -x
22:32:21 [2023-04-12T22:32:21.005Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker 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
22:32:21 [2023-04-12T22:32:21.263Z] INFO: Testing against a local daemon
22:32:21 [2023-04-12T22:32:21.263Z] === RUN   TestContinueAfterPluginCrash
22:32:21 [2023-04-12T22:32:21.263Z] === PAUSE TestContinueAfterPluginCrash
22:32:21 [2023-04-12T22:32:21.263Z] === RUN   TestReadPluginNoRead
22:32:21 [2023-04-12T22:32:21.263Z] === PAUSE TestReadPluginNoRead
22:32:21 [2023-04-12T22:32:21.263Z] === RUN   TestDaemonStartWithLogOpt
22:32:21 [2023-04-12T22:32:21.263Z] === PAUSE TestDaemonStartWithLogOpt
22:32:21 [2023-04-12T22:32:21.263Z] === CONT  TestContinueAfterPluginCrash
22:32:21 [2023-04-12T22:32:21.263Z] === CONT  TestDaemonStartWithLogOpt
22:32:24 [2023-04-12T22:32:24.544Z] --- PASS: TestDaemonStartWithLogOpt (3.15s)
22:32:24 [2023-04-12T22:32:24.544Z] === CONT  TestReadPluginNoRead
22:32:26 [2023-04-12T22:32:26.443Z] === RUN   TestReadPluginNoRead/default
22:32:27 [2023-04-12T22:32:27.816Z] === RUN   TestReadPluginNoRead/disabled_caching
22:32:29 [2023-04-12T22:32:29.188Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
22:32:29 [2023-04-12T22:32:29.445Z] --- PASS: TestContinueAfterPluginCrash (8.27s)
22:32:30 [2023-04-12T22:32:30.378Z] === CONT  TestReadPluginNoRead
22:32:30 [2023-04-12T22:32:30.378Z]     read_test.go:91: [d294fe73431c6] daemon is not started
22:32:30 [2023-04-12T22:32:30.378Z] --- PASS: TestReadPluginNoRead (5.80s)
22:32:30 [2023-04-12T22:32:30.378Z]     --- PASS: TestReadPluginNoRead/default (1.27s)
22:32:30 [2023-04-12T22:32:30.378Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.19s)
22:32:30 [2023-04-12T22:32:30.378Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.19s)
22:32:30 [2023-04-12T22:32:30.378Z] PASS
22:32:30 [2023-04-12T22:32:30.378Z] 
22:32:30 [2023-04-12T22:32:30.378Z] DONE 6 tests in 9.140s
22:32:30 [2023-04-12T22:32:30.378Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
22:32:30 [2023-04-12T22:32:30.378Z] ++ 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
22:32:30 [2023-04-12T22:32:30.378Z] ++ set -e
22:32:30 [2023-04-12T22:32:30.378Z] ++ '[' -n 0 ']'
22:32:30 [2023-04-12T22:32:30.378Z] ++ set -x
22:32:30 [2023-04-12T22:32:30.379Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker 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
22:32:30 [2023-04-12T22:32:30.379Z] testing: warning: no tests to run
22:32:30 [2023-04-12T22:32:30.379Z] PASS
22:32:30 [2023-04-12T22:32:30.379Z] 
22:32:30 [2023-04-12T22:32:30.379Z] DONE 0 tests in 0.050s
22:32:30 [2023-04-12T22:32:30.379Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
22:32:30 [2023-04-12T22:32:30.379Z] ++ 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
22:32:30 [2023-04-12T22:32:30.379Z] ++ set -e
22:32:30 [2023-04-12T22:32:30.379Z] ++ '[' -n 0 ']'
22:32:30 [2023-04-12T22:32:30.379Z] ++ set -x
22:32:30 [2023-04-12T22:32:30.379Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker 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
22:32:30 [2023-04-12T22:32:30.379Z] INFO: Testing against a local daemon
22:32:30 [2023-04-12T22:32:30.379Z] === RUN   TestPluginWithDevMounts
22:32:30 [2023-04-12T22:32:30.379Z] === PAUSE TestPluginWithDevMounts
22:32:30 [2023-04-12T22:32:30.379Z] === CONT  TestPluginWithDevMounts
22:32:32 [2023-04-12T22:32:32.277Z] --- PASS: TestPluginWithDevMounts (1.56s)
22:32:32 [2023-04-12T22:32:32.277Z] PASS
22:32:32 [2023-04-12T22:32:32.277Z] 
22:32:32 [2023-04-12T22:32:32.277Z] DONE 1 tests in 1.704s
22:32:32 [2023-04-12T22:32:32.277Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m 
22:32:32 [2023-04-12T22:32:32.277Z] ++ 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
22:32:32 [2023-04-12T22:32:32.277Z] ++ set -e
22:32:32 [2023-04-12T22:32:32.277Z] ++ '[' -n 0 ']'
22:32:32 [2023-04-12T22:32:32.277Z] ++ set -x
22:32:32 [2023-04-12T22:32:32.277Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker 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
22:32:32 [2023-04-12T22:32:32.277Z] INFO: Testing against a local daemon
22:32:32 [2023-04-12T22:32:32.277Z] === RUN   TestSecretInspect
22:32:34 [2023-04-12T22:32:34.843Z] --- PASS: TestSecretInspect (2.19s)
22:32:34 [2023-04-12T22:32:34.843Z] === RUN   TestSecretList
22:32:36 [2023-04-12T22:32:36.741Z] --- PASS: TestSecretList (2.21s)
22:32:36 [2023-04-12T22:32:36.741Z] === RUN   TestSecretsCreateAndDelete
22:32:38 [2023-04-12T22:32:38.640Z] --- PASS: TestSecretsCreateAndDelete (2.22s)
22:32:38 [2023-04-12T22:32:38.640Z] === RUN   TestSecretsUpdate
22:32:41 [2023-04-12T22:32:41.167Z] --- PASS: TestSecretsUpdate (2.32s)
22:32:41 [2023-04-12T22:32:41.167Z] === RUN   TestTemplatedSecret
22:32:44 [2023-04-12T22:32:44.446Z] --- PASS: TestTemplatedSecret (2.92s)
22:32:44 [2023-04-12T22:32:44.446Z] === RUN   TestSecretCreateResolve
22:32:46 [2023-04-12T22:32:46.345Z] --- PASS: TestSecretCreateResolve (2.20s)
22:32:46 [2023-04-12T22:32:46.345Z] PASS
22:32:46 [2023-04-12T22:32:46.345Z] 
22:32:46 [2023-04-12T22:32:46.345Z] DONE 6 tests in 14.177s
22:32:46 [2023-04-12T22:32:46.345Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m 
22:32:46 [2023-04-12T22:32:46.345Z] ++ 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
22:32:46 [2023-04-12T22:32:46.345Z] ++ set -e
22:32:46 [2023-04-12T22:32:46.345Z] ++ '[' -n 0 ']'
22:32:46 [2023-04-12T22:32:46.345Z] ++ set -x
22:32:46 [2023-04-12T22:32:46.345Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker 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
22:32:46 [2023-04-12T22:32:46.345Z] INFO: Testing against a local daemon
22:32:46 [2023-04-12T22:32:46.345Z] === RUN   TestServiceCreateInit
22:32:46 [2023-04-12T22:32:46.345Z] === RUN   TestServiceCreateInit/daemonInitDisabled
22:32:50 [2023-04-12T22:32:50.527Z] === RUN   TestServiceCreateInit/daemonInitEnabled
22:32:53 [2023-04-12T22:32:53.807Z] --- PASS: TestServiceCreateInit (7.39s)
22:32:53 [2023-04-12T22:32:53.807Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.65s)
22:32:53 [2023-04-12T22:32:53.807Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.72s)
22:32:53 [2023-04-12T22:32:53.807Z] === RUN   TestCreateServiceMultipleTimes
22:33:11 [2023-04-12T22:33:11.884Z] --- PASS: TestCreateServiceMultipleTimes (15.64s)
22:33:11 [2023-04-12T22:33:11.884Z] === RUN   TestCreateServiceConflict
22:33:11 [2023-04-12T22:33:11.884Z] --- PASS: TestCreateServiceConflict (2.24s)
22:33:11 [2023-04-12T22:33:11.884Z] === RUN   TestCreateServiceMaxReplicas
22:33:15 [2023-04-12T22:33:15.165Z] --- PASS: TestCreateServiceMaxReplicas (2.95s)
22:33:15 [2023-04-12T22:33:15.165Z] === RUN   TestCreateWithDuplicateNetworkNames
22:33:30 [2023-04-12T22:33:30.049Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.23s)
22:33:30 [2023-04-12T22:33:30.049Z] === RUN   TestCreateServiceSecretFileMode
22:33:30 [2023-04-12T22:33:30.307Z] --- PASS: TestCreateServiceSecretFileMode (2.49s)
22:33:30 [2023-04-12T22:33:30.307Z] === RUN   TestCreateServiceConfigFileMode
22:33:32 [2023-04-12T22:33:32.835Z] --- PASS: TestCreateServiceConfigFileMode (2.59s)
22:33:32 [2023-04-12T22:33:32.835Z] === RUN   TestCreateServiceSysctls
22:33:36 [2023-04-12T22:33:36.116Z] --- PASS: TestCreateServiceSysctls (3.12s)
22:33:36 [2023-04-12T22:33:36.116Z] === RUN   TestCreateServiceCapabilities
22:33:38 [2023-04-12T22:33:38.641Z] --- PASS: TestCreateServiceCapabilities (2.60s)
22:33:38 [2023-04-12T22:33:38.641Z] === RUN   TestInspect
22:33:41 [2023-04-12T22:33:41.921Z] --- PASS: TestInspect (2.78s)
22:33:41 [2023-04-12T22:33:41.921Z] === RUN   TestCreateJob
22:33:44 [2023-04-12T22:33:44.447Z] --- PASS: TestCreateJob (3.07s)
22:33:44 [2023-04-12T22:33:44.447Z] === RUN   TestReplicatedJob
22:33:49 [2023-04-12T22:33:49.709Z] --- PASS: TestReplicatedJob (4.56s)
22:33:49 [2023-04-12T22:33:49.709Z] === RUN   TestUpdateReplicatedJob
22:33:52 [2023-04-12T22:33:52.236Z] --- PASS: TestUpdateReplicatedJob (3.18s)
22:33:52 [2023-04-12T22:33:52.236Z] === RUN   TestServiceListWithStatuses
22:33:52 [2023-04-12T22:33:52.236Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
22:33:52 [2023-04-12T22:33:52.236Z] --- SKIP: TestServiceListWithStatuses (0.00s)
22:33:52 [2023-04-12T22:33:52.236Z] === RUN   TestDockerNetworkConnectAlias
22:33:56 [2023-04-12T22:33:56.418Z] --- PASS: TestDockerNetworkConnectAlias (4.09s)
22:33:56 [2023-04-12T22:33:56.418Z] === RUN   TestDockerNetworkReConnect
22:34:00 [2023-04-12T22:34:00.621Z] --- PASS: TestDockerNetworkReConnect (3.60s)
22:34:00 [2023-04-12T22:34:00.621Z] === RUN   TestServicePlugin
22:34:00 [2023-04-12T22:34:00.621Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:34:00 [2023-04-12T22:34:00.621Z] --- SKIP: TestServicePlugin (0.00s)
22:34:00 [2023-04-12T22:34:00.621Z] === RUN   TestServiceUpdateLabel
22:34:02 [2023-04-12T22:34:02.520Z] --- PASS: TestServiceUpdateLabel (2.19s)
22:34:02 [2023-04-12T22:34:02.520Z] === RUN   TestServiceUpdateSecrets
22:34:17 [2023-04-12T22:34:17.384Z] --- PASS: TestServiceUpdateSecrets (14.40s)
22:34:17 [2023-04-12T22:34:17.384Z] === RUN   TestServiceUpdateConfigs
22:34:32 [2023-04-12T22:34:32.247Z] --- PASS: TestServiceUpdateConfigs (14.41s)
22:34:32 [2023-04-12T22:34:32.247Z] === RUN   TestServiceUpdateNetwork
22:34:44 [2023-04-12T22:34:44.440Z] --- PASS: TestServiceUpdateNetwork (12.40s)
22:34:44 [2023-04-12T22:34:44.440Z] === RUN   TestServiceUpdatePidsLimit
22:34:44 [2023-04-12T22:34:44.701Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
22:34:45 [2023-04-12T22:34:45.266Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
22:34:53 [2023-04-12T22:34:53.370Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
22:34:59 [2023-04-12T22:34:59.946Z] --- PASS: TestServiceUpdatePidsLimit (16.06s)
22:34:59 [2023-04-12T22:34:59.946Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s)
22:34:59 [2023-04-12T22:34:59.946Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.88s)
22:34:59 [2023-04-12T22:34:59.946Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.78s)
22:34:59 [2023-04-12T22:34:59.946Z] PASS
22:34:59 [2023-04-12T22:34:59.946Z] 
22:34:59 [2023-04-12T22:34:59.946Z] === Skipped
22:34:59 [2023-04-12T22:34:59.946Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s)
22:34:59 [2023-04-12T22:34:59.946Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
22:34:59 [2023-04-12T22:34:59.946Z] 
22:34:59 [2023-04-12T22:34:59.946Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
22:34:59 [2023-04-12T22:34:59.946Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
22:34:59 [2023-04-12T22:34:59.946Z] 
22:34:59 [2023-04-12T22:34:59.946Z] DONE 27 tests, 2 skipped in 133.194s
22:34:59 [2023-04-12T22:34:59.946Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m 
22:34:59 [2023-04-12T22:34:59.946Z] ++ 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
22:34:59 [2023-04-12T22:34:59.946Z] ++ set -e
22:34:59 [2023-04-12T22:34:59.946Z] ++ '[' -n 0 ']'
22:34:59 [2023-04-12T22:34:59.946Z] ++ set -x
22:34:59 [2023-04-12T22:34:59.946Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker 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
22:34:59 [2023-04-12T22:34:59.946Z] INFO: Testing against a local daemon
22:34:59 [2023-04-12T22:34:59.946Z] === RUN   TestSessionCreate
22:34:59 [2023-04-12T22:34:59.946Z] --- PASS: TestSessionCreate (0.04s)
22:34:59 [2023-04-12T22:34:59.946Z] === RUN   TestSessionCreateWithBadUpgrade
22:34:59 [2023-04-12T22:34:59.946Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
22:34:59 [2023-04-12T22:34:59.946Z] PASS
22:34:59 [2023-04-12T22:34:59.946Z] 
22:34:59 [2023-04-12T22:34:59.946Z] DONE 2 tests in 0.237s
22:34:59 [2023-04-12T22:34:59.946Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m 
22:34:59 [2023-04-12T22:34:59.946Z] ++ 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
22:34:59 [2023-04-12T22:34:59.946Z] ++ set -e
22:34:59 [2023-04-12T22:34:59.946Z] ++ '[' -n 0 ']'
22:34:59 [2023-04-12T22:34:59.946Z] ++ set -x
22:34:59 [2023-04-12T22:34:59.946Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker 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
22:34:59 [2023-04-12T22:34:59.946Z] INFO: Testing against a local daemon
22:34:59 [2023-04-12T22:34:59.946Z] === RUN   TestCgroupDriverSystemdMemoryLimit
22:34:59 [2023-04-12T22:34:59.946Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
22:34:59 [2023-04-12T22:34:59.946Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
22:34:59 [2023-04-12T22:34:59.946Z] === RUN   TestDiskUsage
22:34:59 [2023-04-12T22:34:59.947Z] === PAUSE TestDiskUsage
22:34:59 [2023-04-12T22:34:59.947Z] === RUN   TestEventsExecDie
22:35:00 [2023-04-12T22:35:00.512Z] --- PASS: TestEventsExecDie (0.55s)
22:35:00 [2023-04-12T22:35:00.512Z] === RUN   TestEventsBackwardsCompatible
22:35:00 [2023-04-12T22:35:00.512Z] --- PASS: TestEventsBackwardsCompatible (0.07s)
22:35:00 [2023-04-12T22:35:00.512Z] === RUN   TestEventsVolumeCreate
22:35:00 [2023-04-12T22:35:00.512Z] --- PASS: TestEventsVolumeCreate (0.06s)
22:35:00 [2023-04-12T22:35:00.512Z] === RUN   TestInfoBinaryCommits
22:35:00 [2023-04-12T22:35:00.512Z] --- PASS: TestInfoBinaryCommits (0.02s)
22:35:00 [2023-04-12T22:35:00.512Z] === RUN   TestInfoAPIVersioned
22:35:00 [2023-04-12T22:35:00.512Z] --- PASS: TestInfoAPIVersioned (0.01s)
22:35:00 [2023-04-12T22:35:00.512Z] === RUN   TestInfoAPI
22:35:00 [2023-04-12T22:35:00.512Z] --- PASS: TestInfoAPI (0.02s)
22:35:00 [2023-04-12T22:35:00.512Z] === RUN   TestInfoAPIWarnings
22:35:18 [2023-04-12T22:35:18.581Z] --- PASS: TestInfoAPIWarnings (16.54s)
22:35:18 [2023-04-12T22:35:18.581Z] === RUN   TestInfoDebug
22:35:18 [2023-04-12T22:35:18.581Z] --- PASS: TestInfoDebug (0.52s)
22:35:18 [2023-04-12T22:35:18.581Z] === RUN   TestInfoInsecureRegistries
22:35:18 [2023-04-12T22:35:18.581Z] --- PASS: TestInfoInsecureRegistries (0.52s)
22:35:18 [2023-04-12T22:35:18.581Z] === RUN   TestInfoRegistryMirrors
22:35:18 [2023-04-12T22:35:18.581Z] --- PASS: TestInfoRegistryMirrors (0.52s)
22:35:18 [2023-04-12T22:35:18.581Z] === RUN   TestLoginFailsWithBadCredentials
22:35:19 [2023-04-12T22:35:19.146Z] --- PASS: TestLoginFailsWithBadCredentials (0.39s)
22:35:19 [2023-04-12T22:35:19.146Z] === RUN   TestPingCacheHeaders
22:35:19 [2023-04-12T22:35:19.146Z] --- PASS: TestPingCacheHeaders (0.02s)
22:35:19 [2023-04-12T22:35:19.146Z] === RUN   TestPingGet
22:35:19 [2023-04-12T22:35:19.146Z] --- PASS: TestPingGet (0.01s)
22:35:19 [2023-04-12T22:35:19.146Z] === RUN   TestPingHead
22:35:19 [2023-04-12T22:35:19.146Z] --- PASS: TestPingHead (0.02s)
22:35:19 [2023-04-12T22:35:19.146Z] === RUN   TestPingSwarmHeader
22:35:19 [2023-04-12T22:35:19.711Z] === RUN   TestPingSwarmHeader/before_swarm_init
22:35:19 [2023-04-12T22:35:19.711Z] === RUN   TestPingSwarmHeader/after_swarm_init
22:35:21 [2023-04-12T22:35:21.084Z] === RUN   TestPingSwarmHeader/after_swarm_leave
22:35:21 [2023-04-12T22:35:21.084Z] --- PASS: TestPingSwarmHeader (1.69s)
22:35:21 [2023-04-12T22:35:21.084Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
22:35:21 [2023-04-12T22:35:21.084Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
22:35:21 [2023-04-12T22:35:21.084Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
22:35:21 [2023-04-12T22:35:21.084Z] === RUN   TestPingBuilderHeader
22:35:21 [2023-04-12T22:35:21.084Z] === RUN   TestPingBuilderHeader/default_config
22:35:21 [2023-04-12T22:35:21.342Z] === RUN   TestPingBuilderHeader/buildkit_disabled
22:35:21 [2023-04-12T22:35:21.907Z] --- PASS: TestPingBuilderHeader (1.05s)
22:35:21 [2023-04-12T22:35:21.907Z]     --- PASS: TestPingBuilderHeader/default_config (0.52s)
22:35:21 [2023-04-12T22:35:21.907Z]     --- PASS: TestPingBuilderHeader/buildkit_disabled (0.52s)
22:35:21 [2023-04-12T22:35:21.907Z] === RUN   TestVersion
22:35:21 [2023-04-12T22:35:21.907Z] --- PASS: TestVersion (0.03s)
22:35:21 [2023-04-12T22:35:21.907Z] === CONT  TestDiskUsage
22:35:22 [2023-04-12T22:35:22.473Z] === RUN   TestDiskUsage/empty
22:35:22 [2023-04-12T22:35:22.473Z] === RUN   TestDiskUsage/empty/container_types
22:35:22 [2023-04-12T22:35:22.473Z] === RUN   TestDiskUsage/empty/image_types
22:35:22 [2023-04-12T22:35:22.473Z] === RUN   TestDiskUsage/empty/volume_types
22:35:22 [2023-04-12T22:35:22.473Z] === RUN   TestDiskUsage/empty/build-cache_types
22:35:22 [2023-04-12T22:35:22.473Z] === RUN   TestDiskUsage/empty/container,_volume_types
22:35:22 [2023-04-12T22:35:22.473Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
22:35:22 [2023-04-12T22:35:22.473Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
22:35:22 [2023-04-12T22:35:22.473Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
22:35:22 [2023-04-12T22:35:22.473Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
22:35:22 [2023-04-12T22:35:22.473Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
22:35:22 [2023-04-12T22:35:22.473Z] === RUN   TestDiskUsage/after_LoadBusybox
22:35:22 [2023-04-12T22:35:22.473Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
22:35:22 [2023-04-12T22:35:22.473Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
22:35:22 [2023-04-12T22:35:22.473Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
22:35:22 [2023-04-12T22:35:22.473Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
22:35:22 [2023-04-12T22:35:22.473Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
22:35:22 [2023-04-12T22:35:22.473Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
22:35:22 [2023-04-12T22:35:22.473Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
22:35:22 [2023-04-12T22:35:22.473Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
22:35:22 [2023-04-12T22:35:22.473Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
22:35:22 [2023-04-12T22:35:22.473Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
22:35:22 [2023-04-12T22:35:22.473Z] === RUN   TestDiskUsage/after_container.Run
22:35:23 [2023-04-12T22:35:23.039Z] === RUN   TestDiskUsage/after_container.Run/container_types
22:35:23 [2023-04-12T22:35:23.039Z] === RUN   TestDiskUsage/after_container.Run/image_types
22:35:23 [2023-04-12T22:35:23.039Z] === RUN   TestDiskUsage/after_container.Run/volume_types
22:35:23 [2023-04-12T22:35:23.039Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
22:35:23 [2023-04-12T22:35:23.039Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
22:35:23 [2023-04-12T22:35:23.039Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
22:35:23 [2023-04-12T22:35:23.039Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
22:35:23 [2023-04-12T22:35:23.039Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
22:35:23 [2023-04-12T22:35:23.040Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
22:35:23 [2023-04-12T22:35:23.040Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
22:35:23 [2023-04-12T22:35:23.040Z] --- PASS: TestDiskUsage (1.24s)
22:35:23 [2023-04-12T22:35:23.040Z]     --- PASS: TestDiskUsage/empty (0.01s)
22:35:23 [2023-04-12T22:35:23.040Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
22:35:23 [2023-04-12T22:35:23.040Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
22:35:23 [2023-04-12T22:35:23.040Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
22:35:23 [2023-04-12T22:35:23.040Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
22:35:23 [2023-04-12T22:35:23.040Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
22:35:23 [2023-04-12T22:35:23.040Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
22:35:23 [2023-04-12T22:35:23.040Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
22:35:23 [2023-04-12T22:35:23.040Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
22:35:23 [2023-04-12T22:35:23.040Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
22:35:23 [2023-04-12T22:35:23.040Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
22:35:23 [2023-04-12T22:35:23.040Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.19s)
22:35:23 [2023-04-12T22:35:23.040Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
22:35:23 [2023-04-12T22:35:23.040Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
22:35:23 [2023-04-12T22:35:23.040Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
22:35:23 [2023-04-12T22:35:23.040Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
22:35:23 [2023-04-12T22:35:23.040Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
22:35:23 [2023-04-12T22:35:23.040Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
22:35:23 [2023-04-12T22:35:23.040Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
22:35:23 [2023-04-12T22:35:23.040Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
22:35:23 [2023-04-12T22:35:23.040Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
22:35:23 [2023-04-12T22:35:23.040Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
22:35:23 [2023-04-12T22:35:23.040Z]     --- PASS: TestDiskUsage/after_container.Run (0.38s)
22:35:23 [2023-04-12T22:35:23.040Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
22:35:23 [2023-04-12T22:35:23.040Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
22:35:23 [2023-04-12T22:35:23.040Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
22:35:23 [2023-04-12T22:35:23.040Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
22:35:23 [2023-04-12T22:35:23.040Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
22:35:23 [2023-04-12T22:35:23.040Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
22:35:23 [2023-04-12T22:35:23.040Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
22:35:23 [2023-04-12T22:35:23.040Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
22:35:23 [2023-04-12T22:35:23.040Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
22:35:23 [2023-04-12T22:35:23.040Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
22:35:23 [2023-04-12T22:35:23.040Z] PASS
22:35:23 [2023-04-12T22:35:23.040Z] 
22:35:23 [2023-04-12T22:35:23.040Z] === Skipped
22:35:23 [2023-04-12T22:35:23.040Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
22:35:23 [2023-04-12T22:35:23.040Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
22:35:23 [2023-04-12T22:35:23.040Z] 
22:35:23 [2023-04-12T22:35:23.040Z] DONE 57 tests, 1 skipped in 23.461s
22:35:23 [2023-04-12T22:35:23.040Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m 
22:35:23 [2023-04-12T22:35:23.040Z] ++ 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
22:35:23 [2023-04-12T22:35:23.040Z] ++ set -e
22:35:23 [2023-04-12T22:35:23.040Z] ++ '[' -n 0 ']'
22:35:23 [2023-04-12T22:35:23.040Z] ++ set -x
22:35:23 [2023-04-12T22:35:23.040Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker 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
22:35:23 [2023-04-12T22:35:23.298Z] INFO: Testing against a local daemon
22:35:23 [2023-04-12T22:35:23.298Z] === RUN   TestVolumesCreateAndList
22:35:23 [2023-04-12T22:35:23.298Z] --- PASS: TestVolumesCreateAndList (0.02s)
22:35:23 [2023-04-12T22:35:23.298Z] === RUN   TestVolumesRemove
22:35:23 [2023-04-12T22:35:23.556Z] === RUN   TestVolumesRemove/volume_in_use
22:35:23 [2023-04-12T22:35:23.556Z] === RUN   TestVolumesRemove/volume_not_in_use
22:35:23 [2023-04-12T22:35:23.556Z] === RUN   TestVolumesRemove/non-existing_volume
22:35:23 [2023-04-12T22:35:23.556Z] === RUN   TestVolumesRemove/non-existing_volume_force
22:35:23 [2023-04-12T22:35:23.556Z] --- PASS: TestVolumesRemove (0.07s)
22:35:23 [2023-04-12T22:35:23.556Z]     --- PASS: TestVolumesRemove/volume_in_use (0.00s)
22:35:23 [2023-04-12T22:35:23.556Z]     --- PASS: TestVolumesRemove/volume_not_in_use (0.01s)
22:35:23 [2023-04-12T22:35:23.556Z]     --- PASS: TestVolumesRemove/non-existing_volume (0.00s)
22:35:23 [2023-04-12T22:35:23.556Z]     --- PASS: TestVolumesRemove/non-existing_volume_force (0.00s)
22:35:23 [2023-04-12T22:35:23.556Z] === RUN   TestVolumesRemoveSwarmEnabled
22:35:23 [2023-04-12T22:35:23.556Z] === PAUSE TestVolumesRemoveSwarmEnabled
22:35:23 [2023-04-12T22:35:23.556Z] === RUN   TestVolumesInspect
22:35:23 [2023-04-12T22:35:23.556Z] --- PASS: TestVolumesInspect (0.02s)
22:35:23 [2023-04-12T22:35:23.556Z] === RUN   TestVolumesInvalidJSON
22:35:23 [2023-04-12T22:35:23.556Z] === RUN   TestVolumesInvalidJSON/volumes/create
22:35:23 [2023-04-12T22:35:23.556Z] === PAUSE TestVolumesInvalidJSON/volumes/create
22:35:23 [2023-04-12T22:35:23.556Z] === CONT  TestVolumesInvalidJSON/volumes/create
22:35:23 [2023-04-12T22:35:23.556Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
22:35:23 [2023-04-12T22:35:23.556Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
22:35:23 [2023-04-12T22:35:23.556Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
22:35:23 [2023-04-12T22:35:23.556Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
22:35:23 [2023-04-12T22:35:23.556Z] --- PASS: TestVolumesInvalidJSON (0.01s)
22:35:23 [2023-04-12T22:35:23.556Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
22:35:23 [2023-04-12T22:35:23.556Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
22:35:23 [2023-04-12T22:35:23.556Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
22:35:23 [2023-04-12T22:35:23.556Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
22:35:23 [2023-04-12T22:35:23.556Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
22:35:23 [2023-04-12T22:35:23.556Z] === RUN   TestVolumePruneAnonymous
22:35:23 [2023-04-12T22:35:23.556Z] --- PASS: TestVolumePruneAnonymous (0.03s)
22:35:23 [2023-04-12T22:35:23.556Z] === RUN   TestVolumePruneAnonFromImage
22:35:23 [2023-04-12T22:35:23.813Z] --- PASS: TestVolumePruneAnonFromImage (0.24s)
22:35:23 [2023-04-12T22:35:23.813Z] === CONT  TestVolumesRemoveSwarmEnabled
22:35:25 [2023-04-12T22:35:25.187Z] === RUN   TestVolumesRemoveSwarmEnabled/volume_in_use
22:35:25 [2023-04-12T22:35:25.187Z] === RUN   TestVolumesRemoveSwarmEnabled/volume_not_in_use
22:35:25 [2023-04-12T22:35:25.187Z] === RUN   TestVolumesRemoveSwarmEnabled/non-existing_volume
22:35:25 [2023-04-12T22:35:25.187Z] === RUN   TestVolumesRemoveSwarmEnabled/non-existing_volume_force
22:35:26 [2023-04-12T22:35:26.121Z] --- PASS: TestVolumesRemoveSwarmEnabled (2.24s)
22:35:26 [2023-04-12T22:35:26.121Z]     --- PASS: TestVolumesRemoveSwarmEnabled/volume_in_use (0.00s)
22:35:26 [2023-04-12T22:35:26.121Z]     --- PASS: TestVolumesRemoveSwarmEnabled/volume_not_in_use (0.02s)
22:35:26 [2023-04-12T22:35:26.121Z]     --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume (0.00s)
22:35:26 [2023-04-12T22:35:26.121Z]     --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume_force (0.01s)
22:35:26 [2023-04-12T22:35:26.121Z] PASS
22:35:26 [2023-04-12T22:35:26.121Z] 
22:35:26 [2023-04-12T22:35:26.121Z] DONE 20 tests in 2.847s
22:35:26 [2023-04-12T22:35:26.121Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
22:35:26 [2023-04-12T22:35:26.121Z] ++++ cat bundles/test-integration/docker.pid
22:35:26 [2023-04-12T22:35:26.121Z] +++ kill 14176
22:35:26 [2023-04-12T22:35:26.380Z] +++ /etc/init.d/apparmor stop
22:35:26 [2023-04-12T22:35:26.380Z] Leaving: AppArmorNo profiles have been unloaded.
22:35:26 [2023-04-12T22:35:26.380Z] 
22:35:26 [2023-04-12T22:35:26.380Z] Unloading profiles will leave already running processes permanently
22:35:26 [2023-04-12T22:35:26.380Z] unconfined, which can lead to unexpected situations.
22:35:26 [2023-04-12T22:35:26.380Z] 
22:35:26 [2023-04-12T22:35:26.380Z] To set a process to complain mode, use the command line tool
22:35:26 [2023-04-12T22:35:26.380Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
22:35:26 [2023-04-12T22:35:26.380Z] +++ true
22:35:26 [2023-04-12T22:35:26.380Z] exiting test-integration
22:35:26 [2023-04-12T22:35:26.380Z] ++ exit 0
22:35:26 [2023-04-12T22:35:26.380Z] 
Post stage
[Pipeline] junit
22:35:27 [2023-04-12T22:35:27.326Z] Recording test results
22:35:27 [2023-04-12T22:35:27.541Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
22:35:27 [2023-04-12T22:35:27.854Z] + echo Ensuring container killed.
22:35:27 [2023-04-12T22:35:27.854Z] Ensuring container killed.
22:35:27 [2023-04-12T22:35:27.854Z] + docker rm -vf docker-pr2
22:35:27 [2023-04-12T22:35:27.854Z] Error response from daemon: No such container: docker-pr2
[Pipeline] sh
22:35:28 [2023-04-12T22:35:28.143Z] + echo Chowning /workspace to jenkins user
22:35:28 [2023-04-12T22:35:28.143Z] Chowning /workspace to jenkins user
22:35:28 [2023-04-12T22:35:28.143Z] + id -u
22:35:28 [2023-04-12T22:35:28.143Z] + id -g
22:35:28 [2023-04-12T22:35:28.143Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45141:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
22:35:29 [2023-04-12T22:35:29.803Z] + bundleName=arm64-integration
22:35:29 [2023-04-12T22:35:29.803Z] + echo Creating arm64-integration-bundles.tar.gz
22:35:29 [2023-04-12T22:35:29.803Z] Creating arm64-integration-bundles.tar.gz
22:35:29 [2023-04-12T22:35:29.803Z] + xargs tar -czf arm64-integration-bundles.tar.gz
22:35:29 [2023-04-12T22:35:29.803Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
[Pipeline] archiveArtifacts
22:35:30 [2023-04-12T22:35:30.072Z] Archiving artifacts
22:35:30 [2023-04-12T22:35:30.383Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-45141/2/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
22:35:30 [2023-04-12T22:35:30.674Z] + make clean
22:35:30 [2023-04-12T22:35:30.934Z] docker volume rm -f docker-dev-cache docker-mod-cache
22:35:30 [2023-04-12T22:35:30.934Z] docker-dev-cache
22:35:30 [2023-04-12T22:35:30.934Z] 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