Skip to content
Success

Console Output

Pull request #45791 opened
14:31:46 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e+17219db1c3ffc32e0867efa6939141e31e8cc64a (4156cdcda04b8a10f97ce6b98f3d8e8daaba7166)
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
The recommended git tool is: NONE
using credential jps-reader
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/jps.git
 > git init /var/cloudbees-jenkins-distribution/workspace/moby_PR-45791@libs/jps # timeout=10
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
Checking out Revision 4f8fd6a86e521290dafaf7c28eced2a9b21b220a (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10
Commit message: "Merge pull request #26 from docker/add-retry-to-vpn-image-pull"
First time build. Skipping changelog.
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines.
To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins.
[Pipeline] Start of Pipeline
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 2 hr 0 min
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (pr-hack)
[Pipeline] script
[Pipeline] {
[Pipeline] echo
14:31:49 [2023-06-22T14:31:49.331Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
[Pipeline] milestone
14:31:49 [2023-06-22T14:31:49.335Z] Trying to pass milestone 1
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
14:31:49 [2023-06-22T14:31:49.529Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0f92e99441d4b7c82) in /home/ubuntu/workspace/moby_PR-45791
[Pipeline] {
[Pipeline] checkout
14:31:49 [2023-06-22T14:31:49.552Z] The recommended git tool is: git
14:31:49 [2023-06-22T14:31:49.560Z] using credential docker-jenkins-github-credentials
14:31:49 [2023-06-22T14:31:49.573Z] Cloning the remote Git repository
14:31:49 [2023-06-22T14:31:49.573Z] Cloning with configured refspecs honoured and without tags
14:31:49 [2023-06-22T14:31:49.585Z] Cloning repository https://github.com/moby/moby.git
14:31:49 [2023-06-22T14:31:49.585Z]  > git init /home/ubuntu/workspace/moby_PR-45791 # timeout=10
14:31:49 [2023-06-22T14:31:49.590Z] Fetching upstream changes from https://github.com/moby/moby.git
14:31:49 [2023-06-22T14:31:49.590Z]  > git --version # timeout=10
14:31:49 [2023-06-22T14:31:49.592Z]  > git --version # 'git version 2.25.1'
14:31:49 [2023-06-22T14:31:49.592Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:31:49 [2023-06-22T14:31:49.593Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45791/head:refs/remotes/origin/PR-45791 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
14:32:02 [2023-06-22T14:32:02.523Z] Fetching without tags
14:32:02 [2023-06-22T14:32:02.744Z] Merging remotes/origin/23.0 commit 17219db1c3ffc32e0867efa6939141e31e8cc64a into PR head commit 40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e
14:32:03 [2023-06-22T14:32:03.301Z] Merge succeeded, producing 40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e
14:32:03 [2023-06-22T14:32:03.301Z] Checking out Revision 40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e (PR-45791)
14:32:03 [2023-06-22T14:32:03.716Z] Commit message: "builder: pass host-gateway IP as worker label"
14:32:03 [2023-06-22T14:32:03.717Z] First time build. Skipping changelog.
14:32:02 [2023-06-22T14:32:02.519Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:32:02 [2023-06-22T14:32:02.521Z]  > git config --add remote.origin.fetch +refs/pull/45791/head:refs/remotes/origin/PR-45791 # timeout=10
14:32:02 [2023-06-22T14:32:02.524Z]  > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
14:32:02 [2023-06-22T14:32:02.529Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:32:02 [2023-06-22T14:32:02.535Z] Fetching upstream changes from https://github.com/moby/moby.git
14:32:02 [2023-06-22T14:32:02.535Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:32:02 [2023-06-22T14:32:02.536Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45791/head:refs/remotes/origin/PR-45791 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
14:32:02 [2023-06-22T14:32:02.757Z]  > git config core.sparsecheckout # timeout=10
14:32:02 [2023-06-22T14:32:02.759Z]  > git checkout -f 40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e # timeout=10
14:32:03 [2023-06-22T14:32:03.294Z]  > git remote # timeout=10
14:32:03 [2023-06-22T14:32:03.297Z]  > git config --get remote.origin.url # timeout=10
14:32:03 [2023-06-22T14:32:03.299Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:32:03 [2023-06-22T14:32:03.300Z]  > git merge 17219db1c3ffc32e0867efa6939141e31e8cc64a # timeout=10
14:32:03 [2023-06-22T14:32:03.307Z]  > git rev-parse HEAD^{commit} # timeout=10
14:32:03 [2023-06-22T14:32:03.313Z]  > git config core.sparsecheckout # timeout=10
14:32:03 [2023-06-22T14:32:03.316Z]  > git checkout -f 40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e # timeout=10
14:32:03 [2023-06-22T14:32:03.739Z]  > git --version # timeout=10
14:32:03 [2023-06-22T14:32:03.741Z]  > git --version # 'git version 2.25.1'
14:32:03 [2023-06-22T14:32:03.744Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
14:32:04 [2023-06-22T14:32:04.453Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45791:/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
14:32:06 [2023-06-22T14:32:06.992Z] 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
14:32:08 [2023-06-22T14:32:08.060Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0f92e99441d4b7c82) in /home/ubuntu/workspace/moby_PR-45791
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
14:32:08 [2023-06-22T14:32:08.095Z] The recommended git tool is: git
[Pipeline] // stage
14:32:08 [2023-06-22T14:32:08.104Z] using credential docker-jenkins-github-credentials
[Pipeline] // stage
[Pipeline] // stage
14:32:08 [2023-06-22T14:32:08.121Z] Fetching changes from the remote Git repository
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
14:32:08 [2023-06-22T14:32:08.127Z] Fetching without tags
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] stage
[Pipeline] { (Integration-cli tests)
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] stage
[Pipeline] { (Integration-cli tests)
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
14:32:08 [2023-06-22T14:32:08.356Z] Merging remotes/origin/23.0 commit 17219db1c3ffc32e0867efa6939141e31e8cc64a into PR head commit 40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e
14:32:08 [2023-06-22T14:32:08.790Z] Merge succeeded, producing 40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e
14:32:08 [2023-06-22T14:32:08.790Z] Checking out Revision 40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e (PR-45791)
14:32:08 [2023-06-22T14:32:08.828Z] Commit message: "builder: pass host-gateway IP as worker label"
14:32:08 [2023-06-22T14:32:08.866Z]  > git --version # timeout=10
14:32:08 [2023-06-22T14:32:08.868Z]  > git --version # 'git version 2.25.1'
14:32:08 [2023-06-22T14:32:08.871Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
14:32:08 [2023-06-22T14:32:08.127Z]  > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-45791/.git # timeout=10
14:32:08 [2023-06-22T14:32:08.133Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:32:08 [2023-06-22T14:32:08.139Z] Fetching upstream changes from https://github.com/moby/moby.git
14:32:08 [2023-06-22T14:32:08.139Z]  > git --version # timeout=10
14:32:08 [2023-06-22T14:32:08.141Z]  > git --version # 'git version 2.25.1'
14:32:08 [2023-06-22T14:32:08.142Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:32:08 [2023-06-22T14:32:08.142Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45791/head:refs/remotes/origin/PR-45791 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
14:32:08 [2023-06-22T14:32:08.368Z]  > git config core.sparsecheckout # timeout=10
14:32:08 [2023-06-22T14:32:08.371Z]  > git checkout -f 40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e # timeout=10
14:32:08 [2023-06-22T14:32:08.770Z]  > git remote # timeout=10
14:32:08 [2023-06-22T14:32:08.775Z]  > git config --get remote.origin.url # timeout=10
14:32:08 [2023-06-22T14:32:08.778Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:32:08 [2023-06-22T14:32:08.779Z]  > git merge 17219db1c3ffc32e0867efa6939141e31e8cc64a # timeout=10
14:32:08 [2023-06-22T14:32:08.790Z]  > git rev-parse HEAD^{commit} # timeout=10
14:32:08 [2023-06-22T14:32:08.802Z]  > git config core.sparsecheckout # timeout=10
14:32:08 [2023-06-22T14:32:08.805Z]  > git checkout -f 40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
14:32:09 [2023-06-22T14:32:09.562Z] + docker version
14:32:09 [2023-06-22T14:32:09.562Z] Client: Docker Engine - Community
14:32:09 [2023-06-22T14:32:09.562Z]  Version:           23.0.1
14:32:09 [2023-06-22T14:32:09.562Z]  API version:       1.42
14:32:09 [2023-06-22T14:32:09.562Z]  Go version:        go1.19.5
14:32:09 [2023-06-22T14:32:09.562Z]  Git commit:        a5ee5b1
14:32:09 [2023-06-22T14:32:09.562Z]  Built:             Thu Feb  9 19:46:32 2023
14:32:09 [2023-06-22T14:32:09.562Z]  OS/Arch:           linux/arm64
14:32:09 [2023-06-22T14:32:09.562Z]  Context:           default
14:32:09 [2023-06-22T14:32:09.562Z] 
14:32:09 [2023-06-22T14:32:09.562Z] Server: Docker Engine - Community
14:32:09 [2023-06-22T14:32:09.562Z]  Engine:
14:32:09 [2023-06-22T14:32:09.562Z]   Version:          23.0.1
14:32:09 [2023-06-22T14:32:09.562Z]   API version:      1.42 (minimum version 1.12)
14:32:09 [2023-06-22T14:32:09.562Z]   Go version:       go1.19.5
14:32:09 [2023-06-22T14:32:09.562Z]   Git commit:       bc3805a
14:32:09 [2023-06-22T14:32:09.562Z]   Built:            Thu Feb  9 19:46:32 2023
14:32:09 [2023-06-22T14:32:09.562Z]   OS/Arch:          linux/arm64
14:32:09 [2023-06-22T14:32:09.562Z]   Experimental:     true
14:32:09 [2023-06-22T14:32:09.562Z]  containerd:
14:32:09 [2023-06-22T14:32:09.562Z]   Version:          1.6.18
14:32:09 [2023-06-22T14:32:09.562Z]   GitCommit:        2456e983eb9e37e47538f59ea18f2043c9a73640
14:32:09 [2023-06-22T14:32:09.562Z]  runc:
14:32:09 [2023-06-22T14:32:09.562Z]   Version:          1.1.4
14:32:09 [2023-06-22T14:32:09.562Z]   GitCommit:        v1.1.4-0-g5fd4c4d
14:32:09 [2023-06-22T14:32:09.562Z]  docker-init:
14:32:09 [2023-06-22T14:32:09.562Z]   Version:          0.19.0
14:32:09 [2023-06-22T14:32:09.562Z]   GitCommit:        de40ad0
[Pipeline] sh
14:32:09 [2023-06-22T14:32:09.853Z] + docker info
14:32:09 [2023-06-22T14:32:09.853Z] Client:
14:32:09 [2023-06-22T14:32:09.853Z]  Context:    default
14:32:09 [2023-06-22T14:32:09.853Z]  Debug Mode: false
14:32:09 [2023-06-22T14:32:09.853Z]  Plugins:
14:32:09 [2023-06-22T14:32:09.853Z]   buildx: Docker Buildx (Docker Inc.)
14:32:09 [2023-06-22T14:32:09.853Z]     Version:  v0.10.4
14:32:09 [2023-06-22T14:32:09.853Z]     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
14:32:09 [2023-06-22T14:32:09.853Z]   compose: Docker Compose (Docker Inc.)
14:32:09 [2023-06-22T14:32:09.853Z]     Version:  v2.16.0
14:32:09 [2023-06-22T14:32:09.853Z]     Path:     /usr/libexec/docker/cli-plugins/docker-compose
14:32:09 [2023-06-22T14:32:09.853Z] 
14:32:09 [2023-06-22T14:32:09.853Z] Server:
14:32:09 [2023-06-22T14:32:09.853Z]  Containers: 0
14:32:09 [2023-06-22T14:32:09.853Z]   Running: 0
14:32:09 [2023-06-22T14:32:09.853Z]   Paused: 0
14:32:09 [2023-06-22T14:32:09.853Z]   Stopped: 0
14:32:09 [2023-06-22T14:32:09.853Z]  Images: 2
14:32:09 [2023-06-22T14:32:09.853Z]  Server Version: 23.0.1
14:32:09 [2023-06-22T14:32:09.853Z]  Storage Driver: overlay2
14:32:09 [2023-06-22T14:32:09.853Z]   Backing Filesystem: extfs
14:32:09 [2023-06-22T14:32:09.853Z]   Supports d_type: true
14:32:09 [2023-06-22T14:32:09.853Z]   Using metacopy: false
14:32:09 [2023-06-22T14:32:09.853Z]   Native Overlay Diff: true
14:32:09 [2023-06-22T14:32:09.853Z]   userxattr: false
14:32:09 [2023-06-22T14:32:09.853Z]  Logging Driver: json-file
14:32:09 [2023-06-22T14:32:09.853Z]  Cgroup Driver: cgroupfs
14:32:09 [2023-06-22T14:32:09.853Z]  Cgroup Version: 1
14:32:09 [2023-06-22T14:32:09.853Z]  Plugins:
14:32:09 [2023-06-22T14:32:09.853Z]   Volume: local
14:32:09 [2023-06-22T14:32:09.853Z]   Network: bridge host ipvlan macvlan null overlay
14:32:09 [2023-06-22T14:32:09.853Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
14:32:09 [2023-06-22T14:32:09.853Z]  Swarm: inactive
14:32:09 [2023-06-22T14:32:09.853Z]  Runtimes: io.containerd.runc.v2 runc
14:32:09 [2023-06-22T14:32:09.853Z]  Default Runtime: runc
14:32:09 [2023-06-22T14:32:09.853Z]  Init Binary: docker-init
14:32:09 [2023-06-22T14:32:09.853Z]  containerd version: 2456e983eb9e37e47538f59ea18f2043c9a73640
14:32:09 [2023-06-22T14:32:09.853Z]  runc version: v1.1.4-0-g5fd4c4d
14:32:09 [2023-06-22T14:32:09.853Z]  init version: de40ad0
14:32:09 [2023-06-22T14:32:09.853Z]  Security Options:
14:32:09 [2023-06-22T14:32:09.853Z]   apparmor
14:32:09 [2023-06-22T14:32:09.853Z]   seccomp
14:32:09 [2023-06-22T14:32:09.853Z]    Profile: builtin
14:32:09 [2023-06-22T14:32:09.853Z]  Kernel Version: 5.15.0-1031-aws
14:32:09 [2023-06-22T14:32:09.853Z]  Operating System: Ubuntu 20.04.6 LTS
14:32:09 [2023-06-22T14:32:09.853Z]  OSType: linux
14:32:09 [2023-06-22T14:32:09.853Z]  Architecture: aarch64
14:32:09 [2023-06-22T14:32:09.853Z]  CPUs: 8
14:32:09 [2023-06-22T14:32:09.853Z]  Total Memory: 30.64GiB
14:32:09 [2023-06-22T14:32:09.853Z]  Name: ip-10-100-53-143
14:32:09 [2023-06-22T14:32:09.853Z]  ID: 1c6d7120-c134-4627-b601-91a150afaa3a
14:32:09 [2023-06-22T14:32:09.853Z]  Docker Root Dir: /var/lib/docker
14:32:09 [2023-06-22T14:32:09.853Z]  Debug Mode: false
14:32:09 [2023-06-22T14:32:09.853Z]  Registry: https://index.docker.io/v1/
14:32:09 [2023-06-22T14:32:09.853Z]  Experimental: true
14:32:09 [2023-06-22T14:32:09.853Z]  Insecure Registries:
14:32:09 [2023-06-22T14:32:09.853Z]   127.0.0.0/8
14:32:09 [2023-06-22T14:32:09.853Z]  Live Restore Enabled: true
14:32:09 [2023-06-22T14:32:09.853Z] 
[Pipeline] sh
14:32:10 [2023-06-22T14:32:10.144Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
14:32:10 [2023-06-22T14:32:10.145Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
14:32:10 [2023-06-22T14:32:10.145Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-45791/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
14:32:10 [2023-06-22T14:32:10.145Z] + bash /home/ubuntu/workspace/moby_PR-45791/check-config.sh
14:32:10 [2023-06-22T14:32:10.145Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
14:32:10 [2023-06-22T14:32:10.145Z] info: reading kernel config from /boot/config-5.15.0-1031-aws ...
14:32:10 [2023-06-22T14:32:10.145Z] 
14:32:10 [2023-06-22T14:32:10.145Z] Generally Necessary:
14:32:10 [2023-06-22T14:32:10.145Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
14:32:10 [2023-06-22T14:32:10.145Z] - apparmor: enabled and tools installed
14:32:10 [2023-06-22T14:32:10.145Z] - CONFIG_NAMESPACES: enabled
14:32:10 [2023-06-22T14:32:10.145Z] - CONFIG_NET_NS: enabled
14:32:10 [2023-06-22T14:32:10.145Z] - CONFIG_PID_NS: enabled
14:32:10 [2023-06-22T14:32:10.145Z] - CONFIG_IPC_NS: enabled
14:32:10 [2023-06-22T14:32:10.145Z] - CONFIG_UTS_NS: enabled
14:32:10 [2023-06-22T14:32:10.145Z] - CONFIG_CGROUPS: enabled
14:32:10 [2023-06-22T14:32:10.145Z] - CONFIG_CGROUP_CPUACCT: enabled
14:32:10 [2023-06-22T14:32:10.145Z] - CONFIG_CGROUP_DEVICE: enabled
14:32:10 [2023-06-22T14:32:10.145Z] - CONFIG_CGROUP_FREEZER: enabled
14:32:10 [2023-06-22T14:32:10.145Z] - CONFIG_CGROUP_SCHED: enabled
14:32:10 [2023-06-22T14:32:10.145Z] - CONFIG_CPUSETS: enabled
14:32:10 [2023-06-22T14:32:10.145Z] - CONFIG_MEMCG: enabled
14:32:10 [2023-06-22T14:32:10.145Z] - CONFIG_KEYS: enabled
14:32:10 [2023-06-22T14:32:10.405Z] - CONFIG_VETH: enabled (as module)
14:32:10 [2023-06-22T14:32:10.405Z] - CONFIG_BRIDGE: enabled (as module)
14:32:10 [2023-06-22T14:32:10.405Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
14:32:10 [2023-06-22T14:32:10.405Z] - CONFIG_IP_NF_FILTER: enabled (as module)
14:32:10 [2023-06-22T14:32:10.405Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
14:32:10 [2023-06-22T14:32:10.405Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
14:32:10 [2023-06-22T14:32:10.405Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
14:32:10 [2023-06-22T14:32:10.405Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
14:32:10 [2023-06-22T14:32:10.405Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
14:32:10 [2023-06-22T14:32:10.405Z] - CONFIG_IP_NF_NAT: enabled (as module)
14:32:10 [2023-06-22T14:32:10.405Z] - CONFIG_NF_NAT: enabled (as module)
14:32:10 [2023-06-22T14:32:10.405Z] - CONFIG_POSIX_MQUEUE: enabled
14:32:10 [2023-06-22T14:32:10.405Z] - CONFIG_CGROUP_BPF: enabled
14:32:10 [2023-06-22T14:32:10.405Z] 
14:32:10 [2023-06-22T14:32:10.405Z] Optional Features:
14:32:10 [2023-06-22T14:32:10.405Z] - CONFIG_USER_NS: enabled
14:32:10 [2023-06-22T14:32:10.405Z] - CONFIG_SECCOMP: enabled
14:32:10 [2023-06-22T14:32:10.405Z] - CONFIG_SECCOMP_FILTER: enabled
14:32:10 [2023-06-22T14:32:10.405Z] - CONFIG_CGROUP_PIDS: enabled
14:32:10 [2023-06-22T14:32:10.405Z] - CONFIG_MEMCG_SWAP: enabled
14:32:10 [2023-06-22T14:32:10.405Z]     (cgroup swap accounting is currently enabled)
14:32:10 [2023-06-22T14:32:10.405Z] - CONFIG_BLK_CGROUP: enabled
14:32:10 [2023-06-22T14:32:10.405Z] - CONFIG_BLK_DEV_THROTTLING: enabled
14:32:10 [2023-06-22T14:32:10.405Z] - CONFIG_CGROUP_PERF: enabled
14:32:10 [2023-06-22T14:32:10.665Z] - CONFIG_CGROUP_HUGETLB: enabled
14:32:10 [2023-06-22T14:32:10.665Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
14:32:10 [2023-06-22T14:32:10.665Z] - CONFIG_CGROUP_NET_PRIO: enabled
14:32:10 [2023-06-22T14:32:10.665Z] - CONFIG_CFS_BANDWIDTH: enabled
14:32:10 [2023-06-22T14:32:10.665Z] - CONFIG_FAIR_GROUP_SCHED: enabled
14:32:10 [2023-06-22T14:32:10.665Z] - CONFIG_RT_GROUP_SCHED: missing
14:32:10 [2023-06-22T14:32:10.665Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
14:32:10 [2023-06-22T14:32:10.665Z] - CONFIG_IP_VS: enabled (as module)
14:32:10 [2023-06-22T14:32:10.665Z] - CONFIG_IP_VS_NFCT: enabled
14:32:10 [2023-06-22T14:32:10.665Z] - CONFIG_IP_VS_PROTO_TCP: enabled
14:32:10 [2023-06-22T14:32:10.665Z] - CONFIG_IP_VS_PROTO_UDP: enabled
14:32:10 [2023-06-22T14:32:10.665Z] - CONFIG_IP_VS_RR: enabled (as module)
14:32:10 [2023-06-22T14:32:10.665Z] - CONFIG_SECURITY_SELINUX: enabled
14:32:10 [2023-06-22T14:32:10.665Z] - CONFIG_SECURITY_APPARMOR: enabled
14:32:10 [2023-06-22T14:32:10.665Z] - CONFIG_EXT4_FS: enabled
14:32:10 [2023-06-22T14:32:10.665Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
14:32:10 [2023-06-22T14:32:10.665Z] - CONFIG_EXT4_FS_SECURITY: enabled
14:32:10 [2023-06-22T14:32:10.665Z] - Network Drivers:
14:32:10 [2023-06-22T14:32:10.665Z]   - "overlay":
14:32:10 [2023-06-22T14:32:10.665Z]     - CONFIG_VXLAN: enabled (as module)
14:32:10 [2023-06-22T14:32:10.665Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
14:32:10 [2023-06-22T14:32:10.665Z]       Optional (for encrypted networks):
14:32:10 [2023-06-22T14:32:10.925Z]       - CONFIG_CRYPTO: enabled
14:32:10 [2023-06-22T14:32:10.925Z]       - CONFIG_CRYPTO_AEAD: enabled
14:32:10 [2023-06-22T14:32:10.925Z]       - CONFIG_CRYPTO_GCM: enabled
14:32:10 [2023-06-22T14:32:10.925Z]       - CONFIG_CRYPTO_SEQIV: enabled
14:32:10 [2023-06-22T14:32:10.925Z]       - CONFIG_CRYPTO_GHASH: enabled
14:32:10 [2023-06-22T14:32:10.925Z]       - CONFIG_XFRM: enabled
14:32:10 [2023-06-22T14:32:10.925Z]       - CONFIG_XFRM_USER: enabled (as module)
14:32:10 [2023-06-22T14:32:10.925Z]       - CONFIG_XFRM_ALGO: enabled (as module)
14:32:10 [2023-06-22T14:32:10.925Z]       - CONFIG_INET_ESP: enabled (as module)
14:32:10 [2023-06-22T14:32:10.925Z]   - "ipvlan":
14:32:10 [2023-06-22T14:32:10.925Z]     - CONFIG_IPVLAN: enabled (as module)
14:32:10 [2023-06-22T14:32:10.925Z]   - "macvlan":
14:32:10 [2023-06-22T14:32:10.925Z]     - CONFIG_MACVLAN: enabled (as module)
14:32:10 [2023-06-22T14:32:10.925Z]     - CONFIG_DUMMY: enabled (as module)
14:32:10 [2023-06-22T14:32:10.925Z]   - "ftp,tftp client in container":
14:32:10 [2023-06-22T14:32:10.925Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
14:32:10 [2023-06-22T14:32:10.925Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
14:32:10 [2023-06-22T14:32:10.925Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
14:32:10 [2023-06-22T14:32:10.925Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
14:32:10 [2023-06-22T14:32:10.925Z] - Storage Drivers:
14:32:10 [2023-06-22T14:32:10.925Z]   - "aufs":
14:32:10 [2023-06-22T14:32:10.925Z]     - CONFIG_AUFS_FS: enabled (as module)
14:32:10 [2023-06-22T14:32:10.925Z]   - "btrfs":
14:32:10 [2023-06-22T14:32:10.925Z]     - CONFIG_BTRFS_FS: enabled (as module)
14:32:10 [2023-06-22T14:32:10.925Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
14:32:10 [2023-06-22T14:32:10.925Z]   - "devicemapper":
14:32:10 [2023-06-22T14:32:10.925Z]     - CONFIG_BLK_DEV_DM: enabled
14:32:10 [2023-06-22T14:32:10.925Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
14:32:10 [2023-06-22T14:32:10.925Z]   - "overlay":
14:32:10 [2023-06-22T14:32:10.925Z]     - CONFIG_OVERLAY_FS: enabled (as module)
14:32:10 [2023-06-22T14:32:10.925Z]   - "zfs":
14:32:10 [2023-06-22T14:32:10.925Z]     - /dev/zfs: present
14:32:10 [2023-06-22T14:32:10.925Z]     - zfs command: missing
14:32:10 [2023-06-22T14:32:10.925Z]     - zpool command: missing
14:32:10 [2023-06-22T14:32:10.925Z] 
14:32:10 [2023-06-22T14:32:10.925Z] Limits:
14:32:10 [2023-06-22T14:32:10.925Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
14:32:10 [2023-06-22T14:32:10.925Z] 
14:32:10 [2023-06-22T14:32:10.925Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
14:32:11 [2023-06-22T14:32:11.237Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e .
14:32:11 [2023-06-22T14:32:11.496Z] #1 [internal] load .dockerignore
14:32:11 [2023-06-22T14:32:11.496Z] #1 transferring context: 113B done
14:32:11 [2023-06-22T14:32:11.496Z] #1 DONE 0.0s
14:32:11 [2023-06-22T14:32:11.496Z] 
14:32:11 [2023-06-22T14:32:11.496Z] #2 [internal] load build definition from Dockerfile
14:32:11 [2023-06-22T14:32:11.496Z] #2 transferring dockerfile: 27.31kB done
14:32:11 [2023-06-22T14:32:11.496Z] #2 DONE 0.0s
14:32:11 [2023-06-22T14:32:11.496Z] 
14:32:11 [2023-06-22T14:32:11.496Z] #3 resolve image config for docker.io/docker/dockerfile:1
14:32:11 [2023-06-22T14:32:11.496Z] #3 DONE 0.1s
14:32:11 [2023-06-22T14:32:11.496Z] 
14:32:11 [2023-06-22T14:32:11.496Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14
14:32:11 [2023-06-22T14:32:11.496Z] #4 CACHED
14:32:11 [2023-06-22T14:32:11.496Z] 
14:32:11 [2023-06-22T14:32:11.496Z] #5 [internal] load metadata for docker.io/tonistiigi/xx:1.2.1
14:32:11 [2023-06-22T14:32:11.756Z] #5 DONE 0.1s
14:32:11 [2023-06-22T14:32:11.756Z] 
14:32:11 [2023-06-22T14:32:11.756Z] #6 [internal] load metadata for docker.io/library/busybox:latest
14:32:11 [2023-06-22T14:32:11.756Z] #6 DONE 0.0s
14:32:11 [2023-06-22T14:32:11.756Z] 
14:32:11 [2023-06-22T14:32:11.756Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
14:32:11 [2023-06-22T14:32:11.756Z] #7 DONE 0.1s
14:32:11 [2023-06-22T14:32:11.756Z] 
14:32:11 [2023-06-22T14:32:11.756Z] #8 [internal] load metadata for docker.io/library/debian:bullseye
14:32:12 [2023-06-22T14:32:12.016Z] #8 DONE 0.3s
14:32:12 [2023-06-22T14:32:12.016Z] 
14:32:12 [2023-06-22T14:32:12.016Z] #9 [internal] load metadata for docker.io/library/golang:1.19.10-bullseye
14:32:12 [2023-06-22T14:32:12.016Z] #9 DONE 0.3s
14:32:12 [2023-06-22T14:32:12.016Z] 
14:32:12 [2023-06-22T14:32:12.016Z] #10 [build-dummy 1/2] FROM docker.io/library/busybox
14:32:12 [2023-06-22T14:32:12.016Z] #10 DONE 0.0s
14:32:12 [2023-06-22T14:32:12.016Z] 
14:32:12 [2023-06-22T14:32:12.016Z] #11 [build-dummy 2/2] RUN mkdir -p /build
14:32:12 [2023-06-22T14:32:12.016Z] #11 CACHED
14:32:12 [2023-06-22T14:32:12.016Z] 
14:32:12 [2023-06-22T14:32:12.016Z] #12 [binary-dummy 1/1] COPY --from=build-dummy /build /build
14:32:12 [2023-06-22T14:32:12.016Z] #12 CACHED
14:32:12 [2023-06-22T14:32:12.016Z] 
14:32:12 [2023-06-22T14:32:12.016Z] #13 [vpnkit-linux-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
14:32:12 [2023-06-22T14:32:12.016Z] #13 CACHED
14:32:12 [2023-06-22T14:32:12.016Z] 
14:32:12 [2023-06-22T14:32:12.016Z] #14 [xx 1/1] FROM docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012
14:32:12 [2023-06-22T14:32:12.016Z] #14 CACHED
14:32:12 [2023-06-22T14:32:12.016Z] 
14:32:12 [2023-06-22T14:32:12.016Z] #15 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:1e5f2d70c9441c971607727f56d0776fb9eecf23cd37b595b26db7a974b2301d
14:32:12 [2023-06-22T14:32:12.016Z] #15 resolve docker.io/library/debian:bullseye@sha256:1e5f2d70c9441c971607727f56d0776fb9eecf23cd37b595b26db7a974b2301d 0.1s done
14:32:12 [2023-06-22T14:32:12.016Z] #15 sha256:1e5f2d70c9441c971607727f56d0776fb9eecf23cd37b595b26db7a974b2301d 1.85kB / 1.85kB done
14:32:12 [2023-06-22T14:32:12.016Z] #15 sha256:0f56dd5a1687619972eeb539b273b4f3ec04431db69d4b569c2ce6ef48478538 529B / 529B done
14:32:12 [2023-06-22T14:32:12.016Z] #15 sha256:14e29f082305a166d68417c39e310598aa0b1c9e937048d0f5c66b5556488a4f 1.48kB / 1.48kB done
14:32:12 [2023-06-22T14:32:12.016Z] #15 sha256:663ccfaf62a5d7b997bca03d1dc6d5dfff01b9e0de08d86dbea8957ea92d7d16 4.19MB / 53.70MB 0.1s
14:32:12 [2023-06-22T14:32:12.277Z] #15 sha256:663ccfaf62a5d7b997bca03d1dc6d5dfff01b9e0de08d86dbea8957ea92d7d16 16.78MB / 53.70MB 0.2s
14:32:12 [2023-06-22T14:32:12.277Z] #15 sha256:663ccfaf62a5d7b997bca03d1dc6d5dfff01b9e0de08d86dbea8957ea92d7d16 26.21MB / 53.70MB 0.3s
14:32:12 [2023-06-22T14:32:12.537Z] #15 sha256:663ccfaf62a5d7b997bca03d1dc6d5dfff01b9e0de08d86dbea8957ea92d7d16 32.51MB / 53.70MB 0.4s
14:32:12 [2023-06-22T14:32:12.537Z] #15 sha256:663ccfaf62a5d7b997bca03d1dc6d5dfff01b9e0de08d86dbea8957ea92d7d16 46.14MB / 53.70MB 0.5s
14:32:12 [2023-06-22T14:32:12.797Z] #15 sha256:663ccfaf62a5d7b997bca03d1dc6d5dfff01b9e0de08d86dbea8957ea92d7d16 53.70MB / 53.70MB 0.7s
14:32:13 [2023-06-22T14:32:13.736Z] #15 ...
14:32:13 [2023-06-22T14:32:13.736Z] 
14:32:13 [2023-06-22T14:32:13.736Z] #16 [internal] load build context
14:32:13 [2023-06-22T14:32:13.736Z] #16 transferring context: 64.06MB 0.8s done
14:32:13 [2023-06-22T14:32:13.736Z] #16 DONE 1.7s
14:32:13 [2023-06-22T14:32:13.736Z] 
14:32:13 [2023-06-22T14:32:13.736Z] #15 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:1e5f2d70c9441c971607727f56d0776fb9eecf23cd37b595b26db7a974b2301d
14:32:13 [2023-06-22T14:32:13.736Z] #15 sha256:663ccfaf62a5d7b997bca03d1dc6d5dfff01b9e0de08d86dbea8957ea92d7d16 53.70MB / 53.70MB 1.7s done
14:32:13 [2023-06-22T14:32:13.736Z] #15 extracting sha256:663ccfaf62a5d7b997bca03d1dc6d5dfff01b9e0de08d86dbea8957ea92d7d16
14:32:15 [2023-06-22T14:32:15.116Z] #15 extracting sha256:663ccfaf62a5d7b997bca03d1dc6d5dfff01b9e0de08d86dbea8957ea92d7d16 1.1s done
14:32:17 [2023-06-22T14:32:17.024Z] #15 DONE 4.7s
14:32:17 [2023-06-22T14:32:17.024Z] 
14:32:17 [2023-06-22T14:32:17.024Z] #17 [base 1/5] FROM docker.io/library/golang:1.19.10-bullseye@sha256:84c27480a5aac854eb1982f931a48eed1ba0f318673a9636e2fdba2e601955d9
14:32:17 [2023-06-22T14:32:17.024Z] #17 resolve docker.io/library/golang:1.19.10-bullseye@sha256:84c27480a5aac854eb1982f931a48eed1ba0f318673a9636e2fdba2e601955d9 0.0s done
14:32:17 [2023-06-22T14:32:17.024Z] #17 sha256:3b90602383b5196ae0f8744277182f671de6f12c55664a9f36b274ab9266b5cc 54.68MB / 54.68MB 3.0s done
14:32:17 [2023-06-22T14:32:17.024Z] #17 sha256:84c27480a5aac854eb1982f931a48eed1ba0f318673a9636e2fdba2e601955d9 1.86kB / 1.86kB done
14:32:17 [2023-06-22T14:32:17.024Z] #17 sha256:596b3506a9023453c5d3302058f70c86deb4dd1ba029d42ed181bfec11de45d8 1.58kB / 1.58kB done
14:32:17 [2023-06-22T14:32:17.024Z] #17 sha256:46eacba488b7d62694daa05ad9749811a3f9d5f35d2c3055cc40a26a2db384c2 6.87kB / 6.87kB done
14:32:17 [2023-06-22T14:32:17.024Z] #17 sha256:663ccfaf62a5d7b997bca03d1dc6d5dfff01b9e0de08d86dbea8957ea92d7d16 53.70MB / 53.70MB 1.7s done
14:32:17 [2023-06-22T14:32:17.024Z] #17 sha256:751c9c60873892c6128382a04355bf76576dd23d87e5fdad03161dba5a2db45e 15.75MB / 15.75MB 0.3s done
14:32:17 [2023-06-22T14:32:17.024Z] #17 sha256:5934604f05cfa5fc523d1939e56f64f56e9ccbfb5974033fbe3ebeabf597d37a 81.44MB / 81.44MB 4.6s
14:32:17 [2023-06-22T14:32:17.024Z] #17 extracting sha256:663ccfaf62a5d7b997bca03d1dc6d5dfff01b9e0de08d86dbea8957ea92d7d16 1.1s done
14:32:17 [2023-06-22T14:32:17.024Z] #17 extracting sha256:751c9c60873892c6128382a04355bf76576dd23d87e5fdad03161dba5a2db45e 0.2s done
14:32:17 [2023-06-22T14:32:17.024Z] #17 extracting sha256:3b90602383b5196ae0f8744277182f671de6f12c55664a9f36b274ab9266b5cc 0.1s
14:32:17 [2023-06-22T14:32:17.024Z] #17 sha256:9e5a036cbcacfcedb993f827f697cdd1e045e476f2b99fdaa96828a48e5011d8 6.29MB / 115.33MB 4.8s
14:32:17 [2023-06-22T14:32:17.024Z] #17 sha256:cde19f0069c0237d23817e3cf54da15905fad223e275c7de9fdd0e133bfc5f99 154B / 154B 4.7s done
14:32:17 [2023-06-22T14:32:17.024Z] #17 sha256:9e5a036cbcacfcedb993f827f697cdd1e045e476f2b99fdaa96828a48e5011d8 17.83MB / 115.33MB 4.9s
14:32:17 [2023-06-22T14:32:17.024Z] #17 sha256:9e5a036cbcacfcedb993f827f697cdd1e045e476f2b99fdaa96828a48e5011d8 28.32MB / 115.33MB 5.0s
14:32:17 [2023-06-22T14:32:17.024Z] #17 sha256:9e5a036cbcacfcedb993f827f697cdd1e045e476f2b99fdaa96828a48e5011d8 38.80MB / 115.33MB 5.1s
14:32:17 [2023-06-22T14:32:17.284Z] #17 sha256:9e5a036cbcacfcedb993f827f697cdd1e045e476f2b99fdaa96828a48e5011d8 51.38MB / 115.33MB 5.2s
14:32:17 [2023-06-22T14:32:17.544Z] #17 sha256:9e5a036cbcacfcedb993f827f697cdd1e045e476f2b99fdaa96828a48e5011d8 60.73MB / 115.33MB 5.4s
14:32:17 [2023-06-22T14:32:17.544Z] #17 extracting sha256:3b90602383b5196ae0f8744277182f671de6f12c55664a9f36b274ab9266b5cc 1.0s done
14:32:17 [2023-06-22T14:32:17.544Z] #17 sha256:9e5a036cbcacfcedb993f827f697cdd1e045e476f2b99fdaa96828a48e5011d8 67.11MB / 115.33MB 5.6s
14:32:17 [2023-06-22T14:32:17.804Z] #17 sha256:9e5a036cbcacfcedb993f827f697cdd1e045e476f2b99fdaa96828a48e5011d8 83.89MB / 115.33MB 5.7s
14:32:17 [2023-06-22T14:32:17.804Z] #17 extracting sha256:5934604f05cfa5fc523d1939e56f64f56e9ccbfb5974033fbe3ebeabf597d37a
14:32:18 [2023-06-22T14:32:18.064Z] #17 sha256:9e5a036cbcacfcedb993f827f697cdd1e045e476f2b99fdaa96828a48e5011d8 93.32MB / 115.33MB 6.0s
14:32:18 [2023-06-22T14:32:18.064Z] #17 sha256:9e5a036cbcacfcedb993f827f697cdd1e045e476f2b99fdaa96828a48e5011d8 99.61MB / 115.33MB 6.1s
14:32:18 [2023-06-22T14:32:18.325Z] #17 sha256:9e5a036cbcacfcedb993f827f697cdd1e045e476f2b99fdaa96828a48e5011d8 115.33MB / 115.33MB 6.3s
14:32:18 [2023-06-22T14:32:18.894Z] #17 extracting sha256:5934604f05cfa5fc523d1939e56f64f56e9ccbfb5974033fbe3ebeabf597d37a 1.0s done
14:32:20 [2023-06-22T14:32:20.801Z] #17 sha256:9e5a036cbcacfcedb993f827f697cdd1e045e476f2b99fdaa96828a48e5011d8 115.33MB / 115.33MB 8.7s done
14:32:20 [2023-06-22T14:32:20.801Z] #17 extracting sha256:9e5a036cbcacfcedb993f827f697cdd1e045e476f2b99fdaa96828a48e5011d8
14:32:22 [2023-06-22T14:32:22.182Z] #17 ...
14:32:22 [2023-06-22T14:32:22.182Z] 
14:32:22 [2023-06-22T14:32:22.182Z] #18 [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
14:32:22 [2023-06-22T14:32:22.182Z] #0 0.618 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
14:32:22 [2023-06-22T14:32:22.182Z] #0 0.629 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
14:32:22 [2023-06-22T14:32:22.182Z] #0 0.629 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
14:32:22 [2023-06-22T14:32:22.182Z] #0 0.758 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
14:32:22 [2023-06-22T14:32:22.182Z] #0 1.031 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [241 kB]
14:32:22 [2023-06-22T14:32:22.182Z] #0 1.033 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [12.1 kB]
14:32:22 [2023-06-22T14:32:22.182Z] #0 1.935 Fetched 8532 kB in 2s (5422 kB/s)
14:32:22 [2023-06-22T14:32:22.182Z] #0 1.935 Reading package lists...
14:32:22 [2023-06-22T14:32:22.182Z] #0 2.532 Reading package lists...
14:32:22 [2023-06-22T14:32:22.182Z] #0 3.199 Building dependency tree...
14:32:22 [2023-06-22T14:32:22.182Z] #0 3.349 Reading state information...
14:32:22 [2023-06-22T14:32:22.182Z] #0 3.514 The following additional packages will be installed:
14:32:22 [2023-06-22T14:32:22.182Z] #0 3.515   libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5
14:32:22 [2023-06-22T14:32:22.182Z] #0 3.515   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl
14:32:22 [2023-06-22T14:32:22.182Z] #0 3.516 Recommended packages:
14:32:22 [2023-06-22T14:32:22.182Z] #0 3.516   libldap-common publicsuffix libsasl2-modules
14:32:22 [2023-06-22T14:32:22.182Z] #0 3.622 The following NEW packages will be installed:
14:32:22 [2023-06-22T14:32:22.182Z] #0 3.623   ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2
14:32:22 [2023-06-22T14:32:22.182Z] #0 3.623   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
14:32:22 [2023-06-22T14:32:22.182Z] #0 3.624   libssh2-1 openssl
14:32:22 [2023-06-22T14:32:22.182Z] #0 3.896 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded.
14:32:22 [2023-06-22T14:32:22.182Z] #0 3.896 Need to get 2945 kB of archives.
14:32:22 [2023-06-22T14:32:22.182Z] #0 3.896 After this operation, 6484 kB of additional disk space will be used.
14:32:22 [2023-06-22T14:32:22.182Z] #0 3.896 Get:1 http://deb.debian.org/debian-security bullseye-security/main arm64 openssl arm64 1.1.1n-0+deb11u5 [832 kB]
14:32:22 [2023-06-22T14:32:22.182Z] #0 3.929 Get:2 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB]
14:32:22 [2023-06-22T14:32:22.182Z] #0 3.931 Get:3 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB]
14:32:22 [2023-06-22T14:32:22.182Z] #0 3.933 Get:4 http://deb.debian.org/debian bullseye/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2.1+deb11u1 [69.4 kB]
14:32:22 [2023-06-22T14:32:22.182Z] #0 3.952 Get:5 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1+deb11u1 [105 kB]
14:32:22 [2023-06-22T14:32:22.182Z] #0 3.952 Get:6 http://deb.debian.org/debian bullseye/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3+deb11u1 [222 kB]
14:32:22 [2023-06-22T14:32:22.182Z] #0 3.954 Get:7 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB]
14:32:22 [2023-06-22T14:32:22.182Z] #0 3.954 Get:8 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB]
14:32:22 [2023-06-22T14:32:22.182Z] #0 4.014 Get:9 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB]
14:32:22 [2023-06-22T14:32:22.182Z] #0 4.014 Get:10 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB]
14:32:22 [2023-06-22T14:32:22.182Z] #0 4.015 Get:11 http://deb.debian.org/debian bullseye/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u7 [325 kB]
14:32:22 [2023-06-22T14:32:22.182Z] #0 4.016 Get:12 http://deb.debian.org/debian bullseye/main arm64 curl arm64 7.74.0-1.3+deb11u7 [265 kB]
14:32:22 [2023-06-22T14:32:22.182Z] #0 4.018 Get:13 http://deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB]
14:32:22 [2023-06-22T14:32:22.182Z] #0 4.029 Get:14 http://deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
14:32:22 [2023-06-22T14:32:22.182Z] #0 4.029 Get:15 http://deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB]
14:32:22 [2023-06-22T14:32:22.182Z] #0 4.240 debconf: delaying package configuration, since apt-utils is not installed
14:32:22 [2023-06-22T14:32:22.182Z] #0 4.271 Fetched 2945 kB in 0s (7381 kB/s)
14:32:22 [2023-06-22T14:32:22.182Z] #0 4.292 Selecting previously unselected package openssl.
14:32:22 [2023-06-22T14:32:22.182Z] #0 4.292 (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 ... 6656 files and directories currently installed.)
14:32:22 [2023-06-22T14:32:22.182Z] #0 4.297 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u5_arm64.deb ...
14:32:22 [2023-06-22T14:32:22.182Z] #0 4.300 Unpacking openssl (1.1.1n-0+deb11u5) ...
14:32:22 [2023-06-22T14:32:22.182Z] #0 4.396 Selecting previously unselected package ca-certificates.
14:32:22 [2023-06-22T14:32:22.182Z] #0 4.398 Preparing to unpack .../01-ca-certificates_20210119_all.deb ...
14:32:22 [2023-06-22T14:32:22.182Z] #0 4.402 Unpacking ca-certificates (20210119) ...
14:32:22 [2023-06-22T14:32:22.182Z] #0 4.456 Selecting previously unselected package libbrotli1:arm64.
14:32:22 [2023-06-22T14:32:22.182Z] #0 4.458 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_arm64.deb ...
14:32:22 [2023-06-22T14:32:22.182Z] #0 4.465 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ...
14:32:22 [2023-06-22T14:32:22.182Z] #0 4.511 Selecting previously unselected package libsasl2-modules-db:arm64.
14:32:22 [2023-06-22T14:32:22.182Z] #0 4.513 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
14:32:22 [2023-06-22T14:32:22.182Z] #0 4.516 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
14:32:22 [2023-06-22T14:32:22.182Z] #0 4.634 Selecting previously unselected package libsasl2-2:arm64.
14:32:22 [2023-06-22T14:32:22.182Z] #0 4.636 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
14:32:22 [2023-06-22T14:32:22.182Z] #0 4.641 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
14:32:22 [2023-06-22T14:32:22.182Z] #0 4.685 Selecting previously unselected package libldap-2.4-2:arm64.
14:32:22 [2023-06-22T14:32:22.182Z] #0 4.687 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_arm64.deb ...
14:32:22 [2023-06-22T14:32:22.182Z] #0 4.691 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
14:32:22 [2023-06-22T14:32:22.182Z] #0 4.738 Selecting previously unselected package libnghttp2-14:arm64.
14:32:22 [2023-06-22T14:32:22.182Z] #0 4.739 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_arm64.deb ...
14:32:22 [2023-06-22T14:32:22.182Z] #0 4.744 Unpacking libnghttp2-14:arm64 (1.43.0-1) ...
14:32:22 [2023-06-22T14:32:22.182Z] #0 4.786 Selecting previously unselected package libpsl5:arm64.
14:32:22 [2023-06-22T14:32:22.182Z] #0 4.788 Preparing to unpack .../07-libpsl5_0.21.0-1.2_arm64.deb ...
14:32:22 [2023-06-22T14:32:22.182Z] #0 4.792 Unpacking libpsl5:arm64 (0.21.0-1.2) ...
14:32:22 [2023-06-22T14:32:22.182Z] #0 4.829 Selecting previously unselected package librtmp1:arm64.
14:32:22 [2023-06-22T14:32:22.182Z] #0 4.830 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ...
14:32:22 [2023-06-22T14:32:22.182Z] #0 4.834 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
14:32:22 [2023-06-22T14:32:22.182Z] #0 4.880 Selecting previously unselected package libssh2-1:arm64.
14:32:22 [2023-06-22T14:32:22.182Z] #0 4.882 Preparing to unpack .../09-libssh2-1_1.9.0-2_arm64.deb ...
14:32:22 [2023-06-22T14:32:22.183Z] #0 4.888 Unpacking libssh2-1:arm64 (1.9.0-2) ...
14:32:22 [2023-06-22T14:32:22.183Z] #0 4.931 Selecting previously unselected package libcurl4:arm64.
14:32:22 [2023-06-22T14:32:22.183Z] #0 4.933 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u7_arm64.deb ...
14:32:22 [2023-06-22T14:32:22.183Z] #0 4.936 Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u7) ...
14:32:22 [2023-06-22T14:32:22.183Z] #0 4.987 Selecting previously unselected package curl.
14:32:22 [2023-06-22T14:32:22.183Z] #0 4.989 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u7_arm64.deb ...
14:32:22 [2023-06-22T14:32:22.183Z] #0 4.994 Unpacking curl (7.74.0-1.3+deb11u7) ...
14:32:22 [2023-06-22T14:32:22.183Z] #0 5.040 Selecting previously unselected package libonig5:arm64.
14:32:22 [2023-06-22T14:32:22.183Z] #0 5.042 Preparing to unpack .../12-libonig5_6.9.6-1.1_arm64.deb ...
14:32:22 [2023-06-22T14:32:22.183Z] #0 5.048 Unpacking libonig5:arm64 (6.9.6-1.1) ...
14:32:22 [2023-06-22T14:32:22.183Z] #0 5.134 Selecting previously unselected package libjq1:arm64.
14:32:22 [2023-06-22T14:32:22.183Z] #0 5.136 Preparing to unpack .../13-libjq1_1.6-2.1_arm64.deb ...
14:32:22 [2023-06-22T14:32:22.183Z] #0 5.140 Unpacking libjq1:arm64 (1.6-2.1) ...
14:32:22 [2023-06-22T14:32:22.183Z] #0 5.190 Selecting previously unselected package jq.
14:32:22 [2023-06-22T14:32:22.183Z] #0 5.191 Preparing to unpack .../14-jq_1.6-2.1_arm64.deb ...
14:32:22 [2023-06-22T14:32:22.183Z] #0 5.199 Unpacking jq (1.6-2.1) ...
14:32:22 [2023-06-22T14:32:22.183Z] #18 5.293 Setting up libpsl5:arm64 (0.21.0-1.2) ...
14:32:22 [2023-06-22T14:32:22.183Z] #18 5.307 Setting up libbrotli1:arm64 (1.0.9-2+b2) ...
14:32:22 [2023-06-22T14:32:22.183Z] #18 5.319 Setting up libnghttp2-14:arm64 (1.43.0-1) ...
14:32:22 [2023-06-22T14:32:22.183Z] #18 5.331 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
14:32:22 [2023-06-22T14:32:22.183Z] #18 5.343 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
14:32:22 [2023-06-22T14:32:22.183Z] #18 5.355 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
14:32:22 [2023-06-22T14:32:22.183Z] #18 5.370 Setting up libssh2-1:arm64 (1.9.0-2) ...
14:32:22 [2023-06-22T14:32:22.183Z] #18 5.384 Setting up openssl (1.1.1n-0+deb11u5) ...
14:32:22 [2023-06-22T14:32:22.183Z] #18 5.402 Setting up libonig5:arm64 (6.9.6-1.1) ...
14:32:22 [2023-06-22T14:32:22.183Z] #18 5.414 Setting up libjq1:arm64 (1.6-2.1) ...
14:32:22 [2023-06-22T14:32:22.183Z] #18 5.464 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
14:32:22 [2023-06-22T14:32:22.183Z] #18 5.474 Setting up ca-certificates (20210119) ...
14:32:22 [2023-06-22T14:32:22.752Z] #18 5.958 Updating certificates in /etc/ssl/certs...
14:32:23 [2023-06-22T14:32:23.322Z] #18 ...
14:32:23 [2023-06-22T14:32:23.322Z] 
14:32:23 [2023-06-22T14:32:23.322Z] #17 [base 1/5] FROM docker.io/library/golang:1.19.10-bullseye@sha256:84c27480a5aac854eb1982f931a48eed1ba0f318673a9636e2fdba2e601955d9
14:32:23 [2023-06-22T14:32:23.322Z] #17 extracting sha256:9e5a036cbcacfcedb993f827f697cdd1e045e476f2b99fdaa96828a48e5011d8 2.0s done
14:32:23 [2023-06-22T14:32:23.322Z] #17 extracting sha256:cde19f0069c0237d23817e3cf54da15905fad223e275c7de9fdd0e133bfc5f99 done
14:32:23 [2023-06-22T14:32:23.322Z] #17 DONE 11.2s
14:32:23 [2023-06-22T14:32:23.322Z] 
14:32:23 [2023-06-22T14:32:23.322Z] #18 [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
14:32:23 [2023-06-22T14:32:23.322Z] #18 6.528 129 added, 0 removed; done.
14:32:23 [2023-06-22T14:32:23.322Z] #18 ...
14:32:23 [2023-06-22T14:32:23.322Z] 
14:32:23 [2023-06-22T14:32:23.322Z] #19 [base 2/5] COPY --from=xx / /
14:32:29 [2023-06-22T14:32:29.893Z] #19 ...
14:32:29 [2023-06-22T14:32:29.893Z] 
14:32:29 [2023-06-22T14:32:29.893Z] #18 [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
14:32:29 [2023-06-22T14:32:29.893Z] #18 6.702 Setting up jq (1.6-2.1) ...
14:32:29 [2023-06-22T14:32:29.893Z] #18 6.784 Setting up libcurl4:arm64 (7.74.0-1.3+deb11u7) ...
14:32:29 [2023-06-22T14:32:29.893Z] #18 6.867 Setting up curl (7.74.0-1.3+deb11u7) ...
14:32:29 [2023-06-22T14:32:29.893Z] #18 6.965 Processing triggers for libc-bin (2.31-13+deb11u6) ...
14:32:29 [2023-06-22T14:32:29.893Z] #18 7.071 Processing triggers for ca-certificates (20210119) ...
14:32:29 [2023-06-22T14:32:29.893Z] #18 7.113 Updating certificates in /etc/ssl/certs...
14:32:29 [2023-06-22T14:32:29.893Z] #18 7.543 0 added, 0 removed; done.
14:32:29 [2023-06-22T14:32:29.893Z] #18 7.543 Running hooks in /etc/ca-certificates/update.d...
14:32:29 [2023-06-22T14:32:29.893Z] #18 7.544 done.
14:32:31 [2023-06-22T14:32:31.273Z] #18 DONE 14.7s
14:32:31 [2023-06-22T14:32:31.273Z] 
14:32:31 [2023-06-22T14:32:31.273Z] #19 [base 2/5] COPY --from=xx / /
14:32:31 [2023-06-22T14:32:31.533Z] #19 DONE 8.3s
14:32:31 [2023-06-22T14:32:31.533Z] 
14:32:31 [2023-06-22T14:32:31.533Z] #20 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
14:32:31 [2023-06-22T14:32:31.533Z] #20 DONE 0.1s
14:32:31 [2023-06-22T14:32:31.533Z] 
14:32:31 [2023-06-22T14:32:31.533Z] #21 [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
14:32:31 [2023-06-22T14:32:31.793Z] #21 ...
14:32:31 [2023-06-22T14:32:31.793Z] 
14:32:31 [2023-06-22T14:32:31.793Z] #22 [base 3/5] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
14:32:31 [2023-06-22T14:32:31.793Z] #22 DONE 0.4s
14:32:32 [2023-06-22T14:32:32.052Z] 
14:32:32 [2023-06-22T14:32:32.052Z] #23 [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
14:32:32 [2023-06-22T14:32:32.312Z] #23 DONE 0.5s
14:32:32 [2023-06-22T14:32:32.312Z] 
14:32:32 [2023-06-22T14:32:32.312Z] #24 [base 5/5] RUN apt-get update && apt-get install --no-install-recommends -y file
14:32:33 [2023-06-22T14:32:33.250Z] #24 0.919 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
14:32:33 [2023-06-22T14:32:33.251Z] #24 1.008 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
14:32:33 [2023-06-22T14:32:33.251Z] #24 1.011 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
14:32:33 [2023-06-22T14:32:33.251Z] #24 1.054 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
14:32:33 [2023-06-22T14:32:33.820Z] #24 1.288 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [241 kB]
14:32:33 [2023-06-22T14:32:33.820Z] #24 1.291 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.1 kB]
14:32:34 [2023-06-22T14:32:34.759Z] #24 2.183 Fetched 8532 kB in 2s (5031 kB/s)
14:32:35 [2023-06-22T14:32:35.018Z] #24 2.183 Reading package lists...
14:32:35 [2023-06-22T14:32:35.587Z] #24 2.723 Reading package lists...
14:32:35 [2023-06-22T14:32:35.846Z] #24 3.267 Building dependency tree...
14:32:35 [2023-06-22T14:32:35.846Z] #24 3.430 Reading state information...
14:32:36 [2023-06-22T14:32:36.106Z] #24 3.617 The following additional packages will be installed:
14:32:36 [2023-06-22T14:32:36.106Z] #24 3.618   libmagic-mgc libmagic1
14:32:36 [2023-06-22T14:32:36.106Z] #24 3.645 The following NEW packages will be installed:
14:32:36 [2023-06-22T14:32:36.106Z] #24 3.645   file libmagic-mgc libmagic1
14:32:36 [2023-06-22T14:32:36.365Z] #24 3.963 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
14:32:36 [2023-06-22T14:32:36.365Z] #24 3.963 Need to get 463 kB of archives.
14:32:36 [2023-06-22T14:32:36.365Z] #24 3.963 After this operation, 7063 kB of additional disk space will be used.
14:32:36 [2023-06-22T14:32:36.365Z] #24 3.963 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmagic-mgc arm64 1:5.39-3 [273 kB]
14:32:36 [2023-06-22T14:32:36.365Z] #24 4.035 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmagic1 arm64 1:5.39-3 [121 kB]
14:32:36 [2023-06-22T14:32:36.365Z] #24 4.039 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 file arm64 1:5.39-3 [69.1 kB]
14:32:36 [2023-06-22T14:32:36.624Z] #24 4.170 debconf: delaying package configuration, since apt-utils is not installed
14:32:36 [2023-06-22T14:32:36.624Z] #24 4.208 Fetched 463 kB in 0s (1193 kB/s)
14:32:36 [2023-06-22T14:32:36.624Z] #24 4.227 Selecting previously unselected package libmagic-mgc.
14:32:36 [2023-06-22T14:32:36.624Z] #24 4.227 (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.)
14:32:36 [2023-06-22T14:32:36.624Z] #24 4.237 Preparing to unpack .../libmagic-mgc_1%3a5.39-3_arm64.deb ...
14:32:36 [2023-06-22T14:32:36.624Z] #24 4.240 Unpacking libmagic-mgc (1:5.39-3) ...
14:32:36 [2023-06-22T14:32:36.624Z] #24 4.311 Selecting previously unselected package libmagic1:arm64.
14:32:36 [2023-06-22T14:32:36.624Z] #24 4.313 Preparing to unpack .../libmagic1_1%3a5.39-3_arm64.deb ...
14:32:36 [2023-06-22T14:32:36.624Z] #24 4.321 Unpacking libmagic1:arm64 (1:5.39-3) ...
14:32:36 [2023-06-22T14:32:36.884Z] #24 4.360 Selecting previously unselected package file.
14:32:36 [2023-06-22T14:32:36.884Z] #24 4.362 Preparing to unpack .../file_1%3a5.39-3_arm64.deb ...
14:32:36 [2023-06-22T14:32:36.884Z] #24 4.366 Unpacking file (1:5.39-3) ...
14:32:36 [2023-06-22T14:32:36.884Z] #24 4.407 Setting up libmagic-mgc (1:5.39-3) ...
14:32:36 [2023-06-22T14:32:36.884Z] #24 4.418 Setting up libmagic1:arm64 (1:5.39-3) ...
14:32:36 [2023-06-22T14:32:36.884Z] #24 4.437 Setting up file (1:5.39-3) ...
14:32:36 [2023-06-22T14:32:36.884Z] #24 4.455 Processing triggers for libc-bin (2.31-13+deb11u6) ...
14:32:37 [2023-06-22T14:32:37.876Z] #24 DONE 5.4s
14:32:37 [2023-06-22T14:32:37.876Z] 
14:32:37 [2023-06-22T14:32:37.876Z] #25 [tini-build 1/4] WORKDIR /go/src/github.com/krallin/tini
14:32:38 [2023-06-22T14:32:38.136Z] #25 ...
14:32:38 [2023-06-22T14:32:38.136Z] 
14:32:38 [2023-06-22T14:32:38.136Z] #26 [containerd-src 1/3] WORKDIR /usr/src/containerd
14:32:38 [2023-06-22T14:32:38.136Z] #26 DONE 0.4s
14:32:38 [2023-06-22T14:32:38.136Z] 
14:32:38 [2023-06-22T14:32:38.136Z] #27 [dockercli 1/3] WORKDIR /go/src/github.com/docker/cli
14:32:38 [2023-06-22T14:32:38.136Z] #27 DONE 0.4s
14:32:38 [2023-06-22T14:32:38.136Z] 
14:32:38 [2023-06-22T14:32:38.136Z] #28 [runc-src 1/3] WORKDIR /usr/src/runc
14:32:38 [2023-06-22T14:32:38.136Z] #28 DONE 0.4s
14:32:38 [2023-06-22T14:32:38.136Z] 
14:32:38 [2023-06-22T14:32:38.136Z] #29 [containerd-build 1/3] WORKDIR /go/src/github.com/containerd/containerd
14:32:38 [2023-06-22T14:32:38.136Z] #29 DONE 0.4s
14:32:38 [2023-06-22T14:32:38.136Z] 
14:32:38 [2023-06-22T14:32:38.136Z] #30 [swagger-src 1/3] WORKDIR /usr/src/swagger
14:32:38 [2023-06-22T14:32:38.136Z] #30 DONE 0.4s
14:32:38 [2023-06-22T14:32:38.136Z] 
14:32:38 [2023-06-22T14:32:38.136Z] #31 [runc-build 1/3] WORKDIR /go/src/github.com/opencontainers/runc
14:32:38 [2023-06-22T14:32:38.136Z] #31 DONE 0.5s
14:32:38 [2023-06-22T14:32:38.136Z] 
14:32:38 [2023-06-22T14:32:38.136Z] #32 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
14:32:38 [2023-06-22T14:32:38.136Z] #32 DONE 0.5s
14:32:38 [2023-06-22T14:32:38.136Z] 
14:32:38 [2023-06-22T14:32:38.136Z] #33 [tini-src 1/3] WORKDIR /usr/src/tini
14:32:38 [2023-06-22T14:32:38.136Z] #33 DONE 0.5s
14:32:38 [2023-06-22T14:32:38.397Z] 
14:32:38 [2023-06-22T14:32:38.397Z] #34 [registry-src 1/2] WORKDIR /usr/src/registry
14:32:38 [2023-06-22T14:32:38.397Z] #34 DONE 0.5s
14:32:38 [2023-06-22T14:32:38.397Z] 
14:32:38 [2023-06-22T14:32:38.397Z] #35 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
14:32:38 [2023-06-22T14:32:38.397Z] #35 DONE 0.5s
14:32:38 [2023-06-22T14:32:38.397Z] 
14:32:38 [2023-06-22T14:32:38.397Z] #36 [rootlesskit-build 1/5] WORKDIR /go/src/github.com/rootless-containers/rootlesskit
14:32:38 [2023-06-22T14:32:38.397Z] #36 DONE 0.5s
14:32:38 [2023-06-22T14:32:38.397Z] 
14:32:38 [2023-06-22T14:32:38.397Z] #37 [rootlesskit-src 1/3] WORKDIR /usr/src/rootlesskit
14:32:38 [2023-06-22T14:32:38.397Z] #37 DONE 0.6s
14:32:38 [2023-06-22T14:32:38.397Z] 
14:32:38 [2023-06-22T14:32:38.397Z] #38 [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
14:32:38 [2023-06-22T14:32:38.397Z] #38 ...
14:32:38 [2023-06-22T14:32:38.397Z] 
14:32:38 [2023-06-22T14:32:38.397Z] #39 [delve-src 1/3] WORKDIR /usr/src/delve
14:32:38 [2023-06-22T14:32:38.397Z] #39 DONE 0.6s
14:32:38 [2023-06-22T14:32:38.397Z] 
14:32:38 [2023-06-22T14:32:38.397Z] #25 [tini-build 1/4] WORKDIR /go/src/github.com/krallin/tini
14:32:38 [2023-06-22T14:32:38.397Z] #25 DONE 0.6s
14:32:38 [2023-06-22T14:32:38.397Z] 
14:32:38 [2023-06-22T14:32:38.397Z] #40 [dockercli-src 1/5] WORKDIR /tmp/dockercli
14:32:38 [2023-06-22T14:32:38.397Z] #40 DONE 0.6s
14:32:38 [2023-06-22T14:32:38.657Z] 
14:32:38 [2023-06-22T14:32:38.657Z] #21 [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
14:32:38 [2023-06-22T14:32:38.657Z] #21 1.664 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
14:32:38 [2023-06-22T14:32:38.657Z] #21 1.854 
14:32:38 [2023-06-22T14:32:38.657Z] #21 2.071 #=#=#                                                                         

######################################################################## 100.0%
14:32:38 [2023-06-22T14:32:38.657Z] #21 2.313 
14:32:38 [2023-06-22T14:32:38.657Z] #21 3.294 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
14:32:38 [2023-06-22T14:32:38.657Z] #21 3.482 
14:32:38 [2023-06-22T14:32:38.657Z] #21 3.700 #=#=#                                                                         

                                                                           0.7%
######################################################################## 100.0%
14:32:38 [2023-06-22T14:32:38.657Z] #21 3.997 
14:32:38 [2023-06-22T14:32:38.657Z] #21 5.030 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)...
14:32:38 [2023-06-22T14:32:38.657Z] #21 5.218 
14:32:38 [2023-06-22T14:32:38.657Z] #21 5.436 #=#=#                                                                         

                                                                           0.1%
##########################################                                59.2%
######################################################################## 100.0%
14:32:38 [2023-06-22T14:32:38.657Z] #21 6.212 
14:32:38 [2023-06-22T14:32:38.920Z] #21 7.365 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
14:32:39 [2023-06-22T14:32:39.183Z] #21 7.620 
14:32:39 [2023-06-22T14:32:39.443Z] #21 7.882 #=#=#                                                                         

######################################################################## 100.0%
14:32:39 [2023-06-22T14:32:39.704Z] #21 ...
14:32:39 [2023-06-22T14:32:39.704Z] 
14:32:39 [2023-06-22T14:32:39.704Z] #41 [containerd-src 2/3] RUN git init . && git remote add origin "https://github.com/containerd/containerd.git"
14:32:39 [2023-06-22T14:32:39.704Z] #0 1.219 hint: Using 'master' as the name for the initial branch. This default branch name
14:32:39 [2023-06-22T14:32:39.704Z] #0 1.219 hint: is subject to change. To configure the initial branch name to use in all
14:32:39 [2023-06-22T14:32:39.704Z] #0 1.219 hint: of your new repositories, which will suppress this warning, call:
14:32:39 [2023-06-22T14:32:39.704Z] #0 1.219 hint: 
14:32:39 [2023-06-22T14:32:39.704Z] #0 1.219 hint: 	git config --global init.defaultBranch <name>
14:32:39 [2023-06-22T14:32:39.704Z] #0 1.219 hint: 
14:32:39 [2023-06-22T14:32:39.704Z] #0 1.219 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
14:32:39 [2023-06-22T14:32:39.704Z] #0 1.219 hint: 'development'. The just-created branch can be renamed via this command:
14:32:39 [2023-06-22T14:32:39.704Z] #0 1.219 hint: 
14:32:39 [2023-06-22T14:32:39.704Z] #0 1.219 hint: 	git branch -m <name>
14:32:39 [2023-06-22T14:32:39.704Z] #0 1.228 Initialized empty Git repository in /usr/src/containerd/.git/
14:32:39 [2023-06-22T14:32:39.704Z] #41 DONE 1.4s
14:32:39 [2023-06-22T14:32:39.704Z] 
14:32:39 [2023-06-22T14:32:39.704Z] #42 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.6.21" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
14:32:40 [2023-06-22T14:32:40.275Z] #42 ...
14:32:40 [2023-06-22T14:32:40.275Z] 
14:32:40 [2023-06-22T14:32:40.275Z] #43 [tini-src 2/3] RUN git init . && git remote add origin "https://github.com/krallin/tini.git"
14:32:40 [2023-06-22T14:32:40.275Z] #0 1.596 hint: Using 'master' as the name for the initial branch. This default branch name
14:32:40 [2023-06-22T14:32:40.275Z] #0 1.596 hint: is subject to change. To configure the initial branch name to use in all
14:32:40 [2023-06-22T14:32:40.275Z] #0 1.596 hint: of your new repositories, which will suppress this warning, call:
14:32:40 [2023-06-22T14:32:40.275Z] #0 1.596 hint: 
14:32:40 [2023-06-22T14:32:40.275Z] #0 1.596 hint: 	git config --global init.defaultBranch <name>
14:32:40 [2023-06-22T14:32:40.275Z] #0 1.596 hint: 
14:32:40 [2023-06-22T14:32:40.275Z] #0 1.596 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
14:32:40 [2023-06-22T14:32:40.275Z] #0 1.596 hint: 'development'. The just-created branch can be renamed via this command:
14:32:40 [2023-06-22T14:32:40.275Z] #0 1.596 hint: 
14:32:40 [2023-06-22T14:32:40.275Z] #0 1.596 hint: 	git branch -m <name>
14:32:40 [2023-06-22T14:32:40.275Z] #0 1.598 Initialized empty Git repository in /usr/src/tini/.git/
14:32:40 [2023-06-22T14:32:40.275Z] #43 DONE 2.0s
14:32:40 [2023-06-22T14:32:40.275Z] 
14:32:40 [2023-06-22T14:32:40.275Z] #44 [swagger-src 2/3] RUN git init . && git remote add origin "https://github.com/kolyshkin/go-swagger.git"
14:32:40 [2023-06-22T14:32:40.275Z] #0 1.995 hint: Using 'master' as the name for the initial branch. This default branch name
14:32:40 [2023-06-22T14:32:40.275Z] #0 2.006 Initialized empty Git repository in /usr/src/swagger/.git/
14:32:40 [2023-06-22T14:32:40.275Z] #0 2.007 hint: is subject to change. To configure the initial branch name to use in all
14:32:40 [2023-06-22T14:32:40.275Z] #0 2.007 hint: of your new repositories, which will suppress this warning, call:
14:32:40 [2023-06-22T14:32:40.275Z] #0 2.007 hint: 
14:32:40 [2023-06-22T14:32:40.275Z] #0 2.007 hint: 	git config --global init.defaultBranch <name>
14:32:40 [2023-06-22T14:32:40.275Z] #0 2.007 hint: 
14:32:40 [2023-06-22T14:32:40.275Z] #0 2.007 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
14:32:40 [2023-06-22T14:32:40.275Z] #0 2.007 hint: 'development'. The just-created branch can be renamed via this command:
14:32:40 [2023-06-22T14:32:40.275Z] #0 2.007 hint: 
14:32:40 [2023-06-22T14:32:40.275Z] #0 2.007 hint: 	git branch -m <name>
14:32:40 [2023-06-22T14:32:40.275Z] #44 DONE 2.1s
14:32:40 [2023-06-22T14:32:40.539Z] 
14:32:40 [2023-06-22T14:32:40.539Z] #45 [registry-src 2/2] RUN git init . && git remote add origin "https://github.com/distribution/distribution.git"
14:32:40 [2023-06-22T14:32:40.539Z] #0 1.986 hint: Using 'master' as the name for the initial branch. This default branch name
14:32:40 [2023-06-22T14:32:40.539Z] #0 1.986 hint: is subject to change. To configure the initial branch name to use in all
14:32:40 [2023-06-22T14:32:40.539Z] #0 1.986 hint: of your new repositories, which will suppress this warning, call:
14:32:40 [2023-06-22T14:32:40.539Z] #0 1.986 hint: 
14:32:40 [2023-06-22T14:32:40.539Z] #0 1.986 hint: 	git config --global init.defaultBranch <name>
14:32:40 [2023-06-22T14:32:40.539Z] #0 1.986 hint: 
14:32:40 [2023-06-22T14:32:40.539Z] #0 1.986 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
14:32:40 [2023-06-22T14:32:40.539Z] #0 1.986 hint: 'development'. The just-created branch can be renamed via this command:
14:32:40 [2023-06-22T14:32:40.539Z] #0 1.986 hint: 
14:32:40 [2023-06-22T14:32:40.539Z] #0 1.986 hint: 	git branch -m <name>
14:32:40 [2023-06-22T14:32:40.539Z] #0 1.991 Initialized empty Git repository in /usr/src/registry/.git/
14:32:40 [2023-06-22T14:32:40.539Z] #45 DONE 2.2s
14:32:40 [2023-06-22T14:32:40.539Z] 
14:32:40 [2023-06-22T14:32:40.539Z] #46 [swagger-src 3/3] RUN git fetch -q --depth 1 origin "c56166c036004ba7a3a321e5951ba472b9ae298c" && git checkout -q FETCH_HEAD
14:32:41 [2023-06-22T14:32:41.481Z] #46 ...
14:32:41 [2023-06-22T14:32:41.481Z] 
14:32:41 [2023-06-22T14:32:41.481Z] #47 [delve-src 2/3] RUN git init . && git remote add origin "https://github.com/go-delve/delve.git"
14:32:41 [2023-06-22T14:32:41.481Z] #0 2.813 hint: Using 'master' as the name for the initial branch. This default branch name
14:32:41 [2023-06-22T14:32:41.481Z] #0 2.813 hint: is subject to change. To configure the initial branch name to use in all
14:32:41 [2023-06-22T14:32:41.481Z] #0 2.813 hint: of your new repositories, which will suppress this warning, call:
14:32:41 [2023-06-22T14:32:41.481Z] #0 2.813 hint: 
14:32:41 [2023-06-22T14:32:41.481Z] #0 2.813 hint: 	git config --global init.defaultBranch <name>
14:32:41 [2023-06-22T14:32:41.481Z] #0 2.813 hint: 
14:32:41 [2023-06-22T14:32:41.481Z] #0 2.813 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
14:32:41 [2023-06-22T14:32:41.481Z] #0 2.813 hint: 'development'. The just-created branch can be renamed via this command:
14:32:41 [2023-06-22T14:32:41.481Z] #0 2.813 hint: 
14:32:41 [2023-06-22T14:32:41.481Z] #0 2.813 hint: 	git branch -m <name>
14:32:41 [2023-06-22T14:32:41.481Z] #0 2.858 Initialized empty Git repository in /usr/src/delve/.git/
14:32:41 [2023-06-22T14:32:41.481Z] #47 DONE 3.1s
14:32:41 [2023-06-22T14:32:41.481Z] 
14:32:41 [2023-06-22T14:32:41.481Z] #48 [runc-src 2/3] RUN git init . && git remote add origin "https://github.com/opencontainers/runc.git"
14:32:41 [2023-06-22T14:32:41.481Z] #0 2.753 Initialized empty Git repository in /usr/src/runc/.git/
14:32:41 [2023-06-22T14:32:41.481Z] #0 2.753 hint: Using 'master' as the name for the initial branch. This default branch name
14:32:41 [2023-06-22T14:32:41.481Z] #0 2.753 hint: is subject to change. To configure the initial branch name to use in all
14:32:41 [2023-06-22T14:32:41.481Z] #0 2.753 hint: of your new repositories, which will suppress this warning, call:
14:32:41 [2023-06-22T14:32:41.481Z] #0 2.753 hint: 
14:32:41 [2023-06-22T14:32:41.481Z] #0 2.753 hint: 	git config --global init.defaultBranch <name>
14:32:41 [2023-06-22T14:32:41.481Z] #0 2.753 hint: 
14:32:41 [2023-06-22T14:32:41.481Z] #0 2.753 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
14:32:41 [2023-06-22T14:32:41.481Z] #0 2.753 hint: 'development'. The just-created branch can be renamed via this command:
14:32:41 [2023-06-22T14:32:41.481Z] #0 2.753 hint: 
14:32:41 [2023-06-22T14:32:41.481Z] #0 2.753 hint: 	git branch -m <name>
14:32:41 [2023-06-22T14:32:41.481Z] #48 DONE 3.4s
14:32:41 [2023-06-22T14:32:41.742Z] 
14:32:41 [2023-06-22T14:32:41.742Z] #38 [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
14:32:41 [2023-06-22T14:32:41.742Z] #38 3.404 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
14:32:41 [2023-06-22T14:32:41.742Z] #38 ...
14:32:41 [2023-06-22T14:32:41.742Z] 
14:32:41 [2023-06-22T14:32:41.742Z] #49 [rootlesskit-src 2/3] RUN git init . && git remote add origin "https://github.com/rootless-containers/rootlesskit.git"
14:32:41 [2023-06-22T14:32:41.742Z] #0 2.610 Initialized empty Git repository in /usr/src/rootlesskit/.git/
14:32:41 [2023-06-22T14:32:41.742Z] #0 2.610 hint: Using 'master' as the name for the initial branch. This default branch name
14:32:41 [2023-06-22T14:32:41.742Z] #0 2.610 hint: is subject to change. To configure the initial branch name to use in all
14:32:41 [2023-06-22T14:32:41.742Z] #0 2.610 hint: of your new repositories, which will suppress this warning, call:
14:32:41 [2023-06-22T14:32:41.742Z] #0 2.610 hint: 
14:32:41 [2023-06-22T14:32:41.742Z] #0 2.610 hint: 	git config --global init.defaultBranch <name>
14:32:41 [2023-06-22T14:32:41.742Z] #0 2.610 hint: 
14:32:41 [2023-06-22T14:32:41.742Z] #0 2.610 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
14:32:41 [2023-06-22T14:32:41.742Z] #0 2.610 hint: 'development'. The just-created branch can be renamed via this command:
14:32:41 [2023-06-22T14:32:41.742Z] #0 2.610 hint: 
14:32:41 [2023-06-22T14:32:41.742Z] #0 2.610 hint: 	git branch -m <name>
14:32:41 [2023-06-22T14:32:41.742Z] #49 DONE 3.4s
14:32:41 [2023-06-22T14:32:41.742Z] 
14:32:41 [2023-06-22T14:32:41.742Z] #38 [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
14:32:41 [2023-06-22T14:32:41.742Z] #38 3.433 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
14:32:41 [2023-06-22T14:32:41.742Z] #38 3.438 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
14:32:42 [2023-06-22T14:32:42.006Z] #38 ...
14:32:42 [2023-06-22T14:32:42.006Z] 
14:32:42 [2023-06-22T14:32:42.006Z] #50 [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
14:32:42 [2023-06-22T14:32:42.006Z] #0 3.718 tomll can be used in two ways:
14:32:42 [2023-06-22T14:32:42.006Z] #0 3.718 Writing to STDIN and reading from STDOUT:
14:32:42 [2023-06-22T14:32:42.006Z] #0 3.718   cat file.toml | tomll > file.toml
14:32:42 [2023-06-22T14:32:42.006Z] #0 3.718 
14:32:42 [2023-06-22T14:32:42.006Z] #0 3.718 Reading and updating a list of files:
14:32:42 [2023-06-22T14:32:42.006Z] #0 3.718   tomll a.toml b.toml c.toml
14:32:42 [2023-06-22T14:32:42.006Z] #0 3.718 
14:32:42 [2023-06-22T14:32:42.006Z] #0 3.718 When given a list of files, tomll will modify all files in place without asking.
14:32:42 [2023-06-22T14:32:42.006Z] #50 DONE 4.3s
14:32:42 [2023-06-22T14:32:42.006Z] 
14:32:42 [2023-06-22T14:32:42.006Z] #51 [dockercli-src 2/5] RUN git init . && git remote add origin "https://github.com/docker/cli.git"
14:32:42 [2023-06-22T14:32:42.006Z] #0 3.104 hint: Using 'master' as the name for the initial branch. This default branch name
14:32:42 [2023-06-22T14:32:42.006Z] #0 3.104 hint: is subject to change. To configure the initial branch name to use in all
14:32:42 [2023-06-22T14:32:42.006Z] #0 3.104 hint: of your new repositories, which will suppress this warning, call:
14:32:42 [2023-06-22T14:32:42.006Z] #0 3.104 hint: 
14:32:42 [2023-06-22T14:32:42.006Z] #0 3.104 hint: 	git config --global init.defaultBranch <name>
14:32:42 [2023-06-22T14:32:42.006Z] #0 3.104 hint: 
14:32:42 [2023-06-22T14:32:42.006Z] #0 3.104 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
14:32:42 [2023-06-22T14:32:42.006Z] #0 3.104 hint: 'development'. The just-created branch can be renamed via this command:
14:32:42 [2023-06-22T14:32:42.006Z] #0 3.104 hint: 
14:32:42 [2023-06-22T14:32:42.006Z] #0 3.104 hint: 	git branch -m <name>
14:32:42 [2023-06-22T14:32:42.006Z] #0 3.109 Initialized empty Git repository in /tmp/dockercli/.git/
14:32:42 [2023-06-22T14:32:42.006Z] #51 DONE 3.7s
14:32:42 [2023-06-22T14:32:42.268Z] 
14:32:42 [2023-06-22T14:32:42.268Z] #52 [dockercli-src 3/5] RUN git fetch -q --depth 1 origin "v17.06.2-ce" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
14:32:42 [2023-06-22T14:32:42.268Z] #52 ...
14:32:42 [2023-06-22T14:32:42.268Z] 
14:32:42 [2023-06-22T14:32:42.268Z] #21 [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
14:32:42 [2023-06-22T14:32:42.268Z] #21 8.245 
14:32:42 [2023-06-22T14:32:42.268Z] #21 9.353 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
14:32:42 [2023-06-22T14:32:42.268Z] #21 9.765 
14:32:42 [2023-06-22T14:32:42.268Z] #21 10.04 #=#=#                                                                         

######################################################################## 100.0%
14:32:42 [2023-06-22T14:32:42.268Z] #21 10.37 
14:32:42 [2023-06-22T14:32:42.268Z] #21 10.50 Download of images into '/build' complete.
14:32:42 [2023-06-22T14:32:42.268Z] #21 10.50 Use something like the following to load the result into a Docker daemon:
14:32:42 [2023-06-22T14:32:42.268Z] #21 10.50   tar -cC '/build' . | docker load
14:32:42 [2023-06-22T14:32:42.268Z] #21 DONE 10.7s
14:32:42 [2023-06-22T14:32:42.529Z] 
14:32:42 [2023-06-22T14:32:42.529Z] #38 [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
14:32:42 [2023-06-22T14:32:42.529Z] #38 3.950 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
14:32:43 [2023-06-22T14:32:43.100Z] #38 4.772 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [241 kB]
14:32:43 [2023-06-22T14:32:43.542Z] #38 5.117 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.1 kB]
14:32:44 [2023-06-22T14:32:44.939Z] #38 6.712 Fetched 8532 kB in 4s (2376 kB/s)
14:32:46 [2023-06-22T14:32:46.478Z] #38 6.712 Reading package lists...
14:32:47 [2023-06-22T14:32:47.108Z] #38 8.717 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
14:32:47 [2023-06-22T14:32:47.108Z] #38 8.720 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
14:32:47 [2023-06-22T14:32:47.108Z] #38 8.720 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
14:32:47 [2023-06-22T14:32:47.680Z] #38 ...
14:32:47 [2023-06-22T14:32:47.680Z] 
14:32:47 [2023-06-22T14:32:47.680Z] #53 [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             ;
14:32:47 [2023-06-22T14:32:47.680Z] #0 1.475 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
14:32:47 [2023-06-22T14:32:47.680Z] #0 1.488 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
14:32:47 [2023-06-22T14:32:47.680Z] #0 1.488 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
14:32:47 [2023-06-22T14:32:47.680Z] #0 1.911 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
14:32:47 [2023-06-22T14:32:47.680Z] #0 2.610 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [241 kB]
14:32:47 [2023-06-22T14:32:47.680Z] #0 3.257 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.1 kB]
14:32:47 [2023-06-22T14:32:47.680Z] #0 4.241 Fetched 8532 kB in 3s (2789 kB/s)
14:32:47 [2023-06-22T14:32:47.680Z] #0 4.241 Reading package lists...
14:32:47 [2023-06-22T14:32:47.680Z] #0 5.391 Reading package lists...
14:32:47 [2023-06-22T14:32:47.680Z] #0 6.166 Building dependency tree...
14:32:47 [2023-06-22T14:32:47.680Z] #0 6.361 Reading state information...
14:32:47 [2023-06-22T14:32:47.680Z] #0 6.643 python3 is already the newest version (3.9.2-3).
14:32:47 [2023-06-22T14:32:47.680Z] #0 6.643 The following additional packages will be installed:
14:32:47 [2023-06-22T14:32:47.680Z] #0 6.645   autotools-dev bzip2 dpkg-dev libcap2 libprotobuf-c1 libsigsegv2 libyajl2 m4
14:32:47 [2023-06-22T14:32:47.680Z] #0 6.646   patch xz-utils
14:32:47 [2023-06-22T14:32:47.680Z] #0 6.649 Suggested packages:
14:32:47 [2023-06-22T14:32:47.680Z] #0 6.649   autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring
14:32:47 [2023-06-22T14:32:47.680Z] #0 6.649   manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk
14:32:47 [2023-06-22T14:32:47.680Z] #0 6.650   m4-doc ed diffutils-doc
14:32:47 [2023-06-22T14:32:47.680Z] #0 6.650 Recommended packages:
14:32:47 [2023-06-22T14:32:47.680Z] #0 6.650   fakeroot libalgorithm-merge-perl libltdl-dev
14:32:47 [2023-06-22T14:32:47.680Z] #0 6.897 The following NEW packages will be installed:
14:32:47 [2023-06-22T14:32:47.680Z] #0 6.905   autoconf automake autotools-dev build-essential bzip2 dpkg-dev libcap-dev
14:32:47 [2023-06-22T14:32:47.680Z] #0 6.906   libcap2 libprotobuf-c-dev libprotobuf-c1 libseccomp-dev libsigsegv2
14:32:47 [2023-06-22T14:32:47.680Z] #0 6.907   libsystemd-dev libtool libudev-dev libyajl-dev libyajl2 m4 patch xz-utils
14:32:47 [2023-06-22T14:32:47.680Z] #0 7.184 0 upgraded, 20 newly installed, 0 to remove and 0 not upgraded.
14:32:47 [2023-06-22T14:32:47.680Z] #0 7.184 Need to get 5458 kB of archives.
14:32:47 [2023-06-22T14:32:47.680Z] #0 7.184 After this operation, 11.6 MB of additional disk space will be used.
14:32:47 [2023-06-22T14:32:47.680Z] #0 7.184 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
14:32:47 [2023-06-22T14:32:47.680Z] #0 7.255 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
14:32:47 [2023-06-22T14:32:47.680Z] #0 7.260 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsigsegv2 arm64 2.13-1 [34.7 kB]
14:32:47 [2023-06-22T14:32:47.680Z] #0 7.262 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 m4 arm64 1.4.18-5 [199 kB]
14:32:47 [2023-06-22T14:32:47.680Z] #0 7.277 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 autoconf all 2.69-14 [313 kB]
14:32:47 [2023-06-22T14:32:47.680Z] #0 7.277 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 autotools-dev all 20180224.1+nmu1 [77.1 kB]
14:32:47 [2023-06-22T14:32:47.680Z] #0 7.328 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 automake all 1:1.16.3-2 [814 kB]
14:32:47 [2023-06-22T14:32:47.680Z] #0 7.431 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
14:32:47 [2023-06-22T14:32:47.680Z] #0 7.475 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.12 [2312 kB]
14:32:47 [2023-06-22T14:32:47.680Z] #0 7.577 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 build-essential arm64 12.9 [7704 B]
14:32:47 [2023-06-22T14:32:47.680Z] #0 7.579 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB]
14:32:47 [2023-06-22T14:32:47.680Z] #0 7.580 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap-dev arm64 1:2.44-1 [45.6 kB]
14:32:47 [2023-06-22T14:32:47.680Z] #0 7.582 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
14:32:47 [2023-06-22T14:32:47.680Z] #0 7.584 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c-dev arm64 1.3.3-1+b2 [34.1 kB]
14:32:47 [2023-06-22T14:32:47.680Z] #0 7.586 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
14:32:47 [2023-06-22T14:32:47.680Z] #0 7.588 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7+deb11u2 [401 kB]
14:32:47 [2023-06-22T14:32:47.680Z] #0 7.592 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libtool all 2.4.6-15 [513 kB]
14:32:47 [2023-06-22T14:32:47.680Z] #0 7.621 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7+deb11u2 [123 kB]
14:32:47 [2023-06-22T14:32:47.680Z] #0 7.623 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3 [22.9 kB]
14:32:47 [2023-06-22T14:32:47.680Z] #0 7.631 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl-dev arm64 2.1.0-3 [31.5 kB]
14:32:47 [2023-06-22T14:32:47.680Z] #0 8.928 debconf: delaying package configuration, since apt-utils is not installed
14:32:47 [2023-06-22T14:32:47.680Z] #0 9.098 Fetched 5458 kB in 1s (7318 kB/s)
14:32:47 [2023-06-22T14:32:47.680Z] #0 9.532 Selecting previously unselected package bzip2.
14:32:47 [2023-06-22T14:32:47.680Z] #0 9.532 (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.)
14:32:47 [2023-06-22T14:32:47.680Z] #0 9.584 Preparing to unpack .../00-bzip2_1.0.8-4_arm64.deb ...
14:32:47 [2023-06-22T14:32:47.680Z] #0 9.609 Unpacking bzip2 (1.0.8-4) ...
14:32:47 [2023-06-22T14:32:47.680Z] #0 9.796 Selecting previously unselected package xz-utils.
14:32:47 [2023-06-22T14:32:47.680Z] #0 9.799 Preparing to unpack .../01-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
14:32:47 [2023-06-22T14:32:47.680Z] #0 9.834 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
14:32:47 [2023-06-22T14:32:47.680Z] #53 ...
14:32:47 [2023-06-22T14:32:47.680Z] 
14:32:47 [2023-06-22T14:32:47.680Z] #54 [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
14:32:47 [2023-06-22T14:32:47.680Z] #0 6.176 v3.6.0
14:32:47 [2023-06-22T14:32:47.954Z] #54 ...
14:32:47 [2023-06-22T14:32:47.954Z] 
14:32:47 [2023-06-22T14:32:47.954Z] #55 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.2"      && /build/gotestsum --version
14:32:47 [2023-06-22T14:32:47.954Z] #0 9.816 gotestsum version dev
14:32:47 [2023-06-22T14:32:47.954Z] #55 ...
14:32:47 [2023-06-22T14:32:47.954Z] 
14:32:47 [2023-06-22T14:32:47.954Z] #56 [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
14:32:48 [2023-06-22T14:32:48.214Z] #56 ...
14:32:48 [2023-06-22T14:32:48.214Z] 
14:32:48 [2023-06-22T14:32:48.214Z] #57 [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
14:32:48 [2023-06-22T14:32:48.214Z] #0 5.384 NAME:
14:32:48 [2023-06-22T14:32:48.214Z] #0 5.384    go-winres - A tool for embedding resources in Windows executables
14:32:48 [2023-06-22T14:32:48.214Z] #0 5.384 
14:32:48 [2023-06-22T14:32:48.214Z] #0 5.384 USAGE:
14:32:48 [2023-06-22T14:32:48.214Z] #0 5.384    go-winres [global options] command [command options] [arguments...]
14:32:48 [2023-06-22T14:32:48.214Z] #0 5.384 
14:32:48 [2023-06-22T14:32:48.214Z] #0 5.384 COMMANDS:
14:32:48 [2023-06-22T14:32:48.214Z] #0 5.384    init     Create an initial ./winres/winres.json
14:32:48 [2023-06-22T14:32:48.214Z] #0 5.384    make     Make syso files for the "go build" command
14:32:48 [2023-06-22T14:32:48.214Z] #0 5.384    simply   Make syso files for the "go build" command (simplified)
14:32:48 [2023-06-22T14:32:48.214Z] #0 5.384    extract  Extract all resources from an executable
14:32:48 [2023-06-22T14:32:48.214Z] #0 5.384    patch    Replace resources in an executable file (exe, dll)
14:32:48 [2023-06-22T14:32:48.214Z] #0 5.384    help, h  Shows a list of commands or help for one command
14:32:48 [2023-06-22T14:32:48.214Z] #0 5.384 
14:32:48 [2023-06-22T14:32:48.214Z] #0 5.384 GLOBAL OPTIONS:
14:32:48 [2023-06-22T14:32:48.214Z] #0 5.384    --help, -h  show help (default: false)
14:32:48 [2023-06-22T14:32:48.214Z] #57 ...
14:32:48 [2023-06-22T14:32:48.214Z] 
14:32:48 [2023-06-22T14:32:48.214Z] #58 [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
14:32:48 [2023-06-22T14:32:48.214Z] #0 3.510 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
14:32:48 [2023-06-22T14:32:48.214Z] #0 3.536 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
14:32:48 [2023-06-22T14:32:48.214Z] #0 3.536 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
14:32:48 [2023-06-22T14:32:48.214Z] #0 3.990 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
14:32:48 [2023-06-22T14:32:48.214Z] #0 4.782 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [241 kB]
14:32:48 [2023-06-22T14:32:48.214Z] #0 5.302 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.1 kB]
14:32:48 [2023-06-22T14:32:48.215Z] #0 6.801 Fetched 8532 kB in 4s (2399 kB/s)
14:32:48 [2023-06-22T14:32:48.215Z] #0 6.801 Reading package lists...
14:32:48 [2023-06-22T14:32:48.215Z] #0 8.856 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
14:32:48 [2023-06-22T14:32:48.215Z] #0 8.856 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
14:32:48 [2023-06-22T14:32:48.215Z] #0 8.856 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
14:32:48 [2023-06-22T14:32:48.475Z] #0 9.882 Reading package lists...
14:32:48 [2023-06-22T14:32:48.475Z] #58 ...
14:32:48 [2023-06-22T14:32:48.475Z] 
14:32:48 [2023-06-22T14:32:48.475Z] #59 [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
14:32:48 [2023-06-22T14:32:48.475Z] #0 3.401 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
14:32:48 [2023-06-22T14:32:48.475Z] #0 3.440 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
14:32:48 [2023-06-22T14:32:48.475Z] #0 3.440 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
14:32:48 [2023-06-22T14:32:48.475Z] #0 3.970 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
14:32:48 [2023-06-22T14:32:48.475Z] #0 4.792 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [241 kB]
14:32:48 [2023-06-22T14:32:48.475Z] #0 4.921 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.1 kB]
14:32:48 [2023-06-22T14:32:48.475Z] #0 6.570 Fetched 8532 kB in 4s (2422 kB/s)
14:32:48 [2023-06-22T14:32:48.475Z] #0 6.570 Reading package lists...
14:32:48 [2023-06-22T14:32:48.475Z] #0 7.703 Reading package lists...
14:32:48 [2023-06-22T14:32:48.475Z] #0 8.428 Building dependency tree...
14:32:48 [2023-06-22T14:32:48.475Z] #0 8.627 Reading state information...
14:32:48 [2023-06-22T14:32:48.475Z] #0 8.928 The following additional packages will be installed:
14:32:48 [2023-06-22T14:32:48.475Z] #0 8.931   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
14:32:48 [2023-06-22T14:32:48.475Z] #0 8.934 Suggested packages:
14:32:48 [2023-06-22T14:32:48.475Z] #0 8.934   cmake-doc ninja-build lrzip
14:32:48 [2023-06-22T14:32:48.475Z] #0 9.006 The following NEW packages will be installed:
14:32:48 [2023-06-22T14:32:48.475Z] #0 9.008   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
14:32:48 [2023-06-22T14:32:48.475Z] #0 9.318 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
14:32:48 [2023-06-22T14:32:48.475Z] #0 9.318 Need to get 15.1 MB of archives.
14:32:48 [2023-06-22T14:32:48.475Z] #0 9.318 After this operation, 66.8 MB of additional disk space will be used.
14:32:48 [2023-06-22T14:32:48.475Z] #0 9.318 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
14:32:48 [2023-06-22T14:32:48.475Z] #0 9.459 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
14:32:48 [2023-06-22T14:32:48.475Z] #0 9.565 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxml2 arm64 2.9.10+dfsg-6.7+deb11u4 [629 kB]
14:32:48 [2023-06-22T14:32:48.475Z] #0 9.574 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+deb11u1 [320 kB]
14:32:48 [2023-06-22T14:32:48.475Z] #0 9.581 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB]
14:32:48 [2023-06-22T14:32:48.475Z] #0 9.584 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB]
14:32:48 [2023-06-22T14:32:48.475Z] #0 9.591 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB]
14:32:48 [2023-06-22T14:32:48.475Z] #0 9.593 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB]
14:32:48 [2023-06-22T14:32:48.475Z] #0 9.821 debconf: delaying package configuration, since apt-utils is not installed
14:32:48 [2023-06-22T14:32:48.475Z] #0 9.881 Fetched 15.1 MB in 1s (25.2 MB/s)
14:32:48 [2023-06-22T14:32:48.475Z] #0 10.09 Selecting previously unselected package cmake-data.
14:32:48 [2023-06-22T14:32:48.475Z] #0 10.09 (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.)
14:32:48 [2023-06-22T14:32:48.475Z] #59 10.10 Preparing to unpack .../0-cmake-data_3.18.4-2+deb11u1_all.deb ...
14:32:48 [2023-06-22T14:32:48.475Z] #59 10.13 Unpacking cmake-data (3.18.4-2+deb11u1) ...
14:32:48 [2023-06-22T14:32:48.475Z] #59 ...
14:32:48 [2023-06-22T14:32:48.475Z] 
14:32:48 [2023-06-22T14:32:48.475Z] #60 [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
14:32:48 [2023-06-22T14:32:48.475Z] #0 3.246 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
14:32:48 [2023-06-22T14:32:48.475Z] #0 3.259 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
14:32:48 [2023-06-22T14:32:48.475Z] #0 3.265 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
14:32:48 [2023-06-22T14:32:48.475Z] #0 3.733 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
14:32:48 [2023-06-22T14:32:48.475Z] #0 4.251 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [241 kB]
14:32:48 [2023-06-22T14:32:48.475Z] #0 4.985 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.1 kB]
14:32:48 [2023-06-22T14:32:48.475Z] #0 6.491 Fetched 8532 kB in 4s (2394 kB/s)
14:32:48 [2023-06-22T14:32:48.475Z] #0 6.491 Reading package lists...
14:32:48 [2023-06-22T14:32:48.475Z] #0 7.850 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
14:32:48 [2023-06-22T14:32:48.475Z] #0 7.850 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
14:32:48 [2023-06-22T14:32:48.476Z] #0 7.926 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
14:32:48 [2023-06-22T14:32:48.476Z] #0 9.666 Reading package lists...
14:32:48 [2023-06-22T14:32:48.476Z] #0 10.35 + apt-get  install -y --no-install-recommends dpkg-dev gcc libc6-dev libseccomp-dev
14:32:48 [2023-06-22T14:32:48.736Z] #60 10.36 Reading package lists...
14:32:48 [2023-06-22T14:32:48.736Z] #60 ...
14:32:48 [2023-06-22T14:32:48.736Z] 
14:32:48 [2023-06-22T14:32:48.736Z] #61 [dockercli 2/3] RUN xx-apt-get install -y --no-install-recommends gcc libc6-dev
14:32:48 [2023-06-22T14:32:48.736Z] #0 2.653 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
14:32:48 [2023-06-22T14:32:48.736Z] #0 2.657 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
14:32:48 [2023-06-22T14:32:48.736Z] #0 2.657 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
14:32:48 [2023-06-22T14:32:48.736Z] #0 4.006 Reading package lists...
14:32:48 [2023-06-22T14:32:48.736Z] #0 5.251 + apt-get  install -y --no-install-recommends gcc libc6-dev
14:32:48 [2023-06-22T14:32:48.736Z] #0 5.265 Reading package lists...
14:32:48 [2023-06-22T14:32:48.736Z] #0 5.938 Building dependency tree...
14:32:48 [2023-06-22T14:32:48.736Z] #0 6.111 Reading state information...
14:32:48 [2023-06-22T14:32:48.736Z] #0 6.429 gcc is already the newest version (4:10.2.1-1).
14:32:48 [2023-06-22T14:32:48.736Z] #0 6.429 libc6-dev is already the newest version (2.31-13+deb11u6).
14:32:48 [2023-06-22T14:32:48.736Z] #0 6.429 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
14:32:48 [2023-06-22T14:32:48.736Z] #61 ...
14:32:48 [2023-06-22T14:32:48.736Z] 
14:32:48 [2023-06-22T14:32:48.736Z] #62 [tini-src 3/3] RUN git fetch -q --depth 1 origin "v0.19.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
14:32:48 [2023-06-22T14:32:48.736Z] #62 DONE 8.6s
14:32:48 [2023-06-22T14:32:48.736Z] 
14:32:48 [2023-06-22T14:32:48.736Z] #58 [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
14:32:48 [2023-06-22T14:32:48.736Z] #0 9.882 Reading package lists...
14:32:48 [2023-06-22T14:32:48.736Z] #58 10.52 + apt-get  install -y --no-install-recommends gcc libbtrfs-dev libsecret-1-dev
14:32:48 [2023-06-22T14:32:48.997Z] #58 10.54 Reading package lists...
14:32:48 [2023-06-22T14:32:48.997Z] #58 ...
14:32:48 [2023-06-22T14:32:48.997Z] 
14:32:48 [2023-06-22T14:32:48.997Z] #54 [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
14:32:48 [2023-06-22T14:32:48.997Z] #54 DONE 11.1s
14:32:48 [2023-06-22T14:32:48.997Z] 
14:32:48 [2023-06-22T14:32:48.997Z] #57 [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
14:32:48 [2023-06-22T14:32:48.997Z] #57 DONE 11.1s
14:32:48 [2023-06-22T14:32:48.997Z] 
14:32:48 [2023-06-22T14:32:48.997Z] #63 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
14:32:48 [2023-06-22T14:32:48.997Z] #63 DONE 7.1s
14:32:48 [2023-06-22T14:32:48.997Z] 
14:32:48 [2023-06-22T14:32:48.997Z] #46 [swagger-src 3/3] RUN git fetch -q --depth 1 origin "c56166c036004ba7a3a321e5951ba472b9ae298c" && git checkout -q FETCH_HEAD
14:32:48 [2023-06-22T14:32:48.997Z] #46 DONE 8.5s
14:32:48 [2023-06-22T14:32:48.997Z] 
14:32:48 [2023-06-22T14:32:48.997Z] #61 [dockercli 2/3] RUN xx-apt-get install -y --no-install-recommends gcc libc6-dev
14:32:48 [2023-06-22T14:32:48.997Z] #61 DONE 10.8s
14:32:48 [2023-06-22T14:32:48.997Z] 
14:32:48 [2023-06-22T14:32:48.997Z] #55 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.2"      && /build/gotestsum --version
14:32:48 [2023-06-22T14:32:48.997Z] #55 DONE 11.2s
14:32:48 [2023-06-22T14:32:48.997Z] 
14:32:48 [2023-06-22T14:32:48.997Z] #64 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.7" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
14:32:48 [2023-06-22T14:32:48.997Z] #64 DONE 7.3s
14:32:48 [2023-06-22T14:32:48.997Z] 
14:32:48 [2023-06-22T14:32:48.997Z] #65 [delve-src 3/3] RUN git fetch -q --depth 1 origin "v1.20.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
14:32:48 [2023-06-22T14:32:48.997Z] #65 DONE 7.5s
14:32:48 [2023-06-22T14:32:48.997Z] 
14:32:48 [2023-06-22T14:32:48.997Z] #53 [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             ;
14:32:48 [2023-06-22T14:32:48.997Z] #53 10.22 Selecting previously unselected package libsigsegv2:arm64.
14:32:48 [2023-06-22T14:32:48.997Z] #53 10.22 Preparing to unpack .../02-libsigsegv2_2.13-1_arm64.deb ...
14:32:48 [2023-06-22T14:32:48.997Z] #53 10.32 Unpacking libsigsegv2:arm64 (2.13-1) ...
14:32:48 [2023-06-22T14:32:48.997Z] #53 10.46 Selecting previously unselected package m4.
14:32:48 [2023-06-22T14:32:48.997Z] #53 10.47 Preparing to unpack .../03-m4_1.4.18-5_arm64.deb ...
14:32:48 [2023-06-22T14:32:48.997Z] #53 10.49 Unpacking m4 (1.4.18-5) ...
14:32:48 [2023-06-22T14:32:48.997Z] #53 10.74 Selecting previously unselected package autoconf.
14:32:48 [2023-06-22T14:32:48.997Z] #53 10.74 Preparing to unpack .../04-autoconf_2.69-14_all.deb ...
14:32:48 [2023-06-22T14:32:48.997Z] #53 10.77 Unpacking autoconf (2.69-14) ...
14:32:48 [2023-06-22T14:32:48.997Z] #53 11.03 Selecting previously unselected package autotools-dev.
14:32:48 [2023-06-22T14:32:48.997Z] #53 11.03 Preparing to unpack .../05-autotools-dev_20180224.1+nmu1_all.deb ...
14:32:48 [2023-06-22T14:32:48.997Z] #53 11.08 Unpacking autotools-dev (20180224.1+nmu1) ...
14:32:49 [2023-06-22T14:32:49.260Z] #53 11.31 Selecting previously unselected package automake.
14:32:49 [2023-06-22T14:32:49.260Z] #53 11.31 Preparing to unpack .../06-automake_1%3a1.16.3-2_all.deb ...
14:32:49 [2023-06-22T14:32:49.260Z] #53 11.34 Unpacking automake (1:1.16.3-2) ...
14:32:49 [2023-06-22T14:32:49.521Z] #53 11.66 Selecting previously unselected package patch.
14:32:49 [2023-06-22T14:32:49.521Z] #53 11.68 Preparing to unpack .../07-patch_2.7.6-7_arm64.deb ...
14:32:49 [2023-06-22T14:32:49.521Z] #53 11.72 Unpacking patch (2.7.6-7) ...
14:32:49 [2023-06-22T14:32:49.782Z] #53 11.91 Selecting previously unselected package dpkg-dev.
14:32:49 [2023-06-22T14:32:49.782Z] #53 11.91 Preparing to unpack .../08-dpkg-dev_1.20.12_all.deb ...
14:32:49 [2023-06-22T14:32:49.782Z] #53 11.98 Unpacking dpkg-dev (1.20.12) ...
14:32:50 [2023-06-22T14:32:50.353Z] #53 12.48 Selecting previously unselected package build-essential.
14:32:50 [2023-06-22T14:32:50.353Z] #53 12.48 Preparing to unpack .../09-build-essential_12.9_arm64.deb ...
14:32:50 [2023-06-22T14:32:50.353Z] #53 12.50 Unpacking build-essential (12.9) ...
14:32:50 [2023-06-22T14:32:50.614Z] #53 12.64 Selecting previously unselected package libcap2:arm64.
14:32:50 [2023-06-22T14:32:50.614Z] #53 12.64 Preparing to unpack .../10-libcap2_1%3a2.44-1_arm64.deb ...
14:32:50 [2023-06-22T14:32:50.614Z] #53 12.65 Unpacking libcap2:arm64 (1:2.44-1) ...
14:32:50 [2023-06-22T14:32:50.614Z] #53 12.70 Selecting previously unselected package libcap-dev:arm64.
14:32:50 [2023-06-22T14:32:50.614Z] #53 12.70 Preparing to unpack .../11-libcap-dev_1%3a2.44-1_arm64.deb ...
14:32:50 [2023-06-22T14:32:50.614Z] #53 12.71 Unpacking libcap-dev:arm64 (1:2.44-1) ...
14:32:50 [2023-06-22T14:32:50.614Z] #53 ...
14:32:50 [2023-06-22T14:32:50.614Z] 
14:32:50 [2023-06-22T14:32:50.614Z] #38 [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
14:32:50 [2023-06-22T14:32:50.614Z] #38 9.914 Reading package lists...
14:32:50 [2023-06-22T14:32:50.614Z] #38 10.76 + apt-get  install -y --no-install-recommends gcc libc6-dev
14:32:50 [2023-06-22T14:32:50.614Z] #38 10.78 Reading package lists...
14:32:50 [2023-06-22T14:32:50.614Z] #38 11.58 Building dependency tree...
14:32:50 [2023-06-22T14:32:50.614Z] #38 12.21 gcc is already the newest version (4:10.2.1-1).
14:32:50 [2023-06-22T14:32:50.614Z] #38 12.21 libc6-dev is already the newest version (2.31-13+deb11u6).
14:32:50 [2023-06-22T14:32:50.614Z] #38 12.21 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
14:32:50 [2023-06-22T14:32:50.614Z] #38 DONE 12.3s
14:32:50 [2023-06-22T14:32:50.614Z] 
14:32:50 [2023-06-22T14:32:50.614Z] #66 [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...)
14:32:50 [2023-06-22T14:32:50.614Z] #0 1.548 + git fetch -q --depth 1 origin v2.3.0 +refs/tags/*:refs/tags/*
14:32:50 [2023-06-22T14:32:50.614Z] #0 3.400 + git checkout -q FETCH_HEAD
14:32:50 [2023-06-22T14:32:50.614Z] #0 3.879 + export GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
14:32:50 [2023-06-22T14:32:50.614Z] #0 3.881 + CGO_ENABLED=0 xx-go build -o /build/registry-v2 -v ./cmd/registry
14:32:50 [2023-06-22T14:32:50.614Z] #0 4.507 github.com/docker/distribution/manifest
14:32:50 [2023-06-22T14:32:50.614Z] #0 4.517 github.com/inconshreveable/mousetrap
14:32:50 [2023-06-22T14:32:50.614Z] #0 4.612 github.com/docker/distribution/registry/storage/driver/gcs
14:32:50 [2023-06-22T14:32:50.614Z] #0 4.623 github.com/docker/distribution/registry/storage/driver/oss
14:32:50 [2023-06-22T14:32:50.614Z] #0 4.723 github.com/stevvooe/resumable
14:32:50 [2023-06-22T14:32:50.614Z] #0 4.723 github.com/garyburd/redigo/internal
14:32:50 [2023-06-22T14:32:50.614Z] #0 4.776 crypto/sha1
14:32:50 [2023-06-22T14:32:50.614Z] #0 4.816 golang.org/x/crypto/blowfish
14:32:50 [2023-06-22T14:32:50.614Z] #0 4.865 github.com/bugsnag/bugsnag-go/errors
14:32:50 [2023-06-22T14:32:50.614Z] #0 4.880 github.com/bugsnag/osext
14:32:50 [2023-06-22T14:32:50.614Z] #0 4.881 gopkg.in/yaml.v2
14:32:50 [2023-06-22T14:32:50.614Z] #0 4.892 github.com/docker/distribution/uuid
14:32:50 [2023-06-22T14:32:50.614Z] #0 4.895 github.com/Sirupsen/logrus
14:32:50 [2023-06-22T14:32:50.614Z] #0 4.896 net
14:32:50 [2023-06-22T14:32:50.614Z] #0 4.950 github.com/bugsnag/panicwrap
14:32:50 [2023-06-22T14:32:50.614Z] #0 5.036 golang.org/x/net/context
14:32:50 [2023-06-22T14:32:50.614Z] #0 5.485 github.com/docker/distribution/digest
14:32:50 [2023-06-22T14:32:50.614Z] #0 5.495 github.com/stevvooe/resumable/sha256
14:32:50 [2023-06-22T14:32:50.614Z] #0 5.499 github.com/stevvooe/resumable/sha512
14:32:50 [2023-06-22T14:32:50.614Z] #0 5.639 github.com/Sirupsen/logrus/formatters/logstash
14:32:50 [2023-06-22T14:32:50.614Z] #0 5.639 github.com/docker/distribution/version
14:32:50 [2023-06-22T14:32:50.614Z] #0 5.666 golang.org/x/crypto/bcrypt
14:32:50 [2023-06-22T14:32:50.614Z] #0 5.838 os/user
14:32:50 [2023-06-22T14:32:50.614Z] #0 6.070 github.com/mitchellh/mapstructure
14:32:50 [2023-06-22T14:32:50.614Z] #0 6.076 github.com/docker/distribution/reference
14:32:50 [2023-06-22T14:32:50.614Z] #0 6.752 net/textproto
14:32:50 [2023-06-22T14:32:50.614Z] #0 6.757 crypto/x509
14:32:50 [2023-06-22T14:32:50.614Z] #0 6.757 vendor/golang.org/x/net/http/httpproxy
14:32:50 [2023-06-22T14:32:50.614Z] #0 6.758 github.com/garyburd/redigo/redis
14:32:50 [2023-06-22T14:32:50.614Z] #0 6.758 github.com/docker/distribution/registry/listener
14:32:50 [2023-06-22T14:32:50.614Z] #0 6.759 github.com/spf13/pflag
14:32:50 [2023-06-22T14:32:50.614Z] #0 6.760 log/syslog
14:32:50 [2023-06-22T14:32:50.614Z] #0 7.021 github.com/yvasiyarov/go-metrics
14:32:50 [2023-06-22T14:32:50.614Z] #0 7.214 vendor/golang.org/x/net/http/httpguts
14:32:50 [2023-06-22T14:32:50.614Z] #0 7.216 mime/multipart
14:32:50 [2023-06-22T14:32:50.614Z] #0 7.538 github.com/spf13/cobra
14:32:50 [2023-06-22T14:32:50.614Z] #0 8.323 crypto/tls
14:32:50 [2023-06-22T14:32:50.891Z] #66 ...
14:32:50 [2023-06-22T14:32:50.891Z] 
14:32:50 [2023-06-22T14:32:50.891Z] #53 [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             ;
14:32:50 [2023-06-22T14:32:50.891Z] #53 12.94 Selecting previously unselected package libprotobuf-c1:arm64.
14:32:50 [2023-06-22T14:32:50.891Z] #53 12.94 Preparing to unpack .../12-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
14:32:50 [2023-06-22T14:32:50.891Z] #53 12.95 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
14:32:50 [2023-06-22T14:32:50.891Z] #53 13.05 Selecting previously unselected package libprotobuf-c-dev:arm64.
14:32:50 [2023-06-22T14:32:50.891Z] #53 13.05 Preparing to unpack .../13-libprotobuf-c-dev_1.3.3-1+b2_arm64.deb ...
14:32:50 [2023-06-22T14:32:50.891Z] #53 13.06 Unpacking libprotobuf-c-dev:arm64 (1.3.3-1+b2) ...
14:32:51 [2023-06-22T14:32:51.152Z] #53 13.17 Selecting previously unselected package libseccomp-dev:arm64.
14:32:51 [2023-06-22T14:32:51.152Z] #53 13.17 Preparing to unpack .../14-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
14:32:51 [2023-06-22T14:32:51.152Z] #53 13.18 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
14:32:51 [2023-06-22T14:32:51.152Z] #53 13.33 Selecting previously unselected package libsystemd-dev:arm64.
14:32:51 [2023-06-22T14:32:51.152Z] #53 13.33 Preparing to unpack .../15-libsystemd-dev_247.3-7+deb11u2_arm64.deb ...
14:32:51 [2023-06-22T14:32:51.152Z] #53 13.34 Unpacking libsystemd-dev:arm64 (247.3-7+deb11u2) ...
14:32:51 [2023-06-22T14:32:51.413Z] #53 13.70 Selecting previously unselected package libtool.
14:32:51 [2023-06-22T14:32:51.677Z] #53 13.70 Preparing to unpack .../16-libtool_2.4.6-15_all.deb ...
14:32:51 [2023-06-22T14:32:51.677Z] #53 13.71 Unpacking libtool (2.4.6-15) ...
14:32:51 [2023-06-22T14:32:51.677Z] #53 13.89 Selecting previously unselected package libudev-dev:arm64.
14:32:51 [2023-06-22T14:32:51.677Z] #53 13.90 Preparing to unpack .../17-libudev-dev_247.3-7+deb11u2_arm64.deb ...
14:32:51 [2023-06-22T14:32:51.677Z] #53 13.91 Unpacking libudev-dev:arm64 (247.3-7+deb11u2) ...
14:32:51 [2023-06-22T14:32:51.938Z] #53 14.08 Selecting previously unselected package libyajl2:arm64.
14:32:51 [2023-06-22T14:32:51.938Z] #53 14.08 Preparing to unpack .../18-libyajl2_2.1.0-3_arm64.deb ...
14:32:51 [2023-06-22T14:32:51.938Z] #53 14.09 Unpacking libyajl2:arm64 (2.1.0-3) ...
14:32:52 [2023-06-22T14:32:52.200Z] #53 14.24 Selecting previously unselected package libyajl-dev:arm64.
14:32:52 [2023-06-22T14:32:52.200Z] #53 14.24 Preparing to unpack .../19-libyajl-dev_2.1.0-3_arm64.deb ...
14:32:52 [2023-06-22T14:32:52.200Z] #53 14.26 Unpacking libyajl-dev:arm64 (2.1.0-3) ...
14:32:52 [2023-06-22T14:32:52.200Z] #53 14.44 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
14:32:52 [2023-06-22T14:32:52.771Z] #53 14.72 Setting up libyajl2:arm64 (2.1.0-3) ...
14:32:52 [2023-06-22T14:32:52.771Z] #53 ...
14:32:52 [2023-06-22T14:32:52.771Z] 
14:32:52 [2023-06-22T14:32:52.772Z] #42 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.6.21" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
14:32:52 [2023-06-22T14:32:52.772Z] #42 DONE 13.2s
14:32:52 [2023-06-22T14:32:52.772Z] 
14:32:52 [2023-06-22T14:32:52.772Z] #53 [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             ;
14:32:52 [2023-06-22T14:32:52.772Z] #53 14.97 Setting up bzip2 (1.0.8-4) ...
14:32:52 [2023-06-22T14:32:52.772Z] #53 15.09 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
14:32:52 [2023-06-22T14:32:52.772Z] #53 15.12 Setting up libprotobuf-c-dev:arm64 (1.3.3-1+b2) ...
14:32:53 [2023-06-22T14:32:53.042Z] #53 15.18 Setting up libcap2:arm64 (1:2.44-1) ...
14:32:53 [2023-06-22T14:32:53.042Z] #53 15.20 Setting up autotools-dev (20180224.1+nmu1) ...
14:32:53 [2023-06-22T14:32:53.042Z] #53 15.23 Setting up libsigsegv2:arm64 (2.13-1) ...
14:32:53 [2023-06-22T14:32:53.303Z] #53 15.42 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
14:32:53 [2023-06-22T14:32:53.303Z] #53 15.48 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
14:32:53 [2023-06-22T14:32:53.303Z] #53 ...
14:32:53 [2023-06-22T14:32:53.303Z] 
14:32:53 [2023-06-22T14:32:53.303Z] #60 [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
14:32:53 [2023-06-22T14:32:53.303Z] #60 10.36 Reading package lists...
14:32:53 [2023-06-22T14:32:53.303Z] #60 11.24 Building dependency tree...
14:32:53 [2023-06-22T14:32:53.303Z] #60 11.52 Reading state information...
14:32:53 [2023-06-22T14:32:53.303Z] #60 11.93 gcc is already the newest version (4:10.2.1-1).
14:32:53 [2023-06-22T14:32:53.303Z] #60 11.93 libc6-dev is already the newest version (2.31-13+deb11u6).
14:32:53 [2023-06-22T14:32:53.303Z] #60 11.93 The following additional packages will be installed:
14:32:53 [2023-06-22T14:32:53.303Z] #60 11.93   bzip2 patch xz-utils
14:32:53 [2023-06-22T14:32:53.303Z] #60 11.93 Suggested packages:
14:32:53 [2023-06-22T14:32:53.303Z] #60 11.93   bzip2-doc debian-keyring seccomp ed diffutils-doc
14:32:53 [2023-06-22T14:32:53.303Z] #60 11.93 Recommended packages:
14:32:53 [2023-06-22T14:32:53.303Z] #60 11.93   build-essential fakeroot libalgorithm-merge-perl
14:32:53 [2023-06-22T14:32:53.303Z] #60 12.03 The following NEW packages will be installed:
14:32:53 [2023-06-22T14:32:53.303Z] #60 12.03   bzip2 dpkg-dev libseccomp-dev patch xz-utils
14:32:53 [2023-06-22T14:32:53.303Z] #60 12.33 0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
14:32:53 [2023-06-22T14:32:53.303Z] #60 12.33 Need to get 2790 kB of archives.
14:32:53 [2023-06-22T14:32:53.303Z] #60 12.33 After this operation, 4077 kB of additional disk space will be used.
14:32:53 [2023-06-22T14:32:53.303Z] #60 12.33 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
14:32:53 [2023-06-22T14:32:53.303Z] #60 12.34 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
14:32:53 [2023-06-22T14:32:53.303Z] #60 12.34 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
14:32:53 [2023-06-22T14:32:53.303Z] #60 12.34 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.12 [2312 kB]
14:32:53 [2023-06-22T14:32:53.303Z] #60 12.36 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
14:32:53 [2023-06-22T14:32:53.303Z] #60 12.62 debconf: delaying package configuration, since apt-utils is not installed
14:32:53 [2023-06-22T14:32:53.303Z] #60 12.68 Fetched 2790 kB in 0s (8714 kB/s)
14:32:53 [2023-06-22T14:32:53.303Z] #60 12.73 Selecting previously unselected package bzip2.
14:32:53 [2023-06-22T14:32:53.303Z] #60 12.73 (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.)
14:32:53 [2023-06-22T14:32:53.303Z] #60 12.76 Preparing to unpack .../bzip2_1.0.8-4_arm64.deb ...
14:32:53 [2023-06-22T14:32:53.303Z] #60 12.80 Unpacking bzip2 (1.0.8-4) ...
14:32:53 [2023-06-22T14:32:53.303Z] #60 12.90 Selecting previously unselected package xz-utils.
14:32:53 [2023-06-22T14:32:53.303Z] #60 12.91 Preparing to unpack .../xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
14:32:53 [2023-06-22T14:32:53.303Z] #60 12.92 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
14:32:53 [2023-06-22T14:32:53.303Z] #60 13.08 Selecting previously unselected package patch.
14:32:53 [2023-06-22T14:32:53.303Z] #60 13.08 Preparing to unpack .../patch_2.7.6-7_arm64.deb ...
14:32:53 [2023-06-22T14:32:53.303Z] #60 13.09 Unpacking patch (2.7.6-7) ...
14:32:53 [2023-06-22T14:32:53.303Z] #60 13.16 Selecting previously unselected package dpkg-dev.
14:32:53 [2023-06-22T14:32:53.303Z] #60 13.17 Preparing to unpack .../dpkg-dev_1.20.12_all.deb ...
14:32:53 [2023-06-22T14:32:53.303Z] #60 13.18 Unpacking dpkg-dev (1.20.12) ...
14:32:53 [2023-06-22T14:32:53.303Z] #60 13.65 Selecting previously unselected package libseccomp-dev:arm64.
14:32:53 [2023-06-22T14:32:53.303Z] #60 13.66 Preparing to unpack .../libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
14:32:53 [2023-06-22T14:32:53.303Z] #60 13.68 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
14:32:53 [2023-06-22T14:32:53.303Z] #60 13.85 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
14:32:53 [2023-06-22T14:32:53.303Z] #60 13.91 Setting up bzip2 (1.0.8-4) ...
14:32:53 [2023-06-22T14:32:53.303Z] #60 13.97 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
14:32:53 [2023-06-22T14:32:53.303Z] #60 14.09 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
14:32:53 [2023-06-22T14:32:53.303Z] #60 14.26 Setting up patch (2.7.6-7) ...
14:32:53 [2023-06-22T14:32:53.303Z] #60 14.46 Setting up dpkg-dev (1.20.12) ...
14:32:53 [2023-06-22T14:32:53.303Z] #60 DONE 15.1s
14:32:53 [2023-06-22T14:32:53.303Z] 
14:32:53 [2023-06-22T14:32:53.303Z] #53 [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             ;
14:32:53 [2023-06-22T14:32:53.303Z] #53 15.54 Setting up patch (2.7.6-7) ...
14:32:53 [2023-06-22T14:32:53.303Z] #53 15.59 Setting up libudev-dev:arm64 (247.3-7+deb11u2) ...
14:32:53 [2023-06-22T14:32:53.303Z] #53 15.64 Setting up libyajl-dev:arm64 (2.1.0-3) ...
14:32:53 [2023-06-22T14:32:53.566Z] #53 15.68 Setting up libcap-dev:arm64 (1:2.44-1) ...
14:32:53 [2023-06-22T14:32:53.566Z] #53 15.71 Setting up libsystemd-dev:arm64 (247.3-7+deb11u2) ...
14:32:53 [2023-06-22T14:32:53.566Z] #53 15.75 Setting up libtool (2.4.6-15) ...
14:32:53 [2023-06-22T14:32:53.566Z] #53 15.78 Setting up m4 (1.4.18-5) ...
14:32:53 [2023-06-22T14:32:53.566Z] #53 15.81 Setting up dpkg-dev (1.20.12) ...
14:32:53 [2023-06-22T14:32:53.566Z] #53 15.83 Setting up autoconf (2.69-14) ...
14:32:53 [2023-06-22T14:32:53.827Z] #53 15.86 Setting up build-essential (12.9) ...
14:32:53 [2023-06-22T14:32:53.827Z] #53 15.87 Setting up automake (1:1.16.3-2) ...
14:32:53 [2023-06-22T14:32:53.827Z] #53 15.89 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
14:32:53 [2023-06-22T14:32:53.827Z] #53 15.93 Processing triggers for libc-bin (2.31-13+deb11u6) ...
14:32:55 [2023-06-22T14:32:55.212Z] #53 DONE 17.1s
14:32:55 [2023-06-22T14:32:55.212Z] 
14:32:55 [2023-06-22T14:32:55.212Z] #52 [dockercli-src 3/5] RUN git fetch -q --depth 1 origin "v17.06.2-ce" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
14:32:55 [2023-06-22T14:32:55.212Z] #52 DONE 12.7s
14:32:55 [2023-06-22T14:32:55.212Z] 
14:32:55 [2023-06-22T14:32:55.212Z] #58 [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
14:32:55 [2023-06-22T14:32:55.212Z] #58 10.54 Reading package lists...
14:32:55 [2023-06-22T14:32:55.212Z] #58 11.59 Building dependency tree...
14:32:55 [2023-06-22T14:32:55.212Z] #58 11.87 Reading state information...
14:32:55 [2023-06-22T14:32:55.212Z] #58 12.40 gcc is already the newest version (4:10.2.1-1).
14:32:55 [2023-06-22T14:32:55.212Z] #58 12.40 The following additional packages will be installed:
14:32:55 [2023-06-22T14:32:55.212Z] #58 12.40   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libbtrfs0 libelf1 libffi-dev
14:32:55 [2023-06-22T14:32:55.212Z] #58 12.40   libgirepository-1.0-1 libglib2.0-bin libglib2.0-data libglib2.0-dev
14:32:55 [2023-06-22T14:32:55.212Z] #58 12.40   libglib2.0-dev-bin libmount-dev libpcre16-3 libpcre2-16-0 libpcre2-32-0
14:32:55 [2023-06-22T14:32:55.213Z] #58 12.40   libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3 libpcrecpp0v5
14:32:55 [2023-06-22T14:32:55.213Z] #58 12.40   libsecret-1-0 libsecret-common libselinux1-dev libsepol1-dev
14:32:55 [2023-06-22T14:32:55.213Z] #58 12.40   python3-distutils python3-lib2to3 uuid-dev zlib1g-dev
14:32:55 [2023-06-22T14:32:55.213Z] #58 12.40 Suggested packages:
14:32:55 [2023-06-22T14:32:55.213Z] #58 12.40   libgirepository1.0-dev libglib2.0-doc libgdk-pixbuf2.0-bin
14:32:55 [2023-06-22T14:32:55.213Z] #58 12.40   | libgdk-pixbuf2.0-dev libxml2-utils
14:32:55 [2023-06-22T14:32:55.213Z] #58 12.70 The following NEW packages will be installed:
14:32:55 [2023-06-22T14:32:55.213Z] #58 12.70   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libbtrfs-dev libbtrfs0 libelf1
14:32:55 [2023-06-22T14:32:55.213Z] #58 12.70   libffi-dev libgirepository-1.0-1 libglib2.0-bin libglib2.0-data
14:32:55 [2023-06-22T14:32:55.213Z] #58 12.70   libglib2.0-dev libglib2.0-dev-bin libmount-dev libpcre16-3 libpcre2-16-0
14:32:55 [2023-06-22T14:32:55.213Z] #58 12.70   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3
14:32:55 [2023-06-22T14:32:55.213Z] #58 12.70   libpcrecpp0v5 libsecret-1-0 libsecret-1-dev libsecret-common libselinux1-dev
14:32:55 [2023-06-22T14:32:55.213Z] #58 12.70   libsepol1-dev python3-distutils python3-lib2to3 uuid-dev zlib1g-dev
14:32:55 [2023-06-22T14:32:55.213Z] #58 13.01 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded.
14:32:55 [2023-06-22T14:32:55.213Z] #58 13.01 Need to get 7950 kB of archives.
14:32:55 [2023-06-22T14:32:55.213Z] #58 13.01 After this operation, 39.9 MB of additional disk space will be used.
14:32:55 [2023-06-22T14:32:55.213Z] #58 13.01 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]
14:32:55 [2023-06-22T14:32:55.213Z] #58 13.01 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]
14:32:55 [2023-06-22T14:32:55.213Z] #58 13.03 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsecret-common all 0.20.4-2 [26.7 kB]
14:32:55 [2023-06-22T14:32:55.213Z] #58 13.09 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsecret-1-0 arm64 0.20.4-2 [107 kB]
14:32:55 [2023-06-22T14:32:55.213Z] #58 13.10 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gir1.2-secret-1 arm64 0.20.4-2 [13.7 kB]
14:32:55 [2023-06-22T14:32:55.213Z] #58 13.10 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uuid-dev arm64 2.36.1-8+deb11u1 [99.6 kB]
14:32:55 [2023-06-22T14:32:55.213Z] #58 13.10 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libblkid-dev arm64 2.36.1-8+deb11u1 [229 kB]
14:32:55 [2023-06-22T14:32:55.213Z] #58 13.10 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB]
14:32:55 [2023-06-22T14:32:55.213Z] #58 13.10 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB]
14:32:55 [2023-06-22T14:32:55.213Z] #58 13.10 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB]
14:32:55 [2023-06-22T14:32:55.213Z] #58 13.11 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libffi-dev arm64 3.3-6 [53.2 kB]
14:32:55 [2023-06-22T14:32:55.213Z] #58 13.11 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-data all 2.66.8-1 [1164 kB]
14:32:55 [2023-06-22T14:32:55.213Z] #58 13.12 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-bin arm64 2.66.8-1 [137 kB]
14:32:55 [2023-06-22T14:32:55.213Z] #58 13.12 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
14:32:55 [2023-06-22T14:32:55.213Z] #58 13.12 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB]
14:32:55 [2023-06-22T14:32:55.213Z] #58 13.12 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-dev-bin arm64 2.66.8-1 [177 kB]
14:32:55 [2023-06-22T14:32:55.213Z] #58 13.13 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB]
14:32:55 [2023-06-22T14:32:55.213Z] #58 13.13 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2+deb11u1 [203 kB]
14:32:55 [2023-06-22T14:32:55.213Z] #58 13.14 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2+deb11u1 [194 kB]
14:32:55 [2023-06-22T14:32:55.213Z] #58 13.14 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2+deb11u1 [49.1 kB]
14:32:55 [2023-06-22T14:32:55.213Z] #58 13.14 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2+deb11u1 [647 kB]
14:32:55 [2023-06-22T14:32:55.213Z] #58 13.14 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB]
14:32:55 [2023-06-22T14:32:55.213Z] #58 13.15 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmount-dev arm64 2.36.1-8+deb11u1 [78.0 kB]
14:32:55 [2023-06-22T14:32:55.213Z] #58 13.15 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre16-3 arm64 2:8.39-13 [236 kB]
14:32:55 [2023-06-22T14:32:55.213Z] #58 13.15 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre32-3 arm64 2:8.39-13 [229 kB]
14:32:55 [2023-06-22T14:32:55.213Z] #58 13.15 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcrecpp0v5 arm64 2:8.39-13 [151 kB]
14:32:55 [2023-06-22T14:32:55.213Z] #58 13.15 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre3-dev arm64 2:8.39-13 [579 kB]
14:32:55 [2023-06-22T14:32:55.213Z] #58 13.15 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-2+deb11u2 [189 kB]
14:32:55 [2023-06-22T14:32:55.213Z] #58 13.16 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-dev arm64 2.66.8-1 [1592 kB]
14:32:55 [2023-06-22T14:32:55.213Z] #58 13.18 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsecret-1-dev arm64 0.20.4-2 [218 kB]
14:32:55 [2023-06-22T14:32:55.213Z] #58 13.36 debconf: delaying package configuration, since apt-utils is not installed
14:32:55 [2023-06-22T14:32:55.213Z] #58 13.50 Fetched 7950 kB in 0s (17.7 MB/s)
14:32:55 [2023-06-22T14:32:55.213Z] #58 13.59 Selecting previously unselected package libgirepository-1.0-1:arm64.
14:32:55 [2023-06-22T14:32:55.213Z] #58 13.59 (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.)
14:32:55 [2023-06-22T14:32:55.213Z] #58 13.60 Preparing to unpack .../00-libgirepository-1.0-1_1.66.1-1+b1_arm64.deb ...
14:32:55 [2023-06-22T14:32:55.213Z] #58 13.65 Unpacking libgirepository-1.0-1:arm64 (1.66.1-1+b1) ...
14:32:55 [2023-06-22T14:32:55.213Z] #58 13.80 Selecting previously unselected package gir1.2-glib-2.0:arm64.
14:32:55 [2023-06-22T14:32:55.213Z] #58 13.81 Preparing to unpack .../01-gir1.2-glib-2.0_1.66.1-1+b1_arm64.deb ...
14:32:55 [2023-06-22T14:32:55.213Z] #58 13.82 Unpacking gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ...
14:32:55 [2023-06-22T14:32:55.213Z] #58 13.99 Selecting previously unselected package libsecret-common.
14:32:55 [2023-06-22T14:32:55.213Z] #58 13.99 Preparing to unpack .../02-libsecret-common_0.20.4-2_all.deb ...
14:32:55 [2023-06-22T14:32:55.213Z] #58 14.00 Unpacking libsecret-common (0.20.4-2) ...
14:32:55 [2023-06-22T14:32:55.213Z] #58 14.51 Selecting previously unselected package libsecret-1-0:arm64.
14:32:55 [2023-06-22T14:32:55.213Z] #58 14.52 Preparing to unpack .../03-libsecret-1-0_0.20.4-2_arm64.deb ...
14:32:55 [2023-06-22T14:32:55.213Z] #58 14.55 Unpacking libsecret-1-0:arm64 (0.20.4-2) ...
14:32:55 [2023-06-22T14:32:55.213Z] #58 14.68 Selecting previously unselected package gir1.2-secret-1:arm64.
14:32:55 [2023-06-22T14:32:55.213Z] #58 14.68 Preparing to unpack .../04-gir1.2-secret-1_0.20.4-2_arm64.deb ...
14:32:55 [2023-06-22T14:32:55.213Z] #58 14.72 Unpacking gir1.2-secret-1:arm64 (0.20.4-2) ...
14:32:55 [2023-06-22T14:32:55.213Z] #58 14.83 Selecting previously unselected package uuid-dev:arm64.
14:32:55 [2023-06-22T14:32:55.213Z] #58 14.83 Preparing to unpack .../05-uuid-dev_2.36.1-8+deb11u1_arm64.deb ...
14:32:55 [2023-06-22T14:32:55.213Z] #58 14.98 Unpacking uuid-dev:arm64 (2.36.1-8+deb11u1) ...
14:32:55 [2023-06-22T14:32:55.213Z] #58 15.17 Selecting previously unselected package libblkid-dev:arm64.
14:32:55 [2023-06-22T14:32:55.213Z] #58 15.18 Preparing to unpack .../06-libblkid-dev_2.36.1-8+deb11u1_arm64.deb ...
14:32:55 [2023-06-22T14:32:55.213Z] #58 15.22 Unpacking libblkid-dev:arm64 (2.36.1-8+deb11u1) ...
14:32:55 [2023-06-22T14:32:55.213Z] #58 15.37 Selecting previously unselected package libbtrfs0:arm64.
14:32:55 [2023-06-22T14:32:55.213Z] #58 15.37 Preparing to unpack .../07-libbtrfs0_5.10.1-2_arm64.deb ...
14:32:55 [2023-06-22T14:32:55.213Z] #58 15.38 Unpacking libbtrfs0:arm64 (5.10.1-2) ...
14:32:55 [2023-06-22T14:32:55.213Z] #58 15.51 Selecting previously unselected package libbtrfs-dev:arm64.
14:32:55 [2023-06-22T14:32:55.213Z] #58 15.52 Preparing to unpack .../08-libbtrfs-dev_5.10.1-2_arm64.deb ...
14:32:55 [2023-06-22T14:32:55.213Z] #58 15.52 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ...
14:32:55 [2023-06-22T14:32:55.213Z] #58 15.77 Selecting previously unselected package libelf1:arm64.
14:32:55 [2023-06-22T14:32:55.213Z] #58 15.77 Preparing to unpack .../09-libelf1_0.183-1_arm64.deb ...
14:32:55 [2023-06-22T14:32:55.213Z] #58 15.79 Unpacking libelf1:arm64 (0.183-1) ...
14:32:55 [2023-06-22T14:32:55.213Z] #58 16.46 Selecting previously unselected package libffi-dev:arm64.
14:32:55 [2023-06-22T14:32:55.213Z] #58 16.47 Preparing to unpack .../10-libffi-dev_3.3-6_arm64.deb ...
14:32:55 [2023-06-22T14:32:55.213Z] #58 16.49 Unpacking libffi-dev:arm64 (3.3-6) ...
14:32:55 [2023-06-22T14:32:55.213Z] #58 16.66 Selecting previously unselected package libglib2.0-data.
14:32:55 [2023-06-22T14:32:55.213Z] #58 16.66 Preparing to unpack .../11-libglib2.0-data_2.66.8-1_all.deb ...
14:32:55 [2023-06-22T14:32:55.213Z] #58 16.68 Unpacking libglib2.0-data (2.66.8-1) ...
14:32:55 [2023-06-22T14:32:55.474Z] #58 17.23 Selecting previously unselected package libglib2.0-bin.
14:32:55 [2023-06-22T14:32:55.474Z] #58 17.23 Preparing to unpack .../12-libglib2.0-bin_2.66.8-1_arm64.deb ...
14:32:55 [2023-06-22T14:32:55.474Z] #58 17.26 Unpacking libglib2.0-bin (2.66.8-1) ...
14:32:55 [2023-06-22T14:32:55.735Z] #58 ...
14:32:55 [2023-06-22T14:32:55.735Z] 
14:32:55 [2023-06-22T14:32:55.735Z] #59 [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
14:32:55 [2023-06-22T14:32:55.735Z] #59 11.53 Selecting previously unselected package libicu67:arm64.
14:32:55 [2023-06-22T14:32:55.735Z] #59 11.53 Preparing to unpack .../1-libicu67_67.1-7_arm64.deb ...
14:32:55 [2023-06-22T14:32:55.735Z] #59 11.63 Unpacking libicu67:arm64 (67.1-7) ...
14:32:55 [2023-06-22T14:32:55.735Z] #59 13.37 Selecting previously unselected package libxml2:arm64.
14:32:55 [2023-06-22T14:32:55.735Z] #59 13.37 Preparing to unpack .../2-libxml2_2.9.10+dfsg-6.7+deb11u4_arm64.deb ...
14:32:55 [2023-06-22T14:32:55.735Z] #59 13.39 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7+deb11u4) ...
14:32:55 [2023-06-22T14:32:55.735Z] #59 13.75 Selecting previously unselected package libarchive13:arm64.
14:32:55 [2023-06-22T14:32:55.735Z] #59 13.76 Preparing to unpack .../3-libarchive13_3.4.3-2+deb11u1_arm64.deb ...
14:32:55 [2023-06-22T14:32:55.735Z] #59 13.79 Unpacking libarchive13:arm64 (3.4.3-2+deb11u1) ...
14:32:55 [2023-06-22T14:32:55.735Z] #59 14.33 Selecting previously unselected package libjsoncpp24:arm64.
14:32:55 [2023-06-22T14:32:55.735Z] #59 14.33 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_arm64.deb ...
14:32:55 [2023-06-22T14:32:55.735Z] #59 14.36 Unpacking libjsoncpp24:arm64 (1.9.4-4) ...
14:32:55 [2023-06-22T14:32:55.735Z] #59 14.59 Selecting previously unselected package librhash0:arm64.
14:32:55 [2023-06-22T14:32:55.735Z] #59 14.59 Preparing to unpack .../5-librhash0_1.4.1-2_arm64.deb ...
14:32:55 [2023-06-22T14:32:55.735Z] #59 14.61 Unpacking librhash0:arm64 (1.4.1-2) ...
14:32:55 [2023-06-22T14:32:55.735Z] #59 14.92 Selecting previously unselected package libuv1:arm64.
14:32:55 [2023-06-22T14:32:55.735Z] #59 14.93 Preparing to unpack .../6-libuv1_1.40.0-2_arm64.deb ...
14:32:55 [2023-06-22T14:32:55.735Z] #59 14.96 Unpacking libuv1:arm64 (1.40.0-2) ...
14:32:55 [2023-06-22T14:32:55.735Z] #59 15.12 Selecting previously unselected package cmake.
14:32:55 [2023-06-22T14:32:55.735Z] #59 15.12 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_arm64.deb ...
14:32:55 [2023-06-22T14:32:55.735Z] #59 15.13 Unpacking cmake (3.18.4-2+deb11u1) ...
14:32:55 [2023-06-22T14:32:55.735Z] #59 16.38 Setting up libicu67:arm64 (67.1-7) ...
14:32:55 [2023-06-22T14:32:55.735Z] #59 16.46 Setting up libuv1:arm64 (1.40.0-2) ...
14:32:55 [2023-06-22T14:32:55.735Z] #59 16.48 Setting up libjsoncpp24:arm64 (1.9.4-4) ...
14:32:55 [2023-06-22T14:32:55.735Z] #59 16.57 Setting up librhash0:arm64 (1.4.1-2) ...
14:32:55 [2023-06-22T14:32:55.735Z] #59 16.72 Setting up cmake-data (3.18.4-2+deb11u1) ...
14:32:55 [2023-06-22T14:32:55.735Z] #59 16.76 Setting up libxml2:arm64 (2.9.10+dfsg-6.7+deb11u4) ...
14:32:55 [2023-06-22T14:32:55.735Z] #59 16.80 Setting up libarchive13:arm64 (3.4.3-2+deb11u1) ...
14:32:55 [2023-06-22T14:32:55.735Z] #59 16.83 Setting up cmake (3.18.4-2+deb11u1) ...
14:32:55 [2023-06-22T14:32:55.735Z] #59 16.85 Processing triggers for libc-bin (2.31-13+deb11u6) ...
14:32:55 [2023-06-22T14:32:55.736Z] #59 DONE 17.4s
14:32:55 [2023-06-22T14:32:55.736Z] 
14:32:55 [2023-06-22T14:32:55.736Z] #58 [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
14:32:55 [2023-06-22T14:32:55.736Z] #58 17.55 Selecting previously unselected package python3-lib2to3.
14:32:55 [2023-06-22T14:32:55.736Z] #58 17.55 Preparing to unpack .../13-python3-lib2to3_3.9.2-1_all.deb ...
14:32:55 [2023-06-22T14:32:55.736Z] #58 ...
14:32:55 [2023-06-22T14:32:55.736Z] 
14:32:55 [2023-06-22T14:32:55.736Z] #67 [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
14:32:57 [2023-06-22T14:32:57.145Z] #67 ...
14:32:57 [2023-06-22T14:32:57.145Z] 
14:32:57 [2023-06-22T14:32:57.145Z] #68 [dockercli-src 4/5] RUN [ -d ./components/cli ] && mv ./components/cli /usr/src/dockercli || mv /tmp/dockercli /usr/src/dockercli
14:32:57 [2023-06-22T14:32:57.145Z] #68 DONE 2.1s
14:32:57 [2023-06-22T14:32:57.145Z] 
14:32:57 [2023-06-22T14:32:57.145Z] #69 [dockercli-src 5/5] WORKDIR /usr/src/dockercli
14:32:57 [2023-06-22T14:32:57.145Z] #69 DONE 0.2s
14:32:57 [2023-06-22T14:32:57.145Z] 
14:32:57 [2023-06-22T14:32:57.145Z] #58 [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
14:32:57 [2023-06-22T14:32:57.145Z] #58 17.62 Unpacking python3-lib2to3 (3.9.2-1) ...
14:32:57 [2023-06-22T14:32:57.145Z] #58 17.69 Selecting previously unselected package python3-distutils.
14:32:57 [2023-06-22T14:32:57.145Z] #58 17.70 Preparing to unpack .../14-python3-distutils_3.9.2-1_all.deb ...
14:32:57 [2023-06-22T14:32:57.145Z] #58 17.72 Unpacking python3-distutils (3.9.2-1) ...
14:32:57 [2023-06-22T14:32:57.145Z] #58 17.90 Selecting previously unselected package libglib2.0-dev-bin.
14:32:57 [2023-06-22T14:32:57.145Z] #58 17.90 Preparing to unpack .../15-libglib2.0-dev-bin_2.66.8-1_arm64.deb ...
14:32:57 [2023-06-22T14:32:57.145Z] #58 17.91 Unpacking libglib2.0-dev-bin (2.66.8-1) ...
14:32:57 [2023-06-22T14:32:57.145Z] #58 18.13 Selecting previously unselected package libsepol1-dev:arm64.
14:32:57 [2023-06-22T14:32:57.145Z] #58 18.13 Preparing to unpack .../16-libsepol1-dev_3.1-1_arm64.deb ...
14:32:57 [2023-06-22T14:32:57.145Z] #58 18.13 Unpacking libsepol1-dev:arm64 (3.1-1) ...
14:32:57 [2023-06-22T14:32:57.145Z] #58 18.31 Selecting previously unselected package libpcre2-16-0:arm64.
14:32:57 [2023-06-22T14:32:57.145Z] #58 18.32 Preparing to unpack .../17-libpcre2-16-0_10.36-2+deb11u1_arm64.deb ...
14:32:57 [2023-06-22T14:32:57.145Z] #58 18.32 Unpacking libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
14:32:57 [2023-06-22T14:32:57.146Z] #58 18.48 Selecting previously unselected package libpcre2-32-0:arm64.
14:32:57 [2023-06-22T14:32:57.146Z] #58 18.48 Preparing to unpack .../18-libpcre2-32-0_10.36-2+deb11u1_arm64.deb ...
14:32:57 [2023-06-22T14:32:57.146Z] #58 18.49 Unpacking libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
14:32:57 [2023-06-22T14:32:57.146Z] #58 18.77 Selecting previously unselected package libpcre2-posix2:arm64.
14:32:57 [2023-06-22T14:32:57.146Z] #58 18.78 Preparing to unpack .../19-libpcre2-posix2_10.36-2+deb11u1_arm64.deb ...
14:32:57 [2023-06-22T14:32:57.146Z] #58 18.84 Unpacking libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
14:32:57 [2023-06-22T14:32:57.146Z] #58 19.01 Selecting previously unselected package libpcre2-dev:arm64.
14:32:57 [2023-06-22T14:32:57.146Z] #58 19.01 Preparing to unpack .../20-libpcre2-dev_10.36-2+deb11u1_arm64.deb ...
14:32:57 [2023-06-22T14:32:57.146Z] #58 19.01 Unpacking libpcre2-dev:arm64 (10.36-2+deb11u1) ...
14:32:57 [2023-06-22T14:32:57.719Z] #58 19.29 Selecting previously unselected package libselinux1-dev:arm64.
14:32:57 [2023-06-22T14:32:57.719Z] #58 19.29 Preparing to unpack .../21-libselinux1-dev_3.1-3_arm64.deb ...
14:32:57 [2023-06-22T14:32:57.719Z] #58 19.31 Unpacking libselinux1-dev:arm64 (3.1-3) ...
14:32:57 [2023-06-22T14:32:57.719Z] #58 19.50 Selecting previously unselected package libmount-dev:arm64.
14:32:57 [2023-06-22T14:32:57.719Z] #58 19.50 Preparing to unpack .../22-libmount-dev_2.36.1-8+deb11u1_arm64.deb ...
14:32:57 [2023-06-22T14:32:57.719Z] #58 19.51 Unpacking libmount-dev:arm64 (2.36.1-8+deb11u1) ...
14:32:57 [2023-06-22T14:32:57.980Z] #58 19.64 Selecting previously unselected package libpcre16-3:arm64.
14:32:57 [2023-06-22T14:32:57.980Z] #58 19.65 Preparing to unpack .../23-libpcre16-3_2%3a8.39-13_arm64.deb ...
14:32:57 [2023-06-22T14:32:57.980Z] #58 19.66 Unpacking libpcre16-3:arm64 (2:8.39-13) ...
14:32:57 [2023-06-22T14:32:57.980Z] #58 19.80 Selecting previously unselected package libpcre32-3:arm64.
14:32:57 [2023-06-22T14:32:57.980Z] #58 19.80 Preparing to unpack .../24-libpcre32-3_2%3a8.39-13_arm64.deb ...
14:32:57 [2023-06-22T14:32:57.980Z] #58 19.81 Unpacking libpcre32-3:arm64 (2:8.39-13) ...
14:32:58 [2023-06-22T14:32:58.240Z] #58 19.93 Selecting previously unselected package libpcrecpp0v5:arm64.
14:32:58 [2023-06-22T14:32:58.240Z] #58 19.93 Preparing to unpack .../25-libpcrecpp0v5_2%3a8.39-13_arm64.deb ...
14:32:58 [2023-06-22T14:32:58.240Z] #58 19.95 Unpacking libpcrecpp0v5:arm64 (2:8.39-13) ...
14:32:58 [2023-06-22T14:32:58.511Z] #58 20.06 Selecting previously unselected package libpcre3-dev:arm64.
14:32:58 [2023-06-22T14:32:58.511Z] #58 20.06 Preparing to unpack .../26-libpcre3-dev_2%3a8.39-13_arm64.deb ...
14:32:58 [2023-06-22T14:32:58.511Z] #58 20.07 Unpacking libpcre3-dev:arm64 (2:8.39-13) ...
14:32:58 [2023-06-22T14:32:58.511Z] #58 20.28 Selecting previously unselected package zlib1g-dev:arm64.
14:32:58 [2023-06-22T14:32:58.511Z] #58 20.28 Preparing to unpack .../27-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_arm64.deb ...
14:32:58 [2023-06-22T14:32:58.511Z] #58 20.29 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ...
14:32:58 [2023-06-22T14:32:58.772Z] #58 20.47 Selecting previously unselected package libglib2.0-dev:arm64.
14:32:58 [2023-06-22T14:32:58.772Z] #58 20.48 Preparing to unpack .../28-libglib2.0-dev_2.66.8-1_arm64.deb ...
14:32:58 [2023-06-22T14:32:58.772Z] #58 20.49 Unpacking libglib2.0-dev:arm64 (2.66.8-1) ...
14:32:59 [2023-06-22T14:32:59.344Z] #58 21.03 Selecting previously unselected package libsecret-1-dev:arm64.
14:32:59 [2023-06-22T14:32:59.344Z] #58 21.04 Preparing to unpack .../29-libsecret-1-dev_0.20.4-2_arm64.deb ...
14:32:59 [2023-06-22T14:32:59.344Z] #58 21.07 Unpacking libsecret-1-dev:arm64 (0.20.4-2) ...
14:32:59 [2023-06-22T14:32:59.344Z] #58 ...
14:32:59 [2023-06-22T14:32:59.344Z] 
14:32:59 [2023-06-22T14:32:59.344Z] #70 [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...)
14:32:59 [2023-06-22T14:32:59.605Z] #70 ...
14:32:59 [2023-06-22T14:32:59.605Z] 
14:32:59 [2023-06-22T14:32:59.605Z] #58 [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
14:32:59 [2023-06-22T14:32:59.605Z] #58 21.33 Setting up libpcrecpp0v5:arm64 (2:8.39-13) ...
14:32:59 [2023-06-22T14:32:59.605Z] #58 21.38 Setting up libpcre16-3:arm64 (2:8.39-13) ...
14:32:59 [2023-06-22T14:32:59.605Z] #58 21.43 Setting up libsepol1-dev:arm64 (3.1-1) ...
14:32:59 [2023-06-22T14:32:59.605Z] #58 21.45 Setting up libffi-dev:arm64 (3.3-6) ...
14:32:59 [2023-06-22T14:32:59.605Z] #58 21.47 Setting up libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
14:32:59 [2023-06-22T14:32:59.605Z] #58 21.53 Setting up libbtrfs0:arm64 (5.10.1-2) ...
14:32:59 [2023-06-22T14:32:59.870Z] #58 21.55 Setting up libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
14:32:59 [2023-06-22T14:32:59.870Z] #58 21.56 Setting up libglib2.0-data (2.66.8-1) ...
14:32:59 [2023-06-22T14:32:59.870Z] #58 21.60 Setting up uuid-dev:arm64 (2.36.1-8+deb11u1) ...
14:32:59 [2023-06-22T14:32:59.870Z] #58 ...
14:32:59 [2023-06-22T14:32:59.870Z] 
14:32:59 [2023-06-22T14:32:59.870Z] #71 [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...)
14:32:59 [2023-06-22T14:32:59.870Z] #71 ...
14:32:59 [2023-06-22T14:32:59.870Z] 
14:32:59 [2023-06-22T14:32:59.870Z] #58 [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
14:32:59 [2023-06-22T14:32:59.870Z] #58 21.67 Setting up libpcre32-3:arm64 (2:8.39-13) ...
14:32:59 [2023-06-22T14:32:59.870Z] #58 21.74 Setting up libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
14:33:00 [2023-06-22T14:33:00.130Z] #58 21.80 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ...
14:33:00 [2023-06-22T14:33:00.130Z] #58 21.83 Setting up libbtrfs-dev:arm64 (5.10.1-2) ...
14:33:00 [2023-06-22T14:33:00.130Z] #58 21.91 Setting up libgirepository-1.0-1:arm64 (1.66.1-1+b1) ...
14:33:00 [2023-06-22T14:33:00.130Z] #58 21.99 Setting up python3-lib2to3 (3.9.2-1) ...
14:33:00 [2023-06-22T14:33:00.391Z] #58 22.14 Setting up libelf1:arm64 (0.183-1) ...
14:33:00 [2023-06-22T14:33:00.391Z] #58 22.16 Setting up libsecret-common (0.20.4-2) ...
14:33:00 [2023-06-22T14:33:00.391Z] #58 22.18 Setting up python3-distutils (3.9.2-1) ...
14:33:00 [2023-06-22T14:33:00.652Z] #58 22.48 Setting up libglib2.0-dev-bin (2.66.8-1) ...
14:33:00 [2023-06-22T14:33:00.652Z] #58 ...
14:33:00 [2023-06-22T14:33:00.652Z] 
14:33:00 [2023-06-22T14:33:00.652Z] #72 [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...)
14:33:00 [2023-06-22T14:33:00.913Z] #72 ...
14:33:00 [2023-06-22T14:33:00.913Z] 
14:33:00 [2023-06-22T14:33:00.913Z] #66 [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...)
14:33:00 [2023-06-22T14:33:00.913Z] #66 10.55 github.com/docker/libtrust
14:33:00 [2023-06-22T14:33:00.913Z] #66 10.55 net/http/httptrace
14:33:00 [2023-06-22T14:33:00.913Z] #66 10.56 net/smtp
14:33:00 [2023-06-22T14:33:00.913Z] #66 10.72 net/http
14:33:00 [2023-06-22T14:33:00.913Z] #66 14.31 github.com/gorilla/context
14:33:00 [2023-06-22T14:33:00.913Z] #66 14.31 github.com/docker/distribution/registry/api/errcode
14:33:00 [2023-06-22T14:33:00.913Z] #66 14.31 github.com/bugsnag/bugsnag-go
14:33:00 [2023-06-22T14:33:00.913Z] #66 14.31 github.com/docker/distribution/configuration
14:33:00 [2023-06-22T14:33:00.913Z] #66 14.31 expvar
14:33:00 [2023-06-22T14:33:00.913Z] #66 14.31 github.com/docker/distribution/registry/client/transport
14:33:00 [2023-06-22T14:33:00.913Z] #66 14.31 github.com/gorilla/handlers
14:33:00 [2023-06-22T14:33:00.913Z] #66 14.31 github.com/yvasiyarov/newrelic_platform_go
14:33:00 [2023-06-22T14:33:00.913Z] #66 14.72 github.com/gorilla/mux
14:33:00 [2023-06-22T14:33:00.913Z] #66 14.77 github.com/Azure/azure-sdk-for-go/storage
14:33:00 [2023-06-22T14:33:00.913Z] #66 14.80 github.com/AdRoll/goamz/aws
14:33:00 [2023-06-22T14:33:00.913Z] #66 14.81 github.com/yvasiyarov/gorelic
14:33:00 [2023-06-22T14:33:00.913Z] #66 14.95 net/http/httputil
14:33:00 [2023-06-22T14:33:00.913Z] #66 15.20 github.com/ncw/swift
14:33:00 [2023-06-22T14:33:00.913Z] #66 15.33 net/http/pprof
14:33:00 [2023-06-22T14:33:00.913Z] #66 15.81 github.com/docker/distribution/context
14:33:00 [2023-06-22T14:33:00.913Z] #66 16.35 github.com/docker/distribution/registry/api/v2
14:33:00 [2023-06-22T14:33:00.913Z] #66 16.62 github.com/AdRoll/goamz/cloudfront
14:33:00 [2023-06-22T14:33:00.913Z] #66 16.62 github.com/AdRoll/goamz/s3
14:33:00 [2023-06-22T14:33:00.913Z] #66 17.07 github.com/docker/distribution/health
14:33:00 [2023-06-22T14:33:00.913Z] #66 17.07 github.com/docker/distribution
14:33:00 [2023-06-22T14:33:00.913Z] #66 17.07 github.com/docker/distribution/registry/auth
14:33:00 [2023-06-22T14:33:00.913Z] #66 17.07 github.com/docker/distribution/registry/storage/driver
14:33:00 [2023-06-22T14:33:00.913Z] #66 17.36 github.com/docker/distribution/registry/proxy/scheduler
14:33:00 [2023-06-22T14:33:00.913Z] #66 17.37 github.com/docker/distribution/registry/storage/driver/factory
14:33:00 [2023-06-22T14:33:00.913Z] #66 17.37 github.com/docker/distribution/registry/storage/driver/middleware
14:33:00 [2023-06-22T14:33:00.913Z] #66 17.46 github.com/docker/distribution/registry/storage/driver/base
14:33:00 [2023-06-22T14:33:00.913Z] #66 17.57 github.com/docker/distribution/health/checks
14:33:00 [2023-06-22T14:33:00.913Z] #66 17.67 github.com/docker/distribution/registry/auth/silly
14:33:00 [2023-06-22T14:33:00.913Z] #66 17.68 github.com/docker/distribution/registry/auth/token
14:33:00 [2023-06-22T14:33:00.913Z] #66 17.68 github.com/docker/distribution/registry/storage/driver/middleware/cloudfront
14:33:00 [2023-06-22T14:33:00.913Z] #66 17.68 github.com/docker/distribution/registry/auth/htpasswd
14:33:00 [2023-06-22T14:33:00.913Z] #66 17.83 github.com/docker/distribution/manifest/manifestlist
14:33:00 [2023-06-22T14:33:00.913Z] #66 17.83 github.com/docker/distribution/manifest/schema1
14:33:00 [2023-06-22T14:33:00.913Z] #66 17.83 github.com/docker/distribution/manifest/schema2
14:33:00 [2023-06-22T14:33:00.913Z] #66 17.97 github.com/docker/distribution/notifications
14:33:00 [2023-06-22T14:33:00.913Z] #66 17.99 github.com/docker/distribution/registry/middleware/registry
14:33:00 [2023-06-22T14:33:00.913Z] #66 18.03 github.com/docker/distribution/registry/middleware/repository
14:33:00 [2023-06-22T14:33:00.913Z] #66 18.05 github.com/docker/distribution/registry/storage/cache
14:33:00 [2023-06-22T14:33:00.913Z] #66 18.14 github.com/docker/distribution/registry/storage/driver/azure
14:33:00 [2023-06-22T14:33:00.913Z] #66 18.25 github.com/docker/distribution/registry/storage/driver/filesystem
14:33:00 [2023-06-22T14:33:00.913Z] #66 18.26 github.com/docker/distribution/registry/storage/driver/inmemory
14:33:00 [2023-06-22T14:33:00.913Z] #66 18.30 github.com/docker/distribution/registry/storage/driver/s3
14:33:00 [2023-06-22T14:33:00.913Z] #66 18.40 github.com/docker/distribution/registry/storage/cache/memory
14:33:00 [2023-06-22T14:33:00.913Z] #66 18.60 github.com/docker/distribution/registry/storage
14:33:00 [2023-06-22T14:33:00.913Z] #66 18.65 github.com/docker/distribution/registry/storage/cache/redis
14:33:00 [2023-06-22T14:33:00.913Z] #66 18.86 github.com/docker/distribution/registry/storage/driver/swift
14:33:00 [2023-06-22T14:33:00.913Z] #66 18.89 github.com/docker/distribution/registry/client
14:33:00 [2023-06-22T14:33:00.913Z] #66 19.90 github.com/docker/distribution/registry/client/auth
14:33:01 [2023-06-22T14:33:01.174Z] #66 ...
14:33:01 [2023-06-22T14:33:01.174Z] 
14:33:01 [2023-06-22T14:33:01.174Z] #58 [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
14:33:01 [2023-06-22T14:33:01.174Z] #58 22.90 Setting up libblkid-dev:arm64 (2.36.1-8+deb11u1) ...
14:33:01 [2023-06-22T14:33:01.174Z] #58 22.96 Setting up libpcre2-dev:arm64 (10.36-2+deb11u1) ...
14:33:01 [2023-06-22T14:33:01.174Z] #58 22.97 Setting up libselinux1-dev:arm64 (3.1-3) ...
14:33:01 [2023-06-22T14:33:01.174Z] #58 23.00 Setting up libpcre3-dev:arm64 (2:8.39-13) ...
14:33:01 [2023-06-22T14:33:01.174Z] #58 23.02 Setting up libglib2.0-bin (2.66.8-1) ...
14:33:01 [2023-06-22T14:33:01.435Z] #58 23.03 Setting up libsecret-1-0:arm64 (0.20.4-2) ...
14:33:01 [2023-06-22T14:33:01.435Z] #58 23.06 Setting up gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ...
14:33:01 [2023-06-22T14:33:01.435Z] #58 23.08 Setting up libmount-dev:arm64 (2.36.1-8+deb11u1) ...
14:33:01 [2023-06-22T14:33:01.435Z] #58 23.09 Setting up gir1.2-secret-1:arm64 (0.20.4-2) ...
14:33:01 [2023-06-22T14:33:01.435Z] #58 23.11 Setting up libglib2.0-dev:arm64 (2.66.8-1) ...
14:33:01 [2023-06-22T14:33:01.435Z] #58 23.14 Processing triggers for libglib2.0-0:arm64 (2.66.8-1) ...
14:33:01 [2023-06-22T14:33:01.435Z] #58 23.16 No schema files found: doing nothing.
14:33:01 [2023-06-22T14:33:01.435Z] #58 23.18 Processing triggers for libc-bin (2.31-13+deb11u6) ...
14:33:01 [2023-06-22T14:33:01.435Z] #58 23.26 Setting up libsecret-1-dev:arm64 (0.20.4-2) ...
14:33:02 [2023-06-22T14:33:02.007Z] #58 DONE 23.6s
14:33:02 [2023-06-22T14:33:02.007Z] 
14:33:02 [2023-06-22T14:33:02.007Z] #67 [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
14:33:02 [2023-06-22T14:33:02.007Z] #67 1.604 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
14:33:02 [2023-06-22T14:33:02.007Z] #67 1.604 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
14:33:02 [2023-06-22T14:33:02.007Z] #67 1.604 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
14:33:02 [2023-06-22T14:33:02.007Z] #67 3.088 Reading package lists...
14:33:02 [2023-06-22T14:33:02.007Z] #67 4.022 + apt-get  install -y --no-install-recommends gcc libc6-dev
14:33:02 [2023-06-22T14:33:02.007Z] #67 4.105 Reading package lists...
14:33:02 [2023-06-22T14:33:02.007Z] #67 4.859 Building dependency tree...
14:33:02 [2023-06-22T14:33:02.007Z] #67 5.115 Reading state information...
14:33:02 [2023-06-22T14:33:02.007Z] #67 5.565 gcc is already the newest version (4:10.2.1-1).
14:33:02 [2023-06-22T14:33:02.007Z] #67 5.565 libc6-dev is already the newest version (2.31-13+deb11u6).
14:33:02 [2023-06-22T14:33:02.007Z] #67 5.565 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
14:33:02 [2023-06-22T14:33:02.007Z] #67 DONE 6.0s
14:33:02 [2023-06-22T14:33:02.007Z] 
14:33:02 [2023-06-22T14:33:02.007Z] #73 [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...)
14:33:03 [2023-06-22T14:33:03.391Z] #73 ...
14:33:03 [2023-06-22T14:33:03.391Z] 
14:33:03 [2023-06-22T14:33:03.391Z] #74 [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...)
14:33:03 [2023-06-22T14:33:03.391Z] #0 1.208 CGO_ENABLED=1 go build -trimpath  -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.7-0-g860f061 -X main.version=1.1.7 " -o runc .
14:33:03 [2023-06-22T14:33:03.391Z] #74 ...
14:33:03 [2023-06-22T14:33:03.391Z] 
14:33:03 [2023-06-22T14:33:03.391Z] #75 [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...)
14:33:03 [2023-06-22T14:33:03.391Z] #0 1.422 -- The C compiler identification is GNU 10.2.1
14:33:03 [2023-06-22T14:33:03.391Z] #0 1.455 -- Detecting C compiler ABI info
14:33:03 [2023-06-22T14:33:03.391Z] #0 1.636 -- Detecting C compiler ABI info - done
14:33:03 [2023-06-22T14:33:03.391Z] #0 1.661 -- Check for working C compiler: /usr/bin/aarch64-linux-gnu-gcc - skipped
14:33:03 [2023-06-22T14:33:03.391Z] #0 1.661 -- Detecting C compile features
14:33:03 [2023-06-22T14:33:03.391Z] #0 1.662 -- Detecting C compile features - done
14:33:03 [2023-06-22T14:33:03.391Z] #0 1.688 -- Performing Test HAS_BUILTIN_FORTIFY
14:33:03 [2023-06-22T14:33:03.651Z] #75 1.812 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
14:33:03 [2023-06-22T14:33:03.652Z] #75 1.841 -- Configuring done
14:33:03 [2023-06-22T14:33:03.652Z] #75 1.851 -- Generating done
14:33:03 [2023-06-22T14:33:03.652Z] #75 1.860 -- Build files have been written to: /go/src/github.com/krallin/tini
14:33:03 [2023-06-22T14:33:03.912Z] #75 1.964 Scanning dependencies of target tini-static
14:33:03 [2023-06-22T14:33:03.912Z] #75 2.011 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
14:33:04 [2023-06-22T14:33:04.173Z] #75 2.409 [100%] Linking C executable tini-static
14:33:04 [2023-06-22T14:33:04.173Z] #75 2.549 [100%] Built target tini-static
14:33:04 [2023-06-22T14:33:04.744Z] #75 DONE 2.8s
14:33:04 [2023-06-22T14:33:04.744Z] 
14:33:04 [2023-06-22T14:33:04.744Z] #66 [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...)
14:33:04 [2023-06-22T14:33:04.744Z] #66 20.59 github.com/docker/distribution/registry/proxy
14:33:04 [2023-06-22T14:33:04.744Z] #66 20.89 github.com/docker/distribution/registry/handlers
14:33:04 [2023-06-22T14:33:04.744Z] #66 21.67 github.com/docker/distribution/registry
14:33:04 [2023-06-22T14:33:04.744Z] #66 21.88 github.com/docker/distribution/cmd/registry
14:33:04 [2023-06-22T14:33:04.744Z] #66 23.48 + xx-verify /build/registry-v2
14:33:04 [2023-06-22T14:33:04.744Z] #66 DONE 23.9s
14:33:04 [2023-06-22T14:33:04.744Z] 
14:33:04 [2023-06-22T14:33:04.744Z] #76 [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
14:33:04 [2023-06-22T14:33:04.744Z] #0 1.356 Cloning into '/tmp/crun-build'...
14:33:04 [2023-06-22T14:33:04.744Z] #0 3.266 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec'
14:33:04 [2023-06-22T14:33:04.744Z] #0 3.288 Cloning into '/tmp/crun-build/libocispec'...
14:33:04 [2023-06-22T14:33:04.744Z] #0 3.833 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821'
14:33:04 [2023-06-22T14:33:04.744Z] #0 3.846 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec'
14:33:04 [2023-06-22T14:33:04.744Z] #0 3.847 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec'
14:33:04 [2023-06-22T14:33:04.744Z] #0 3.848 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl'
14:33:04 [2023-06-22T14:33:04.744Z] #0 3.869 Cloning into '/tmp/crun-build/libocispec/image-spec'...
14:33:04 [2023-06-22T14:33:04.744Z] #0 4.612 Cloning into '/tmp/crun-build/libocispec/runtime-spec'...
14:33:04 [2023-06-22T14:33:04.744Z] #0 5.186 Cloning into '/tmp/crun-build/libocispec/yajl'...
14:33:04 [2023-06-22T14:33:04.744Z] #0 5.765 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c'
14:33:04 [2023-06-22T14:33:04.744Z] #0 5.959 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3'
14:33:04 [2023-06-22T14:33:04.744Z] #0 6.142 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06'
14:33:05 [2023-06-22T14:33:05.687Z] #76 ...
14:33:05 [2023-06-22T14:33:05.687Z] 
14:33:05 [2023-06-22T14:33:05.687Z] #73 [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...)
14:33:05 [2023-06-22T14:33:05.687Z] #73 3.878 + bin/ctr
14:33:07 [2023-06-22T14:33:07.602Z] #73 ...
14:33:07 [2023-06-22T14:33:07.602Z] 
14:33:07 [2023-06-22T14:33:07.602Z] #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...)
14:33:07 [2023-06-22T14:33:07.602Z] #77 ...
14:33:07 [2023-06-22T14:33:07.602Z] 
14:33:07 [2023-06-22T14:33:07.602Z] #76 [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
14:33:07 [2023-06-22T14:33:07.602Z] #76 12.55 aclocal: warning: couldn't open directory 'm4': No such file or directory
14:33:11 [2023-06-22T14:33:11.826Z] #76 ...
14:33:11 [2023-06-22T14:33:11.826Z] 
14:33:11 [2023-06-22T14:33:11.826Z] #72 [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...)
14:33:11 [2023-06-22T14:33:11.826Z] #72 DONE 21.3s
14:33:12 [2023-06-22T14:33:12.095Z] 
14:33:12 [2023-06-22T14:33:12.095Z] #78 [rootlesskit-build 4/5] COPY ./contrib/dockerd-rootless.sh /build/
14:33:12 [2023-06-22T14:33:12.095Z] #78 DONE 0.1s
14:33:12 [2023-06-22T14:33:12.095Z] 
14:33:12 [2023-06-22T14:33:12.095Z] #76 [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
14:33:12 [2023-06-22T14:33:12.095Z] #76 17.11 libtoolize: putting auxiliary files in '.'.
14:33:12 [2023-06-22T14:33:12.095Z] #76 17.11 libtoolize: copying file './ltmain.sh'
14:33:12 [2023-06-22T14:33:12.095Z] #76 ...
14:33:12 [2023-06-22T14:33:12.095Z] 
14:33:12 [2023-06-22T14:33:12.095Z] #79 [rootlesskit-build 5/5] COPY ./contrib/dockerd-rootless-setuptool.sh /build/
14:33:12 [2023-06-22T14:33:12.095Z] #79 DONE 0.1s
14:33:12 [2023-06-22T14:33:12.356Z] 
14:33:12 [2023-06-22T14:33:12.356Z] #76 [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
14:33:12 [2023-06-22T14:33:12.927Z] #76 18.12 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
14:33:12 [2023-06-22T14:33:12.927Z] #76 18.12 libtoolize: and rerunning libtoolize and aclocal.
14:33:12 [2023-06-22T14:33:12.927Z] #76 18.12 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
14:33:15 [2023-06-22T14:33:15.472Z] #76 ...
14:33:15 [2023-06-22T14:33:15.472Z] 
14:33:15 [2023-06-22T14:33:15.472Z] #71 [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...)
14:33:15 [2023-06-22T14:33:15.472Z] #71 DONE 25.6s
14:33:15 [2023-06-22T14:33:15.732Z] 
14:33:15 [2023-06-22T14:33:15.732Z] #73 [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...)
14:33:15 [2023-06-22T14:33:15.993Z] #73 ...
14:33:15 [2023-06-22T14:33:15.993Z] 
14:33:15 [2023-06-22T14:33:15.993Z] #76 [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
14:33:15 [2023-06-22T14:33:15.993Z] #76 21.23 configure.ac:7: installing './compile'
14:33:16 [2023-06-22T14:33:16.253Z] #76 21.24 configure.ac:11: installing './config.guess'
14:33:16 [2023-06-22T14:33:16.253Z] #76 21.24 configure.ac:11: installing './config.sub'
14:33:16 [2023-06-22T14:33:16.253Z] #76 21.24 configure.ac:8: installing './install-sh'
14:33:16 [2023-06-22T14:33:16.253Z] #76 21.26 configure.ac:8: installing './missing'
14:33:16 [2023-06-22T14:33:16.253Z] #76 21.30 Makefile.am: installing './depcomp'
14:33:16 [2023-06-22T14:33:16.824Z] #76 21.95 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
14:33:16 [2023-06-22T14:33:16.824Z] #76 21.95 libtoolize: copying file 'build-aux/ltmain.sh'
14:33:17 [2023-06-22T14:33:17.085Z] #76 22.11 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
14:33:17 [2023-06-22T14:33:17.085Z] #76 22.11 libtoolize: copying file 'm4/libtool.m4'
14:33:17 [2023-06-22T14:33:17.085Z] #76 22.27 libtoolize: copying file 'm4/ltoptions.m4'
14:33:17 [2023-06-22T14:33:17.085Z] #76 22.37 libtoolize: copying file 'm4/ltsugar.m4'
14:33:17 [2023-06-22T14:33:17.657Z] #76 22.53 libtoolize: copying file 'm4/ltversion.m4'
14:33:17 [2023-06-22T14:33:17.657Z] #76 22.66 libtoolize: copying file 'm4/lt~obsolete.m4'
14:33:17 [2023-06-22T14:33:17.657Z] #76 22.78 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
14:33:17 [2023-06-22T14:33:17.917Z] #76 ...
14:33:17 [2023-06-22T14:33:17.917Z] 
14:33:17 [2023-06-22T14:33:17.917Z] #70 [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...)
14:33:17 [2023-06-22T14:33:17.917Z] #70 DONE 28.5s
14:33:18 [2023-06-22T14:33:18.178Z] 
14:33:18 [2023-06-22T14:33:18.178Z] #56 [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
14:33:22 [2023-06-22T14:33:22.382Z] #56 ...
14:33:22 [2023-06-22T14:33:22.382Z] 
14:33:22 [2023-06-22T14:33:22.382Z] #76 [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
14:33:22 [2023-06-22T14:33:22.382Z] #76 26.76 configure.ac:7: installing 'build-aux/compile'
14:33:22 [2023-06-22T14:33:22.382Z] #76 26.76 configure.ac:9: installing 'build-aux/config.guess'
14:33:22 [2023-06-22T14:33:22.382Z] #76 26.76 configure.ac:9: installing 'build-aux/config.sub'
14:33:22 [2023-06-22T14:33:22.382Z] #76 26.77 configure.ac:11: installing 'build-aux/install-sh'
14:33:22 [2023-06-22T14:33:22.382Z] #76 26.78 configure.ac:11: installing 'build-aux/missing'
14:33:22 [2023-06-22T14:33:22.382Z] #76 26.83 Makefile.am: installing 'build-aux/depcomp'
14:33:22 [2023-06-22T14:33:22.382Z] #76 26.85 parallel-tests: installing 'build-aux/test-driver'
14:33:22 [2023-06-22T14:33:22.952Z] #76 28.16 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
14:33:22 [2023-06-22T14:33:22.953Z] #76 28.16 libtoolize: copying file 'build-aux/ltmain.sh'
14:33:23 [2023-06-22T14:33:23.523Z] #76 28.73 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
14:33:23 [2023-06-22T14:33:23.523Z] #76 28.73 libtoolize: copying file 'm4/libtool.m4'
14:33:23 [2023-06-22T14:33:23.784Z] #76 28.82 libtoolize: copying file 'm4/ltoptions.m4'
14:33:23 [2023-06-22T14:33:23.784Z] #76 28.90 libtoolize: copying file 'm4/ltsugar.m4'
14:33:23 [2023-06-22T14:33:23.784Z] #76 28.98 libtoolize: copying file 'm4/ltversion.m4'
14:33:23 [2023-06-22T14:33:23.784Z] #76 29.08 libtoolize: copying file 'm4/lt~obsolete.m4'
14:33:29 [2023-06-22T14:33:29.070Z] #76 33.99 configure.ac:11: installing 'build-aux/compile'
14:33:29 [2023-06-22T14:33:29.070Z] #76 33.99 configure.ac:11: installing 'build-aux/config.guess'
14:33:29 [2023-06-22T14:33:29.070Z] #76 34.00 configure.ac:11: installing 'build-aux/config.sub'
14:33:29 [2023-06-22T14:33:29.070Z] #76 34.00 configure.ac:13: installing 'build-aux/install-sh'
14:33:29 [2023-06-22T14:33:29.070Z] #76 34.00 configure.ac:13: installing 'build-aux/missing'
14:33:29 [2023-06-22T14:33:29.070Z] #76 34.01 configure.ac:8: installing 'build-aux/tap-driver.sh'
14:33:29 [2023-06-22T14:33:29.070Z] #76 34.05 Makefile.am: installing 'build-aux/depcomp'
14:33:29 [2023-06-22T14:33:29.640Z] #76 34.62 checking build system type... aarch64-unknown-linux-gnu
14:33:29 [2023-06-22T14:33:29.640Z] #76 34.71 checking host system type... aarch64-unknown-linux-gnu
14:33:29 [2023-06-22T14:33:29.640Z] #76 34.71 checking how to print strings... printf
14:33:29 [2023-06-22T14:33:29.640Z] #76 34.72 checking for gcc... gcc
14:33:29 [2023-06-22T14:33:29.901Z] #76 34.75 checking whether the C compiler works... yes
14:33:29 [2023-06-22T14:33:29.901Z] #76 34.90 checking for C compiler default output file name... a.out
14:33:29 [2023-06-22T14:33:29.901Z] #76 34.90 checking for suffix of executables... 
14:33:29 [2023-06-22T14:33:29.901Z] #76 34.97 checking whether we are cross compiling... no
14:33:29 [2023-06-22T14:33:29.901Z] #76 35.03 checking for suffix of object files... o
14:33:29 [2023-06-22T14:33:29.901Z] #76 35.07 checking whether we are using the GNU C compiler... yes
14:33:30 [2023-06-22T14:33:30.161Z] #76 35.11 checking whether gcc accepts -g... yes
14:33:30 [2023-06-22T14:33:30.161Z] #76 35.14 checking for gcc option to accept ISO C89... none needed
14:33:30 [2023-06-22T14:33:30.161Z] #76 35.18 checking whether gcc understands -c and -o together... yes
14:33:30 [2023-06-22T14:33:30.161Z] #76 35.24 checking for a sed that does not truncate output... /bin/sed
14:33:30 [2023-06-22T14:33:30.161Z] #76 35.25 checking for grep that handles long lines and -e... /bin/grep
14:33:30 [2023-06-22T14:33:30.161Z] #76 35.26 checking for egrep... /bin/grep -E
14:33:30 [2023-06-22T14:33:30.161Z] #76 35.27 checking for fgrep... /bin/grep -F
14:33:30 [2023-06-22T14:33:30.161Z] #76 35.27 checking for ld used by gcc... /usr/bin/ld
14:33:30 [2023-06-22T14:33:30.161Z] #76 35.28 checking if the linker (/usr/bin/ld) is GNU ld... yes
14:33:30 [2023-06-22T14:33:30.161Z] #76 35.29 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
14:33:30 [2023-06-22T14:33:30.161Z] #76 35.30 checking the name lister (/usr/bin/nm -B) interface... BSD nm
14:33:30 [2023-06-22T14:33:30.161Z] #76 35.34 checking whether ln -s works... yes
14:33:30 [2023-06-22T14:33:30.161Z] #76 35.34 checking the maximum length of command line arguments... 1572864
14:33:30 [2023-06-22T14:33:30.422Z] #76 35.35 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
14:33:30 [2023-06-22T14:33:30.422Z] #76 35.35 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
14:33:30 [2023-06-22T14:33:30.422Z] #76 35.35 checking for /usr/bin/ld option to reload object files... -r
14:33:30 [2023-06-22T14:33:30.422Z] #76 35.35 checking for objdump... objdump
14:33:30 [2023-06-22T14:33:30.422Z] #76 35.35 checking how to recognize dependent libraries... pass_all
14:33:30 [2023-06-22T14:33:30.422Z] #76 35.35 checking for dlltool... no
14:33:30 [2023-06-22T14:33:30.422Z] #76 35.35 checking how to associate runtime and link libraries... printf %s\n
14:33:30 [2023-06-22T14:33:30.422Z] #76 35.35 checking for ar... ar
14:33:30 [2023-06-22T14:33:30.422Z] #76 35.35 checking for archiver @FILE support... @
14:33:30 [2023-06-22T14:33:30.422Z] #76 35.39 checking for strip... strip
14:33:30 [2023-06-22T14:33:30.422Z] #76 35.40 checking for ranlib... ranlib
14:33:30 [2023-06-22T14:33:30.422Z] #76 35.40 checking for gawk... no
14:33:30 [2023-06-22T14:33:30.422Z] #76 35.40 checking for mawk... mawk
14:33:30 [2023-06-22T14:33:30.422Z] #76 35.40 checking command to parse /usr/bin/nm -B output from gcc object... ok
14:33:30 [2023-06-22T14:33:30.422Z] #76 35.56 checking for sysroot... no
14:33:30 [2023-06-22T14:33:30.422Z] #76 35.57 checking for a working dd... /bin/dd
14:33:30 [2023-06-22T14:33:30.422Z] #76 35.59 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
14:33:30 [2023-06-22T14:33:30.422Z] #76 35.59 checking for mt... no
14:33:30 [2023-06-22T14:33:30.422Z] #76 35.60 checking if : is a manifest tool... no
14:33:30 [2023-06-22T14:33:30.422Z] #76 35.61 checking how to run the C preprocessor... gcc -E
14:33:30 [2023-06-22T14:33:30.993Z] #76 35.73 checking for ANSI C header files... yes
14:33:30 [2023-06-22T14:33:30.993Z] #76 35.91 checking for sys/types.h... yes
14:33:30 [2023-06-22T14:33:30.993Z] #76 35.97 checking for sys/stat.h... yes
14:33:30 [2023-06-22T14:33:30.993Z] #76 36.07 checking for stdlib.h... yes
14:33:30 [2023-06-22T14:33:30.993Z] #76 36.13 checking for string.h... yes
14:33:31 [2023-06-22T14:33:31.253Z] #76 36.20 checking for memory.h... yes
14:33:31 [2023-06-22T14:33:31.253Z] #76 36.28 checking for strings.h... yes
14:33:31 [2023-06-22T14:33:31.253Z] #76 36.33 checking for inttypes.h... yes
14:33:31 [2023-06-22T14:33:31.253Z] #76 36.40 checking for stdint.h... yes
14:33:31 [2023-06-22T14:33:31.513Z] #76 36.47 checking for unistd.h... yes
14:33:31 [2023-06-22T14:33:31.513Z] #76 36.52 checking for dlfcn.h... yes
14:33:31 [2023-06-22T14:33:31.513Z] #76 36.58 checking for objdir... .libs
14:33:31 [2023-06-22T14:33:31.774Z] #76 36.71 checking if gcc supports -fno-rtti -fno-exceptions... no
14:33:31 [2023-06-22T14:33:31.774Z] #76 36.76 checking for gcc option to produce PIC... -fPIC -DPIC
14:33:31 [2023-06-22T14:33:31.774Z] #76 36.76 checking if gcc PIC flag -fPIC -DPIC works... yes
14:33:31 [2023-06-22T14:33:31.774Z] #76 36.79 checking if gcc static flag -static works... yes
14:33:31 [2023-06-22T14:33:31.774Z] #76 36.88 checking if gcc supports -c -o file.o... yes
14:33:31 [2023-06-22T14:33:31.774Z] #76 36.93 checking if gcc supports -c -o file.o... (cached) yes
14:33:31 [2023-06-22T14:33:31.774Z] #76 36.94 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
14:33:32 [2023-06-22T14:33:32.034Z] #76 36.95 checking dynamic linker characteristics... GNU/Linux ld.so
14:33:32 [2023-06-22T14:33:32.034Z] #76 37.03 checking how to hardcode library paths into programs... immediate
14:33:32 [2023-06-22T14:33:32.034Z] #76 37.03 checking whether stripping libraries is possible... yes
14:33:32 [2023-06-22T14:33:32.034Z] #76 37.04 checking if libtool supports shared libraries... yes
14:33:32 [2023-06-22T14:33:32.034Z] #76 37.04 checking whether to build shared libraries... no
14:33:32 [2023-06-22T14:33:32.034Z] #76 37.04 checking whether to build static libraries... yes
14:33:32 [2023-06-22T14:33:32.034Z] #76 37.04 checking for a BSD-compatible install... /usr/bin/install -c
14:33:32 [2023-06-22T14:33:32.034Z] #76 37.05 checking whether build environment is sane... yes
14:33:32 [2023-06-22T14:33:32.034Z] #76 37.07 checking for a thread-safe mkdir -p... /bin/mkdir -p
14:33:32 [2023-06-22T14:33:32.034Z] #76 37.07 checking whether make sets $(MAKE)... yes
14:33:32 [2023-06-22T14:33:32.034Z] #76 37.09 checking whether make supports the include directive... yes (GNU style)
14:33:32 [2023-06-22T14:33:32.034Z] #76 37.10 checking whether make supports nested variables... yes
14:33:32 [2023-06-22T14:33:32.034Z] #76 37.13 checking whether UID '0' is supported by ustar format... yes
14:33:32 [2023-06-22T14:33:32.034Z] #76 37.13 checking whether GID '0' is supported by ustar format... yes
14:33:32 [2023-06-22T14:33:32.034Z] #76 37.13 checking how to create a ustar tar archive... gnutar
14:33:32 [2023-06-22T14:33:32.034Z] #76 37.16 checking dependency style of gcc... gcc3
14:33:32 [2023-06-22T14:33:32.034Z] #76 37.21 checking whether to enable maintainer-specific portions of Makefiles... yes
14:33:32 [2023-06-22T14:33:32.034Z] #76 37.21 checking whether make supports nested variables... (cached) yes
14:33:32 [2023-06-22T14:33:32.034Z] #76 37.21 checking for gawk... (cached) mawk
14:33:32 [2023-06-22T14:33:32.034Z] #76 37.21 checking for a sed that does not truncate output... (cached) /bin/sed
14:33:32 [2023-06-22T14:33:32.034Z] #76 37.21 checking for gcc... (cached) gcc
14:33:32 [2023-06-22T14:33:32.034Z] #76 37.25 checking whether we are using the GNU C compiler... (cached) yes
14:33:32 [2023-06-22T14:33:32.295Z] #76 37.25 checking whether gcc accepts -g... (cached) yes
14:33:32 [2023-06-22T14:33:32.295Z] #76 37.25 checking for gcc option to accept ISO C89... (cached) none needed
14:33:32 [2023-06-22T14:33:32.295Z] #76 37.25 checking whether gcc understands -c and -o together... (cached) yes
14:33:32 [2023-06-22T14:33:32.295Z] #76 37.25 checking for a Python interpreter with version >= 3... python3
14:33:32 [2023-06-22T14:33:32.295Z] #76 37.27 checking for python3... /usr/bin/python3
14:33:32 [2023-06-22T14:33:32.295Z] #76 37.27 checking for python3 version... 3.9
14:33:32 [2023-06-22T14:33:32.295Z] #76 37.28 checking for python3 platform... linux
14:33:32 [2023-06-22T14:33:32.295Z] #76 37.30 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
14:33:32 [2023-06-22T14:33:32.295Z] #76 37.33 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
14:33:32 [2023-06-22T14:33:32.295Z] #76 37.37 checking for go-md2man... no
14:33:32 [2023-06-22T14:33:32.295Z] #76 37.37 checking error.h usability... yes
14:33:32 [2023-06-22T14:33:32.295Z] #76 37.41 checking error.h presence... yes
14:33:32 [2023-06-22T14:33:32.295Z] #76 37.43 checking for error.h... yes
14:33:32 [2023-06-22T14:33:32.295Z] #76 37.44 checking linux/openat2.h usability... yes
14:33:32 [2023-06-22T14:33:32.555Z] #76 37.48 checking linux/openat2.h presence... yes
14:33:32 [2023-06-22T14:33:32.555Z] #76 37.49 checking for linux/openat2.h... yes
14:33:32 [2023-06-22T14:33:32.555Z] #76 37.50 checking for copy_file_range... yes
14:33:32 [2023-06-22T14:33:32.555Z] #76 37.58 checking for fgetxattr... yes
14:33:32 [2023-06-22T14:33:32.555Z] #76 37.64 checking for statx... yes
14:33:32 [2023-06-22T14:33:32.555Z] #76 37.72 checking for fgetpwent_r... yes
14:33:32 [2023-06-22T14:33:32.816Z] #76 37.81 checking for issetugid... no
14:33:32 [2023-06-22T14:33:32.816Z] #76 37.89 checking for pkg-config... /usr/bin/pkg-config
14:33:32 [2023-06-22T14:33:32.816Z] #76 37.89 checking pkg-config is at least version 0.9.0... yes
14:33:32 [2023-06-22T14:33:32.816Z] #76 37.89 checking for library containing yajl_tree_get... -lyajl
14:33:33 [2023-06-22T14:33:33.077Z] #76 38.01 checking for yajl >= 2.0.0... yes
14:33:33 [2023-06-22T14:33:33.077Z] #76 38.03 checking sys/capability.h usability... yes
14:33:33 [2023-06-22T14:33:33.077Z] #76 38.08 checking sys/capability.h presence... yes
14:33:33 [2023-06-22T14:33:33.077Z] #76 38.10 checking for sys/capability.h... yes
14:33:33 [2023-06-22T14:33:33.077Z] #76 38.10 checking for library containing cap_from_name... -lcap
14:33:33 [2023-06-22T14:33:33.338Z] #76 38.22 checking for library containing dlopen... -ldl
14:33:33 [2023-06-22T14:33:33.338Z] #76 38.33 checking seccomp.h usability... yes
14:33:33 [2023-06-22T14:33:33.338Z] #76 38.39 checking seccomp.h presence... yes
14:33:33 [2023-06-22T14:33:33.338Z] #76 38.42 checking for seccomp.h... yes
14:33:33 [2023-06-22T14:33:33.598Z] #76 38.42 checking for library containing seccomp_rule_add... -lseccomp
14:33:33 [2023-06-22T14:33:33.598Z] #76 38.65 checking for library containing seccomp_arch_resolve_name... none required
14:33:33 [2023-06-22T14:33:33.598Z] #76 38.77 checking systemd/sd-bus.h usability... yes
14:33:33 [2023-06-22T14:33:33.598Z] #76 38.82 checking systemd/sd-bus.h presence... yes
14:33:33 [2023-06-22T14:33:33.858Z] #76 38.84 checking for systemd/sd-bus.h... yes
14:33:33 [2023-06-22T14:33:33.858Z] #76 38.85 checking for library containing sd_bus_match_signal_async... -lsystemd
14:33:33 [2023-06-22T14:33:33.858Z] #76 38.97 checking for sd_notify_barrier... yes
14:33:34 [2023-06-22T14:33:34.118Z] #76 39.08 checking linux/bpf.h usability... yes
14:33:34 [2023-06-22T14:33:34.118Z] #76 39.12 checking linux/bpf.h presence... yes
14:33:34 [2023-06-22T14:33:34.118Z] #76 39.14 checking for linux/bpf.h... yes
14:33:34 [2023-06-22T14:33:34.118Z] #76 39.14 checking compilation for eBPF... yes
14:33:34 [2023-06-22T14:33:34.118Z] #76 39.18 checking for criu >= 3.15... no
14:33:34 [2023-06-22T14:33:34.118Z] #76 39.19 configure: CRIU headers not found, building without CRIU support
14:33:34 [2023-06-22T14:33:34.118Z] #76 39.19 checking for criu > 3.16... no
14:33:34 [2023-06-22T14:33:34.118Z] #76 39.20 configure: CRIU version doesn't support join-ns API
14:33:34 [2023-06-22T14:33:34.118Z] #76 39.20 checking for criu > 3.16.1... no
14:33:34 [2023-06-22T14:33:34.118Z] #76 39.21 configure: CRIU version doesn't support for pre-dumping
14:33:34 [2023-06-22T14:33:34.118Z] #76 39.21 checking for new mount API (fsconfig)... yes
14:33:34 [2023-06-22T14:33:34.118Z] #76 39.23 checking for seccomp notify API... yes
14:33:34 [2023-06-22T14:33:34.118Z] #76 39.26 checking for gperf... no
14:33:34 [2023-06-22T14:33:34.118Z] #76 39.26 configure: gperf not found - cannot rebuild signal parser code
14:33:34 [2023-06-22T14:33:34.379Z] #76 39.26 checking for library containing argp_parse... none required
14:33:34 [2023-06-22T14:33:34.379Z] #76 39.40 checking that generated files are newer than configure... done
14:33:34 [2023-06-22T14:33:34.379Z] #76 39.40 configure: creating ./config.status
14:33:34 [2023-06-22T14:33:34.379Z] #76 ...
14:33:34 [2023-06-22T14:33:34.379Z] 
14:33:34 [2023-06-22T14:33:34.379Z] #56 [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
14:33:34 [2023-06-22T14:33:34.379Z] #56 56.67 golangci-lint has version v1.51.2 built from (unknown, mod sum: "h1:yIcsT1X9ZYHdSpeWXRT1ORC/FPGSqDHbHsu9uk4FK7M=") on (unknown)
14:33:38 [2023-06-22T14:33:38.594Z] #56 DONE 60.2s
14:33:38 [2023-06-22T14:33:38.594Z] 
14:33:38 [2023-06-22T14:33:38.594Z] #76 [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
14:33:38 [2023-06-22T14:33:38.595Z] #76 40.14 config.status: creating Makefile
14:33:38 [2023-06-22T14:33:38.595Z] #76 40.15 config.status: creating rpm/crun.spec
14:33:38 [2023-06-22T14:33:38.595Z] #76 40.17 config.status: creating config.h
14:33:38 [2023-06-22T14:33:38.595Z] #76 40.19 config.status: executing libtool commands
14:33:38 [2023-06-22T14:33:38.595Z] #76 40.20 config.status: executing depfiles commands
14:33:38 [2023-06-22T14:33:38.595Z] #76 40.52 === configuring in libocispec (/tmp/crun-build/libocispec)
14:33:38 [2023-06-22T14:33:38.595Z] #76 40.53 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
14:33:38 [2023-06-22T14:33:38.595Z] #76 40.63 checking for gcc... gcc
14:33:38 [2023-06-22T14:33:38.595Z] #76 40.65 checking whether the C compiler works... yes
14:33:38 [2023-06-22T14:33:38.595Z] #76 40.76 checking for C compiler default output file name... a.out
14:33:38 [2023-06-22T14:33:38.595Z] #76 40.76 checking for suffix of executables... 
14:33:38 [2023-06-22T14:33:38.595Z] #76 40.83 checking whether we are cross compiling... no
14:33:38 [2023-06-22T14:33:38.595Z] #76 40.90 checking for suffix of object files... o
14:33:38 [2023-06-22T14:33:38.595Z] #76 40.93 checking whether we are using the GNU C compiler... yes
14:33:38 [2023-06-22T14:33:38.595Z] #76 40.96 checking whether gcc accepts -g... yes
14:33:38 [2023-06-22T14:33:38.595Z] #76 41.05 checking for gcc option to accept ISO C89... none needed
14:33:38 [2023-06-22T14:33:38.595Z] #76 41.12 checking whether gcc understands -c and -o together... yes
14:33:38 [2023-06-22T14:33:38.595Z] #76 41.22 checking how to run the C preprocessor... gcc -E
14:33:38 [2023-06-22T14:33:38.595Z] #76 41.29 checking for grep that handles long lines and -e... /bin/grep
14:33:38 [2023-06-22T14:33:38.595Z] #76 41.30 checking for egrep... /bin/grep -E
14:33:38 [2023-06-22T14:33:38.595Z] #76 41.30 checking for ANSI C header files... yes
14:33:38 [2023-06-22T14:33:38.595Z] #76 41.48 checking for sys/types.h... yes
14:33:38 [2023-06-22T14:33:38.595Z] #76 41.54 checking for sys/stat.h... yes
14:33:38 [2023-06-22T14:33:38.595Z] #76 41.60 checking for stdlib.h... yes
14:33:38 [2023-06-22T14:33:38.595Z] #76 41.68 checking for string.h... yes
14:33:38 [2023-06-22T14:33:38.595Z] #76 41.74 checking for memory.h... yes
14:33:38 [2023-06-22T14:33:38.595Z] #76 41.79 checking for strings.h... yes
14:33:38 [2023-06-22T14:33:38.595Z] #76 41.86 checking for inttypes.h... yes
14:33:38 [2023-06-22T14:33:38.595Z] #76 41.91 checking for stdint.h... yes
14:33:38 [2023-06-22T14:33:38.595Z] #76 41.98 checking for unistd.h... yes
14:33:38 [2023-06-22T14:33:38.595Z] #76 42.05 checking minix/config.h usability... no
14:33:38 [2023-06-22T14:33:38.595Z] #76 42.12 checking minix/config.h presence... no
14:33:38 [2023-06-22T14:33:38.595Z] #76 42.15 checking for minix/config.h... no
14:33:38 [2023-06-22T14:33:38.595Z] #76 42.15 checking whether it is safe to define __EXTENSIONS__... yes
14:33:38 [2023-06-22T14:33:38.595Z] #76 42.22 checking build system type... aarch64-unknown-linux-gnu
14:33:38 [2023-06-22T14:33:38.595Z] #76 42.32 checking host system type... aarch64-unknown-linux-gnu
14:33:38 [2023-06-22T14:33:38.595Z] #76 42.32 checking how to print strings... printf
14:33:38 [2023-06-22T14:33:38.595Z] #76 42.32 checking for a sed that does not truncate output... /bin/sed
14:33:38 [2023-06-22T14:33:38.595Z] #76 42.33 checking for fgrep... /bin/grep -F
14:33:38 [2023-06-22T14:33:38.595Z] #76 42.34 checking for ld used by gcc... /usr/bin/ld
14:33:38 [2023-06-22T14:33:38.595Z] #76 42.35 checking if the linker (/usr/bin/ld) is GNU ld... yes
14:33:38 [2023-06-22T14:33:38.595Z] #76 42.36 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
14:33:38 [2023-06-22T14:33:38.595Z] #76 42.37 checking the name lister (/usr/bin/nm -B) interface... BSD nm
14:33:38 [2023-06-22T14:33:38.595Z] #76 42.46 checking whether ln -s works... yes
14:33:38 [2023-06-22T14:33:38.595Z] #76 42.46 checking the maximum length of command line arguments... 1572864
14:33:38 [2023-06-22T14:33:38.595Z] #76 42.48 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
14:33:38 [2023-06-22T14:33:38.595Z] #76 42.48 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
14:33:38 [2023-06-22T14:33:38.595Z] #76 42.48 checking for /usr/bin/ld option to reload object files... -r
14:33:38 [2023-06-22T14:33:38.595Z] #76 42.48 checking for objdump... objdump
14:33:38 [2023-06-22T14:33:38.595Z] #76 42.48 checking how to recognize dependent libraries... pass_all
14:33:38 [2023-06-22T14:33:38.595Z] #76 42.48 checking for dlltool... no
14:33:38 [2023-06-22T14:33:38.595Z] #76 42.48 checking how to associate runtime and link libraries... printf %s\n
14:33:38 [2023-06-22T14:33:38.595Z] #76 42.48 checking for ar... ar
14:33:38 [2023-06-22T14:33:38.595Z] #76 42.48 checking for archiver @FILE support... @
14:33:38 [2023-06-22T14:33:38.595Z] #76 42.53 checking for strip... strip
14:33:38 [2023-06-22T14:33:38.595Z] #76 42.53 checking for ranlib... ranlib
14:33:38 [2023-06-22T14:33:38.595Z] #76 42.53 checking for gawk... no
14:33:38 [2023-06-22T14:33:38.595Z] #76 42.53 checking for mawk... mawk
14:33:38 [2023-06-22T14:33:38.595Z] #76 42.53 checking command to parse /usr/bin/nm -B output from gcc object... ok
14:33:38 [2023-06-22T14:33:38.595Z] #76 42.67 checking for sysroot... no
14:33:38 [2023-06-22T14:33:38.595Z] #76 42.67 checking for a working dd... /bin/dd
14:33:38 [2023-06-22T14:33:38.595Z] #76 42.68 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
14:33:38 [2023-06-22T14:33:38.595Z] #76 42.69 checking for mt... no
14:33:38 [2023-06-22T14:33:38.595Z] #76 42.69 checking if : is a manifest tool... no
14:33:38 [2023-06-22T14:33:38.595Z] #76 42.69 checking for dlfcn.h... yes
14:33:38 [2023-06-22T14:33:38.595Z] #76 42.74 checking for objdir... .libs
14:33:38 [2023-06-22T14:33:38.595Z] #76 42.88 checking if gcc supports -fno-rtti -fno-exceptions... no
14:33:38 [2023-06-22T14:33:38.595Z] #76 42.94 checking for gcc option to produce PIC... -fPIC -DPIC
14:33:38 [2023-06-22T14:33:38.595Z] #76 42.94 checking if gcc PIC flag -fPIC -DPIC works... yes
14:33:38 [2023-06-22T14:33:38.595Z] #76 42.98 checking if gcc static flag -static works... yes
14:33:38 [2023-06-22T14:33:38.595Z] #76 43.07 checking if gcc supports -c -o file.o... yes
14:33:38 [2023-06-22T14:33:38.595Z] #76 43.13 checking if gcc supports -c -o file.o... (cached) yes
14:33:38 [2023-06-22T14:33:38.595Z] #76 43.13 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
14:33:38 [2023-06-22T14:33:38.595Z] #76 43.18 checking dynamic linker characteristics... 
14:33:38 [2023-06-22T14:33:38.595Z] #76 ...
14:33:38 [2023-06-22T14:33:38.595Z] 
14:33:38 [2023-06-22T14:33:38.595Z] #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...)
14:33:38 [2023-06-22T14:33:38.595Z] #77 DONE 40.7s
14:33:38 [2023-06-22T14:33:38.595Z] 
14:33:38 [2023-06-22T14:33:38.595Z] #74 [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...)
14:33:38 [2023-06-22T14:33:38.595Z] #74 DONE 44.8s
14:33:38 [2023-06-22T14:33:38.595Z] 
14:33:38 [2023-06-22T14:33:38.595Z] #76 [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
14:33:38 [2023-06-22T14:33:38.595Z] #76 43.18 checking dynamic linker characteristics... GNU/Linux ld.so
14:33:38 [2023-06-22T14:33:38.595Z] #76 43.33 checking how to hardcode library paths into programs... immediate
14:33:38 [2023-06-22T14:33:38.595Z] #76 43.33 checking whether stripping libraries is possible... yes
14:33:38 [2023-06-22T14:33:38.595Z] #76 43.34 checking if libtool supports shared libraries... yes
14:33:38 [2023-06-22T14:33:38.595Z] #76 43.34 checking whether to build shared libraries... no
14:33:38 [2023-06-22T14:33:38.595Z] #76 43.34 checking whether to build static libraries... yes
14:33:38 [2023-06-22T14:33:38.595Z] #76 43.34 checking for a BSD-compatible install... /usr/bin/install -c
14:33:38 [2023-06-22T14:33:38.595Z] #76 43.36 checking whether build environment is sane... yes
14:33:38 [2023-06-22T14:33:38.595Z] #76 43.39 checking for a thread-safe mkdir -p... /bin/mkdir -p
14:33:38 [2023-06-22T14:33:38.595Z] #76 43.39 checking whether make sets $(MAKE)... yes
14:33:38 [2023-06-22T14:33:38.595Z] #76 43.46 checking whether make supports the include directive... yes (GNU style)
14:33:38 [2023-06-22T14:33:38.595Z] #76 43.51 checking whether make supports nested variables... yes
14:33:38 [2023-06-22T14:33:38.595Z] #76 43.55 checking whether UID '0' is supported by ustar format... yes
14:33:38 [2023-06-22T14:33:38.595Z] #76 43.55 checking whether GID '0' is supported by ustar format... yes
14:33:38 [2023-06-22T14:33:38.595Z] #76 43.55 checking how to create a ustar tar archive... gnutar
14:33:38 [2023-06-22T14:33:38.595Z] #76 43.59 checking dependency style of gcc... gcc3
14:33:38 [2023-06-22T14:33:38.595Z] #76 43.65 checking whether to enable maintainer-specific portions of Makefiles... yes
14:33:38 [2023-06-22T14:33:38.595Z] #76 43.65 checking whether make supports nested variables... (cached) yes
14:33:38 [2023-06-22T14:33:38.595Z] #76 43.65 checking for pkg-config... /usr/bin/pkg-config
14:33:38 [2023-06-22T14:33:38.595Z] #76 43.65 checking pkg-config is at least version 0.9.0... yes
14:33:38 [2023-06-22T14:33:38.595Z] #76 43.65 checking for yajl >= 2.1.0... yes
14:33:38 [2023-06-22T14:33:38.595Z] #76 43.66 checking for a sed that does not truncate output... (cached) /bin/sed
14:33:38 [2023-06-22T14:33:38.595Z] #76 43.66 checking for gcc... (cached) gcc
14:33:38 [2023-06-22T14:33:38.595Z] #76 43.72 checking whether we are using the GNU C compiler... (cached) yes
14:33:38 [2023-06-22T14:33:38.595Z] #76 43.72 checking whether gcc accepts -g... (cached) yes
14:33:38 [2023-06-22T14:33:38.595Z] #76 43.72 checking for gcc option to accept ISO C89... (cached) none needed
14:33:38 [2023-06-22T14:33:38.595Z] #76 43.72 checking whether gcc understands -c and -o together... (cached) yes
14:33:38 [2023-06-22T14:33:38.595Z] #76 43.72 checking for a Python interpreter with version >= 3... python3
14:33:38 [2023-06-22T14:33:38.595Z] #76 43.75 checking for python3... /usr/bin/python3
14:33:38 [2023-06-22T14:33:38.595Z] #76 43.75 checking for python3 version... 3.9
14:33:38 [2023-06-22T14:33:38.856Z] #76 43.77 checking for python3 platform... linux
14:33:38 [2023-06-22T14:33:38.856Z] #76 43.79 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
14:33:38 [2023-06-22T14:33:38.856Z] #76 43.82 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
14:33:39 [2023-06-22T14:33:39.427Z] #76 43.93 checking that generated files are newer than configure... done
14:33:39 [2023-06-22T14:33:39.427Z] #76 44.38 configure: creating ./config.status
14:33:39 [2023-06-22T14:33:39.998Z] #76 ...
14:33:39 [2023-06-22T14:33:39.998Z] 
14:33:39 [2023-06-22T14:33:39.998Z] #80 [dev-systemd-false  1/19] COPY --from=dockercli     /build/ /usr/local/cli
14:33:39 [2023-06-22T14:33:39.998Z] #80 DONE 0.9s
14:33:39 [2023-06-22T14:33:39.998Z] 
14:33:39 [2023-06-22T14:33:39.998Z] #81 [dev-systemd-false  2/19] COPY --from=frozen-images /build/ /docker-frozen-images
14:33:40 [2023-06-22T14:33:40.938Z] #81 DONE 1.1s
14:33:40 [2023-06-22T14:33:40.938Z] 
14:33:40 [2023-06-22T14:33:40.938Z] #76 [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
14:33:40 [2023-06-22T14:33:40.938Z] #76 45.51 config.status: creating Makefile
14:33:40 [2023-06-22T14:33:40.938Z] #76 45.54 config.status: creating config.h
14:33:40 [2023-06-22T14:33:40.938Z] #76 45.55 config.status: executing libtool commands
14:33:40 [2023-06-22T14:33:40.938Z] #76 45.57 config.status: executing depfiles commands
14:33:40 [2023-06-22T14:33:40.938Z] #76 45.82 === configuring in yajl (/tmp/crun-build/libocispec/yajl)
14:33:40 [2023-06-22T14:33:40.938Z] #76 45.83 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
14:33:40 [2023-06-22T14:33:40.938Z] #76 45.99 checking for gcc... gcc
14:33:40 [2023-06-22T14:33:40.938Z] #76 46.04 checking whether the C compiler works... yes
14:33:40 [2023-06-22T14:33:40.938Z] #76 46.09 checking for C compiler default output file name... a.out
14:33:40 [2023-06-22T14:33:40.938Z] #76 46.09 checking for suffix of executables... 
14:33:41 [2023-06-22T14:33:41.199Z] #76 46.15 checking whether we are cross compiling... no
14:33:41 [2023-06-22T14:33:41.199Z] #76 46.24 checking for suffix of object files... o
14:33:41 [2023-06-22T14:33:41.199Z] #76 46.29 checking whether we are using the GNU C compiler... yes
14:33:41 [2023-06-22T14:33:41.199Z] #76 46.33 checking whether gcc accepts -g... yes
14:33:41 [2023-06-22T14:33:41.199Z] #76 46.36 checking for gcc option to accept ISO C89... none needed
14:33:41 [2023-06-22T14:33:41.199Z] #76 46.40 checking whether gcc understands -c and -o together... yes
14:33:41 [2023-06-22T14:33:41.460Z] #76 46.48 checking for a BSD-compatible install... /usr/bin/install -c
14:33:41 [2023-06-22T14:33:41.460Z] #76 46.50 checking whether build environment is sane... yes
14:33:41 [2023-06-22T14:33:41.460Z] #76 46.52 checking for a thread-safe mkdir -p... /bin/mkdir -p
14:33:41 [2023-06-22T14:33:41.460Z] #76 46.53 checking for gawk... no
14:33:41 [2023-06-22T14:33:41.460Z] #76 46.53 checking for mawk... mawk
14:33:41 [2023-06-22T14:33:41.460Z] #76 46.53 checking whether make sets $(MAKE)... yes
14:33:41 [2023-06-22T14:33:41.460Z] #76 46.56 checking whether make supports the include directive... yes (GNU style)
14:33:41 [2023-06-22T14:33:41.460Z] #76 46.60 checking whether make supports nested variables... yes
14:33:41 [2023-06-22T14:33:41.460Z] #76 46.63 checking whether UID '0' is supported by ustar format... yes
14:33:41 [2023-06-22T14:33:41.460Z] #76 46.63 checking whether GID '0' is supported by ustar format... yes
14:33:41 [2023-06-22T14:33:41.460Z] #76 46.63 checking how to create a ustar tar archive... gnutar
14:33:41 [2023-06-22T14:33:41.460Z] #76 46.68 checking dependency style of gcc... gcc3
14:33:41 [2023-06-22T14:33:41.720Z] 
14:33:41 [2023-06-22T14:33:41.720Z] #76 ...
14:33:41 [2023-06-22T14:33:41.720Z] 
14:33:41 [2023-06-22T14:33:41.720Z] #82 [dev-systemd-false  3/19] COPY --from=swagger       /build/ /usr/local/bin/
14:33:41 [2023-06-22T14:33:41.720Z] #82 DONE 0.7s
14:33:41 [2023-06-22T14:33:41.720Z] 
14:33:41 [2023-06-22T14:33:41.720Z] #76 [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
14:33:41 [2023-06-22T14:33:41.720Z] #76 46.74 checking whether to enable maintainer-specific portions of Makefiles... yes
14:33:41 [2023-06-22T14:33:41.720Z] #76 46.74 checking whether make supports nested variables... (cached) yes
14:33:41 [2023-06-22T14:33:41.720Z] #76 46.77 checking build system type... aarch64-unknown-linux-gnu
14:33:41 [2023-06-22T14:33:41.720Z] #76 46.92 checking host system type... aarch64-unknown-linux-gnu
14:33:41 [2023-06-22T14:33:41.720Z] #76 46.92 checking how to print strings... printf
14:33:41 [2023-06-22T14:33:41.720Z] #76 46.93 checking for a sed that does not truncate output... /bin/sed
14:33:41 [2023-06-22T14:33:41.720Z] #76 46.94 checking for grep that handles long lines and -e... /bin/grep
14:33:41 [2023-06-22T14:33:41.720Z] #76 46.94 checking for egrep... /bin/grep -E
14:33:41 [2023-06-22T14:33:41.720Z] #76 46.94 checking for fgrep... /bin/grep -F
14:33:41 [2023-06-22T14:33:41.720Z] #76 46.94 checking for ld used by gcc... /usr/bin/ld
14:33:41 [2023-06-22T14:33:41.720Z] #76 46.95 checking if the linker (/usr/bin/ld) is GNU ld... yes
14:33:41 [2023-06-22T14:33:41.720Z] #76 46.95 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
14:33:41 [2023-06-22T14:33:41.720Z] #76 46.96 checking the name lister (/usr/bin/nm -B) interface... BSD nm
14:33:41 [2023-06-22T14:33:41.980Z] #76 47.00 checking whether ln -s works... yes
14:33:41 [2023-06-22T14:33:41.981Z] #76 47.00 checking the maximum length of command line arguments... 1572864
14:33:41 [2023-06-22T14:33:41.981Z] #76 47.01 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
14:33:41 [2023-06-22T14:33:41.981Z] #76 47.01 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
14:33:41 [2023-06-22T14:33:41.981Z] #76 47.01 checking for /usr/bin/ld option to reload object files... -r
14:33:41 [2023-06-22T14:33:41.981Z] #76 47.01 checking for objdump... objdump
14:33:41 [2023-06-22T14:33:41.981Z] #76 47.01 checking how to recognize dependent libraries... pass_all
14:33:41 [2023-06-22T14:33:41.981Z] #76 47.02 checking for dlltool... no
14:33:41 [2023-06-22T14:33:41.981Z] #76 47.02 checking how to associate runtime and link libraries... printf %s\n
14:33:41 [2023-06-22T14:33:41.981Z] #76 47.02 checking for ar... ar
14:33:41 [2023-06-22T14:33:41.981Z] #76 47.02 checking for archiver @FILE support... @
14:33:41 [2023-06-22T14:33:41.981Z] #76 47.07 checking for strip... strip
14:33:41 [2023-06-22T14:33:41.981Z] #76 47.07 checking for ranlib... ranlib
14:33:41 [2023-06-22T14:33:41.981Z] #76 47.07 checking command to parse /usr/bin/nm -B output from gcc object... ok
14:33:41 [2023-06-22T14:33:41.981Z] #76 47.23 checking for sysroot... no
14:33:41 [2023-06-22T14:33:41.981Z] #76 47.23 checking for a working dd... /bin/dd
14:33:41 [2023-06-22T14:33:41.981Z] #76 47.23 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
14:33:41 [2023-06-22T14:33:41.981Z] #76 47.24 checking for mt... no
14:33:41 [2023-06-22T14:33:41.981Z] #76 47.24 checking if : is a manifest tool... no
14:33:42 [2023-06-22T14:33:42.241Z] #76 47.25 checking how to run the C preprocessor... 
14:33:42 [2023-06-22T14:33:42.241Z] #76 ...
14:33:42 [2023-06-22T14:33:42.241Z] 
14:33:42 [2023-06-22T14:33:42.241Z] #83 [dev-systemd-false  4/19] COPY --from=delve         /build/ /usr/local/bin/
14:33:42 [2023-06-22T14:33:42.241Z] #83 DONE 0.6s
14:33:42 [2023-06-22T14:33:42.241Z] 
14:33:42 [2023-06-22T14:33:42.241Z] #84 [dev-systemd-false  5/19] COPY --from=tomll         /build/ /usr/local/bin/
14:33:42 [2023-06-22T14:33:42.241Z] #84 DONE 0.1s
14:33:42 [2023-06-22T14:33:42.241Z] 
14:33:42 [2023-06-22T14:33:42.241Z] #76 [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
14:33:42 [2023-06-22T14:33:42.241Z] #76 47.25 checking how to run the C preprocessor... gcc -E
14:33:42 [2023-06-22T14:33:42.241Z] #76 47.33 checking for ANSI C header files... 
14:33:42 [2023-06-22T14:33:42.241Z] #76 ...
14:33:42 [2023-06-22T14:33:42.241Z] 
14:33:42 [2023-06-22T14:33:42.241Z] #85 [dev-systemd-false  6/19] COPY --from=gowinres      /build/ /usr/local/bin/
14:33:42 [2023-06-22T14:33:42.241Z] #85 DONE 0.1s
14:33:42 [2023-06-22T14:33:42.502Z] 
14:33:42 [2023-06-22T14:33:42.502Z] #76 [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
14:33:42 [2023-06-22T14:33:42.502Z] #76 47.33 checking for ANSI C header files... yes
14:33:42 [2023-06-22T14:33:42.502Z] #76 47.52 checking for sys/types.h... yes
14:33:42 [2023-06-22T14:33:42.502Z] #76 47.58 checking for sys/stat.h... yes
14:33:42 [2023-06-22T14:33:42.502Z] #76 47.69 checking for stdlib.h... yes
14:33:42 [2023-06-22T14:33:42.762Z] #76 47.75 checking for string.h... yes
14:33:42 [2023-06-22T14:33:42.762Z] #76 47.83 checking for memory.h... yes
14:33:42 [2023-06-22T14:33:42.762Z] #76 47.96 checking for strings.h... yes
14:33:43 [2023-06-22T14:33:43.022Z] #76 48.04 checking for inttypes.h... yes
14:33:43 [2023-06-22T14:33:43.022Z] #76 48.18 checking for stdint.h... yes
14:33:43 [2023-06-22T14:33:43.283Z] #76 48.26 checking for unistd.h... 
14:33:43 [2023-06-22T14:33:43.283Z] #76 ...
14:33:43 [2023-06-22T14:33:43.283Z] 
14:33:43 [2023-06-22T14:33:43.283Z] #86 [dev-systemd-false  7/19] COPY --from=tini          /build/ /usr/local/bin/
14:33:43 [2023-06-22T14:33:43.283Z] #86 DONE 0.8s
14:33:43 [2023-06-22T14:33:43.283Z] 
14:33:43 [2023-06-22T14:33:43.283Z] #76 [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
14:33:43 [2023-06-22T14:33:43.283Z] #76 48.26 checking for unistd.h... yes
14:33:43 [2023-06-22T14:33:43.283Z] #76 48.37 checking for dlfcn.h... yes
14:33:43 [2023-06-22T14:33:43.283Z] #76 48.43 checking for objdir... .libs
14:33:43 [2023-06-22T14:33:43.543Z] #76 48.62 checking if gcc supports -fno-rtti -fno-exceptions... no
14:33:43 [2023-06-22T14:33:43.543Z] #76 48.70 checking for gcc option to produce PIC... -fPIC -DPIC
14:33:43 [2023-06-22T14:33:43.543Z] #76 48.70 checking if gcc PIC flag -fPIC -DPIC works... yes
14:33:43 [2023-06-22T14:33:43.803Z] #76 48.74 checking if gcc static flag -static works... yes
14:33:43 [2023-06-22T14:33:43.803Z] #76 48.88 checking if gcc supports -c -o file.o... yes
14:33:43 [2023-06-22T14:33:43.803Z] #76 48.95 checking if gcc supports -c -o file.o... (cached) yes
14:33:43 [2023-06-22T14:33:43.803Z] #76 48.95 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
14:33:43 [2023-06-22T14:33:43.803Z] #76 48.96 checking dynamic linker characteristics... GNU/Linux ld.so
14:33:44 [2023-06-22T14:33:44.064Z] 
14:33:44 [2023-06-22T14:33:44.064Z] #76 ...
14:33:44 [2023-06-22T14:33:44.064Z] 
14:33:44 [2023-06-22T14:33:44.064Z] #87 [dev-systemd-false  8/19] COPY --from=registry      /build/ /usr/local/bin/
14:33:44 [2023-06-22T14:33:44.064Z] #87 DONE 0.8s
14:33:44 [2023-06-22T14:33:44.064Z] 
14:33:44 [2023-06-22T14:33:44.064Z] #76 [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
14:33:44 [2023-06-22T14:33:44.064Z] #76 49.05 checking how to hardcode library paths into programs... immediate
14:33:44 [2023-06-22T14:33:44.064Z] #76 49.05 checking whether stripping libraries is possible... yes
14:33:44 [2023-06-22T14:33:44.064Z] #76 49.06 checking if libtool supports shared libraries... yes
14:33:44 [2023-06-22T14:33:44.064Z] #76 49.06 checking whether to build shared libraries... no
14:33:44 [2023-06-22T14:33:44.064Z] #76 49.06 checking whether to build static libraries... yes
14:33:44 [2023-06-22T14:33:44.064Z] #76 49.08 checking float.h usability... yes
14:33:44 [2023-06-22T14:33:44.064Z] #76 49.12 checking float.h presence... yes
14:33:44 [2023-06-22T14:33:44.064Z] #76 49.15 checking for float.h... yes
14:33:44 [2023-06-22T14:33:44.064Z] #76 49.17 checking limits.h usability... yes
14:33:44 [2023-06-22T14:33:44.064Z] #76 49.22 checking limits.h presence... yes
14:33:44 [2023-06-22T14:33:44.064Z] #76 49.24 checking for limits.h... yes
14:33:44 [2023-06-22T14:33:44.064Z] #76 49.27 checking stddef.h usability... yes
14:33:44 [2023-06-22T14:33:44.324Z] #76 49.31 checking stddef.h presence... yes
14:33:44 [2023-06-22T14:33:44.324Z] #76 49.33 checking for stddef.h... yes
14:33:44 [2023-06-22T14:33:44.324Z] #76 49.34 checking for stdlib.h... (cached) yes
14:33:44 [2023-06-22T14:33:44.324Z] #76 49.36 checking for string.h... (cached) yes
14:33:44 [2023-06-22T14:33:44.324Z] #76 49.39 checking sys/time.h usability... yes
14:33:44 [2023-06-22T14:33:44.324Z] #76 49.44 checking sys/time.h presence... yes
14:33:44 [2023-06-22T14:33:44.324Z] #76 49.46 checking for sys/time.h... yes
14:33:44 [2023-06-22T14:33:44.324Z] #76 49.48 checking for inline... inline
14:33:44 [2023-06-22T14:33:44.584Z] #76 49.51 checking for size_t... yes
14:33:44 [2023-06-22T14:33:44.584Z] #76 49.60 checking for stdlib.h... (cached) yes
14:33:44 [2023-06-22T14:33:44.584Z] #76 49.60 checking for GNU libc compatible malloc... yes
14:33:44 [2023-06-22T14:33:44.584Z] #76 49.67 checking for stdlib.h... (cached) yes
14:33:44 [2023-06-22T14:33:44.584Z] #76 49.67 checking for GNU libc compatible realloc... yes
14:33:44 [2023-06-22T14:33:44.584Z] #76 49.74 checking for working strtod... yes
14:33:44 [2023-06-22T14:33:44.845Z] 
14:33:44 [2023-06-22T14:33:44.845Z] #76 ...
14:33:44 [2023-06-22T14:33:44.845Z] 
14:33:44 [2023-06-22T14:33:44.845Z] #88 [dev-systemd-false  9/19] COPY --from=gotestsum     /build/ /usr/local/bin/
14:33:44 [2023-06-22T14:33:44.845Z] #88 DONE 0.8s
14:33:44 [2023-06-22T14:33:44.845Z] 
14:33:44 [2023-06-22T14:33:44.845Z] #76 [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
14:33:44 [2023-06-22T14:33:44.845Z] #76 49.85 checking for gettimeofday... yes
14:33:44 [2023-06-22T14:33:44.845Z] #76 49.93 checking for memset... yes
14:33:45 [2023-06-22T14:33:45.105Z] #76 50.02 checking for strspn... yes
14:33:45 [2023-06-22T14:33:45.105Z] #76 50.20 checking that generated files are newer than configure... done
14:33:45 [2023-06-22T14:33:45.105Z] #76 50.20 configure: creating ./config.status
14:33:45 [2023-06-22T14:33:45.675Z] #76 50.88 config.status: creating Makefile
14:33:45 [2023-06-22T14:33:45.675Z] #76 50.90 config.status: creating config.h
14:33:45 [2023-06-22T14:33:45.675Z] #76 50.91 config.status: executing depfiles commands
14:33:45 [2023-06-22T14:33:45.675Z] #76 50.97 config.status: executing libtool commands
14:33:45 [2023-06-22T14:33:45.936Z] #76 ...
14:33:45 [2023-06-22T14:33:45.936Z] 
14:33:45 [2023-06-22T14:33:45.936Z] #89 [dev-systemd-false 10/19] COPY --from=golangci_lint /build/ /usr/local/bin/
14:33:45 [2023-06-22T14:33:45.936Z] #89 DONE 1.0s
14:33:45 [2023-06-22T14:33:45.936Z] 
14:33:45 [2023-06-22T14:33:45.936Z] #90 [dev-systemd-false 11/19] COPY --from=shfmt         /build/ /usr/local/bin/
14:33:45 [2023-06-22T14:33:45.936Z] #90 DONE 0.1s
14:33:45 [2023-06-22T14:33:45.936Z] 
14:33:45 [2023-06-22T14:33:45.936Z] #73 [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...)
14:33:45 [2023-06-22T14:33:45.936Z] #73 34.11 + bin/containerd
14:33:45 [2023-06-22T14:33:45.936Z] #73 ...
14:33:45 [2023-06-22T14:33:45.936Z] 
14:33:45 [2023-06-22T14:33:45.936Z] #76 [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
14:33:45 [2023-06-22T14:33:45.936Z] #76 51.20   GEN      .version
14:33:45 [2023-06-22T14:33:45.936Z] #76 51.20 make  install-recursive
14:33:45 [2023-06-22T14:33:45.936Z] #76 51.20 make[1]: Entering directory '/tmp/crun-build'
14:33:45 [2023-06-22T14:33:45.936Z] #76 51.23 Making install in libocispec
14:33:46 [2023-06-22T14:33:46.196Z] #76 51.23 make[2]: Entering directory '/tmp/crun-build/libocispec'
14:33:46 [2023-06-22T14:33:46.196Z] #76 51.26 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema
14:33:46 [2023-06-22T14:33:46.196Z] #76 51.26 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema
14:33:46 [2023-06-22T14:33:46.196Z] #76 51.26 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems
14:33:46 [2023-06-22T14:33:46.196Z] #76 51.26 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic
14:33:46 [2023-06-22T14:33:46.196Z] #76 51.31 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success
14:33:46 [2023-06-22T14:33:46.196Z] #76 51.31 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success
14:33:46 [2023-06-22T14:33:46.196Z] #76 51.31 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success
14:33:46 [2023-06-22T14:33:46.196Z] #76 51.31 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success
14:33:46 [2023-06-22T14:33:46.196Z] #76 51.31 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success
14:33:46 [2023-06-22T14:33:46.196Z] #76 51.31 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success
14:33:46 [2023-06-22T14:33:46.196Z] #76 51.31 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success
14:33:46 [2023-06-22T14:33:46.196Z] #76 51.31 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success
14:33:46 [2023-06-22T14:33:46.196Z] #76 51.32 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success
14:33:46 [2023-06-22T14:33:46.196Z] #76 51.33 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success
14:33:46 [2023-06-22T14:33:46.196Z] #76 51.33 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success
14:33:46 [2023-06-22T14:33:46.196Z] #76 51.33 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success
14:33:46 [2023-06-22T14:33:46.196Z] #76 51.33 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs.json       Success
14:33:46 [2023-06-22T14:33:46.196Z] #76 51.33 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success
14:33:46 [2023-06-22T14:33:46.196Z] #76 51.33 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success
14:33:46 [2023-06-22T14:33:46.196Z] #76 51.33 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success
14:33:46 [2023-06-22T14:33:46.196Z] #76 ...
14:33:46 [2023-06-22T14:33:46.196Z] 
14:33:46 [2023-06-22T14:33:46.196Z] #91 [dev-systemd-false 12/19] COPY --from=runc          /build/ /usr/local/bin/
14:33:46 [2023-06-22T14:33:46.196Z] #91 DONE 0.3s
14:33:46 [2023-06-22T14:33:46.457Z] 
14:33:46 [2023-06-22T14:33:46.457Z] #76 [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
14:33:46 [2023-06-22T14:33:46.457Z] #76 51.52 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success
14:33:46 [2023-06-22T14:33:46.457Z] #76 51.52 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs.json     Success
14:33:46 [2023-06-22T14:33:46.457Z] #76 51.52 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success
14:33:46 [2023-06-22T14:33:46.457Z] #76 51.52 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success
14:33:46 [2023-06-22T14:33:46.457Z] #76 51.52 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json  Success
14:33:46 [2023-06-22T14:33:46.457Z] #76 51.52 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success
14:33:46 [2023-06-22T14:33:46.457Z] #76 51.52 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success
14:33:46 [2023-06-22T14:33:46.457Z] #76 51.52 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success
14:33:46 [2023-06-22T14:33:46.457Z] #76 51.52 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success
14:33:46 [2023-06-22T14:33:46.457Z] #76 51.52 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success
14:33:46 [2023-06-22T14:33:46.457Z] #76 51.52 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success
14:33:46 [2023-06-22T14:33:46.457Z] #76 51.52 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success
14:33:46 [2023-06-22T14:33:46.457Z] #76 51.53 make  install-recursive
14:33:46 [2023-06-22T14:33:46.457Z] #76 51.54 make[3]: Entering directory '/tmp/crun-build/libocispec'
14:33:46 [2023-06-22T14:33:46.457Z] #76 51.56 Making install in yajl
14:33:46 [2023-06-22T14:33:46.457Z] #76 51.56 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl'
14:33:46 [2023-06-22T14:33:46.457Z] #76 51.56   CC       verify/json_verify-json_verify.o
14:33:46 [2023-06-22T14:33:46.457Z] #76 51.56   CC       src/libyajl_la-yajl_alloc.lo
14:33:46 [2023-06-22T14:33:46.457Z] #76 51.56   CC       src/libyajl_la-yajl.lo
14:33:46 [2023-06-22T14:33:46.457Z] #76 51.57   CC       src/libyajl_la-yajl_gen.lo
14:33:46 [2023-06-22T14:33:46.457Z] #76 51.57   CC       src/libyajl_la-yajl_parser.lo
14:33:46 [2023-06-22T14:33:46.457Z] #76 51.57   CC       src/libyajl_la-yajl_buf.lo
14:33:46 [2023-06-22T14:33:46.457Z] #76 51.57   CC       src/libyajl_la-yajl_encode.lo
14:33:46 [2023-06-22T14:33:46.457Z] #76 51.57   CC       src/libyajl_la-yajl_lex.lo
14:33:46 [2023-06-22T14:33:46.457Z] #76 51.57   CC       src/libyajl_la-yajl_tree.lo
14:33:47 [2023-06-22T14:33:47.028Z] #76 51.99   CCLD     libyajl.la
14:33:47 [2023-06-22T14:33:47.028Z] #76 52.08   CCLD     verify/json_verify
14:33:47 [2023-06-22T14:33:47.028Z] #76 52.19 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl'
14:33:47 [2023-06-22T14:33:47.028Z] #76 52.19 make[5]: Nothing to be done for 'install-exec-am'.
14:33:47 [2023-06-22T14:33:47.028Z] #76 52.19 make[5]: Nothing to be done for 'install-data-am'.
14:33:47 [2023-06-22T14:33:47.028Z] #76 52.19 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl'
14:33:47 [2023-06-22T14:33:47.028Z] #76 52.19 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl'
14:33:47 [2023-06-22T14:33:47.028Z] #76 52.20 make[4]: Entering directory '/tmp/crun-build/libocispec'
14:33:47 [2023-06-22T14:33:47.028Z] #76 52.25   CC       src/validate.o
14:33:47 [2023-06-22T14:33:47.028Z] #76 52.25   CC       src/image_spec_schema_config_schema.lo
14:33:47 [2023-06-22T14:33:47.028Z] #76 52.25   CC       src/image_spec_schema_content_descriptor.lo
14:33:47 [2023-06-22T14:33:47.028Z] #76 52.25   CC       src/image_spec_schema_defs.lo
14:33:47 [2023-06-22T14:33:47.028Z] #76 52.25   CC       src/image_spec_schema_defs_descriptor.lo
14:33:47 [2023-06-22T14:33:47.028Z] #76 52.25   CC       src/image_spec_schema_image_index_schema.lo
14:33:47 [2023-06-22T14:33:47.028Z] #76 52.25   CC       src/image_spec_schema_image_layout_schema.lo
14:33:47 [2023-06-22T14:33:47.028Z] #76 52.26   CC       src/image_spec_schema_image_manifest_schema.lo
14:33:47 [2023-06-22T14:33:47.028Z] #76 52.26   CC       src/runtime_spec_schema_config_linux.lo
14:33:47 [2023-06-22T14:33:47.028Z] #76 52.26   CC       src/runtime_spec_schema_config_zos.lo
14:33:47 [2023-06-22T14:33:47.028Z] #76 52.26   CC       src/runtime_spec_schema_config_schema.lo
14:33:47 [2023-06-22T14:33:47.028Z] #76 52.26   CC       src/runtime_spec_schema_config_solaris.lo
14:33:47 [2023-06-22T14:33:47.028Z] #76 52.27   CC       src/runtime_spec_schema_config_vm.lo
14:33:47 [2023-06-22T14:33:47.028Z] #76 52.27   CC       src/runtime_spec_schema_config_windows.lo
14:33:47 [2023-06-22T14:33:47.028Z] #76 52.30   CC       src/runtime_spec_schema_defs.lo
14:33:47 [2023-06-22T14:33:47.289Z] #76 52.31   CC       src/runtime_spec_schema_defs_linux.lo
14:33:47 [2023-06-22T14:33:47.289Z] #76 52.33   CC       src/runtime_spec_schema_defs_zos.lo
14:33:47 [2023-06-22T14:33:47.289Z] #76 52.33   CC       src/runtime_spec_schema_defs_vm.lo
14:33:47 [2023-06-22T14:33:47.289Z] #76 52.33   CC       src/runtime_spec_schema_defs_windows.lo
14:33:47 [2023-06-22T14:33:47.289Z] #76 52.33   CC       src/runtime_spec_schema_state_schema.lo
14:33:47 [2023-06-22T14:33:47.289Z] #76 52.34   CC       src/image_manifest_items_image_manifest_items_schema.lo
14:33:47 [2023-06-22T14:33:47.289Z] #76 52.34   CC       src/basic_test_double_array.lo
14:33:47 [2023-06-22T14:33:47.289Z] #76 52.35   CC       src/basic_test_top_array_int.lo
14:33:47 [2023-06-22T14:33:47.289Z] #76 52.35   CC       src/basic_test_double_array_item.lo
14:33:47 [2023-06-22T14:33:47.289Z] #76 52.38   CC       src/basic_test_top_array_string.lo
14:33:47 [2023-06-22T14:33:47.289Z] #76 52.38   CC       src/basic_test_top_double_array_int.lo
14:33:47 [2023-06-22T14:33:47.289Z] #76 52.39   CC       src/basic_test_top_double_array_obj.lo
14:33:47 [2023-06-22T14:33:47.289Z] #76 52.44   CC       src/basic_test_top_double_array_refobj.lo
14:33:47 [2023-06-22T14:33:47.289Z] #76 52.46   CC       src/basic_test_top_double_array_string.lo
14:33:47 [2023-06-22T14:33:47.289Z] #76 52.48   CC       src/read-file.lo
14:33:47 [2023-06-22T14:33:47.289Z] #76 52.49   CC       src/json_common.lo
14:33:47 [2023-06-22T14:33:47.289Z] #76 52.50   CC       tests/test-1.o
14:33:47 [2023-06-22T14:33:47.289Z] #76 52.52   CC       tests/test-2.o
14:33:47 [2023-06-22T14:33:47.289Z] #76 52.53   CC       tests/test-3.o
14:33:47 [2023-06-22T14:33:47.289Z] #76 52.54   CC       tests/test-4.o
14:33:47 [2023-06-22T14:33:47.289Z] #76 52.55   CC       tests/test-5.o
14:33:47 [2023-06-22T14:33:47.550Z] #76 52.58   CC       tests/test-6.o
14:33:47 [2023-06-22T14:33:47.550Z] #76 52.61   CC       tests/test-7.o
14:33:47 [2023-06-22T14:33:47.550Z] #76 52.63   CC       tests/test-8.o
14:33:47 [2023-06-22T14:33:47.550Z] #76 52.63   CC       tests/test-9.o
14:33:47 [2023-06-22T14:33:47.550Z] #76 52.64   CC       tests/test-10.o
14:33:47 [2023-06-22T14:33:47.550Z] #76 52.66   CC       tests/test-11.o
14:33:49 [2023-06-22T14:33:49.463Z] #76 54.63   CCLD     libocispec.la
14:33:49 [2023-06-22T14:33:49.463Z] #76 54.75   CCLD     src/validate
14:33:49 [2023-06-22T14:33:49.463Z] #76 54.75   CCLD     tests/test-1
14:33:49 [2023-06-22T14:33:49.723Z] #76 54.75   CCLD     tests/test-2
14:33:49 [2023-06-22T14:33:49.723Z] #76 54.75   CCLD     tests/test-3
14:33:49 [2023-06-22T14:33:49.723Z] #76 54.75   CCLD     tests/test-4
14:33:49 [2023-06-22T14:33:49.723Z] #76 54.75   CCLD     tests/test-5
14:33:49 [2023-06-22T14:33:49.723Z] #76 54.75   CCLD     tests/test-6
14:33:49 [2023-06-22T14:33:49.723Z] #76 54.75   CCLD     tests/test-7
14:33:49 [2023-06-22T14:33:49.723Z] #76 54.76 /bin/bash ./libtool --mode=link  libocispec.la -o libocispec.a
14:33:49 [2023-06-22T14:33:49.723Z] #76 54.77   CCLD     tests/test-8
14:33:49 [2023-06-22T14:33:49.723Z] #76 54.78   CCLD     tests/test-9
14:33:49 [2023-06-22T14:33:49.723Z] #76 54.79   CCLD     tests/test-10
14:33:49 [2023-06-22T14:33:49.723Z] #76 54.79   CCLD     tests/test-11
14:33:49 [2023-06-22T14:33:49.723Z] #76 54.81 libtool: link: ar cr libocispec.a 
14:33:49 [2023-06-22T14:33:49.723Z] #76 54.82 libtool: link: ranlib libocispec.a
14:33:49 [2023-06-22T14:33:49.723Z] #76 54.98 make[5]: Entering directory '/tmp/crun-build/libocispec'
14:33:49 [2023-06-22T14:33:49.723Z] #76 54.99 make[5]: Nothing to be done for 'install-exec-am'.
14:33:49 [2023-06-22T14:33:49.723Z] #76 54.99 make[5]: Nothing to be done for 'install-data-am'.
14:33:49 [2023-06-22T14:33:49.723Z] #76 54.99 make[5]: Leaving directory '/tmp/crun-build/libocispec'
14:33:49 [2023-06-22T14:33:49.723Z] #76 54.99 make[4]: Leaving directory '/tmp/crun-build/libocispec'
14:33:49 [2023-06-22T14:33:49.723Z] #76 54.99 make[3]: Leaving directory '/tmp/crun-build/libocispec'
14:33:49 [2023-06-22T14:33:49.723Z] #76 54.99 make[2]: Leaving directory '/tmp/crun-build/libocispec'
14:33:49 [2023-06-22T14:33:49.723Z] #76 54.99 make[2]: Entering directory '/tmp/crun-build'
14:33:49 [2023-06-22T14:33:49.723Z] #76 55.02   CC       src/crun-crun.o
14:33:49 [2023-06-22T14:33:49.984Z] #76 55.02   CC       src/crun-run.o
14:33:49 [2023-06-22T14:33:49.984Z] #76 55.02   CC       src/crun-delete.o
14:33:49 [2023-06-22T14:33:49.984Z] #76 55.02   CC       src/crun-kill.o
14:33:49 [2023-06-22T14:33:49.984Z] #76 55.02   CC       src/crun-pause.o
14:33:49 [2023-06-22T14:33:49.984Z] #76 55.02   CC       src/crun-unpause.o
14:33:49 [2023-06-22T14:33:49.984Z] #76 55.03   CC       src/crun-exec.o
14:33:49 [2023-06-22T14:33:49.984Z] #76 55.03   CC       src/crun-list.o
14:33:49 [2023-06-22T14:33:49.984Z] #76 55.03   CC       src/crun-spec.o
14:33:49 [2023-06-22T14:33:49.984Z] #76 55.03   CC       src/crun-create.o
14:33:49 [2023-06-22T14:33:49.984Z] #76 55.03   CC       src/crun-start.o
14:33:49 [2023-06-22T14:33:49.984Z] #76 55.03   CC       src/crun-state.o
14:33:49 [2023-06-22T14:33:49.984Z] #76 55.05   CC       src/crun-update.o
14:33:49 [2023-06-22T14:33:49.984Z] #76 55.05   CC       src/crun-ps.o
14:33:49 [2023-06-22T14:33:49.984Z] #76 55.07   CC       src/crun-checkpoint.o
14:33:49 [2023-06-22T14:33:49.984Z] #76 55.08   CC       src/crun-restore.o
14:33:49 [2023-06-22T14:33:49.984Z] #76 55.10   CC       src/libcrun/libcrun_la-utils.lo
14:33:49 [2023-06-22T14:33:49.984Z] #76 55.10   CC       src/libcrun/libcrun_la-cloned_binary.lo
14:33:49 [2023-06-22T14:33:49.984Z] #76 55.11   CC       src/libcrun/libcrun_la-container.lo
14:33:49 [2023-06-22T14:33:49.984Z] #76 55.13   CC       src/libcrun/libcrun_la-cgroup.lo
14:33:49 [2023-06-22T14:33:49.984Z] #76 55.15   CC       src/libcrun/libcrun_la-cgroup-cgroupfs.lo
14:33:49 [2023-06-22T14:33:49.984Z] #76 55.16   CC       src/libcrun/libcrun_la-cgroup-resources.lo
14:33:49 [2023-06-22T14:33:49.984Z] #76 55.27   CC       src/libcrun/libcrun_la-cgroup-setup.lo
14:33:50 [2023-06-22T14:33:50.245Z] #76 55.28   CC       src/libcrun/libcrun_la-cgroup-systemd.lo
14:33:50 [2023-06-22T14:33:50.245Z] #76 55.29   CC       src/libcrun/libcrun_la-cgroup-utils.lo
14:33:50 [2023-06-22T14:33:50.245Z] #76 55.30   CC       src/libcrun/libcrun_la-criu.lo
14:33:50 [2023-06-22T14:33:50.245Z] #76 55.31   CC       src/libcrun/libcrun_la-custom-handler.lo
14:33:50 [2023-06-22T14:33:50.245Z] #76 55.33   CC       src/libcrun/libcrun_la-linux.lo
14:33:50 [2023-06-22T14:33:50.245Z] #76 55.34   CC       src/libcrun/libcrun_la-seccomp.lo
14:33:50 [2023-06-22T14:33:50.245Z] #76 55.35   CC       src/libcrun/libcrun_la-ebpf.lo
14:33:50 [2023-06-22T14:33:50.245Z] #76 55.36   CC       src/libcrun/libcrun_la-error.lo
14:33:50 [2023-06-22T14:33:50.245Z] #76 55.37   CC       src/libcrun/libcrun_la-status.lo
14:33:50 [2023-06-22T14:33:50.245Z] #76 55.38   CC       src/libcrun/libcrun_la-terminal.lo
14:33:50 [2023-06-22T14:33:50.245Z] #76 55.40   CC       src/libcrun/libcrun_la-chroot_realpath.lo
14:33:50 [2023-06-22T14:33:50.245Z] #76 55.41   CC       src/libcrun/libcrun_la-signals.lo
14:33:50 [2023-06-22T14:33:50.245Z] #76 55.42   CC       src/libcrun/libcrun_la-mount_flags.lo
14:33:50 [2023-06-22T14:33:50.245Z] #76 55.43   CC       src/libcrun/libcrun_la-seccomp_notify.lo
14:33:50 [2023-06-22T14:33:50.245Z] #76 55.43   CC       src/libcrun/handlers/libcrun_la-handler-utils.lo
14:33:50 [2023-06-22T14:33:50.245Z] #76 55.44   CC       src/libcrun/handlers/libcrun_la-krun.lo
14:33:50 [2023-06-22T14:33:50.245Z] #76 55.44   CC       src/libcrun/handlers/libcrun_la-wasmedge.lo
14:33:50 [2023-06-22T14:33:50.245Z] #76 55.45   CC       src/libcrun/handlers/libcrun_la-wasmer.lo
14:33:50 [2023-06-22T14:33:50.245Z] #76 55.47   CC       tests/init.o
14:33:50 [2023-06-22T14:33:50.245Z] #76 55.48   CC       tests/tests_libcrun_utils-tests_libcrun_utils.o
14:33:50 [2023-06-22T14:33:50.505Z] #76 55.50   CC       src/libcrun/libcrun_testing_a-utils.o
14:33:50 [2023-06-22T14:33:50.505Z] #76 55.52   CC       src/libcrun/libcrun_testing_a-cloned_binary.o
14:33:50 [2023-06-22T14:33:50.505Z] #76 55.53   CC       src/libcrun/libcrun_testing_a-container.o
14:33:50 [2023-06-22T14:33:50.505Z] #76 55.54   CC       src/libcrun/libcrun_testing_a-cgroup.o
14:33:50 [2023-06-22T14:33:50.505Z] #76 55.55   CC       src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o
14:33:50 [2023-06-22T14:33:50.505Z] #76 55.58   CC       src/libcrun/libcrun_testing_a-cgroup-resources.o
14:33:50 [2023-06-22T14:33:50.505Z] #76 55.58   CC       src/libcrun/libcrun_testing_a-cgroup-setup.o
14:33:50 [2023-06-22T14:33:50.505Z] #76 55.62   CC       src/libcrun/libcrun_testing_a-cgroup-systemd.o
14:33:50 [2023-06-22T14:33:50.505Z] #76 55.65   CC       src/libcrun/libcrun_testing_a-cgroup-utils.o
14:33:50 [2023-06-22T14:33:50.505Z] #76 55.66   CC       src/libcrun/libcrun_testing_a-criu.o
14:33:50 [2023-06-22T14:33:50.505Z] #76 55.67   CC       src/libcrun/libcrun_testing_a-custom-handler.o
14:33:50 [2023-06-22T14:33:50.505Z] #76 55.69   CC       src/libcrun/libcrun_testing_a-linux.o
14:33:50 [2023-06-22T14:33:50.505Z] #76 55.70   CC       src/libcrun/libcrun_testing_a-seccomp.o
14:33:50 [2023-06-22T14:33:50.505Z] #76 55.76   CC       src/libcrun/libcrun_testing_a-ebpf.o
14:33:50 [2023-06-22T14:33:50.506Z] #76 55.80   CC       src/libcrun/libcrun_testing_a-error.o
14:33:50 [2023-06-22T14:33:50.766Z] #76 55.82   CC       src/libcrun/libcrun_testing_a-status.o
14:33:50 [2023-06-22T14:33:50.766Z] #76 55.84   CC       src/libcrun/libcrun_testing_a-terminal.o
14:33:50 [2023-06-22T14:33:50.766Z] #76 55.90   CC       src/libcrun/libcrun_testing_a-chroot_realpath.o
14:33:50 [2023-06-22T14:33:50.766Z] #76 55.90   CC       src/libcrun/libcrun_testing_a-signals.o
14:33:50 [2023-06-22T14:33:50.766Z] #76 55.91   CC       src/libcrun/libcrun_testing_a-mount_flags.o
14:33:50 [2023-06-22T14:33:50.766Z] #76 55.92   CC       src/libcrun/libcrun_testing_a-seccomp_notify.o
14:33:50 [2023-06-22T14:33:50.766Z] #76 55.94   CC       src/libcrun/handlers/libcrun_testing_a-handler-utils.o
14:33:51 [2023-06-22T14:33:51.026Z] #76 56.08   CC       src/libcrun/handlers/libcrun_testing_a-krun.o
14:33:51 [2023-06-22T14:33:51.026Z] #76 56.09   CC       src/libcrun/handlers/libcrun_testing_a-wasmedge.o
14:33:51 [2023-06-22T14:33:51.026Z] #76 56.10   CC       src/libcrun/handlers/libcrun_testing_a-wasmer.o
14:33:51 [2023-06-22T14:33:51.026Z] #76 56.17   CC       tests/tests_libcrun_errors-tests_libcrun_errors.o
14:33:51 [2023-06-22T14:33:51.026Z] #76 56.19   CC       tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o
14:33:51 [2023-06-22T14:33:51.287Z] #76 56.41   CCLD     tests/init
14:33:53 [2023-06-22T14:33:53.196Z] #76 57.99   CCLD     libcrun.la
14:33:53 [2023-06-22T14:33:53.196Z] #76 58.18   CCLD     crun
14:33:53 [2023-06-22T14:33:53.196Z] #76 58.33   AR       libcrun_testing.a
14:33:53 [2023-06-22T14:33:53.196Z] #76 58.33 ar: `u' modifier ignored since `D' is the default (see `U')
14:33:53 [2023-06-22T14:33:53.196Z] #76 58.34   CCLD     tests/tests_libcrun_utils
14:33:53 [2023-06-22T14:33:53.196Z] #76 58.34   CCLD     tests/tests_libcrun_errors
14:33:53 [2023-06-22T14:33:53.196Z] #76 58.35   CCLD     tests/tests_libcrun_fuzzer
14:33:53 [2023-06-22T14:33:53.456Z] #76 58.49 make[3]: Entering directory '/tmp/crun-build'
14:33:53 [2023-06-22T14:33:53.456Z] #76 58.56  /bin/mkdir -p '/usr/local/share/man/man1'
14:33:53 [2023-06-22T14:33:53.456Z] #76 58.56  /bin/mkdir -p '/usr/local/lib'
14:33:53 [2023-06-22T14:33:53.456Z] #76 58.56  /bin/bash ./libtool   --mode=install /usr/bin/install -c   libcrun.la '/usr/local/lib'
14:33:53 [2023-06-22T14:33:53.456Z] #76 58.56  /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1'
14:33:53 [2023-06-22T14:33:53.456Z] #76 58.58 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la
14:33:53 [2023-06-22T14:33:53.456Z] #76 58.58 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a
14:33:53 [2023-06-22T14:33:53.456Z] #76 58.59 libtool: install: chmod 644 /usr/local/lib/libcrun.a
14:33:53 [2023-06-22T14:33:53.456Z] #76 58.59 libtool: install: ranlib /usr/local/lib/libcrun.a
14:33:53 [2023-06-22T14:33:53.716Z] #76 58.73 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
14:33:53 [2023-06-22T14:33:53.716Z] #76 58.74 ----------------------------------------------------------------------
14:33:53 [2023-06-22T14:33:53.716Z] #76 58.74 Libraries have been installed in:
14:33:53 [2023-06-22T14:33:53.716Z] #76 58.74    /usr/local/lib
14:33:53 [2023-06-22T14:33:53.716Z] #76 58.74 
14:33:53 [2023-06-22T14:33:53.716Z] #76 58.74 If you ever happen to want to link against installed libraries
14:33:53 [2023-06-22T14:33:53.716Z] #76 58.74 in a given directory, LIBDIR, you must either use libtool, and
14:33:53 [2023-06-22T14:33:53.716Z] #76 58.74 specify the full pathname of the library, or use the '-LLIBDIR'
14:33:53 [2023-06-22T14:33:53.716Z] #76 58.74 flag during linking and do at least one of the following:
14:33:53 [2023-06-22T14:33:53.716Z] #76 58.74    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
14:33:53 [2023-06-22T14:33:53.716Z] #76 58.74      during execution
14:33:53 [2023-06-22T14:33:53.716Z] #76 58.74    - add LIBDIR to the 'LD_RUN_PATH' environment variable
14:33:53 [2023-06-22T14:33:53.716Z] #76 58.74      during linking
14:33:53 [2023-06-22T14:33:53.716Z] #76 58.74    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
14:33:53 [2023-06-22T14:33:53.716Z] #76 58.74    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
14:33:53 [2023-06-22T14:33:53.716Z] #76 58.74 
14:33:53 [2023-06-22T14:33:53.716Z] #76 58.74 See any operating system documentation about shared libraries for
14:33:53 [2023-06-22T14:33:53.716Z] #76 58.74 more information, such as the ld(1) and ld.so(8) manual pages.
14:33:53 [2023-06-22T14:33:53.716Z] #76 58.74 ----------------------------------------------------------------------
14:33:53 [2023-06-22T14:33:53.716Z] #76 58.74  /bin/mkdir -p '/build'
14:33:53 [2023-06-22T14:33:53.716Z] #76 58.74   /bin/bash ./libtool   --mode=install /usr/bin/install -c crun '/build'
14:33:53 [2023-06-22T14:33:53.716Z] #76 58.77 libtool: install: /usr/bin/install -c crun /build/crun
14:33:53 [2023-06-22T14:33:53.716Z] #76 58.77 make[3]: Leaving directory '/tmp/crun-build'
14:33:53 [2023-06-22T14:33:53.716Z] #76 58.77 make[2]: Leaving directory '/tmp/crun-build'
14:33:53 [2023-06-22T14:33:53.716Z] #76 58.77 make[1]: Leaving directory '/tmp/crun-build'
14:33:54 [2023-06-22T14:33:54.656Z] #76 DONE 59.8s
14:33:54 [2023-06-22T14:33:54.656Z] 
14:33:54 [2023-06-22T14:33:54.656Z] #73 [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...)
14:33:54 [2023-06-22T14:33:54.656Z] #73 49.76 + bin/containerd-stress
14:33:54 [2023-06-22T14:33:54.656Z] #73 51.14 + bin/containerd-shim
14:33:54 [2023-06-22T14:33:54.656Z] #73 51.71 + bin/containerd-shim-runc-v1
14:33:54 [2023-06-22T14:33:54.656Z] #73 52.51 + bin/containerd-shim-runc-v2
14:33:54 [2023-06-22T14:33:54.916Z] #73 53.10 + binaries
14:33:57 [2023-06-22T14:33:57.453Z] #73 DONE 55.1s
14:33:57 [2023-06-22T14:33:57.453Z] 
14:33:57 [2023-06-22T14:33:57.453Z] #92 [dev-systemd-false 13/19] COPY --from=containerd    /build/ /usr/local/bin/
14:33:58 [2023-06-22T14:33:58.834Z] #92 DONE 1.0s
14:33:58 [2023-06-22T14:33:58.834Z] 
14:33:58 [2023-06-22T14:33:58.834Z] #93 [dev-systemd-false 14/19] COPY --from=rootlesskit   /build/ /usr/local/bin/
14:33:58 [2023-06-22T14:33:58.834Z] #93 DONE 0.1s
14:33:58 [2023-06-22T14:33:58.834Z] 
14:33:58 [2023-06-22T14:33:58.834Z] #94 [dev-systemd-false 15/19] COPY --from=vpnkit        /       /usr/local/bin/
14:33:58 [2023-06-22T14:33:58.834Z] #94 DONE 0.1s
14:33:58 [2023-06-22T14:33:58.834Z] 
14:33:58 [2023-06-22T14:33:58.834Z] #95 [dev-systemd-false 16/19] COPY --from=containerutil /build/ /usr/local/bin/
14:33:58 [2023-06-22T14:33:58.834Z] #95 DONE 0.0s
14:33:58 [2023-06-22T14:33:58.834Z] 
14:33:58 [2023-06-22T14:33:58.834Z] #96 [dev-systemd-false 17/19] COPY --from=crun          /build/ /usr/local/bin/
14:33:58 [2023-06-22T14:33:58.834Z] #96 DONE 0.0s
14:33:58 [2023-06-22T14:33:58.834Z] 
14:33:58 [2023-06-22T14:33:58.834Z] #97 [dev-systemd-false 18/19] COPY hack/dockerfile/etc/docker/  /etc/docker/
14:33:58 [2023-06-22T14:33:58.834Z] #97 DONE 0.0s
14:33:59 [2023-06-22T14:33:59.093Z] 
14:33:59 [2023-06-22T14:33:59.093Z] #98 [dev-systemd-false 19/19] WORKDIR /go/src/github.com/docker/docker
14:33:59 [2023-06-22T14:33:59.093Z] #98 DONE 0.0s
14:33:59 [2023-06-22T14:33:59.093Z] 
14:33:59 [2023-06-22T14:33:59.093Z] #99 [dev-base  1/11] RUN groupadd -r docker
14:33:59 [2023-06-22T14:33:59.353Z] #99 DONE 0.4s
14:33:59 [2023-06-22T14:33:59.353Z] 
14:33:59 [2023-06-22T14:33:59.353Z] #100 [dev-base  2/11] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
14:33:59 [2023-06-22T14:33:59.922Z] #100 DONE 0.5s
14:33:59 [2023-06-22T14:33:59.922Z] 
14:33:59 [2023-06-22T14:33:59.922Z] #101 [dev-base  3/11] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
14:34:00 [2023-06-22T14:34:00.182Z] #101 0.376 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
14:34:00 [2023-06-22T14:34:00.182Z] #101 DONE 0.4s
14:34:00 [2023-06-22T14:34:00.182Z] 
14:34:00 [2023-06-22T14:34:00.182Z] #102 [dev-base  4/11] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
14:34:00 [2023-06-22T14:34:00.752Z] #102 DONE 0.5s
14:34:00 [2023-06-22T14:34:00.752Z] 
14:34:00 [2023-06-22T14:34:00.752Z] #103 [dev-base  5/11] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
14:34:01 [2023-06-22T14:34:01.322Z] #103 DONE 0.5s
14:34:01 [2023-06-22T14:34:01.322Z] 
14:34:01 [2023-06-22T14:34:01.322Z] #104 [dev-base  6/11] RUN ldconfig
14:34:01 [2023-06-22T14:34:01.891Z] #104 DONE 0.5s
14:34:01 [2023-06-22T14:34:01.891Z] 
14:34:01 [2023-06-22T14:34:01.891Z] #105 [dev-base  7/11] RUN git config --global --add safe.directory /go/src/github.com/docker/docker
14:34:02 [2023-06-22T14:34:02.151Z] #105 DONE 0.5s
14:34:02 [2023-06-22T14:34:02.411Z] 
14:34:02 [2023-06-22T14:34:02.411Z] #106 [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
14:34:02 [2023-06-22T14:34:02.980Z] #106 0.726 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
14:34:02 [2023-06-22T14:34:02.980Z] #106 0.738 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
14:34:02 [2023-06-22T14:34:02.980Z] #106 0.738 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
14:34:02 [2023-06-22T14:34:02.980Z] #106 0.865 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
14:34:03 [2023-06-22T14:34:03.240Z] #106 0.983 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [241 kB]
14:34:03 [2023-06-22T14:34:03.240Z] #106 1.100 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.1 kB]
14:34:04 [2023-06-22T14:34:04.178Z] #106 1.833 Fetched 8532 kB in 1s (6243 kB/s)
14:34:04 [2023-06-22T14:34:04.437Z] #106 1.833 Reading package lists...
14:34:05 [2023-06-22T14:34:05.375Z] #106 2.388 Reading package lists...
14:34:05 [2023-06-22T14:34:05.375Z] #106 2.929 Building dependency tree...
14:34:05 [2023-06-22T14:34:05.375Z] #106 3.090 Reading state information...
14:34:05 [2023-06-22T14:34:05.634Z] #106 3.283 The following additional packages will be installed:
14:34:05 [2023-06-22T14:34:05.634Z] #106 3.284   dmsetup libaio1 libbpf0 libcap2 libdevmapper1.02.1 libelf1 libgpm2 libicu67
14:34:05 [2023-06-22T14:34:05.634Z] #106 3.284   libinih1 libip4tc2 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3
14:34:05 [2023-06-22T14:34:05.634Z] #106 3.284   libnfnetlink0 libnftnl11 libonig5 libxtables12 python-pip-whl
14:34:05 [2023-06-22T14:34:05.634Z] #106 3.284   python3-distutils python3-lib2to3 python3-pkg-resources vim-runtime xxd
14:34:05 [2023-06-22T14:34:05.634Z] #106 3.286 Suggested packages:
14:34:05 [2023-06-22T14:34:05.634Z] #106 3.286   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
14:34:05 [2023-06-22T14:34:05.634Z] #106 3.286   gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump
14:34:05 [2023-06-22T14:34:05.634Z] #106 3.286   acl attr quota
14:34:05 [2023-06-22T14:34:05.634Z] #106 3.286 Recommended packages:
14:34:05 [2023-06-22T14:34:05.634Z] #106 3.286   libatm1 nftables libpam-cap build-essential python3-dev unzip
14:34:05 [2023-06-22T14:34:05.893Z] #106 3.633 The following NEW packages will be installed:
14:34:05 [2023-06-22T14:34:05.893Z] #106 3.633   apparmor bash-completion bzip2 dmsetup inetutils-ping iproute2 iptables jq
14:34:05 [2023-06-22T14:34:05.893Z] #106 3.633   libaio1 libbpf0 libcap2 libcap2-bin libdevmapper1.02.1 libelf1 libgpm2
14:34:05 [2023-06-22T14:34:05.894Z] #106 3.634   libicu67 libinih1 libip4tc2 libip6tc2 libjq1 libmnl0 libnet1
14:34:05 [2023-06-22T14:34:05.894Z] #106 3.634   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
14:34:05 [2023-06-22T14:34:05.894Z] #106 3.634   libprotobuf-c1 libxtables12 libyajl2 net-tools patch pigz python-pip-whl
14:34:05 [2023-06-22T14:34:05.894Z] #106 3.634   python3-distutils python3-lib2to3 python3-pip python3-pkg-resources
14:34:05 [2023-06-22T14:34:05.894Z] #106 3.634   python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim
14:34:05 [2023-06-22T14:34:05.894Z] #106 3.634   vim-common vim-runtime xfsprogs xxd xz-utils zip zstd
14:34:06 [2023-06-22T14:34:06.153Z] #106 3.912 0 upgraded, 51 newly installed, 0 to remove and 0 not upgraded.
14:34:06 [2023-06-22T14:34:06.153Z] #106 3.912 Need to get 27.2 MB of archives.
14:34:06 [2023-06-22T14:34:06.153Z] #106 3.912 After this operation, 106 MB of additional disk space will be used.
14:34:06 [2023-06-22T14:34:06.153Z] #106 3.912 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB]
14:34:06 [2023-06-22T14:34:06.153Z] #106 3.917 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB]
14:34:06 [2023-06-22T14:34:06.153Z] #106 3.920 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB]
14:34:06 [2023-06-22T14:34:06.153Z] #106 3.922 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB]
14:34:06 [2023-06-22T14:34:06.153Z] #106 3.924 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB]
14:34:06 [2023-06-22T14:34:06.153Z] #106 3.925 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB]
14:34:06 [2023-06-22T14:34:06.153Z] #106 3.929 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB]
14:34:06 [2023-06-22T14:34:06.153Z] #106 3.931 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB]
14:34:06 [2023-06-22T14:34:06.153Z] #106 3.936 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB]
14:34:06 [2023-06-22T14:34:06.153Z] #106 3.938 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
14:34:06 [2023-06-22T14:34:06.153Z] #106 3.957 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB]
14:34:06 [2023-06-22T14:34:06.153Z] #106 3.963 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
14:34:06 [2023-06-22T14:34:06.153Z] #106 3.971 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
14:34:06 [2023-06-22T14:34:06.153Z] #106 3.972 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB]
14:34:06 [2023-06-22T14:34:06.153Z] #106 3.977 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB]
14:34:06 [2023-06-22T14:34:06.153Z] #106 3.996 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB]
14:34:06 [2023-06-22T14:34:06.153Z] #106 4.000 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 inetutils-ping arm64 2:2.0-1+deb11u1 [242 kB]
14:34:06 [2023-06-22T14:34:06.153Z] #106 4.005 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB]
14:34:06 [2023-06-22T14:34:06.153Z] #106 4.007 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB]
14:34:06 [2023-06-22T14:34:06.153Z] #106 4.008 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB]
14:34:06 [2023-06-22T14:34:06.153Z] #106 4.010 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB]
14:34:06 [2023-06-22T14:34:06.153Z] #106 4.012 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB]
14:34:06 [2023-06-22T14:34:06.153Z] #106 4.016 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB]
14:34:06 [2023-06-22T14:34:06.153Z] #106 4.019 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB]
14:34:06 [2023-06-22T14:34:06.153Z] #106 4.020 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
14:34:06 [2023-06-22T14:34:06.153Z] #106 4.022 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB]
14:34:06 [2023-06-22T14:34:06.153Z] #106 4.024 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB]
14:34:06 [2023-06-22T14:34:06.153Z] #106 4.026 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB]
14:34:06 [2023-06-22T14:34:06.153Z] #106 4.030 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
14:34:06 [2023-06-22T14:34:06.153Z] #106 4.078 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B]
14:34:06 [2023-06-22T14:34:06.414Z] #106 4.078 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
14:34:06 [2023-06-22T14:34:06.414Z] #106 4.078 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB]
14:34:06 [2023-06-22T14:34:06.414Z] #106 4.079 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
14:34:06 [2023-06-22T14:34:06.414Z] #106 4.079 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3 [22.9 kB]
14:34:06 [2023-06-22T14:34:06.414Z] #106 4.080 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB]
14:34:06 [2023-06-22T14:34:06.414Z] #106 4.081 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
14:34:06 [2023-06-22T14:34:06.414Z] #106 4.082 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB]
14:34:06 [2023-06-22T14:34:06.414Z] #106 4.095 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
14:34:06 [2023-06-22T14:34:06.414Z] #106 4.097 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB]
14:34:06 [2023-06-22T14:34:06.414Z] #106 4.099 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB]
14:34:06 [2023-06-22T14:34:06.414Z] #106 4.101 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB]
14:34:06 [2023-06-22T14:34:06.414Z] #106 4.110 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB]
14:34:06 [2023-06-22T14:34:06.414Z] #106 4.112 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4+deb11u1 [337 kB]
14:34:06 [2023-06-22T14:34:06.414Z] #106 4.117 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 sudo arm64 1.9.5p2-3+deb11u1 [996 kB]
14:34:06 [2023-06-22T14:34:06.414Z] #106 4.122 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB]
14:34:06 [2023-06-22T14:34:06.414Z] #106 4.124 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB]
14:34:06 [2023-06-22T14:34:06.414Z] #106 4.126 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
14:34:06 [2023-06-22T14:34:06.414Z] #106 4.160 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3+deb11u1 [1388 kB]
14:34:06 [2023-06-22T14:34:06.414Z] #106 4.167 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB]
14:34:06 [2023-06-22T14:34:06.414Z] #106 4.172 Get:50 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB]
14:34:06 [2023-06-22T14:34:06.414Z] #106 4.173 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zstd arm64 1.4.8+dfsg-2.1 [576 kB]
14:34:06 [2023-06-22T14:34:06.414Z] #106 4.316 debconf: delaying package configuration, since apt-utils is not installed
14:34:06 [2023-06-22T14:34:06.414Z] #106 4.357 Fetched 27.2 MB in 1s (51.2 MB/s)
14:34:06 [2023-06-22T14:34:06.673Z] #106 4.382 Selecting previously unselected package pigz.
14:34:06 [2023-06-22T14:34:06.673Z] #106 4.382 (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.)
14:34:06 [2023-06-22T14:34:06.673Z] #106 4.391 Preparing to unpack .../00-pigz_2.6-1_arm64.deb ...
14:34:06 [2023-06-22T14:34:06.673Z] #106 4.395 Unpacking pigz (2.6-1) ...
14:34:06 [2023-06-22T14:34:06.673Z] #106 4.434 Selecting previously unselected package libelf1:arm64.
14:34:06 [2023-06-22T14:34:06.673Z] #106 4.436 Preparing to unpack .../01-libelf1_0.183-1_arm64.deb ...
14:34:06 [2023-06-22T14:34:06.673Z] #106 4.444 Unpacking libelf1:arm64 (0.183-1) ...
14:34:06 [2023-06-22T14:34:06.673Z] #106 4.491 Selecting previously unselected package libbpf0:arm64.
14:34:06 [2023-06-22T14:34:06.673Z] #106 4.494 Preparing to unpack .../02-libbpf0_1%3a0.3-2_arm64.deb ...
14:34:06 [2023-06-22T14:34:06.673Z] #106 4.563 Unpacking libbpf0:arm64 (1:0.3-2) ...
14:34:06 [2023-06-22T14:34:06.673Z] #106 4.603 Selecting previously unselected package libcap2:arm64.
14:34:06 [2023-06-22T14:34:06.933Z] #106 4.605 Preparing to unpack .../03-libcap2_1%3a2.44-1_arm64.deb ...
14:34:06 [2023-06-22T14:34:06.933Z] #106 4.608 Unpacking libcap2:arm64 (1:2.44-1) ...
14:34:06 [2023-06-22T14:34:06.933Z] #106 4.643 Selecting previously unselected package libmnl0:arm64.
14:34:06 [2023-06-22T14:34:06.933Z] #106 4.645 Preparing to unpack .../04-libmnl0_1.0.4-3_arm64.deb ...
14:34:06 [2023-06-22T14:34:06.933Z] #106 4.649 Unpacking libmnl0:arm64 (1.0.4-3) ...
14:34:06 [2023-06-22T14:34:06.933Z] #106 4.684 Selecting previously unselected package libxtables12:arm64.
14:34:06 [2023-06-22T14:34:06.933Z] #106 4.686 Preparing to unpack .../05-libxtables12_1.8.7-1_arm64.deb ...
14:34:06 [2023-06-22T14:34:06.933Z] #106 4.690 Unpacking libxtables12:arm64 (1.8.7-1) ...
14:34:06 [2023-06-22T14:34:06.933Z] #106 4.724 Selecting previously unselected package libcap2-bin.
14:34:06 [2023-06-22T14:34:06.933Z] #106 4.726 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_arm64.deb ...
14:34:06 [2023-06-22T14:34:06.933Z] #106 4.729 Unpacking libcap2-bin (1:2.44-1) ...
14:34:06 [2023-06-22T14:34:06.933Z] #106 4.837 Selecting previously unselected package iproute2.
14:34:07 [2023-06-22T14:34:07.193Z] #106 4.839 Preparing to unpack .../07-iproute2_5.10.0-4_arm64.deb ...
14:34:07 [2023-06-22T14:34:07.193Z] #106 4.845 Unpacking iproute2 (5.10.0-4) ...
14:34:07 [2023-06-22T14:34:07.193Z] #106 4.957 Selecting previously unselected package xxd.
14:34:07 [2023-06-22T14:34:07.193Z] #106 4.959 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ...
14:34:07 [2023-06-22T14:34:07.193Z] #106 4.962 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
14:34:07 [2023-06-22T14:34:07.193Z] #106 5.010 Selecting previously unselected package vim-common.
14:34:07 [2023-06-22T14:34:07.193Z] #106 5.013 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
14:34:07 [2023-06-22T14:34:07.193Z] #106 5.023 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
14:34:07 [2023-06-22T14:34:07.193Z] #106 5.075 Selecting previously unselected package bash-completion.
14:34:07 [2023-06-22T14:34:07.452Z] #106 5.077 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ...
14:34:08 [2023-06-22T14:34:08.021Z] #106 5.719 Unpacking bash-completion (1:2.11-2) ...
14:34:08 [2023-06-22T14:34:08.021Z] #106 5.842 Selecting previously unselected package bzip2.
14:34:08 [2023-06-22T14:34:08.021Z] #106 5.844 Preparing to unpack .../11-bzip2_1.0.8-4_arm64.deb ...
14:34:08 [2023-06-22T14:34:08.021Z] #106 5.848 Unpacking bzip2 (1.0.8-4) ...
14:34:08 [2023-06-22T14:34:08.021Z] #106 5.884 Selecting previously unselected package xz-utils.
14:34:08 [2023-06-22T14:34:08.021Z] #106 5.886 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
14:34:08 [2023-06-22T14:34:08.021Z] #106 5.890 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
14:34:08 [2023-06-22T14:34:08.021Z] #106 5.950 Selecting previously unselected package apparmor.
14:34:08 [2023-06-22T14:34:08.281Z] #106 5.953 Preparing to unpack .../13-apparmor_2.13.6-10_arm64.deb ...
14:34:08 [2023-06-22T14:34:08.281Z] #106 5.976 Unpacking apparmor (2.13.6-10) ...
14:34:08 [2023-06-22T14:34:08.281Z] #106 6.075 Selecting previously unselected package libdevmapper1.02.1:arm64.
14:34:08 [2023-06-22T14:34:08.281Z] #106 6.077 Preparing to unpack .../14-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ...
14:34:08 [2023-06-22T14:34:08.281Z] #106 6.082 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
14:34:08 [2023-06-22T14:34:08.281Z] #106 6.125 Selecting previously unselected package dmsetup.
14:34:08 [2023-06-22T14:34:08.281Z] #106 6.127 Preparing to unpack .../15-dmsetup_2%3a1.02.175-2.1_arm64.deb ...
14:34:08 [2023-06-22T14:34:08.281Z] #106 6.131 Unpacking dmsetup (2:1.02.175-2.1) ...
14:34:08 [2023-06-22T14:34:08.281Z] #106 6.165 Selecting previously unselected package inetutils-ping.
14:34:08 [2023-06-22T14:34:08.281Z] #106 6.167 Preparing to unpack .../16-inetutils-ping_2%3a2.0-1+deb11u1_arm64.deb ...
14:34:08 [2023-06-22T14:34:08.281Z] #106 6.170 Unpacking inetutils-ping (2:2.0-1+deb11u1) ...
14:34:08 [2023-06-22T14:34:08.281Z] #106 6.218 Selecting previously unselected package libip4tc2:arm64.
14:34:08 [2023-06-22T14:34:08.541Z] #106 6.220 Preparing to unpack .../17-libip4tc2_1.8.7-1_arm64.deb ...
14:34:08 [2023-06-22T14:34:08.541Z] #106 6.225 Unpacking libip4tc2:arm64 (1.8.7-1) ...
14:34:08 [2023-06-22T14:34:08.541Z] #106 6.264 Selecting previously unselected package libip6tc2:arm64.
14:34:08 [2023-06-22T14:34:08.541Z] #106 6.267 Preparing to unpack .../18-libip6tc2_1.8.7-1_arm64.deb ...
14:34:08 [2023-06-22T14:34:08.541Z] #106 6.271 Unpacking libip6tc2:arm64 (1.8.7-1) ...
14:34:08 [2023-06-22T14:34:08.541Z] #106 6.307 Selecting previously unselected package libnfnetlink0:arm64.
14:34:08 [2023-06-22T14:34:08.541Z] #106 6.309 Preparing to unpack .../19-libnfnetlink0_1.0.1-3+b1_arm64.deb ...
14:34:08 [2023-06-22T14:34:08.541Z] #106 6.313 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ...
14:34:08 [2023-06-22T14:34:08.541Z] #106 6.346 Selecting previously unselected package libnetfilter-conntrack3:arm64.
14:34:08 [2023-06-22T14:34:08.800Z] #106 6.349 Preparing to unpack .../20-libnetfilter-conntrack3_1.0.8-3_arm64.deb ...
14:34:08 [2023-06-22T14:34:08.800Z] #106 6.353 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ...
14:34:08 [2023-06-22T14:34:08.800Z] #106 6.391 Selecting previously unselected package libnftnl11:arm64.
14:34:08 [2023-06-22T14:34:08.800Z] #106 6.393 Preparing to unpack .../21-libnftnl11_1.1.9-1_arm64.deb ...
14:34:08 [2023-06-22T14:34:08.800Z] #106 6.397 Unpacking libnftnl11:arm64 (1.1.9-1) ...
14:34:08 [2023-06-22T14:34:08.800Z] #106 6.496 Selecting previously unselected package iptables.
14:34:08 [2023-06-22T14:34:08.800Z] #106 6.498 Preparing to unpack .../22-iptables_1.8.7-1_arm64.deb ...
14:34:08 [2023-06-22T14:34:08.800Z] #106 6.502 Unpacking iptables (1.8.7-1) ...
14:34:08 [2023-06-22T14:34:08.800Z] #106 6.570 Selecting previously unselected package libonig5:arm64.
14:34:08 [2023-06-22T14:34:08.800Z] #106 6.572 Preparing to unpack .../23-libonig5_6.9.6-1.1_arm64.deb ...
14:34:08 [2023-06-22T14:34:08.800Z] #106 6.577 Unpacking libonig5:arm64 (6.9.6-1.1) ...
14:34:08 [2023-06-22T14:34:08.800Z] #106 6.629 Selecting previously unselected package libjq1:arm64.
14:34:09 [2023-06-22T14:34:09.060Z] #106 6.632 Preparing to unpack .../24-libjq1_1.6-2.1_arm64.deb ...
14:34:09 [2023-06-22T14:34:09.060Z] #106 6.637 Unpacking libjq1:arm64 (1.6-2.1) ...
14:34:09 [2023-06-22T14:34:09.060Z] #106 6.675 Selecting previously unselected package jq.
14:34:09 [2023-06-22T14:34:09.060Z] #106 6.678 Preparing to unpack .../25-jq_1.6-2.1_arm64.deb ...
14:34:09 [2023-06-22T14:34:09.060Z] #106 6.682 Unpacking jq (1.6-2.1) ...
14:34:09 [2023-06-22T14:34:09.060Z] #106 6.722 Selecting previously unselected package libaio1:arm64.
14:34:09 [2023-06-22T14:34:09.060Z] #106 6.724 Preparing to unpack .../26-libaio1_0.3.112-9_arm64.deb ...
14:34:09 [2023-06-22T14:34:09.060Z] #106 6.727 Unpacking libaio1:arm64 (0.3.112-9) ...
14:34:09 [2023-06-22T14:34:09.060Z] #106 6.763 Selecting previously unselected package libgpm2:arm64.
14:34:09 [2023-06-22T14:34:09.060Z] #106 6.765 Preparing to unpack .../27-libgpm2_1.20.7-8_arm64.deb ...
14:34:09 [2023-06-22T14:34:09.060Z] #106 6.769 Unpacking libgpm2:arm64 (1.20.7-8) ...
14:34:09 [2023-06-22T14:34:09.060Z] #106 6.805 Selecting previously unselected package libicu67:arm64.
14:34:09 [2023-06-22T14:34:09.060Z] #106 6.807 Preparing to unpack .../28-libicu67_67.1-7_arm64.deb ...
14:34:09 [2023-06-22T14:34:09.060Z] #106 6.811 Unpacking libicu67:arm64 (67.1-7) ...
14:34:09 [2023-06-22T14:34:09.629Z] #106 7.479 Selecting previously unselected package libinih1:arm64.
14:34:09 [2023-06-22T14:34:09.888Z] #106 7.481 Preparing to unpack .../29-libinih1_53-1+b2_arm64.deb ...
14:34:09 [2023-06-22T14:34:09.888Z] #106 7.485 Unpacking libinih1:arm64 (53-1+b2) ...
14:34:09 [2023-06-22T14:34:09.888Z] #106 7.537 Selecting previously unselected package libnet1:arm64.
14:34:09 [2023-06-22T14:34:09.888Z] #106 7.541 Preparing to unpack .../30-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
14:34:09 [2023-06-22T14:34:09.888Z] #106 7.545 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
14:34:09 [2023-06-22T14:34:09.888Z] #106 7.585 Selecting previously unselected package libnl-3-200:arm64.
14:34:09 [2023-06-22T14:34:09.888Z] #106 7.588 Preparing to unpack .../31-libnl-3-200_3.4.0-1+b1_arm64.deb ...
14:34:09 [2023-06-22T14:34:09.888Z] #106 7.592 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ...
14:34:09 [2023-06-22T14:34:09.888Z] #106 7.630 Selecting previously unselected package libprotobuf-c1:arm64.
14:34:09 [2023-06-22T14:34:09.888Z] #106 7.634 Preparing to unpack .../32-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
14:34:09 [2023-06-22T14:34:09.888Z] #106 7.638 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
14:34:09 [2023-06-22T14:34:09.888Z] #106 7.674 Selecting previously unselected package libyajl2:arm64.
14:34:09 [2023-06-22T14:34:09.888Z] #106 7.676 Preparing to unpack .../33-libyajl2_2.1.0-3_arm64.deb ...
14:34:09 [2023-06-22T14:34:09.888Z] #106 7.680 Unpacking libyajl2:arm64 (2.1.0-3) ...
14:34:09 [2023-06-22T14:34:09.889Z] #106 7.708 Selecting previously unselected package net-tools.
14:34:09 [2023-06-22T14:34:09.889Z] #106 7.710 Preparing to unpack .../34-net-tools_1.60+git20181103.0eebece-1_arm64.deb ...
14:34:09 [2023-06-22T14:34:09.889Z] #106 7.715 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
14:34:09 [2023-06-22T14:34:09.889Z] #106 7.768 Selecting previously unselected package patch.
14:34:09 [2023-06-22T14:34:09.889Z] #106 7.770 Preparing to unpack .../35-patch_2.7.6-7_arm64.deb ...
14:34:09 [2023-06-22T14:34:09.889Z] #106 7.774 Unpacking patch (2.7.6-7) ...
14:34:09 [2023-06-22T14:34:09.889Z] #106 7.811 Selecting previously unselected package python-pip-whl.
14:34:10 [2023-06-22T14:34:10.148Z] #106 7.813 Preparing to unpack .../36-python-pip-whl_20.3.4-4+deb11u1_all.deb ...
14:34:10 [2023-06-22T14:34:10.148Z] #106 7.819 Unpacking python-pip-whl (20.3.4-4+deb11u1) ...
14:34:10 [2023-06-22T14:34:10.148Z] #106 7.952 Selecting previously unselected package python3-lib2to3.
14:34:10 [2023-06-22T14:34:10.148Z] #106 7.954 Preparing to unpack .../37-python3-lib2to3_3.9.2-1_all.deb ...
14:34:10 [2023-06-22T14:34:10.148Z] #106 7.958 Unpacking python3-lib2to3 (3.9.2-1) ...
14:34:10 [2023-06-22T14:34:10.148Z] #106 7.996 Selecting previously unselected package python3-distutils.
14:34:10 [2023-06-22T14:34:10.148Z] #106 7.998 Preparing to unpack .../38-python3-distutils_3.9.2-1_all.deb ...
14:34:10 [2023-06-22T14:34:10.148Z] #106 8.002 Unpacking python3-distutils (3.9.2-1) ...
14:34:10 [2023-06-22T14:34:10.148Z] #106 8.043 Selecting previously unselected package python3-pkg-resources.
14:34:10 [2023-06-22T14:34:10.148Z] #106 8.045 Preparing to unpack .../39-python3-pkg-resources_52.0.0-4_all.deb ...
14:34:10 [2023-06-22T14:34:10.148Z] #106 8.048 Unpacking python3-pkg-resources (52.0.0-4) ...
14:34:10 [2023-06-22T14:34:10.148Z] #106 8.093 Selecting previously unselected package python3-setuptools.
14:34:10 [2023-06-22T14:34:10.407Z] #106 8.096 Preparing to unpack .../40-python3-setuptools_52.0.0-4_all.deb ...
14:34:10 [2023-06-22T14:34:10.407Z] #106 8.099 Unpacking python3-setuptools (52.0.0-4) ...
14:34:10 [2023-06-22T14:34:10.407Z] #106 8.159 Selecting previously unselected package python3-wheel.
14:34:10 [2023-06-22T14:34:10.407Z] #106 8.162 Preparing to unpack .../41-python3-wheel_0.34.2-1_all.deb ...
14:34:10 [2023-06-22T14:34:10.407Z] #106 8.165 Unpacking python3-wheel (0.34.2-1) ...
14:34:10 [2023-06-22T14:34:10.667Z] #106 8.286 Selecting previously unselected package python3-pip.
14:34:10 [2023-06-22T14:34:10.667Z] #106 8.288 Preparing to unpack .../42-python3-pip_20.3.4-4+deb11u1_all.deb ...
14:34:10 [2023-06-22T14:34:10.667Z] #106 8.293 Unpacking python3-pip (20.3.4-4+deb11u1) ...
14:34:10 [2023-06-22T14:34:10.667Z] #106 8.364 Selecting previously unselected package sudo.
14:34:10 [2023-06-22T14:34:10.667Z] #106 8.367 Preparing to unpack .../43-sudo_1.9.5p2-3+deb11u1_arm64.deb ...
14:34:10 [2023-06-22T14:34:10.667Z] #106 8.372 Unpacking sudo (1.9.5p2-3+deb11u1) ...
14:34:10 [2023-06-22T14:34:10.667Z] #106 8.482 Selecting previously unselected package thin-provisioning-tools.
14:34:10 [2023-06-22T14:34:10.667Z] #106 8.485 Preparing to unpack .../44-thin-provisioning-tools_0.9.0-1_arm64.deb ...
14:34:10 [2023-06-22T14:34:10.667Z] #106 8.488 Unpacking thin-provisioning-tools (0.9.0-1) ...
14:34:10 [2023-06-22T14:34:10.667Z] #106 8.548 Selecting previously unselected package uidmap.
14:34:10 [2023-06-22T14:34:10.667Z] #106 8.550 Preparing to unpack .../45-uidmap_1%3a4.8.1-1_arm64.deb ...
14:34:10 [2023-06-22T14:34:10.667Z] #106 8.553 Unpacking uidmap (1:4.8.1-1) ...
14:34:10 [2023-06-22T14:34:10.667Z] #106 8.600 Selecting previously unselected package vim-runtime.
14:34:10 [2023-06-22T14:34:10.927Z] #106 8.602 Preparing to unpack .../46-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
14:34:10 [2023-06-22T14:34:10.927Z] #106 8.612 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
14:34:10 [2023-06-22T14:34:10.927Z] #106 8.623 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
14:34:10 [2023-06-22T14:34:10.927Z] #106 8.627 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
14:34:11 [2023-06-22T14:34:11.495Z] #106 9.186 Selecting previously unselected package vim.
14:34:11 [2023-06-22T14:34:11.495Z] #106 9.189 Preparing to unpack .../47-vim_2%3a8.2.2434-3+deb11u1_arm64.deb ...
14:34:11 [2023-06-22T14:34:11.495Z] #106 9.199 Unpacking vim (2:8.2.2434-3+deb11u1) ...
14:34:11 [2023-06-22T14:34:11.495Z] #106 9.331 Selecting previously unselected package xfsprogs.
14:34:11 [2023-06-22T14:34:11.495Z] #106 9.334 Preparing to unpack .../48-xfsprogs_5.10.0-4_arm64.deb ...
14:34:11 [2023-06-22T14:34:11.495Z] #106 9.338 Unpacking xfsprogs (5.10.0-4) ...
14:34:11 [2023-06-22T14:34:11.495Z] #106 9.434 Selecting previously unselected package zip.
14:34:11 [2023-06-22T14:34:11.755Z] #106 9.437 Preparing to unpack .../49-zip_3.0-12_arm64.deb ...
14:34:11 [2023-06-22T14:34:11.755Z] #106 9.440 Unpacking zip (3.0-12) ...
14:34:11 [2023-06-22T14:34:11.755Z] #106 9.484 Selecting previously unselected package zstd.
14:34:11 [2023-06-22T14:34:11.755Z] #106 9.487 Preparing to unpack .../50-zstd_1.4.8+dfsg-2.1_arm64.deb ...
14:34:11 [2023-06-22T14:34:11.755Z] #106 9.492 Unpacking zstd (1.4.8+dfsg-2.1) ...
14:34:11 [2023-06-22T14:34:11.755Z] #106 9.579 Setting up python3-pkg-resources (52.0.0-4) ...
14:34:12 [2023-06-22T14:34:12.015Z] #106 9.772 Setting up libip4tc2:arm64 (1.8.7-1) ...
14:34:12 [2023-06-22T14:34:12.015Z] #106 9.785 Setting up net-tools (1.60+git20181103.0eebece-1) ...
14:34:12 [2023-06-22T14:34:12.015Z] #106 9.796 Setting up libgpm2:arm64 (1.20.7-8) ...
14:34:12 [2023-06-22T14:34:12.015Z] #106 9.807 Setting up libicu67:arm64 (67.1-7) ...
14:34:12 [2023-06-22T14:34:12.015Z] #106 9.818 Setting up libip6tc2:arm64 (1.8.7-1) ...
14:34:12 [2023-06-22T14:34:12.015Z] #106 9.830 Setting up libinih1:arm64 (53-1+b2) ...
14:34:12 [2023-06-22T14:34:12.274Z] #106 9.840 Setting up uidmap (1:4.8.1-1) ...
14:34:12 [2023-06-22T14:34:12.274Z] #106 9.851 Setting up libyajl2:arm64 (2.1.0-3) ...
14:34:12 [2023-06-22T14:34:12.274Z] #106 9.863 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
14:34:12 [2023-06-22T14:34:12.274Z] #106 9.875 Setting up bzip2 (1.0.8-4) ...
14:34:12 [2023-06-22T14:34:12.274Z] #106 9.886 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
14:34:12 [2023-06-22T14:34:12.274Z] #106 9.897 Setting up python3-wheel (0.34.2-1) ...
14:34:12 [2023-06-22T14:34:12.274Z] #106 10.04 Setting up xxd (2:8.2.2434-3+deb11u1) ...
14:34:12 [2023-06-22T14:34:12.274Z] #106 10.05 Setting up libcap2:arm64 (1:2.44-1) ...
14:34:12 [2023-06-22T14:34:12.274Z] #106 10.06 Setting up libcap2-bin (1:2.44-1) ...
14:34:12 [2023-06-22T14:34:12.274Z] #106 10.07 Setting up apparmor (2.13.6-10) ...
14:34:13 [2023-06-22T14:34:13.213Z] #106 10.86 Setting up zip (3.0-12) ...
14:34:13 [2023-06-22T14:34:13.213Z] #106 10.86 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
14:34:13 [2023-06-22T14:34:13.213Z] #106 10.89 Setting up bash-completion (1:2.11-2) ...
14:34:13 [2023-06-22T14:34:13.782Z] #106 11.63 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
14:34:13 [2023-06-22T14:34:13.782Z] #106 11.64 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
14:34:13 [2023-06-22T14:34:13.782Z] #106 11.65 Setting up libmnl0:arm64 (1.0.4-3) ...
14:34:13 [2023-06-22T14:34:13.782Z] #106 11.66 Setting up patch (2.7.6-7) ...
14:34:13 [2023-06-22T14:34:13.782Z] #106 11.67 Setting up sudo (1.9.5p2-3+deb11u1) ...
14:34:13 [2023-06-22T14:34:13.782Z] #106 11.71 invoke-rc.d: could not determine current runlevel
14:34:14 [2023-06-22T14:34:14.042Z] #106 11.71 invoke-rc.d: policy-rc.d denied execution of start.
14:34:14 [2023-06-22T14:34:14.042Z] #106 11.72 Setting up libxtables12:arm64 (1.8.7-1) ...
14:34:14 [2023-06-22T14:34:14.042Z] #106 11.73 Setting up inetutils-ping (2:2.0-1+deb11u1) ...
14:34:14 [2023-06-22T14:34:14.042Z] #106 11.74 Setting up pigz (2.6-1) ...
14:34:14 [2023-06-22T14:34:14.042Z] #106 11.75 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ...
14:34:14 [2023-06-22T14:34:14.042Z] #106 11.76 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ...
14:34:14 [2023-06-22T14:34:14.042Z] #106 11.78 Setting up python-pip-whl (20.3.4-4+deb11u1) ...
14:34:14 [2023-06-22T14:34:14.042Z] #106 11.79 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
14:34:14 [2023-06-22T14:34:14.301Z] #106 11.95 Setting up libaio1:arm64 (0.3.112-9) ...
14:34:14 [2023-06-22T14:34:14.301Z] #106 11.96 Setting up python3-lib2to3 (3.9.2-1) ...
14:34:14 [2023-06-22T14:34:14.301Z] #106 12.06 Setting up libelf1:arm64 (0.183-1) ...
14:34:14 [2023-06-22T14:34:14.301Z] #106 12.09 Setting up zstd (1.4.8+dfsg-2.1) ...
14:34:14 [2023-06-22T14:34:14.301Z] #106 12.10 Setting up libonig5:arm64 (6.9.6-1.1) ...
14:34:14 [2023-06-22T14:34:14.301Z] #106 12.11 Setting up python3-distutils (3.9.2-1) ...
14:34:14 [2023-06-22T14:34:14.301Z] #106 12.24 Setting up vim (2:8.2.2434-3+deb11u1) ...
14:34:14 [2023-06-22T14:34:14.561Z] #106 12.25 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
14:34:14 [2023-06-22T14:34:14.561Z] #106 12.25 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
14:34:14 [2023-06-22T14:34:14.561Z] #106 12.26 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
14:34:14 [2023-06-22T14:34:14.561Z] #106 12.26 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
14:34:14 [2023-06-22T14:34:14.561Z] #106 12.26 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
14:34:14 [2023-06-22T14:34:14.561Z] #106 12.27 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
14:34:14 [2023-06-22T14:34:14.561Z] #106 12.27 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
14:34:14 [2023-06-22T14:34:14.561Z] #106 12.28 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
14:34:14 [2023-06-22T14:34:14.561Z] #106 12.30 Setting up python3-setuptools (52.0.0-4) ...
14:34:14 [2023-06-22T14:34:14.820Z] #106 12.62 Setting up libjq1:arm64 (1.6-2.1) ...
14:34:14 [2023-06-22T14:34:14.820Z] #106 12.63 Setting up libnftnl11:arm64 (1.1.9-1) ...
14:34:14 [2023-06-22T14:34:14.820Z] #106 12.64 Setting up thin-provisioning-tools (0.9.0-1) ...
14:34:15 [2023-06-22T14:34:15.080Z] #106 12.65 Setting up python3-pip (20.3.4-4+deb11u1) ...
14:34:15 [2023-06-22T14:34:15.080Z] #106 12.91 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ...
14:34:15 [2023-06-22T14:34:15.340Z] #106 12.92 Setting up jq (1.6-2.1) ...
14:34:15 [2023-06-22T14:34:15.340Z] #106 12.94 Setting up libbpf0:arm64 (1:0.3-2) ...
14:34:15 [2023-06-22T14:34:15.340Z] #106 12.95 Setting up iptables (1.8.7-1) ...
14:34:15 [2023-06-22T14:34:15.340Z] #106 12.96 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
14:34:15 [2023-06-22T14:34:15.340Z] #106 12.96 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
14:34:15 [2023-06-22T14:34:15.340Z] #106 12.97 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
14:34:15 [2023-06-22T14:34:15.340Z] #106 12.97 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
14:34:15 [2023-06-22T14:34:15.340Z] #106 12.98 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
14:34:15 [2023-06-22T14:34:15.340Z] #106 12.98 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
14:34:15 [2023-06-22T14:34:15.340Z] #106 12.99 Setting up iproute2 (5.10.0-4) ...
14:34:15 [2023-06-22T14:34:15.340Z] #106 13.12 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
14:34:15 [2023-06-22T14:34:15.340Z] #106 13.13 Setting up dmsetup (2:1.02.175-2.1) ...
14:34:15 [2023-06-22T14:34:15.340Z] #106 13.15 Setting up xfsprogs (5.10.0-4) ...
14:34:15 [2023-06-22T14:34:15.340Z] #106 13.16 Processing triggers for libc-bin (2.31-13+deb11u6) ...
14:34:15 [2023-06-22T14:34:15.909Z] #106 DONE 13.7s
14:34:15 [2023-06-22T14:34:15.909Z] 
14:34:15 [2023-06-22T14:34:15.909Z] #107 [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
14:34:16 [2023-06-22T14:34:16.478Z] #107 0.464 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
14:34:16 [2023-06-22T14:34:16.478Z] #107 0.468 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
14:34:16 [2023-06-22T14:34:16.478Z] #107 0.471 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
14:34:16 [2023-06-22T14:34:16.478Z] #107 DONE 0.5s
14:34:16 [2023-06-22T14:34:16.478Z] 
14:34:16 [2023-06-22T14:34:16.478Z] #108 [dev-base 10/11] RUN pip3 install yamllint==1.27.1
14:34:23 [2023-06-22T14:34:23.048Z] #108 5.739 Collecting yamllint==1.27.1
14:34:23 [2023-06-22T14:34:23.308Z] #108 6.770   Downloading yamllint-1.27.1.tar.gz (129 kB)
14:34:23 [2023-06-22T14:34:23.567Z] #108 7.063 Collecting pathspec>=0.5.3
14:34:23 [2023-06-22T14:34:23.567Z] #108 7.066   Downloading pathspec-0.11.1-py3-none-any.whl (29 kB)
14:34:23 [2023-06-22T14:34:23.567Z] #108 7.159 Collecting pyyaml
14:34:23 [2023-06-22T14:34:23.567Z] #108 7.164   Downloading PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB)
14:34:23 [2023-06-22T14:34:23.567Z] #108 7.179 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.27.1) (52.0.0)
14:34:23 [2023-06-22T14:34:23.567Z] #108 7.183 Building wheels for collected packages: yamllint
14:34:23 [2023-06-22T14:34:23.567Z] #108 7.184   Building wheel for yamllint (setup.py): started
14:34:23 [2023-06-22T14:34:23.827Z] #108 7.431   Building wheel for yamllint (setup.py): finished with status 'done'
14:34:23 [2023-06-22T14:34:23.827Z] #108 7.431   Created wheel for yamllint: filename=yamllint-1.27.1-py2.py3-none-any.whl size=62024 sha256=86cf0051a7688c84fa77f7af426ecabee5e2a2d932c89a8bf180be6b4d1ebf14
14:34:23 [2023-06-22T14:34:23.827Z] #108 7.431   Stored in directory: /root/.cache/pip/wheels/96/6b/41/cdc6102faa47924bd11794a9b3d5e6d7107daf6548c46f79ee
14:34:23 [2023-06-22T14:34:23.827Z] #108 7.434 Successfully built yamllint
14:34:23 [2023-06-22T14:34:23.827Z] #108 7.440 Installing collected packages: pyyaml, pathspec, yamllint
14:34:23 [2023-06-22T14:34:23.827Z] #108 7.552 Successfully installed pathspec-0.11.1 pyyaml-6.0 yamllint-1.27.1
14:34:24 [2023-06-22T14:34:24.086Z] #108 DONE 7.7s
14:34:24 [2023-06-22T14:34:24.086Z] 
14:34:24 [2023-06-22T14:34:24.086Z] #109 [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
14:34:24 [2023-06-22T14:34:24.655Z] #109 0.738 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
14:34:24 [2023-06-22T14:34:24.915Z] #109 0.818 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
14:34:24 [2023-06-22T14:34:24.915Z] #109 0.821 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
14:34:25 [2023-06-22T14:34:25.743Z] #109 1.089 Reading package lists...
14:34:26 [2023-06-22T14:34:26.311Z] #109 1.626 Reading package lists...
14:34:26 [2023-06-22T14:34:26.570Z] #109 2.162 Building dependency tree...
14:34:26 [2023-06-22T14:34:26.570Z] #109 2.315 Reading state information...
14:34:26 [2023-06-22T14:34:26.570Z] #109 2.500 gcc is already the newest version (4:10.2.1-1).
14:34:26 [2023-06-22T14:34:26.570Z] #109 2.500 pkg-config is already the newest version (0.29.2-1).
14:34:26 [2023-06-22T14:34:26.570Z] #109 2.500 The following additional packages will be installed:
14:34:26 [2023-06-22T14:34:26.570Z] #109 2.500   gir1.2-glib-2.0 gir1.2-secret-1 libapparmor1 libblkid-dev
14:34:26 [2023-06-22T14:34:26.570Z] #109 2.500   libdevmapper-event1.02.1 libffi-dev libgirepository-1.0-1 libglib2.0-bin
14:34:26 [2023-06-22T14:34:26.570Z] #109 2.500   libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libmount-dev libpcre16-3
14:34:26 [2023-06-22T14:34:26.570Z] #109 2.500   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libpcre3-dev
14:34:26 [2023-06-22T14:34:26.570Z] #109 2.501   libpcre32-3 libpcrecpp0v5 libsecret-1-0 libsecret-common libselinux1-dev
14:34:26 [2023-06-22T14:34:26.570Z] #109 2.501   libsepol1-dev uuid-dev zlib1g-dev
14:34:26 [2023-06-22T14:34:26.570Z] #109 2.503 Suggested packages:
14:34:26 [2023-06-22T14:34:26.570Z] #109 2.503   debian-keyring libgirepository1.0-dev libglib2.0-doc libgdk-pixbuf2.0-bin
14:34:26 [2023-06-22T14:34:26.570Z] #109 2.503   | libgdk-pixbuf2.0-dev libxml2-utils seccomp
14:34:26 [2023-06-22T14:34:26.570Z] #109 2.503 Recommended packages:
14:34:26 [2023-06-22T14:34:26.570Z] #109 2.503   build-essential fakeroot libalgorithm-merge-perl
14:34:26 [2023-06-22T14:34:26.830Z] #109 2.769 The following NEW packages will be installed:
14:34:26 [2023-06-22T14:34:26.830Z] #109 2.769   dpkg-dev gir1.2-glib-2.0 gir1.2-secret-1 libapparmor-dev libapparmor1
14:34:26 [2023-06-22T14:34:26.830Z] #109 2.769   libblkid-dev libdevmapper-dev libdevmapper-event1.02.1 libffi-dev
14:34:26 [2023-06-22T14:34:26.830Z] #109 2.769   libgirepository-1.0-1 libglib2.0-bin libglib2.0-data libglib2.0-dev
14:34:26 [2023-06-22T14:34:26.830Z] #109 2.769   libglib2.0-dev-bin libmount-dev libpcre16-3 libpcre2-16-0 libpcre2-32-0
14:34:26 [2023-06-22T14:34:26.830Z] #109 2.770   libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3 libpcrecpp0v5
14:34:26 [2023-06-22T14:34:26.830Z] #109 2.770   libseccomp-dev libsecret-1-0 libsecret-1-dev libsecret-common
14:34:26 [2023-06-22T14:34:26.830Z] #109 2.770   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev uuid-dev zlib1g-dev
14:34:27 [2023-06-22T14:34:27.090Z] #109 3.046 0 upgraded, 33 newly installed, 0 to remove and 0 not upgraded.
14:34:27 [2023-06-22T14:34:27.090Z] #109 3.046 Need to get 10.4 MB of archives.
14:34:27 [2023-06-22T14:34:27.090Z] #109 3.046 After this operation, 41.6 MB of additional disk space will be used.
14:34:27 [2023-06-22T14:34:27.090Z] #109 3.046 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.12 [2312 kB]
14:34:27 [2023-06-22T14:34:27.090Z] #109 3.073 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]
14:34:27 [2023-06-22T14:34:27.090Z] #109 3.074 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]
14:34:27 [2023-06-22T14:34:27.090Z] #109 3.076 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsecret-common all 0.20.4-2 [26.7 kB]
14:34:27 [2023-06-22T14:34:27.090Z] #109 3.077 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsecret-1-0 arm64 0.20.4-2 [107 kB]
14:34:27 [2023-06-22T14:34:27.090Z] #109 3.079 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gir1.2-secret-1 arm64 0.20.4-2 [13.7 kB]
14:34:27 [2023-06-22T14:34:27.090Z] #109 3.082 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB]
14:34:27 [2023-06-22T14:34:27.090Z] #109 3.086 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB]
14:34:27 [2023-06-22T14:34:27.090Z] #109 3.089 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uuid-dev arm64 2.36.1-8+deb11u1 [99.6 kB]
14:34:27 [2023-06-22T14:34:27.090Z] #109 3.091 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libblkid-dev arm64 2.36.1-8+deb11u1 [229 kB]
14:34:27 [2023-06-22T14:34:27.090Z] #109 3.096 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]
14:34:27 [2023-06-22T14:34:27.090Z] #109 3.100 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7+deb11u2 [123 kB]
14:34:27 [2023-06-22T14:34:27.090Z] #109 3.126 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB]
14:34:27 [2023-06-22T14:34:27.090Z] #109 3.133 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2+deb11u1 [203 kB]
14:34:27 [2023-06-22T14:34:27.090Z] #109 3.135 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2+deb11u1 [194 kB]
14:34:27 [2023-06-22T14:34:27.090Z] #109 3.140 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2+deb11u1 [49.1 kB]
14:34:27 [2023-06-22T14:34:27.090Z] #109 3.143 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2+deb11u1 [647 kB]
14:34:27 [2023-06-22T14:34:27.090Z] #109 3.148 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB]
14:34:27 [2023-06-22T14:34:27.349Z] #109 3.152 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1 [52.0 kB]
14:34:27 [2023-06-22T14:34:27.349Z] #109 3.155 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libffi-dev arm64 3.3-6 [53.2 kB]
14:34:27 [2023-06-22T14:34:27.349Z] #109 3.157 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-data all 2.66.8-1 [1164 kB]
14:34:27 [2023-06-22T14:34:27.349Z] #109 3.190 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-bin arm64 2.66.8-1 [137 kB]
14:34:27 [2023-06-22T14:34:27.349Z] #109 3.192 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-dev-bin arm64 2.66.8-1 [177 kB]
14:34:27 [2023-06-22T14:34:27.349Z] #109 3.194 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmount-dev arm64 2.36.1-8+deb11u1 [78.0 kB]
14:34:27 [2023-06-22T14:34:27.349Z] #109 3.196 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre16-3 arm64 2:8.39-13 [236 kB]
14:34:27 [2023-06-22T14:34:27.349Z] #109 3.198 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre32-3 arm64 2:8.39-13 [229 kB]
14:34:27 [2023-06-22T14:34:27.349Z] #109 3.200 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcrecpp0v5 arm64 2:8.39-13 [151 kB]
14:34:27 [2023-06-22T14:34:27.349Z] #109 3.202 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre3-dev arm64 2:8.39-13 [579 kB]
14:34:27 [2023-06-22T14:34:27.349Z] #109 3.206 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-2+deb11u2 [189 kB]
14:34:27 [2023-06-22T14:34:27.349Z] #109 3.208 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-dev arm64 2.66.8-1 [1592 kB]
14:34:27 [2023-06-22T14:34:27.349Z] #109 3.216 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
14:34:27 [2023-06-22T14:34:27.349Z] #109 3.231 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsecret-1-dev arm64 0.20.4-2 [218 kB]
14:34:27 [2023-06-22T14:34:27.349Z] #109 3.234 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7+deb11u2 [401 kB]
14:34:27 [2023-06-22T14:34:27.349Z] #109 3.377 debconf: delaying package configuration, since apt-utils is not installed
14:34:27 [2023-06-22T14:34:27.349Z] #109 3.418 Fetched 10.4 MB in 0s (22.6 MB/s)
14:34:27 [2023-06-22T14:34:27.609Z] #109 3.445 Selecting previously unselected package dpkg-dev.
14:34:27 [2023-06-22T14:34:27.609Z] #109 3.445 (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.)
14:34:27 [2023-06-22T14:34:27.609Z] #109 3.458 Preparing to unpack .../00-dpkg-dev_1.20.12_all.deb ...
14:34:27 [2023-06-22T14:34:27.609Z] #109 3.463 Unpacking dpkg-dev (1.20.12) ...
14:34:27 [2023-06-22T14:34:27.609Z] #109 3.591 Selecting previously unselected package libgirepository-1.0-1:arm64.
14:34:27 [2023-06-22T14:34:27.609Z] #109 3.594 Preparing to unpack .../01-libgirepository-1.0-1_1.66.1-1+b1_arm64.deb ...
14:34:27 [2023-06-22T14:34:27.609Z] #109 3.604 Unpacking libgirepository-1.0-1:arm64 (1.66.1-1+b1) ...
14:34:27 [2023-06-22T14:34:27.609Z] #109 3.642 Selecting previously unselected package gir1.2-glib-2.0:arm64.
14:34:27 [2023-06-22T14:34:27.609Z] #109 3.644 Preparing to unpack .../02-gir1.2-glib-2.0_1.66.1-1+b1_arm64.deb ...
14:34:27 [2023-06-22T14:34:27.609Z] #109 3.649 Unpacking gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ...
14:34:27 [2023-06-22T14:34:27.609Z] #109 3.697 Selecting previously unselected package libsecret-common.
14:34:27 [2023-06-22T14:34:27.869Z] #109 3.699 Preparing to unpack .../03-libsecret-common_0.20.4-2_all.deb ...
14:34:27 [2023-06-22T14:34:27.869Z] #109 3.704 Unpacking libsecret-common (0.20.4-2) ...
14:34:27 [2023-06-22T14:34:27.869Z] #109 3.759 Selecting previously unselected package libsecret-1-0:arm64.
14:34:27 [2023-06-22T14:34:27.869Z] #109 3.762 Preparing to unpack .../04-libsecret-1-0_0.20.4-2_arm64.deb ...
14:34:27 [2023-06-22T14:34:27.869Z] #109 3.766 Unpacking libsecret-1-0:arm64 (0.20.4-2) ...
14:34:27 [2023-06-22T14:34:27.869Z] #109 3.804 Selecting previously unselected package gir1.2-secret-1:arm64.
14:34:27 [2023-06-22T14:34:27.869Z] #109 3.806 Preparing to unpack .../05-gir1.2-secret-1_0.20.4-2_arm64.deb ...
14:34:27 [2023-06-22T14:34:27.869Z] #109 3.812 Unpacking gir1.2-secret-1:arm64 (0.20.4-2) ...
14:34:27 [2023-06-22T14:34:27.869Z] #109 3.853 Selecting previously unselected package libapparmor1:arm64.
14:34:27 [2023-06-22T14:34:27.869Z] #109 3.855 Preparing to unpack .../06-libapparmor1_2.13.6-10_arm64.deb ...
14:34:27 [2023-06-22T14:34:27.869Z] #109 3.859 Unpacking libapparmor1:arm64 (2.13.6-10) ...
14:34:27 [2023-06-22T14:34:27.869Z] #109 3.893 Selecting previously unselected package libapparmor-dev:arm64.
14:34:27 [2023-06-22T14:34:27.869Z] #109 3.896 Preparing to unpack .../07-libapparmor-dev_2.13.6-10_arm64.deb ...
14:34:27 [2023-06-22T14:34:27.869Z] #109 3.899 Unpacking libapparmor-dev:arm64 (2.13.6-10) ...
14:34:27 [2023-06-22T14:34:27.869Z] #109 3.936 Selecting previously unselected package uuid-dev:arm64.
14:34:28 [2023-06-22T14:34:28.129Z] #109 3.939 Preparing to unpack .../08-uuid-dev_2.36.1-8+deb11u1_arm64.deb ...
14:34:28 [2023-06-22T14:34:28.129Z] #109 3.942 Unpacking uuid-dev:arm64 (2.36.1-8+deb11u1) ...
14:34:28 [2023-06-22T14:34:28.129Z] #109 3.993 Selecting previously unselected package libblkid-dev:arm64.
14:34:28 [2023-06-22T14:34:28.129Z] #109 3.996 Preparing to unpack .../09-libblkid-dev_2.36.1-8+deb11u1_arm64.deb ...
14:34:28 [2023-06-22T14:34:28.129Z] #109 4.006 Unpacking libblkid-dev:arm64 (2.36.1-8+deb11u1) ...
14:34:28 [2023-06-22T14:34:28.129Z] #109 4.057 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
14:34:28 [2023-06-22T14:34:28.129Z] #109 4.059 Preparing to unpack .../10-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ...
14:34:28 [2023-06-22T14:34:28.129Z] #109 4.064 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
14:34:28 [2023-06-22T14:34:28.129Z] #109 4.094 Selecting previously unselected package libudev-dev:arm64.
14:34:28 [2023-06-22T14:34:28.129Z] #109 4.097 Preparing to unpack .../11-libudev-dev_247.3-7+deb11u2_arm64.deb ...
14:34:28 [2023-06-22T14:34:28.129Z] #109 4.103 Unpacking libudev-dev:arm64 (247.3-7+deb11u2) ...
14:34:28 [2023-06-22T14:34:28.129Z] #109 4.151 Selecting previously unselected package libsepol1-dev:arm64.
14:34:28 [2023-06-22T14:34:28.129Z] #109 4.153 Preparing to unpack .../12-libsepol1-dev_3.1-1_arm64.deb ...
14:34:28 [2023-06-22T14:34:28.129Z] #109 4.158 Unpacking libsepol1-dev:arm64 (3.1-1) ...
14:34:28 [2023-06-22T14:34:28.388Z] #109 4.227 Selecting previously unselected package libpcre2-16-0:arm64.
14:34:28 [2023-06-22T14:34:28.388Z] #109 4.229 Preparing to unpack .../13-libpcre2-16-0_10.36-2+deb11u1_arm64.deb ...
14:34:28 [2023-06-22T14:34:28.388Z] #109 4.234 Unpacking libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
14:34:28 [2023-06-22T14:34:28.388Z] #109 4.297 Selecting previously unselected package libpcre2-32-0:arm64.
14:34:28 [2023-06-22T14:34:28.388Z] #109 4.299 Preparing to unpack .../14-libpcre2-32-0_10.36-2+deb11u1_arm64.deb ...
14:34:28 [2023-06-22T14:34:28.388Z] #109 4.304 Unpacking libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
14:34:28 [2023-06-22T14:34:28.388Z] #109 4.354 Selecting previously unselected package libpcre2-posix2:arm64.
14:34:28 [2023-06-22T14:34:28.388Z] #109 4.356 Preparing to unpack .../15-libpcre2-posix2_10.36-2+deb11u1_arm64.deb ...
14:34:28 [2023-06-22T14:34:28.388Z] #109 4.360 Unpacking libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
14:34:28 [2023-06-22T14:34:28.388Z] #109 4.395 Selecting previously unselected package libpcre2-dev:arm64.
14:34:28 [2023-06-22T14:34:28.388Z] #109 4.398 Preparing to unpack .../16-libpcre2-dev_10.36-2+deb11u1_arm64.deb ...
14:34:28 [2023-06-22T14:34:28.648Z] #109 4.403 Unpacking libpcre2-dev:arm64 (10.36-2+deb11u1) ...
14:34:28 [2023-06-22T14:34:28.648Z] #109 4.483 Selecting previously unselected package libselinux1-dev:arm64.
14:34:28 [2023-06-22T14:34:28.648Z] #109 4.486 Preparing to unpack .../17-libselinux1-dev_3.1-3_arm64.deb ...
14:34:28 [2023-06-22T14:34:28.648Z] #109 4.490 Unpacking libselinux1-dev:arm64 (3.1-3) ...
14:34:28 [2023-06-22T14:34:28.648Z] #109 4.547 Selecting previously unselected package libdevmapper-dev:arm64.
14:34:28 [2023-06-22T14:34:28.648Z] #109 4.549 Preparing to unpack .../18-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ...
14:34:28 [2023-06-22T14:34:28.648Z] #109 4.554 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
14:34:28 [2023-06-22T14:34:28.648Z] #109 4.671 Selecting previously unselected package libffi-dev:arm64.
14:34:28 [2023-06-22T14:34:28.907Z] #109 4.674 Preparing to unpack .../19-libffi-dev_3.3-6_arm64.deb ...
14:34:28 [2023-06-22T14:34:28.907Z] #109 4.678 Unpacking libffi-dev:arm64 (3.3-6) ...
14:34:28 [2023-06-22T14:34:28.907Z] #109 4.714 Selecting previously unselected package libglib2.0-data.
14:34:28 [2023-06-22T14:34:28.907Z] #109 4.717 Preparing to unpack .../20-libglib2.0-data_2.66.8-1_all.deb ...
14:34:28 [2023-06-22T14:34:28.907Z] #109 4.721 Unpacking libglib2.0-data (2.66.8-1) ...
14:34:28 [2023-06-22T14:34:28.907Z] #109 4.855 Selecting previously unselected package libglib2.0-bin.
14:34:28 [2023-06-22T14:34:28.907Z] #109 4.858 Preparing to unpack .../21-libglib2.0-bin_2.66.8-1_arm64.deb ...
14:34:28 [2023-06-22T14:34:28.907Z] #109 4.863 Unpacking libglib2.0-bin (2.66.8-1) ...
14:34:28 [2023-06-22T14:34:28.907Z] #109 4.910 Selecting previously unselected package libglib2.0-dev-bin.
14:34:28 [2023-06-22T14:34:28.907Z] #109 4.913 Preparing to unpack .../22-libglib2.0-dev-bin_2.66.8-1_arm64.deb ...
14:34:28 [2023-06-22T14:34:28.907Z] #109 4.917 Unpacking libglib2.0-dev-bin (2.66.8-1) ...
14:34:28 [2023-06-22T14:34:28.907Z] #109 4.959 Selecting previously unselected package libmount-dev:arm64.
14:34:29 [2023-06-22T14:34:29.167Z] #109 4.962 Preparing to unpack .../23-libmount-dev_2.36.1-8+deb11u1_arm64.deb ...
14:34:29 [2023-06-22T14:34:29.167Z] #109 4.967 Unpacking libmount-dev:arm64 (2.36.1-8+deb11u1) ...
14:34:29 [2023-06-22T14:34:29.167Z] #109 5.010 Selecting previously unselected package libpcre16-3:arm64.
14:34:29 [2023-06-22T14:34:29.167Z] #109 5.013 Preparing to unpack .../24-libpcre16-3_2%3a8.39-13_arm64.deb ...
14:34:29 [2023-06-22T14:34:29.167Z] #109 5.017 Unpacking libpcre16-3:arm64 (2:8.39-13) ...
14:34:29 [2023-06-22T14:34:29.167Z] #109 5.066 Selecting previously unselected package libpcre32-3:arm64.
14:34:29 [2023-06-22T14:34:29.167Z] #109 5.068 Preparing to unpack .../25-libpcre32-3_2%3a8.39-13_arm64.deb ...
14:34:29 [2023-06-22T14:34:29.167Z] #109 5.074 Unpacking libpcre32-3:arm64 (2:8.39-13) ...
14:34:29 [2023-06-22T14:34:29.167Z] #109 5.123 Selecting previously unselected package libpcrecpp0v5:arm64.
14:34:29 [2023-06-22T14:34:29.167Z] #109 5.126 Preparing to unpack .../26-libpcrecpp0v5_2%3a8.39-13_arm64.deb ...
14:34:29 [2023-06-22T14:34:29.167Z] #109 5.130 Unpacking libpcrecpp0v5:arm64 (2:8.39-13) ...
14:34:29 [2023-06-22T14:34:29.167Z] #109 5.167 Selecting previously unselected package libpcre3-dev:arm64.
14:34:29 [2023-06-22T14:34:29.426Z] #109 5.169 Preparing to unpack .../27-libpcre3-dev_2%3a8.39-13_arm64.deb ...
14:34:29 [2023-06-22T14:34:29.426Z] #109 5.173 Unpacking libpcre3-dev:arm64 (2:8.39-13) ...
14:34:29 [2023-06-22T14:34:29.426Z] #109 5.248 Selecting previously unselected package zlib1g-dev:arm64.
14:34:29 [2023-06-22T14:34:29.426Z] #109 5.250 Preparing to unpack .../28-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_arm64.deb ...
14:34:29 [2023-06-22T14:34:29.426Z] #109 5.254 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ...
14:34:29 [2023-06-22T14:34:29.426Z] #109 5.297 Selecting previously unselected package libglib2.0-dev:arm64.
14:34:29 [2023-06-22T14:34:29.426Z] #109 5.300 Preparing to unpack .../29-libglib2.0-dev_2.66.8-1_arm64.deb ...
14:34:29 [2023-06-22T14:34:29.426Z] #109 5.304 Unpacking libglib2.0-dev:arm64 (2.66.8-1) ...
14:34:29 [2023-06-22T14:34:29.686Z] #109 5.488 Selecting previously unselected package libseccomp-dev:arm64.
14:34:29 [2023-06-22T14:34:29.686Z] #109 5.491 Preparing to unpack .../30-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
14:34:29 [2023-06-22T14:34:29.686Z] #109 5.495 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
14:34:29 [2023-06-22T14:34:29.686Z] #109 5.532 Selecting previously unselected package libsecret-1-dev:arm64.
14:34:29 [2023-06-22T14:34:29.686Z] #109 5.535 Preparing to unpack .../31-libsecret-1-dev_0.20.4-2_arm64.deb ...
14:34:29 [2023-06-22T14:34:29.686Z] #109 5.538 Unpacking libsecret-1-dev:arm64 (0.20.4-2) ...
14:34:29 [2023-06-22T14:34:29.686Z] #109 5.595 Selecting previously unselected package libsystemd-dev:arm64.
14:34:29 [2023-06-22T14:34:29.686Z] #109 5.598 Preparing to unpack .../32-libsystemd-dev_247.3-7+deb11u2_arm64.deb ...
14:34:29 [2023-06-22T14:34:29.686Z] #109 5.602 Unpacking libsystemd-dev:arm64 (247.3-7+deb11u2) ...
14:34:29 [2023-06-22T14:34:29.686Z] #109 5.714 Setting up libpcrecpp0v5:arm64 (2:8.39-13) ...
14:34:29 [2023-06-22T14:34:29.945Z] #109 5.725 Setting up libglib2.0-dev-bin (2.66.8-1) ...
14:34:29 [2023-06-22T14:34:29.945Z] #109 5.887 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
14:34:29 [2023-06-22T14:34:29.945Z] #109 5.900 Setting up libapparmor1:arm64 (2.13.6-10) ...
14:34:29 [2023-06-22T14:34:29.945Z] #109 5.915 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
14:34:29 [2023-06-22T14:34:29.945Z] #109 5.929 Setting up libpcre16-3:arm64 (2:8.39-13) ...
14:34:29 [2023-06-22T14:34:29.945Z] #109 5.940 Setting up libsepol1-dev:arm64 (3.1-1) ...
14:34:29 [2023-06-22T14:34:29.945Z] #109 5.949 Setting up libffi-dev:arm64 (3.3-6) ...
14:34:29 [2023-06-22T14:34:29.945Z] #109 5.961 Setting up libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
14:34:29 [2023-06-22T14:34:29.945Z] #109 5.978 Setting up dpkg-dev (1.20.12) ...
14:34:30 [2023-06-22T14:34:30.205Z] #109 6.006 Setting up libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
14:34:30 [2023-06-22T14:34:30.205Z] #109 6.020 Setting up libglib2.0-data (2.66.8-1) ...
14:34:30 [2023-06-22T14:34:30.205Z] #109 6.034 Setting up uuid-dev:arm64 (2.36.1-8+deb11u1) ...
14:34:30 [2023-06-22T14:34:30.205Z] #109 6.051 Setting up libpcre32-3:arm64 (2:8.39-13) ...
14:34:30 [2023-06-22T14:34:30.205Z] #109 6.066 Setting up libudev-dev:arm64 (247.3-7+deb11u2) ...
14:34:30 [2023-06-22T14:34:30.205Z] #109 6.080 Setting up libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
14:34:30 [2023-06-22T14:34:30.205Z] #109 6.095 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ...
14:34:30 [2023-06-22T14:34:30.205Z] #109 6.108 Setting up libgirepository-1.0-1:arm64 (1.66.1-1+b1) ...
14:34:30 [2023-06-22T14:34:30.205Z] #109 6.123 Setting up libapparmor-dev:arm64 (2.13.6-10) ...
14:34:30 [2023-06-22T14:34:30.205Z] #109 6.135 Setting up libsystemd-dev:arm64 (247.3-7+deb11u2) ...
14:34:30 [2023-06-22T14:34:30.205Z] #109 6.149 Setting up libsecret-common (0.20.4-2) ...
14:34:30 [2023-06-22T14:34:30.205Z] #109 6.164 Setting up libblkid-dev:arm64 (2.36.1-8+deb11u1) ...
14:34:30 [2023-06-22T14:34:30.205Z] #109 6.182 Setting up libpcre2-dev:arm64 (10.36-2+deb11u1) ...
14:34:30 [2023-06-22T14:34:30.205Z] #109 6.194 Setting up libselinux1-dev:arm64 (3.1-3) ...
14:34:30 [2023-06-22T14:34:30.205Z] #109 6.209 Setting up libpcre3-dev:arm64 (2:8.39-13) ...
14:34:30 [2023-06-22T14:34:30.205Z] #109 6.222 Setting up libglib2.0-bin (2.66.8-1) ...
14:34:30 [2023-06-22T14:34:30.205Z] #109 6.238 Setting up libsecret-1-0:arm64 (0.20.4-2) ...
14:34:30 [2023-06-22T14:34:30.205Z] #109 6.252 Setting up gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ...
14:34:30 [2023-06-22T14:34:30.205Z] #109 6.264 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
14:34:30 [2023-06-22T14:34:30.205Z] #109 6.277 Setting up libmount-dev:arm64 (2.36.1-8+deb11u1) ...
14:34:30 [2023-06-22T14:34:30.205Z] #109 6.290 Setting up gir1.2-secret-1:arm64 (0.20.4-2) ...
14:34:30 [2023-06-22T14:34:30.465Z] #109 6.304 Setting up libglib2.0-dev:arm64 (2.66.8-1) ...
14:34:30 [2023-06-22T14:34:30.465Z] #109 6.319 Processing triggers for libglib2.0-0:arm64 (2.66.8-1) ...
14:34:30 [2023-06-22T14:34:30.465Z] #109 6.330 No schema files found: doing nothing.
14:34:30 [2023-06-22T14:34:30.465Z] #109 6.335 Processing triggers for libc-bin (2.31-13+deb11u6) ...
14:34:30 [2023-06-22T14:34:30.465Z] #109 6.361 Setting up libsecret-1-dev:arm64 (0.20.4-2) ...
14:34:30 [2023-06-22T14:34:30.465Z] #109 DONE 6.6s
14:34:30 [2023-06-22T14:34:30.725Z] 
14:34:30 [2023-06-22T14:34:30.725Z] #110 [dev 1/1] COPY . .
14:34:31 [2023-06-22T14:34:31.664Z] #110 DONE 1.1s
14:34:31 [2023-06-22T14:34:31.664Z] 
14:34:31 [2023-06-22T14:34:31.664Z] #111 exporting to image
14:34:31 [2023-06-22T14:34:31.664Z] #111 exporting layers
14:34:32 [2023-06-22T14:34:32.603Z] #111 exporting layers 0.8s done
14:34:32 [2023-06-22T14:34:32.603Z] #111 writing image sha256:376d30f93515b2425a75d48521735c657e647ca4b05e71030faa64c0b4045a09 done
14:34:32 [2023-06-22T14:34:32.603Z] #111 naming to docker.io/library/docker:40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e
14:34:32 [2023-06-22T14:34:32.603Z] #111 naming to docker.io/library/docker:40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e done
14:34:32 [2023-06-22T14:34:32.603Z] #111 DONE 0.9s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
14:34:32 [2023-06-22T14:34:32.916Z] + sudo modprobe ip6table_filter
[Pipeline] sh
14:34:33 [2023-06-22T14:34:33.199Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-45791/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=23.0 docker:40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e hack/test/unit
14:34:33 [2023-06-22T14:34:33.769Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove')
14:34:33 [2023-06-22T14:34:33.769Z] + TESTFLAGS+=' -test.timeout=5m'
14:34:33 [2023-06-22T14:34:33.769Z] + TESTDIRS=./...
14:34:33 [2023-06-22T14:34:33.769Z] + exclude_paths='/vendor/|/integration'
14:34:33 [2023-06-22T14:34:33.769Z] ++ go list ./...
14:34:33 [2023-06-22T14:34:33.769Z] ++ grep -vE '(/vendor/|/integration)'
14:34:34 [2023-06-22T14:34:34.030Z] + pkg_list='github.com/docker/docker/api
14:34:34 [2023-06-22T14:34:34.030Z] github.com/docker/docker/api/server
14:34:34 [2023-06-22T14:34:34.030Z] github.com/docker/docker/api/server/backend/build
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/server/httpstatus
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/server/httputils
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/server/middleware
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/server/router
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/server/router/build
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/server/router/checkpoint
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/server/router/container
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/server/router/debug
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/server/router/distribution
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/server/router/grpc
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/server/router/image
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/server/router/network
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/server/router/plugin
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/server/router/session
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/server/router/swarm
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/server/router/system
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/server/router/volume
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/types
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/types/backend
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/types/blkiodev
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/types/container
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/types/events
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/types/filters
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/types/image
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/types/mount
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/types/network
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/types/plugins/logdriver
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/types/registry
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/types/strslice
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/types/swarm
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/types/swarm/runtime
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/types/time
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/types/versions
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/types/versions/v1p19
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/types/versions/v1p20
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/types/volume
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/builder
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/builder/builder-next
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/builder/builder-next/exporter
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/builder/builder-next/imagerefchecker
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/builder/builder-next/worker
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/builder/builder-next/worker/label
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/builder/dockerfile
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/builder/remotecontext
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/builder/remotecontext/git
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/builder/remotecontext/urlutil
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/cli
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/cli/config
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/cli/debug
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/cli/winresources/docker-proxy
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/cli/winresources/dockerd
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/client
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/cmd/docker-proxy
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/cmd/dockerd
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/cmd/dockerd/trap
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/container
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/container/stream
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/contrib/apparmor
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/contrib/docker-device-tool
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/contrib/httpserver
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/daemon
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/daemon/cluster
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/daemon/cluster/controllers/plugin
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/daemon/cluster/convert
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/daemon/cluster/executor
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/daemon/cluster/executor/container
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/daemon/cluster/provider
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/daemon/config
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/daemon/events
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/daemon/events/testutils
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/daemon/exec
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/daemon/graphdriver
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/daemon/graphdriver/aufs
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/daemon/graphdriver/btrfs
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/daemon/graphdriver/copy
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/daemon/graphdriver/devmapper
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/daemon/graphdriver/graphtest
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/daemon/graphdriver/overlay
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/daemon/graphdriver/overlay2
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/daemon/graphdriver/overlayutils
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/daemon/graphdriver/register
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/daemon/graphdriver/vfs
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/daemon/graphdriver/zfs
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/daemon/images
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/daemon/initlayer
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/daemon/links
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/daemon/listeners
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/daemon/logger
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/daemon/logger/awslogs
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/daemon/logger/fluentd
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/daemon/logger/gcplogs
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/daemon/logger/gelf
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/daemon/logger/journald
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/daemon/logger/jsonfilelog
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/daemon/logger/local
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/daemon/logger/logentries
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/daemon/logger/loggertest
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/daemon/logger/loggerutils
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/daemon/logger/loggerutils/cache
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/daemon/logger/splunk
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/daemon/logger/syslog
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/daemon/logger/templates
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/daemon/names
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/daemon/network
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/daemon/stats
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/distribution
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/distribution/metadata
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/distribution/utils
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/distribution/xfer
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/dockerversion
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/errdefs
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/image
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/image/cache
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/image/tarexport
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/image/v1
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/internal/test/suite
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/layer
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libcontainerd
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libcontainerd/queue
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libcontainerd/remote
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libcontainerd/supervisor
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libcontainerd/types
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libnetwork
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libnetwork/bitseq
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libnetwork/cluster
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libnetwork/cmd/diagnostic
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libnetwork/cmd/ovrouter
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libnetwork/cmd/readme_test
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libnetwork/config
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libnetwork/datastore
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libnetwork/diagnostic
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libnetwork/discoverapi
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libnetwork/driverapi
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libnetwork/drivers/bridge
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libnetwork/drivers/host
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libnetwork/drivers/ipvlan
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libnetwork/drivers/macvlan
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libnetwork/drivers/null
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libnetwork/drivers/overlay
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libnetwork/drivers/remote
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libnetwork/drivers/remote/api
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libnetwork/drivers/windows
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libnetwork/drvregistry
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libnetwork/etchosts
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libnetwork/idm
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libnetwork/internal/caller
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libnetwork/internal/setmatrix
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libnetwork/ipam
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libnetwork/ipamapi
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libnetwork/ipams/builtin
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libnetwork/ipams/null
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libnetwork/ipams/remote
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libnetwork/ipams/remote/api
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libnetwork/ipams/windowsipam
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libnetwork/ipamutils
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libnetwork/iptables
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libnetwork/netlabel
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libnetwork/netutils
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libnetwork/networkdb
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libnetwork/ns
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libnetwork/options
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libnetwork/osl
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libnetwork/osl/kernel
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libnetwork/portallocator
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libnetwork/portmapper
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libnetwork/resolvconf
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libnetwork/testutils
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/libnetwork/types
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/oci
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/oci/caps
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/opts
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/pkg/aaparser
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/pkg/archive
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/pkg/authorization
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/pkg/broadcaster
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/pkg/capabilities
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/pkg/chrootarchive
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/pkg/containerfs
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/pkg/devicemapper
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/pkg/directory
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/pkg/dmesg
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/pkg/fileutils
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/pkg/fsutils
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/pkg/homedir
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/pkg/idtools
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/pkg/ioutils
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/pkg/jsonmessage
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/pkg/longpath
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/pkg/loopback
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/pkg/namesgenerator
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/pkg/parsers
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/pkg/parsers/kernel
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/pkg/parsers/operatingsystem
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/pkg/pidfile
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/pkg/platform
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/pkg/plugingetter
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/pkg/plugins
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/pkg/plugins/transport
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/pkg/pools
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/pkg/progress
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/pkg/pubsub
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/pkg/reexec
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/pkg/rootless
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/pkg/rootless/specconv
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/pkg/signal
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/pkg/stack
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/pkg/stdcopy
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/pkg/streamformatter
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/pkg/stringid
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/pkg/sysinfo
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/pkg/system
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/pkg/tailfile
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/pkg/tarsum
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/pkg/truncindex
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/pkg/urlutil
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/pkg/useragent
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/plugin
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/plugin/executor/containerd
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/plugin/v2
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/profiles/apparmor
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/profiles/seccomp
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/quota
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/reference
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/registry
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/registry/resumable
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/restartmanager
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/runconfig
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/runconfig/opts
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/testutil
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/testutil/daemon
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/testutil/environment
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/testutil/fakecontext
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/testutil/fakegit
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/testutil/fakestorage
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/testutil/fixtures/load
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/testutil/fixtures/plugin
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/testutil/fixtures/plugin/basic
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/testutil/registry
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/testutil/request
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/volume
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/volume/drivers
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/volume/local
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/volume/mounts
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/volume/service
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/volume/service/opts
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/volume/testutils'
14:34:34 [2023-06-22T14:34:34.031Z] ++ grep --fixed-strings -v /libnetwork
14:34:34 [2023-06-22T14:34:34.031Z] ++ echo 'github.com/docker/docker/api
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/server
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/server/backend/build
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/server/httpstatus
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/server/httputils
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/server/middleware
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/server/router
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/server/router/build
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/server/router/checkpoint
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/server/router/container
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/server/router/debug
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/server/router/distribution
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/server/router/grpc
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/server/router/image
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/server/router/network
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/server/router/plugin
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/server/router/session
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/server/router/swarm
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/server/router/system
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/server/router/volume
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/types
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/types/backend
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/types/blkiodev
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/types/container
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/types/events
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/types/filters
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/types/image
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/types/mount
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/types/network
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/types/plugins/logdriver
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/types/registry
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/types/strslice
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/types/swarm
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/types/swarm/runtime
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/types/time
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/types/versions
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/types/versions/v1p19
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/types/versions/v1p20
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/api/types/volume
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/builder
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/builder/builder-next
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/builder/builder-next/exporter
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/builder/builder-next/imagerefchecker
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/builder/builder-next/worker
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/builder/builder-next/worker/label
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/builder/dockerfile
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/builder/remotecontext
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/builder/remotecontext/git
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/builder/remotecontext/urlutil
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/cli
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/cli/config
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/cli/debug
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/cli/winresources/docker-proxy
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/cli/winresources/dockerd
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/client
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/cmd/docker-proxy
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/cmd/dockerd
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/cmd/dockerd/trap
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/container
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/container/stream
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/contrib/apparmor
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/contrib/docker-device-tool
14:34:34 [2023-06-22T14:34:34.031Z] github.com/docker/docker/contrib/httpserver
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/cluster
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/cluster/controllers/plugin
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/cluster/convert
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/cluster/executor
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/cluster/executor/container
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/cluster/provider
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/config
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/events
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/events/testutils
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/exec
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/graphdriver
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/graphdriver/aufs
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/graphdriver/btrfs
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/graphdriver/copy
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/graphdriver/devmapper
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/graphdriver/graphtest
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/graphdriver/overlay
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/graphdriver/overlay2
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/graphdriver/overlayutils
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/graphdriver/register
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/graphdriver/vfs
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/graphdriver/zfs
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/images
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/initlayer
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/links
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/listeners
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/logger
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/logger/awslogs
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/logger/fluentd
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/logger/gcplogs
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/logger/gelf
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/logger/journald
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/logger/jsonfilelog
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/logger/local
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/logger/logentries
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/logger/loggertest
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/logger/loggerutils
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/logger/loggerutils/cache
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/logger/splunk
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/logger/syslog
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/logger/templates
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/names
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/network
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/stats
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/distribution
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/distribution/metadata
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/distribution/utils
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/distribution/xfer
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/dockerversion
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/errdefs
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/image
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/image/cache
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/image/tarexport
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/image/v1
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/internal/test/suite
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/layer
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libcontainerd
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libcontainerd/queue
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libcontainerd/remote
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libcontainerd/supervisor
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libcontainerd/types
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libnetwork
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libnetwork/bitseq
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libnetwork/cluster
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libnetwork/cmd/diagnostic
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libnetwork/cmd/ovrouter
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libnetwork/cmd/readme_test
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libnetwork/config
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libnetwork/datastore
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libnetwork/diagnostic
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libnetwork/discoverapi
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libnetwork/driverapi
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libnetwork/drivers/bridge
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libnetwork/drivers/host
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libnetwork/drivers/ipvlan
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libnetwork/drivers/macvlan
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libnetwork/drivers/null
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libnetwork/drivers/overlay
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libnetwork/drivers/remote
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libnetwork/drivers/remote/api
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libnetwork/drivers/windows
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libnetwork/drvregistry
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libnetwork/etchosts
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libnetwork/idm
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libnetwork/internal/caller
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libnetwork/internal/setmatrix
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libnetwork/ipam
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libnetwork/ipamapi
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libnetwork/ipams/builtin
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libnetwork/ipams/null
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libnetwork/ipams/remote
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libnetwork/ipams/remote/api
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libnetwork/ipams/windowsipam
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libnetwork/ipamutils
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libnetwork/iptables
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libnetwork/netlabel
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libnetwork/netutils
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libnetwork/networkdb
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libnetwork/ns
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libnetwork/options
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libnetwork/osl
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libnetwork/osl/kernel
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libnetwork/portallocator
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libnetwork/portmapper
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libnetwork/resolvconf
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libnetwork/testutils
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libnetwork/types
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/oci
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/oci/caps
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/opts
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/pkg/aaparser
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/pkg/archive
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/pkg/authorization
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/pkg/broadcaster
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/pkg/capabilities
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/pkg/chrootarchive
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/pkg/containerfs
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/pkg/devicemapper
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/pkg/directory
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/pkg/dmesg
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/pkg/fileutils
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/pkg/fsutils
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/pkg/homedir
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/pkg/idtools
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/pkg/ioutils
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/pkg/jsonmessage
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/pkg/longpath
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/pkg/loopback
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/pkg/namesgenerator
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/pkg/parsers
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/pkg/parsers/kernel
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/pkg/parsers/operatingsystem
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/pkg/pidfile
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/pkg/platform
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/pkg/plugingetter
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/pkg/plugins
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/pkg/plugins/transport
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/pkg/pools
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/pkg/progress
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/pkg/pubsub
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/pkg/reexec
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/pkg/rootless
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/pkg/rootless/specconv
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/pkg/signal
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/pkg/stack
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/pkg/stdcopy
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/pkg/streamformatter
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/pkg/stringid
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/pkg/sysinfo
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/pkg/system
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/pkg/tailfile
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/pkg/tarsum
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/pkg/truncindex
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/pkg/urlutil
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/pkg/useragent
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/plugin
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/plugin/executor/containerd
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/plugin/v2
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/profiles/apparmor
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/profiles/seccomp
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/quota
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/reference
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/registry
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/registry/resumable
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/restartmanager
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/runconfig
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/runconfig/opts
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/testutil
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/testutil/daemon
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/testutil/environment
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/testutil/fakecontext
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/testutil/fakegit
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/testutil/fakestorage
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/testutil/fixtures/load
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/testutil/fixtures/plugin
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/testutil/fixtures/plugin/basic
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/testutil/registry
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/testutil/request
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/volume
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/volume/drivers
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/volume/local
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/volume/mounts
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/volume/service
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/volume/service/opts
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/volume/testutils'
14:34:34 [2023-06-22T14:34:34.032Z] + base_pkg_list='github.com/docker/docker/api
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/api/server
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/api/server/backend/build
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/api/server/httpstatus
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/api/server/httputils
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/api/server/middleware
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/api/server/router
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/api/server/router/build
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/api/server/router/checkpoint
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/api/server/router/container
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/api/server/router/debug
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/api/server/router/distribution
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/api/server/router/grpc
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/api/server/router/image
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/api/server/router/network
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/api/server/router/plugin
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/api/server/router/session
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/api/server/router/swarm
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/api/server/router/system
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/api/server/router/volume
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/api/types
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/api/types/backend
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/api/types/blkiodev
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/api/types/container
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/api/types/events
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/api/types/filters
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/api/types/image
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/api/types/mount
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/api/types/network
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/api/types/plugins/logdriver
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/api/types/registry
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/api/types/strslice
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/api/types/swarm
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/api/types/swarm/runtime
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/api/types/time
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/api/types/versions
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/api/types/versions/v1p19
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/api/types/versions/v1p20
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/api/types/volume
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/builder
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/builder/builder-next
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/builder/builder-next/exporter
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/builder/builder-next/imagerefchecker
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/builder/builder-next/worker
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/builder/builder-next/worker/label
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/builder/dockerfile
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/builder/remotecontext
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/builder/remotecontext/git
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/builder/remotecontext/urlutil
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/cli
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/cli/config
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/cli/debug
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/cli/winresources/docker-proxy
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/cli/winresources/dockerd
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/client
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/cmd/docker-proxy
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/cmd/dockerd
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/cmd/dockerd/trap
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/container
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/container/stream
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/contrib/apparmor
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/contrib/docker-device-tool
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/contrib/httpserver
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/cluster
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/cluster/controllers/plugin
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/cluster/convert
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/cluster/executor
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/cluster/executor/container
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/cluster/provider
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/config
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/events
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/events/testutils
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/exec
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/graphdriver
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/graphdriver/aufs
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/graphdriver/btrfs
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/graphdriver/copy
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/graphdriver/devmapper
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/graphdriver/graphtest
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/graphdriver/overlay
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/graphdriver/overlay2
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/graphdriver/overlayutils
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/graphdriver/register
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/graphdriver/vfs
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/graphdriver/zfs
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/images
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/initlayer
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/links
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/listeners
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/logger
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/logger/awslogs
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/logger/fluentd
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/logger/gcplogs
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/logger/gelf
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/logger/journald
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/logger/jsonfilelog
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/logger/local
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/logger/logentries
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/logger/loggertest
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/logger/loggerutils
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/logger/loggerutils/cache
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/logger/splunk
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/logger/syslog
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/logger/templates
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/names
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/network
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/daemon/stats
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/distribution
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/distribution/metadata
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/distribution/utils
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/distribution/xfer
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/dockerversion
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/errdefs
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/image
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/image/cache
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/image/tarexport
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/image/v1
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/internal/test/suite
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/layer
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libcontainerd
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libcontainerd/queue
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libcontainerd/remote
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libcontainerd/supervisor
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/libcontainerd/types
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/oci
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/oci/caps
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/opts
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/pkg/aaparser
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/pkg/archive
14:34:34 [2023-06-22T14:34:34.032Z] github.com/docker/docker/pkg/authorization
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/broadcaster
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/capabilities
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/chrootarchive
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/containerfs
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/devicemapper
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/directory
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/dmesg
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/fileutils
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/fsutils
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/homedir
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/idtools
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/ioutils
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/jsonmessage
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/longpath
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/loopback
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/namesgenerator
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/parsers
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/parsers/kernel
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/parsers/operatingsystem
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/pidfile
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/platform
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/plugingetter
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/plugins
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/plugins/transport
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/pools
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/progress
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/pubsub
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/reexec
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/rootless
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/rootless/specconv
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/signal
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/stack
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/stdcopy
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/streamformatter
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/stringid
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/sysinfo
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/system
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/tailfile
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/tarsum
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/truncindex
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/urlutil
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/useragent
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/plugin
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/plugin/executor/containerd
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/plugin/v2
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/profiles/apparmor
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/profiles/seccomp
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/quota
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/reference
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/registry
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/registry/resumable
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/restartmanager
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/runconfig
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/runconfig/opts
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/testutil
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/testutil/daemon
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/testutil/environment
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/testutil/fakecontext
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/testutil/fakegit
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/testutil/fakestorage
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/testutil/fixtures/load
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/testutil/fixtures/plugin
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/testutil/fixtures/plugin/basic
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/testutil/registry
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/testutil/request
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/volume
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/volume/drivers
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/volume/local
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/volume/mounts
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/volume/service
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/volume/service/opts
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/volume/testutils'
14:34:34 [2023-06-22T14:34:34.033Z] ++ grep --fixed-strings /libnetwork
14:34:34 [2023-06-22T14:34:34.033Z] ++ echo 'github.com/docker/docker/api
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/api/server
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/api/server/backend/build
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/api/server/httpstatus
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/api/server/httputils
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/api/server/middleware
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/api/server/router
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/api/server/router/build
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/api/server/router/checkpoint
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/api/server/router/container
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/api/server/router/debug
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/api/server/router/distribution
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/api/server/router/grpc
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/api/server/router/image
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/api/server/router/network
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/api/server/router/plugin
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/api/server/router/session
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/api/server/router/swarm
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/api/server/router/system
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/api/server/router/volume
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/api/types
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/api/types/backend
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/api/types/blkiodev
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/api/types/container
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/api/types/events
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/api/types/filters
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/api/types/image
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/api/types/mount
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/api/types/network
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/api/types/plugins/logdriver
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/api/types/registry
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/api/types/strslice
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/api/types/swarm
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/api/types/swarm/runtime
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/api/types/time
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/api/types/versions
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/api/types/versions/v1p19
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/api/types/versions/v1p20
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/api/types/volume
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/builder
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/builder/builder-next
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/builder/builder-next/exporter
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/builder/builder-next/imagerefchecker
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/builder/builder-next/worker
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/builder/builder-next/worker/label
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/builder/dockerfile
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/builder/remotecontext
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/builder/remotecontext/git
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/builder/remotecontext/urlutil
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/cli
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/cli/config
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/cli/debug
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/cli/winresources/docker-proxy
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/cli/winresources/dockerd
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/client
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/cmd/docker-proxy
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/cmd/dockerd
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/cmd/dockerd/trap
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/container
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/container/stream
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/contrib/apparmor
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/contrib/docker-device-tool
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/contrib/httpserver
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/daemon
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/daemon/cluster
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/daemon/cluster/controllers/plugin
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/daemon/cluster/convert
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/daemon/cluster/executor
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/daemon/cluster/executor/container
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/daemon/cluster/provider
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/daemon/config
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/daemon/events
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/daemon/events/testutils
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/daemon/exec
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/daemon/graphdriver
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/daemon/graphdriver/aufs
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/daemon/graphdriver/btrfs
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/daemon/graphdriver/copy
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/daemon/graphdriver/devmapper
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/daemon/graphdriver/graphtest
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/daemon/graphdriver/overlay
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/daemon/graphdriver/overlay2
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/daemon/graphdriver/overlayutils
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/daemon/graphdriver/register
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/daemon/graphdriver/vfs
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/daemon/graphdriver/zfs
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/daemon/images
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/daemon/initlayer
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/daemon/links
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/daemon/listeners
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/daemon/logger
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/daemon/logger/awslogs
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/daemon/logger/fluentd
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/daemon/logger/gcplogs
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/daemon/logger/gelf
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/daemon/logger/journald
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/daemon/logger/jsonfilelog
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/daemon/logger/local
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/daemon/logger/logentries
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/daemon/logger/loggertest
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/daemon/logger/loggerutils
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/daemon/logger/loggerutils/cache
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/daemon/logger/splunk
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/daemon/logger/syslog
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/daemon/logger/templates
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/daemon/names
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/daemon/network
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/daemon/stats
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/distribution
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/distribution/metadata
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/distribution/utils
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/distribution/xfer
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/dockerversion
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/errdefs
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/image
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/image/cache
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/image/tarexport
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/image/v1
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/internal/test/suite
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/layer
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libcontainerd
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libcontainerd/queue
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libcontainerd/remote
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libcontainerd/supervisor
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libcontainerd/types
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libnetwork
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libnetwork/bitseq
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libnetwork/cluster
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libnetwork/cmd/diagnostic
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libnetwork/cmd/ovrouter
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libnetwork/cmd/readme_test
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libnetwork/config
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libnetwork/datastore
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libnetwork/diagnostic
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libnetwork/discoverapi
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libnetwork/driverapi
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libnetwork/drivers/bridge
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libnetwork/drivers/host
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libnetwork/drivers/ipvlan
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libnetwork/drivers/macvlan
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libnetwork/drivers/null
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libnetwork/drivers/overlay
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libnetwork/drivers/remote
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libnetwork/drivers/remote/api
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libnetwork/drivers/windows
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libnetwork/drvregistry
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libnetwork/etchosts
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libnetwork/idm
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libnetwork/internal/caller
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libnetwork/internal/setmatrix
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libnetwork/ipam
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libnetwork/ipamapi
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libnetwork/ipams/builtin
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libnetwork/ipams/null
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libnetwork/ipams/remote
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libnetwork/ipams/remote/api
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libnetwork/ipams/windowsipam
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libnetwork/ipamutils
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libnetwork/iptables
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libnetwork/netlabel
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libnetwork/netutils
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libnetwork/networkdb
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libnetwork/ns
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libnetwork/options
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libnetwork/osl
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libnetwork/osl/kernel
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libnetwork/portallocator
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libnetwork/portmapper
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libnetwork/resolvconf
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libnetwork/testutils
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/libnetwork/types
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/oci
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/oci/caps
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/opts
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/aaparser
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/archive
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/authorization
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/broadcaster
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/capabilities
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/chrootarchive
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/containerfs
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/devicemapper
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/directory
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/dmesg
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/fileutils
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/fsutils
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/homedir
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/idtools
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/ioutils
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/jsonmessage
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/longpath
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/loopback
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/namesgenerator
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/parsers
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/parsers/kernel
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/parsers/operatingsystem
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/pidfile
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/platform
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/plugingetter
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/plugins
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/plugins/transport
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/pools
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/progress
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/pubsub
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/reexec
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/rootless
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/rootless/specconv
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/signal
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/stack
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/stdcopy
14:34:34 [2023-06-22T14:34:34.033Z] github.com/docker/docker/pkg/streamformatter
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/pkg/stringid
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/pkg/sysinfo
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/pkg/system
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/pkg/tailfile
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/pkg/tarsum
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/pkg/truncindex
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/pkg/urlutil
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/pkg/useragent
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/plugin
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/plugin/executor/containerd
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/plugin/v2
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/profiles/apparmor
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/profiles/seccomp
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/quota
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/reference
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/registry
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/registry/resumable
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/restartmanager
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/runconfig
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/runconfig/opts
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/testutil
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/testutil/daemon
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/testutil/environment
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/testutil/fakecontext
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/testutil/fakegit
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/testutil/fakestorage
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/testutil/fixtures/load
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/testutil/fixtures/plugin
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/testutil/fixtures/plugin/basic
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/testutil/registry
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/testutil/request
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/volume
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/volume/drivers
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/volume/local
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/volume/mounts
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/volume/service
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/volume/service/opts
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/volume/testutils'
14:34:34 [2023-06-22T14:34:34.034Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/bitseq
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/cluster
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/cmd/diagnostic
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/cmd/ovrouter
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/cmd/readme_test
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/config
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/datastore
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/diagnostic
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/discoverapi
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/driverapi
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/drivers/bridge
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/drivers/host
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/drivers/ipvlan
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/drivers/macvlan
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/drivers/null
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/drivers/overlay
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/drivers/remote
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/drivers/remote/api
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/drivers/windows
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/drvregistry
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/etchosts
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/idm
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/internal/caller
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/internal/setmatrix
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/ipam
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/ipamapi
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/ipams/builtin
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/ipams/null
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/ipams/remote
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/ipams/remote/api
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/ipams/windowsipam
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/ipamutils
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/iptables
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/netlabel
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/netutils
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/networkdb
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/ns
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/options
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/osl
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/osl/kernel
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/portallocator
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/portmapper
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/resolvconf
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/testutils
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/types'
14:34:34 [2023-06-22T14:34:34.034Z] + echo 'github.com/docker/docker/libnetwork
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/bitseq
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/cluster
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/cmd/diagnostic
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/cmd/ovrouter
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/cmd/readme_test
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/config
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/datastore
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/diagnostic
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/discoverapi
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/driverapi
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/drivers/bridge
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/drivers/host
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/drivers/ipvlan
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/drivers/macvlan
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/drivers/null
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/drivers/overlay
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/drivers/remote
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/drivers/remote/api
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/drivers/windows
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/drvregistry
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/etchosts
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/idm
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/internal/caller
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/internal/setmatrix
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/ipam
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/ipamapi
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/ipams/builtin
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/ipams/null
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/ipams/remote
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/ipams/remote/api
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/ipams/windowsipam
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/ipamutils
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/iptables
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/netlabel
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/netutils
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/networkdb
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/ns
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/options
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/osl
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/osl/kernel
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/portallocator
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/portmapper
14:34:34 [2023-06-22T14:34:34.034Z] + grep --fixed-strings libnetwork/drivers/bridge
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/resolvconf
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/testutils
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/types'
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/drivers/bridge
14:34:34 [2023-06-22T14:34:34.034Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
14:34:34 [2023-06-22T14:34:34.034Z] + type docker-proxy
14:34:34 [2023-06-22T14:34:34.034Z] hack/test/unit: line 25: type: docker-proxy: not found
14:34:34 [2023-06-22T14:34:34.034Z] + hack/make.sh binary-proxy install-proxy
14:34:34 [2023-06-22T14:34:34.294Z] 
14:34:34 [2023-06-22T14:34:34.294Z] Removing bundles/
14:34:34 [2023-06-22T14:34:34.294Z] 
14:34:34 [2023-06-22T14:34:34.294Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy)
14:34:34 [2023-06-22T14:34:34.294Z] Building static bundles/binary-proxy/docker-proxy (linux/arm64)...
14:34:35 [2023-06-22T14:34:35.234Z] Created binary: bundles/binary-proxy/docker-proxy
14:34:35 [2023-06-22T14:34:35.234Z] 
14:34:35 [2023-06-22T14:34:35.234Z] ---> Making bundle: install-proxy (in bundles/install-proxy)
14:34:35 [2023-06-22T14:34:35.234Z] Installing docker-proxy to /usr/local/bin/
14:34:35 [2023-06-22T14:34:35.234Z] 
14:34:35 [2023-06-22T14:34:35.234Z] + mkdir -p bundles
14:34:35 [2023-06-22T14:34:35.234Z] + '[' -n 'github.com/docker/docker/api
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/api/server
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/api/server/backend/build
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/api/server/httpstatus
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/api/server/httputils
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/api/server/middleware
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/api/server/router
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/api/server/router/build
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/api/server/router/checkpoint
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/api/server/router/container
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/api/server/router/debug
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/api/server/router/distribution
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/api/server/router/grpc
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/api/server/router/image
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/api/server/router/network
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/api/server/router/plugin
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/api/server/router/session
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/api/server/router/swarm
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/api/server/router/system
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/api/server/router/volume
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/api/types
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/api/types/backend
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/api/types/blkiodev
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/api/types/container
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/api/types/events
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/api/types/filters
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/api/types/image
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/api/types/mount
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/api/types/network
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/api/types/plugins/logdriver
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/api/types/registry
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/api/types/strslice
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/api/types/swarm
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/api/types/swarm/runtime
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/api/types/time
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/api/types/versions
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/api/types/versions/v1p19
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/api/types/versions/v1p20
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/api/types/volume
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/builder
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/builder/builder-next
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/builder/builder-next/exporter
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/builder/builder-next/imagerefchecker
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/builder/builder-next/worker
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/builder/builder-next/worker/label
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/builder/dockerfile
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/builder/remotecontext
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/builder/remotecontext/git
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/builder/remotecontext/urlutil
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/cli
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/cli/config
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/cli/debug
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/cli/winresources/docker-proxy
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/cli/winresources/dockerd
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/client
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/cmd/docker-proxy
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/cmd/dockerd
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/cmd/dockerd/trap
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/container
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/container/stream
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/contrib/apparmor
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/contrib/docker-device-tool
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/contrib/httpserver
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/daemon
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/daemon/cluster
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/daemon/cluster/controllers/plugin
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/daemon/cluster/convert
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/daemon/cluster/executor
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/daemon/cluster/executor/container
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/daemon/cluster/provider
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/daemon/config
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/daemon/events
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/daemon/events/testutils
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/daemon/exec
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/daemon/graphdriver
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/daemon/graphdriver/aufs
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/daemon/graphdriver/btrfs
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/daemon/graphdriver/copy
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/daemon/graphdriver/devmapper
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/daemon/graphdriver/graphtest
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/daemon/graphdriver/overlay
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/daemon/graphdriver/overlay2
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/daemon/graphdriver/overlayutils
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/daemon/graphdriver/register
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/daemon/graphdriver/vfs
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/daemon/graphdriver/zfs
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/daemon/images
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/daemon/initlayer
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/daemon/links
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/daemon/listeners
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/daemon/logger
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/daemon/logger/awslogs
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/daemon/logger/fluentd
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/daemon/logger/gcplogs
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/daemon/logger/gelf
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/daemon/logger/journald
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/daemon/logger/jsonfilelog
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/daemon/logger/local
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/daemon/logger/logentries
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/daemon/logger/loggertest
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/daemon/logger/loggerutils
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/daemon/logger/loggerutils/cache
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/daemon/logger/splunk
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/daemon/logger/syslog
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/daemon/logger/templates
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/daemon/names
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/daemon/network
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/daemon/stats
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/distribution
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/distribution/metadata
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/distribution/utils
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/distribution/xfer
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/dockerversion
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/errdefs
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/image
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/image/cache
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/image/tarexport
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/image/v1
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/internal/test/suite
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/layer
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/libcontainerd
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/libcontainerd/queue
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/libcontainerd/remote
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/libcontainerd/supervisor
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/libcontainerd/types
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/oci
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/oci/caps
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/opts
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/pkg/aaparser
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/pkg/archive
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/pkg/authorization
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/pkg/broadcaster
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/pkg/capabilities
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/pkg/chrootarchive
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/pkg/containerfs
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/pkg/devicemapper
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/pkg/directory
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/pkg/dmesg
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/pkg/fileutils
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/pkg/fsutils
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/pkg/homedir
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/pkg/idtools
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/pkg/ioutils
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/pkg/jsonmessage
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/pkg/longpath
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/pkg/loopback
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/pkg/namesgenerator
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/pkg/parsers
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/pkg/parsers/kernel
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/pkg/parsers/operatingsystem
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/pkg/pidfile
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/pkg/platform
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/pkg/plugingetter
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/pkg/plugins
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/pkg/plugins/transport
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/pkg/pools
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/pkg/progress
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/pkg/pubsub
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/pkg/reexec
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/pkg/rootless
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/pkg/rootless/specconv
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/pkg/signal
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/pkg/stack
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/pkg/stdcopy
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/pkg/streamformatter
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/pkg/stringid
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/pkg/sysinfo
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/pkg/system
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/pkg/tailfile
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/pkg/tarsum
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/pkg/truncindex
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/pkg/urlutil
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/pkg/useragent
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/plugin
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/plugin/executor/containerd
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/plugin/v2
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/profiles/apparmor
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/profiles/seccomp
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/quota
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/reference
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/registry
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/registry/resumable
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/restartmanager
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/runconfig
14:34:35 [2023-06-22T14:34:35.234Z] github.com/docker/docker/runconfig/opts
14:34:35 [2023-06-22T14:34:35.235Z] github.com/docker/docker/testutil
14:34:35 [2023-06-22T14:34:35.235Z] github.com/docker/docker/testutil/daemon
14:34:35 [2023-06-22T14:34:35.235Z] github.com/docker/docker/testutil/environment
14:34:35 [2023-06-22T14:34:35.235Z] github.com/docker/docker/testutil/fakecontext
14:34:35 [2023-06-22T14:34:35.235Z] github.com/docker/docker/testutil/fakegit
14:34:35 [2023-06-22T14:34:35.235Z] github.com/docker/docker/testutil/fakestorage
14:34:35 [2023-06-22T14:34:35.235Z] github.com/docker/docker/testutil/fixtures/load
14:34:35 [2023-06-22T14:34:35.235Z] github.com/docker/docker/testutil/fixtures/plugin
14:34:35 [2023-06-22T14:34:35.235Z] github.com/docker/docker/testutil/fixtures/plugin/basic
14:34:35 [2023-06-22T14:34:35.235Z] github.com/docker/docker/testutil/registry
14:34:35 [2023-06-22T14:34:35.235Z] github.com/docker/docker/testutil/request
14:34:35 [2023-06-22T14:34:35.235Z] github.com/docker/docker/volume
14:34:35 [2023-06-22T14:34:35.235Z] github.com/docker/docker/volume/drivers
14:34:35 [2023-06-22T14:34:35.235Z] github.com/docker/docker/volume/local
14:34:35 [2023-06-22T14:34:35.235Z] github.com/docker/docker/volume/mounts
14:34:35 [2023-06-22T14:34:35.235Z] github.com/docker/docker/volume/service
14:34:35 [2023-06-22T14:34:35.235Z] github.com/docker/docker/volume/service/opts
14:34:35 [2023-06-22T14:34:35.235Z] github.com/docker/docker/volume/testutils' ']'
14:34:35 [2023-06-22T14:34:35.235Z] + 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/builder-next/worker/label github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/builder/remotecontext/urlutil github.com/docker/docker/cli 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
14:34:35 [2023-06-22T14:34:35.805Z] ?   	github.com/docker/docker/api	[no test files]
14:34:42 [2023-06-22T14:34:42.388Z] ok  	github.com/docker/docker/api/server	0.016s	coverage: 7.9% of statements
14:35:00 [2023-06-22T14:35:00.500Z] ok  	github.com/docker/docker/api/server/httputils	0.028s	coverage: 31.9% of statements
14:35:00 [2023-06-22T14:35:00.500Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
14:35:00 [2023-06-22T14:35:00.500Z] ?   	github.com/docker/docker/api/server/httpstatus	[no test files]
14:35:00 [2023-06-22T14:35:00.500Z] ok  	github.com/docker/docker/api/types/strslice	0.012s	coverage: 90.0% of statements
14:35:00 [2023-06-22T14:35:00.500Z] ok  	github.com/docker/docker/api/server/middleware	0.011s	coverage: 37.7% of statements
14:35:00 [2023-06-22T14:35:00.500Z] ?   	github.com/docker/docker/api/server/router	[no test files]
14:35:00 [2023-06-22T14:35:00.500Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
14:35:00 [2023-06-22T14:35:00.500Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
14:35:00 [2023-06-22T14:35:00.500Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
14:35:00 [2023-06-22T14:35:00.500Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
14:35:00 [2023-06-22T14:35:00.500Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
14:35:00 [2023-06-22T14:35:00.500Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
14:35:00 [2023-06-22T14:35:00.500Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
14:35:00 [2023-06-22T14:35:00.500Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
14:35:00 [2023-06-22T14:35:00.500Z] ok  	github.com/docker/docker/api/types/filters	0.008s	coverage: 93.7% of statements
14:35:00 [2023-06-22T14:35:00.500Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
14:35:00 [2023-06-22T14:35:00.500Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
14:35:00 [2023-06-22T14:35:00.500Z] ok  	github.com/docker/docker/api/types/time	0.019s	coverage: 100.0% of statements
14:35:00 [2023-06-22T14:35:00.500Z] ok  	github.com/docker/docker/api/types/versions	0.011s	coverage: 77.3% of statements
14:35:00 [2023-06-22T14:35:00.500Z] ok  	github.com/docker/docker/api/server/router/volume	0.019s	coverage: 66.7% of statements
14:35:00 [2023-06-22T14:35:00.500Z] ok  	github.com/docker/docker/builder/remotecontext/urlutil	0.006s	coverage: 100.0% of statements
14:35:00 [2023-06-22T14:35:00.500Z] ok  	github.com/docker/docker/api/server/router/swarm	0.018s	coverage: 6.0% of statements
14:35:00 [2023-06-22T14:35:00.500Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
14:35:00 [2023-06-22T14:35:00.500Z] ?   	github.com/docker/docker/api/types	[no test files]
14:35:00 [2023-06-22T14:35:00.500Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
14:35:00 [2023-06-22T14:35:00.500Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
14:35:00 [2023-06-22T14:35:00.500Z] ?   	github.com/docker/docker/api/types/container	[no test files]
14:35:00 [2023-06-22T14:35:00.500Z] ?   	github.com/docker/docker/api/types/events	[no test files]
14:35:00 [2023-06-22T14:35:00.500Z] ?   	github.com/docker/docker/api/types/image	[no test files]
14:35:00 [2023-06-22T14:35:00.500Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
14:35:00 [2023-06-22T14:35:00.500Z] ?   	github.com/docker/docker/api/types/network	[no test files]
14:35:00 [2023-06-22T14:35:00.500Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
14:35:00 [2023-06-22T14:35:00.500Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
14:35:00 [2023-06-22T14:35:00.500Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
14:35:00 [2023-06-22T14:35:00.500Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
14:35:00 [2023-06-22T14:35:00.500Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
14:35:00 [2023-06-22T14:35:00.500Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
14:35:00 [2023-06-22T14:35:00.500Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
14:35:00 [2023-06-22T14:35:00.500Z] ?   	github.com/docker/docker/builder	[no test files]
14:35:00 [2023-06-22T14:35:00.500Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
14:35:00 [2023-06-22T14:35:00.500Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
14:35:00 [2023-06-22T14:35:00.500Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
14:35:00 [2023-06-22T14:35:00.500Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
14:35:00 [2023-06-22T14:35:00.500Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
14:35:00 [2023-06-22T14:35:00.500Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
14:35:00 [2023-06-22T14:35:00.500Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
14:35:00 [2023-06-22T14:35:00.500Z] ?   	github.com/docker/docker/builder/builder-next/worker/label	[no test files]
14:35:00 [2023-06-22T14:35:00.500Z] ok  	github.com/docker/docker/cli/debug	0.007s	coverage: 100.0% of statements
14:35:00 [2023-06-22T14:35:00.768Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.188s	coverage: 66.5% of statements
14:35:01 [2023-06-22T14:35:01.709Z] ok  	github.com/docker/docker/builder/remotecontext	0.112s	coverage: 13.7% of statements
14:35:02 [2023-06-22T14:35:02.280Z] ok  	github.com/docker/docker/builder/dockerfile	0.478s	coverage: 49.3% of statements
14:35:04 [2023-06-22T14:35:04.825Z] ok  	github.com/docker/docker/client	0.122s	coverage: 76.8% of statements
14:35:05 [2023-06-22T14:35:05.395Z] ok  	github.com/docker/docker/builder/remotecontext/git	4.976s	coverage: 83.5% of statements
14:35:05 [2023-06-22T14:35:05.395Z] ?   	github.com/docker/docker/cli	[no test files]
14:35:05 [2023-06-22T14:35:05.395Z] ?   	github.com/docker/docker/cli/config	[no test files]
14:35:05 [2023-06-22T14:35:05.396Z] ?   	github.com/docker/docker/cli/winresources/docker-proxy	[no test files]
14:35:05 [2023-06-22T14:35:05.396Z] ?   	github.com/docker/docker/cli/winresources/dockerd	[no test files]
14:35:11 [2023-06-22T14:35:11.977Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.011s	coverage: 65.3% of statements
14:35:11 [2023-06-22T14:35:11.977Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.028s	coverage: 36.9% of statements
14:35:12 [2023-06-22T14:35:12.237Z] ok  	github.com/docker/docker/container	0.126s	coverage: 36.1% of statements
14:35:12 [2023-06-22T14:35:12.809Z] ok  	github.com/docker/docker/daemon/events	0.074s	coverage: 50.0% of statements
14:35:12 [2023-06-22T14:35:12.809Z] ok  	github.com/docker/docker/daemon/config	0.070s	coverage: 77.0% of statements
14:35:13 [2023-06-22T14:35:13.070Z] ok  	github.com/docker/docker/cmd/dockerd/trap	2.724s	coverage: 0.0% of statements
14:35:13 [2023-06-22T14:35:13.330Z] ok  	github.com/docker/docker/daemon/graphdriver	0.030s	coverage: 2.2% of statements
14:35:14 [2023-06-22T14:35:14.714Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	0.916s	coverage: 74.8% of statements
14:35:14 [2023-06-22T14:35:14.714Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.294s	coverage: 59.6% of statements
14:35:14 [2023-06-22T14:35:14.975Z] ok  	github.com/docker/docker/daemon/cluster	0.090s	coverage: 0.5% of statements
14:35:15 [2023-06-22T14:35:15.236Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.031s	coverage: 2.8% of statements
14:35:15 [2023-06-22T14:35:15.236Z] ok  	github.com/docker/docker/cmd/dockerd	0.072s	coverage: 30.1% of statements
14:35:15 [2023-06-22T14:35:15.236Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
14:35:15 [2023-06-22T14:35:15.236Z] ?   	github.com/docker/docker/container/stream	[no test files]
14:35:15 [2023-06-22T14:35:15.236Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
14:35:15 [2023-06-22T14:35:15.236Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
14:35:15 [2023-06-22T14:35:15.236Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
14:35:15 [2023-06-22T14:35:15.497Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.017s	coverage: 1.9% of statements
14:35:16 [2023-06-22T14:35:16.067Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	0.192s	coverage: 50.6% of statements
14:35:16 [2023-06-22T14:35:16.327Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.031s	coverage: 58.5% of statements
14:35:16 [2023-06-22T14:35:16.327Z] ok  	github.com/docker/docker/daemon/links	0.006s	coverage: 93.0% of statements
14:35:16 [2023-06-22T14:35:16.588Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.016s	coverage: 3.0% of statements
14:35:17 [2023-06-22T14:35:17.159Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.977s	coverage: 58.5% of statements
14:35:17 [2023-06-22T14:35:17.419Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.145s	coverage: 79.3% of statements
14:35:17 [2023-06-22T14:35:17.419Z] ok  	github.com/docker/docker/daemon/images	0.037s	coverage: 6.9% of statements
14:35:17 [2023-06-22T14:35:17.419Z] ok  	github.com/docker/docker/daemon/logger/fluentd	0.013s	coverage: 53.6% of statements
14:35:17 [2023-06-22T14:35:17.419Z] ok  	github.com/docker/docker/daemon/logger	0.218s	coverage: 43.2% of statements
14:35:17 [2023-06-22T14:35:17.990Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.013s	coverage: 87.2% of statements
14:35:17 [2023-06-22T14:35:17.990Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.011s	coverage: 68.2% of statements
14:35:17 [2023-06-22T14:35:17.990Z] ok  	github.com/docker/docker/daemon/logger/journald	0.009s	coverage: 23.4% of statements
14:35:18 [2023-06-22T14:35:18.250Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.478s	coverage: 13.4% of statements
14:35:18 [2023-06-22T14:35:18.511Z] ok  	github.com/docker/docker/daemon/logger/local	0.023s	coverage: 79.4% of statements
14:35:18 [2023-06-22T14:35:18.511Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.156s	coverage: 76.8% of statements
14:35:18 [2023-06-22T14:35:18.771Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.030s	coverage: 31.5% of statements
14:35:18 [2023-06-22T14:35:18.771Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.026s	coverage: 62.0% of statements
14:35:18 [2023-06-22T14:35:18.771Z] ok  	github.com/docker/docker/daemon/logger/templates	0.003s	coverage: 8.3% of statements
14:35:19 [2023-06-22T14:35:19.031Z] ok  	github.com/docker/docker/daemon/network	0.024s	coverage: 63.8% of statements
14:35:19 [2023-06-22T14:35:19.292Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.038s	coverage: 46.8% of statements
14:35:19 [2023-06-22T14:35:19.292Z] ok  	github.com/docker/docker/distribution/metadata	0.056s	coverage: 44.4% of statements
14:35:19 [2023-06-22T14:35:19.552Z] ok  	github.com/docker/docker/errdefs	0.027s	coverage: 77.7% of statements
14:35:20 [2023-06-22T14:35:20.124Z] ok  	github.com/docker/docker/image	0.025s	coverage: 87.3% of statements
14:35:20 [2023-06-22T14:35:20.124Z] ok  	github.com/docker/docker/image/cache	0.010s	coverage: 19.2% of statements
14:35:20 [2023-06-22T14:35:20.124Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	4.876s	coverage: 45.9% of statements
14:35:20 [2023-06-22T14:35:20.384Z] ok  	github.com/docker/docker/image/tarexport	0.009s	coverage: 0.7% of statements
14:35:20 [2023-06-22T14:35:20.385Z] ok  	github.com/docker/docker/libcontainerd/queue	0.041s	coverage: 100.0% of statements
14:35:20 [2023-06-22T14:35:20.645Z] ok  	github.com/docker/docker/oci	0.007s	coverage: 46.0% of statements
14:35:20 [2023-06-22T14:35:20.645Z] ok  	github.com/docker/docker/pkg/aaparser	0.003s	coverage: 52.9% of statements
14:35:20 [2023-06-22T14:35:20.645Z] ok  	github.com/docker/docker/distribution	0.596s	coverage: 29.5% of statements
14:35:20 [2023-06-22T14:35:20.645Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.569s	coverage: 82.5% of statements
14:35:20 [2023-06-22T14:35:20.905Z] ok  	github.com/docker/docker/opts	0.031s	coverage: 66.0% of statements
14:35:20 [2023-06-22T14:35:20.905Z] ok  	github.com/docker/docker/pkg/broadcaster	0.002s	coverage: 100.0% of statements
14:35:20 [2023-06-22T14:35:20.905Z] ok  	github.com/docker/docker/pkg/capabilities	0.002s	coverage: 87.5% of statements
14:35:21 [2023-06-22T14:35:21.476Z] ok  	github.com/docker/docker/pkg/containerfs	0.005s	coverage: 6.7% of statements
14:35:21 [2023-06-22T14:35:21.476Z] ok  	github.com/docker/docker/pkg/directory	0.002s	coverage: 81.8% of statements
14:35:21 [2023-06-22T14:35:21.736Z] ok  	github.com/docker/docker/pkg/authorization	0.329s	coverage: 68.3% of statements
14:35:21 [2023-06-22T14:35:21.736Z] ok  	github.com/docker/docker/pkg/dmesg	0.004s	coverage: 83.3% of statements
14:35:21 [2023-06-22T14:35:21.736Z] ok  	github.com/docker/docker/pkg/fileutils	0.004s	coverage: 78.6% of statements
14:35:21 [2023-06-22T14:35:21.736Z] ok  	github.com/docker/docker/pkg/homedir	0.004s	coverage: 10.4% of statements
14:35:21 [2023-06-22T14:35:21.996Z] ok  	github.com/docker/docker/pkg/archive	0.342s	coverage: 81.9% of statements
14:35:21 [2023-06-22T14:35:21.996Z] ok  	github.com/docker/docker/distribution/xfer	2.401s	coverage: 84.9% of statements
14:35:22 [2023-06-22T14:35:22.256Z] ok  	github.com/docker/docker/pkg/longpath	0.002s	coverage: 100.0% of statements
14:35:22 [2023-06-22T14:35:22.256Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.004s	coverage: 91.7% of statements
14:35:22 [2023-06-22T14:35:22.256Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.004s	coverage: 85.7% of statements
14:35:22 [2023-06-22T14:35:22.256Z] ok  	github.com/docker/docker/pkg/parsers	0.002s	coverage: 97.0% of statements
14:35:22 [2023-06-22T14:35:22.517Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.002s	coverage: 60.0% of statements
14:35:22 [2023-06-22T14:35:22.517Z] ok  	github.com/docker/docker/pkg/idtools	0.393s	coverage: 68.1% of statements
14:35:22 [2023-06-22T14:35:22.517Z] ok  	github.com/docker/docker/pkg/ioutils	0.364s	coverage: 71.6% of statements
14:35:22 [2023-06-22T14:35:22.517Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.004s	coverage: 90.5% of statements
14:35:22 [2023-06-22T14:35:22.517Z] ok  	github.com/docker/docker/pkg/pidfile	0.002s	coverage: 82.4% of statements
14:35:22 [2023-06-22T14:35:22.777Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.008s	coverage: 56.8% of statements
14:35:22 [2023-06-22T14:35:22.777Z] ok  	github.com/docker/docker/pkg/pools	0.007s	coverage: 88.2% of statements
14:35:22 [2023-06-22T14:35:22.777Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
14:35:23 [2023-06-22T14:35:23.038Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.004s	coverage: 85.7% of statements
14:35:23 [2023-06-22T14:35:23.038Z] ok  	github.com/docker/docker/pkg/reexec	0.010s	coverage: 82.4% of statements
14:35:23 [2023-06-22T14:35:23.038Z] ok  	github.com/docker/docker/pkg/stack	0.004s	coverage: 90.9% of statements
14:35:23 [2023-06-22T14:35:23.038Z] ok  	github.com/docker/docker/pkg/stdcopy	0.005s	coverage: 100.0% of statements
14:35:23 [2023-06-22T14:35:23.298Z] ok  	github.com/docker/docker/pkg/stringid	0.005s	coverage: 70.6% of statements
14:35:23 [2023-06-22T14:35:23.298Z] ok  	github.com/docker/docker/pkg/streamformatter	0.005s	coverage: 66.2% of statements
14:35:23 [2023-06-22T14:35:23.559Z] ok  	github.com/docker/docker/pkg/system	0.003s	coverage: 44.8% of statements
14:35:23 [2023-06-22T14:35:23.559Z] ok  	github.com/docker/docker/pkg/tailfile	0.059s	coverage: 88.6% of statements
14:35:23 [2023-06-22T14:35:23.559Z] ok  	github.com/docker/docker/pkg/sysinfo	0.006s	coverage: 53.6% of statements
14:35:23 [2023-06-22T14:35:23.819Z] ok  	github.com/docker/docker/pkg/useragent	0.002s	coverage: 88.9% of statements
14:35:23 [2023-06-22T14:35:23.819Z] ok  	github.com/docker/docker/pkg/truncindex	0.102s	coverage: 91.5% of statements
14:35:23 [2023-06-22T14:35:23.819Z] ok  	github.com/docker/docker/pkg/tarsum	0.059s	coverage: 89.3% of statements
14:35:24 [2023-06-22T14:35:24.078Z] ok  	github.com/docker/docker/pkg/chrootarchive	2.597s	coverage: 43.1% of statements
14:35:24 [2023-06-22T14:35:24.338Z] ok  	github.com/docker/docker/profiles/seccomp	0.010s	coverage: 86.0% of statements
14:35:24 [2023-06-22T14:35:24.338Z] ok  	github.com/docker/docker/plugin/v2	0.014s	coverage: 14.4% of statements
14:35:24 [2023-06-22T14:35:24.599Z] ok  	github.com/docker/docker/reference	0.007s	coverage: 84.4% of statements
14:35:24 [2023-06-22T14:35:24.859Z] ok  	github.com/docker/docker/registry/resumable	0.017s	coverage: 100.0% of statements
14:35:24 [2023-06-22T14:35:24.859Z] ok  	github.com/docker/docker/restartmanager	0.002s	coverage: 50.9% of statements
14:35:25 [2023-06-22T14:35:25.121Z] ok  	github.com/docker/docker/plugin	0.519s	coverage: 23.2% of statements
14:35:25 [2023-06-22T14:35:25.121Z] ok  	github.com/docker/docker/registry	0.087s	coverage: 58.7% of statements
14:35:25 [2023-06-22T14:35:25.121Z] ok  	github.com/docker/docker/testutil	0.003s	coverage: 62.5% of statements
14:35:25 [2023-06-22T14:35:25.121Z] ok  	github.com/docker/docker/quota	0.282s	coverage: 71.4% of statements
14:35:25 [2023-06-22T14:35:25.382Z] ok  	github.com/docker/docker/runconfig	0.012s	coverage: 64.5% of statements
14:35:25 [2023-06-22T14:35:25.952Z] ok  	github.com/docker/docker/volume/drivers	0.006s	coverage: 36.1% of statements
14:35:25 [2023-06-22T14:35:25.952Z] ok  	github.com/docker/docker/volume/mounts	0.007s	coverage: 67.7% of statements
14:35:26 [2023-06-22T14:35:26.212Z] ok  	github.com/docker/docker/volume/local	0.080s	coverage: 77.1% of statements
14:35:26 [2023-06-22T14:35:26.472Z] ok  	github.com/docker/docker/volume/service	0.012s	coverage: 73.1% of statements
14:35:27 [2023-06-22T14:35:27.850Z] ok  	github.com/docker/docker/daemon	10.103s	coverage: 16.5% of statements
14:35:27 [2023-06-22T14:35:27.850Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
14:35:27 [2023-06-22T14:35:27.850Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
14:35:27 [2023-06-22T14:35:27.850Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
14:35:27 [2023-06-22T14:35:27.850Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
14:35:27 [2023-06-22T14:35:27.850Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
14:35:27 [2023-06-22T14:35:27.850Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
14:35:27 [2023-06-22T14:35:27.850Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
14:35:27 [2023-06-22T14:35:27.850Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
14:35:27 [2023-06-22T14:35:27.850Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
14:35:27 [2023-06-22T14:35:27.850Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
14:35:27 [2023-06-22T14:35:27.850Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
14:35:27 [2023-06-22T14:35:27.850Z] ?   	github.com/docker/docker/daemon/logger/loggertest	[no test files]
14:35:27 [2023-06-22T14:35:27.850Z] ?   	github.com/docker/docker/daemon/names	[no test files]
14:35:27 [2023-06-22T14:35:27.850Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
14:35:27 [2023-06-22T14:35:27.850Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
14:35:27 [2023-06-22T14:35:27.850Z] ?   	github.com/docker/docker/dockerversion	[no test files]
14:35:27 [2023-06-22T14:35:27.851Z] ?   	github.com/docker/docker/image/v1	[no test files]
14:35:27 [2023-06-22T14:35:27.851Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
14:35:29 [2023-06-22T14:35:29.230Z] ok  	github.com/docker/docker/layer	7.922s	coverage: 68.9% of statements
14:35:29 [2023-06-22T14:35:29.230Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
14:35:29 [2023-06-22T14:35:29.230Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
14:35:29 [2023-06-22T14:35:29.230Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
14:35:29 [2023-06-22T14:35:29.230Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
14:35:29 [2023-06-22T14:35:29.230Z] ?   	github.com/docker/docker/oci/caps	[no test files]
14:35:29 [2023-06-22T14:35:29.230Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
14:35:29 [2023-06-22T14:35:29.230Z] ?   	github.com/docker/docker/pkg/fsutils	[no test files]
14:35:29 [2023-06-22T14:35:29.230Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
14:35:29 [2023-06-22T14:35:29.230Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
14:35:29 [2023-06-22T14:35:29.230Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
14:36:01 [2023-06-22T14:36:01.360Z] ok  	github.com/docker/docker/pkg/plugins	33.662s	coverage: 74.4% of statements
14:36:01 [2023-06-22T14:36:01.360Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
14:36:01 [2023-06-22T14:36:01.360Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
14:36:01 [2023-06-22T14:36:01.360Z] ?   	github.com/docker/docker/pkg/pubsub	[no test files]
14:36:01 [2023-06-22T14:36:01.360Z] ?   	github.com/docker/docker/pkg/rootless	[no test files]
14:36:01 [2023-06-22T14:36:01.360Z] ?   	github.com/docker/docker/pkg/rootless/specconv	[no test files]
14:36:01 [2023-06-22T14:36:01.360Z] ?   	github.com/docker/docker/pkg/signal	[no test files]
14:36:01 [2023-06-22T14:36:01.360Z] ?   	github.com/docker/docker/pkg/urlutil	[no test files]
14:36:01 [2023-06-22T14:36:01.360Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
14:36:01 [2023-06-22T14:36:01.360Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
14:36:01 [2023-06-22T14:36:01.360Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
14:36:01 [2023-06-22T14:36:01.360Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
14:36:01 [2023-06-22T14:36:01.360Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
14:36:01 [2023-06-22T14:36:01.360Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
14:36:01 [2023-06-22T14:36:01.360Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
14:36:01 [2023-06-22T14:36:01.360Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
14:36:01 [2023-06-22T14:36:01.360Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
14:36:01 [2023-06-22T14:36:01.360Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
14:36:01 [2023-06-22T14:36:01.360Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
14:36:01 [2023-06-22T14:36:01.360Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
14:36:01 [2023-06-22T14:36:01.360Z] ?   	github.com/docker/docker/testutil/request	[no test files]
14:36:01 [2023-06-22T14:36:01.360Z] ?   	github.com/docker/docker/volume	[no test files]
14:36:01 [2023-06-22T14:36:01.360Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
14:36:01 [2023-06-22T14:36:01.360Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
14:36:01 [2023-06-22T14:36:01.360Z] 
14:36:01 [2023-06-22T14:36:01.360Z] === Skipped
14:36:01 [2023-06-22T14:36:01.360Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s)
14:36:01 [2023-06-22T14:36:01.360Z]     network_proxy_test.go:193: Need to start CI docker with --ipv6
14:36:01 [2023-06-22T14:36:01.360Z] 
14:36:01 [2023-06-22T14:36:01.360Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s)
14:36:01 [2023-06-22T14:36:01.360Z]     network_proxy_test.go:208: No support for dual stack yet
14:36:01 [2023-06-22T14:36:01.360Z] 
14:36:01 [2023-06-22T14:36:01.360Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s)
14:36:01 [2023-06-22T14:36:01.360Z]     network_proxy_test.go:237: Need to start CI docker with --ipv6
14:36:01 [2023-06-22T14:36:01.360Z] 
14:36:01 [2023-06-22T14:36:01.360Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s)
14:36:01 [2023-06-22T14:36:01.360Z]     network_proxy_test.go:298: Need to start CI docker with --ipv6
14:36:01 [2023-06-22T14:36:01.360Z] 
14:36:01 [2023-06-22T14:36:01.360Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
14:36:01 [2023-06-22T14:36:01.360Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:36:01 [2023-06-22T14:36:01.360Z]     graphtest_unix.go:44: Driver btrfs not supported
14:36:01 [2023-06-22T14:36:01.360Z] 
14:36:01 [2023-06-22T14:36:01.360Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
14:36:01 [2023-06-22T14:36:01.360Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:36:01 [2023-06-22T14:36:01.360Z]     graphtest_unix.go:44: Driver btrfs not supported
14:36:01 [2023-06-22T14:36:01.360Z] 
14:36:01 [2023-06-22T14:36:01.360Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
14:36:01 [2023-06-22T14:36:01.360Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:36:01 [2023-06-22T14:36:01.360Z]     graphtest_unix.go:44: Driver btrfs not supported
14:36:01 [2023-06-22T14:36:01.360Z] 
14:36:01 [2023-06-22T14:36:01.360Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
14:36:01 [2023-06-22T14:36:01.360Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:36:01 [2023-06-22T14:36:01.360Z]     graphtest_unix.go:44: Driver btrfs not supported
14:36:01 [2023-06-22T14:36:01.360Z] 
14:36:01 [2023-06-22T14:36:01.360Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
14:36:01 [2023-06-22T14:36:01.360Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:36:01 [2023-06-22T14:36:01.360Z]     graphtest_unix.go:44: Driver btrfs not supported
14:36:01 [2023-06-22T14:36:01.360Z] 
14:36:01 [2023-06-22T14:36:01.360Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
14:36:01 [2023-06-22T14:36:01.360Z]     graphtest_unix.go:71: No driver to put!
14:36:01 [2023-06-22T14:36:01.360Z] 
14:36:01 [2023-06-22T14:36:01.360Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
14:36:01 [2023-06-22T14:36:01.360Z] time="2023-06-22T14:35:15Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
14:36:01 [2023-06-22T14:36:01.360Z]     graphtest_unix.go:42: graphdriver: driver not supported
14:36:01 [2023-06-22T14:36:01.360Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
14:36:01 [2023-06-22T14:36:01.360Z] 
14:36:01 [2023-06-22T14:36:01.360Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
14:36:01 [2023-06-22T14:36:01.360Z] time="2023-06-22T14:35:15Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
14:36:01 [2023-06-22T14:36:01.360Z]     graphtest_unix.go:42: graphdriver: driver not supported
14:36:01 [2023-06-22T14:36:01.360Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
14:36:01 [2023-06-22T14:36:01.360Z] 
14:36:01 [2023-06-22T14:36:01.360Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
14:36:01 [2023-06-22T14:36:01.360Z] time="2023-06-22T14:35:15Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
14:36:01 [2023-06-22T14:36:01.360Z]     graphtest_unix.go:42: graphdriver: driver not supported
14:36:01 [2023-06-22T14:36:01.360Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
14:36:01 [2023-06-22T14:36:01.360Z] 
14:36:01 [2023-06-22T14:36:01.360Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
14:36:01 [2023-06-22T14:36:01.360Z] time="2023-06-22T14:35:15Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
14:36:01 [2023-06-22T14:36:01.360Z]     graphtest_unix.go:42: graphdriver: driver not supported
14:36:01 [2023-06-22T14:36:01.360Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
14:36:01 [2023-06-22T14:36:01.360Z] 
14:36:01 [2023-06-22T14:36:01.360Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
14:36:01 [2023-06-22T14:36:01.360Z] time="2023-06-22T14:35:15Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
14:36:01 [2023-06-22T14:36:01.360Z]     graphtest_unix.go:42: graphdriver: driver not supported
14:36:01 [2023-06-22T14:36:01.360Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
14:36:01 [2023-06-22T14:36:01.360Z] 
14:36:01 [2023-06-22T14:36:01.360Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
14:36:01 [2023-06-22T14:36:01.360Z]     graphtest_unix.go:71: No driver to put!
14:36:01 [2023-06-22T14:36:01.360Z] 
14:36:01 [2023-06-22T14:36:01.360Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
14:36:01 [2023-06-22T14:36:01.360Z]     overlay_test.go:45: Fails to compute changes after apply intermittently
14:36:01 [2023-06-22T14:36:01.360Z] 
14:36:01 [2023-06-22T14:36:01.360Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
14:36:01 [2023-06-22T14:36:01.360Z]     overlay_test.go:50: Fails to compute changes intermittently
14:36:01 [2023-06-22T14:36:01.360Z] 
14:36:01 [2023-06-22T14:36:01.360Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
14:36:01 [2023-06-22T14:36:01.360Z]     overlay_test.go:65: Cannot run test with naive change algorithm
14:36:01 [2023-06-22T14:36:01.360Z] 
14:36:01 [2023-06-22T14:36:01.360Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
14:36:01 [2023-06-22T14:36:01.360Z]     graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
14:36:01 [2023-06-22T14:36:01.360Z] 
14:36:01 [2023-06-22T14:36:01.360Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
14:36:01 [2023-06-22T14:36:01.360Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:36:01 [2023-06-22T14:36:01.360Z]     graphtest_unix.go:44: Driver zfs not supported
14:36:01 [2023-06-22T14:36:01.360Z] 
14:36:01 [2023-06-22T14:36:01.360Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
14:36:01 [2023-06-22T14:36:01.360Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:36:01 [2023-06-22T14:36:01.360Z]     graphtest_unix.go:44: Driver zfs not supported
14:36:01 [2023-06-22T14:36:01.360Z] 
14:36:01 [2023-06-22T14:36:01.360Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
14:36:01 [2023-06-22T14:36:01.360Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:36:01 [2023-06-22T14:36:01.360Z]     graphtest_unix.go:44: Driver zfs not supported
14:36:01 [2023-06-22T14:36:01.360Z] 
14:36:01 [2023-06-22T14:36:01.360Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
14:36:01 [2023-06-22T14:36:01.360Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:36:01 [2023-06-22T14:36:01.360Z]     graphtest_unix.go:44: Driver zfs not supported
14:36:01 [2023-06-22T14:36:01.360Z] 
14:36:01 [2023-06-22T14:36:01.360Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
14:36:01 [2023-06-22T14:36:01.360Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:36:01 [2023-06-22T14:36:01.360Z]     graphtest_unix.go:44: Driver zfs not supported
14:36:01 [2023-06-22T14:36:01.360Z] 
14:36:01 [2023-06-22T14:36:01.360Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
14:36:01 [2023-06-22T14:36:01.360Z]     graphtest_unix.go:71: No driver to put!
14:36:01 [2023-06-22T14:36:01.360Z] 
14:36:01 [2023-06-22T14:36:01.360Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
14:36:01 [2023-06-22T14:36:01.360Z]     sysinfo_linux_test.go:86: AppArmor Must be Disabled
14:36:01 [2023-06-22T14:36:01.360Z] 
14:36:01 [2023-06-22T14:36:01.360Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
14:36:01 [2023-06-22T14:36:01.360Z]     sysinfo_linux_test.go:106: cgroup namespaces must be disabled
14:36:01 [2023-06-22T14:36:01.360Z] 
14:36:01 [2023-06-22T14:36:01.360Z] DONE 2803 tests, 28 skipped in 81.726s
14:36:01 [2023-06-22T14:36:01.360Z] + '[' -n 'github.com/docker/docker/libnetwork
14:36:01 [2023-06-22T14:36:01.360Z] github.com/docker/docker/libnetwork/bitseq
14:36:01 [2023-06-22T14:36:01.360Z] github.com/docker/docker/libnetwork/cluster
14:36:01 [2023-06-22T14:36:01.360Z] github.com/docker/docker/libnetwork/cmd/diagnostic
14:36:01 [2023-06-22T14:36:01.360Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
14:36:01 [2023-06-22T14:36:01.360Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
14:36:01 [2023-06-22T14:36:01.360Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
14:36:01 [2023-06-22T14:36:01.360Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
14:36:01 [2023-06-22T14:36:01.360Z] github.com/docker/docker/libnetwork/cmd/ovrouter
14:36:01 [2023-06-22T14:36:01.360Z] github.com/docker/docker/libnetwork/cmd/readme_test
14:36:01 [2023-06-22T14:36:01.360Z] github.com/docker/docker/libnetwork/config
14:36:01 [2023-06-22T14:36:01.360Z] github.com/docker/docker/libnetwork/datastore
14:36:01 [2023-06-22T14:36:01.360Z] github.com/docker/docker/libnetwork/diagnostic
14:36:01 [2023-06-22T14:36:01.360Z] github.com/docker/docker/libnetwork/discoverapi
14:36:01 [2023-06-22T14:36:01.360Z] github.com/docker/docker/libnetwork/driverapi
14:36:01 [2023-06-22T14:36:01.360Z] github.com/docker/docker/libnetwork/drivers/bridge
14:36:01 [2023-06-22T14:36:01.360Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
14:36:01 [2023-06-22T14:36:01.360Z] github.com/docker/docker/libnetwork/drivers/host
14:36:01 [2023-06-22T14:36:01.360Z] github.com/docker/docker/libnetwork/drivers/ipvlan
14:36:01 [2023-06-22T14:36:01.360Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
14:36:01 [2023-06-22T14:36:01.360Z] github.com/docker/docker/libnetwork/drivers/macvlan
14:36:01 [2023-06-22T14:36:01.360Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
14:36:01 [2023-06-22T14:36:01.360Z] github.com/docker/docker/libnetwork/drivers/null
14:36:01 [2023-06-22T14:36:01.360Z] github.com/docker/docker/libnetwork/drivers/overlay
14:36:01 [2023-06-22T14:36:01.360Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
14:36:01 [2023-06-22T14:36:01.360Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
14:36:01 [2023-06-22T14:36:01.360Z] github.com/docker/docker/libnetwork/drivers/remote
14:36:01 [2023-06-22T14:36:01.360Z] github.com/docker/docker/libnetwork/drivers/remote/api
14:36:01 [2023-06-22T14:36:01.360Z] github.com/docker/docker/libnetwork/drivers/windows
14:36:01 [2023-06-22T14:36:01.360Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
14:36:01 [2023-06-22T14:36:01.360Z] github.com/docker/docker/libnetwork/drvregistry
14:36:01 [2023-06-22T14:36:01.360Z] github.com/docker/docker/libnetwork/etchosts
14:36:01 [2023-06-22T14:36:01.360Z] github.com/docker/docker/libnetwork/idm
14:36:01 [2023-06-22T14:36:01.360Z] github.com/docker/docker/libnetwork/internal/caller
14:36:01 [2023-06-22T14:36:01.361Z] github.com/docker/docker/libnetwork/internal/setmatrix
14:36:01 [2023-06-22T14:36:01.361Z] github.com/docker/docker/libnetwork/ipam
14:36:01 [2023-06-22T14:36:01.361Z] github.com/docker/docker/libnetwork/ipamapi
14:36:01 [2023-06-22T14:36:01.361Z] github.com/docker/docker/libnetwork/ipams/builtin
14:36:01 [2023-06-22T14:36:01.361Z] github.com/docker/docker/libnetwork/ipams/null
14:36:01 [2023-06-22T14:36:01.361Z] github.com/docker/docker/libnetwork/ipams/remote
14:36:01 [2023-06-22T14:36:01.361Z] github.com/docker/docker/libnetwork/ipams/remote/api
14:36:01 [2023-06-22T14:36:01.361Z] github.com/docker/docker/libnetwork/ipams/windowsipam
14:36:01 [2023-06-22T14:36:01.361Z] github.com/docker/docker/libnetwork/ipamutils
14:36:01 [2023-06-22T14:36:01.361Z] github.com/docker/docker/libnetwork/iptables
14:36:01 [2023-06-22T14:36:01.361Z] github.com/docker/docker/libnetwork/netlabel
14:36:01 [2023-06-22T14:36:01.361Z] github.com/docker/docker/libnetwork/netutils
14:36:01 [2023-06-22T14:36:01.361Z] github.com/docker/docker/libnetwork/networkdb
14:36:01 [2023-06-22T14:36:01.361Z] github.com/docker/docker/libnetwork/ns
14:36:01 [2023-06-22T14:36:01.361Z] github.com/docker/docker/libnetwork/options
14:36:01 [2023-06-22T14:36:01.361Z] github.com/docker/docker/libnetwork/osl
14:36:01 [2023-06-22T14:36:01.361Z] github.com/docker/docker/libnetwork/osl/kernel
14:36:01 [2023-06-22T14:36:01.361Z] github.com/docker/docker/libnetwork/portallocator
14:36:01 [2023-06-22T14:36:01.361Z] github.com/docker/docker/libnetwork/portmapper
14:36:01 [2023-06-22T14:36:01.361Z] github.com/docker/docker/libnetwork/resolvconf
14:36:01 [2023-06-22T14:36:01.361Z] github.com/docker/docker/libnetwork/testutils
14:36:01 [2023-06-22T14:36:01.361Z] github.com/docker/docker/libnetwork/types' ']'
14:36:01 [2023-06-22T14:36:01.361Z] + 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
14:36:48 [2023-06-22T14:36:48.203Z] ok  	github.com/docker/docker/libnetwork	45.211s	coverage: 41.0% of statements
14:36:48 [2023-06-22T14:36:48.203Z] ok  	github.com/docker/docker/libnetwork/bitseq	0.144s	coverage: 84.4% of statements
14:36:48 [2023-06-22T14:36:48.203Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
14:36:48 [2023-06-22T14:36:48.203Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
14:36:48 [2023-06-22T14:36:48.203Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
14:36:48 [2023-06-22T14:36:48.203Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
14:36:48 [2023-06-22T14:36:48.203Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
14:36:48 [2023-06-22T14:36:48.203Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
14:36:48 [2023-06-22T14:36:48.203Z] ?   	github.com/docker/docker/libnetwork/cmd/ovrouter	[no test files]
14:36:48 [2023-06-22T14:36:48.203Z] ?   	github.com/docker/docker/libnetwork/cmd/readme_test	[no test files]
14:36:48 [2023-06-22T14:36:48.203Z] ok  	github.com/docker/docker/libnetwork/config	0.011s	coverage: 9.3% of statements
14:36:48 [2023-06-22T14:36:48.203Z] ok  	github.com/docker/docker/libnetwork/datastore	0.003s	coverage: 21.9% of statements
14:36:48 [2023-06-22T14:36:48.203Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
14:36:48 [2023-06-22T14:36:48.203Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
14:36:48 [2023-06-22T14:36:48.203Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.003s	coverage: 68.9% of statements
14:36:50 [2023-06-22T14:36:50.745Z] ok  	github.com/docker/docker/libnetwork/drivers/bridge	1.877s	coverage: 60.1% of statements
14:36:50 [2023-06-22T14:36:50.745Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
14:36:51 [2023-06-22T14:36:51.005Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.003s	coverage: 34.8% of statements
14:36:51 [2023-06-22T14:36:51.944Z] ok  	github.com/docker/docker/libnetwork/drivers/ipvlan	0.392s	coverage: 4.9% of statements
14:36:51 [2023-06-22T14:36:51.944Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
14:36:52 [2023-06-22T14:36:52.513Z] ok  	github.com/docker/docker/libnetwork/drivers/macvlan	0.014s	coverage: 4.5% of statements
14:36:52 [2023-06-22T14:36:52.513Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
14:36:52 [2023-06-22T14:36:52.773Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.003s	coverage: 34.8% of statements
14:37:02 [2023-06-22T14:37:02.757Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay	8.119s	coverage: 6.7% of statements
14:37:02 [2023-06-22T14:37:02.757Z] ?   	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	[no test files]
14:37:02 [2023-06-22T14:37:02.757Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.004s	coverage: 63.6% of statements
14:37:02 [2023-06-22T14:37:02.757Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.012s	coverage: 57.4% of statements
14:37:02 [2023-06-22T14:37:02.757Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
14:37:02 [2023-06-22T14:37:02.757Z] ?   	github.com/docker/docker/libnetwork/drivers/windows	[no test files]
14:37:02 [2023-06-22T14:37:02.757Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
14:37:03 [2023-06-22T14:37:03.326Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.013s	coverage: 82.4% of statements
14:37:03 [2023-06-22T14:37:03.586Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.012s	coverage: 81.2% of statements
14:37:03 [2023-06-22T14:37:03.586Z] ok  	github.com/docker/docker/libnetwork/idm	0.002s	coverage: 87.5% of statements
14:37:03 [2023-06-22T14:37:03.845Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.002s	coverage: 100.0% of statements
14:37:16 [2023-06-22T14:37:16.064Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.003s	coverage: 100.0% of statements
14:37:30 [2023-06-22T14:37:30.958Z] ok  	github.com/docker/docker/libnetwork/ipam	15.307s	coverage: 85.3% of statements
14:37:30 [2023-06-22T14:37:30.958Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
14:37:30 [2023-06-22T14:37:30.958Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
14:37:30 [2023-06-22T14:37:30.958Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.003s	coverage: 57.1% of statements
14:37:30 [2023-06-22T14:37:30.958Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.008s	coverage: 47.4% of statements
14:37:30 [2023-06-22T14:37:30.958Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
14:37:30 [2023-06-22T14:37:30.958Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.003s	coverage: 71.4% of statements
14:37:31 [2023-06-22T14:37:31.217Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.262s	coverage: 74.0% of statements
14:37:32 [2023-06-22T14:37:32.156Z] ok  	github.com/docker/docker/libnetwork/iptables	0.228s	coverage: 40.7% of statements
14:37:32 [2023-06-22T14:37:32.156Z] ok  	github.com/docker/docker/libnetwork/netlabel	0.002s	coverage: 60.0% of statements
14:37:32 [2023-06-22T14:37:32.416Z] ok  	github.com/docker/docker/libnetwork/netutils	0.014s	coverage: 44.1% of statements
14:39:23 [2023-06-22T14:39:23.889Z] ok  	github.com/docker/docker/libnetwork/networkdb	104.068s	coverage: 60.2% of statements
14:39:23 [2023-06-22T14:39:23.889Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
14:39:23 [2023-06-22T14:39:23.889Z] ok  	github.com/docker/docker/libnetwork/options	0.002s	coverage: 100.0% of statements
14:39:23 [2023-06-22T14:39:23.889Z] ok  	github.com/docker/docker/libnetwork/osl	4.480s	coverage: 39.7% of statements
14:39:23 [2023-06-22T14:39:23.889Z] ok  	github.com/docker/docker/libnetwork/osl/kernel	0.003s	coverage: 20.0% of statements
14:39:23 [2023-06-22T14:39:23.889Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.015s	coverage: 80.7% of statements
14:39:24 [2023-06-22T14:39:24.148Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.655s	coverage: 48.6% of statements
14:39:24 [2023-06-22T14:39:24.408Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.003s	coverage: 82.8% of statements
14:39:24 [2023-06-22T14:39:24.408Z] ?   	github.com/docker/docker/libnetwork/testutils	[no test files]
14:39:24 [2023-06-22T14:39:24.667Z] ok  	github.com/docker/docker/libnetwork/types	0.002s	coverage: 37.3% of statements
14:39:24 [2023-06-22T14:39:24.667Z] 
14:39:24 [2023-06-22T14:39:24.667Z] === Skipped
14:39:24 [2023-06-22T14:39:24.667Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s)
14:39:24 [2023-06-22T14:39:24.667Z]     firewalld_test.go:14: firewalld is not running
14:39:24 [2023-06-22T14:39:24.667Z] 
14:39:24 [2023-06-22T14:39:24.667Z] DONE 331 tests, 1 skipped in 207.742s
Post stage
[Pipeline] junit
14:39:25 [2023-06-22T14:39:25.619Z] Recording test results
14:39:26 [2023-06-22T14:39:26.700Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
14:39:27 [2023-06-22T14:39:27.018Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-45791/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e -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:40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e hack/make.sh dynbinary test-integration
14:39:27 [2023-06-22T14:39:27.587Z] 
14:39:27 [2023-06-22T14:39:27.587Z] Removing bundles/
14:39:27 [2023-06-22T14:39:27.587Z] 
14:39:27 [2023-06-22T14:39:27.587Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
14:39:27 [2023-06-22T14:39:27.587Z] Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
14:39:59 [2023-06-22T14:39:59.705Z] Created binary: bundles/dynbinary-daemon/dockerd
14:39:59 [2023-06-22T14:39:59.705Z] Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
14:39:59 [2023-06-22T14:39:59.705Z] Created binary: bundles/dynbinary-daemon/docker-proxy
14:39:59 [2023-06-22T14:39:59.705Z] 
14:39:59 [2023-06-22T14:39:59.705Z] ---> Making bundle: test-integration (in bundles/test-integration)
14:39:59 [2023-06-22T14:39:59.705Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
14:39:59 [2023-06-22T14:39:59.705Z] HOSTNAME=6f954d3381e2
14:39:59 [2023-06-22T14:39:59.705Z] TESTDEBUG=0
14:39:59 [2023-06-22T14:39:59.705Z] DEST=bundles/test-integration
14:39:59 [2023-06-22T14:39:59.705Z] PWD=/go/src/github.com/docker/docker
14:39:59 [2023-06-22T14:39:59.705Z] DOCKER_GITCOMMIT=40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e
14:39:59 [2023-06-22T14:39:59.705Z] container=docker
14:39:59 [2023-06-22T14:39:59.705Z] HOME=/root
14:39:59 [2023-06-22T14:39:59.705Z] GOLANG_VERSION=1.19.10
14:39:59 [2023-06-22T14:39:59.705Z] VALIDATE_REPO=https://github.com/moby/moby.git
14:39:59 [2023-06-22T14:39:59.705Z] VALIDATE_BRANCH=23.0
14:39:59 [2023-06-22T14:39:59.705Z] TERM=xterm
14:39:59 [2023-06-22T14:39:59.705Z] DOCKER_PKG=github.com/docker/docker
14:39:59 [2023-06-22T14:39:59.705Z] SHLVL=1
14:39:59 [2023-06-22T14:39:59.705Z] TIMEOUT=120m
14:39:59 [2023-06-22T14:39:59.705Z] DOCKER_GRAPHDRIVER=overlay2
14:39:59 [2023-06-22T14:39:59.705Z] GO111MODULE=off
14:39:59 [2023-06-22T14:39:59.705Z] DOCKER_EXPERIMENTAL=1
14:39:59 [2023-06-22T14:39:59.705Z] TEST_SKIP_INTEGRATION_CLI=1
14:39:59 [2023-06-22T14:39:59.705Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
14:39:59 [2023-06-22T14:39:59.705Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
14:39:59 [2023-06-22T14:39:59.705Z] GOPATH=/go
14:39:59 [2023-06-22T14:39:59.705Z] PKG_CONFIG=pkg-config
14:39:59 [2023-06-22T14:39:59.705Z] _=/usr/bin/env
14:39:59 [2023-06-22T14:39:59.705Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
14:40:06 [2023-06-22T14:40:06.286Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
14:40:06 [2023-06-22T14:40:06.286Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
14:40:16 [2023-06-22T14:40:16.277Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
14:40:18 [2023-06-22T14:40:18.818Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
14:40:24 [2023-06-22T14:40:24.101Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
14:40:24 [2023-06-22T14:40:24.101Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
14:40:24 [2023-06-22T14:40:24.360Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
14:40:24 [2023-06-22T14:40:24.929Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
14:40:25 [2023-06-22T14:40:25.498Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
14:40:25 [2023-06-22T14:40:25.498Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
14:40:26 [2023-06-22T14:40:26.437Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
14:40:27 [2023-06-22T14:40:27.376Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
14:40:28 [2023-06-22T14:40:28.313Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
14:40:28 [2023-06-22T14:40:28.882Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
14:40:29 [2023-06-22T14:40:29.141Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
14:40:29 [2023-06-22T14:40:29.711Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
14:40:30 [2023-06-22T14:40:30.280Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
14:40:31 [2023-06-22T14:40:31.218Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
14:40:31 [2023-06-22T14:40:31.478Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
14:40:32 [2023-06-22T14:40:32.417Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
14:40:32 [2023-06-22T14:40:32.986Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
14:40:32 [2023-06-22T14:40:32.986Z] Using test binary docker
14:40:32 [2023-06-22T14:40:32.986Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
14:40:32 [2023-06-22T14:40:32.986Z] +++ /etc/init.d/apparmor start
14:40:32 [2023-06-22T14:40:32.986Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
14:40:32 [2023-06-22T14:40:32.986Z] INFO: Waiting for daemon to start...
14:40:32 [2023-06-22T14:40:32.986Z] Starting dockerd
14:40:32 [2023-06-22T14:40:32.986Z] +++ 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
14:40:39 [2023-06-22T14:40:39.557Z] .
14:40:39 [2023-06-22T14:40:39.557Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
14:40:39 [2023-06-22T14:40:39.557Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
14:40:39 [2023-06-22T14:40:39.557Z] Error: No such image: emptyfs
14:40:39 [2023-06-22T14:40:39.557Z] ++++ tar -cC bundles/test-integration/emptyfs .
14:40:39 [2023-06-22T14:40:39.557Z] ++++ docker load
14:40:39 [2023-06-22T14:40:39.557Z] Running integration-test (iteration 1)
14:40:39 [2023-06-22T14:40:39.557Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m 
14:40:39 [2023-06-22T14:40:39.557Z] ++ 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
14:40:39 [2023-06-22T14:40:39.557Z] ++ set -e
14:40:39 [2023-06-22T14:40:39.557Z] ++ '[' -n 0 ']'
14:40:39 [2023-06-22T14:40:39.557Z] ++ set -x
14:40:39 [2023-06-22T14:40:39.557Z] ++ 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
14:40:39 [2023-06-22T14:40:39.557Z] Loaded image: busybox:latest
14:40:39 [2023-06-22T14:40:39.557Z] Loaded image: busybox:glibc
14:40:40 [2023-06-22T14:40:40.127Z] Loaded image: debian:bullseye-slim
14:40:40 [2023-06-22T14:40:40.127Z] Loaded image: hello-world:latest
14:40:40 [2023-06-22T14:40:40.127Z] Loaded image: arm32v7/hello-world:latest
14:40:40 [2023-06-22T14:40:40.127Z] INFO: Testing against a local daemon
14:40:40 [2023-06-22T14:40:40.127Z] === RUN   TestCgroupNamespacesBuild
14:40:41 [2023-06-22T14:40:41.506Z] --- PASS: TestCgroupNamespacesBuild (1.23s)
14:40:41 [2023-06-22T14:40:41.506Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
14:40:42 [2023-06-22T14:40:42.886Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.21s)
14:40:42 [2023-06-22T14:40:42.886Z] === RUN   TestBuildWithSession
14:40:42 [2023-06-22T14:40:42.886Z]     build_session_test.go:25: TODO: BuildKit
14:40:42 [2023-06-22T14:40:42.886Z] --- SKIP: TestBuildWithSession (0.00s)
14:40:42 [2023-06-22T14:40:42.886Z] === RUN   TestBuildSquashParent
14:40:46 [2023-06-22T14:40:46.272Z] --- PASS: TestBuildSquashParent (3.70s)
14:40:46 [2023-06-22T14:40:46.272Z] === RUN   TestBuildWithRemoveAndForceRemove
14:40:46 [2023-06-22T14:40:46.272Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
14:40:46 [2023-06-22T14:40:46.272Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
14:40:46 [2023-06-22T14:40:46.272Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
14:40:46 [2023-06-22T14:40:46.272Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
14:40:46 [2023-06-22T14:40:46.272Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
14:40:46 [2023-06-22T14:40:46.272Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
14:40:46 [2023-06-22T14:40:46.272Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
14:40:46 [2023-06-22T14:40:46.272Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
14:40:46 [2023-06-22T14:40:46.272Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
14:40:46 [2023-06-22T14:40:46.272Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
14:40:46 [2023-06-22T14:40:46.272Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
14:40:46 [2023-06-22T14:40:46.272Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
14:40:46 [2023-06-22T14:40:46.272Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
14:40:46 [2023-06-22T14:40:46.272Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
14:40:46 [2023-06-22T14:40:46.272Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
14:40:46 [2023-06-22T14:40:46.272Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
14:40:46 [2023-06-22T14:40:46.272Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
14:40:46 [2023-06-22T14:40:46.272Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
14:40:50 [2023-06-22T14:40:50.468Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
14:40:50 [2023-06-22T14:40:50.468Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.98s)
14:40:50 [2023-06-22T14:40:50.468Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.38s)
14:40:50 [2023-06-22T14:40:50.468Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.63s)
14:40:50 [2023-06-22T14:40:50.468Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.70s)
14:40:50 [2023-06-22T14:40:50.468Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.85s)
14:40:50 [2023-06-22T14:40:50.468Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.91s)
14:40:50 [2023-06-22T14:40:50.468Z] === RUN   TestBuildMultiStageCopy
14:40:50 [2023-06-22T14:40:50.468Z] === RUN   TestBuildMultiStageCopy/copy_to_root
14:40:51 [2023-06-22T14:40:51.848Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
14:40:51 [2023-06-22T14:40:51.848Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
14:40:51 [2023-06-22T14:40:51.848Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
14:40:52 [2023-06-22T14:40:52.107Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
14:40:52 [2023-06-22T14:40:52.367Z] --- PASS: TestBuildMultiStageCopy (2.01s)
14:40:52 [2023-06-22T14:40:52.367Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.27s)
14:40:52 [2023-06-22T14:40:52.367Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.18s)
14:40:52 [2023-06-22T14:40:52.367Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.19s)
14:40:52 [2023-06-22T14:40:52.367Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.19s)
14:40:52 [2023-06-22T14:40:52.367Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.19s)
14:40:52 [2023-06-22T14:40:52.367Z] === RUN   TestBuildMultiStageParentConfig
14:40:52 [2023-06-22T14:40:52.936Z] --- PASS: TestBuildMultiStageParentConfig (0.51s)
14:40:52 [2023-06-22T14:40:52.936Z] === RUN   TestBuildLabelWithTargets
14:40:53 [2023-06-22T14:40:53.505Z] --- PASS: TestBuildLabelWithTargets (0.81s)
14:40:53 [2023-06-22T14:40:53.505Z] === RUN   TestBuildWithEmptyLayers
14:40:54 [2023-06-22T14:40:54.074Z] --- PASS: TestBuildWithEmptyLayers (0.38s)
14:40:54 [2023-06-22T14:40:54.074Z] === RUN   TestBuildMultiStageOnBuild
14:40:55 [2023-06-22T14:40:55.453Z] --- PASS: TestBuildMultiStageOnBuild (1.42s)
14:40:55 [2023-06-22T14:40:55.453Z] === RUN   TestBuildUncleanTarFilenames
14:40:56 [2023-06-22T14:40:56.021Z] --- PASS: TestBuildUncleanTarFilenames (0.55s)
14:40:56 [2023-06-22T14:40:56.021Z] === RUN   TestBuildMultiStageLayerLeak
14:40:57 [2023-06-22T14:40:57.401Z] --- PASS: TestBuildMultiStageLayerLeak (1.49s)
14:40:57 [2023-06-22T14:40:57.401Z] === RUN   TestBuildWithHugeFile
14:41:44 [2023-06-22T14:41:44.093Z] --- PASS: TestBuildWithHugeFile (41.22s)
14:41:44 [2023-06-22T14:41:44.093Z] === RUN   TestBuildWCOWSandboxSize
14:41:44 [2023-06-22T14:41:44.093Z]     build_test.go:528: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
14:41:44 [2023-06-22T14:41:44.093Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
14:41:44 [2023-06-22T14:41:44.093Z] === RUN   TestBuildWithEmptyDockerfile
14:41:44 [2023-06-22T14:41:44.093Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
14:41:44 [2023-06-22T14:41:44.093Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
14:41:44 [2023-06-22T14:41:44.093Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
14:41:44 [2023-06-22T14:41:44.093Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
14:41:44 [2023-06-22T14:41:44.093Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
14:41:44 [2023-06-22T14:41:44.093Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
14:41:44 [2023-06-22T14:41:44.093Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
14:41:44 [2023-06-22T14:41:44.093Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
14:41:44 [2023-06-22T14:41:44.093Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
14:41:44 [2023-06-22T14:41:44.093Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
14:41:44 [2023-06-22T14:41:44.093Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.05s)
14:41:44 [2023-06-22T14:41:44.093Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.05s)
14:41:44 [2023-06-22T14:41:44.093Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s)
14:41:44 [2023-06-22T14:41:44.093Z] === RUN   TestBuildPreserveOwnership
14:41:44 [2023-06-22T14:41:44.093Z] === RUN   TestBuildPreserveOwnership/copy_from
14:41:44 [2023-06-22T14:41:44.093Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
14:41:44 [2023-06-22T14:41:44.093Z] --- PASS: TestBuildPreserveOwnership (3.01s)
14:41:44 [2023-06-22T14:41:44.093Z]     --- PASS: TestBuildPreserveOwnership/copy_from (2.01s)
14:41:44 [2023-06-22T14:41:44.093Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.99s)
14:41:44 [2023-06-22T14:41:44.093Z] === RUN   TestBuildPlatformInvalid
14:41:44 [2023-06-22T14:41:44.093Z] --- PASS: TestBuildPlatformInvalid (0.07s)
14:41:44 [2023-06-22T14:41:44.093Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
14:41:44 [2023-06-22T14:41:44.093Z] Loaded image: busybox:latest
14:41:44 [2023-06-22T14:41:44.093Z] Loaded image: busybox:glibc
14:41:44 [2023-06-22T14:41:44.093Z] Loaded image: debian:bullseye-slim
14:41:44 [2023-06-22T14:41:44.093Z] Loaded image: hello-world:latest
14:41:44 [2023-06-22T14:41:44.093Z] Loaded image: arm32v7/hello-world:latest
14:41:52 [2023-06-22T14:41:52.216Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.73s)
14:41:52 [2023-06-22T14:41:52.216Z] PASS
14:41:52 [2023-06-22T14:41:52.216Z] 
14:41:52 [2023-06-22T14:41:52.216Z] === Skipped
14:41:52 [2023-06-22T14:41:52.216Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s)
14:41:52 [2023-06-22T14:41:52.216Z]     build_session_test.go:25: TODO: BuildKit
14:41:52 [2023-06-22T14:41:52.216Z] 
14:41:52 [2023-06-22T14:41:52.216Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s)
14:41:52 [2023-06-22T14:41:52.216Z]     build_test.go:528: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
14:41:52 [2023-06-22T14:41:52.216Z] 
14:41:52 [2023-06-22T14:41:52.216Z] DONE 34 tests, 2 skipped in 72.428s
14:41:52 [2023-06-22T14:41:52.216Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m 
14:41:52 [2023-06-22T14:41:52.216Z] ++ 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
14:41:52 [2023-06-22T14:41:52.216Z] ++ set -e
14:41:52 [2023-06-22T14:41:52.216Z] ++ '[' -n 0 ']'
14:41:52 [2023-06-22T14:41:52.216Z] ++ set -x
14:41:52 [2023-06-22T14:41:52.216Z] ++ 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
14:41:52 [2023-06-22T14:41:52.216Z] INFO: Testing against a local daemon
14:41:52 [2023-06-22T14:41:52.216Z] === RUN   TestConfigInspect
14:41:54 [2023-06-22T14:41:54.122Z] --- PASS: TestConfigInspect (2.34s)
14:41:54 [2023-06-22T14:41:54.122Z] === RUN   TestConfigList
14:41:56 [2023-06-22T14:41:56.659Z] --- PASS: TestConfigList (2.39s)
14:41:56 [2023-06-22T14:41:56.659Z] === RUN   TestConfigsCreateAndDelete
14:41:59 [2023-06-22T14:41:59.198Z] --- PASS: TestConfigsCreateAndDelete (2.35s)
14:41:59 [2023-06-22T14:41:59.198Z] === RUN   TestConfigsUpdate
14:42:01 [2023-06-22T14:42:01.104Z] --- PASS: TestConfigsUpdate (2.39s)
14:42:01 [2023-06-22T14:42:01.104Z] === RUN   TestTemplatedConfig
14:42:03 [2023-06-22T14:42:03.641Z] --- PASS: TestTemplatedConfig (2.56s)
14:42:03 [2023-06-22T14:42:03.641Z] === RUN   TestConfigCreateResolve
14:42:06 [2023-06-22T14:42:06.178Z] --- PASS: TestConfigCreateResolve (2.37s)
14:42:06 [2023-06-22T14:42:06.178Z] PASS
14:42:06 [2023-06-22T14:42:06.178Z] 
14:42:06 [2023-06-22T14:42:06.178Z] DONE 6 tests in 14.428s
14:42:06 [2023-06-22T14:42:06.178Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m 
14:42:06 [2023-06-22T14:42:06.178Z] ++ 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
14:42:06 [2023-06-22T14:42:06.178Z] ++ set -e
14:42:06 [2023-06-22T14:42:06.178Z] ++ '[' -n 0 ']'
14:42:06 [2023-06-22T14:42:06.178Z] ++ set -x
14:42:06 [2023-06-22T14:42:06.178Z] ++ 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
14:42:06 [2023-06-22T14:42:06.178Z] INFO: Testing against a local daemon
14:42:06 [2023-06-22T14:42:06.178Z] === RUN   TestAttachWithTTY
14:42:06 [2023-06-22T14:42:06.178Z] --- PASS: TestAttachWithTTY (0.04s)
14:42:06 [2023-06-22T14:42:06.178Z] === RUN   TestAttachWithoutTTy
14:42:06 [2023-06-22T14:42:06.178Z] --- PASS: TestAttachWithoutTTy (0.03s)
14:42:06 [2023-06-22T14:42:06.178Z] === RUN   TestCheckpoint
14:42:06 [2023-06-22T14:42:06.178Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
14:42:06 [2023-06-22T14:42:06.178Z] --- SKIP: TestCheckpoint (0.00s)
14:42:06 [2023-06-22T14:42:06.178Z] === RUN   TestContainerInvalidJSON
14:42:06 [2023-06-22T14:42:06.178Z] === RUN   TestContainerInvalidJSON/commit
14:42:06 [2023-06-22T14:42:06.178Z] === PAUSE TestContainerInvalidJSON/commit
14:42:06 [2023-06-22T14:42:06.178Z] === RUN   TestContainerInvalidJSON/containers/create
14:42:06 [2023-06-22T14:42:06.178Z] === PAUSE TestContainerInvalidJSON/containers/create
14:42:06 [2023-06-22T14:42:06.178Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
14:42:06 [2023-06-22T14:42:06.178Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
14:42:06 [2023-06-22T14:42:06.178Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
14:42:06 [2023-06-22T14:42:06.178Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
14:42:06 [2023-06-22T14:42:06.178Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
14:42:06 [2023-06-22T14:42:06.178Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
14:42:06 [2023-06-22T14:42:06.178Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
14:42:06 [2023-06-22T14:42:06.178Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
14:42:06 [2023-06-22T14:42:06.178Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
14:42:06 [2023-06-22T14:42:06.178Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
14:42:06 [2023-06-22T14:42:06.178Z] === CONT  TestContainerInvalidJSON/commit
14:42:06 [2023-06-22T14:42:06.178Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
14:42:06 [2023-06-22T14:42:06.178Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
14:42:06 [2023-06-22T14:42:06.178Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
14:42:06 [2023-06-22T14:42:06.178Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
14:42:06 [2023-06-22T14:42:06.178Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
14:42:06 [2023-06-22T14:42:06.178Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
14:42:06 [2023-06-22T14:42:06.178Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
14:42:06 [2023-06-22T14:42:06.178Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
14:42:06 [2023-06-22T14:42:06.178Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
14:42:06 [2023-06-22T14:42:06.178Z] === CONT  TestContainerInvalidJSON/containers/create
14:42:06 [2023-06-22T14:42:06.178Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
14:42:06 [2023-06-22T14:42:06.178Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
14:42:06 [2023-06-22T14:42:06.178Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
14:42:06 [2023-06-22T14:42:06.178Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
14:42:06 [2023-06-22T14:42:06.178Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
14:42:06 [2023-06-22T14:42:06.178Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
14:42:06 [2023-06-22T14:42:06.178Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
14:42:06 [2023-06-22T14:42:06.178Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
14:42:06 [2023-06-22T14:42:06.178Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
14:42:06 [2023-06-22T14:42:06.178Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
14:42:06 [2023-06-22T14:42:06.178Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
14:42:06 [2023-06-22T14:42:06.178Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
14:42:06 [2023-06-22T14:42:06.178Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
14:42:06 [2023-06-22T14:42:06.178Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
14:42:06 [2023-06-22T14:42:06.178Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
14:42:06 [2023-06-22T14:42:06.178Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
14:42:06 [2023-06-22T14:42:06.178Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
14:42:06 [2023-06-22T14:42:06.178Z] === RUN   TestContainerInvalidJSON/commit/empty_body
14:42:06 [2023-06-22T14:42:06.178Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
14:42:06 [2023-06-22T14:42:06.178Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
14:42:06 [2023-06-22T14:42:06.179Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
14:42:06 [2023-06-22T14:42:06.179Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
14:42:06 [2023-06-22T14:42:06.179Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
14:42:06 [2023-06-22T14:42:06.179Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
14:42:06 [2023-06-22T14:42:06.179Z] --- PASS: TestContainerInvalidJSON (0.01s)
14:42:06 [2023-06-22T14:42:06.179Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
14:42:06 [2023-06-22T14:42:06.179Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
14:42:06 [2023-06-22T14:42:06.179Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
14:42:06 [2023-06-22T14:42:06.179Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
14:42:06 [2023-06-22T14:42:06.179Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
14:42:06 [2023-06-22T14:42:06.179Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
14:42:06 [2023-06-22T14:42:06.179Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
14:42:06 [2023-06-22T14:42:06.179Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
14:42:06 [2023-06-22T14:42:06.179Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
14:42:06 [2023-06-22T14:42:06.179Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
14:42:06 [2023-06-22T14:42:06.179Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
14:42:06 [2023-06-22T14:42:06.179Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
14:42:06 [2023-06-22T14:42:06.179Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
14:42:06 [2023-06-22T14:42:06.179Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
14:42:06 [2023-06-22T14:42:06.179Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
14:42:06 [2023-06-22T14:42:06.179Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
14:42:06 [2023-06-22T14:42:06.179Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
14:42:06 [2023-06-22T14:42:06.179Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
14:42:06 [2023-06-22T14:42:06.179Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
14:42:06 [2023-06-22T14:42:06.179Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
14:42:06 [2023-06-22T14:42:06.179Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
14:42:06 [2023-06-22T14:42:06.179Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
14:42:06 [2023-06-22T14:42:06.179Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
14:42:06 [2023-06-22T14:42:06.179Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
14:42:06 [2023-06-22T14:42:06.179Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
14:42:06 [2023-06-22T14:42:06.179Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
14:42:06 [2023-06-22T14:42:06.179Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
14:42:06 [2023-06-22T14:42:06.179Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
14:42:06 [2023-06-22T14:42:06.179Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
14:42:06 [2023-06-22T14:42:06.179Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
14:42:06 [2023-06-22T14:42:06.179Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
14:42:06 [2023-06-22T14:42:06.179Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
14:42:06 [2023-06-22T14:42:06.179Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
14:42:06 [2023-06-22T14:42:06.179Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
14:42:06 [2023-06-22T14:42:06.179Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
14:42:06 [2023-06-22T14:42:06.179Z] === RUN   TestCopyFromContainerPathDoesNotExist
14:42:06 [2023-06-22T14:42:06.179Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.03s)
14:42:06 [2023-06-22T14:42:06.179Z] === RUN   TestCopyFromContainerPathIsNotDir
14:42:06 [2023-06-22T14:42:06.179Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s)
14:42:06 [2023-06-22T14:42:06.179Z] === RUN   TestCopyToContainerPathDoesNotExist
14:42:06 [2023-06-22T14:42:06.179Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s)
14:42:06 [2023-06-22T14:42:06.179Z] === RUN   TestCopyEmptyFile
14:42:06 [2023-06-22T14:42:06.438Z] --- PASS: TestCopyEmptyFile (0.18s)
14:42:06 [2023-06-22T14:42:06.438Z] === RUN   TestCopyToContainerPathIsNotDir
14:42:06 [2023-06-22T14:42:06.438Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s)
14:42:06 [2023-06-22T14:42:06.438Z] === RUN   TestCopyFromContainer
14:42:07 [2023-06-22T14:42:07.377Z] === RUN   TestCopyFromContainer//
14:42:07 [2023-06-22T14:42:07.377Z] === RUN   TestCopyFromContainer//bar/root
14:42:07 [2023-06-22T14:42:07.636Z] === RUN   TestCopyFromContainer//bar/root/
14:42:07 [2023-06-22T14:42:07.636Z] === RUN   TestCopyFromContainer/bar/quux
14:42:07 [2023-06-22T14:42:07.636Z] === RUN   TestCopyFromContainer/bar/quux/
14:42:07 [2023-06-22T14:42:07.636Z] === RUN   TestCopyFromContainer/bar/quux/baz
14:42:07 [2023-06-22T14:42:07.636Z] === RUN   TestCopyFromContainer/bar/filesymlink
14:42:07 [2023-06-22T14:42:07.896Z] === RUN   TestCopyFromContainer/bar/dirsymlink
14:42:07 [2023-06-22T14:42:07.896Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
14:42:07 [2023-06-22T14:42:07.896Z] === RUN   TestCopyFromContainer/bar/notarget
14:42:07 [2023-06-22T14:42:07.896Z] --- PASS: TestCopyFromContainer (1.52s)
14:42:07 [2023-06-22T14:42:07.896Z]     --- PASS: TestCopyFromContainer// (0.05s)
14:42:07 [2023-06-22T14:42:07.896Z]     --- PASS: TestCopyFromContainer//bar/root (0.06s)
14:42:07 [2023-06-22T14:42:07.896Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.05s)
14:42:07 [2023-06-22T14:42:07.896Z]     --- PASS: TestCopyFromContainer/bar/quux (0.05s)
14:42:07 [2023-06-22T14:42:07.896Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.05s)
14:42:07 [2023-06-22T14:42:07.896Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s)
14:42:07 [2023-06-22T14:42:07.896Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s)
14:42:07 [2023-06-22T14:42:07.896Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s)
14:42:07 [2023-06-22T14:42:07.896Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s)
14:42:07 [2023-06-22T14:42:07.896Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.05s)
14:42:07 [2023-06-22T14:42:07.896Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
14:42:07 [2023-06-22T14:42:07.896Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
14:42:07 [2023-06-22T14:42:07.896Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
14:42:07 [2023-06-22T14:42:07.896Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
14:42:07 [2023-06-22T14:42:07.896Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
14:42:07 [2023-06-22T14:42:07.896Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
14:42:07 [2023-06-22T14:42:07.896Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
14:42:07 [2023-06-22T14:42:07.896Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
14:42:07 [2023-06-22T14:42:07.896Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
14:42:07 [2023-06-22T14:42:07.896Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
14:42:07 [2023-06-22T14:42:07.896Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
14:42:07 [2023-06-22T14:42:07.896Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
14:42:07 [2023-06-22T14:42:07.896Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
14:42:07 [2023-06-22T14:42:07.896Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
14:42:07 [2023-06-22T14:42:07.896Z] === RUN   TestCreateLinkToNonExistingContainer
14:42:08 [2023-06-22T14:42:08.155Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s)
14:42:08 [2023-06-22T14:42:08.155Z] === RUN   TestCreateWithInvalidEnv
14:42:08 [2023-06-22T14:42:08.155Z] === RUN   TestCreateWithInvalidEnv/0
14:42:08 [2023-06-22T14:42:08.155Z] === PAUSE TestCreateWithInvalidEnv/0
14:42:08 [2023-06-22T14:42:08.155Z] === RUN   TestCreateWithInvalidEnv/1
14:42:08 [2023-06-22T14:42:08.155Z] === PAUSE TestCreateWithInvalidEnv/1
14:42:08 [2023-06-22T14:42:08.155Z] === RUN   TestCreateWithInvalidEnv/2
14:42:08 [2023-06-22T14:42:08.155Z] === PAUSE TestCreateWithInvalidEnv/2
14:42:08 [2023-06-22T14:42:08.155Z] === CONT  TestCreateWithInvalidEnv/0
14:42:08 [2023-06-22T14:42:08.155Z] === CONT  TestCreateWithInvalidEnv/2
14:42:08 [2023-06-22T14:42:08.155Z] === CONT  TestCreateWithInvalidEnv/1
14:42:08 [2023-06-22T14:42:08.155Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
14:42:08 [2023-06-22T14:42:08.155Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
14:42:08 [2023-06-22T14:42:08.155Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
14:42:08 [2023-06-22T14:42:08.155Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
14:42:08 [2023-06-22T14:42:08.155Z] === RUN   TestCreateTmpfsMountsTarget
14:42:08 [2023-06-22T14:42:08.155Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
14:42:08 [2023-06-22T14:42:08.155Z] === RUN   TestCreateWithCustomMaskedPaths
14:42:09 [2023-06-22T14:42:09.535Z] --- PASS: TestCreateWithCustomMaskedPaths (1.46s)
14:42:09 [2023-06-22T14:42:09.535Z] === RUN   TestCreateWithCustomReadonlyPaths
14:42:10 [2023-06-22T14:42:10.914Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.41s)
14:42:10 [2023-06-22T14:42:10.914Z] === RUN   TestCreateWithInvalidHealthcheckParams
14:42:10 [2023-06-22T14:42:10.914Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
14:42:10 [2023-06-22T14:42:10.914Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
14:42:10 [2023-06-22T14:42:10.914Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
14:42:10 [2023-06-22T14:42:10.914Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
14:42:10 [2023-06-22T14:42:10.914Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
14:42:10 [2023-06-22T14:42:10.914Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
14:42:10 [2023-06-22T14:42:10.914Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
14:42:10 [2023-06-22T14:42:10.914Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
14:42:10 [2023-06-22T14:42:10.914Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
14:42:10 [2023-06-22T14:42:10.914Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
14:42:10 [2023-06-22T14:42:10.914Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
14:42:10 [2023-06-22T14:42:10.914Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
14:42:10 [2023-06-22T14:42:10.914Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
14:42:10 [2023-06-22T14:42:10.914Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
14:42:10 [2023-06-22T14:42:10.914Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
14:42:10 [2023-06-22T14:42:10.914Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
14:42:10 [2023-06-22T14:42:10.914Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
14:42:10 [2023-06-22T14:42:10.914Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
14:42:10 [2023-06-22T14:42:10.914Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
14:42:10 [2023-06-22T14:42:10.914Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
14:42:10 [2023-06-22T14:42:10.914Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
14:42:10 [2023-06-22T14:42:10.914Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
14:42:11 [2023-06-22T14:42:11.483Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.49s)
14:42:11 [2023-06-22T14:42:11.483Z] === RUN   TestCreateDifferentPlatform
14:42:11 [2023-06-22T14:42:11.483Z] === RUN   TestCreateDifferentPlatform/different_os
14:42:11 [2023-06-22T14:42:11.483Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
14:42:11 [2023-06-22T14:42:11.483Z] --- PASS: TestCreateDifferentPlatform (0.01s)
14:42:11 [2023-06-22T14:42:11.483Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
14:42:11 [2023-06-22T14:42:11.483Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
14:42:11 [2023-06-22T14:42:11.483Z] === RUN   TestCreateVolumesFromNonExistingContainer
14:42:11 [2023-06-22T14:42:11.483Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s)
14:42:11 [2023-06-22T14:42:11.483Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
14:42:11 [2023-06-22T14:42:11.483Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s)
14:42:11 [2023-06-22T14:42:11.483Z] === RUN   TestCreateInvalidHostConfig
14:42:11 [2023-06-22T14:42:11.483Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
14:42:11 [2023-06-22T14:42:11.483Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
14:42:11 [2023-06-22T14:42:11.483Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
14:42:11 [2023-06-22T14:42:11.483Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
14:42:11 [2023-06-22T14:42:11.483Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
14:42:11 [2023-06-22T14:42:11.483Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
14:42:11 [2023-06-22T14:42:11.483Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
14:42:11 [2023-06-22T14:42:11.483Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
14:42:11 [2023-06-22T14:42:11.483Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
14:42:11 [2023-06-22T14:42:11.483Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
14:42:11 [2023-06-22T14:42:11.483Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
14:42:11 [2023-06-22T14:42:11.483Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
14:42:11 [2023-06-22T14:42:11.483Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
14:42:11 [2023-06-22T14:42:11.483Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
14:42:11 [2023-06-22T14:42:11.483Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
14:42:11 [2023-06-22T14:42:11.483Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
14:42:11 [2023-06-22T14:42:11.483Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
14:42:11 [2023-06-22T14:42:11.483Z] === RUN   TestContainerStartOnDaemonRestart
14:42:11 [2023-06-22T14:42:11.483Z] === PAUSE TestContainerStartOnDaemonRestart
14:42:11 [2023-06-22T14:42:11.483Z] === RUN   TestDaemonRestartIpcMode
14:42:11 [2023-06-22T14:42:11.483Z] === PAUSE TestDaemonRestartIpcMode
14:42:11 [2023-06-22T14:42:11.483Z] === RUN   TestDaemonHostGatewayIP
14:42:11 [2023-06-22T14:42:11.483Z] === PAUSE TestDaemonHostGatewayIP
14:42:11 [2023-06-22T14:42:11.483Z] === RUN   TestRestartDaemonWithRestartingContainer
14:42:11 [2023-06-22T14:42:11.483Z] === PAUSE TestRestartDaemonWithRestartingContainer
14:42:11 [2023-06-22T14:42:11.483Z] === RUN   TestContainerKillOnDaemonStart
14:42:11 [2023-06-22T14:42:11.483Z] === PAUSE TestContainerKillOnDaemonStart
14:42:11 [2023-06-22T14:42:11.483Z] === RUN   TestDiff
14:42:12 [2023-06-22T14:42:12.052Z] --- PASS: TestDiff (0.51s)
14:42:12 [2023-06-22T14:42:12.052Z] === RUN   TestExecConsoleSize
14:42:12 [2023-06-22T14:42:12.621Z] --- PASS: TestExecConsoleSize (0.56s)
14:42:12 [2023-06-22T14:42:12.621Z] === RUN   TestExecWithCloseStdin
14:42:13 [2023-06-22T14:42:13.190Z] --- PASS: TestExecWithCloseStdin (0.56s)
14:42:13 [2023-06-22T14:42:13.190Z] === RUN   TestExec
14:42:13 [2023-06-22T14:42:13.758Z] --- PASS: TestExec (0.55s)
14:42:13 [2023-06-22T14:42:13.758Z] === RUN   TestExecUser
14:42:14 [2023-06-22T14:42:14.327Z] --- PASS: TestExecUser (0.59s)
14:42:14 [2023-06-22T14:42:14.327Z] === RUN   TestExportContainerAndImportImage
14:42:14 [2023-06-22T14:42:14.896Z] --- PASS: TestExportContainerAndImportImage (0.60s)
14:42:14 [2023-06-22T14:42:14.896Z] === RUN   TestExportContainerAfterDaemonRestart
14:42:16 [2023-06-22T14:42:16.276Z] --- PASS: TestExportContainerAfterDaemonRestart (1.23s)
14:42:16 [2023-06-22T14:42:16.276Z] === RUN   TestHealthCheckWorkdir
14:42:16 [2023-06-22T14:42:16.848Z] --- PASS: TestHealthCheckWorkdir (0.75s)
14:42:16 [2023-06-22T14:42:16.848Z] === RUN   TestHealthKillContainer
14:42:24 [2023-06-22T14:42:24.970Z] --- PASS: TestHealthKillContainer (8.06s)
14:42:24 [2023-06-22T14:42:24.970Z] === RUN   TestHealthCheckProcessKilled
14:42:25 [2023-06-22T14:42:25.538Z] --- PASS: TestHealthCheckProcessKilled (0.73s)
14:42:25 [2023-06-22T14:42:25.538Z] === RUN   TestInspectCpusetInConfigPre120
14:42:26 [2023-06-22T14:42:26.106Z] --- PASS: TestInspectCpusetInConfigPre120 (0.49s)
14:42:26 [2023-06-22T14:42:26.106Z] === RUN   TestIpcModeNone
14:42:26 [2023-06-22T14:42:26.675Z] --- PASS: TestIpcModeNone (0.57s)
14:42:26 [2023-06-22T14:42:26.675Z] === RUN   TestIpcModePrivate
14:42:27 [2023-06-22T14:42:27.244Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:75, shared: false, mustBeShared: false
14:42:27 [2023-06-22T14:42:27.244Z] --- PASS: TestIpcModePrivate (0.59s)
14:42:27 [2023-06-22T14:42:27.244Z] === RUN   TestIpcModeShareable
14:42:27 [2023-06-22T14:42:27.812Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:69, shared: true, mustBeShared: true
14:42:27 [2023-06-22T14:42:27.812Z] --- PASS: TestIpcModeShareable (0.55s)
14:42:27 [2023-06-22T14:42:27.812Z] === RUN   TestAPIIpcModeShareableAndContainer
14:42:29 [2023-06-22T14:42:29.719Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.78s)
14:42:29 [2023-06-22T14:42:29.719Z] === RUN   TestAPIIpcModeHost
14:42:29 [2023-06-22T14:42:29.978Z] --- PASS: TestAPIIpcModeHost (0.39s)
14:42:29 [2023-06-22T14:42:29.978Z] === RUN   TestDaemonIpcModeShareable
14:42:31 [2023-06-22T14:42:31.358Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: true, mustBeShared: true
14:42:31 [2023-06-22T14:42:31.358Z] --- PASS: TestDaemonIpcModeShareable (1.25s)
14:42:31 [2023-06-22T14:42:31.358Z] === RUN   TestDaemonIpcModePrivate
14:42:32 [2023-06-22T14:42:32.295Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:85, shared: false, mustBeShared: false
14:42:32 [2023-06-22T14:42:32.554Z] --- PASS: TestDaemonIpcModePrivate (1.20s)
14:42:32 [2023-06-22T14:42:32.554Z] === RUN   TestDaemonIpcModePrivateFromConfig
14:42:33 [2023-06-22T14:42:33.492Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:85, shared: false, mustBeShared: false
14:42:33 [2023-06-22T14:42:33.752Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.24s)
14:42:33 [2023-06-22T14:42:33.752Z] === RUN   TestDaemonIpcModeShareableFromConfig
14:42:34 [2023-06-22T14:42:34.689Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: true, mustBeShared: true
14:42:34 [2023-06-22T14:42:34.949Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.23s)
14:42:34 [2023-06-22T14:42:34.949Z] === RUN   TestIpcModeOlderClient
14:42:34 [2023-06-22T14:42:34.949Z] === PAUSE TestIpcModeOlderClient
14:42:34 [2023-06-22T14:42:34.949Z] === RUN   TestKillContainerInvalidSignal
14:42:35 [2023-06-22T14:42:35.517Z] --- PASS: TestKillContainerInvalidSignal (0.48s)
14:42:35 [2023-06-22T14:42:35.517Z] === RUN   TestKillContainer
14:42:35 [2023-06-22T14:42:35.517Z] === RUN   TestKillContainer/no_signal
14:42:35 [2023-06-22T14:42:35.777Z] === RUN   TestKillContainer/non_killing_signal
14:42:36 [2023-06-22T14:42:36.346Z] === RUN   TestKillContainer/killing_signal
14:42:36 [2023-06-22T14:42:36.915Z] --- PASS: TestKillContainer (1.53s)
14:42:36 [2023-06-22T14:42:36.915Z]     --- PASS: TestKillContainer/no_signal (0.48s)
14:42:36 [2023-06-22T14:42:36.915Z]     --- PASS: TestKillContainer/non_killing_signal (0.31s)
14:42:36 [2023-06-22T14:42:36.915Z]     --- PASS: TestKillContainer/killing_signal (0.50s)
14:42:36 [2023-06-22T14:42:36.915Z] === RUN   TestKillWithStopSignalAndRestartPolicies
14:42:36 [2023-06-22T14:42:36.915Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
14:42:37 [2023-06-22T14:42:37.484Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
14:42:38 [2023-06-22T14:42:38.052Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.94s)
14:42:38 [2023-06-22T14:42:38.052Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.45s)
14:42:38 [2023-06-22T14:42:38.052Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.29s)
14:42:38 [2023-06-22T14:42:38.052Z] === RUN   TestKillStoppedContainer
14:42:38 [2023-06-22T14:42:38.052Z] --- PASS: TestKillStoppedContainer (0.03s)
14:42:38 [2023-06-22T14:42:38.052Z] === RUN   TestKillStoppedContainerAPIPre120
14:42:38 [2023-06-22T14:42:38.052Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.03s)
14:42:38 [2023-06-22T14:42:38.052Z] === RUN   TestKillDifferentUserContainer
14:42:38 [2023-06-22T14:42:38.621Z] --- PASS: TestKillDifferentUserContainer (0.51s)
14:42:38 [2023-06-22T14:42:38.621Z] === RUN   TestInspectOomKilledTrue
14:42:39 [2023-06-22T14:42:39.189Z] --- PASS: TestInspectOomKilledTrue (0.56s)
14:42:39 [2023-06-22T14:42:39.189Z] === RUN   TestInspectOomKilledFalse
14:42:39 [2023-06-22T14:42:39.449Z] --- PASS: TestInspectOomKilledFalse (0.49s)
14:42:39 [2023-06-22T14:42:39.449Z] === RUN   TestLinksEtcHostsContentMatch
14:42:39 [2023-06-22T14:42:39.708Z] --- PASS: TestLinksEtcHostsContentMatch (0.29s)
14:42:39 [2023-06-22T14:42:39.708Z] === RUN   TestLinksContainerNames
14:42:41 [2023-06-22T14:42:41.089Z] --- PASS: TestLinksContainerNames (1.00s)
14:42:41 [2023-06-22T14:42:41.089Z] === RUN   TestLogsFollowTailEmpty
14:42:41 [2023-06-22T14:42:41.348Z] --- PASS: TestLogsFollowTailEmpty (0.52s)
14:42:41 [2023-06-22T14:42:41.348Z] === RUN   TestLogs
14:42:41 [2023-06-22T14:42:41.348Z] === RUN   TestLogs/driver_local
14:42:41 [2023-06-22T14:42:41.348Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
14:42:41 [2023-06-22T14:42:41.348Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
14:42:41 [2023-06-22T14:42:41.348Z] === RUN   TestLogs/driver_local/tty/only_stdout
14:42:41 [2023-06-22T14:42:41.348Z] === PAUSE TestLogs/driver_local/tty/only_stdout
14:42:41 [2023-06-22T14:42:41.348Z] === RUN   TestLogs/driver_local/tty/only_stderr
14:42:41 [2023-06-22T14:42:41.348Z] === PAUSE TestLogs/driver_local/tty/only_stderr
14:42:41 [2023-06-22T14:42:41.348Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
14:42:41 [2023-06-22T14:42:41.348Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
14:42:41 [2023-06-22T14:42:41.348Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
14:42:41 [2023-06-22T14:42:41.348Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
14:42:41 [2023-06-22T14:42:41.348Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
14:42:41 [2023-06-22T14:42:41.348Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
14:42:41 [2023-06-22T14:42:41.348Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
14:42:41 [2023-06-22T14:42:41.348Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
14:42:41 [2023-06-22T14:42:41.348Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
14:42:41 [2023-06-22T14:42:41.348Z] === CONT  TestLogs/driver_local/tty/only_stderr
14:42:41 [2023-06-22T14:42:41.348Z] === CONT  TestLogs/driver_local/tty/only_stdout
14:42:41 [2023-06-22T14:42:41.348Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
14:42:42 [2023-06-22T14:42:42.728Z] === RUN   TestLogs/driver_json-file
14:42:42 [2023-06-22T14:42:42.728Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
14:42:42 [2023-06-22T14:42:42.728Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
14:42:42 [2023-06-22T14:42:42.728Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
14:42:42 [2023-06-22T14:42:42.728Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
14:42:42 [2023-06-22T14:42:42.728Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
14:42:42 [2023-06-22T14:42:42.729Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
14:42:42 [2023-06-22T14:42:42.729Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
14:42:42 [2023-06-22T14:42:42.729Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
14:42:42 [2023-06-22T14:42:42.729Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
14:42:42 [2023-06-22T14:42:42.729Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
14:42:42 [2023-06-22T14:42:42.729Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
14:42:42 [2023-06-22T14:42:42.729Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
14:42:42 [2023-06-22T14:42:42.729Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
14:42:42 [2023-06-22T14:42:42.729Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
14:42:42 [2023-06-22T14:42:42.729Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
14:42:42 [2023-06-22T14:42:42.729Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
14:42:42 [2023-06-22T14:42:42.729Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
14:42:42 [2023-06-22T14:42:42.729Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
14:42:44 [2023-06-22T14:42:44.636Z] --- PASS: TestLogs (3.06s)
14:42:44 [2023-06-22T14:42:44.636Z]     --- PASS: TestLogs/driver_local (0.01s)
14:42:44 [2023-06-22T14:42:44.636Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.78s)
14:42:44 [2023-06-22T14:42:44.636Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (1.03s)
14:42:44 [2023-06-22T14:42:44.636Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (1.36s)
14:42:44 [2023-06-22T14:42:44.636Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (1.40s)
14:42:44 [2023-06-22T14:42:44.636Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (1.44s)
14:42:44 [2023-06-22T14:42:44.636Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (1.50s)
14:42:44 [2023-06-22T14:42:44.636Z]     --- PASS: TestLogs/driver_json-file (0.01s)
14:42:44 [2023-06-22T14:42:44.636Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.96s)
14:42:44 [2023-06-22T14:42:44.636Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (1.10s)
14:42:44 [2023-06-22T14:42:44.636Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (1.30s)
14:42:44 [2023-06-22T14:42:44.636Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (1.37s)
14:42:44 [2023-06-22T14:42:44.636Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (1.43s)
14:42:44 [2023-06-22T14:42:44.636Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (1.55s)
14:42:44 [2023-06-22T14:42:44.636Z] === RUN   TestContainerNetworkMountsNoChown
14:42:44 [2023-06-22T14:42:44.896Z] --- PASS: TestContainerNetworkMountsNoChown (0.52s)
14:42:44 [2023-06-22T14:42:44.896Z] === RUN   TestMountDaemonRoot
14:42:44 [2023-06-22T14:42:44.896Z] === RUN   TestMountDaemonRoot/default
14:42:44 [2023-06-22T14:42:44.896Z] === PAUSE TestMountDaemonRoot/default
14:42:44 [2023-06-22T14:42:44.896Z] === RUN   TestMountDaemonRoot/private
14:42:44 [2023-06-22T14:42:44.896Z] === PAUSE TestMountDaemonRoot/private
14:42:44 [2023-06-22T14:42:44.896Z] === RUN   TestMountDaemonRoot/rprivate
14:42:44 [2023-06-22T14:42:44.896Z] === PAUSE TestMountDaemonRoot/rprivate
14:42:44 [2023-06-22T14:42:44.896Z] === RUN   TestMountDaemonRoot/slave
14:42:44 [2023-06-22T14:42:44.896Z] === PAUSE TestMountDaemonRoot/slave
14:42:44 [2023-06-22T14:42:44.896Z] === RUN   TestMountDaemonRoot/rslave
14:42:44 [2023-06-22T14:42:44.896Z] === PAUSE TestMountDaemonRoot/rslave
14:42:44 [2023-06-22T14:42:44.896Z] === RUN   TestMountDaemonRoot/shared
14:42:44 [2023-06-22T14:42:44.896Z] === PAUSE TestMountDaemonRoot/shared
14:42:44 [2023-06-22T14:42:44.896Z] === RUN   TestMountDaemonRoot/rshared
14:42:44 [2023-06-22T14:42:44.896Z] === PAUSE TestMountDaemonRoot/rshared
14:42:44 [2023-06-22T14:42:44.896Z] === CONT  TestMountDaemonRoot/default
14:42:44 [2023-06-22T14:42:44.896Z] === CONT  TestMountDaemonRoot/shared
14:42:44 [2023-06-22T14:42:44.896Z] === CONT  TestMountDaemonRoot/slave
14:42:44 [2023-06-22T14:42:44.896Z] === RUN   TestMountDaemonRoot/default/bind_root
14:42:44 [2023-06-22T14:42:44.896Z] === CONT  TestMountDaemonRoot/private
14:42:44 [2023-06-22T14:42:44.896Z] === PAUSE TestMountDaemonRoot/default/bind_root
14:42:44 [2023-06-22T14:42:44.896Z] === CONT  TestMountDaemonRoot/rslave
14:42:44 [2023-06-22T14:42:44.896Z] === CONT  TestMountDaemonRoot/rprivate
14:42:44 [2023-06-22T14:42:44.896Z] === RUN   TestMountDaemonRoot/private/bind_root
14:42:44 [2023-06-22T14:42:44.896Z] === CONT  TestMountDaemonRoot/rshared
14:42:44 [2023-06-22T14:42:44.896Z] === PAUSE TestMountDaemonRoot/private/bind_root
14:42:44 [2023-06-22T14:42:44.896Z] === RUN   TestMountDaemonRoot/rshared/bind_root
14:42:44 [2023-06-22T14:42:44.896Z] === RUN   TestMountDaemonRoot/private/bind_subpath
14:42:44 [2023-06-22T14:42:44.896Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
14:42:44 [2023-06-22T14:42:44.896Z] === RUN   TestMountDaemonRoot/rslave/mount_root
14:42:44 [2023-06-22T14:42:44.896Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
14:42:44 [2023-06-22T14:42:44.896Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
14:42:44 [2023-06-22T14:42:44.896Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
14:42:44 [2023-06-22T14:42:44.896Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
14:42:44 [2023-06-22T14:42:44.896Z] === RUN   TestMountDaemonRoot/rslave/bind_root
14:42:44 [2023-06-22T14:42:44.896Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
14:42:44 [2023-06-22T14:42:44.896Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
14:42:44 [2023-06-22T14:42:44.896Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
14:42:44 [2023-06-22T14:42:44.896Z] === CONT  TestMountDaemonRoot/rslave/mount_root
14:42:44 [2023-06-22T14:42:44.896Z] === RUN   TestMountDaemonRoot/private/mount_root
14:42:44 [2023-06-22T14:42:44.896Z] === PAUSE TestMountDaemonRoot/private/mount_root
14:42:44 [2023-06-22T14:42:44.896Z] === RUN   TestMountDaemonRoot/private/mount_subpath
14:42:44 [2023-06-22T14:42:44.896Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
14:42:44 [2023-06-22T14:42:44.896Z] === CONT  TestMountDaemonRoot/private/bind_root
14:42:44 [2023-06-22T14:42:44.896Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
14:42:44 [2023-06-22T14:42:44.896Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
14:42:44 [2023-06-22T14:42:44.896Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
14:42:44 [2023-06-22T14:42:44.896Z] === RUN   TestMountDaemonRoot/shared/mount_root
14:42:44 [2023-06-22T14:42:44.896Z] === PAUSE TestMountDaemonRoot/shared/mount_root
14:42:44 [2023-06-22T14:42:44.896Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
14:42:44 [2023-06-22T14:42:44.896Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
14:42:44 [2023-06-22T14:42:44.896Z] === RUN   TestMountDaemonRoot/shared/bind_root
14:42:44 [2023-06-22T14:42:44.896Z] === PAUSE TestMountDaemonRoot/shared/bind_root
14:42:44 [2023-06-22T14:42:44.896Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
14:42:44 [2023-06-22T14:42:44.896Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
14:42:44 [2023-06-22T14:42:44.896Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
14:42:44 [2023-06-22T14:42:44.896Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
14:42:44 [2023-06-22T14:42:44.896Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
14:42:44 [2023-06-22T14:42:44.896Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
14:42:44 [2023-06-22T14:42:44.896Z] === RUN   TestMountDaemonRoot/slave/bind_root
14:42:44 [2023-06-22T14:42:44.896Z] === RUN   TestMountDaemonRoot/default/bind_subpath
14:42:44 [2023-06-22T14:42:44.896Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
14:42:44 [2023-06-22T14:42:44.896Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
14:42:44 [2023-06-22T14:42:44.896Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
14:42:44 [2023-06-22T14:42:44.896Z] === RUN   TestMountDaemonRoot/default/mount_root
14:42:44 [2023-06-22T14:42:44.896Z] === PAUSE TestMountDaemonRoot/slave/bind_root
14:42:44 [2023-06-22T14:42:44.896Z] === PAUSE TestMountDaemonRoot/default/mount_root
14:42:44 [2023-06-22T14:42:44.896Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
14:42:44 [2023-06-22T14:42:44.896Z] === RUN   TestMountDaemonRoot/rshared/mount_root
14:42:44 [2023-06-22T14:42:44.896Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
14:42:44 [2023-06-22T14:42:44.896Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
14:42:44 [2023-06-22T14:42:44.896Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
14:42:44 [2023-06-22T14:42:44.896Z] === RUN   TestMountDaemonRoot/default/mount_subpath
14:42:44 [2023-06-22T14:42:44.896Z] === CONT  TestMountDaemonRoot/rslave/bind_root
14:42:44 [2023-06-22T14:42:44.896Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
14:42:44 [2023-06-22T14:42:44.896Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
14:42:44 [2023-06-22T14:42:44.896Z] === RUN   TestMountDaemonRoot/slave/mount_root
14:42:44 [2023-06-22T14:42:44.896Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
14:42:44 [2023-06-22T14:42:44.896Z] === PAUSE TestMountDaemonRoot/slave/mount_root
14:42:44 [2023-06-22T14:42:44.896Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
14:42:44 [2023-06-22T14:42:44.896Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
14:42:44 [2023-06-22T14:42:44.896Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
14:42:44 [2023-06-22T14:42:44.896Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
14:42:44 [2023-06-22T14:42:44.896Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
14:42:44 [2023-06-22T14:42:44.896Z] === CONT  TestMountDaemonRoot/shared/bind_root
14:42:44 [2023-06-22T14:42:44.896Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
14:42:44 [2023-06-22T14:42:44.896Z] === CONT  TestMountDaemonRoot/shared/mount_root
14:42:44 [2023-06-22T14:42:44.896Z] === CONT  TestMountDaemonRoot/private/mount_root
14:42:44 [2023-06-22T14:42:44.896Z] === CONT  TestMountDaemonRoot/private/mount_subpath
14:42:44 [2023-06-22T14:42:44.896Z] === CONT  TestMountDaemonRoot/private/bind_subpath
14:42:44 [2023-06-22T14:42:44.896Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
14:42:44 [2023-06-22T14:42:44.896Z] === CONT  TestMountDaemonRoot/default/bind_root
14:42:44 [2023-06-22T14:42:44.896Z] === CONT  TestMountDaemonRoot/default/mount_subpath
14:42:44 [2023-06-22T14:42:44.896Z] === CONT  TestMountDaemonRoot/rshared/bind_root
14:42:44 [2023-06-22T14:42:44.896Z] === CONT  TestMountDaemonRoot/default/mount_root
14:42:44 [2023-06-22T14:42:44.896Z] === CONT  TestMountDaemonRoot/default/bind_subpath
14:42:44 [2023-06-22T14:42:44.896Z] === CONT  TestMountDaemonRoot/slave/bind_root
14:42:44 [2023-06-22T14:42:44.896Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
14:42:44 [2023-06-22T14:42:44.896Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
14:42:44 [2023-06-22T14:42:44.896Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
14:42:44 [2023-06-22T14:42:44.896Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
14:42:45 [2023-06-22T14:42:45.156Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
14:42:45 [2023-06-22T14:42:45.156Z] === CONT  TestMountDaemonRoot/slave/mount_root
14:42:45 [2023-06-22T14:42:45.156Z] === CONT  TestMountDaemonRoot/rshared/mount_root
14:42:45 [2023-06-22T14:42:45.156Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
14:42:45 [2023-06-22T14:42:45.156Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
14:42:45 [2023-06-22T14:42:45.156Z] --- PASS: TestMountDaemonRoot (0.02s)
14:42:45 [2023-06-22T14:42:45.156Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
14:42:45 [2023-06-22T14:42:45.156Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s)
14:42:45 [2023-06-22T14:42:45.156Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s)
14:42:45 [2023-06-22T14:42:45.156Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s)
14:42:45 [2023-06-22T14:42:45.156Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s)
14:42:45 [2023-06-22T14:42:45.156Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
14:42:45 [2023-06-22T14:42:45.156Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
14:42:45 [2023-06-22T14:42:45.156Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
14:42:45 [2023-06-22T14:42:45.156Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
14:42:45 [2023-06-22T14:42:45.156Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
14:42:45 [2023-06-22T14:42:45.156Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
14:42:45 [2023-06-22T14:42:45.156Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
14:42:45 [2023-06-22T14:42:45.156Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
14:42:45 [2023-06-22T14:42:45.156Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.03s)
14:42:45 [2023-06-22T14:42:45.156Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s)
14:42:45 [2023-06-22T14:42:45.156Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
14:42:45 [2023-06-22T14:42:45.156Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.04s)
14:42:45 [2023-06-22T14:42:45.156Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s)
14:42:45 [2023-06-22T14:42:45.156Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.05s)
14:42:45 [2023-06-22T14:42:45.156Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s)
14:42:45 [2023-06-22T14:42:45.156Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
14:42:45 [2023-06-22T14:42:45.156Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
14:42:45 [2023-06-22T14:42:45.156Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
14:42:45 [2023-06-22T14:42:45.156Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
14:42:45 [2023-06-22T14:42:45.156Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s)
14:42:45 [2023-06-22T14:42:45.156Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
14:42:45 [2023-06-22T14:42:45.156Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s)
14:42:45 [2023-06-22T14:42:45.156Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
14:42:45 [2023-06-22T14:42:45.156Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s)
14:42:45 [2023-06-22T14:42:45.156Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s)
14:42:45 [2023-06-22T14:42:45.156Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
14:42:45 [2023-06-22T14:42:45.156Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s)
14:42:45 [2023-06-22T14:42:45.156Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s)
14:42:45 [2023-06-22T14:42:45.156Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s)
14:42:45 [2023-06-22T14:42:45.156Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s)
14:42:45 [2023-06-22T14:42:45.156Z] === RUN   TestContainerBindMountNonRecursive
14:42:46 [2023-06-22T14:42:46.536Z] --- PASS: TestContainerBindMountNonRecursive (1.26s)
14:42:46 [2023-06-22T14:42:46.536Z] === RUN   TestContainerVolumesMountedAsShared
14:42:46 [2023-06-22T14:42:46.795Z] --- PASS: TestContainerVolumesMountedAsShared (0.47s)
14:42:46 [2023-06-22T14:42:46.795Z] === RUN   TestContainerVolumesMountedAsSlave
14:42:47 [2023-06-22T14:42:47.055Z] --- PASS: TestContainerVolumesMountedAsSlave (0.37s)
14:42:47 [2023-06-22T14:42:47.055Z] === RUN   TestNetworkNat
14:42:47 [2023-06-22T14:42:47.993Z] --- PASS: TestNetworkNat (0.60s)
14:42:47 [2023-06-22T14:42:47.993Z] === RUN   TestNetworkLocalhostTCPNat
14:42:48 [2023-06-22T14:42:48.253Z] --- PASS: TestNetworkLocalhostTCPNat (0.58s)
14:42:48 [2023-06-22T14:42:48.253Z] === RUN   TestNetworkLoopbackNat
14:42:51 [2023-06-22T14:42:51.545Z] --- PASS: TestNetworkLoopbackNat (2.62s)
14:42:51 [2023-06-22T14:42:51.545Z] === RUN   TestPause
14:42:51 [2023-06-22T14:42:51.545Z] --- PASS: TestPause (0.51s)
14:42:51 [2023-06-22T14:42:51.545Z] === RUN   TestPauseFailsOnWindowsServerContainers
14:42:51 [2023-06-22T14:42:51.545Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
14:42:51 [2023-06-22T14:42:51.545Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
14:42:51 [2023-06-22T14:42:51.545Z] === RUN   TestPauseStopPausedContainer
14:42:52 [2023-06-22T14:42:52.113Z] --- PASS: TestPauseStopPausedContainer (0.53s)
14:42:52 [2023-06-22T14:42:52.113Z] === RUN   TestPidHost
14:42:53 [2023-06-22T14:42:53.051Z] --- PASS: TestPidHost (1.11s)
14:42:53 [2023-06-22T14:42:53.051Z] === RUN   TestPsFilter
14:42:53 [2023-06-22T14:42:53.311Z] --- PASS: TestPsFilter (0.08s)
14:42:53 [2023-06-22T14:42:53.311Z] === RUN   TestRemoveContainerWithRemovedVolume
14:42:53 [2023-06-22T14:42:53.879Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.53s)
14:42:53 [2023-06-22T14:42:53.879Z] === RUN   TestRemoveContainerWithVolume
14:42:54 [2023-06-22T14:42:54.447Z] --- PASS: TestRemoveContainerWithVolume (0.54s)
14:42:54 [2023-06-22T14:42:54.447Z] === RUN   TestRemoveContainerRunning
14:42:54 [2023-06-22T14:42:54.707Z] --- PASS: TestRemoveContainerRunning (0.54s)
14:42:54 [2023-06-22T14:42:54.707Z] === RUN   TestRemoveContainerForceRemoveRunning
14:42:55 [2023-06-22T14:42:55.290Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.53s)
14:42:55 [2023-06-22T14:42:55.290Z] === RUN   TestRemoveInvalidContainer
14:42:55 [2023-06-22T14:42:55.290Z] --- PASS: TestRemoveInvalidContainer (0.01s)
14:42:55 [2023-06-22T14:42:55.290Z] === RUN   TestRenameLinkedContainer
14:42:57 [2023-06-22T14:42:57.856Z] --- PASS: TestRenameLinkedContainer (2.00s)
14:42:57 [2023-06-22T14:42:57.856Z] === RUN   TestRenameStoppedContainer
14:42:57 [2023-06-22T14:42:57.856Z] --- PASS: TestRenameStoppedContainer (0.51s)
14:42:57 [2023-06-22T14:42:57.856Z] === RUN   TestRenameRunningContainerAndReuse
14:42:58 [2023-06-22T14:42:58.824Z] --- PASS: TestRenameRunningContainerAndReuse (1.01s)
14:42:58 [2023-06-22T14:42:58.824Z] === RUN   TestRenameInvalidName
14:42:59 [2023-06-22T14:42:59.408Z] --- PASS: TestRenameInvalidName (0.50s)
14:42:59 [2023-06-22T14:42:59.408Z] === RUN   TestRenameAnonymousContainer
14:43:01 [2023-06-22T14:43:01.379Z] --- PASS: TestRenameAnonymousContainer (1.84s)
14:43:01 [2023-06-22T14:43:01.379Z] === RUN   TestRenameContainerWithSameName
14:43:01 [2023-06-22T14:43:01.641Z] --- PASS: TestRenameContainerWithSameName (0.54s)
14:43:01 [2023-06-22T14:43:01.641Z] === RUN   TestRenameContainerWithLinkedContainer
14:43:03 [2023-06-22T14:43:03.021Z] --- PASS: TestRenameContainerWithLinkedContainer (1.01s)
14:43:03 [2023-06-22T14:43:03.021Z] === RUN   TestResize
14:43:03 [2023-06-22T14:43:03.280Z] --- PASS: TestResize (0.55s)
14:43:03 [2023-06-22T14:43:03.280Z] === RUN   TestResizeWithInvalidSize
14:43:03 [2023-06-22T14:43:03.849Z] --- PASS: TestResizeWithInvalidSize (0.54s)
14:43:03 [2023-06-22T14:43:03.849Z] === RUN   TestResizeWhenContainerNotStarted
14:43:04 [2023-06-22T14:43:04.418Z] --- PASS: TestResizeWhenContainerNotStarted (0.48s)
14:43:04 [2023-06-22T14:43:04.418Z] === RUN   TestDaemonRestartKillContainers
14:43:04 [2023-06-22T14:43:04.418Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
14:43:04 [2023-06-22T14:43:04.418Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
14:43:04 [2023-06-22T14:43:04.418Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
14:43:04 [2023-06-22T14:43:04.418Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
14:43:04 [2023-06-22T14:43:04.418Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
14:43:04 [2023-06-22T14:43:04.418Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
14:43:04 [2023-06-22T14:43:04.418Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
14:43:04 [2023-06-22T14:43:04.418Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
14:43:04 [2023-06-22T14:43:04.418Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
14:43:04 [2023-06-22T14:43:04.418Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
14:43:04 [2023-06-22T14:43:04.418Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
14:43:04 [2023-06-22T14:43:04.418Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
14:43:04 [2023-06-22T14:43:04.418Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
14:43:04 [2023-06-22T14:43:04.418Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
14:43:04 [2023-06-22T14:43:04.418Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
14:43:04 [2023-06-22T14:43:04.418Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
14:43:04 [2023-06-22T14:43:04.418Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
14:43:04 [2023-06-22T14:43:04.418Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
14:43:04 [2023-06-22T14:43:04.418Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
14:43:04 [2023-06-22T14:43:04.418Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
14:43:04 [2023-06-22T14:43:04.418Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
14:43:04 [2023-06-22T14:43:04.418Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
14:43:04 [2023-06-22T14:43:04.418Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
14:43:04 [2023-06-22T14:43:04.418Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
14:43:04 [2023-06-22T14:43:04.418Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
14:43:04 [2023-06-22T14:43:04.418Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
14:43:04 [2023-06-22T14:43:04.418Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
14:43:04 [2023-06-22T14:43:04.418Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
14:43:04 [2023-06-22T14:43:04.418Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
14:43:04 [2023-06-22T14:43:04.418Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
14:43:04 [2023-06-22T14:43:04.418Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
14:43:04 [2023-06-22T14:43:04.418Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
14:43:04 [2023-06-22T14:43:04.418Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
14:43:04 [2023-06-22T14:43:04.418Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
14:43:04 [2023-06-22T14:43:04.418Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
14:43:04 [2023-06-22T14:43:04.418Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
14:43:04 [2023-06-22T14:43:04.418Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
14:43:04 [2023-06-22T14:43:04.418Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
14:43:04 [2023-06-22T14:43:04.418Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
14:43:04 [2023-06-22T14:43:04.418Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
14:43:05 [2023-06-22T14:43:05.798Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
14:43:05 [2023-06-22T14:43:05.798Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
14:43:06 [2023-06-22T14:43:06.738Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
14:43:06 [2023-06-22T14:43:06.997Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
14:43:07 [2023-06-22T14:43:07.257Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
14:43:07 [2023-06-22T14:43:07.257Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
14:43:07 [2023-06-22T14:43:07.517Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
14:43:07 [2023-06-22T14:43:07.777Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
14:43:11 [2023-06-22T14:43:11.978Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
14:43:11 [2023-06-22T14:43:11.978Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.37s)
14:43:11 [2023-06-22T14:43:11.978Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.38s)
14:43:11 [2023-06-22T14:43:11.978Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.20s)
14:43:11 [2023-06-22T14:43:11.978Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.38s)
14:43:11 [2023-06-22T14:43:11.978Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.96s)
14:43:11 [2023-06-22T14:43:11.978Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.97s)
14:43:11 [2023-06-22T14:43:11.978Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.17s)
14:43:11 [2023-06-22T14:43:11.978Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.49s)
14:43:11 [2023-06-22T14:43:11.978Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.22s)
14:43:11 [2023-06-22T14:43:11.978Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.03s)
14:43:11 [2023-06-22T14:43:11.978Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.04s)
14:43:11 [2023-06-22T14:43:11.978Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.93s)
14:43:11 [2023-06-22T14:43:11.978Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (5.48s)
14:43:11 [2023-06-22T14:43:11.978Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (4.21s)
14:43:11 [2023-06-22T14:43:11.978Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.68s)
14:43:11 [2023-06-22T14:43:11.978Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.19s)
14:43:11 [2023-06-22T14:43:11.978Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted
14:43:11 [2023-06-22T14:43:11.978Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/kill
14:43:12 [2023-06-22T14:43:12.237Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/stop
14:43:13 [2023-06-22T14:43:13.617Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (2.16s)
14:43:13 [2023-06-22T14:43:13.617Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (1.08s)
14:43:13 [2023-06-22T14:43:13.617Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (1.07s)
14:43:13 [2023-06-22T14:43:13.617Z] === RUN   TestCgroupNamespacesRun
14:43:14 [2023-06-22T14:43:14.556Z] --- PASS: TestCgroupNamespacesRun (1.21s)
14:43:14 [2023-06-22T14:43:14.557Z] === RUN   TestCgroupNamespacesRunPrivileged
14:43:15 [2023-06-22T14:43:15.937Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.24s)
14:43:15 [2023-06-22T14:43:15.937Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
14:43:17 [2023-06-22T14:43:17.316Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.19s)
14:43:17 [2023-06-22T14:43:17.316Z] === RUN   TestCgroupNamespacesRunHostMode
14:43:18 [2023-06-22T14:43:18.254Z] --- PASS: TestCgroupNamespacesRunHostMode (1.23s)
14:43:18 [2023-06-22T14:43:18.254Z] === RUN   TestCgroupNamespacesRunPrivateMode
14:43:19 [2023-06-22T14:43:19.634Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.20s)
14:43:19 [2023-06-22T14:43:19.634Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
14:43:21 [2023-06-22T14:43:21.013Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.22s)
14:43:21 [2023-06-22T14:43:21.013Z] === RUN   TestCgroupNamespacesRunInvalidMode
14:43:21 [2023-06-22T14:43:21.273Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.65s)
14:43:21 [2023-06-22T14:43:21.273Z] === RUN   TestCgroupNamespacesRunOlderClient
14:43:22 [2023-06-22T14:43:22.653Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.22s)
14:43:22 [2023-06-22T14:43:22.653Z] === RUN   TestNISDomainname
14:43:23 [2023-06-22T14:43:23.223Z] --- PASS: TestNISDomainname (0.58s)
14:43:23 [2023-06-22T14:43:23.223Z] === RUN   TestHostnameDnsResolution
14:43:24 [2023-06-22T14:43:24.160Z] --- PASS: TestHostnameDnsResolution (0.79s)
14:43:24 [2023-06-22T14:43:24.160Z] === RUN   TestUnprivilegedPortsAndPing
14:43:24 [2023-06-22T14:43:24.729Z] --- PASS: TestUnprivilegedPortsAndPing (0.61s)
14:43:24 [2023-06-22T14:43:24.729Z] === RUN   TestPrivilegedHostDevices
14:43:25 [2023-06-22T14:43:25.298Z] --- PASS: TestPrivilegedHostDevices (0.62s)
14:43:25 [2023-06-22T14:43:25.298Z] === RUN   TestRunConsoleSize
14:43:25 [2023-06-22T14:43:25.557Z] --- PASS: TestRunConsoleSize (0.46s)
14:43:25 [2023-06-22T14:43:25.557Z] === RUN   TestRunWithAlternativeContainerdShim
14:43:28 [2023-06-22T14:43:28.095Z] --- PASS: TestRunWithAlternativeContainerdShim (2.12s)
14:43:28 [2023-06-22T14:43:28.095Z] === RUN   TestStats
14:43:30 [2023-06-22T14:43:30.631Z] --- PASS: TestStats (2.54s)
14:43:30 [2023-06-22T14:43:30.631Z] === RUN   TestStopContainerWithTimeout
14:43:30 [2023-06-22T14:43:30.631Z] === RUN   TestStopContainerWithTimeout/0
14:43:30 [2023-06-22T14:43:30.631Z] === PAUSE TestStopContainerWithTimeout/0
14:43:30 [2023-06-22T14:43:30.631Z] === RUN   TestStopContainerWithTimeout/1
14:43:30 [2023-06-22T14:43:30.631Z] === PAUSE TestStopContainerWithTimeout/1
14:43:30 [2023-06-22T14:43:30.631Z] === RUN   TestStopContainerWithTimeout/3
14:43:30 [2023-06-22T14:43:30.631Z] === PAUSE TestStopContainerWithTimeout/3
14:43:30 [2023-06-22T14:43:30.631Z] === RUN   TestStopContainerWithTimeout/-1
14:43:30 [2023-06-22T14:43:30.631Z] === PAUSE TestStopContainerWithTimeout/-1
14:43:30 [2023-06-22T14:43:30.631Z] === CONT  TestStopContainerWithTimeout/0
14:43:30 [2023-06-22T14:43:30.631Z] === CONT  TestStopContainerWithTimeout/3
14:43:30 [2023-06-22T14:43:30.631Z] === CONT  TestStopContainerWithTimeout/1
14:43:30 [2023-06-22T14:43:30.631Z] === CONT  TestStopContainerWithTimeout/-1
14:43:33 [2023-06-22T14:43:33.168Z] --- PASS: TestStopContainerWithTimeout (0.01s)
14:43:33 [2023-06-22T14:43:33.168Z]     --- PASS: TestStopContainerWithTimeout/0 (0.99s)
14:43:33 [2023-06-22T14:43:33.168Z]     --- PASS: TestStopContainerWithTimeout/1 (2.00s)
14:43:33 [2023-06-22T14:43:33.168Z]     --- PASS: TestStopContainerWithTimeout/3 (2.62s)
14:43:33 [2023-06-22T14:43:33.168Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.91s)
14:43:33 [2023-06-22T14:43:33.168Z] === RUN   TestDeleteDevicemapper
14:43:33 [2023-06-22T14:43:33.168Z]     stop_linux_test.go:80: testEnv.DaemonInfo.Driver != "devicemapper"
14:43:33 [2023-06-22T14:43:33.168Z] --- SKIP: TestDeleteDevicemapper (0.00s)
14:43:33 [2023-06-22T14:43:33.168Z] === RUN   TestStopContainerWithTimeoutCancel
14:43:33 [2023-06-22T14:43:33.168Z] === PAUSE TestStopContainerWithTimeoutCancel
14:43:33 [2023-06-22T14:43:33.168Z] === RUN   TestStopContainerWithRestartPolicyAlways
14:43:35 [2023-06-22T14:43:35.706Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.17s)
14:43:35 [2023-06-22T14:43:35.706Z] === RUN   TestUpdateMemory
14:43:35 [2023-06-22T14:43:35.965Z] --- PASS: TestUpdateMemory (0.58s)
14:43:35 [2023-06-22T14:43:35.965Z] === RUN   TestUpdateCPUQuota
14:43:36 [2023-06-22T14:43:36.904Z] --- PASS: TestUpdateCPUQuota (0.83s)
14:43:36 [2023-06-22T14:43:36.904Z] === RUN   TestUpdatePidsLimit
14:43:36 [2023-06-22T14:43:36.904Z] === RUN   TestUpdatePidsLimit/update_from_none
14:43:36 [2023-06-22T14:43:36.904Z] === RUN   TestUpdatePidsLimit/no_change
14:43:37 [2023-06-22T14:43:37.163Z] === RUN   TestUpdatePidsLimit/update_lower
14:43:37 [2023-06-22T14:43:37.423Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
14:43:37 [2023-06-22T14:43:37.682Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
14:43:37 [2023-06-22T14:43:37.942Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
14:43:37 [2023-06-22T14:43:37.942Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
14:43:38 [2023-06-22T14:43:38.879Z] --- PASS: TestUpdatePidsLimit (1.84s)
14:43:38 [2023-06-22T14:43:38.879Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.21s)
14:43:38 [2023-06-22T14:43:38.880Z]     --- PASS: TestUpdatePidsLimit/no_change (0.19s)
14:43:38 [2023-06-22T14:43:38.880Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.22s)
14:43:38 [2023-06-22T14:43:38.880Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.22s)
14:43:38 [2023-06-22T14:43:38.880Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.20s)
14:43:38 [2023-06-22T14:43:38.880Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.16s)
14:43:38 [2023-06-22T14:43:38.880Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.16s)
14:43:38 [2023-06-22T14:43:38.880Z] === RUN   TestUpdateRestartPolicy
14:43:51 [2023-06-22T14:43:51.093Z] --- PASS: TestUpdateRestartPolicy (11.16s)
14:43:51 [2023-06-22T14:43:51.093Z] === RUN   TestUpdateRestartWithAutoRemove
14:43:51 [2023-06-22T14:43:51.093Z] --- PASS: TestUpdateRestartWithAutoRemove (0.56s)
14:43:51 [2023-06-22T14:43:51.093Z] === RUN   TestWaitNonBlocked
14:43:51 [2023-06-22T14:43:51.093Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
14:43:51 [2023-06-22T14:43:51.093Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
14:43:51 [2023-06-22T14:43:51.093Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
14:43:51 [2023-06-22T14:43:51.093Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
14:43:51 [2023-06-22T14:43:51.093Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
14:43:51 [2023-06-22T14:43:51.093Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
14:43:51 [2023-06-22T14:43:51.093Z] --- PASS: TestWaitNonBlocked (0.01s)
14:43:51 [2023-06-22T14:43:51.093Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.69s)
14:43:51 [2023-06-22T14:43:51.093Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.76s)
14:43:51 [2023-06-22T14:43:51.093Z] === RUN   TestWaitBlocked
14:43:51 [2023-06-22T14:43:51.093Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
14:43:51 [2023-06-22T14:43:51.093Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
14:43:51 [2023-06-22T14:43:51.093Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
14:43:51 [2023-06-22T14:43:51.093Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
14:43:51 [2023-06-22T14:43:51.093Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
14:43:51 [2023-06-22T14:43:51.093Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
14:43:52 [2023-06-22T14:43:52.031Z] --- PASS: TestWaitBlocked (0.01s)
14:43:52 [2023-06-22T14:43:52.031Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.70s)
14:43:52 [2023-06-22T14:43:52.031Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.78s)
14:43:52 [2023-06-22T14:43:52.031Z] === RUN   TestWaitConditions
14:43:52 [2023-06-22T14:43:52.031Z] === RUN   TestWaitConditions/default
14:43:52 [2023-06-22T14:43:52.031Z] === PAUSE TestWaitConditions/default
14:43:52 [2023-06-22T14:43:52.031Z] === RUN   TestWaitConditions/not-running
14:43:52 [2023-06-22T14:43:52.031Z] === PAUSE TestWaitConditions/not-running
14:43:52 [2023-06-22T14:43:52.031Z] === RUN   TestWaitConditions/next-exit
14:43:52 [2023-06-22T14:43:52.031Z] === PAUSE TestWaitConditions/next-exit
14:43:52 [2023-06-22T14:43:52.031Z] === RUN   TestWaitConditions/removed
14:43:52 [2023-06-22T14:43:52.031Z] === PAUSE TestWaitConditions/removed
14:43:52 [2023-06-22T14:43:52.031Z] === CONT  TestWaitConditions/default
14:43:52 [2023-06-22T14:43:52.031Z] === CONT  TestWaitConditions/next-exit
14:43:52 [2023-06-22T14:43:52.031Z] === CONT  TestWaitConditions/not-running
14:43:52 [2023-06-22T14:43:52.031Z] === CONT  TestWaitConditions/removed
14:43:53 [2023-06-22T14:43:53.938Z] --- PASS: TestWaitConditions (0.01s)
14:43:53 [2023-06-22T14:43:53.938Z]     --- PASS: TestWaitConditions/not-running (1.79s)
14:43:53 [2023-06-22T14:43:53.938Z]     --- PASS: TestWaitConditions/default (1.79s)
14:43:53 [2023-06-22T14:43:53.938Z]     --- PASS: TestWaitConditions/removed (2.07s)
14:43:53 [2023-06-22T14:43:53.938Z]     --- PASS: TestWaitConditions/next-exit (2.10s)
14:43:53 [2023-06-22T14:43:53.938Z] === RUN   TestWaitRestartedContainer
14:43:53 [2023-06-22T14:43:53.938Z] === RUN   TestWaitRestartedContainer/default
14:43:53 [2023-06-22T14:43:53.938Z] === PAUSE TestWaitRestartedContainer/default
14:43:53 [2023-06-22T14:43:53.938Z] === RUN   TestWaitRestartedContainer/not-running
14:43:53 [2023-06-22T14:43:53.938Z] === PAUSE TestWaitRestartedContainer/not-running
14:43:53 [2023-06-22T14:43:53.938Z] === RUN   TestWaitRestartedContainer/next-exit
14:43:53 [2023-06-22T14:43:53.938Z] === PAUSE TestWaitRestartedContainer/next-exit
14:43:53 [2023-06-22T14:43:53.938Z] === CONT  TestWaitRestartedContainer/default
14:43:53 [2023-06-22T14:43:53.938Z] === CONT  TestWaitRestartedContainer/next-exit
14:43:53 [2023-06-22T14:43:53.938Z] === CONT  TestWaitRestartedContainer/not-running
14:43:56 [2023-06-22T14:43:56.475Z] --- PASS: TestWaitRestartedContainer (0.01s)
14:43:56 [2023-06-22T14:43:56.475Z]     --- PASS: TestWaitRestartedContainer/not-running (1.78s)
14:43:56 [2023-06-22T14:43:56.475Z]     --- PASS: TestWaitRestartedContainer/next-exit (1.91s)
14:43:56 [2023-06-22T14:43:56.475Z]     --- PASS: TestWaitRestartedContainer/default (2.14s)
14:43:56 [2023-06-22T14:43:56.475Z] === CONT  TestContainerStartOnDaemonRestart
14:43:56 [2023-06-22T14:43:56.475Z] === CONT  TestContainerKillOnDaemonStart
14:43:56 [2023-06-22T14:43:56.475Z] === CONT  TestDaemonHostGatewayIP
14:43:56 [2023-06-22T14:43:56.475Z] === CONT  TestRestartDaemonWithRestartingContainer
14:43:56 [2023-06-22T14:43:56.475Z] === CONT  TestStopContainerWithTimeoutCancel
14:43:56 [2023-06-22T14:43:56.475Z] === CONT  TestDaemonRestartIpcMode
14:43:56 [2023-06-22T14:43:56.475Z] === CONT  TestIpcModeOlderClient
14:43:56 [2023-06-22T14:43:56.475Z] --- PASS: TestIpcModeOlderClient (0.05s)
14:43:59 [2023-06-22T14:43:59.014Z] --- PASS: TestContainerStartOnDaemonRestart (2.81s)
14:43:59 [2023-06-22T14:43:59.953Z] --- PASS: TestDaemonHostGatewayIP (3.65s)
14:43:59 [2023-06-22T14:43:59.953Z] --- PASS: TestStopContainerWithTimeoutCancel (3.84s)
14:43:59 [2023-06-22T14:43:59.953Z] --- PASS: TestDaemonRestartIpcMode (3.87s)
14:44:00 [2023-06-22T14:44:00.212Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.95s)
14:44:08 [2023-06-22T14:44:08.335Z] --- PASS: TestContainerKillOnDaemonStart (11.81s)
14:44:08 [2023-06-22T14:44:08.335Z] PASS
14:44:08 [2023-06-22T14:44:08.335Z] 
14:44:08 [2023-06-22T14:44:08.335Z] === Skipped
14:44:08 [2023-06-22T14:44:08.335Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
14:44:08 [2023-06-22T14:44:08.335Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
14:44:08 [2023-06-22T14:44:08.335Z] 
14:44:08 [2023-06-22T14:44:08.335Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
14:44:08 [2023-06-22T14:44:08.335Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
14:44:08 [2023-06-22T14:44:08.335Z] 
14:44:08 [2023-06-22T14:44:08.335Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s)
14:44:08 [2023-06-22T14:44:08.335Z]     stop_linux_test.go:80: testEnv.DaemonInfo.Driver != "devicemapper"
14:44:08 [2023-06-22T14:44:08.335Z] 
14:44:08 [2023-06-22T14:44:08.335Z] DONE 274 tests, 3 skipped in 121.964s
14:44:08 [2023-06-22T14:44:08.335Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m 
14:44:08 [2023-06-22T14:44:08.335Z] ++ 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
14:44:08 [2023-06-22T14:44:08.335Z] ++ set -e
14:44:08 [2023-06-22T14:44:08.335Z] ++ '[' -n 0 ']'
14:44:08 [2023-06-22T14:44:08.335Z] ++ set -x
14:44:08 [2023-06-22T14:44:08.335Z] ++ 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
14:44:08 [2023-06-22T14:44:08.335Z] INFO: Testing against a local daemon
14:44:08 [2023-06-22T14:44:08.335Z] === RUN   TestConfigDaemonID
14:44:09 [2023-06-22T14:44:09.273Z]     daemon_test.go:68: [dc805cc170a21] daemon is not started
14:44:09 [2023-06-22T14:44:09.273Z] --- PASS: TestConfigDaemonID (1.04s)
14:44:09 [2023-06-22T14:44:09.273Z] === RUN   TestDaemonConfigValidation
14:44:09 [2023-06-22T14:44:09.273Z] === RUN   TestDaemonConfigValidation/config_with_no_content
14:44:09 [2023-06-22T14:44:09.273Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
14:44:09 [2023-06-22T14:44:09.273Z] === RUN   TestDaemonConfigValidation/config_with_{}
14:44:09 [2023-06-22T14:44:09.273Z] === PAUSE TestDaemonConfigValidation/config_with_{}
14:44:09 [2023-06-22T14:44:09.273Z] === RUN   TestDaemonConfigValidation/invalid_config
14:44:09 [2023-06-22T14:44:09.273Z] === PAUSE TestDaemonConfigValidation/invalid_config
14:44:09 [2023-06-22T14:44:09.273Z] === RUN   TestDaemonConfigValidation/malformed_config
14:44:09 [2023-06-22T14:44:09.273Z] === PAUSE TestDaemonConfigValidation/malformed_config
14:44:09 [2023-06-22T14:44:09.273Z] === RUN   TestDaemonConfigValidation/valid_config
14:44:09 [2023-06-22T14:44:09.273Z] === PAUSE TestDaemonConfigValidation/valid_config
14:44:09 [2023-06-22T14:44:09.273Z] === CONT  TestDaemonConfigValidation/config_with_no_content
14:44:09 [2023-06-22T14:44:09.273Z] === CONT  TestDaemonConfigValidation/malformed_config
14:44:09 [2023-06-22T14:44:09.273Z] === CONT  TestDaemonConfigValidation/valid_config
14:44:09 [2023-06-22T14:44:09.273Z] === CONT  TestDaemonConfigValidation/invalid_config
14:44:09 [2023-06-22T14:44:09.274Z] === CONT  TestDaemonConfigValidation/config_with_{}
14:44:09 [2023-06-22T14:44:09.274Z] --- PASS: TestDaemonConfigValidation (0.00s)
14:44:09 [2023-06-22T14:44:09.274Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.05s)
14:44:09 [2023-06-22T14:44:09.274Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.06s)
14:44:09 [2023-06-22T14:44:09.274Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.07s)
14:44:09 [2023-06-22T14:44:09.274Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.07s)
14:44:09 [2023-06-22T14:44:09.274Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.07s)
14:44:09 [2023-06-22T14:44:09.274Z] === RUN   TestConfigDaemonSeccompProfiles
14:44:09 [2023-06-22T14:44:09.274Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
14:44:10 [2023-06-22T14:44:10.211Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
14:44:11 [2023-06-22T14:44:11.149Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
14:44:12 [2023-06-22T14:44:12.529Z] === CONT  TestConfigDaemonSeccompProfiles
14:44:12 [2023-06-22T14:44:12.529Z]     daemon_test.go:182: [d85fe0c724ec1] daemon is not started
14:44:12 [2023-06-22T14:44:12.529Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s)
14:44:12 [2023-06-22T14:44:12.529Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
14:44:12 [2023-06-22T14:44:12.529Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
14:44:12 [2023-06-22T14:44:12.529Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
14:44:12 [2023-06-22T14:44:12.529Z] === RUN   TestDaemonProxy
14:44:12 [2023-06-22T14:44:12.529Z] === RUN   TestDaemonProxy/environment_variables
14:44:13 [2023-06-22T14:44:13.908Z] === RUN   TestDaemonProxy/command-line_options
14:44:15 [2023-06-22T14:44:15.814Z] === RUN   TestDaemonProxy/configuration_file
14:44:17 [2023-06-22T14:44:17.721Z] === RUN   TestDaemonProxy/conflicting_options
14:44:17 [2023-06-22T14:44:17.980Z] === RUN   TestDaemonProxy/reload_sanitized
14:44:18 [2023-06-22T14:44:18.550Z] --- PASS: TestDaemonProxy (6.22s)
14:44:18 [2023-06-22T14:44:18.550Z]     --- PASS: TestDaemonProxy/environment_variables (1.73s)
14:44:18 [2023-06-22T14:44:18.550Z]     --- PASS: TestDaemonProxy/command-line_options (1.74s)
14:44:18 [2023-06-22T14:44:18.550Z]     --- PASS: TestDaemonProxy/configuration_file (1.73s)
14:44:18 [2023-06-22T14:44:18.550Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
14:44:18 [2023-06-22T14:44:18.550Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.52s)
14:44:18 [2023-06-22T14:44:18.550Z] === RUN   TestLiveRestore
14:44:18 [2023-06-22T14:44:18.550Z] === RUN   TestLiveRestore/volume_references
14:44:18 [2023-06-22T14:44:18.550Z] === PAUSE TestLiveRestore/volume_references
14:44:18 [2023-06-22T14:44:18.550Z] === CONT  TestLiveRestore/volume_references
14:44:19 [2023-06-22T14:44:19.118Z] === RUN   TestLiveRestore/volume_references/restartPolicy
14:44:19 [2023-06-22T14:44:19.118Z] === RUN   TestLiveRestore/volume_references/restartPolicy/always
14:44:20 [2023-06-22T14:44:20.057Z] === RUN   TestLiveRestore/volume_references/restartPolicy/unless-stopped
14:44:21 [2023-06-22T14:44:21.437Z] === RUN   TestLiveRestore/volume_references/restartPolicy/on-failure
14:44:22 [2023-06-22T14:44:22.375Z] === RUN   TestLiveRestore/volume_references/restartPolicy/no
14:44:23 [2023-06-22T14:44:23.314Z] --- PASS: TestLiveRestore (0.00s)
14:44:23 [2023-06-22T14:44:23.314Z]     --- PASS: TestLiveRestore/volume_references (4.68s)
14:44:23 [2023-06-22T14:44:23.314Z]         --- PASS: TestLiveRestore/volume_references/restartPolicy (4.02s)
14:44:23 [2023-06-22T14:44:23.314Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/always (1.02s)
14:44:23 [2023-06-22T14:44:23.314Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (0.98s)
14:44:23 [2023-06-22T14:44:23.314Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (1.02s)
14:44:23 [2023-06-22T14:44:23.314Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/no (1.00s)
14:44:23 [2023-06-22T14:44:23.314Z] === RUN   TestDaemonDefaultBridgeWithFixedCidrButNoBip
14:44:23 [2023-06-22T14:44:23.883Z] --- PASS: TestDaemonDefaultBridgeWithFixedCidrButNoBip (0.74s)
14:44:23 [2023-06-22T14:44:23.883Z] PASS
14:44:23 [2023-06-22T14:44:23.883Z] 
14:44:23 [2023-06-22T14:44:23.883Z] DONE 25 tests in 15.916s
14:44:23 [2023-06-22T14:44:23.883Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m 
14:44:23 [2023-06-22T14:44:23.883Z] ++ 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
14:44:23 [2023-06-22T14:44:23.883Z] ++ set -e
14:44:23 [2023-06-22T14:44:23.883Z] ++ '[' -n 0 ']'
14:44:23 [2023-06-22T14:44:23.883Z] ++ set -x
14:44:23 [2023-06-22T14:44:23.883Z] ++ 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
14:44:23 [2023-06-22T14:44:23.883Z] INFO: Testing against a local daemon
14:44:23 [2023-06-22T14:44:23.883Z] === RUN   TestCommitInheritsEnv
14:44:24 [2023-06-22T14:44:24.143Z] --- PASS: TestCommitInheritsEnv (0.21s)
14:44:24 [2023-06-22T14:44:24.143Z] === RUN   TestImportExtremelyLargeImageWorks
14:44:24 [2023-06-22T14:44:24.143Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
14:44:24 [2023-06-22T14:44:24.143Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
14:44:24 [2023-06-22T14:44:24.143Z] === RUN   TestImportWithCustomPlatform
14:44:24 [2023-06-22T14:44:24.143Z] === RUN   TestImportWithCustomPlatform/#00
14:44:24 [2023-06-22T14:44:24.403Z] === RUN   TestImportWithCustomPlatform/_______
14:44:24 [2023-06-22T14:44:24.403Z] === RUN   TestImportWithCustomPlatform//
14:44:24 [2023-06-22T14:44:24.403Z] === RUN   TestImportWithCustomPlatform/linux
14:44:24 [2023-06-22T14:44:24.403Z] === RUN   TestImportWithCustomPlatform/LINUX
14:44:24 [2023-06-22T14:44:24.403Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
14:44:24 [2023-06-22T14:44:24.403Z] === RUN   TestImportWithCustomPlatform/macos
14:44:24 [2023-06-22T14:44:24.403Z] === RUN   TestImportWithCustomPlatform/macos/arm64
14:44:24 [2023-06-22T14:44:24.403Z] === RUN   TestImportWithCustomPlatform/nintendo64
14:44:24 [2023-06-22T14:44:24.403Z] --- PASS: TestImportWithCustomPlatform (0.29s)
14:44:24 [2023-06-22T14:44:24.403Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.06s)
14:44:24 [2023-06-22T14:44:24.403Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
14:44:24 [2023-06-22T14:44:24.403Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
14:44:24 [2023-06-22T14:44:24.403Z]     --- PASS: TestImportWithCustomPlatform/linux (0.06s)
14:44:24 [2023-06-22T14:44:24.403Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.07s)
14:44:24 [2023-06-22T14:44:24.403Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s)
14:44:24 [2023-06-22T14:44:24.403Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
14:44:24 [2023-06-22T14:44:24.403Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
14:44:24 [2023-06-22T14:44:24.403Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
14:44:24 [2023-06-22T14:44:24.403Z] === RUN   TestImagesFilterMultiReference
14:44:24 [2023-06-22T14:44:24.665Z] --- PASS: TestImagesFilterMultiReference (0.05s)
14:44:24 [2023-06-22T14:44:24.665Z] === RUN   TestImagePullPlatformInvalid
14:44:24 [2023-06-22T14:44:24.665Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
14:44:24 [2023-06-22T14:44:24.665Z] === RUN   TestImagePullStoredfDigestForOtherRepo
14:44:24 [2023-06-22T14:44:24.665Z] time="2023-06-22T14:44:24Z" 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.10 instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.665Z] time="2023-06-22T14:44:24Z" level=info msg="redis not configured" go.version=go1.19.10 instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.665Z] time="2023-06-22T14:44:24Z" level=info msg="Starting upload purge in 5m0s" go.version=go1.19.10 instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.665Z] time="2023-06-22T14:44:24Z" level=info msg="listening on 127.0.0.1:5000" go.version=go1.19.10 instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.665Z] time="2023-06-22T14:44:24Z" level=debug msg="authorizing request" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=0e58c405-e654-444e-a49a-ff4020227afa http.request.method=GET http.request.remoteaddr="127.0.0.1:48068" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.665Z] time="2023-06-22T14:44:24Z" level=info msg="response completed" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=0e58c405-e654-444e-a49a-ff4020227afa http.request.method=GET http.request.remoteaddr="127.0.0.1:48068" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.067035ms http.response.status=200 http.response.written=2 instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.665Z] 127.0.0.1 - - [22/Jun/2023:14:44:24 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1"
14:44:24 [2023-06-22T14:44:24.665Z] time="2023-06-22T14:44:24Z" level=debug msg="authorizing request" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=5b4b48d7-ec17-4f95-a644-c20adf2a24f6 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48070" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.21+unknown" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.665Z] time="2023-06-22T14:44:24Z" level=debug msg="authorizing request" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=544adac6-7fb1-4732-9141-b23bd3e48e69 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48072" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.21+unknown" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.665Z] time="2023-06-22T14:44:24Z" level=debug msg=GetBlob go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=544adac6-7fb1-4732-9141-b23bd3e48e69 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48072" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.21+unknown" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.665Z] time="2023-06-22T14:44:24Z" level=debug msg=GetBlob go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=5b4b48d7-ec17-4f95-a644-c20adf2a24f6 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48070" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.21+unknown" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.665Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=544adac6-7fb1-4732-9141-b23bd3e48e69 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48072" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.21+unknown" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=35.904µs trace.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=24d977bc-3524-4a25-94c3-04b44033836d trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.665Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=5b4b48d7-ec17-4f95-a644-c20adf2a24f6 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48070" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.21+unknown" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=37.825µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=f9ad4e78-e081-4cef-9a1e-8b3912b992e3 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.665Z] time="2023-06-22T14:44:24Z" 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.10 http.request.host="127.0.0.1:5000" http.request.id=544adac6-7fb1-4732-9141-b23bd3e48e69 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48072" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.21+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.219679ms http.response.status=404 http.response.written=157 instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.665Z] 127.0.0.1 - - [22/Jun/2023:14:44:24 +0000] "HEAD /v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 404 157 "" "containerd/1.6.21+unknown"
14:44:24 [2023-06-22T14:44:24.665Z] time="2023-06-22T14:44:24Z" 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.10 http.request.host="127.0.0.1:5000" http.request.id=5b4b48d7-ec17-4f95-a644-c20adf2a24f6 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48070" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.21+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.182307ms http.response.status=404 http.response.written=157 instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.665Z] 127.0.0.1 - - [22/Jun/2023:14:44:24 +0000] "HEAD /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 404 157 "" "containerd/1.6.21+unknown"
14:44:24 [2023-06-22T14:44:24.665Z] time="2023-06-22T14:44:24Z" level=debug msg="authorizing request" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=0b63df30-fcad-4b4d-a13a-95adf7db9380 http.request.method=POST http.request.remoteaddr="127.0.0.1:48072" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.21+unknown" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 vars.name=test version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.665Z] time="2023-06-22T14:44:24Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=0b63df30-fcad-4b4d-a13a-95adf7db9380 http.request.method=POST http.request.remoteaddr="127.0.0.1:48072" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.21+unknown" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 vars.name=test version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.665Z] time="2023-06-22T14:44:24Z" level=debug msg="authorizing request" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=4cd7bbb6-3e1b-4859-a2e4-e61988392318 http.request.method=POST http.request.remoteaddr="127.0.0.1:48070" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.21+unknown" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 vars.name=test version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.665Z] time="2023-06-22T14:44:24Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=4cd7bbb6-3e1b-4859-a2e4-e61988392318 http.request.method=POST http.request.remoteaddr="127.0.0.1:48070" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.21+unknown" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 vars.name=test version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.665Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/677211b5-670d-44aa-9d11-47ac59ee889f/startedat\")" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=0b63df30-fcad-4b4d-a13a-95adf7db9380 http.request.method=POST http.request.remoteaddr="127.0.0.1:48072" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.21+unknown" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=106.835µs trace.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=977f2e2b-5280-48cc-9c0e-821ac82f2c24 trace.line=95 vars.name=test version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.665Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/677211b5-670d-44aa-9d11-47ac59ee889f/data\")" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=0b63df30-fcad-4b4d-a13a-95adf7db9380 http.request.method=POST http.request.remoteaddr="127.0.0.1:48072" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.21+unknown" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=11.946µs trace.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=edacb1f1-f24c-4096-99ac-cea77b1a057e trace.line=141 vars.name=test version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.665Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/2d0a9086-9a4e-4845-8332-2e51dcd4f387/startedat\")" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=4cd7bbb6-3e1b-4859-a2e4-e61988392318 http.request.method=POST http.request.remoteaddr="127.0.0.1:48070" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.21+unknown" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=67.812µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=d091c859-f1f0-4298-90d9-533659a56023 trace.line=95 vars.name=test version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.665Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/2d0a9086-9a4e-4845-8332-2e51dcd4f387/data\")" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=4cd7bbb6-3e1b-4859-a2e4-e61988392318 http.request.method=POST http.request.remoteaddr="127.0.0.1:48070" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.21+unknown" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=12.011µs trace.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=93b2a9ef-eba2-4066-8af9-33810cc3dbc1 trace.line=141 vars.name=test version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.665Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/2d0a9086-9a4e-4845-8332-2e51dcd4f387/hashstates/sha256/0\")" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=4cd7bbb6-3e1b-4859-a2e4-e61988392318 http.request.method=POST http.request.remoteaddr="127.0.0.1:48070" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.21+unknown" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=73.531µs trace.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=1fe9feff-7bf0-444f-b4e5-d06505ce6d21 trace.line=95 vars.name=test version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.666Z] time="2023-06-22T14:44:24Z" level=info msg="response completed" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=4cd7bbb6-3e1b-4859-a2e4-e61988392318 http.request.method=POST http.request.remoteaddr="127.0.0.1:48070" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.21+unknown" http.response.duration=2.991678ms http.response.status=202 http.response.written=0 instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.666Z] 127.0.0.1 - - [22/Jun/2023:14:44:24 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.6.21+unknown"
14:44:24 [2023-06-22T14:44:24.666Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/677211b5-670d-44aa-9d11-47ac59ee889f/hashstates/sha256/0\")" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=0b63df30-fcad-4b4d-a13a-95adf7db9380 http.request.method=POST http.request.remoteaddr="127.0.0.1:48072" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.21+unknown" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=75.952µs trace.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=828f77be-7413-4414-9617-04d50e78f790 trace.line=95 vars.name=test version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.666Z] time="2023-06-22T14:44:24Z" level=info msg="response completed" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=0b63df30-fcad-4b4d-a13a-95adf7db9380 http.request.method=POST http.request.remoteaddr="127.0.0.1:48072" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.21+unknown" http.response.duration=3.990941ms http.response.status=202 http.response.written=0 instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.666Z] 127.0.0.1 - - [22/Jun/2023:14:44:24 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.6.21+unknown"
14:44:24 [2023-06-22T14:44:24.666Z] time="2023-06-22T14:44:24Z" level=debug msg="authorizing request" go.version=go1.19.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a4d29fe5-666e-4ce7-a758-9ddad5c68539 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48070" http.request.uri="/v2/test/blobs/uploads/2d0a9086-9a4e-4845-8332-2e51dcd4f387?_state=SzSnHsSfsPXaJmJWNNPopmFFz1tXZX48_MYiBPoADNV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjJkMGE5MDg2LTlhNGUtNDg0NS04MzMyLTJlNTFkY2Q0ZjM4NyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNi0yMlQxNDo0NDoyNC41NjU0MjExNjdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.21+unknown" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 vars.name=test vars.uuid=2d0a9086-9a4e-4845-8332-2e51dcd4f387 version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.666Z] time="2023-06-22T14:44:24Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.19.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a4d29fe5-666e-4ce7-a758-9ddad5c68539 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48070" http.request.uri="/v2/test/blobs/uploads/2d0a9086-9a4e-4845-8332-2e51dcd4f387?_state=SzSnHsSfsPXaJmJWNNPopmFFz1tXZX48_MYiBPoADNV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjJkMGE5MDg2LTlhNGUtNDg0NS04MzMyLTJlNTFkY2Q0ZjM4NyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNi0yMlQxNDo0NDoyNC41NjU0MjExNjdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.21+unknown" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 vars.name=test vars.uuid=2d0a9086-9a4e-4845-8332-2e51dcd4f387 version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.666Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/2d0a9086-9a4e-4845-8332-2e51dcd4f387/startedat\")" go.version=go1.19.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a4d29fe5-666e-4ce7-a758-9ddad5c68539 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48070" http.request.uri="/v2/test/blobs/uploads/2d0a9086-9a4e-4845-8332-2e51dcd4f387?_state=SzSnHsSfsPXaJmJWNNPopmFFz1tXZX48_MYiBPoADNV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjJkMGE5MDg2LTlhNGUtNDg0NS04MzMyLTJlNTFkY2Q0ZjM4NyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNi0yMlQxNDo0NDoyNC41NjU0MjExNjdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.21+unknown" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=30.596µs trace.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=809fe5df-a1ff-4fc3-b310-2405cf4a2481 trace.line=82 vars.name=test vars.uuid=2d0a9086-9a4e-4845-8332-2e51dcd4f387 version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.666Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/2d0a9086-9a4e-4845-8332-2e51dcd4f387/data\")" go.version=go1.19.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a4d29fe5-666e-4ce7-a758-9ddad5c68539 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48070" http.request.uri="/v2/test/blobs/uploads/2d0a9086-9a4e-4845-8332-2e51dcd4f387?_state=SzSnHsSfsPXaJmJWNNPopmFFz1tXZX48_MYiBPoADNV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjJkMGE5MDg2LTlhNGUtNDg0NS04MzMyLTJlNTFkY2Q0ZjM4NyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNi0yMlQxNDo0NDoyNC41NjU0MjExNjdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.21+unknown" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=15.105µs trace.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=391beba9-e5f8-4121-89b3-3e53593647df trace.line=141 vars.name=test vars.uuid=2d0a9086-9a4e-4845-8332-2e51dcd4f387 version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.666Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/2d0a9086-9a4e-4845-8332-2e51dcd4f387/data\", 0)" go.version=go1.19.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a4d29fe5-666e-4ce7-a758-9ddad5c68539 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48070" http.request.uri="/v2/test/blobs/uploads/2d0a9086-9a4e-4845-8332-2e51dcd4f387?_state=SzSnHsSfsPXaJmJWNNPopmFFz1tXZX48_MYiBPoADNV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjJkMGE5MDg2LTlhNGUtNDg0NS04MzMyLTJlNTFkY2Q0ZjM4NyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNi0yMlQxNDo0NDoyNC41NjU0MjExNjdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.21+unknown" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=78.454µs trace.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=a7296262-43b3-4da2-abbf-9059ab701e44 trace.line=124 vars.name=test vars.uuid=2d0a9086-9a4e-4845-8332-2e51dcd4f387 version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.666Z] time="2023-06-22T14:44:24Z" level=debug msg="(*blobWriter).Commit" go.version=go1.19.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a4d29fe5-666e-4ce7-a758-9ddad5c68539 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48070" http.request.uri="/v2/test/blobs/uploads/2d0a9086-9a4e-4845-8332-2e51dcd4f387?_state=SzSnHsSfsPXaJmJWNNPopmFFz1tXZX48_MYiBPoADNV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjJkMGE5MDg2LTlhNGUtNDg0NS04MzMyLTJlNTFkY2Q0ZjM4NyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNi0yMlQxNDo0NDoyNC41NjU0MjExNjdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.21+unknown" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 vars.name=test vars.uuid=2d0a9086-9a4e-4845-8332-2e51dcd4f387 version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.666Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/2d0a9086-9a4e-4845-8332-2e51dcd4f387/data\")" go.version=go1.19.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a4d29fe5-666e-4ce7-a758-9ddad5c68539 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48070" http.request.uri="/v2/test/blobs/uploads/2d0a9086-9a4e-4845-8332-2e51dcd4f387?_state=SzSnHsSfsPXaJmJWNNPopmFFz1tXZX48_MYiBPoADNV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjJkMGE5MDg2LTlhNGUtNDg0NS04MzMyLTJlNTFkY2Q0ZjM4NyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNi0yMlQxNDo0NDoyNC41NjU0MjExNjdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.21+unknown" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=10.321µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=bec8f971-22a0-4500-aabc-e3c63efef82d trace.line=141 vars.name=test vars.uuid=2d0a9086-9a4e-4845-8332-2e51dcd4f387 version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.666Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a4d29fe5-666e-4ce7-a758-9ddad5c68539 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48070" http.request.uri="/v2/test/blobs/uploads/2d0a9086-9a4e-4845-8332-2e51dcd4f387?_state=SzSnHsSfsPXaJmJWNNPopmFFz1tXZX48_MYiBPoADNV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjJkMGE5MDg2LTlhNGUtNDg0NS04MzMyLTJlNTFkY2Q0ZjM4NyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNi0yMlQxNDo0NDoyNC41NjU0MjExNjdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.21+unknown" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=12.356µs trace.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=9957d95b-2a2f-401a-9f9b-7198ac3934d3 trace.line=141 vars.name=test vars.uuid=2d0a9086-9a4e-4845-8332-2e51dcd4f387 version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.666Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/2d0a9086-9a4e-4845-8332-2e51dcd4f387/data\")" go.version=go1.19.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a4d29fe5-666e-4ce7-a758-9ddad5c68539 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48070" http.request.uri="/v2/test/blobs/uploads/2d0a9086-9a4e-4845-8332-2e51dcd4f387?_state=SzSnHsSfsPXaJmJWNNPopmFFz1tXZX48_MYiBPoADNV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjJkMGE5MDg2LTlhNGUtNDg0NS04MzMyLTJlNTFkY2Q0ZjM4NyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNi0yMlQxNDo0NDoyNC41NjU0MjExNjdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.21+unknown" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=8.23µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=8ce752aa-e852-43e3-ad5f-075b719d1bb1 trace.line=141 vars.name=test vars.uuid=2d0a9086-9a4e-4845-8332-2e51dcd4f387 version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.666Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/2d0a9086-9a4e-4845-8332-2e51dcd4f387/data\", \"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\"" go.version=go1.19.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a4d29fe5-666e-4ce7-a758-9ddad5c68539 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48070" http.request.uri="/v2/test/blobs/uploads/2d0a9086-9a4e-4845-8332-2e51dcd4f387?_state=SzSnHsSfsPXaJmJWNNPopmFFz1tXZX48_MYiBPoADNV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjJkMGE5MDg2LTlhNGUtNDg0NS04MzMyLTJlNTFkY2Q0ZjM4NyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNi0yMlQxNDo0NDoyNC41NjU0MjExNjdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.21+unknown" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=51.272µs trace.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=e456ad26-e354-45ae-8554-8c9ba5ee0c6c trace.line=167 vars.name=test vars.uuid=2d0a9086-9a4e-4845-8332-2e51dcd4f387 version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.666Z] time="2023-06-22T14:44:24Z" level=debug msg="authorizing request" go.version=go1.19.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=e12ef329-f1d5-47a6-9012-a06e3652a726 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48072" http.request.uri="/v2/test/blobs/uploads/677211b5-670d-44aa-9d11-47ac59ee889f?_state=ZYwMFf_phr-6QkYGnyUhYtlXriENqpvYDU1jwIvBcWZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjY3NzIxMWI1LTY3MGQtNDRhYS05ZDExLTQ3YWM1OWVlODg5ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNi0yMlQxNDo0NDoyNC41NjUzMTQ4ODJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.21+unknown" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 vars.name=test vars.uuid=677211b5-670d-44aa-9d11-47ac59ee889f version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.666Z] time="2023-06-22T14:44:24Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.19.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=e12ef329-f1d5-47a6-9012-a06e3652a726 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48072" http.request.uri="/v2/test/blobs/uploads/677211b5-670d-44aa-9d11-47ac59ee889f?_state=ZYwMFf_phr-6QkYGnyUhYtlXriENqpvYDU1jwIvBcWZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjY3NzIxMWI1LTY3MGQtNDRhYS05ZDExLTQ3YWM1OWVlODg5ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNi0yMlQxNDo0NDoyNC41NjUzMTQ4ODJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.21+unknown" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 vars.name=test vars.uuid=677211b5-670d-44aa-9d11-47ac59ee889f version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.666Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a4d29fe5-666e-4ce7-a758-9ddad5c68539 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48070" http.request.uri="/v2/test/blobs/uploads/2d0a9086-9a4e-4845-8332-2e51dcd4f387?_state=SzSnHsSfsPXaJmJWNNPopmFFz1tXZX48_MYiBPoADNV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjJkMGE5MDg2LTlhNGUtNDg0NS04MzMyLTJlNTFkY2Q0ZjM4NyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNi0yMlQxNDo0NDoyNC41NjU0MjExNjdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.21+unknown" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=46.693µs trace.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=303f80e2-15b8-4c0a-8aaa-a1cb55ecba4f trace.line=95 vars.name=test vars.uuid=2d0a9086-9a4e-4845-8332-2e51dcd4f387 version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.666Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/677211b5-670d-44aa-9d11-47ac59ee889f/startedat\")" go.version=go1.19.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=e12ef329-f1d5-47a6-9012-a06e3652a726 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48072" http.request.uri="/v2/test/blobs/uploads/677211b5-670d-44aa-9d11-47ac59ee889f?_state=ZYwMFf_phr-6QkYGnyUhYtlXriENqpvYDU1jwIvBcWZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjY3NzIxMWI1LTY3MGQtNDRhYS05ZDExLTQ3YWM1OWVlODg5ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNi0yMlQxNDo0NDoyNC41NjUzMTQ4ODJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.21+unknown" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=29.767µs trace.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=9505e494-4766-411a-9921-3e8b111e5030 trace.line=82 vars.name=test vars.uuid=677211b5-670d-44aa-9d11-47ac59ee889f version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.666Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/677211b5-670d-44aa-9d11-47ac59ee889f/data\")" go.version=go1.19.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=e12ef329-f1d5-47a6-9012-a06e3652a726 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48072" http.request.uri="/v2/test/blobs/uploads/677211b5-670d-44aa-9d11-47ac59ee889f?_state=ZYwMFf_phr-6QkYGnyUhYtlXriENqpvYDU1jwIvBcWZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjY3NzIxMWI1LTY3MGQtNDRhYS05ZDExLTQ3YWM1OWVlODg5ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNi0yMlQxNDo0NDoyNC41NjUzMTQ4ODJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.21+unknown" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=12.964µs trace.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=69e3abec-e757-4fd6-addb-66ca409d8ad2 trace.line=141 vars.name=test vars.uuid=677211b5-670d-44aa-9d11-47ac59ee889f version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.666Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/2d0a9086-9a4e-4845-8332-2e51dcd4f387\")" go.version=go1.19.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a4d29fe5-666e-4ce7-a758-9ddad5c68539 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48070" http.request.uri="/v2/test/blobs/uploads/2d0a9086-9a4e-4845-8332-2e51dcd4f387?_state=SzSnHsSfsPXaJmJWNNPopmFFz1tXZX48_MYiBPoADNV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjJkMGE5MDg2LTlhNGUtNDg0NS04MzMyLTJlNTFkY2Q0ZjM4NyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNi0yMlQxNDo0NDoyNC41NjU0MjExNjdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.21+unknown" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=102.502µs trace.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=75a6aecd-46e3-47ea-805f-f5e94b84bf30 trace.line=181 vars.name=test vars.uuid=2d0a9086-9a4e-4845-8332-2e51dcd4f387 version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.666Z] time="2023-06-22T14:44:24Z" level=info msg="response completed" go.version=go1.19.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a4d29fe5-666e-4ce7-a758-9ddad5c68539 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48070" http.request.uri="/v2/test/blobs/uploads/2d0a9086-9a4e-4845-8332-2e51dcd4f387?_state=SzSnHsSfsPXaJmJWNNPopmFFz1tXZX48_MYiBPoADNV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjJkMGE5MDg2LTlhNGUtNDg0NS04MzMyLTJlNTFkY2Q0ZjM4NyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNi0yMlQxNDo0NDoyNC41NjU0MjExNjdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.21+unknown" http.response.duration=1.914953ms http.response.status=201 http.response.written=0 instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.666Z] 127.0.0.1 - - [22/Jun/2023:14:44:24 +0000] "PUT /v2/test/blobs/uploads/2d0a9086-9a4e-4845-8332-2e51dcd4f387?_state=SzSnHsSfsPXaJmJWNNPopmFFz1tXZX48_MYiBPoADNV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjJkMGE5MDg2LTlhNGUtNDg0NS04MzMyLTJlNTFkY2Q0ZjM4NyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNi0yMlQxNDo0NDoyNC41NjU0MjExNjdaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 201 0 "" "containerd/1.6.21+unknown"
14:44:24 [2023-06-22T14:44:24.666Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/677211b5-670d-44aa-9d11-47ac59ee889f/data\", 0)" go.version=go1.19.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=e12ef329-f1d5-47a6-9012-a06e3652a726 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48072" http.request.uri="/v2/test/blobs/uploads/677211b5-670d-44aa-9d11-47ac59ee889f?_state=ZYwMFf_phr-6QkYGnyUhYtlXriENqpvYDU1jwIvBcWZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjY3NzIxMWI1LTY3MGQtNDRhYS05ZDExLTQ3YWM1OWVlODg5ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNi0yMlQxNDo0NDoyNC41NjUzMTQ4ODJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.21+unknown" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=287.398µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).WriteStream" trace.id=42948bda-c61b-4dc8-94c3-3dcb1cfe15ee trace.line=124 vars.name=test vars.uuid=677211b5-670d-44aa-9d11-47ac59ee889f version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.666Z] time="2023-06-22T14:44:24Z" level=debug msg="(*blobWriter).Commit" go.version=go1.19.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=e12ef329-f1d5-47a6-9012-a06e3652a726 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48072" http.request.uri="/v2/test/blobs/uploads/677211b5-670d-44aa-9d11-47ac59ee889f?_state=ZYwMFf_phr-6QkYGnyUhYtlXriENqpvYDU1jwIvBcWZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjY3NzIxMWI1LTY3MGQtNDRhYS05ZDExLTQ3YWM1OWVlODg5ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNi0yMlQxNDo0NDoyNC41NjUzMTQ4ODJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.21+unknown" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 vars.name=test vars.uuid=677211b5-670d-44aa-9d11-47ac59ee889f version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.667Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/677211b5-670d-44aa-9d11-47ac59ee889f/data\")" go.version=go1.19.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=e12ef329-f1d5-47a6-9012-a06e3652a726 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48072" http.request.uri="/v2/test/blobs/uploads/677211b5-670d-44aa-9d11-47ac59ee889f?_state=ZYwMFf_phr-6QkYGnyUhYtlXriENqpvYDU1jwIvBcWZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjY3NzIxMWI1LTY3MGQtNDRhYS05ZDExLTQ3YWM1OWVlODg5ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNi0yMlQxNDo0NDoyNC41NjUzMTQ4ODJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.21+unknown" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=18.297µs trace.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=573747fd-fd42-4a04-8485-d577e09adde7 trace.line=141 vars.name=test vars.uuid=677211b5-670d-44aa-9d11-47ac59ee889f version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.667Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=e12ef329-f1d5-47a6-9012-a06e3652a726 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48072" http.request.uri="/v2/test/blobs/uploads/677211b5-670d-44aa-9d11-47ac59ee889f?_state=ZYwMFf_phr-6QkYGnyUhYtlXriENqpvYDU1jwIvBcWZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjY3NzIxMWI1LTY3MGQtNDRhYS05ZDExLTQ3YWM1OWVlODg5ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNi0yMlQxNDo0NDoyNC41NjUzMTQ4ODJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.21+unknown" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=15.86µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=728bd5fa-8f84-4828-a538-4ac22a00bddd trace.line=141 vars.name=test vars.uuid=677211b5-670d-44aa-9d11-47ac59ee889f version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.667Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/677211b5-670d-44aa-9d11-47ac59ee889f/data\")" go.version=go1.19.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=e12ef329-f1d5-47a6-9012-a06e3652a726 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48072" http.request.uri="/v2/test/blobs/uploads/677211b5-670d-44aa-9d11-47ac59ee889f?_state=ZYwMFf_phr-6QkYGnyUhYtlXriENqpvYDU1jwIvBcWZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjY3NzIxMWI1LTY3MGQtNDRhYS05ZDExLTQ3YWM1OWVlODg5ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNi0yMlQxNDo0NDoyNC41NjUzMTQ4ODJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.21+unknown" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=8.435µs trace.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=116f1258-4dbf-4778-8a0a-ad71d3d9155c trace.line=141 vars.name=test vars.uuid=677211b5-670d-44aa-9d11-47ac59ee889f version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.667Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/677211b5-670d-44aa-9d11-47ac59ee889f/data\", \"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\"" go.version=go1.19.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=e12ef329-f1d5-47a6-9012-a06e3652a726 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48072" http.request.uri="/v2/test/blobs/uploads/677211b5-670d-44aa-9d11-47ac59ee889f?_state=ZYwMFf_phr-6QkYGnyUhYtlXriENqpvYDU1jwIvBcWZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjY3NzIxMWI1LTY3MGQtNDRhYS05ZDExLTQ3YWM1OWVlODg5ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNi0yMlQxNDo0NDoyNC41NjUzMTQ4ODJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.21+unknown" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=38.612µs trace.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=97822d0d-8a1c-4eca-a6ae-53ef2849e0d7 trace.line=167 vars.name=test vars.uuid=677211b5-670d-44aa-9d11-47ac59ee889f version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.667Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=e12ef329-f1d5-47a6-9012-a06e3652a726 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48072" http.request.uri="/v2/test/blobs/uploads/677211b5-670d-44aa-9d11-47ac59ee889f?_state=ZYwMFf_phr-6QkYGnyUhYtlXriENqpvYDU1jwIvBcWZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjY3NzIxMWI1LTY3MGQtNDRhYS05ZDExLTQ3YWM1OWVlODg5ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNi0yMlQxNDo0NDoyNC41NjUzMTQ4ODJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.21+unknown" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=52.002µs trace.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=d268026f-95e3-47ea-9308-4865da76c802 trace.line=95 vars.name=test vars.uuid=677211b5-670d-44aa-9d11-47ac59ee889f version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.667Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/677211b5-670d-44aa-9d11-47ac59ee889f\")" go.version=go1.19.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=e12ef329-f1d5-47a6-9012-a06e3652a726 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48072" http.request.uri="/v2/test/blobs/uploads/677211b5-670d-44aa-9d11-47ac59ee889f?_state=ZYwMFf_phr-6QkYGnyUhYtlXriENqpvYDU1jwIvBcWZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjY3NzIxMWI1LTY3MGQtNDRhYS05ZDExLTQ3YWM1OWVlODg5ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNi0yMlQxNDo0NDoyNC41NjUzMTQ4ODJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.21+unknown" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=77.659µs trace.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=a5198ef1-2d18-409a-834e-dd2c77c80f59 trace.line=181 vars.name=test vars.uuid=677211b5-670d-44aa-9d11-47ac59ee889f version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.667Z] time="2023-06-22T14:44:24Z" level=info msg="response completed" go.version=go1.19.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=e12ef329-f1d5-47a6-9012-a06e3652a726 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48072" http.request.uri="/v2/test/blobs/uploads/677211b5-670d-44aa-9d11-47ac59ee889f?_state=ZYwMFf_phr-6QkYGnyUhYtlXriENqpvYDU1jwIvBcWZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjY3NzIxMWI1LTY3MGQtNDRhYS05ZDExLTQ3YWM1OWVlODg5ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNi0yMlQxNDo0NDoyNC41NjUzMTQ4ODJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.21+unknown" http.response.duration=2.624446ms http.response.status=201 http.response.written=0 instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.667Z] 127.0.0.1 - - [22/Jun/2023:14:44:24 +0000] "PUT /v2/test/blobs/uploads/677211b5-670d-44aa-9d11-47ac59ee889f?_state=ZYwMFf_phr-6QkYGnyUhYtlXriENqpvYDU1jwIvBcWZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjY3NzIxMWI1LTY3MGQtNDRhYS05ZDExLTQ3YWM1OWVlODg5ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNi0yMlQxNDo0NDoyNC41NjUzMTQ4ODJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 201 0 "" "containerd/1.6.21+unknown"
14:44:24 [2023-06-22T14:44:24.667Z] time="2023-06-22T14:44:24Z" level=debug msg="authorizing request" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=c7a6e808-d758-4f16-9a76-a37c7ed2704c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48072" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.21+unknown" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.667Z] time="2023-06-22T14:44:24Z" level=debug msg=GetImageManifest go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=c7a6e808-d758-4f16-9a76-a37c7ed2704c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48072" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.21+unknown" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.667Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=c7a6e808-d758-4f16-9a76-a37c7ed2704c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48072" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.21+unknown" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=21.521µs trace.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=fff68664-b70d-456a-a33f-8091d28ca507 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.667Z] time="2023-06-22T14:44:24Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=latest" err.message="manifest unknown" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=c7a6e808-d758-4f16-9a76-a37c7ed2704c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48072" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.21+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration="870.677µs" http.response.status=404 http.response.written=96 instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.667Z] 127.0.0.1 - - [22/Jun/2023:14:44:24 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 404 96 "" "containerd/1.6.21+unknown"
14:44:24 [2023-06-22T14:44:24.667Z] time="2023-06-22T14:44:24Z" level=debug msg="authorizing request" go.version=go1.19.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=b720d813-ca71-40c3-913f-1d24346193b9 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48072" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.21+unknown" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.667Z] time="2023-06-22T14:44:24Z" level=debug msg=PutImageManifest go.version=go1.19.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=b720d813-ca71-40c3-913f-1d24346193b9 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48072" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.21+unknown" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.667Z] time="2023-06-22T14:44:24Z" level=debug msg="(*manifestStore).Put" go.version=go1.19.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=b720d813-ca71-40c3-913f-1d24346193b9 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48072" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.21+unknown" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.667Z] time="2023-06-22T14:44:24Z" level=debug msg="(*schema2ManifestHandler).Put" go.version=go1.19.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=b720d813-ca71-40c3-913f-1d24346193b9 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48072" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.21+unknown" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.667Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=b720d813-ca71-40c3-913f-1d24346193b9 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48072" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.21+unknown" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=36.61µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=4a962bb5-0a64-41e8-b042-95f8b2503ba5 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.667Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=b720d813-ca71-40c3-913f-1d24346193b9 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48072" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.21+unknown" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=13.612µs trace.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=1f9c847f-d21d-4c9a-beb9-0d83aee8a9ce trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.667Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=b720d813-ca71-40c3-913f-1d24346193b9 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48072" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.21+unknown" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=17.739µs trace.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=39793ebb-8701-49bc-8e6c-b93e8f4bb6ce trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.667Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=b720d813-ca71-40c3-913f-1d24346193b9 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48072" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.21+unknown" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=10.412µs trace.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=7dc55aef-e3d2-480e-9eb8-63a9e4853f74 trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.667Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=b720d813-ca71-40c3-913f-1d24346193b9 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48072" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.21+unknown" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=12.003µs trace.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=1d2af1c4-bbb0-4f97-9895-96370e96ff86 trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.667Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=b720d813-ca71-40c3-913f-1d24346193b9 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48072" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.21+unknown" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=47.973µs trace.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=8a230053-19fe-452c-a4bc-c5f704853523 trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.667Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=b720d813-ca71-40c3-913f-1d24346193b9 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48072" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.21+unknown" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=47.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).PutContent" trace.id=5f3903a2-decb-405c-851c-db008779f5cb trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.667Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=b720d813-ca71-40c3-913f-1d24346193b9 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48072" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.21+unknown" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=21.563µs trace.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=50a1eaa9-79c7-4fca-ad74-f8d13e0360cd trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.667Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/index/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=b720d813-ca71-40c3-913f-1d24346193b9 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48072" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.21+unknown" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=62.176µs trace.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=861ea6e9-c02e-402d-a290-a28151b4a06c trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.667Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.19.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=b720d813-ca71-40c3-913f-1d24346193b9 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48072" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.21+unknown" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=30.48µs trace.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=af2657ca-5b02-4f1d-8761-25e87ff70a63 trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.667Z] time="2023-06-22T14:44:24Z" level=info msg="response completed" go.version=go1.19.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=b720d813-ca71-40c3-913f-1d24346193b9 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48072" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.21+unknown" http.response.duration=1.709324ms http.response.status=201 http.response.written=0 instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.667Z] 127.0.0.1 - - [22/Jun/2023:14:44:24 +0000] "PUT /v2/test/manifests/latest HTTP/1.1" 201 0 "" "containerd/1.6.21+unknown"
14:44:24 [2023-06-22T14:44:24.667Z] time="2023-06-22T14:44:24Z" level=debug msg="authorizing request" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=f95b50e4-f74f-431d-b4c3-e1f00d71afc1 http.request.method=GET http.request.remoteaddr="127.0.0.1:48098" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.668Z] time="2023-06-22T14:44:24Z" level=info msg="response completed" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=f95b50e4-f74f-431d-b4c3-e1f00d71afc1 http.request.method=GET http.request.remoteaddr="127.0.0.1:48098" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="796.515µs" http.response.status=200 http.response.written=2 instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.668Z] 127.0.0.1 - - [22/Jun/2023:14:44:24 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
14:44:24 [2023-06-22T14:44:24.668Z] time="2023-06-22T14:44:24Z" level=debug msg="authorizing request" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=6ebfd3b0-a88f-4cba-96fb-bda2c49ae5e8 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48114" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.668Z] time="2023-06-22T14:44:24Z" level=debug msg=GetImageManifest go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=6ebfd3b0-a88f-4cba-96fb-bda2c49ae5e8 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48114" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.668Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=6ebfd3b0-a88f-4cba-96fb-bda2c49ae5e8 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48114" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=40.975µs trace.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=c7142a3d-7f62-419d-b127-25828e820028 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.668Z] time="2023-06-22T14:44:24Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=6ebfd3b0-a88f-4cba-96fb-bda2c49ae5e8 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48114" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.668Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=6ebfd3b0-a88f-4cba-96fb-bda2c49ae5e8 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48114" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=19.273µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=9a8021e1-9fdb-48ee-92d5-76ff72bbde50 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.668Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=6ebfd3b0-a88f-4cba-96fb-bda2c49ae5e8 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48114" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=16.139µs trace.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=7c270c93-00c2-4019-abc9-750d19a20734 trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.668Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=6ebfd3b0-a88f-4cba-96fb-bda2c49ae5e8 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48114" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=15.032µs trace.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=8fa205a3-9fd3-44de-a275-d96fcf65fbb5 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.668Z] time="2023-06-22T14:44:24Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=6ebfd3b0-a88f-4cba-96fb-bda2c49ae5e8 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48114" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.668Z] time="2023-06-22T14:44:24Z" level=info msg="response completed" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=6ebfd3b0-a88f-4cba-96fb-bda2c49ae5e8 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48114" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-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.337958ms http.response.status=200 http.response.written=417 instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.668Z] 127.0.0.1 - - [22/Jun/2023:14:44:24 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 200 417 "" "docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
14:44:24 [2023-06-22T14:44:24.668Z] time="2023-06-22T14:44:24Z" level=debug msg="authorizing request" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=d7bfb9e9-780c-4c4b-9daa-955cf7f6fe43 http.request.method=GET http.request.remoteaddr="127.0.0.1:48128" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.668Z] time="2023-06-22T14:44:24Z" level=debug msg=GetImageManifest go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=d7bfb9e9-780c-4c4b-9daa-955cf7f6fe43 http.request.method=GET http.request.remoteaddr="127.0.0.1:48128" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.668Z] time="2023-06-22T14:44:24Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=d7bfb9e9-780c-4c4b-9daa-955cf7f6fe43 http.request.method=GET http.request.remoteaddr="127.0.0.1:48128" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.668Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=d7bfb9e9-780c-4c4b-9daa-955cf7f6fe43 http.request.method=GET http.request.remoteaddr="127.0.0.1:48128" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=40.507µs trace.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=2c4dc863-db1a-4ec3-9b91-5faec7e1f571 trace.line=82 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.668Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=d7bfb9e9-780c-4c4b-9daa-955cf7f6fe43 http.request.method=GET http.request.remoteaddr="127.0.0.1:48128" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=14.794µs trace.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=8222da48-04c7-42e7-a2a3-a9a071fcd24c trace.line=141 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.668Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=d7bfb9e9-780c-4c4b-9daa-955cf7f6fe43 http.request.method=GET http.request.remoteaddr="127.0.0.1:48128" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=14.572µs trace.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=b38d75a3-9ddd-4ca7-8c67-f11d3f908d03 trace.line=82 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.668Z] time="2023-06-22T14:44:24Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=d7bfb9e9-780c-4c4b-9daa-955cf7f6fe43 http.request.method=GET http.request.remoteaddr="127.0.0.1:48128" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.668Z] time="2023-06-22T14:44:24Z" level=info msg="response completed" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=d7bfb9e9-780c-4c4b-9daa-955cf7f6fe43 http.request.method=GET http.request.remoteaddr="127.0.0.1:48128" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-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.318349ms http.response.status=200 http.response.written=417 instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.668Z] 127.0.0.1 - - [22/Jun/2023:14:44:24 +0000] "GET /v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 200 417 "" "docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
14:44:24 [2023-06-22T14:44:24.668Z] time="2023-06-22T14:44:24Z" level=debug msg="authorizing request" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=149ac0ca-1967-4c6f-8900-2aefe82f4d40 http.request.method=GET http.request.remoteaddr="127.0.0.1:48144" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.668Z] time="2023-06-22T14:44:24Z" level=debug msg="authorizing request" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=6c0b7698-cb88-409d-8442-96008c81448c http.request.method=GET http.request.remoteaddr="127.0.0.1:48152" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.668Z] time="2023-06-22T14:44:24Z" level=debug msg=GetBlob go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=149ac0ca-1967-4c6f-8900-2aefe82f4d40 http.request.method=GET http.request.remoteaddr="127.0.0.1:48144" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.668Z] time="2023-06-22T14:44:24Z" level=debug msg=GetBlob go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=6c0b7698-cb88-409d-8442-96008c81448c http.request.method=GET http.request.remoteaddr="127.0.0.1:48152" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.668Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=6c0b7698-cb88-409d-8442-96008c81448c http.request.method=GET http.request.remoteaddr="127.0.0.1:48152" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=34.1µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=36d53a6a-4062-4386-bb56-0c14ecfa795b trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.668Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=6c0b7698-cb88-409d-8442-96008c81448c http.request.method=GET http.request.remoteaddr="127.0.0.1:48152" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=15.294µs trace.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=e4735a3a-10f9-4a35-b5bb-0090ab7ea94f trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.668Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=149ac0ca-1967-4c6f-8900-2aefe82f4d40 http.request.method=GET http.request.remoteaddr="127.0.0.1:48144" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=39.293µs trace.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=f7911216-5b0c-4635-be60-82d7716088b0 trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.669Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=6c0b7698-cb88-409d-8442-96008c81448c http.request.method=GET http.request.remoteaddr="127.0.0.1:48152" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=17.928µs trace.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=e597905a-4f3a-470c-9e36-c088720d7dc5 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.669Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=149ac0ca-1967-4c6f-8900-2aefe82f4d40 http.request.method=GET http.request.remoteaddr="127.0.0.1:48144" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=20.052µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=2e2273d5-3425-4629-83b1-a262674710d3 trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.669Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=6c0b7698-cb88-409d-8442-96008c81448c http.request.method=GET http.request.remoteaddr="127.0.0.1:48152" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=9.756µs trace.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=9b6dcbe9-ea93-4ca7-b2af-bfca5ed91bb9 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.669Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=6c0b7698-cb88-409d-8442-96008c81448c http.request.method=GET http.request.remoteaddr="127.0.0.1:48152" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=8.55µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=69b8ec31-2ec8-4ee0-bd82-a53d45ab06b2 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.669Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=149ac0ca-1967-4c6f-8900-2aefe82f4d40 http.request.method=GET http.request.remoteaddr="127.0.0.1:48144" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=22.744µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=1780aba7-f907-4380-98b1-0ae125b58c02 trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.669Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=6c0b7698-cb88-409d-8442-96008c81448c http.request.method=GET http.request.remoteaddr="127.0.0.1:48152" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=5.391µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).URLFor" trace.id=0ffafb7b-5c7e-45d5-a768-d0bb7f755c61 trace.line=193 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.669Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=149ac0ca-1967-4c6f-8900-2aefe82f4d40 http.request.method=GET http.request.remoteaddr="127.0.0.1:48144" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=8.755µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=4614015e-a96e-4500-979d-440de0ac19b6 trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.669Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=149ac0ca-1967-4c6f-8900-2aefe82f4d40 http.request.method=GET http.request.remoteaddr="127.0.0.1:48144" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=8.443µs trace.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=78dcd040-97ee-426b-8be5-575c7d1e7350 trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.669Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.ReadStream(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\", 0)" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=6c0b7698-cb88-409d-8442-96008c81448c http.request.method=GET http.request.remoteaddr="127.0.0.1:48152" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=15.22µs trace.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=6ab9a4ff-f2bb-4d0d-8629-0595acb69519 trace.line=107 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.669Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=149ac0ca-1967-4c6f-8900-2aefe82f4d40 http.request.method=GET http.request.remoteaddr="127.0.0.1:48144" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=5.382µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).URLFor" trace.id=7a95d9f5-a88c-4159-b73d-62387fc589e3 trace.line=193 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.669Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.ReadStream(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\", 0)" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=149ac0ca-1967-4c6f-8900-2aefe82f4d40 http.request.method=GET http.request.remoteaddr="127.0.0.1:48144" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=1.131656ms trace.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=7489f3af-163d-4e78-8f8b-d68c3a50c547 trace.line=107 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.669Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=6c0b7698-cb88-409d-8442-96008c81448c http.request.method=GET http.request.remoteaddr="127.0.0.1:48152" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=39.301µs trace.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=2497d12f-efcf-4dca-87ed-e34870260ea3 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.669Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=6c0b7698-cb88-409d-8442-96008c81448c http.request.method=GET http.request.remoteaddr="127.0.0.1:48152" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=18.707µs trace.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=6649d2f5-72d6-424c-b5d7-999d5dc476f9 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.669Z] time="2023-06-22T14:44:24Z" level=info msg="response completed" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=6c0b7698-cb88-409d-8442-96008c81448c http.request.method=GET http.request.remoteaddr="127.0.0.1:48152" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=3.380265ms http.response.status=200 http.response.written=68 instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.669Z] 127.0.0.1 - - [22/Jun/2023:14:44:24 +0000] "GET /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 200 68 "" "docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
14:44:24 [2023-06-22T14:44:24.669Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=149ac0ca-1967-4c6f-8900-2aefe82f4d40 http.request.method=GET http.request.remoteaddr="127.0.0.1:48144" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=147.309µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=81d7a6ea-8768-4dc2-bfc9-e0add11616a1 trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.669Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=149ac0ca-1967-4c6f-8900-2aefe82f4d40 http.request.method=GET http.request.remoteaddr="127.0.0.1:48144" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=18.937µs trace.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=29ac9c60-4387-4a74-b34d-819f6839f54b trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.669Z] time="2023-06-22T14:44:24Z" level=info msg="response completed" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=149ac0ca-1967-4c6f-8900-2aefe82f4d40 http.request.method=GET http.request.remoteaddr="127.0.0.1:48144" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=3.87129ms http.response.status=200 http.response.written=179 instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.669Z] 127.0.0.1 - - [22/Jun/2023:14:44:24 +0000] "GET /v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 200 179 "" "docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
14:44:24 [2023-06-22T14:44:24.669Z] time="2023-06-22T14:44:24Z" level=debug msg="authorizing request" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=b456b14d-f5fd-49ac-bd1a-a7f7b74576cf http.request.method=GET http.request.remoteaddr="127.0.0.1:48168" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.669Z] time="2023-06-22T14:44:24Z" level=info msg="response completed" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=b456b14d-f5fd-49ac-bd1a-a7f7b74576cf http.request.method=GET http.request.remoteaddr="127.0.0.1:48168" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="877.299µs" http.response.status=200 http.response.written=2 instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.669Z] 127.0.0.1 - - [22/Jun/2023:14:44:24 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
14:44:24 [2023-06-22T14:44:24.669Z] time="2023-06-22T14:44:24Z" level=debug msg="authorizing request" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=72da630f-88de-4d37-bd5b-7e523d275b83 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48184" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.669Z] time="2023-06-22T14:44:24Z" level=debug msg=GetImageManifest go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=72da630f-88de-4d37-bd5b-7e523d275b83 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48184" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.669Z] time="2023-06-22T14:44:24Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=72da630f-88de-4d37-bd5b-7e523d275b83 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48184" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.669Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=72da630f-88de-4d37-bd5b-7e523d275b83 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48184" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=30.842µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=2ece8052-345c-4d1c-83db-30bd2587f0b8 trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.670Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_layers/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=72da630f-88de-4d37-bd5b-7e523d275b83 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48184" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=11.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=10586c64-ff59-40e8-94fc-a20a18ce173f trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.670Z] time="2023-06-22T14:44:24Z" 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.10 http.request.host="127.0.0.1:5000" http.request.id=72da630f-88de-4d37-bd5b-7e523d275b83 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48184" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.080516ms http.response.status=404 http.response.written=181 instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.670Z] 127.0.0.1 - - [22/Jun/2023:14:44:24 +0000] "HEAD /v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 404 181 "" "docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
14:44:24 [2023-06-22T14:44:24.670Z] time="2023-06-22T14:44:24Z" level=debug msg="authorizing request" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=a24fb40a-c734-41ea-a9bc-92d1cc97c25e http.request.method=GET http.request.remoteaddr="127.0.0.1:48192" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.670Z] time="2023-06-22T14:44:24Z" level=debug msg=GetImageManifest go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=a24fb40a-c734-41ea-a9bc-92d1cc97c25e http.request.method=GET http.request.remoteaddr="127.0.0.1:48192" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.670Z] time="2023-06-22T14:44:24Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=a24fb40a-c734-41ea-a9bc-92d1cc97c25e http.request.method=GET http.request.remoteaddr="127.0.0.1:48192" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.670Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=a24fb40a-c734-41ea-a9bc-92d1cc97c25e http.request.method=GET http.request.remoteaddr="127.0.0.1:48192" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=24.221µs trace.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=daf2e791-8f65-41d8-b1aa-a89a9947acd8 trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.670Z] time="2023-06-22T14:44:24Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_layers/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.10 http.request.host="127.0.0.1:5000" http.request.id=a24fb40a-c734-41ea-a9bc-92d1cc97c25e http.request.method=GET http.request.remoteaddr="127.0.0.1:48192" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 trace.duration=12.873µs trace.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=2f1b1ed3-6f6e-46bc-bf47-4521dc8cc4fe trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.670Z] time="2023-06-22T14:44:24Z" 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.10 http.request.host="127.0.0.1:5000" http.request.id=a24fb40a-c734-41ea-a9bc-92d1cc97c25e http.request.method=GET http.request.remoteaddr="127.0.0.1:48192" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="963.851µs" http.response.status=404 http.response.written=181 instance.id=0d6c14d5-c2a1-4261-aca9-947e6bbf7954 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
14:44:24 [2023-06-22T14:44:24.670Z] 127.0.0.1 - - [22/Jun/2023:14:44:24 +0000] "GET /v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 404 181 "" "docker/dev go/go1.19.10 git-commit/40dbcd6e11302ec9cba4a5ccc5838d2238c3c25e kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
14:44:24 [2023-06-22T14:44:24.670Z] --- PASS: TestImagePullStoredfDigestForOtherRepo (0.22s)
14:44:24 [2023-06-22T14:44:24.670Z] === RUN   TestRemoveImageOrphaning
14:44:24 [2023-06-22T14:44:24.930Z] --- PASS: TestRemoveImageOrphaning (0.22s)
14:44:24 [2023-06-22T14:44:24.930Z] === RUN   TestRemoveImageGarbageCollector
14:44:24 [2023-06-22T14:44:24.930Z]     remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
14:44:24 [2023-06-22T14:44:24.930Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
14:44:24 [2023-06-22T14:44:24.930Z] === RUN   TestTagUnprefixedRepoByNameOrName
14:44:24 [2023-06-22T14:44:24.930Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
14:44:24 [2023-06-22T14:44:24.930Z] === RUN   TestTagInvalidReference
14:44:24 [2023-06-22T14:44:24.930Z] --- PASS: TestTagInvalidReference (0.01s)
14:44:24 [2023-06-22T14:44:24.930Z] === RUN   TestTagValidPrefixedRepo
14:44:25 [2023-06-22T14:44:25.189Z] --- PASS: TestTagValidPrefixedRepo (0.04s)
14:44:25 [2023-06-22T14:44:25.189Z] === RUN   TestTagExistedNameWithoutForce
14:44:25 [2023-06-22T14:44:25.189Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
14:44:25 [2023-06-22T14:44:25.189Z] === RUN   TestTagOfficialNames
14:44:25 [2023-06-22T14:44:25.189Z] --- PASS: TestTagOfficialNames (0.05s)
14:44:25 [2023-06-22T14:44:25.189Z] === RUN   TestTagMatchesDigest
14:44:25 [2023-06-22T14:44:25.189Z] --- PASS: TestTagMatchesDigest (0.01s)
14:44:25 [2023-06-22T14:44:25.189Z] PASS
14:44:25 [2023-06-22T14:44:25.189Z] 
14:44:25 [2023-06-22T14:44:25.189Z] === Skipped
14:44:25 [2023-06-22T14:44:25.189Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
14:44:25 [2023-06-22T14:44:25.189Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
14:44:25 [2023-06-22T14:44:25.189Z] 
14:44:25 [2023-06-22T14:44:25.189Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
14:44:25 [2023-06-22T14:44:25.189Z]     remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
14:44:25 [2023-06-22T14:44:25.189Z] 
14:44:25 [2023-06-22T14:44:25.189Z] DONE 23 tests, 2 skipped in 1.208s
14:44:25 [2023-06-22T14:44:25.189Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
14:44:25 [2023-06-22T14:44:25.189Z] ++ 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
14:44:25 [2023-06-22T14:44:25.189Z] ++ set -e
14:44:25 [2023-06-22T14:44:25.189Z] ++ '[' -n 0 ']'
14:44:25 [2023-06-22T14:44:25.189Z] ++ set -x
14:44:25 [2023-06-22T14:44:25.189Z] ++ 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
14:44:25 [2023-06-22T14:44:25.189Z] === RUN   TestStripANSICommands
14:44:25 [2023-06-22T14:44:25.189Z] === RUN   TestStripANSICommands/#00
14:44:25 [2023-06-22T14:44:25.189Z] === RUN   TestStripANSICommands/#01
14:44:25 [2023-06-22T14:44:25.189Z] --- PASS: TestStripANSICommands (0.00s)
14:44:25 [2023-06-22T14:44:25.189Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
14:44:25 [2023-06-22T14:44:25.189Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
14:44:25 [2023-06-22T14:44:25.189Z] PASS
14:44:25 [2023-06-22T14:44:25.189Z] 
14:44:25 [2023-06-22T14:44:25.189Z] DONE 3 tests in 0.009s
14:44:25 [2023-06-22T14:44:25.189Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m 
14:44:25 [2023-06-22T14:44:25.189Z] ++ 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
14:44:25 [2023-06-22T14:44:25.189Z] ++ set -e
14:44:25 [2023-06-22T14:44:25.189Z] ++ '[' -n 0 ']'
14:44:25 [2023-06-22T14:44:25.189Z] ++ set -x
14:44:25 [2023-06-22T14:44:25.189Z] ++ 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
14:44:25 [2023-06-22T14:44:25.189Z] INFO: Testing against a local daemon
14:44:25 [2023-06-22T14:44:25.189Z] === RUN   TestNetworkCreateDelete
14:44:25 [2023-06-22T14:44:25.449Z] --- PASS: TestNetworkCreateDelete (0.19s)
14:44:25 [2023-06-22T14:44:25.449Z] === RUN   TestDockerNetworkDeletePreferID
14:44:26 [2023-06-22T14:44:26.018Z] --- PASS: TestDockerNetworkDeletePreferID (0.50s)
14:44:26 [2023-06-22T14:44:26.018Z] === RUN   TestDaemonDNSFallback
14:44:32 [2023-06-22T14:44:32.590Z] --- PASS: TestDaemonDNSFallback (6.36s)
14:44:32 [2023-06-22T14:44:32.590Z] === RUN   TestInspectNetwork
14:44:35 [2023-06-22T14:44:35.881Z] === RUN   TestInspectNetwork/full_network_id
14:44:35 [2023-06-22T14:44:35.881Z] === RUN   TestInspectNetwork/partial_network_id
14:44:35 [2023-06-22T14:44:35.881Z] === RUN   TestInspectNetwork/network_name
14:44:35 [2023-06-22T14:44:35.881Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
14:44:40 [2023-06-22T14:44:40.076Z] --- PASS: TestInspectNetwork (7.74s)
14:44:40 [2023-06-22T14:44:40.076Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
14:44:40 [2023-06-22T14:44:40.076Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
14:44:40 [2023-06-22T14:44:40.076Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
14:44:40 [2023-06-22T14:44:40.076Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
14:44:40 [2023-06-22T14:44:40.076Z] === RUN   TestRunContainerWithBridgeNone
14:44:41 [2023-06-22T14:44:41.456Z] --- PASS: TestRunContainerWithBridgeNone (1.44s)
14:44:41 [2023-06-22T14:44:41.456Z] === RUN   TestNetworkInvalidJSON
14:44:41 [2023-06-22T14:44:41.456Z] === RUN   TestNetworkInvalidJSON/networks/create
14:44:41 [2023-06-22T14:44:41.456Z] === PAUSE TestNetworkInvalidJSON/networks/create
14:44:41 [2023-06-22T14:44:41.456Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
14:44:41 [2023-06-22T14:44:41.456Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
14:44:41 [2023-06-22T14:44:41.456Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
14:44:41 [2023-06-22T14:44:41.456Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
14:44:41 [2023-06-22T14:44:41.456Z] === CONT  TestNetworkInvalidJSON/networks/create
14:44:41 [2023-06-22T14:44:41.456Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
14:44:41 [2023-06-22T14:44:41.456Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
14:44:41 [2023-06-22T14:44:41.456Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
14:44:41 [2023-06-22T14:44:41.456Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
14:44:41 [2023-06-22T14:44:41.456Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
14:44:41 [2023-06-22T14:44:41.456Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
14:44:41 [2023-06-22T14:44:41.456Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
14:44:41 [2023-06-22T14:44:41.456Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
14:44:41 [2023-06-22T14:44:41.456Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
14:44:41 [2023-06-22T14:44:41.456Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
14:44:41 [2023-06-22T14:44:41.456Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
14:44:41 [2023-06-22T14:44:41.456Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
14:44:41 [2023-06-22T14:44:41.456Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
14:44:41 [2023-06-22T14:44:41.456Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
14:44:41 [2023-06-22T14:44:41.456Z] --- PASS: TestNetworkInvalidJSON (0.01s)
14:44:41 [2023-06-22T14:44:41.456Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
14:44:41 [2023-06-22T14:44:41.456Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
14:44:41 [2023-06-22T14:44:41.456Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
14:44:41 [2023-06-22T14:44:41.456Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
14:44:41 [2023-06-22T14:44:41.456Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
14:44:41 [2023-06-22T14:44:41.456Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
14:44:41 [2023-06-22T14:44:41.456Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
14:44:41 [2023-06-22T14:44:41.456Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
14:44:41 [2023-06-22T14:44:41.456Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
14:44:41 [2023-06-22T14:44:41.456Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
14:44:41 [2023-06-22T14:44:41.456Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
14:44:41 [2023-06-22T14:44:41.456Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
14:44:41 [2023-06-22T14:44:41.456Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
14:44:41 [2023-06-22T14:44:41.456Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
14:44:41 [2023-06-22T14:44:41.456Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
14:44:41 [2023-06-22T14:44:41.456Z] === RUN   TestNetworkList
14:44:41 [2023-06-22T14:44:41.456Z] === RUN   TestNetworkList//networks
14:44:41 [2023-06-22T14:44:41.456Z] === PAUSE TestNetworkList//networks
14:44:41 [2023-06-22T14:44:41.456Z] === RUN   TestNetworkList//networks/
14:44:41 [2023-06-22T14:44:41.456Z] === PAUSE TestNetworkList//networks/
14:44:41 [2023-06-22T14:44:41.456Z] === CONT  TestNetworkList//networks
14:44:41 [2023-06-22T14:44:41.456Z] === CONT  TestNetworkList//networks/
14:44:41 [2023-06-22T14:44:41.456Z] --- PASS: TestNetworkList (0.01s)
14:44:41 [2023-06-22T14:44:41.456Z]     --- PASS: TestNetworkList//networks/ (0.00s)
14:44:41 [2023-06-22T14:44:41.456Z]     --- PASS: TestNetworkList//networks (0.00s)
14:44:41 [2023-06-22T14:44:41.456Z] === RUN   TestHostIPv4BridgeLabel
14:44:42 [2023-06-22T14:44:42.025Z] --- PASS: TestHostIPv4BridgeLabel (0.56s)
14:44:42 [2023-06-22T14:44:42.025Z] === RUN   TestDaemonRestartWithLiveRestore
14:44:42 [2023-06-22T14:44:42.963Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s)
14:44:42 [2023-06-22T14:44:42.963Z] === RUN   TestDaemonDefaultNetworkPools
14:44:43 [2023-06-22T14:44:43.902Z] --- PASS: TestDaemonDefaultNetworkPools (0.82s)
14:44:43 [2023-06-22T14:44:43.902Z] === RUN   TestDaemonRestartWithExistingNetwork
14:44:45 [2023-06-22T14:44:45.281Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.16s)
14:44:45 [2023-06-22T14:44:45.281Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
14:44:46 [2023-06-22T14:44:46.218Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.24s)
14:44:46 [2023-06-22T14:44:46.218Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
14:44:46 [2023-06-22T14:44:46.787Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.60s)
14:44:46 [2023-06-22T14:44:46.787Z] === RUN   TestServiceWithPredefinedNetwork
14:44:49 [2023-06-22T14:44:49.324Z] --- PASS: TestServiceWithPredefinedNetwork (2.40s)
14:44:49 [2023-06-22T14:44:49.324Z] === RUN   TestServiceRemoveKeepsIngressNetwork
14:44:49 [2023-06-22T14:44:49.324Z]     service_test.go:242: FLAKY_TEST
14:44:49 [2023-06-22T14:44:49.324Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
14:44:49 [2023-06-22T14:44:49.324Z] === RUN   TestServiceWithDataPathPortInit
14:45:04 [2023-06-22T14:45:04.212Z] --- PASS: TestServiceWithDataPathPortInit (14.46s)
14:45:04 [2023-06-22T14:45:04.212Z] === RUN   TestServiceWithDefaultAddressPoolInit
14:45:06 [2023-06-22T14:45:06.750Z]     service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:sahg9h6kbt8ws5il3kackxz1x Created:2023-06-22 14:45:05.033836173 +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[1557f7b6854b19b6775668039cd60d66ee3fa1e374ab6ddf7604b7da8d83e549:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.304qw24zb07ts0kjzdq01w457 EndpointID:6a9c740d12cf0c8da52edc3c7a072e6729838b01f32d7b83abdc2ff77e1683df MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:82863e8b17f1b93abaaf9b2e4562dc4ac8db53d58f03e9682f148f3b48f1e610 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:dfe911c63285 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.304qw24zb07ts0kjzdq01w457 EndpointID:6a9c740d12cf0c8da52edc3c7a072e6729838b01f32d7b83abdc2ff77e1683df EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
14:45:10 [2023-06-22T14:45:10.947Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.25s)
14:45:10 [2023-06-22T14:45:10.947Z] PASS
14:45:10 [2023-06-22T14:45:10.947Z] 
14:45:10 [2023-06-22T14:45:10.947Z] === Skipped
14:45:10 [2023-06-22T14:45:10.947Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
14:45:10 [2023-06-22T14:45:10.947Z]     service_test.go:242: FLAKY_TEST
14:45:10 [2023-06-22T14:45:10.947Z] 
14:45:10 [2023-06-22T14:45:10.947Z] DONE 38 tests, 1 skipped in 45.794s
14:45:10 [2023-06-22T14:45:10.947Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
14:45:10 [2023-06-22T14:45:10.947Z] ++ 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
14:45:10 [2023-06-22T14:45:10.947Z] ++ set -e
14:45:10 [2023-06-22T14:45:10.947Z] ++ '[' -n 0 ']'
14:45:10 [2023-06-22T14:45:10.947Z] ++ set -x
14:45:10 [2023-06-22T14:45:10.947Z] ++ 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
14:45:10 [2023-06-22T14:45:10.947Z] INFO: Testing against a local daemon
14:45:10 [2023-06-22T14:45:10.947Z] === RUN   TestDockerNetworkIpvlanPersistance
14:45:10 [2023-06-22T14:45:10.947Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
14:45:10 [2023-06-22T14:45:10.947Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
14:45:10 [2023-06-22T14:45:10.947Z] === RUN   TestDockerNetworkIpvlan
14:45:10 [2023-06-22T14:45:10.947Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
14:45:10 [2023-06-22T14:45:10.947Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
14:45:10 [2023-06-22T14:45:10.947Z] PASS
14:45:10 [2023-06-22T14:45:10.947Z] 
14:45:10 [2023-06-22T14:45:10.947Z] === Skipped
14:45:10 [2023-06-22T14:45:10.947Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
14:45:10 [2023-06-22T14:45:10.947Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
14:45:10 [2023-06-22T14:45:10.947Z] 
14:45:10 [2023-06-22T14:45:10.947Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
14:45:10 [2023-06-22T14:45:10.947Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
14:45:10 [2023-06-22T14:45:10.947Z] 
14:45:10 [2023-06-22T14:45:10.947Z] DONE 2 tests, 2 skipped in 0.024s
14:45:10 [2023-06-22T14:45:10.947Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
14:45:10 [2023-06-22T14:45:10.947Z] ++ 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
14:45:10 [2023-06-22T14:45:10.947Z] ++ set -e
14:45:10 [2023-06-22T14:45:10.947Z] ++ '[' -n 0 ']'
14:45:10 [2023-06-22T14:45:10.947Z] ++ set -x
14:45:10 [2023-06-22T14:45:10.947Z] ++ 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
14:45:11 [2023-06-22T14:45:11.206Z] INFO: Testing against a local daemon
14:45:11 [2023-06-22T14:45:11.206Z] === RUN   TestDockerNetworkMacvlanPersistance
14:45:12 [2023-06-22T14:45:12.585Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.39s)
14:45:12 [2023-06-22T14:45:12.585Z] === RUN   TestDockerNetworkMacvlan
14:45:13 [2023-06-22T14:45:13.153Z] === RUN   TestDockerNetworkMacvlan/Subinterface
14:45:14 [2023-06-22T14:45:14.091Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
14:45:14 [2023-06-22T14:45:14.660Z] === RUN   TestDockerNetworkMacvlan/NilParent
14:45:16 [2023-06-22T14:45:16.567Z] === RUN   TestDockerNetworkMacvlan/InternalMode
14:45:18 [2023-06-22T14:45:18.474Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
14:45:21 [2023-06-22T14:45:21.766Z] === RUN   TestDockerNetworkMacvlan/Addressing
14:45:22 [2023-06-22T14:45:22.335Z] --- PASS: TestDockerNetworkMacvlan (9.79s)
14:45:22 [2023-06-22T14:45:22.335Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.09s)
14:45:22 [2023-06-22T14:45:22.335Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.13s)
14:45:22 [2023-06-22T14:45:22.335Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.87s)
14:45:22 [2023-06-22T14:45:22.335Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.85s)
14:45:22 [2023-06-22T14:45:22.335Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (1.98s)
14:45:22 [2023-06-22T14:45:22.335Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.57s)
14:45:22 [2023-06-22T14:45:22.335Z] PASS
14:45:22 [2023-06-22T14:45:22.335Z] 
14:45:22 [2023-06-22T14:45:22.335Z] DONE 8 tests in 11.209s
14:45:22 [2023-06-22T14:45:22.335Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m 
14:45:22 [2023-06-22T14:45:22.335Z] ++ 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
14:45:22 [2023-06-22T14:45:22.335Z] ++ set -e
14:45:22 [2023-06-22T14:45:22.335Z] ++ '[' -n 0 ']'
14:45:22 [2023-06-22T14:45:22.335Z] ++ set -x
14:45:22 [2023-06-22T14:45:22.335Z] ++ 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
14:45:22 [2023-06-22T14:45:22.335Z] testing: warning: no tests to run
14:45:22 [2023-06-22T14:45:22.335Z] PASS
14:45:22 [2023-06-22T14:45:22.335Z] 
14:45:22 [2023-06-22T14:45:22.335Z] DONE 0 tests in 0.008s
14:45:22 [2023-06-22T14:45:22.335Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
14:45:22 [2023-06-22T14:45:22.335Z] ++ 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
14:45:22 [2023-06-22T14:45:22.335Z] ++ set -e
14:45:22 [2023-06-22T14:45:22.335Z] ++ '[' -n 0 ']'
14:45:22 [2023-06-22T14:45:22.335Z] ++ set -x
14:45:22 [2023-06-22T14:45:22.335Z] ++ 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
14:45:22 [2023-06-22T14:45:22.335Z] INFO: Testing against a local daemon
14:45:22 [2023-06-22T14:45:22.335Z] === RUN   TestAuthZPluginAllowRequest
14:45:23 [2023-06-22T14:45:23.716Z] --- PASS: TestAuthZPluginAllowRequest (1.14s)
14:45:23 [2023-06-22T14:45:23.716Z] === RUN   TestAuthZPluginTLS
14:45:23 [2023-06-22T14:45:23.975Z] --- PASS: TestAuthZPluginTLS (0.55s)
14:45:23 [2023-06-22T14:45:23.975Z] === RUN   TestAuthZPluginDenyRequest
14:45:24 [2023-06-22T14:45:24.544Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
14:45:24 [2023-06-22T14:45:24.544Z] === RUN   TestAuthZPluginAPIDenyResponse
14:45:25 [2023-06-22T14:45:25.112Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
14:45:25 [2023-06-22T14:45:25.112Z] === RUN   TestAuthZPluginDenyResponse
14:45:25 [2023-06-22T14:45:25.681Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
14:45:25 [2023-06-22T14:45:25.681Z] === RUN   TestAuthZPluginAllowEventStream
14:45:27 [2023-06-22T14:45:27.061Z] --- PASS: TestAuthZPluginAllowEventStream (1.14s)
14:45:27 [2023-06-22T14:45:27.061Z] === RUN   TestAuthZPluginErrorResponse
14:45:27 [2023-06-22T14:45:27.320Z] --- PASS: TestAuthZPluginErrorResponse (0.54s)
14:45:27 [2023-06-22T14:45:27.320Z] === RUN   TestAuthZPluginErrorRequest
14:45:27 [2023-06-22T14:45:27.889Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
14:45:27 [2023-06-22T14:45:27.889Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
14:45:28 [2023-06-22T14:45:28.458Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s)
14:45:28 [2023-06-22T14:45:28.458Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
14:45:29 [2023-06-22T14:45:29.837Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.37s)
14:45:29 [2023-06-22T14:45:29.837Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
14:45:31 [2023-06-22T14:45:31.216Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.31s)
14:45:31 [2023-06-22T14:45:31.216Z] === RUN   TestAuthZPluginHeader
14:45:31 [2023-06-22T14:45:31.785Z] --- PASS: TestAuthZPluginHeader (0.68s)
14:45:31 [2023-06-22T14:45:31.785Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
14:45:31 [2023-06-22T14:45:31.785Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
14:45:31 [2023-06-22T14:45:31.785Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
14:45:31 [2023-06-22T14:45:31.785Z] === RUN   TestAuthZPluginV2Disable
14:45:31 [2023-06-22T14:45:31.785Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
14:45:31 [2023-06-22T14:45:31.785Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
14:45:31 [2023-06-22T14:45:31.785Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
14:45:31 [2023-06-22T14:45:31.785Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
14:45:31 [2023-06-22T14:45:31.785Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
14:45:31 [2023-06-22T14:45:31.785Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
14:45:31 [2023-06-22T14:45:31.785Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
14:45:31 [2023-06-22T14:45:31.785Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
14:45:31 [2023-06-22T14:45:31.785Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
14:45:49 [2023-06-22T14:45:49.881Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.88s)
14:45:49 [2023-06-22T14:45:49.881Z] PASS
14:45:49 [2023-06-22T14:45:49.881Z] 
14:45:49 [2023-06-22T14:45:49.881Z] === Skipped
14:45:49 [2023-06-22T14:45:49.881Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
14:45:49 [2023-06-22T14:45:49.881Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
14:45:49 [2023-06-22T14:45:49.881Z] 
14:45:49 [2023-06-22T14:45:49.881Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
14:45:49 [2023-06-22T14:45:49.881Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
14:45:49 [2023-06-22T14:45:49.881Z] 
14:45:49 [2023-06-22T14:45:49.881Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
14:45:49 [2023-06-22T14:45:49.881Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
14:45:49 [2023-06-22T14:45:49.881Z] 
14:45:49 [2023-06-22T14:45:49.881Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
14:45:49 [2023-06-22T14:45:49.881Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
14:45:49 [2023-06-22T14:45:49.881Z] 
14:45:49 [2023-06-22T14:45:49.881Z] DONE 17 tests, 4 skipped in 26.298s
14:45:49 [2023-06-22T14:45:49.881Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m 
14:45:49 [2023-06-22T14:45:49.881Z] ++ 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
14:45:49 [2023-06-22T14:45:49.881Z] ++ set -e
14:45:49 [2023-06-22T14:45:49.881Z] ++ '[' -n 0 ']'
14:45:49 [2023-06-22T14:45:49.881Z] ++ set -x
14:45:49 [2023-06-22T14:45:49.881Z] ++ 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
14:45:49 [2023-06-22T14:45:49.881Z] INFO: Testing against a local daemon
14:45:49 [2023-06-22T14:45:49.881Z] === RUN   TestPluginInvalidJSON
14:45:49 [2023-06-22T14:45:49.881Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
14:45:49 [2023-06-22T14:45:49.881Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
14:45:49 [2023-06-22T14:45:49.881Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
14:45:49 [2023-06-22T14:45:49.881Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
14:45:49 [2023-06-22T14:45:49.881Z] === RUN   TestPluginInvalidJSON/plugins/pull
14:45:49 [2023-06-22T14:45:49.881Z] === PAUSE TestPluginInvalidJSON/plugins/pull
14:45:49 [2023-06-22T14:45:49.881Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
14:45:49 [2023-06-22T14:45:49.881Z] === CONT  TestPluginInvalidJSON/plugins/pull
14:45:49 [2023-06-22T14:45:49.881Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
14:45:49 [2023-06-22T14:45:49.881Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
14:45:49 [2023-06-22T14:45:49.881Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
14:45:49 [2023-06-22T14:45:49.881Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
14:45:49 [2023-06-22T14:45:49.881Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
14:45:49 [2023-06-22T14:45:49.881Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
14:45:49 [2023-06-22T14:45:49.881Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
14:45:49 [2023-06-22T14:45:49.881Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
14:45:49 [2023-06-22T14:45:49.881Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
14:45:49 [2023-06-22T14:45:49.881Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
14:45:49 [2023-06-22T14:45:49.881Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
14:45:49 [2023-06-22T14:45:49.881Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
14:45:49 [2023-06-22T14:45:49.881Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
14:45:49 [2023-06-22T14:45:49.881Z] --- PASS: TestPluginInvalidJSON (0.01s)
14:45:49 [2023-06-22T14:45:49.881Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s)
14:45:49 [2023-06-22T14:45:49.881Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
14:45:49 [2023-06-22T14:45:49.881Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
14:45:49 [2023-06-22T14:45:49.881Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
14:45:49 [2023-06-22T14:45:49.881Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
14:45:49 [2023-06-22T14:45:49.881Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
14:45:49 [2023-06-22T14:45:49.881Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
14:45:49 [2023-06-22T14:45:49.881Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
14:45:49 [2023-06-22T14:45:49.881Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
14:45:49 [2023-06-22T14:45:49.881Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
14:45:49 [2023-06-22T14:45:49.881Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
14:45:49 [2023-06-22T14:45:49.881Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
14:45:49 [2023-06-22T14:45:49.881Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
14:45:49 [2023-06-22T14:45:49.881Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
14:45:49 [2023-06-22T14:45:49.881Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
14:45:49 [2023-06-22T14:45:49.881Z] === RUN   TestPluginInstall
14:45:49 [2023-06-22T14:45:49.881Z] === RUN   TestPluginInstall/no_auth
14:45:51 [2023-06-22T14:45:51.261Z] time="2023-06-22T14:45:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:45:51 [2023-06-22T14:45:51.261Z] time="2023-06-22T14:45:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:fdeb44dd1d3979ad2bc9819b22eae300a8073ad2652fa4c9a7df146dd865a4b8" mediatype=application/vnd.docker.plugin.v1+json size=522
14:45:51 [2023-06-22T14:45:51.261Z] time="2023-06-22T14:45:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:45:51 [2023-06-22T14:45:51.261Z] time="2023-06-22T14:45:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:fdeb44dd1d3979ad2bc9819b22eae300a8073ad2652fa4c9a7df146dd865a4b8" mediatype=application/vnd.docker.plugin.v1+json size=522
14:45:51 [2023-06-22T14:45:51.520Z] === RUN   TestPluginInstall/with_htpasswd
14:45:51 [2023-06-22T14:45:51.779Z] time="2023-06-22T14:45:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:45:51 [2023-06-22T14:45:51.779Z] time="2023-06-22T14:45:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a348e648db86cdfc2f53626d5732058a5e61ce60f4df07b26f3cdcf246c47756" mediatype=application/vnd.docker.plugin.v1+json size=522
14:45:51 [2023-06-22T14:45:51.779Z] time="2023-06-22T14:45:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:45:51 [2023-06-22T14:45:51.779Z] time="2023-06-22T14:45:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a348e648db86cdfc2f53626d5732058a5e61ce60f4df07b26f3cdcf246c47756" mediatype=application/vnd.docker.plugin.v1+json size=522
14:45:52 [2023-06-22T14:45:52.042Z] === RUN   TestPluginInstall/with_insecure
14:45:52 [2023-06-22T14:45:52.981Z] time="2023-06-22T14:45:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:45:52 [2023-06-22T14:45:52.981Z] time="2023-06-22T14:45:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:784182a67c2e4158300a5fa1d99be7a8e88f7da0da54dc5d7f1d7141436d557b" mediatype=application/vnd.docker.plugin.v1+json size=522
14:45:52 [2023-06-22T14:45:52.981Z] time="2023-06-22T14:45:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:45:52 [2023-06-22T14:45:52.981Z] time="2023-06-22T14:45:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:784182a67c2e4158300a5fa1d99be7a8e88f7da0da54dc5d7f1d7141436d557b" mediatype=application/vnd.docker.plugin.v1+json size=522
14:45:53 [2023-06-22T14:45:53.240Z]     plugin_test.go:195: [ded70976d140b] daemon is not started
14:45:53 [2023-06-22T14:45:53.240Z] --- PASS: TestPluginInstall (4.45s)
14:45:53 [2023-06-22T14:45:53.240Z]     --- PASS: TestPluginInstall/no_auth (2.89s)
14:45:53 [2023-06-22T14:45:53.240Z]     --- PASS: TestPluginInstall/with_htpasswd (0.55s)
14:45:53 [2023-06-22T14:45:53.240Z]     --- PASS: TestPluginInstall/with_insecure (1.01s)
14:45:53 [2023-06-22T14:45:53.240Z] === RUN   TestPluginsWithRuntimes
14:45:54 [2023-06-22T14:45:54.620Z] === RUN   TestPluginsWithRuntimes/No_Args
14:45:55 [2023-06-22T14:45:55.558Z] === RUN   TestPluginsWithRuntimes/With_Args
14:45:56 [2023-06-22T14:45:56.496Z] --- PASS: TestPluginsWithRuntimes (3.25s)
14:45:56 [2023-06-22T14:45:56.496Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.86s)
14:45:56 [2023-06-22T14:45:56.496Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.86s)
14:45:56 [2023-06-22T14:45:56.496Z] === RUN   TestPluginBackCompatMediaTypes
14:45:57 [2023-06-22T14:45:57.066Z] --- PASS: TestPluginBackCompatMediaTypes (0.57s)
14:45:57 [2023-06-22T14:45:57.066Z] PASS
14:45:57 [2023-06-22T14:45:57.066Z] 
14:45:57 [2023-06-22T14:45:57.066Z] DONE 24 tests in 8.307s
14:45:57 [2023-06-22T14:45:57.066Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
14:45:57 [2023-06-22T14:45:57.066Z] ++ 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
14:45:57 [2023-06-22T14:45:57.066Z] ++ set -e
14:45:57 [2023-06-22T14:45:57.066Z] ++ '[' -n 0 ']'
14:45:57 [2023-06-22T14:45:57.066Z] ++ set -x
14:45:57 [2023-06-22T14:45:57.066Z] ++ 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
14:45:57 [2023-06-22T14:45:57.066Z] INFO: Testing against a local daemon
14:45:57 [2023-06-22T14:45:57.066Z] === RUN   TestExternalGraphDriver
14:45:57 [2023-06-22T14:45:57.325Z] === RUN   TestExternalGraphDriver/json
14:45:59 [2023-06-22T14:45:59.233Z] === RUN   TestExternalGraphDriver/spec
14:46:00 [2023-06-22T14:46:00.613Z] === RUN   TestExternalGraphDriver/pull
14:46:02 [2023-06-22T14:46:02.522Z] --- PASS: TestExternalGraphDriver (5.29s)
14:46:02 [2023-06-22T14:46:02.522Z]     --- PASS: TestExternalGraphDriver/json (1.65s)
14:46:02 [2023-06-22T14:46:02.522Z]     --- PASS: TestExternalGraphDriver/spec (1.64s)
14:46:02 [2023-06-22T14:46:02.522Z]     --- PASS: TestExternalGraphDriver/pull (1.66s)
14:46:02 [2023-06-22T14:46:02.522Z] === RUN   TestGraphdriverPluginV2
14:46:02 [2023-06-22T14:46:02.522Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
14:46:02 [2023-06-22T14:46:02.522Z] --- SKIP: TestGraphdriverPluginV2 (0.32s)
14:46:02 [2023-06-22T14:46:02.522Z] PASS
14:46:02 [2023-06-22T14:46:02.522Z] 
14:46:02 [2023-06-22T14:46:02.522Z] === Skipped
14:46:02 [2023-06-22T14:46:02.522Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.32s)
14:46:02 [2023-06-22T14:46:02.522Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
14:46:02 [2023-06-22T14:46:02.522Z] 
14:46:02 [2023-06-22T14:46:02.522Z] DONE 5 tests, 1 skipped in 5.635s
14:46:02 [2023-06-22T14:46:02.522Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
14:46:02 [2023-06-22T14:46:02.522Z] ++ 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
14:46:02 [2023-06-22T14:46:02.522Z] ++ set -e
14:46:02 [2023-06-22T14:46:02.522Z] ++ '[' -n 0 ']'
14:46:02 [2023-06-22T14:46:02.522Z] ++ set -x
14:46:02 [2023-06-22T14:46:02.522Z] ++ 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
14:46:02 [2023-06-22T14:46:02.522Z] INFO: Testing against a local daemon
14:46:02 [2023-06-22T14:46:02.522Z] === RUN   TestContinueAfterPluginCrash
14:46:02 [2023-06-22T14:46:02.522Z] === PAUSE TestContinueAfterPluginCrash
14:46:02 [2023-06-22T14:46:02.522Z] === RUN   TestReadPluginNoRead
14:46:02 [2023-06-22T14:46:02.522Z] === PAUSE TestReadPluginNoRead
14:46:02 [2023-06-22T14:46:02.522Z] === RUN   TestDaemonStartWithLogOpt
14:46:02 [2023-06-22T14:46:02.522Z] === PAUSE TestDaemonStartWithLogOpt
14:46:02 [2023-06-22T14:46:02.522Z] === CONT  TestContinueAfterPluginCrash
14:46:02 [2023-06-22T14:46:02.522Z] === CONT  TestDaemonStartWithLogOpt
14:46:02 [2023-06-22T14:46:02.522Z] === CONT  TestReadPluginNoRead
14:46:05 [2023-06-22T14:46:05.063Z] === RUN   TestReadPluginNoRead/disabled_caching
14:46:05 [2023-06-22T14:46:05.323Z] --- PASS: TestDaemonStartWithLogOpt (2.70s)
14:46:06 [2023-06-22T14:46:06.262Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
14:46:07 [2023-06-22T14:46:07.200Z] === RUN   TestReadPluginNoRead/default
14:46:08 [2023-06-22T14:46:08.580Z] === CONT  TestReadPluginNoRead
14:46:08 [2023-06-22T14:46:08.580Z]     read_test.go:91: [d1e1bd6649a9b] daemon is not started
14:46:08 [2023-06-22T14:46:08.580Z] --- PASS: TestReadPluginNoRead (5.96s)
14:46:08 [2023-06-22T14:46:08.580Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.27s)
14:46:08 [2023-06-22T14:46:08.580Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.23s)
14:46:08 [2023-06-22T14:46:08.580Z]     --- PASS: TestReadPluginNoRead/default (1.27s)
14:46:10 [2023-06-22T14:46:10.486Z] --- PASS: TestContinueAfterPluginCrash (7.75s)
14:46:10 [2023-06-22T14:46:10.486Z] PASS
14:46:10 [2023-06-22T14:46:10.486Z] 
14:46:10 [2023-06-22T14:46:10.486Z] DONE 6 tests in 7.776s
14:46:10 [2023-06-22T14:46:10.486Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
14:46:10 [2023-06-22T14:46:10.487Z] ++ 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
14:46:10 [2023-06-22T14:46:10.487Z] ++ set -e
14:46:10 [2023-06-22T14:46:10.487Z] ++ '[' -n 0 ']'
14:46:10 [2023-06-22T14:46:10.487Z] ++ set -x
14:46:10 [2023-06-22T14:46:10.487Z] ++ 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
14:46:10 [2023-06-22T14:46:10.487Z] testing: warning: no tests to run
14:46:10 [2023-06-22T14:46:10.487Z] PASS
14:46:10 [2023-06-22T14:46:10.487Z] 
14:46:10 [2023-06-22T14:46:10.487Z] DONE 0 tests in 0.008s
14:46:10 [2023-06-22T14:46:10.487Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
14:46:10 [2023-06-22T14:46:10.487Z] ++ 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
14:46:10 [2023-06-22T14:46:10.487Z] ++ set -e
14:46:10 [2023-06-22T14:46:10.487Z] ++ '[' -n 0 ']'
14:46:10 [2023-06-22T14:46:10.487Z] ++ set -x
14:46:10 [2023-06-22T14:46:10.487Z] ++ 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
14:46:10 [2023-06-22T14:46:10.487Z] INFO: Testing against a local daemon
14:46:10 [2023-06-22T14:46:10.487Z] === RUN   TestPluginWithDevMounts
14:46:10 [2023-06-22T14:46:10.487Z] === PAUSE TestPluginWithDevMounts
14:46:10 [2023-06-22T14:46:10.487Z] === CONT  TestPluginWithDevMounts
14:46:11 [2023-06-22T14:46:11.866Z] --- PASS: TestPluginWithDevMounts (1.54s)
14:46:11 [2023-06-22T14:46:11.866Z] PASS
14:46:11 [2023-06-22T14:46:11.866Z] 
14:46:11 [2023-06-22T14:46:11.866Z] DONE 1 tests in 1.567s
14:46:11 [2023-06-22T14:46:11.866Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m 
14:46:11 [2023-06-22T14:46:11.866Z] ++ 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
14:46:11 [2023-06-22T14:46:11.866Z] ++ set -e
14:46:11 [2023-06-22T14:46:11.866Z] ++ '[' -n 0 ']'
14:46:11 [2023-06-22T14:46:11.866Z] ++ set -x
14:46:11 [2023-06-22T14:46:11.866Z] ++ 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
14:46:12 [2023-06-22T14:46:12.125Z] INFO: Testing against a local daemon
14:46:12 [2023-06-22T14:46:12.125Z] === RUN   TestSecretInspect
14:46:14 [2023-06-22T14:46:14.662Z] --- PASS: TestSecretInspect (2.28s)
14:46:14 [2023-06-22T14:46:14.662Z] === RUN   TestSecretList
14:46:16 [2023-06-22T14:46:16.567Z] --- PASS: TestSecretList (2.34s)
14:46:16 [2023-06-22T14:46:16.567Z] === RUN   TestSecretsCreateAndDelete
14:46:19 [2023-06-22T14:46:19.105Z] --- PASS: TestSecretsCreateAndDelete (2.38s)
14:46:19 [2023-06-22T14:46:19.105Z] === RUN   TestSecretsUpdate
14:46:21 [2023-06-22T14:46:21.641Z] --- PASS: TestSecretsUpdate (2.35s)
14:46:21 [2023-06-22T14:46:21.641Z] === RUN   TestTemplatedSecret
14:46:24 [2023-06-22T14:46:24.179Z] --- PASS: TestTemplatedSecret (2.66s)
14:46:24 [2023-06-22T14:46:24.179Z] === RUN   TestSecretCreateResolve
14:46:26 [2023-06-22T14:46:26.716Z] --- PASS: TestSecretCreateResolve (2.31s)
14:46:26 [2023-06-22T14:46:26.716Z] PASS
14:46:26 [2023-06-22T14:46:26.716Z] 
14:46:26 [2023-06-22T14:46:26.716Z] DONE 6 tests in 14.365s
14:46:26 [2023-06-22T14:46:26.716Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m 
14:46:26 [2023-06-22T14:46:26.716Z] ++ 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
14:46:26 [2023-06-22T14:46:26.716Z] ++ set -e
14:46:26 [2023-06-22T14:46:26.716Z] ++ '[' -n 0 ']'
14:46:26 [2023-06-22T14:46:26.716Z] ++ set -x
14:46:26 [2023-06-22T14:46:26.716Z] ++ 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
14:46:26 [2023-06-22T14:46:26.716Z] INFO: Testing against a local daemon
14:46:26 [2023-06-22T14:46:26.716Z] === RUN   TestServiceCreateInit
14:46:26 [2023-06-22T14:46:26.716Z] === RUN   TestServiceCreateInit/daemonInitDisabled
14:46:30 [2023-06-22T14:46:30.911Z] === RUN   TestServiceCreateInit/daemonInitEnabled
14:46:34 [2023-06-22T14:46:34.202Z] --- PASS: TestServiceCreateInit (7.68s)
14:46:34 [2023-06-22T14:46:34.202Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.86s)
14:46:34 [2023-06-22T14:46:34.202Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.81s)
14:46:34 [2023-06-22T14:46:34.202Z] === RUN   TestCreateServiceMultipleTimes
14:46:52 [2023-06-22T14:46:52.297Z] --- PASS: TestCreateServiceMultipleTimes (15.75s)
14:46:52 [2023-06-22T14:46:52.297Z] === RUN   TestCreateServiceConflict
14:46:52 [2023-06-22T14:46:52.297Z] --- PASS: TestCreateServiceConflict (2.37s)
14:46:52 [2023-06-22T14:46:52.297Z] === RUN   TestCreateServiceMaxReplicas
14:46:55 [2023-06-22T14:46:55.588Z] --- PASS: TestCreateServiceMaxReplicas (2.88s)
14:46:55 [2023-06-22T14:46:55.588Z] === RUN   TestCreateWithDuplicateNetworkNames
14:47:10 [2023-06-22T14:47:10.476Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.46s)
14:47:10 [2023-06-22T14:47:10.476Z] === RUN   TestCreateServiceSecretFileMode
14:47:22 [2023-06-22T14:47:22.687Z] --- PASS: TestCreateServiceSecretFileMode (12.46s)
14:47:22 [2023-06-22T14:47:22.687Z] === RUN   TestCreateServiceConfigFileMode
14:47:34 [2023-06-22T14:47:34.898Z] --- PASS: TestCreateServiceConfigFileMode (12.59s)
14:47:34 [2023-06-22T14:47:34.898Z] === RUN   TestCreateServiceSysctls
14:47:36 [2023-06-22T14:47:36.805Z] --- PASS: TestCreateServiceSysctls (3.21s)
14:47:36 [2023-06-22T14:47:36.805Z] === RUN   TestCreateServiceCapabilities
14:47:39 [2023-06-22T14:47:39.341Z] --- PASS: TestCreateServiceCapabilities (2.61s)
14:47:39 [2023-06-22T14:47:39.341Z] === RUN   TestInspect
14:47:42 [2023-06-22T14:47:42.634Z] --- PASS: TestInspect (2.85s)
14:47:42 [2023-06-22T14:47:42.634Z] === RUN   TestCreateJob
14:47:45 [2023-06-22T14:47:45.171Z] --- PASS: TestCreateJob (3.02s)
14:47:45 [2023-06-22T14:47:45.171Z] === RUN   TestReplicatedJob
14:47:51 [2023-06-22T14:47:51.742Z] --- PASS: TestReplicatedJob (5.67s)
14:47:51 [2023-06-22T14:47:51.742Z] === RUN   TestUpdateReplicatedJob
14:47:54 [2023-06-22T14:47:54.279Z] --- PASS: TestUpdateReplicatedJob (3.17s)
14:47:54 [2023-06-22T14:47:54.279Z] === RUN   TestServiceListWithStatuses
14:47:54 [2023-06-22T14:47:54.279Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
14:47:54 [2023-06-22T14:47:54.279Z] --- SKIP: TestServiceListWithStatuses (0.00s)
14:47:54 [2023-06-22T14:47:54.279Z] === RUN   TestDockerNetworkConnectAlias
14:47:59 [2023-06-22T14:47:59.554Z] --- PASS: TestDockerNetworkConnectAlias (4.55s)
14:47:59 [2023-06-22T14:47:59.554Z] === RUN   TestDockerNetworkReConnect
14:48:02 [2023-06-22T14:48:02.885Z] --- PASS: TestDockerNetworkReConnect (3.96s)
14:48:02 [2023-06-22T14:48:02.885Z] === RUN   TestServicePlugin
14:48:02 [2023-06-22T14:48:02.885Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
14:48:02 [2023-06-22T14:48:02.885Z] --- SKIP: TestServicePlugin (0.00s)
14:48:02 [2023-06-22T14:48:02.885Z] === RUN   TestServiceUpdateLabel
14:48:04 [2023-06-22T14:48:04.848Z] --- PASS: TestServiceUpdateLabel (2.29s)
14:48:04 [2023-06-22T14:48:04.848Z] === RUN   TestServiceUpdateSecrets
14:48:19 [2023-06-22T14:48:19.809Z] --- PASS: TestServiceUpdateSecrets (14.67s)
14:48:19 [2023-06-22T14:48:19.809Z] === RUN   TestServiceUpdateConfigs
14:48:34 [2023-06-22T14:48:34.699Z] --- PASS: TestServiceUpdateConfigs (14.70s)
14:48:34 [2023-06-22T14:48:34.699Z] === RUN   TestServiceUpdateNetwork
14:48:49 [2023-06-22T14:48:49.589Z] --- PASS: TestServiceUpdateNetwork (12.81s)
14:48:49 [2023-06-22T14:48:49.589Z] === RUN   TestServiceUpdatePidsLimit
14:48:49 [2023-06-22T14:48:49.589Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
14:48:49 [2023-06-22T14:48:49.589Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
14:48:56 [2023-06-22T14:48:56.162Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
14:49:04 [2023-06-22T14:49:04.286Z] --- PASS: TestServiceUpdatePidsLimit (16.36s)
14:49:04 [2023-06-22T14:49:04.286Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s)
14:49:04 [2023-06-22T14:49:04.286Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.87s)
14:49:04 [2023-06-22T14:49:04.286Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.87s)
14:49:04 [2023-06-22T14:49:04.286Z] PASS
14:49:04 [2023-06-22T14:49:04.286Z] 
14:49:04 [2023-06-22T14:49:04.286Z] === Skipped
14:49:04 [2023-06-22T14:49:04.286Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s)
14:49:04 [2023-06-22T14:49:04.286Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
14:49:04 [2023-06-22T14:49:04.286Z] 
14:49:04 [2023-06-22T14:49:04.286Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
14:49:04 [2023-06-22T14:49:04.286Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
14:49:04 [2023-06-22T14:49:04.286Z] 
14:49:04 [2023-06-22T14:49:04.286Z] DONE 27 tests, 2 skipped in 157.087s
14:49:04 [2023-06-22T14:49:04.286Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m 
14:49:04 [2023-06-22T14:49:04.286Z] ++ 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
14:49:04 [2023-06-22T14:49:04.286Z] ++ set -e
14:49:04 [2023-06-22T14:49:04.286Z] ++ '[' -n 0 ']'
14:49:04 [2023-06-22T14:49:04.286Z] ++ set -x
14:49:04 [2023-06-22T14:49:04.287Z] ++ 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
14:49:04 [2023-06-22T14:49:04.287Z] INFO: Testing against a local daemon
14:49:04 [2023-06-22T14:49:04.287Z] === RUN   TestSessionCreate
14:49:04 [2023-06-22T14:49:04.287Z] --- PASS: TestSessionCreate (0.02s)
14:49:04 [2023-06-22T14:49:04.287Z] === RUN   TestSessionCreateWithBadUpgrade
14:49:04 [2023-06-22T14:49:04.287Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
14:49:04 [2023-06-22T14:49:04.287Z] PASS
14:49:04 [2023-06-22T14:49:04.287Z] 
14:49:04 [2023-06-22T14:49:04.287Z] DONE 2 tests in 0.059s
14:49:04 [2023-06-22T14:49:04.287Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m 
14:49:04 [2023-06-22T14:49:04.287Z] ++ 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
14:49:04 [2023-06-22T14:49:04.287Z] ++ set -e
14:49:04 [2023-06-22T14:49:04.287Z] ++ '[' -n 0 ']'
14:49:04 [2023-06-22T14:49:04.287Z] ++ set -x
14:49:04 [2023-06-22T14:49:04.287Z] ++ 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
14:49:04 [2023-06-22T14:49:04.287Z] INFO: Testing against a local daemon
14:49:04 [2023-06-22T14:49:04.287Z] === RUN   TestCgroupDriverSystemdMemoryLimit
14:49:04 [2023-06-22T14:49:04.287Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
14:49:04 [2023-06-22T14:49:04.287Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
14:49:04 [2023-06-22T14:49:04.287Z] === RUN   TestDiskUsage
14:49:04 [2023-06-22T14:49:04.287Z] === PAUSE TestDiskUsage
14:49:04 [2023-06-22T14:49:04.287Z] === RUN   TestEventsExecDie
14:49:04 [2023-06-22T14:49:04.287Z] --- PASS: TestEventsExecDie (0.57s)
14:49:04 [2023-06-22T14:49:04.287Z] === RUN   TestEventsBackwardsCompatible
14:49:04 [2023-06-22T14:49:04.287Z] --- PASS: TestEventsBackwardsCompatible (0.04s)
14:49:04 [2023-06-22T14:49:04.287Z] === RUN   TestEventsVolumeCreate
14:49:04 [2023-06-22T14:49:04.287Z] --- PASS: TestEventsVolumeCreate (0.04s)
14:49:04 [2023-06-22T14:49:04.287Z] === RUN   TestInfoBinaryCommits
14:49:04 [2023-06-22T14:49:04.287Z] --- PASS: TestInfoBinaryCommits (0.02s)
14:49:04 [2023-06-22T14:49:04.287Z] === RUN   TestInfoAPIVersioned
14:49:04 [2023-06-22T14:49:04.287Z] --- PASS: TestInfoAPIVersioned (0.01s)
14:49:04 [2023-06-22T14:49:04.287Z] === RUN   TestInfoAPI
14:49:04 [2023-06-22T14:49:04.287Z] --- PASS: TestInfoAPI (0.02s)
14:49:04 [2023-06-22T14:49:04.287Z] === RUN   TestInfoAPIWarnings
14:49:22 [2023-06-22T14:49:22.382Z] --- PASS: TestInfoAPIWarnings (16.54s)
14:49:22 [2023-06-22T14:49:22.382Z] === RUN   TestInfoDebug
14:49:22 [2023-06-22T14:49:22.382Z] --- PASS: TestInfoDebug (0.52s)
14:49:22 [2023-06-22T14:49:22.382Z] === RUN   TestInfoInsecureRegistries
14:49:22 [2023-06-22T14:49:22.382Z] --- PASS: TestInfoInsecureRegistries (0.52s)
14:49:22 [2023-06-22T14:49:22.382Z] === RUN   TestInfoRegistryMirrors
14:49:22 [2023-06-22T14:49:22.382Z] --- PASS: TestInfoRegistryMirrors (0.52s)
14:49:22 [2023-06-22T14:49:22.382Z] === RUN   TestLoginFailsWithBadCredentials
14:49:22 [2023-06-22T14:49:22.641Z] --- PASS: TestLoginFailsWithBadCredentials (0.38s)
14:49:22 [2023-06-22T14:49:22.641Z] === RUN   TestPingCacheHeaders
14:49:22 [2023-06-22T14:49:22.900Z] --- PASS: TestPingCacheHeaders (0.02s)
14:49:22 [2023-06-22T14:49:22.900Z] === RUN   TestPingGet
14:49:22 [2023-06-22T14:49:22.900Z] --- PASS: TestPingGet (0.01s)
14:49:22 [2023-06-22T14:49:22.900Z] === RUN   TestPingHead
14:49:22 [2023-06-22T14:49:22.900Z] --- PASS: TestPingHead (0.02s)
14:49:22 [2023-06-22T14:49:22.900Z] === RUN   TestPingSwarmHeader
14:49:23 [2023-06-22T14:49:23.469Z] === RUN   TestPingSwarmHeader/before_swarm_init
14:49:24 [2023-06-22T14:49:24.038Z] === RUN   TestPingSwarmHeader/after_swarm_init
14:49:24 [2023-06-22T14:49:24.976Z] === RUN   TestPingSwarmHeader/after_swarm_leave
14:49:24 [2023-06-22T14:49:24.976Z] --- PASS: TestPingSwarmHeader (2.27s)
14:49:24 [2023-06-22T14:49:24.976Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
14:49:24 [2023-06-22T14:49:24.976Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
14:49:24 [2023-06-22T14:49:24.976Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
14:49:24 [2023-06-22T14:49:24.976Z] === RUN   TestPingBuilderHeader
14:49:24 [2023-06-22T14:49:24.976Z] === RUN   TestPingBuilderHeader/default_config
14:49:25 [2023-06-22T14:49:25.591Z] === RUN   TestPingBuilderHeader/buildkit_disabled
14:49:26 [2023-06-22T14:49:26.162Z] --- PASS: TestPingBuilderHeader (1.04s)
14:49:26 [2023-06-22T14:49:26.162Z]     --- PASS: TestPingBuilderHeader/default_config (0.52s)
14:49:26 [2023-06-22T14:49:26.162Z]     --- PASS: TestPingBuilderHeader/buildkit_disabled (0.52s)
14:49:26 [2023-06-22T14:49:26.162Z] === RUN   TestVersion
14:49:26 [2023-06-22T14:49:26.162Z] --- PASS: TestVersion (0.02s)
14:49:26 [2023-06-22T14:49:26.162Z] === CONT  TestDiskUsage
14:49:26 [2023-06-22T14:49:26.733Z] === RUN   TestDiskUsage/empty
14:49:26 [2023-06-22T14:49:26.733Z] === RUN   TestDiskUsage/empty/container_types
14:49:26 [2023-06-22T14:49:26.733Z] === RUN   TestDiskUsage/empty/image_types
14:49:26 [2023-06-22T14:49:26.733Z] === RUN   TestDiskUsage/empty/volume_types
14:49:26 [2023-06-22T14:49:26.733Z] === RUN   TestDiskUsage/empty/build-cache_types
14:49:26 [2023-06-22T14:49:26.733Z] === RUN   TestDiskUsage/empty/container,_volume_types
14:49:26 [2023-06-22T14:49:26.733Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
14:49:26 [2023-06-22T14:49:26.733Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
14:49:26 [2023-06-22T14:49:26.733Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
14:49:26 [2023-06-22T14:49:26.733Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
14:49:26 [2023-06-22T14:49:26.733Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
14:49:26 [2023-06-22T14:49:26.733Z] === RUN   TestDiskUsage/after_LoadBusybox
14:49:26 [2023-06-22T14:49:26.733Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
14:49:26 [2023-06-22T14:49:26.733Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
14:49:26 [2023-06-22T14:49:26.733Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
14:49:26 [2023-06-22T14:49:26.733Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
14:49:26 [2023-06-22T14:49:26.733Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
14:49:26 [2023-06-22T14:49:26.733Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
14:49:26 [2023-06-22T14:49:26.733Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
14:49:26 [2023-06-22T14:49:26.733Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
14:49:26 [2023-06-22T14:49:26.733Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
14:49:26 [2023-06-22T14:49:26.733Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
14:49:26 [2023-06-22T14:49:26.733Z] === RUN   TestDiskUsage/after_container.Run
14:49:26 [2023-06-22T14:49:26.993Z] === RUN   TestDiskUsage/after_container.Run/container_types
14:49:26 [2023-06-22T14:49:26.993Z] === RUN   TestDiskUsage/after_container.Run/image_types
14:49:26 [2023-06-22T14:49:26.993Z] === RUN   TestDiskUsage/after_container.Run/volume_types
14:49:26 [2023-06-22T14:49:26.993Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
14:49:26 [2023-06-22T14:49:26.993Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
14:49:26 [2023-06-22T14:49:26.993Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
14:49:26 [2023-06-22T14:49:26.993Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
14:49:26 [2023-06-22T14:49:26.993Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
14:49:26 [2023-06-22T14:49:26.993Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
14:49:26 [2023-06-22T14:49:26.993Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
14:49:27 [2023-06-22T14:49:27.253Z] --- PASS: TestDiskUsage (1.20s)
14:49:27 [2023-06-22T14:49:27.253Z]     --- PASS: TestDiskUsage/empty (0.00s)
14:49:27 [2023-06-22T14:49:27.253Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
14:49:27 [2023-06-22T14:49:27.253Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
14:49:27 [2023-06-22T14:49:27.253Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
14:49:27 [2023-06-22T14:49:27.253Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
14:49:27 [2023-06-22T14:49:27.253Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
14:49:27 [2023-06-22T14:49:27.253Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
14:49:27 [2023-06-22T14:49:27.253Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
14:49:27 [2023-06-22T14:49:27.253Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
14:49:27 [2023-06-22T14:49:27.253Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
14:49:27 [2023-06-22T14:49:27.253Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
14:49:27 [2023-06-22T14:49:27.253Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.15s)
14:49:27 [2023-06-22T14:49:27.253Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
14:49:27 [2023-06-22T14:49:27.253Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
14:49:27 [2023-06-22T14:49:27.253Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
14:49:27 [2023-06-22T14:49:27.253Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
14:49:27 [2023-06-22T14:49:27.253Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
14:49:27 [2023-06-22T14:49:27.253Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
14:49:27 [2023-06-22T14:49:27.253Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
14:49:27 [2023-06-22T14:49:27.253Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
14:49:27 [2023-06-22T14:49:27.253Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
14:49:27 [2023-06-22T14:49:27.253Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
14:49:27 [2023-06-22T14:49:27.253Z]     --- PASS: TestDiskUsage/after_container.Run (0.30s)
14:49:27 [2023-06-22T14:49:27.253Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
14:49:27 [2023-06-22T14:49:27.253Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
14:49:27 [2023-06-22T14:49:27.253Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
14:49:27 [2023-06-22T14:49:27.253Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
14:49:27 [2023-06-22T14:49:27.253Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
14:49:27 [2023-06-22T14:49:27.253Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
14:49:27 [2023-06-22T14:49:27.253Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
14:49:27 [2023-06-22T14:49:27.253Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
14:49:27 [2023-06-22T14:49:27.253Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
14:49:27 [2023-06-22T14:49:27.253Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
14:49:27 [2023-06-22T14:49:27.253Z] PASS
14:49:27 [2023-06-22T14:49:27.253Z] 
14:49:27 [2023-06-22T14:49:27.253Z] === Skipped
14:49:27 [2023-06-22T14:49:27.253Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
14:49:27 [2023-06-22T14:49:27.253Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
14:49:27 [2023-06-22T14:49:27.253Z] 
14:49:27 [2023-06-22T14:49:27.253Z] DONE 57 tests, 1 skipped in 23.783s
14:49:27 [2023-06-22T14:49:27.253Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m 
14:49:27 [2023-06-22T14:49:27.253Z] ++ 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
14:49:27 [2023-06-22T14:49:27.253Z] ++ set -e
14:49:27 [2023-06-22T14:49:27.253Z] ++ '[' -n 0 ']'
14:49:27 [2023-06-22T14:49:27.253Z] ++ set -x
14:49:27 [2023-06-22T14:49:27.253Z] ++ 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
14:49:27 [2023-06-22T14:49:27.253Z] INFO: Testing against a local daemon
14:49:27 [2023-06-22T14:49:27.253Z] === RUN   TestVolumesCreateAndList
14:49:27 [2023-06-22T14:49:27.513Z] --- PASS: TestVolumesCreateAndList (0.02s)
14:49:27 [2023-06-22T14:49:27.513Z] === RUN   TestVolumesRemove
14:49:27 [2023-06-22T14:49:27.513Z] === RUN   TestVolumesRemove/volume_in_use
14:49:27 [2023-06-22T14:49:27.513Z] === RUN   TestVolumesRemove/volume_not_in_use
14:49:27 [2023-06-22T14:49:27.513Z] === RUN   TestVolumesRemove/non-existing_volume
14:49:27 [2023-06-22T14:49:27.513Z] === RUN   TestVolumesRemove/non-existing_volume_force
14:49:27 [2023-06-22T14:49:27.513Z] --- PASS: TestVolumesRemove (0.05s)
14:49:27 [2023-06-22T14:49:27.513Z]     --- PASS: TestVolumesRemove/volume_in_use (0.00s)
14:49:27 [2023-06-22T14:49:27.513Z]     --- PASS: TestVolumesRemove/volume_not_in_use (0.01s)
14:49:27 [2023-06-22T14:49:27.513Z]     --- PASS: TestVolumesRemove/non-existing_volume (0.00s)
14:49:27 [2023-06-22T14:49:27.513Z]     --- PASS: TestVolumesRemove/non-existing_volume_force (0.00s)
14:49:27 [2023-06-22T14:49:27.513Z] === RUN   TestVolumesRemoveSwarmEnabled
14:49:27 [2023-06-22T14:49:27.513Z] === PAUSE TestVolumesRemoveSwarmEnabled
14:49:27 [2023-06-22T14:49:27.513Z] === RUN   TestVolumesInspect
14:49:27 [2023-06-22T14:49:27.513Z] --- PASS: TestVolumesInspect (0.02s)
14:49:27 [2023-06-22T14:49:27.513Z] === RUN   TestVolumesInvalidJSON
14:49:27 [2023-06-22T14:49:27.513Z] === RUN   TestVolumesInvalidJSON/volumes/create
14:49:27 [2023-06-22T14:49:27.513Z] === PAUSE TestVolumesInvalidJSON/volumes/create
14:49:27 [2023-06-22T14:49:27.513Z] === CONT  TestVolumesInvalidJSON/volumes/create
14:49:27 [2023-06-22T14:49:27.513Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
14:49:27 [2023-06-22T14:49:27.513Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
14:49:27 [2023-06-22T14:49:27.513Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
14:49:27 [2023-06-22T14:49:27.513Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
14:49:27 [2023-06-22T14:49:27.513Z] --- PASS: TestVolumesInvalidJSON (0.01s)
14:49:27 [2023-06-22T14:49:27.513Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
14:49:27 [2023-06-22T14:49:27.513Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
14:49:27 [2023-06-22T14:49:27.513Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
14:49:27 [2023-06-22T14:49:27.513Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
14:49:27 [2023-06-22T14:49:27.513Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
14:49:27 [2023-06-22T14:49:27.513Z] === RUN   TestVolumePruneAnonymous
14:49:27 [2023-06-22T14:49:27.513Z] --- PASS: TestVolumePruneAnonymous (0.03s)
14:49:27 [2023-06-22T14:49:27.513Z] === RUN   TestVolumePruneAnonFromImage
14:49:27 [2023-06-22T14:49:27.772Z] --- PASS: TestVolumePruneAnonFromImage (0.19s)
14:49:27 [2023-06-22T14:49:27.772Z] === CONT  TestVolumesRemoveSwarmEnabled
14:49:29 [2023-06-22T14:49:29.153Z] === RUN   TestVolumesRemoveSwarmEnabled/volume_in_use
14:49:29 [2023-06-22T14:49:29.153Z] === RUN   TestVolumesRemoveSwarmEnabled/volume_not_in_use
14:49:29 [2023-06-22T14:49:29.153Z] === RUN   TestVolumesRemoveSwarmEnabled/non-existing_volume
14:49:29 [2023-06-22T14:49:29.153Z] === RUN   TestVolumesRemoveSwarmEnabled/non-existing_volume_force
14:49:30 [2023-06-22T14:49:30.091Z] --- PASS: TestVolumesRemoveSwarmEnabled (2.35s)
14:49:30 [2023-06-22T14:49:30.091Z]     --- PASS: TestVolumesRemoveSwarmEnabled/volume_in_use (0.00s)
14:49:30 [2023-06-22T14:49:30.091Z]     --- PASS: TestVolumesRemoveSwarmEnabled/volume_not_in_use (0.01s)
14:49:30 [2023-06-22T14:49:30.091Z]     --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume (0.01s)
14:49:30 [2023-06-22T14:49:30.091Z]     --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume_force (0.00s)
14:49:30 [2023-06-22T14:49:30.091Z] PASS
14:49:30 [2023-06-22T14:49:30.091Z] 
14:49:30 [2023-06-22T14:49:30.091Z] DONE 20 tests in 2.680s
14:49:30 [2023-06-22T14:49:30.091Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
14:49:30 [2023-06-22T14:49:30.091Z] ++++ cat bundles/test-integration/docker.pid
14:49:30 [2023-06-22T14:49:30.091Z] +++ kill 20421
14:49:30 [2023-06-22T14:49:30.351Z] +++ /etc/init.d/apparmor stop
14:49:30 [2023-06-22T14:49:30.351Z] Leaving: AppArmorNo profiles have been unloaded.
14:49:30 [2023-06-22T14:49:30.351Z] 
14:49:30 [2023-06-22T14:49:30.351Z] Unloading profiles will leave already running processes permanently
14:49:30 [2023-06-22T14:49:30.351Z] unconfined, which can lead to unexpected situations.
14:49:30 [2023-06-22T14:49:30.351Z] 
14:49:30 [2023-06-22T14:49:30.351Z] To set a process to complain mode, use the command line tool
14:49:30 [2023-06-22T14:49:30.351Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
14:49:30 [2023-06-22T14:49:30.351Z] +++ true
14:49:30 [2023-06-22T14:49:30.351Z] exiting test-integration
14:49:30 [2023-06-22T14:49:30.351Z] ++ exit 0
14:49:30 [2023-06-22T14:49:30.351Z] 
Post stage
[Pipeline] junit
14:49:31 [2023-06-22T14:49:31.304Z] Recording test results
14:49:31 [2023-06-22T14:49:31.483Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
14:49:31 [2023-06-22T14:49:31.794Z] + echo Ensuring container killed.
14:49:31 [2023-06-22T14:49:31.795Z] Ensuring container killed.
14:49:31 [2023-06-22T14:49:31.795Z] + docker rm -vf docker-pr1
14:49:31 [2023-06-22T14:49:31.795Z] Error response from daemon: No such container: docker-pr1
[Pipeline] sh
14:49:32 [2023-06-22T14:49:32.079Z] + echo Chowning /workspace to jenkins user
14:49:32 [2023-06-22T14:49:32.079Z] Chowning /workspace to jenkins user
14:49:32 [2023-06-22T14:49:32.079Z] + id -u
14:49:32 [2023-06-22T14:49:32.079Z] + id -g
14:49:32 [2023-06-22T14:49:32.079Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45791:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
14:49:33 [2023-06-22T14:49:33.752Z] + bundleName=arm64-integration
14:49:33 [2023-06-22T14:49:33.752Z] + echo Creating arm64-integration-bundles.tar.gz
14:49:33 [2023-06-22T14:49:33.752Z] Creating arm64-integration-bundles.tar.gz
14:49:33 [2023-06-22T14:49:33.752Z] + + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
14:49:33 [2023-06-22T14:49:33.752Z] xargs tar -czf arm64-integration-bundles.tar.gz
[Pipeline] archiveArtifacts
14:49:34 [2023-06-22T14:49:34.029Z] Archiving artifacts
14:49:35 [2023-06-22T14:49:35.336Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-45791/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
14:49:35 [2023-06-22T14:49:35.633Z] + make clean
14:49:35 [2023-06-22T14:49:35.893Z] docker volume rm -f docker-dev-cache docker-mod-cache
14:49:35 [2023-06-22T14:49:35.893Z] docker-dev-cache
14:49:35 [2023-06-22T14:49:35.893Z] 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