Skip to content
Success

Console Output

Pull request #45798 opened
23:01:25 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 136893e33bde91871e76f3491d45ad82f9a78296+6bca2bf3bf128ea804fff6d7132e961ec851271e (00b5f6c5be0499153ad5126bf654e8cd37d1a6c6)
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-45798@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
23:01:27 [2023-06-22T23:01:27.993Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
[Pipeline] milestone
23:01:27 [2023-06-22T23:01:27.997Z] Trying to pass milestone 1
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
23:01:43 [2023-06-22T23:01:43.216Z] Still waiting to schedule task
23:01:43 [2023-06-22T23:01:43.217Z]EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-04231f254dcf6f08b)’ is offline
23:02:34 [2023-06-22T23:02:34.476Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-04231f254dcf6f08b) in /home/ubuntu/workspace/moby_PR-45798
[Pipeline] {
[Pipeline] checkout
23:02:34 [2023-06-22T23:02:34.553Z] The recommended git tool is: git
23:02:36 [2023-06-22T23:02:36.750Z] using credential docker-jenkins-github-credentials
23:02:36 [2023-06-22T23:02:36.763Z] Cloning the remote Git repository
23:02:36 [2023-06-22T23:02:36.763Z] Cloning with configured refspecs honoured and without tags
23:02:36 [2023-06-22T23:02:36.768Z] Cloning repository https://github.com/moby/moby.git
23:02:36 [2023-06-22T23:02:36.831Z]  > git init /home/ubuntu/workspace/moby_PR-45798 # timeout=10
23:02:37 [2023-06-22T23:02:37.144Z] Fetching upstream changes from https://github.com/moby/moby.git
23:02:37 [2023-06-22T23:02:37.144Z]  > git --version # timeout=10
23:02:37 [2023-06-22T23:02:37.147Z]  > git --version # 'git version 2.25.1'
23:02:37 [2023-06-22T23:02:37.148Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
23:02:37 [2023-06-22T23:02:37.149Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45798/head:refs/remotes/origin/PR-45798 +refs/heads/24.0:refs/remotes/origin/24.0 # timeout=10
23:02:51 [2023-06-22T23:02:51.081Z] Fetching without tags
23:02:51 [2023-06-22T23:02:51.368Z] Merging remotes/origin/24.0 commit 6bca2bf3bf128ea804fff6d7132e961ec851271e into PR head commit 136893e33bde91871e76f3491d45ad82f9a78296
23:02:52 [2023-06-22T23:02:52.204Z] Merge succeeded, producing 136893e33bde91871e76f3491d45ad82f9a78296
23:02:52 [2023-06-22T23:02:52.205Z] Checking out Revision 136893e33bde91871e76f3491d45ad82f9a78296 (PR-45798)
23:02:51 [2023-06-22T23:02:51.059Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
23:02:51 [2023-06-22T23:02:51.063Z]  > git config --add remote.origin.fetch +refs/pull/45798/head:refs/remotes/origin/PR-45798 # timeout=10
23:02:51 [2023-06-22T23:02:51.066Z]  > git config --add remote.origin.fetch +refs/heads/24.0:refs/remotes/origin/24.0 # timeout=10
23:02:51 [2023-06-22T23:02:51.073Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
23:02:51 [2023-06-22T23:02:51.080Z] Fetching upstream changes from https://github.com/moby/moby.git
23:02:51 [2023-06-22T23:02:51.081Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
23:02:51 [2023-06-22T23:02:51.082Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45798/head:refs/remotes/origin/PR-45798 +refs/heads/24.0:refs/remotes/origin/24.0 # timeout=10
23:02:51 [2023-06-22T23:02:51.371Z]  > git config core.sparsecheckout # timeout=10
23:02:51 [2023-06-22T23:02:51.375Z]  > git checkout -f 136893e33bde91871e76f3491d45ad82f9a78296 # timeout=10
23:02:52 [2023-06-22T23:02:52.025Z]  > git remote # timeout=10
23:02:52 [2023-06-22T23:02:52.030Z]  > git config --get remote.origin.url # timeout=10
23:02:52 [2023-06-22T23:02:52.033Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
23:02:52 [2023-06-22T23:02:52.188Z]  > git merge 6bca2bf3bf128ea804fff6d7132e961ec851271e # timeout=10
23:02:52 [2023-06-22T23:02:52.197Z]  > git rev-parse HEAD^{commit} # timeout=10
23:02:52 [2023-06-22T23:02:52.203Z]  > git config core.sparsecheckout # timeout=10
23:02:52 [2023-06-22T23:02:52.206Z]  > git checkout -f 136893e33bde91871e76f3491d45ad82f9a78296 # timeout=10
23:02:56 [2023-06-22T23:02:56.853Z] Commit message: "daemon: fix double-unlock in health check probe"
23:02:56 [2023-06-22T23:02:56.853Z] First time build. Skipping changelog.
23:02:56 [2023-06-22T23:02:56.872Z]  > git --version # timeout=10
23:02:56 [2023-06-22T23:02:56.874Z]  > git --version # 'git version 2.25.1'
23:02:56 [2023-06-22T23:02:56.877Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
23:02:57 [2023-06-22T23:02:57.723Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45798:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=24.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
23:03:19 [2023-06-22T23:03:19.684Z] Unable to find image 'alpine:latest' locally
23:03:19 [2023-06-22T23:03:19.684Z] latest: Pulling from library/alpine
23:03:19 [2023-06-22T23:03:19.684Z] 8c6d1654570f: Pulling fs layer
23:03:19 [2023-06-22T23:03:19.684Z] 8c6d1654570f: Verifying Checksum
23:03:19 [2023-06-22T23:03:19.684Z] 8c6d1654570f: Download complete
23:03:19 [2023-06-22T23:03:19.684Z] 8c6d1654570f: Pull complete
23:03:19 [2023-06-22T23:03:19.684Z] Digest: sha256:82d1e9d7ed48a7523bdebc18cf6290bdb97b82302a8a9c27d4fe885949ea94d1
23:03:19 [2023-06-22T23:03:19.684Z] Status: Downloaded newer image for alpine:latest
23:03:23 [2023-06-22T23:03:23.897Z] 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
23:03:24 [2023-06-22T23:03:24.315Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-04231f254dcf6f08b) in /home/ubuntu/workspace/moby_PR-45798
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
23:03:24 [2023-06-22T23:03:24.346Z] The recommended git tool is: git
[Pipeline] // stage
23:03:24 [2023-06-22T23:03:24.356Z] using credential docker-jenkins-github-credentials
[Pipeline] // stage
[Pipeline] // stage
23:03:24 [2023-06-22T23:03:24.370Z] Fetching changes from the remote Git repository
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
23:03:24 [2023-06-22T23:03:24.376Z] 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] }
23:03:24 [2023-06-22T23:03:24.598Z] Merging remotes/origin/24.0 commit 6bca2bf3bf128ea804fff6d7132e961ec851271e into PR head commit 136893e33bde91871e76f3491d45ad82f9a78296
23:03:24 [2023-06-22T23:03:24.650Z] Merge succeeded, producing 136893e33bde91871e76f3491d45ad82f9a78296
23:03:24 [2023-06-22T23:03:24.650Z] Checking out Revision 136893e33bde91871e76f3491d45ad82f9a78296 (PR-45798)
23:03:24 [2023-06-22T23:03:24.737Z] Commit message: "daemon: fix double-unlock in health check probe"
23:03:24 [2023-06-22T23:03:24.369Z]  > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-45798/.git # timeout=10
23:03:24 [2023-06-22T23:03:24.375Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
23:03:24 [2023-06-22T23:03:24.381Z] Fetching upstream changes from https://github.com/moby/moby.git
23:03:24 [2023-06-22T23:03:24.381Z]  > git --version # timeout=10
23:03:24 [2023-06-22T23:03:24.383Z]  > git --version # 'git version 2.25.1'
23:03:24 [2023-06-22T23:03:24.383Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
23:03:24 [2023-06-22T23:03:24.384Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45798/head:refs/remotes/origin/PR-45798 +refs/heads/24.0:refs/remotes/origin/24.0 # timeout=10
23:03:24 [2023-06-22T23:03:24.604Z]  > git config core.sparsecheckout # timeout=10
23:03:24 [2023-06-22T23:03:24.606Z]  > git checkout -f 136893e33bde91871e76f3491d45ad82f9a78296 # timeout=10
23:03:24 [2023-06-22T23:03:24.635Z]  > git remote # timeout=10
23:03:24 [2023-06-22T23:03:24.637Z]  > git config --get remote.origin.url # timeout=10
23:03:24 [2023-06-22T23:03:24.640Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
23:03:24 [2023-06-22T23:03:24.641Z]  > git merge 6bca2bf3bf128ea804fff6d7132e961ec851271e # timeout=10
23:03:24 [2023-06-22T23:03:24.649Z]  > git rev-parse HEAD^{commit} # timeout=10
23:03:24 [2023-06-22T23:03:24.655Z]  > git config core.sparsecheckout # timeout=10
23:03:24 [2023-06-22T23:03:24.657Z]  > git checkout -f 136893e33bde91871e76f3491d45ad82f9a78296 # timeout=10
23:03:24 [2023-06-22T23:03:24.754Z]  > git --version # timeout=10
23:03:24 [2023-06-22T23:03:24.756Z]  > git --version # 'git version 2.25.1'
23:03:24 [2023-06-22T23:03:24.759Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
23:03:25 [2023-06-22T23:03:25.448Z] + docker version
23:03:25 [2023-06-22T23:03:25.449Z] Client: Docker Engine - Community
23:03:25 [2023-06-22T23:03:25.449Z]  Version:           23.0.1
23:03:25 [2023-06-22T23:03:25.449Z]  API version:       1.42
23:03:25 [2023-06-22T23:03:25.449Z]  Go version:        go1.19.5
23:03:25 [2023-06-22T23:03:25.449Z]  Git commit:        a5ee5b1
23:03:25 [2023-06-22T23:03:25.449Z]  Built:             Thu Feb  9 19:46:32 2023
23:03:25 [2023-06-22T23:03:25.449Z]  OS/Arch:           linux/arm64
23:03:25 [2023-06-22T23:03:25.449Z]  Context:           default
23:03:25 [2023-06-22T23:03:25.449Z] 
23:03:25 [2023-06-22T23:03:25.449Z] Server: Docker Engine - Community
23:03:25 [2023-06-22T23:03:25.449Z]  Engine:
23:03:25 [2023-06-22T23:03:25.449Z]   Version:          23.0.1
23:03:25 [2023-06-22T23:03:25.449Z]   API version:      1.42 (minimum version 1.12)
23:03:25 [2023-06-22T23:03:25.449Z]   Go version:       go1.19.5
23:03:25 [2023-06-22T23:03:25.449Z]   Git commit:       bc3805a
23:03:25 [2023-06-22T23:03:25.449Z]   Built:            Thu Feb  9 19:46:32 2023
23:03:25 [2023-06-22T23:03:25.449Z]   OS/Arch:          linux/arm64
23:03:25 [2023-06-22T23:03:25.449Z]   Experimental:     true
23:03:25 [2023-06-22T23:03:25.449Z]  containerd:
23:03:25 [2023-06-22T23:03:25.449Z]   Version:          1.6.18
23:03:25 [2023-06-22T23:03:25.449Z]   GitCommit:        2456e983eb9e37e47538f59ea18f2043c9a73640
23:03:25 [2023-06-22T23:03:25.449Z]  runc:
23:03:25 [2023-06-22T23:03:25.449Z]   Version:          1.1.4
23:03:25 [2023-06-22T23:03:25.449Z]   GitCommit:        v1.1.4-0-g5fd4c4d
23:03:25 [2023-06-22T23:03:25.449Z]  docker-init:
23:03:25 [2023-06-22T23:03:25.449Z]   Version:          0.19.0
23:03:25 [2023-06-22T23:03:25.449Z]   GitCommit:        de40ad0
[Pipeline] sh
23:03:25 [2023-06-22T23:03:25.735Z] + docker info
23:03:25 [2023-06-22T23:03:25.735Z] Client:
23:03:25 [2023-06-22T23:03:25.735Z]  Context:    default
23:03:25 [2023-06-22T23:03:25.735Z]  Debug Mode: false
23:03:25 [2023-06-22T23:03:25.735Z]  Plugins:
23:03:25 [2023-06-22T23:03:25.736Z]   buildx: Docker Buildx (Docker Inc.)
23:03:25 [2023-06-22T23:03:25.736Z]     Version:  v0.10.4
23:03:25 [2023-06-22T23:03:25.736Z]     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
23:03:25 [2023-06-22T23:03:25.736Z]   compose: Docker Compose (Docker Inc.)
23:03:25 [2023-06-22T23:03:25.736Z]     Version:  v2.16.0
23:03:25 [2023-06-22T23:03:25.736Z]     Path:     /usr/libexec/docker/cli-plugins/docker-compose
23:03:25 [2023-06-22T23:03:25.736Z] 
23:03:25 [2023-06-22T23:03:25.736Z] Server:
23:03:25 [2023-06-22T23:03:25.736Z]  Containers: 0
23:03:25 [2023-06-22T23:03:25.736Z]   Running: 0
23:03:25 [2023-06-22T23:03:25.736Z]   Paused: 0
23:03:25 [2023-06-22T23:03:25.736Z]   Stopped: 0
23:03:25 [2023-06-22T23:03:25.736Z]  Images: 1
23:03:25 [2023-06-22T23:03:25.736Z]  Server Version: 23.0.1
23:03:25 [2023-06-22T23:03:25.736Z]  Storage Driver: overlay2
23:03:25 [2023-06-22T23:03:25.736Z]   Backing Filesystem: extfs
23:03:25 [2023-06-22T23:03:25.736Z]   Supports d_type: true
23:03:25 [2023-06-22T23:03:25.736Z]   Using metacopy: false
23:03:25 [2023-06-22T23:03:25.736Z]   Native Overlay Diff: true
23:03:25 [2023-06-22T23:03:25.736Z]   userxattr: false
23:03:25 [2023-06-22T23:03:25.736Z]  Logging Driver: json-file
23:03:25 [2023-06-22T23:03:25.736Z]  Cgroup Driver: cgroupfs
23:03:25 [2023-06-22T23:03:25.736Z]  Cgroup Version: 1
23:03:25 [2023-06-22T23:03:25.736Z]  Plugins:
23:03:25 [2023-06-22T23:03:25.736Z]   Volume: local
23:03:25 [2023-06-22T23:03:25.736Z]   Network: bridge host ipvlan macvlan null overlay
23:03:25 [2023-06-22T23:03:25.736Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
23:03:25 [2023-06-22T23:03:25.736Z]  Swarm: inactive
23:03:25 [2023-06-22T23:03:25.736Z]  Runtimes: runc io.containerd.runc.v2
23:03:25 [2023-06-22T23:03:25.736Z]  Default Runtime: runc
23:03:25 [2023-06-22T23:03:25.736Z]  Init Binary: docker-init
23:03:25 [2023-06-22T23:03:25.736Z]  containerd version: 2456e983eb9e37e47538f59ea18f2043c9a73640
23:03:25 [2023-06-22T23:03:25.736Z]  runc version: v1.1.4-0-g5fd4c4d
23:03:25 [2023-06-22T23:03:25.736Z]  init version: de40ad0
23:03:25 [2023-06-22T23:03:25.736Z]  Security Options:
23:03:25 [2023-06-22T23:03:25.736Z]   apparmor
23:03:25 [2023-06-22T23:03:25.736Z]   seccomp
23:03:25 [2023-06-22T23:03:25.736Z]    Profile: builtin
23:03:25 [2023-06-22T23:03:25.736Z]  Kernel Version: 5.15.0-1031-aws
23:03:25 [2023-06-22T23:03:25.736Z]  Operating System: Ubuntu 20.04.6 LTS
23:03:25 [2023-06-22T23:03:25.736Z]  OSType: linux
23:03:25 [2023-06-22T23:03:25.736Z]  Architecture: aarch64
23:03:25 [2023-06-22T23:03:25.736Z]  CPUs: 8
23:03:25 [2023-06-22T23:03:25.736Z]  Total Memory: 30.64GiB
23:03:25 [2023-06-22T23:03:25.736Z]  Name: ip-10-100-61-30
23:03:25 [2023-06-22T23:03:25.736Z]  ID: 1c6d7120-c134-4627-b601-91a150afaa3a
23:03:25 [2023-06-22T23:03:25.736Z]  Docker Root Dir: /var/lib/docker
23:03:25 [2023-06-22T23:03:25.736Z]  Debug Mode: false
23:03:25 [2023-06-22T23:03:25.736Z]  Registry: https://index.docker.io/v1/
23:03:25 [2023-06-22T23:03:25.736Z]  Experimental: true
23:03:25 [2023-06-22T23:03:25.736Z]  Insecure Registries:
23:03:25 [2023-06-22T23:03:25.736Z]   127.0.0.0/8
23:03:25 [2023-06-22T23:03:25.736Z]  Live Restore Enabled: true
23:03:25 [2023-06-22T23:03:25.736Z] 
[Pipeline] sh
23:03:26 [2023-06-22T23:03:26.024Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
23:03:26 [2023-06-22T23:03:26.024Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
23:03:26 [2023-06-22T23:03:26.024Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-45798/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
23:03:26 [2023-06-22T23:03:26.024Z] + bash /home/ubuntu/workspace/moby_PR-45798/check-config.sh
23:03:26 [2023-06-22T23:03:26.024Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
23:03:26 [2023-06-22T23:03:26.024Z] info: reading kernel config from /boot/config-5.15.0-1031-aws ...
23:03:26 [2023-06-22T23:03:26.024Z] 
23:03:26 [2023-06-22T23:03:26.024Z] Generally Necessary:
23:03:26 [2023-06-22T23:03:26.024Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
23:03:26 [2023-06-22T23:03:26.024Z] - apparmor: enabled and tools installed
23:03:26 [2023-06-22T23:03:26.285Z] - CONFIG_NAMESPACES: enabled
23:03:26 [2023-06-22T23:03:26.285Z] - CONFIG_NET_NS: enabled
23:03:26 [2023-06-22T23:03:26.285Z] - CONFIG_PID_NS: enabled
23:03:26 [2023-06-22T23:03:26.285Z] - CONFIG_IPC_NS: enabled
23:03:26 [2023-06-22T23:03:26.285Z] - CONFIG_UTS_NS: enabled
23:03:26 [2023-06-22T23:03:26.285Z] - CONFIG_CGROUPS: enabled
23:03:26 [2023-06-22T23:03:26.285Z] - CONFIG_CGROUP_CPUACCT: enabled
23:03:26 [2023-06-22T23:03:26.285Z] - CONFIG_CGROUP_DEVICE: enabled
23:03:26 [2023-06-22T23:03:26.285Z] - CONFIG_CGROUP_FREEZER: enabled
23:03:26 [2023-06-22T23:03:26.285Z] - CONFIG_CGROUP_SCHED: enabled
23:03:26 [2023-06-22T23:03:26.285Z] - CONFIG_CPUSETS: enabled
23:03:26 [2023-06-22T23:03:26.285Z] - CONFIG_MEMCG: enabled
23:03:26 [2023-06-22T23:03:26.285Z] - CONFIG_KEYS: enabled
23:03:26 [2023-06-22T23:03:26.285Z] - CONFIG_VETH: enabled (as module)
23:03:26 [2023-06-22T23:03:26.285Z] - CONFIG_BRIDGE: enabled (as module)
23:03:26 [2023-06-22T23:03:26.285Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
23:03:26 [2023-06-22T23:03:26.285Z] - CONFIG_IP_NF_FILTER: enabled (as module)
23:03:26 [2023-06-22T23:03:26.285Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
23:03:26 [2023-06-22T23:03:26.285Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
23:03:26 [2023-06-22T23:03:26.285Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
23:03:26 [2023-06-22T23:03:26.285Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
23:03:26 [2023-06-22T23:03:26.285Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
23:03:26 [2023-06-22T23:03:26.285Z] - CONFIG_IP_NF_NAT: enabled (as module)
23:03:26 [2023-06-22T23:03:26.285Z] - CONFIG_NF_NAT: enabled (as module)
23:03:26 [2023-06-22T23:03:26.545Z] - CONFIG_POSIX_MQUEUE: enabled
23:03:26 [2023-06-22T23:03:26.545Z] - CONFIG_CGROUP_BPF: enabled
23:03:26 [2023-06-22T23:03:26.545Z] 
23:03:26 [2023-06-22T23:03:26.545Z] Optional Features:
23:03:26 [2023-06-22T23:03:26.545Z] - CONFIG_USER_NS: enabled
23:03:26 [2023-06-22T23:03:26.545Z] - CONFIG_SECCOMP: enabled
23:03:26 [2023-06-22T23:03:26.545Z] - CONFIG_SECCOMP_FILTER: enabled
23:03:26 [2023-06-22T23:03:26.545Z] - CONFIG_CGROUP_PIDS: enabled
23:03:26 [2023-06-22T23:03:26.545Z] - CONFIG_MEMCG_SWAP: enabled
23:03:26 [2023-06-22T23:03:26.545Z]     (cgroup swap accounting is currently enabled)
23:03:26 [2023-06-22T23:03:26.545Z] - CONFIG_BLK_CGROUP: enabled
23:03:26 [2023-06-22T23:03:26.545Z] - CONFIG_BLK_DEV_THROTTLING: enabled
23:03:26 [2023-06-22T23:03:26.545Z] - CONFIG_CGROUP_PERF: enabled
23:03:26 [2023-06-22T23:03:26.545Z] - CONFIG_CGROUP_HUGETLB: enabled
23:03:26 [2023-06-22T23:03:26.545Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
23:03:26 [2023-06-22T23:03:26.545Z] - CONFIG_CGROUP_NET_PRIO: enabled
23:03:26 [2023-06-22T23:03:26.545Z] - CONFIG_CFS_BANDWIDTH: enabled
23:03:26 [2023-06-22T23:03:26.545Z] - CONFIG_FAIR_GROUP_SCHED: enabled
23:03:26 [2023-06-22T23:03:26.545Z] - CONFIG_RT_GROUP_SCHED: missing
23:03:26 [2023-06-22T23:03:26.545Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
23:03:26 [2023-06-22T23:03:26.545Z] - CONFIG_IP_VS: enabled (as module)
23:03:26 [2023-06-22T23:03:26.545Z] - CONFIG_IP_VS_NFCT: enabled
23:03:26 [2023-06-22T23:03:26.545Z] - CONFIG_IP_VS_PROTO_TCP: enabled
23:03:26 [2023-06-22T23:03:26.545Z] - CONFIG_IP_VS_PROTO_UDP: enabled
23:03:26 [2023-06-22T23:03:26.545Z] - CONFIG_IP_VS_RR: enabled (as module)
23:03:26 [2023-06-22T23:03:26.545Z] - CONFIG_SECURITY_SELINUX: enabled
23:03:26 [2023-06-22T23:03:26.545Z] - CONFIG_SECURITY_APPARMOR: enabled
23:03:26 [2023-06-22T23:03:26.545Z] - CONFIG_EXT4_FS: enabled
23:03:26 [2023-06-22T23:03:26.545Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
23:03:26 [2023-06-22T23:03:26.545Z] - CONFIG_EXT4_FS_SECURITY: enabled
23:03:26 [2023-06-22T23:03:26.806Z] - Network Drivers:
23:03:26 [2023-06-22T23:03:26.806Z]   - "overlay":
23:03:26 [2023-06-22T23:03:26.806Z]     - CONFIG_VXLAN: enabled (as module)
23:03:26 [2023-06-22T23:03:26.806Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
23:03:26 [2023-06-22T23:03:26.806Z]       Optional (for encrypted networks):
23:03:26 [2023-06-22T23:03:26.806Z]       - CONFIG_CRYPTO: enabled
23:03:26 [2023-06-22T23:03:26.806Z]       - CONFIG_CRYPTO_AEAD: enabled
23:03:26 [2023-06-22T23:03:26.806Z]       - CONFIG_CRYPTO_GCM: enabled
23:03:26 [2023-06-22T23:03:26.806Z]       - CONFIG_CRYPTO_SEQIV: enabled
23:03:26 [2023-06-22T23:03:26.806Z]       - CONFIG_CRYPTO_GHASH: enabled
23:03:26 [2023-06-22T23:03:26.806Z]       - CONFIG_XFRM: enabled
23:03:26 [2023-06-22T23:03:26.806Z]       - CONFIG_XFRM_USER: enabled (as module)
23:03:26 [2023-06-22T23:03:26.806Z]       - CONFIG_XFRM_ALGO: enabled (as module)
23:03:26 [2023-06-22T23:03:26.806Z]       - CONFIG_INET_ESP: enabled (as module)
23:03:26 [2023-06-22T23:03:26.806Z]   - "ipvlan":
23:03:26 [2023-06-22T23:03:26.806Z]     - CONFIG_IPVLAN: enabled (as module)
23:03:26 [2023-06-22T23:03:26.806Z]   - "macvlan":
23:03:26 [2023-06-22T23:03:26.806Z]     - CONFIG_MACVLAN: enabled (as module)
23:03:26 [2023-06-22T23:03:26.806Z]     - CONFIG_DUMMY: enabled (as module)
23:03:26 [2023-06-22T23:03:26.806Z]   - "ftp,tftp client in container":
23:03:26 [2023-06-22T23:03:26.806Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
23:03:26 [2023-06-22T23:03:26.806Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
23:03:26 [2023-06-22T23:03:26.806Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
23:03:26 [2023-06-22T23:03:26.806Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
23:03:26 [2023-06-22T23:03:26.806Z] - Storage Drivers:
23:03:26 [2023-06-22T23:03:26.806Z]   - "aufs":
23:03:26 [2023-06-22T23:03:26.806Z]     - CONFIG_AUFS_FS: enabled (as module)
23:03:26 [2023-06-22T23:03:26.806Z]   - "btrfs":
23:03:27 [2023-06-22T23:03:27.067Z]     - CONFIG_BTRFS_FS: enabled (as module)
23:03:27 [2023-06-22T23:03:27.067Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
23:03:27 [2023-06-22T23:03:27.067Z]   - "devicemapper":
23:03:27 [2023-06-22T23:03:27.067Z]     - CONFIG_BLK_DEV_DM: enabled
23:03:27 [2023-06-22T23:03:27.067Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
23:03:27 [2023-06-22T23:03:27.067Z]   - "overlay":
23:03:27 [2023-06-22T23:03:27.067Z]     - CONFIG_OVERLAY_FS: enabled (as module)
23:03:27 [2023-06-22T23:03:27.067Z]   - "zfs":
23:03:27 [2023-06-22T23:03:27.067Z]     - /dev/zfs: present
23:03:27 [2023-06-22T23:03:27.067Z]     - zfs command: missing
23:03:27 [2023-06-22T23:03:27.067Z]     - zpool command: missing
23:03:27 [2023-06-22T23:03:27.067Z] 
23:03:27 [2023-06-22T23:03:27.067Z] Limits:
23:03:27 [2023-06-22T23:03:27.067Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
23:03:27 [2023-06-22T23:03:27.067Z] 
23:03:27 [2023-06-22T23:03:27.067Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
23:03:27 [2023-06-22T23:03:27.382Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:136893e33bde91871e76f3491d45ad82f9a78296 .
23:03:27 [2023-06-22T23:03:27.643Z] #1 [internal] load .dockerignore
23:03:27 [2023-06-22T23:03:27.643Z] #1 transferring context: 113B done
23:03:27 [2023-06-22T23:03:27.643Z] #1 DONE 0.1s
23:03:27 [2023-06-22T23:03:27.643Z] 
23:03:27 [2023-06-22T23:03:27.643Z] #2 [internal] load build definition from Dockerfile
23:03:27 [2023-06-22T23:03:27.643Z] #2 transferring dockerfile: 27.70kB done
23:03:27 [2023-06-22T23:03:27.643Z] #2 DONE 0.1s
23:03:27 [2023-06-22T23:03:27.643Z] 
23:03:27 [2023-06-22T23:03:27.643Z] #3 resolve image config for docker.io/docker/dockerfile:1
23:03:27 [2023-06-22T23:03:27.904Z] #3 DONE 0.3s
23:03:27 [2023-06-22T23:03:27.904Z] 
23:03:27 [2023-06-22T23:03:27.904Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14
23:03:27 [2023-06-22T23:03:27.904Z] #4 resolve docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 0.0s done
23:03:27 [2023-06-22T23:03:27.904Z] #4 sha256:a28edb2041b8f23c38382d8be273f0239f51ff1f510f98bccc8d0e7f42249e97 2.90kB / 2.90kB done
23:03:27 [2023-06-22T23:03:27.904Z] #4 sha256:9d0cd65540a143ce38aa0be7c5e9efeed30d3580d03667f107cd76354f2bee65 0B / 10.82MB 0.1s
23:03:27 [2023-06-22T23:03:27.904Z] #4 sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 8.40kB / 8.40kB done
23:03:27 [2023-06-22T23:03:27.904Z] #4 sha256:7f44e51970d0422c2cbff3b20b6b5ef861f6244c396a06e1a96f7aa4fa83a4e6 482B / 482B done
23:03:28 [2023-06-22T23:03:28.165Z] #4 sha256:9d0cd65540a143ce38aa0be7c5e9efeed30d3580d03667f107cd76354f2bee65 10.82MB / 10.82MB 0.2s
23:03:28 [2023-06-22T23:03:28.165Z] #4 extracting sha256:9d0cd65540a143ce38aa0be7c5e9efeed30d3580d03667f107cd76354f2bee65
23:03:28 [2023-06-22T23:03:28.165Z] #4 sha256:9d0cd65540a143ce38aa0be7c5e9efeed30d3580d03667f107cd76354f2bee65 10.82MB / 10.82MB 0.2s done
23:03:28 [2023-06-22T23:03:28.426Z] #4 extracting sha256:9d0cd65540a143ce38aa0be7c5e9efeed30d3580d03667f107cd76354f2bee65 0.1s done
23:03:28 [2023-06-22T23:03:28.426Z] #4 DONE 0.4s
23:03:28 [2023-06-22T23:03:28.426Z] 
23:03:28 [2023-06-22T23:03:28.426Z] #5 [internal] load metadata for docker.io/library/busybox:latest
23:03:28 [2023-06-22T23:03:28.997Z] #5 ...
23:03:28 [2023-06-22T23:03:28.997Z] 
23:03:28 [2023-06-22T23:03:28.997Z] #6 [internal] load metadata for docker.io/library/debian:bullseye
23:03:28 [2023-06-22T23:03:28.997Z] #6 DONE 0.5s
23:03:28 [2023-06-22T23:03:28.997Z] 
23:03:28 [2023-06-22T23:03:28.997Z] #7 [internal] load metadata for docker.io/docker/buildx-bin:0.10.5
23:03:28 [2023-06-22T23:03:28.997Z] #7 DONE 0.6s
23:03:28 [2023-06-22T23:03:28.997Z] 
23:03:28 [2023-06-22T23:03:28.997Z] #8 [internal] load metadata for docker.io/tonistiigi/xx:1.2.1
23:03:28 [2023-06-22T23:03:28.997Z] #8 DONE 0.6s
23:03:28 [2023-06-22T23:03:28.997Z] 
23:03:28 [2023-06-22T23:03:28.997Z] #5 [internal] load metadata for docker.io/library/busybox:latest
23:03:28 [2023-06-22T23:03:28.997Z] #5 DONE 0.7s
23:03:28 [2023-06-22T23:03:28.997Z] 
23:03:28 [2023-06-22T23:03:28.997Z] #9 [internal] load metadata for docker.io/library/golang:1.20.5-bullseye
23:03:28 [2023-06-22T23:03:28.997Z] #9 DONE 0.7s
23:03:28 [2023-06-22T23:03:28.997Z] 
23:03:28 [2023-06-22T23:03:28.997Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
23:03:29 [2023-06-22T23:03:29.258Z] #10 DONE 0.7s
23:03:29 [2023-06-22T23:03:29.519Z] 
23:03:29 [2023-06-22T23:03:29.519Z] #11 [internal] load build context
23:03:30 [2023-06-22T23:03:30.461Z] #11 transferring context: 67.69MB 0.9s done
23:03:30 [2023-06-22T23:03:30.461Z] #11 DONE 1.0s
23:03:30 [2023-06-22T23:03:30.461Z] 
23:03:30 [2023-06-22T23:03:30.461Z] #12 [base 1/5] FROM docker.io/library/golang:1.20.5-bullseye@sha256:4c94dfe9567ee66a0ebc35a28f9f939e9ca3a71cb2ab942359887c584da1b28e
23:03:30 [2023-06-22T23:03:30.461Z] #12 resolve docker.io/library/golang:1.20.5-bullseye@sha256:4c94dfe9567ee66a0ebc35a28f9f939e9ca3a71cb2ab942359887c584da1b28e 0.2s done
23:03:30 [2023-06-22T23:03:30.461Z] #12 sha256:4c94dfe9567ee66a0ebc35a28f9f939e9ca3a71cb2ab942359887c584da1b28e 1.86kB / 1.86kB done
23:03:30 [2023-06-22T23:03:30.461Z] #12 sha256:3b90602383b5196ae0f8744277182f671de6f12c55664a9f36b274ab9266b5cc 53.48MB / 54.68MB 0.7s
23:03:30 [2023-06-22T23:03:30.461Z] #12 sha256:6a204a9aad76673bc2c7d84360485cfd22716e606101ab8de6451e5457394d60 1.58kB / 1.58kB done
23:03:30 [2023-06-22T23:03:30.461Z] #12 sha256:d9177838bc482dcf2f4a3742d1d4cd52c31f1bea62767a75987640480d25fae4 7.07kB / 7.07kB done
23:03:30 [2023-06-22T23:03:30.461Z] #12 sha256:663ccfaf62a5d7b997bca03d1dc6d5dfff01b9e0de08d86dbea8957ea92d7d16 51.38MB / 53.70MB 0.7s
23:03:30 [2023-06-22T23:03:30.461Z] #12 sha256:751c9c60873892c6128382a04355bf76576dd23d87e5fdad03161dba5a2db45e 15.75MB / 15.75MB 0.3s done
23:03:30 [2023-06-22T23:03:30.461Z] #12 sha256:5934604f05cfa5fc523d1939e56f64f56e9ccbfb5974033fbe3ebeabf597d37a 24.12MB / 81.44MB 0.7s
23:03:30 [2023-06-22T23:03:30.461Z] #12 sha256:5934604f05cfa5fc523d1939e56f64f56e9ccbfb5974033fbe3ebeabf597d37a 32.51MB / 81.44MB 0.9s
23:03:30 [2023-06-22T23:03:30.721Z] #12 sha256:5934604f05cfa5fc523d1939e56f64f56e9ccbfb5974033fbe3ebeabf597d37a 44.04MB / 81.44MB 1.1s
23:03:30 [2023-06-22T23:03:30.983Z] #12 sha256:5934604f05cfa5fc523d1939e56f64f56e9ccbfb5974033fbe3ebeabf597d37a 52.43MB / 81.44MB 1.3s
23:03:30 [2023-06-22T23:03:30.983Z] #12 sha256:5934604f05cfa5fc523d1939e56f64f56e9ccbfb5974033fbe3ebeabf597d37a 66.06MB / 81.44MB 1.4s
23:03:31 [2023-06-22T23:03:31.244Z] #12 sha256:5934604f05cfa5fc523d1939e56f64f56e9ccbfb5974033fbe3ebeabf597d37a 81.44MB / 81.44MB 1.6s
23:03:31 [2023-06-22T23:03:31.504Z] #12 sha256:3b90602383b5196ae0f8744277182f671de6f12c55664a9f36b274ab9266b5cc 54.68MB / 54.68MB 1.8s done
23:03:32 [2023-06-22T23:03:32.888Z] #12 sha256:663ccfaf62a5d7b997bca03d1dc6d5dfff01b9e0de08d86dbea8957ea92d7d16 53.70MB / 53.70MB 3.1s done
23:03:32 [2023-06-22T23:03:32.888Z] #12 extracting sha256:663ccfaf62a5d7b997bca03d1dc6d5dfff01b9e0de08d86dbea8957ea92d7d16
23:03:33 [2023-06-22T23:03:33.459Z] #12 extracting sha256:663ccfaf62a5d7b997bca03d1dc6d5dfff01b9e0de08d86dbea8957ea92d7d16 0.7s done
23:03:34 [2023-06-22T23:03:34.400Z] #12 sha256:5934604f05cfa5fc523d1939e56f64f56e9ccbfb5974033fbe3ebeabf597d37a 81.44MB / 81.44MB 4.9s done
23:03:34 [2023-06-22T23:03:34.400Z] #12 extracting sha256:751c9c60873892c6128382a04355bf76576dd23d87e5fdad03161dba5a2db45e
23:03:34 [2023-06-22T23:03:34.400Z] #12 sha256:c74f23191c6153ef059e4baf22e1464482516b10897e2f4756bf58776253582e 0B / 155B 4.9s
23:03:34 [2023-06-22T23:03:34.400Z] #12 sha256:7186b52ce98c557a1f32a6332f006baebe7bb15f29f25bcbce04a93ff5d7bae9 0B / 95.53MB 4.9s
23:03:34 [2023-06-22T23:03:34.661Z] #12 ...
23:03:34 [2023-06-22T23:03:34.661Z] 
23:03:34 [2023-06-22T23:03:34.661Z] #13 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:1e5f2d70c9441c971607727f56d0776fb9eecf23cd37b595b26db7a974b2301d
23:03:34 [2023-06-22T23:03:34.661Z] #13 resolve docker.io/library/debian:bullseye@sha256:1e5f2d70c9441c971607727f56d0776fb9eecf23cd37b595b26db7a974b2301d 0.2s done
23:03:34 [2023-06-22T23:03:34.661Z] #13 sha256:663ccfaf62a5d7b997bca03d1dc6d5dfff01b9e0de08d86dbea8957ea92d7d16 53.70MB / 53.70MB 3.1s done
23:03:34 [2023-06-22T23:03:34.661Z] #13 sha256:1e5f2d70c9441c971607727f56d0776fb9eecf23cd37b595b26db7a974b2301d 1.85kB / 1.85kB done
23:03:34 [2023-06-22T23:03:34.661Z] #13 sha256:0f56dd5a1687619972eeb539b273b4f3ec04431db69d4b569c2ce6ef48478538 529B / 529B done
23:03:34 [2023-06-22T23:03:34.661Z] #13 sha256:14e29f082305a166d68417c39e310598aa0b1c9e937048d0f5c66b5556488a4f 1.48kB / 1.48kB done
23:03:34 [2023-06-22T23:03:34.661Z] #13 DONE 5.2s
23:03:34 [2023-06-22T23:03:34.661Z] 
23:03:34 [2023-06-22T23:03:34.661Z] #12 [base 1/5] FROM docker.io/library/golang:1.20.5-bullseye@sha256:4c94dfe9567ee66a0ebc35a28f9f939e9ca3a71cb2ab942359887c584da1b28e
23:03:34 [2023-06-22T23:03:34.661Z] #12 ...
23:03:34 [2023-06-22T23:03:34.661Z] 
23:03:34 [2023-06-22T23:03:34.661Z] #14 [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
23:03:35 [2023-06-22T23:03:35.604Z] #14 1.045 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
23:03:35 [2023-06-22T23:03:35.604Z] #14 1.123 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
23:03:35 [2023-06-22T23:03:35.604Z] #14 1.123 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
23:03:35 [2023-06-22T23:03:35.604Z] #14 1.244 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
23:03:35 [2023-06-22T23:03:35.871Z] #14 ...
23:03:35 [2023-06-22T23:03:35.871Z] 
23:03:35 [2023-06-22T23:03:35.871Z] #15 [xx 1/1] FROM docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012
23:03:35 [2023-06-22T23:03:35.871Z] #15 resolve docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 0.2s done
23:03:35 [2023-06-22T23:03:35.871Z] #15 sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 9.95kB / 9.95kB done
23:03:35 [2023-06-22T23:03:35.871Z] #15 sha256:ac3f19480cc7e1b091660ad57754d55b942052bb49f924ed74fde968cf96f2cd 479B / 479B done
23:03:35 [2023-06-22T23:03:35.871Z] #15 sha256:0cc8372aed216bf84780ffea495b0f1b7d20b923561446cdde8074a3a01e6344 1.41kB / 1.41kB done
23:03:35 [2023-06-22T23:03:35.871Z] #15 sha256:1b0dfc2f3a464bee155c6e863e879c5b6024610a49654d225ea46127e48ed7a7 16.18kB / 16.18kB 5.0s done
23:03:35 [2023-06-22T23:03:35.871Z] #15 extracting sha256:1b0dfc2f3a464bee155c6e863e879c5b6024610a49654d225ea46127e48ed7a7 done
23:03:35 [2023-06-22T23:03:35.871Z] #15 DONE 6.5s
23:03:35 [2023-06-22T23:03:35.871Z] 
23:03:35 [2023-06-22T23:03:35.871Z] #12 [base 1/5] FROM docker.io/library/golang:1.20.5-bullseye@sha256:4c94dfe9567ee66a0ebc35a28f9f939e9ca3a71cb2ab942359887c584da1b28e
23:03:35 [2023-06-22T23:03:35.871Z] #12 extracting sha256:751c9c60873892c6128382a04355bf76576dd23d87e5fdad03161dba5a2db45e 0.3s done
23:03:35 [2023-06-22T23:03:35.871Z] #12 sha256:c74f23191c6153ef059e4baf22e1464482516b10897e2f4756bf58776253582e 155B / 155B 5.0s done
23:03:35 [2023-06-22T23:03:35.871Z] #12 sha256:7186b52ce98c557a1f32a6332f006baebe7bb15f29f25bcbce04a93ff5d7bae9 87.03MB / 95.53MB 6.4s
23:03:35 [2023-06-22T23:03:35.871Z] #12 extracting sha256:3b90602383b5196ae0f8744277182f671de6f12c55664a9f36b274ab9266b5cc 0.6s
23:03:36 [2023-06-22T23:03:36.270Z] #12 ...
23:03:36 [2023-06-22T23:03:36.270Z] 
23:03:36 [2023-06-22T23:03:36.270Z] #16 [vpnkit-linux-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
23:03:36 [2023-06-22T23:03:36.270Z] #16 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.2s done
23:03:36 [2023-06-22T23:03:36.270Z] #16 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
23:03:36 [2023-06-22T23:03:36.270Z] #16 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
23:03:36 [2023-06-22T23:03:36.270Z] #16 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
23:03:36 [2023-06-22T23:03:36.270Z] #16 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 5.8s done
23:03:36 [2023-06-22T23:03:36.270Z] #16 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.2s done
23:03:36 [2023-06-22T23:03:36.270Z] #16 DONE 6.7s
23:03:36 [2023-06-22T23:03:36.270Z] 
23:03:36 [2023-06-22T23:03:36.270Z] #12 [base 1/5] FROM docker.io/library/golang:1.20.5-bullseye@sha256:4c94dfe9567ee66a0ebc35a28f9f939e9ca3a71cb2ab942359887c584da1b28e
23:03:36 [2023-06-22T23:03:36.270Z] #12 sha256:7186b52ce98c557a1f32a6332f006baebe7bb15f29f25bcbce04a93ff5d7bae9 95.53MB / 95.53MB 6.5s
23:03:36 [2023-06-22T23:03:36.842Z] #12 extracting sha256:3b90602383b5196ae0f8744277182f671de6f12c55664a9f36b274ab9266b5cc 1.3s done
23:03:38 [2023-06-22T23:03:38.226Z] #12 extracting sha256:5934604f05cfa5fc523d1939e56f64f56e9ccbfb5974033fbe3ebeabf597d37a
23:03:38 [2023-06-22T23:03:38.488Z] #12 ...
23:03:38 [2023-06-22T23:03:38.488Z] 
23:03:38 [2023-06-22T23:03:38.488Z] #17 [buildx 1/1] FROM docker.io/docker/buildx-bin:0.10.5@sha256:c0091e80637108b6bdaa47f4a16c96b6c4cd356ec1331d040fccd9fbe234162a
23:03:38 [2023-06-22T23:03:38.488Z] #17 resolve docker.io/docker/buildx-bin:0.10.5@sha256:c0091e80637108b6bdaa47f4a16c96b6c4cd356ec1331d040fccd9fbe234162a 0.2s done
23:03:38 [2023-06-22T23:03:38.488Z] #17 sha256:c0091e80637108b6bdaa47f4a16c96b6c4cd356ec1331d040fccd9fbe234162a 8.43kB / 8.43kB done
23:03:38 [2023-06-22T23:03:38.488Z] #17 sha256:ef3024540700e9f7d13a59a07719caf66e6fb8afa24e7cac489891da8752f3bd 482B / 482B done
23:03:38 [2023-06-22T23:03:38.488Z] #17 sha256:423e077ebfb8a457b91364695ea9b542bf883324aa1329ea78cc8bfeb9edae47 2.03kB / 2.03kB done
23:03:38 [2023-06-22T23:03:38.488Z] #17 sha256:ba5ba88bcec4a6c50ca02f8ee59b7b9e1a3fa779cc040cca23c5e6bda892a7e8 14.44MB / 14.44MB 6.2s
23:03:38 [2023-06-22T23:03:38.488Z] #17 extracting sha256:ba5ba88bcec4a6c50ca02f8ee59b7b9e1a3fa779cc040cca23c5e6bda892a7e8 0.3s done
23:03:38 [2023-06-22T23:03:38.488Z] #17 ...
23:03:38 [2023-06-22T23:03:38.488Z] 
23:03:38 [2023-06-22T23:03:38.488Z] #18 [build-dummy 1/2] FROM docker.io/library/busybox@sha256:6e494387c901caf429c1bf77bd92fb82b33a68c0e19f6d1aa6a3ac8d27a7049d
23:03:38 [2023-06-22T23:03:38.488Z] #18 resolve docker.io/library/busybox@sha256:6e494387c901caf429c1bf77bd92fb82b33a68c0e19f6d1aa6a3ac8d27a7049d 0.2s done
23:03:38 [2023-06-22T23:03:38.488Z] #18 sha256:6e494387c901caf429c1bf77bd92fb82b33a68c0e19f6d1aa6a3ac8d27a7049d 2.29kB / 2.29kB done
23:03:38 [2023-06-22T23:03:38.488Z] #18 sha256:facbc1de5e70ef75f19fdd915d1154aef925d208aee87b0e49a707e6f7839e57 528B / 528B done
23:03:38 [2023-06-22T23:03:38.488Z] #18 sha256:fe052f542c1ed479ef506b8d257616304bfa8336d59f555ac550e3530912ca73 1.47kB / 1.47kB done
23:03:38 [2023-06-22T23:03:38.488Z] #18 sha256:434366c88e47bffb58160eaae0a4cc03b8312dace08c32df8e1ad5b89ed14d48 2.00MB / 2.00MB 6.4s done
23:03:38 [2023-06-22T23:03:38.488Z] #18 extracting sha256:434366c88e47bffb58160eaae0a4cc03b8312dace08c32df8e1ad5b89ed14d48 0.1s done
23:03:38 [2023-06-22T23:03:38.488Z] #18 DONE 9.3s
23:03:38 [2023-06-22T23:03:38.749Z] 
23:03:38 [2023-06-22T23:03:38.749Z] #12 [base 1/5] FROM docker.io/library/golang:1.20.5-bullseye@sha256:4c94dfe9567ee66a0ebc35a28f9f939e9ca3a71cb2ab942359887c584da1b28e
23:03:39 [2023-06-22T23:03:39.691Z] #12 extracting sha256:5934604f05cfa5fc523d1939e56f64f56e9ccbfb5974033fbe3ebeabf597d37a 1.1s done
23:03:39 [2023-06-22T23:03:39.691Z] #12 extracting sha256:7186b52ce98c557a1f32a6332f006baebe7bb15f29f25bcbce04a93ff5d7bae9
23:03:41 [2023-06-22T23:03:41.604Z] #12 extracting sha256:7186b52ce98c557a1f32a6332f006baebe7bb15f29f25bcbce04a93ff5d7bae9 1.9s done
23:03:42 [2023-06-22T23:03:42.237Z] #12 extracting sha256:c74f23191c6153ef059e4baf22e1464482516b10897e2f4756bf58776253582e done
23:03:42 [2023-06-22T23:03:42.808Z] #12 DONE 13.4s
23:03:42 [2023-06-22T23:03:42.808Z] 
23:03:42 [2023-06-22T23:03:42.808Z] #14 [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
23:03:42 [2023-06-22T23:03:42.808Z] #14 1.555 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [241 kB]
23:03:42 [2023-06-22T23:03:42.808Z] #14 1.573 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [12.1 kB]
23:03:42 [2023-06-22T23:03:42.808Z] #14 2.730 Fetched 8532 kB in 2s (4387 kB/s)
23:03:42 [2023-06-22T23:03:42.808Z] #14 2.730 Reading package lists...
23:03:42 [2023-06-22T23:03:42.808Z] #14 3.361 Reading package lists...
23:03:42 [2023-06-22T23:03:42.808Z] #14 3.873 Building dependency tree...
23:03:42 [2023-06-22T23:03:42.808Z] #14 4.211 The following additional packages will be installed:
23:03:42 [2023-06-22T23:03:42.808Z] #14 4.211   libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5
23:03:42 [2023-06-22T23:03:42.808Z] #14 4.212   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl
23:03:42 [2023-06-22T23:03:42.808Z] #14 4.213 Recommended packages:
23:03:42 [2023-06-22T23:03:42.808Z] #14 4.213   libldap-common publicsuffix libsasl2-modules
23:03:42 [2023-06-22T23:03:42.808Z] #14 4.322 The following NEW packages will be installed:
23:03:42 [2023-06-22T23:03:42.808Z] #14 4.323   ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2
23:03:42 [2023-06-22T23:03:42.808Z] #14 4.324   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
23:03:42 [2023-06-22T23:03:42.808Z] #14 4.324   libssh2-1 openssl
23:03:42 [2023-06-22T23:03:42.808Z] #14 4.598 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded.
23:03:42 [2023-06-22T23:03:42.808Z] #14 4.598 Need to get 2945 kB of archives.
23:03:42 [2023-06-22T23:03:42.808Z] #14 4.598 After this operation, 6484 kB of additional disk space will be used.
23:03:42 [2023-06-22T23:03:42.808Z] #14 4.598 Get:1 http://deb.debian.org/debian-security bullseye-security/main arm64 openssl arm64 1.1.1n-0+deb11u5 [832 kB]
23:03:42 [2023-06-22T23:03:42.808Z] #14 4.615 Get:2 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB]
23:03:42 [2023-06-22T23:03:42.808Z] #14 4.633 Get:3 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB]
23:03:42 [2023-06-22T23:03:42.808Z] #14 4.634 Get:4 http://deb.debian.org/debian bullseye/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2.1+deb11u1 [69.4 kB]
23:03:42 [2023-06-22T23:03:42.808Z] #14 4.636 Get:5 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1+deb11u1 [105 kB]
23:03:42 [2023-06-22T23:03:42.808Z] #14 4.638 Get:6 http://deb.debian.org/debian bullseye/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3+deb11u1 [222 kB]
23:03:42 [2023-06-22T23:03:42.808Z] #14 4.641 Get:7 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB]
23:03:42 [2023-06-22T23:03:42.808Z] #14 4.645 Get:8 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB]
23:03:42 [2023-06-22T23:03:42.808Z] #14 4.646 Get:9 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB]
23:03:42 [2023-06-22T23:03:42.808Z] #14 4.669 Get:10 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB]
23:03:42 [2023-06-22T23:03:42.808Z] #14 4.673 Get:11 http://deb.debian.org/debian bullseye/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u7 [325 kB]
23:03:42 [2023-06-22T23:03:42.808Z] #14 4.678 Get:12 http://deb.debian.org/debian bullseye/main arm64 curl arm64 7.74.0-1.3+deb11u7 [265 kB]
23:03:42 [2023-06-22T23:03:42.808Z] #14 4.697 Get:13 http://deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB]
23:03:42 [2023-06-22T23:03:42.808Z] #14 4.720 Get:14 http://deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
23:03:42 [2023-06-22T23:03:42.808Z] #14 4.730 Get:15 http://deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB]
23:03:42 [2023-06-22T23:03:42.808Z] #14 5.021 debconf: delaying package configuration, since apt-utils is not installed
23:03:42 [2023-06-22T23:03:42.808Z] #14 5.109 Fetched 2945 kB in 0s (6920 kB/s)
23:03:42 [2023-06-22T23:03:42.808Z] #14 5.238 Selecting previously unselected package openssl.
23:03:42 [2023-06-22T23:03:42.808Z] #14 5.238 (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.)
23:03:42 [2023-06-22T23:03:42.808Z] #14 5.242 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u5_arm64.deb ...
23:03:42 [2023-06-22T23:03:42.808Z] #14 5.252 Unpacking openssl (1.1.1n-0+deb11u5) ...
23:03:42 [2023-06-22T23:03:42.808Z] #14 5.706 Selecting previously unselected package ca-certificates.
23:03:42 [2023-06-22T23:03:42.808Z] #14 5.708 Preparing to unpack .../01-ca-certificates_20210119_all.deb ...
23:03:42 [2023-06-22T23:03:42.808Z] #14 5.748 Unpacking ca-certificates (20210119) ...
23:03:42 [2023-06-22T23:03:42.808Z] #14 6.142 Selecting previously unselected package libbrotli1:arm64.
23:03:42 [2023-06-22T23:03:42.808Z] #14 6.145 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_arm64.deb ...
23:03:42 [2023-06-22T23:03:42.808Z] #14 6.202 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ...
23:03:42 [2023-06-22T23:03:42.808Z] #14 6.392 Selecting previously unselected package libsasl2-modules-db:arm64.
23:03:42 [2023-06-22T23:03:42.808Z] #14 6.393 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
23:03:42 [2023-06-22T23:03:42.808Z] #14 6.402 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
23:03:42 [2023-06-22T23:03:42.808Z] #14 6.462 Selecting previously unselected package libsasl2-2:arm64.
23:03:42 [2023-06-22T23:03:42.808Z] #14 6.464 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
23:03:42 [2023-06-22T23:03:42.808Z] #14 6.514 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
23:03:42 [2023-06-22T23:03:42.808Z] #14 6.586 Selecting previously unselected package libldap-2.4-2:arm64.
23:03:42 [2023-06-22T23:03:42.808Z] #14 6.586 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_arm64.deb ...
23:03:42 [2023-06-22T23:03:42.808Z] #14 6.597 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
23:03:42 [2023-06-22T23:03:42.808Z] #14 6.684 Selecting previously unselected package libnghttp2-14:arm64.
23:03:42 [2023-06-22T23:03:42.808Z] #14 6.686 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_arm64.deb ...
23:03:42 [2023-06-22T23:03:42.809Z] #14 6.693 Unpacking libnghttp2-14:arm64 (1.43.0-1) ...
23:03:42 [2023-06-22T23:03:42.809Z] #14 6.865 Selecting previously unselected package libpsl5:arm64.
23:03:42 [2023-06-22T23:03:42.809Z] #14 6.867 Preparing to unpack .../07-libpsl5_0.21.0-1.2_arm64.deb ...
23:03:42 [2023-06-22T23:03:42.809Z] #14 6.892 Unpacking libpsl5:arm64 (0.21.0-1.2) ...
23:03:42 [2023-06-22T23:03:42.809Z] #14 6.977 Selecting previously unselected package librtmp1:arm64.
23:03:42 [2023-06-22T23:03:42.809Z] #14 6.979 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ...
23:03:42 [2023-06-22T23:03:42.809Z] #14 6.988 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
23:03:42 [2023-06-22T23:03:42.809Z] #14 7.179 Selecting previously unselected package libssh2-1:arm64.
23:03:42 [2023-06-22T23:03:42.809Z] #14 7.181 Preparing to unpack .../09-libssh2-1_1.9.0-2_arm64.deb ...
23:03:42 [2023-06-22T23:03:42.809Z] #14 7.196 Unpacking libssh2-1:arm64 (1.9.0-2) ...
23:03:42 [2023-06-22T23:03:42.809Z] #14 7.314 Selecting previously unselected package libcurl4:arm64.
23:03:42 [2023-06-22T23:03:42.809Z] #14 7.316 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u7_arm64.deb ...
23:03:42 [2023-06-22T23:03:42.809Z] #14 7.323 Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u7) ...
23:03:42 [2023-06-22T23:03:42.809Z] #14 7.401 Selecting previously unselected package curl.
23:03:42 [2023-06-22T23:03:42.809Z] #14 7.404 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u7_arm64.deb ...
23:03:42 [2023-06-22T23:03:42.809Z] #14 7.415 Unpacking curl (7.74.0-1.3+deb11u7) ...
23:03:42 [2023-06-22T23:03:42.809Z] #14 7.578 Selecting previously unselected package libonig5:arm64.
23:03:42 [2023-06-22T23:03:42.809Z] #14 7.580 Preparing to unpack .../12-libonig5_6.9.6-1.1_arm64.deb ...
23:03:42 [2023-06-22T23:03:42.809Z] #14 7.692 Unpacking libonig5:arm64 (6.9.6-1.1) ...
23:03:42 [2023-06-22T23:03:42.809Z] #14 8.081 Selecting previously unselected package libjq1:arm64.
23:03:42 [2023-06-22T23:03:42.809Z] #14 8.083 Preparing to unpack .../13-libjq1_1.6-2.1_arm64.deb ...
23:03:42 [2023-06-22T23:03:42.809Z] #14 8.089 Unpacking libjq1:arm64 (1.6-2.1) ...
23:03:42 [2023-06-22T23:03:42.809Z] #14 8.209 Selecting previously unselected package jq.
23:03:42 [2023-06-22T23:03:42.809Z] #14 8.210 Preparing to unpack .../14-jq_1.6-2.1_arm64.deb ...
23:03:43 [2023-06-22T23:03:43.170Z] #14 8.360 Unpacking jq (1.6-2.1) ...
23:03:43 [2023-06-22T23:03:43.430Z] #14 8.598 Setting up libpsl5:arm64 (0.21.0-1.2) ...
23:03:43 [2023-06-22T23:03:43.691Z] #14 9.090 Setting up libbrotli1:arm64 (1.0.9-2+b2) ...
23:03:43 [2023-06-22T23:03:43.951Z] #14 9.355 Setting up libnghttp2-14:arm64 (1.43.0-1) ...
23:03:44 [2023-06-22T23:03:44.283Z] #14 9.599 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
23:03:44 [2023-06-22T23:03:44.543Z] #14 9.816 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
23:03:44 [2023-06-22T23:03:44.543Z] #14 9.928 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
23:03:44 [2023-06-22T23:03:44.543Z] #14 9.957 Setting up libssh2-1:arm64 (1.9.0-2) ...
23:03:44 [2023-06-22T23:03:44.543Z] #14 9.983 Setting up openssl (1.1.1n-0+deb11u5) ...
23:03:44 [2023-06-22T23:03:44.543Z] #14 10.02 Setting up libonig5:arm64 (6.9.6-1.1) ...
23:03:44 [2023-06-22T23:03:44.543Z] #14 10.07 Setting up libjq1:arm64 (1.6-2.1) ...
23:03:44 [2023-06-22T23:03:44.804Z] #14 10.09 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
23:03:44 [2023-06-22T23:03:44.804Z] #14 10.11 Setting up ca-certificates (20210119) ...
23:03:45 [2023-06-22T23:03:45.064Z] #14 10.57 Updating certificates in /etc/ssl/certs...
23:03:45 [2023-06-22T23:03:45.647Z] #14 11.11 129 added, 0 removed; done.
23:03:46 [2023-06-22T23:03:46.588Z] #14 11.72 Setting up jq (1.6-2.1) ...
23:03:46 [2023-06-22T23:03:46.588Z] #14 11.96 Setting up libcurl4:arm64 (7.74.0-1.3+deb11u7) ...
23:03:46 [2023-06-22T23:03:46.588Z] #14 11.98 Setting up curl (7.74.0-1.3+deb11u7) ...
23:03:46 [2023-06-22T23:03:46.588Z] #14 12.00 Processing triggers for libc-bin (2.31-13+deb11u6) ...
23:03:46 [2023-06-22T23:03:46.588Z] #14 12.06 Processing triggers for ca-certificates (20210119) ...
23:03:46 [2023-06-22T23:03:46.588Z] #14 12.07 Updating certificates in /etc/ssl/certs...
23:03:47 [2023-06-22T23:03:47.189Z] #14 12.50 0 added, 0 removed; done.
23:03:47 [2023-06-22T23:03:47.189Z] #14 12.50 Running hooks in /etc/ca-certificates/update.d...
23:03:47 [2023-06-22T23:03:47.189Z] #14 12.50 done.
23:03:48 [2023-06-22T23:03:48.571Z] #14 ...
23:03:48 [2023-06-22T23:03:48.571Z] 
23:03:48 [2023-06-22T23:03:48.571Z] #19 [build-dummy 2/2] RUN mkdir -p /build
23:03:49 [2023-06-22T23:03:49.512Z] #19 DONE 10.8s
23:03:49 [2023-06-22T23:03:49.512Z] 
23:03:49 [2023-06-22T23:03:49.512Z] #14 [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
23:03:49 [2023-06-22T23:03:49.512Z] #14 DONE 14.9s
23:03:49 [2023-06-22T23:03:49.512Z] 
23:03:49 [2023-06-22T23:03:49.512Z] #20 [binary-dummy 1/1] COPY --from=build-dummy /build /build
23:03:49 [2023-06-22T23:03:49.512Z] #20 DONE 0.2s
23:03:49 [2023-06-22T23:03:49.512Z] 
23:03:49 [2023-06-22T23:03:49.512Z] #21 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
23:03:49 [2023-06-22T23:03:49.512Z] #21 DONE 0.2s
23:03:49 [2023-06-22T23:03:49.512Z] 
23:03:49 [2023-06-22T23:03:49.512Z] #22 [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
23:03:49 [2023-06-22T23:03:49.773Z] #22 ...
23:03:49 [2023-06-22T23:03:49.773Z] 
23:03:49 [2023-06-22T23:03:49.773Z] #23 [base 2/5] COPY --from=xx / /
23:03:49 [2023-06-22T23:03:49.773Z] #23 DONE 0.2s
23:03:50 [2023-06-22T23:03:50.034Z] 
23:03:50 [2023-06-22T23:03:50.034Z] #24 [base 3/5] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
23:03:50 [2023-06-22T23:03:50.295Z] #24 DONE 0.6s
23:03:50 [2023-06-22T23:03:50.295Z] 
23:03:50 [2023-06-22T23:03:50.295Z] #22 [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
23:03:50 [2023-06-22T23:03:50.561Z] #22 ...
23:03:50 [2023-06-22T23:03:50.561Z] 
23:03:50 [2023-06-22T23:03:50.561Z] #25 [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
23:03:50 [2023-06-22T23:03:50.561Z] #25 DONE 0.4s
23:03:50 [2023-06-22T23:03:50.826Z] 
23:03:50 [2023-06-22T23:03:50.826Z] #26 [base 5/5] RUN apt-get update && apt-get install --no-install-recommends -y file
23:03:51 [2023-06-22T23:03:51.403Z] #26 0.722 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
23:03:51 [2023-06-22T23:03:51.403Z] #26 0.733 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
23:03:51 [2023-06-22T23:03:51.403Z] #26 0.734 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
23:03:51 [2023-06-22T23:03:51.403Z] #26 0.865 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
23:03:51 [2023-06-22T23:03:51.666Z] #26 0.974 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [241 kB]
23:03:51 [2023-06-22T23:03:51.666Z] #26 1.088 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.1 kB]
23:03:52 [2023-06-22T23:03:52.610Z] #26 1.829 Fetched 8532 kB in 1s (6154 kB/s)
23:03:53 [2023-06-22T23:03:53.181Z] #26 1.829 Reading package lists...
23:03:53 [2023-06-22T23:03:53.751Z] #26 2.350 Reading package lists...
23:03:53 [2023-06-22T23:03:53.751Z] #26 2.858 Building dependency tree...
23:03:53 [2023-06-22T23:03:53.751Z] #26 3.002 Reading state information...
23:03:54 [2023-06-22T23:03:54.011Z] #26 3.174 The following additional packages will be installed:
23:03:54 [2023-06-22T23:03:54.011Z] #26 3.175   libmagic-mgc libmagic1
23:03:54 [2023-06-22T23:03:54.011Z] #26 3.202 The following NEW packages will be installed:
23:03:54 [2023-06-22T23:03:54.011Z] #26 3.202   file libmagic-mgc libmagic1
23:03:54 [2023-06-22T23:03:54.271Z] #26 3.475 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
23:03:54 [2023-06-22T23:03:54.271Z] #26 3.475 Need to get 463 kB of archives.
23:03:54 [2023-06-22T23:03:54.271Z] #26 3.475 After this operation, 7063 kB of additional disk space will be used.
23:03:54 [2023-06-22T23:03:54.271Z] #26 3.475 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmagic-mgc arm64 1:5.39-3 [273 kB]
23:03:54 [2023-06-22T23:03:54.271Z] #26 3.483 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmagic1 arm64 1:5.39-3 [121 kB]
23:03:54 [2023-06-22T23:03:54.271Z] #26 3.485 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 file arm64 1:5.39-3 [69.1 kB]
23:03:54 [2023-06-22T23:03:54.271Z] #26 3.608 debconf: delaying package configuration, since apt-utils is not installed
23:03:54 [2023-06-22T23:03:54.271Z] #26 3.645 Fetched 463 kB in 0s (1670 kB/s)
23:03:54 [2023-06-22T23:03:54.271Z] #26 3.664 Selecting previously unselected package libmagic-mgc.
23:03:54 [2023-06-22T23:03:54.271Z] #26 3.664 (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.)
23:03:54 [2023-06-22T23:03:54.271Z] #26 3.673 Preparing to unpack .../libmagic-mgc_1%3a5.39-3_arm64.deb ...
23:03:54 [2023-06-22T23:03:54.271Z] #26 3.676 Unpacking libmagic-mgc (1:5.39-3) ...
23:03:54 [2023-06-22T23:03:54.531Z] #26 3.745 Selecting previously unselected package libmagic1:arm64.
23:03:54 [2023-06-22T23:03:54.531Z] #26 3.747 Preparing to unpack .../libmagic1_1%3a5.39-3_arm64.deb ...
23:03:54 [2023-06-22T23:03:54.531Z] #26 3.754 Unpacking libmagic1:arm64 (1:5.39-3) ...
23:03:54 [2023-06-22T23:03:54.531Z] #26 3.788 Selecting previously unselected package file.
23:03:54 [2023-06-22T23:03:54.531Z] #26 3.790 Preparing to unpack .../file_1%3a5.39-3_arm64.deb ...
23:03:54 [2023-06-22T23:03:54.531Z] #26 3.794 Unpacking file (1:5.39-3) ...
23:03:54 [2023-06-22T23:03:54.531Z] #26 3.833 Setting up libmagic-mgc (1:5.39-3) ...
23:03:54 [2023-06-22T23:03:54.531Z] #26 3.842 Setting up libmagic1:arm64 (1:5.39-3) ...
23:03:54 [2023-06-22T23:03:54.531Z] #26 3.858 Setting up file (1:5.39-3) ...
23:03:54 [2023-06-22T23:03:54.531Z] #26 3.868 Processing triggers for libc-bin (2.31-13+deb11u6) ...
23:03:54 [2023-06-22T23:03:54.892Z] #26 DONE 4.1s
23:03:54 [2023-06-22T23:03:54.892Z] 
23:03:54 [2023-06-22T23:03:54.892Z] #27 [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
23:03:55 [2023-06-22T23:03:55.153Z] #27 ...
23:03:55 [2023-06-22T23:03:55.153Z] 
23:03:55 [2023-06-22T23:03:55.153Z] #28 [registry-src 1/2] WORKDIR /usr/src/registry
23:03:55 [2023-06-22T23:03:55.153Z] #28 DONE 0.1s
23:03:55 [2023-06-22T23:03:55.153Z] 
23:03:55 [2023-06-22T23:03:55.153Z] #29 [containerd-src 1/3] WORKDIR /usr/src/containerd
23:03:55 [2023-06-22T23:03:55.153Z] #29 DONE 0.1s
23:03:55 [2023-06-22T23:03:55.153Z] 
23:03:55 [2023-06-22T23:03:55.153Z] #30 [containerd-build 1/3] WORKDIR /go/src/github.com/containerd/containerd
23:03:55 [2023-06-22T23:03:55.153Z] #30 DONE 0.1s
23:03:55 [2023-06-22T23:03:55.153Z] 
23:03:55 [2023-06-22T23:03:55.153Z] #31 [runc-build 1/3] WORKDIR /go/src/github.com/opencontainers/runc
23:03:55 [2023-06-22T23:03:55.153Z] #31 DONE 0.2s
23:03:55 [2023-06-22T23:03:55.153Z] 
23:03:55 [2023-06-22T23:03:55.153Z] #32 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
23:03:55 [2023-06-22T23:03:55.153Z] #32 DONE 0.3s
23:03:55 [2023-06-22T23:03:55.153Z] 
23:03:55 [2023-06-22T23:03:55.153Z] #22 [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
23:03:55 [2023-06-22T23:03:55.153Z] #22 1.642 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
23:03:55 [2023-06-22T23:03:55.153Z] #22 1.831 
23:03:55 [2023-06-22T23:03:55.153Z] #22 2.049 #=#=#                                                                         

#######                                                                   10.9%
######################################################################## 100.0%
23:03:55 [2023-06-22T23:03:55.153Z] #22 2.321 
23:03:55 [2023-06-22T23:03:55.153Z] #22 3.338 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
23:03:55 [2023-06-22T23:03:55.153Z] #22 3.526 
23:03:55 [2023-06-22T23:03:55.153Z] #22 3.744 #=#=#                                                                         

                                                                           0.7%
######################################################################## 100.0%
23:03:55 [2023-06-22T23:03:55.153Z] #22 4.042 
23:03:55 [2023-06-22T23:03:55.153Z] #22 5.059 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)...
23:03:55 [2023-06-22T23:03:55.153Z] #22 5.252 
23:03:55 [2023-06-22T23:03:55.153Z] 
23:03:55 [2023-06-22T23:03:55.153Z] #22 ...
23:03:55 [2023-06-22T23:03:55.153Z] 
23:03:55 [2023-06-22T23:03:55.153Z] #33 [runc-src 1/3] WORKDIR /usr/src/runc
23:03:55 [2023-06-22T23:03:55.153Z] #33 DONE 0.4s
23:03:55 [2023-06-22T23:03:55.153Z] 
23:03:55 [2023-06-22T23:03:55.153Z] #34 [rootlesskit-build 1/5] WORKDIR /go/src/github.com/rootless-containers/rootlesskit
23:03:55 [2023-06-22T23:03:55.153Z] #34 DONE 0.4s
23:03:55 [2023-06-22T23:03:55.153Z] 
23:03:55 [2023-06-22T23:03:55.153Z] #35 [dockercli-integration 1/3] WORKDIR /go/src/github.com/docker/cli
23:03:55 [2023-06-22T23:03:55.153Z] #35 DONE 0.4s
23:03:55 [2023-06-22T23:03:55.153Z] 
23:03:55 [2023-06-22T23:03:55.153Z] #36 [swagger-src 1/3] WORKDIR /usr/src/swagger
23:03:55 [2023-06-22T23:03:55.153Z] #36 DONE 0.4s
23:03:55 [2023-06-22T23:03:55.153Z] 
23:03:55 [2023-06-22T23:03:55.153Z] #37 [rootlesskit-src 1/3] WORKDIR /usr/src/rootlesskit
23:03:55 [2023-06-22T23:03:55.153Z] #37 DONE 0.4s
23:03:55 [2023-06-22T23:03:55.153Z] 
23:03:55 [2023-06-22T23:03:55.153Z] #38 [tini-src 1/3] WORKDIR /usr/src/tini
23:03:55 [2023-06-22T23:03:55.153Z] #38 DONE 0.4s
23:03:55 [2023-06-22T23:03:55.153Z] 
23:03:55 [2023-06-22T23:03:55.153Z] #39 [delve-src 1/3] WORKDIR /usr/src/delve
23:03:55 [2023-06-22T23:03:55.153Z] #39 DONE 0.4s
23:03:55 [2023-06-22T23:03:55.153Z] 
23:03:55 [2023-06-22T23:03:55.153Z] #40 [tini-build 1/4] WORKDIR /go/src/github.com/krallin/tini
23:03:55 [2023-06-22T23:03:55.153Z] #40 DONE 0.4s
23:03:55 [2023-06-22T23:03:55.153Z] 
23:03:55 [2023-06-22T23:03:55.153Z] #41 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
23:03:55 [2023-06-22T23:03:55.153Z] #41 DONE 0.5s
23:03:55 [2023-06-22T23:03:55.153Z] 
23:03:55 [2023-06-22T23:03:55.153Z] #22 [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
23:03:55 [2023-06-22T23:03:55.414Z] #22 5.469 #=#=#                                                                         

                                                                         
23:03:55 [2023-06-22T23:03:55.414Z] #22 ...
23:03:55 [2023-06-22T23:03:55.414Z] 
23:03:55 [2023-06-22T23:03:55.414Z] #42 [dockercli-integration 2/3] COPY hack/dockerfile/cli.sh /download-or-build-cli.sh
23:03:55 [2023-06-22T23:03:55.414Z] #42 DONE 0.2s
23:03:55 [2023-06-22T23:03:55.414Z] 
23:03:55 [2023-06-22T23:03:55.414Z] #22 [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
23:03:55 [2023-06-22T23:03:55.676Z] #22 5.469 #=#=#                                                                         

                                                                           0.1%
##########################################                                59.2%
######################################################################## 100.0%
23:03:55 [2023-06-22T23:03:55.937Z] #22 6.129 
23:03:55 [2023-06-22T23:03:55.937Z] #22 ...
23:03:55 [2023-06-22T23:03:55.937Z] 
23:03:55 [2023-06-22T23:03:55.937Z] #43 [registry-src 2/2] RUN git init . && git remote add origin "https://github.com/distribution/distribution.git"
23:03:55 [2023-06-22T23:03:55.937Z] #0 0.947 hint: Using 'master' as the name for the initial branch. This default branch name
23:03:55 [2023-06-22T23:03:55.937Z] #0 0.947 hint: is subject to change. To configure the initial branch name to use in all
23:03:55 [2023-06-22T23:03:55.937Z] #0 0.947 hint: of your new repositories, which will suppress this warning, call:
23:03:55 [2023-06-22T23:03:55.937Z] #0 0.947 hint: 
23:03:55 [2023-06-22T23:03:55.937Z] #0 0.947 hint: 	git config --global init.defaultBranch <name>
23:03:55 [2023-06-22T23:03:55.937Z] #0 0.947 hint: 
23:03:55 [2023-06-22T23:03:55.937Z] #0 0.947 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
23:03:55 [2023-06-22T23:03:55.937Z] #0 0.947 hint: 'development'. The just-created branch can be renamed via this command:
23:03:55 [2023-06-22T23:03:55.937Z] #0 0.947 hint: 
23:03:55 [2023-06-22T23:03:55.937Z] #0 0.947 hint: 	git branch -m <name>
23:03:55 [2023-06-22T23:03:55.937Z] #0 0.949 Initialized empty Git repository in /usr/src/registry/.git/
23:03:55 [2023-06-22T23:03:55.937Z] #43 DONE 1.1s
23:03:55 [2023-06-22T23:03:55.937Z] 
23:03:55 [2023-06-22T23:03:55.937Z] #44 [containerd-src 2/3] RUN git init . && git remote add origin "https://github.com/containerd/containerd.git"
23:03:55 [2023-06-22T23:03:55.937Z] #0 1.032 hint: Using 'master' as the name for the initial branch. This default branch name
23:03:55 [2023-06-22T23:03:55.937Z] #0 1.032 hint: is subject to change. To configure the initial branch name to use in all
23:03:55 [2023-06-22T23:03:55.937Z] #0 1.032 hint: of your new repositories, which will suppress this warning, call:
23:03:55 [2023-06-22T23:03:55.937Z] #0 1.032 hint: 
23:03:55 [2023-06-22T23:03:55.937Z] #0 1.032 hint: 	git config --global init.defaultBranch <name>
23:03:55 [2023-06-22T23:03:55.937Z] #0 1.032 hint: 
23:03:55 [2023-06-22T23:03:55.937Z] #0 1.032 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
23:03:55 [2023-06-22T23:03:55.937Z] #0 1.032 hint: 'development'. The just-created branch can be renamed via this command:
23:03:55 [2023-06-22T23:03:55.937Z] #0 1.032 hint: 
23:03:55 [2023-06-22T23:03:55.937Z] #0 1.032 hint: 	git branch -m <name>
23:03:55 [2023-06-22T23:03:55.937Z] #0 1.033 Initialized empty Git repository in /usr/src/containerd/.git/
23:03:55 [2023-06-22T23:03:55.938Z] #44 DONE 1.1s
23:03:56 [2023-06-22T23:03:56.198Z] 
23:03:56 [2023-06-22T23:03:56.198Z] #45 [runc-src 2/3] RUN git init . && git remote add origin "https://github.com/opencontainers/runc.git"
23:03:56 [2023-06-22T23:03:56.198Z] #0 0.834 Initialized empty Git repository in /usr/src/runc/.git/
23:03:56 [2023-06-22T23:03:56.198Z] #0 0.856 hint: Using 'master' as the name for the initial branch. This default branch name
23:03:56 [2023-06-22T23:03:56.198Z] #0 0.856 hint: is subject to change. To configure the initial branch name to use in all
23:03:56 [2023-06-22T23:03:56.198Z] #0 0.856 hint: of your new repositories, which will suppress this warning, call:
23:03:56 [2023-06-22T23:03:56.198Z] #0 0.856 hint: 
23:03:56 [2023-06-22T23:03:56.198Z] #0 0.856 hint: 	git config --global init.defaultBranch <name>
23:03:56 [2023-06-22T23:03:56.198Z] #0 0.856 hint: 
23:03:56 [2023-06-22T23:03:56.198Z] #0 0.856 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
23:03:56 [2023-06-22T23:03:56.198Z] #0 0.856 hint: 'development'. The just-created branch can be renamed via this command:
23:03:56 [2023-06-22T23:03:56.198Z] #0 0.856 hint: 
23:03:56 [2023-06-22T23:03:56.198Z] #0 0.856 hint: 	git branch -m <name>
23:03:56 [2023-06-22T23:03:56.198Z] #45 DONE 0.9s
23:03:56 [2023-06-22T23:03:56.198Z] 
23:03:56 [2023-06-22T23:03:56.198Z] #46 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.7" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
23:03:56 [2023-06-22T23:03:56.769Z] #46 ...
23:03:56 [2023-06-22T23:03:56.769Z] 
23:03:56 [2023-06-22T23:03:56.769Z] #47 [tini-src 2/3] RUN git init . && git remote add origin "https://github.com/krallin/tini.git"
23:03:56 [2023-06-22T23:03:56.769Z] #0 1.465 hint: Using 'master' as the name for the initial branch. This default branch name
23:03:56 [2023-06-22T23:03:56.769Z] #0 1.465 hint: is subject to change. To configure the initial branch name to use in all
23:03:56 [2023-06-22T23:03:56.769Z] #0 1.465 hint: of your new repositories, which will suppress this warning, call:
23:03:56 [2023-06-22T23:03:56.769Z] #0 1.465 hint: 
23:03:56 [2023-06-22T23:03:56.769Z] #0 1.465 hint: 	git config --global init.defaultBranch <name>
23:03:56 [2023-06-22T23:03:56.769Z] #0 1.465 hint: 
23:03:56 [2023-06-22T23:03:56.769Z] #0 1.465 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
23:03:56 [2023-06-22T23:03:56.769Z] #0 1.465 hint: 'development'. The just-created branch can be renamed via this command:
23:03:56 [2023-06-22T23:03:56.769Z] #0 1.465 hint: 
23:03:56 [2023-06-22T23:03:56.769Z] #0 1.465 hint: 	git branch -m <name>
23:03:56 [2023-06-22T23:03:56.769Z] #0 1.466 Initialized empty Git repository in /usr/src/tini/.git/
23:03:56 [2023-06-22T23:03:56.769Z] #47 DONE 1.5s
23:03:56 [2023-06-22T23:03:56.769Z] 
23:03:56 [2023-06-22T23:03:56.769Z] #48 [tini-src 3/3] RUN git fetch -q --depth 1 origin "v0.19.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
23:03:57 [2023-06-22T23:03:57.031Z] #48 ...
23:03:57 [2023-06-22T23:03:57.031Z] 
23:03:57 [2023-06-22T23:03:57.031Z] #49 [rootlesskit-src 2/3] RUN git init . && git remote add origin "https://github.com/rootless-containers/rootlesskit.git"
23:03:57 [2023-06-22T23:03:57.031Z] #0 1.600 hint: Using 'master' as the name for the initial branch. This default branch name
23:03:57 [2023-06-22T23:03:57.031Z] #0 1.600 hint: is subject to change. To configure the initial branch name to use in all
23:03:57 [2023-06-22T23:03:57.031Z] #0 1.600 hint: of your new repositories, which will suppress this warning, call:
23:03:57 [2023-06-22T23:03:57.031Z] #0 1.600 hint: 
23:03:57 [2023-06-22T23:03:57.031Z] #0 1.600 hint: 	git config --global init.defaultBranch <name>
23:03:57 [2023-06-22T23:03:57.031Z] #0 1.600 hint: 
23:03:57 [2023-06-22T23:03:57.031Z] #0 1.600 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
23:03:57 [2023-06-22T23:03:57.031Z] #0 1.600 hint: 'development'. The just-created branch can be renamed via this command:
23:03:57 [2023-06-22T23:03:57.031Z] #0 1.600 hint: 
23:03:57 [2023-06-22T23:03:57.031Z] #0 1.600 hint: 	git branch -m <name>
23:03:57 [2023-06-22T23:03:57.031Z] #0 1.601 Initialized empty Git repository in /usr/src/rootlesskit/.git/
23:03:57 [2023-06-22T23:03:57.031Z] #49 DONE 1.7s
23:03:57 [2023-06-22T23:03:57.031Z] 
23:03:57 [2023-06-22T23:03:57.031Z] #50 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
23:03:57 [2023-06-22T23:03:57.292Z] #50 ...
23:03:57 [2023-06-22T23:03:57.292Z] 
23:03:57 [2023-06-22T23:03:57.292Z] #51 [swagger-src 2/3] RUN git init . && git remote add origin "https://github.com/kolyshkin/go-swagger.git"
23:03:57 [2023-06-22T23:03:57.292Z] #0 2.024 hint: Using 'master' as the name for the initial branch. This default branch name
23:03:57 [2023-06-22T23:03:57.292Z] #0 2.024 hint: is subject to change. To configure the initial branch name to use in all
23:03:57 [2023-06-22T23:03:57.292Z] #0 2.024 hint: of your new repositories, which will suppress this warning, call:
23:03:57 [2023-06-22T23:03:57.292Z] #0 2.024 hint: 
23:03:57 [2023-06-22T23:03:57.292Z] #0 2.024 hint: 	git config --global init.defaultBranch <name>
23:03:57 [2023-06-22T23:03:57.292Z] #0 2.024 hint: 
23:03:57 [2023-06-22T23:03:57.292Z] #0 2.024 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
23:03:57 [2023-06-22T23:03:57.292Z] #0 2.024 hint: 'development'. The just-created branch can be renamed via this command:
23:03:57 [2023-06-22T23:03:57.292Z] #0 2.024 hint: 
23:03:57 [2023-06-22T23:03:57.292Z] #0 2.024 hint: 	git branch -m <name>
23:03:57 [2023-06-22T23:03:57.292Z] #0 2.025 Initialized empty Git repository in /usr/src/swagger/.git/
23:03:57 [2023-06-22T23:03:57.292Z] #51 DONE 2.1s
23:03:57 [2023-06-22T23:03:57.292Z] 
23:03:57 [2023-06-22T23:03:57.292Z] #22 [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
23:03:57 [2023-06-22T23:03:57.292Z] #22 7.738 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
23:03:57 [2023-06-22T23:03:57.554Z] #22 ...
23:03:57 [2023-06-22T23:03:57.554Z] 
23:03:57 [2023-06-22T23:03:57.554Z] #52 [delve-src 2/3] RUN git init . && git remote add origin "https://github.com/go-delve/delve.git"
23:03:57 [2023-06-22T23:03:57.554Z] #0 2.250 hint: Using 'master' as the name for the initial branch. This default branch name
23:03:57 [2023-06-22T23:03:57.554Z] #0 2.250 hint: is subject to change. To configure the initial branch name to use in all
23:03:57 [2023-06-22T23:03:57.554Z] #0 2.250 hint: of your new repositories, which will suppress this warning, call:
23:03:57 [2023-06-22T23:03:57.554Z] #0 2.250 hint: 
23:03:57 [2023-06-22T23:03:57.554Z] #0 2.250 hint: 	git config --global init.defaultBranch <name>
23:03:57 [2023-06-22T23:03:57.554Z] #0 2.250 hint: 
23:03:57 [2023-06-22T23:03:57.554Z] #0 2.250 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
23:03:57 [2023-06-22T23:03:57.554Z] #0 2.250 hint: 'development'. The just-created branch can be renamed via this command:
23:03:57 [2023-06-22T23:03:57.554Z] #0 2.250 hint: 
23:03:57 [2023-06-22T23:03:57.554Z] #0 2.250 hint: 	git branch -m <name>
23:03:57 [2023-06-22T23:03:57.554Z] #0 2.251 Initialized empty Git repository in /usr/src/delve/.git/
23:03:57 [2023-06-22T23:03:57.554Z] #52 DONE 2.4s
23:03:57 [2023-06-22T23:03:57.815Z] 
23:03:57 [2023-06-22T23:03:57.815Z] #22 [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
23:03:57 [2023-06-22T23:03:57.815Z] #22 8.081 
23:03:58 [2023-06-22T23:03:58.077Z] #22 8.300 #=#=#                                                                         

######################################################################## 100.0%
23:03:58 [2023-06-22T23:03:58.338Z] #22 8.584 
23:03:59 [2023-06-22T23:03:59.282Z] #22 9.525 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
23:03:59 [2023-06-22T23:03:59.855Z] #22 10.15 
23:04:00 [2023-06-22T23:04:00.117Z] #22 10.40 #=#=#                                                                         

######################################################################## 100.0%
23:04:00 [2023-06-22T23:04:00.379Z] #22 10.83 
23:04:00 [2023-06-22T23:04:00.640Z] #22 10.88 Download of images into '/build' complete.
23:04:00 [2023-06-22T23:04:00.640Z] #22 10.88 Use something like the following to load the result into a Docker daemon:
23:04:00 [2023-06-22T23:04:00.640Z] #22 10.88   tar -cC '/build' . | docker load
23:04:04 [2023-06-22T23:04:04.865Z] #22 ...
23:04:04 [2023-06-22T23:04:04.865Z] 
23:04:04 [2023-06-22T23:04:04.865Z] #53 [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
23:04:04 [2023-06-22T23:04:04.865Z] #0 2.703 go: downloading github.com/golangci/golangci-lint v1.51.2
23:04:04 [2023-06-22T23:04:04.865Z] #0 3.844 go: downloading github.com/fatih/color v1.14.1
23:04:04 [2023-06-22T23:04:04.865Z] #0 3.844 go: downloading github.com/gofrs/flock v0.8.1
23:04:04 [2023-06-22T23:04:04.865Z] #0 3.858 go: downloading github.com/pkg/errors v0.9.1
23:04:04 [2023-06-22T23:04:04.865Z] #0 3.858 go: downloading github.com/spf13/cobra v1.6.1
23:04:04 [2023-06-22T23:04:04.865Z] #0 3.858 go: downloading github.com/spf13/pflag v1.0.5
23:04:04 [2023-06-22T23:04:04.865Z] #0 3.903 go: downloading github.com/spf13/viper v1.12.0
23:04:04 [2023-06-22T23:04:04.865Z] #0 3.935 go: downloading gopkg.in/yaml.v3 v3.0.1
23:04:04 [2023-06-22T23:04:04.865Z] #0 4.026 go: downloading golang.org/x/tools v0.6.0
23:04:04 [2023-06-22T23:04:04.865Z] #0 4.059 go: downloading github.com/hashicorp/go-multierror v1.1.1
23:04:04 [2023-06-22T23:04:04.865Z] #0 4.165 go: downloading github.com/mattn/go-colorable v0.1.13
23:04:04 [2023-06-22T23:04:04.865Z] #0 4.179 go: downloading github.com/sirupsen/logrus v1.9.0
23:04:04 [2023-06-22T23:04:04.865Z] #0 4.294 go: downloading github.com/stretchr/testify v1.8.1
23:04:04 [2023-06-22T23:04:04.865Z] #0 4.383 go: downloading github.com/go-xmlfmt/xmlfmt v1.1.2
23:04:04 [2023-06-22T23:04:04.865Z] #0 4.419 go: downloading github.com/golangci/revgrep v0.0.0-20220804021717-745bb2f7c2e6
23:04:04 [2023-06-22T23:04:04.865Z] #0 4.419 go: downloading github.com/hashicorp/go-version v1.6.0
23:04:04 [2023-06-22T23:04:04.865Z] #0 4.419 go: downloading github.com/ldez/gomoddirectives v0.2.3
23:04:04 [2023-06-22T23:04:04.865Z] #0 4.516 go: downloading github.com/mitchellh/go-homedir v1.1.0
23:04:04 [2023-06-22T23:04:04.865Z] #0 4.559 go: downloading github.com/mattn/go-isatty v0.0.17
23:04:04 [2023-06-22T23:04:04.865Z] #0 4.571 go: downloading 4d63.com/gocheckcompilerdirectives v1.2.1
23:04:04 [2023-06-22T23:04:04.865Z] #0 4.571 go: downloading 4d63.com/gochecknoglobals v0.2.1
23:04:04 [2023-06-22T23:04:04.865Z] #0 4.571 go: downloading github.com/Abirdcfly/dupword v0.0.9
23:04:04 [2023-06-22T23:04:04.865Z] #0 4.571 go: downloading github.com/Antonboom/errname v0.1.7
23:04:04 [2023-06-22T23:04:04.865Z] #0 4.631 go: downloading github.com/Antonboom/nilnil v0.1.1
23:04:04 [2023-06-22T23:04:04.865Z] #0 4.672 go: downloading github.com/BurntSushi/toml v1.2.1
23:04:04 [2023-06-22T23:04:04.865Z] #0 4.672 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
23:04:04 [2023-06-22T23:04:04.865Z] #0 4.672 go: downloading github.com/GaijinEntertainment/go-exhaustruct/v2 v2.3.0
23:04:04 [2023-06-22T23:04:04.865Z] #0 4.690 go: downloading github.com/OpenPeeDeeP/depguard v1.1.1
23:04:04 [2023-06-22T23:04:04.865Z] #0 4.719 go: downloading github.com/alexkohler/prealloc v1.0.0
23:04:04 [2023-06-22T23:04:04.865Z] #0 4.719 go: downloading github.com/alingse/asasalint v0.0.11
23:04:04 [2023-06-22T23:04:04.865Z] #0 4.784 go: downloading github.com/ashanbrown/forbidigo v1.4.0
23:04:04 [2023-06-22T23:04:04.865Z] #0 4.817 go: downloading github.com/ashanbrown/makezero v1.1.1
23:04:04 [2023-06-22T23:04:04.865Z] #0 4.881 go: downloading github.com/bkielbasa/cyclop v1.2.0
23:04:04 [2023-06-22T23:04:04.865Z] #0 4.889 go: downloading github.com/blizzy78/varnamelen v0.8.0
23:04:04 [2023-06-22T23:04:04.865Z] #0 4.889 go: downloading github.com/bombsimon/wsl/v3 v3.4.0
23:04:04 [2023-06-22T23:04:04.865Z] #0 4.933 go: downloading github.com/breml/bidichk v0.2.3
23:04:04 [2023-06-22T23:04:04.865Z] #0 5.002 go: downloading github.com/breml/errchkjson v0.3.0
23:04:04 [2023-06-22T23:04:04.865Z] #0 5.002 go: downloading github.com/butuzov/ireturn v0.1.1
23:04:04 [2023-06-22T23:04:04.865Z] #0 5.109 go: downloading github.com/charithe/durationcheck v0.0.9
23:04:04 [2023-06-22T23:04:04.865Z] #0 5.179 go: downloading github.com/curioswitch/go-reassign v0.2.0
23:04:04 [2023-06-22T23:04:04.865Z] #0 5.202 go: downloading github.com/daixiang0/gci v0.9.1
23:04:04 [2023-06-22T23:04:04.865Z] #0 5.274 go: downloading github.com/denis-tingaikin/go-header v0.4.3
23:04:04 [2023-06-22T23:04:04.865Z] #0 5.275 go: downloading github.com/esimonov/ifshort v1.0.4
23:04:04 [2023-06-22T23:04:04.865Z] #0 5.328 go: downloading github.com/firefart/nonamedreturns v1.0.4
23:04:04 [2023-06-22T23:04:04.865Z] #0 5.354 go: downloading github.com/fzipp/gocyclo v0.6.0
23:04:04 [2023-06-22T23:04:04.865Z] #0 5.415 go: downloading github.com/go-critic/go-critic v0.6.7
23:04:04 [2023-06-22T23:04:04.865Z] #0 5.486 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
23:04:04 [2023-06-22T23:04:04.865Z] #0 5.498 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
23:04:04 [2023-06-22T23:04:04.865Z] #0 5.499 go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe
23:04:04 [2023-06-22T23:04:04.865Z] #0 5.544 go: downloading github.com/golangci/gofmt v0.0.0-20220901101216-f2edd75033f2
23:04:04 [2023-06-22T23:04:04.865Z] #0 5.560 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
23:04:04 [2023-06-22T23:04:04.865Z] #0 5.769 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
23:04:04 [2023-06-22T23:04:04.865Z] #0 5.792 go: downloading github.com/golangci/misspell v0.4.0
23:04:04 [2023-06-22T23:04:04.865Z] #0 5.814 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
23:04:04 [2023-06-22T23:04:04.865Z] #0 5.824 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20230107090616-13ace0543b28
23:04:04 [2023-06-22T23:04:04.865Z] #0 5.827 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
23:04:04 [2023-06-22T23:04:04.865Z] #0 5.892 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
23:04:04 [2023-06-22T23:04:04.865Z] #0 5.893 go: downloading github.com/hexops/gotextdiff v1.0.3
23:04:04 [2023-06-22T23:04:04.865Z] #0 5.978 go: downloading github.com/jgautheron/goconst v1.5.1
23:04:04 [2023-06-22T23:04:04.865Z] #0 6.004 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
23:04:04 [2023-06-22T23:04:04.865Z] #0 6.009 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
23:04:04 [2023-06-22T23:04:04.865Z] #0 6.038 go: downloading github.com/julz/importas v0.1.0
23:04:04 [2023-06-22T23:04:04.865Z] #0 6.039 go: downloading github.com/junk1tm/musttag v0.4.5
23:04:04 [2023-06-22T23:04:04.865Z] #0 6.046 go: downloading github.com/kisielk/errcheck v1.6.3
23:04:04 [2023-06-22T23:04:04.865Z] #0 6.089 go: downloading github.com/kkHAIKE/contextcheck v1.1.3
23:04:04 [2023-06-22T23:04:04.865Z] #0 6.106 go: downloading github.com/kulti/thelper v0.6.3
23:04:04 [2023-06-22T23:04:04.865Z] #0 6.107 go: downloading github.com/kunwardeep/paralleltest v1.0.6
23:04:04 [2023-06-22T23:04:04.865Z] #0 6.202 go: downloading github.com/kyoh86/exportloopref v0.1.11
23:04:04 [2023-06-22T23:04:04.865Z] #0 6.270 go: downloading github.com/ldez/tagliatelle v0.4.0
23:04:04 [2023-06-22T23:04:04.865Z] #0 6.299 go: downloading github.com/leonklingele/grouper v1.1.1
23:04:04 [2023-06-22T23:04:04.865Z] #0 6.314 go: downloading github.com/lufeee/execinquery v1.2.1
23:04:04 [2023-06-22T23:04:04.865Z] #0 6.374 go: downloading github.com/maratori/testableexamples v1.0.0
23:04:04 [2023-06-22T23:04:04.865Z] #0 6.375 go: downloading github.com/maratori/testpackage v1.1.0
23:04:04 [2023-06-22T23:04:04.865Z] #0 6.436 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951
23:04:04 [2023-06-22T23:04:04.865Z] #0 6.437 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
23:04:04 [2023-06-22T23:04:04.865Z] #0 6.459 go: downloading github.com/mgechev/revive v1.2.5
23:04:04 [2023-06-22T23:04:04.865Z] #0 6.510 go: downloading github.com/moricho/tparallel v0.2.1
23:04:04 [2023-06-22T23:04:04.865Z] #0 6.623 go: downloading github.com/nakabonne/nestif v0.3.1
23:04:04 [2023-06-22T23:04:04.865Z] #0 6.662 go: downloading github.com/nishanths/exhaustive v0.9.5
23:04:04 [2023-06-22T23:04:04.865Z] #0 6.752 go: downloading github.com/nishanths/predeclared v0.2.2
23:04:04 [2023-06-22T23:04:04.865Z] #0 6.807 go: downloading github.com/nunnatsa/ginkgolinter v0.8.1
23:04:04 [2023-06-22T23:04:04.865Z] #0 6.808 go: downloading github.com/polyfloyd/go-errorlint v1.1.0
23:04:04 [2023-06-22T23:04:04.865Z] #0 6.894 go: downloading github.com/ryancurrah/gomodguard v1.3.0
23:04:04 [2023-06-22T23:04:04.865Z] #0 7.100 go: downloading github.com/ryanrolds/sqlclosecheck v0.4.0
23:04:04 [2023-06-22T23:04:04.865Z] #0 7.101 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.7
23:04:04 [2023-06-22T23:04:04.865Z] #0 7.101 go: downloading github.com/sashamelentyev/interfacebloat v1.1.0
23:04:04 [2023-06-22T23:04:04.865Z] #0 7.102 go: downloading github.com/securego/gosec/v2 v2.15.0
23:04:04 [2023-06-22T23:04:04.865Z] #0 7.102 go: downloading github.com/sashamelentyev/usestdlibvars v1.23.0
23:04:04 [2023-06-22T23:04:04.865Z] #0 7.254 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
23:04:04 [2023-06-22T23:04:04.865Z] #0 7.259 go: downloading github.com/sivchari/containedctx v1.0.2
23:04:04 [2023-06-22T23:04:04.865Z] #0 7.473 go: downloading github.com/sivchari/nosnakecase v1.7.0
23:04:04 [2023-06-22T23:04:04.865Z] #0 7.474 go: downloading github.com/sivchari/tenv v1.7.1
23:04:04 [2023-06-22T23:04:04.865Z] #0 7.560 go: downloading github.com/sonatard/noctx v0.0.1
23:04:04 [2023-06-22T23:04:04.865Z] #0 7.561 go: downloading github.com/sourcegraph/go-diff v0.7.0
23:04:04 [2023-06-22T23:04:04.865Z] #0 7.562 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
23:04:04 [2023-06-22T23:04:04.865Z] #0 7.563 go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1
23:04:04 [2023-06-22T23:04:04.865Z] #0 7.564 go: downloading github.com/tdakkota/asciicheck v0.1.1
23:04:04 [2023-06-22T23:04:04.865Z] #0 7.628 go: downloading github.com/tetafro/godot v1.4.11
23:04:04 [2023-06-22T23:04:04.865Z] #0 7.629 go: downloading github.com/timakin/bodyclose v0.0.0-20221125081123-e39cf3fc478e
23:04:04 [2023-06-22T23:04:04.865Z] #0 7.629 go: downloading github.com/timonwong/loggercheck v0.9.3
23:04:04 [2023-06-22T23:04:04.865Z] #0 7.728 go: downloading github.com/tomarrell/wrapcheck/v2 v2.8.0
23:04:04 [2023-06-22T23:04:04.865Z] #0 7.790 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.1
23:04:04 [2023-06-22T23:04:04.865Z] #0 7.791 go: downloading github.com/ultraware/funlen v0.0.3
23:04:04 [2023-06-22T23:04:04.865Z] #0 7.805 go: downloading github.com/ultraware/whitespace v0.0.5
23:04:04 [2023-06-22T23:04:04.865Z] #0 7.823 go: downloading github.com/uudashr/gocognit v1.0.6
23:04:04 [2023-06-22T23:04:04.865Z] #0 7.917 go: downloading github.com/yagipy/maintidx v1.0.0
23:04:04 [2023-06-22T23:04:04.865Z] #0 7.917 go: downloading github.com/yeya24/promlinter v0.2.0
23:04:04 [2023-06-22T23:04:04.865Z] #0 7.918 go: downloading gitlab.com/bosi/decorder v0.2.3
23:04:04 [2023-06-22T23:04:04.865Z] #0 8.001 go: downloading honnef.co/go/tools v0.4.2
23:04:04 [2023-06-22T23:04:04.865Z] #0 8.129 go: downloading mvdan.cc/gofumpt v0.4.0
23:04:04 [2023-06-22T23:04:04.865Z] #0 8.336 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
23:04:04 [2023-06-22T23:04:04.865Z] #0 8.343 go: downloading mvdan.cc/unparam v0.0.0-20221223090309-7455f1af531d
23:04:04 [2023-06-22T23:04:04.865Z] #0 8.457 go: downloading github.com/mitchellh/mapstructure v1.5.0
23:04:04 [2023-06-22T23:04:04.865Z] #0 8.519 go: downloading github.com/spf13/afero v1.8.2
23:04:04 [2023-06-22T23:04:04.865Z] #0 8.560 go: downloading github.com/spf13/cast v1.5.0
23:04:04 [2023-06-22T23:04:04.865Z] #0 8.561 go: downloading github.com/spf13/jwalterweatherman v1.1.0
23:04:04 [2023-06-22T23:04:04.865Z] #0 8.563 go: downloading golang.org/x/sys v0.5.0
23:04:04 [2023-06-22T23:04:04.865Z] #0 8.564 go: downloading golang.org/x/mod v0.8.0
23:04:04 [2023-06-22T23:04:04.865Z] #0 8.564 go: downloading github.com/hashicorp/errwrap v1.0.0
23:04:04 [2023-06-22T23:04:04.865Z] #0 8.564 go: downloading github.com/davecgh/go-spew v1.1.1
23:04:04 [2023-06-22T23:04:04.865Z] #0 8.670 go: downloading github.com/pmezard/go-difflib v1.0.0
23:04:04 [2023-06-22T23:04:04.865Z] #0 8.672 go: downloading github.com/stretchr/objx v0.5.0
23:04:04 [2023-06-22T23:04:04.865Z] #0 8.678 go: downloading golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e
23:04:04 [2023-06-22T23:04:04.865Z] #0 8.731 go: downloading github.com/gobwas/glob v0.2.3
23:04:04 [2023-06-22T23:04:04.865Z] #0 8.749 go: downloading gopkg.in/yaml.v2 v2.4.0
23:04:04 [2023-06-22T23:04:04.865Z] #0 8.778 go: downloading golang.org/x/sync v0.1.0
23:04:04 [2023-06-22T23:04:04.865Z] #0 8.891 go: downloading go.uber.org/zap v1.17.0
23:04:04 [2023-06-22T23:04:04.865Z] #0 9.018 go: downloading github.com/go-toolsmith/astcast v1.1.0
23:04:04 [2023-06-22T23:04:04.865Z] #0 9.018 go: downloading github.com/go-toolsmith/astcopy v1.0.3
23:04:04 [2023-06-22T23:04:04.865Z] #0 9.019 go: downloading github.com/go-toolsmith/astequal v1.1.0
23:04:04 [2023-06-22T23:04:04.865Z] #0 9.071 go: downloading github.com/go-toolsmith/astfmt v1.1.0
23:04:04 [2023-06-22T23:04:04.865Z] #0 9.195 go: downloading github.com/go-toolsmith/astp v1.1.0
23:04:04 [2023-06-22T23:04:04.865Z] #0 9.196 go: downloading github.com/go-toolsmith/strparse v1.1.0
23:04:04 [2023-06-22T23:04:04.865Z] #0 9.196 go: downloading github.com/go-toolsmith/typep v1.1.0
23:04:04 [2023-06-22T23:04:04.865Z] #0 9.200 go: downloading github.com/quasilyte/go-ruleguard v0.3.19
23:04:04 [2023-06-22T23:04:04.865Z] #0 9.243 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95
23:04:04 [2023-06-22T23:04:04.865Z] #0 9.245 go: downloading golang.org/x/exp/typeparams v0.0.0-20230203172020-98cc5a0785f9
23:04:04 [2023-06-22T23:04:04.865Z] #0 9.301 go: downloading github.com/kisielk/gotool v1.0.0
23:04:04 [2023-06-22T23:04:04.865Z] #0 9.453 go: downloading golang.org/x/text v0.6.0
23:04:04 [2023-06-22T23:04:04.865Z] #0 9.456 go: downloading github.com/gostaticanalysis/comment v1.4.2
23:04:04 [2023-06-22T23:04:04.865Z] #0 9.485 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
23:04:04 [2023-06-22T23:04:04.865Z] #0 9.486 go: downloading github.com/ettle/strcase v0.1.1
23:04:04 [2023-06-22T23:04:04.865Z] #0 9.578 go: downloading github.com/fatih/structtag v1.2.0
23:04:04 [2023-06-22T23:04:04.866Z] #0 9.579 go: downloading github.com/Masterminds/semver v1.5.0
23:04:04 [2023-06-22T23:04:04.866Z] #0 9.614 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
23:04:04 [2023-06-22T23:04:04.866Z] #0 9.636 go: downloading github.com/google/go-cmp v0.5.9
23:04:04 [2023-06-22T23:04:04.866Z] #0 9.770 go: downloading github.com/prometheus/client_golang v1.12.1
23:04:04 [2023-06-22T23:04:04.866Z] #53 ...
23:04:04 [2023-06-22T23:04:04.866Z] 
23:04:04 [2023-06-22T23:04:04.866Z] #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
23:04:04 [2023-06-22T23:04:04.866Z] #0 3.030 go: downloading mvdan.cc/sh/v3 v3.6.0
23:04:04 [2023-06-22T23:04:04.866Z] #0 3.445 go: downloading golang.org/x/term v0.3.0
23:04:04 [2023-06-22T23:04:04.866Z] #0 3.445 go: downloading mvdan.cc/editorconfig v0.2.0
23:04:04 [2023-06-22T23:04:04.866Z] #0 3.454 go: downloading github.com/google/renameio/v2 v2.0.0
23:04:04 [2023-06-22T23:04:04.866Z] #0 3.477 go: downloading github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e
23:04:04 [2023-06-22T23:04:04.866Z] #0 3.814 go: downloading golang.org/x/sys v0.3.0
23:04:04 [2023-06-22T23:04:04.866Z] #54 ...
23:04:04 [2023-06-22T23:04:04.866Z] 
23:04:04 [2023-06-22T23:04:04.866Z] #55 [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
23:04:04 [2023-06-22T23:04:04.866Z] #0 2.741 go: downloading github.com/pelletier/go-toml v1.8.1
23:04:04 [2023-06-22T23:04:04.866Z] #55 ...
23:04:04 [2023-06-22T23:04:04.866Z] 
23:04:04 [2023-06-22T23:04:04.866Z] #56 [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             ;
23:04:04 [2023-06-22T23:04:04.866Z] #0 3.370 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
23:04:04 [2023-06-22T23:04:04.866Z] #0 3.390 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
23:04:04 [2023-06-22T23:04:04.866Z] #0 3.390 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
23:04:04 [2023-06-22T23:04:04.866Z] #0 3.903 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
23:04:04 [2023-06-22T23:04:04.866Z] #0 4.369 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [241 kB]
23:04:04 [2023-06-22T23:04:04.866Z] #0 5.059 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.1 kB]
23:04:04 [2023-06-22T23:04:04.866Z] #0 5.868 Fetched 8532 kB in 3s (3092 kB/s)
23:04:04 [2023-06-22T23:04:04.866Z] #0 5.868 Reading package lists...
23:04:04 [2023-06-22T23:04:04.866Z] #0 7.078 Reading package lists...
23:04:04 [2023-06-22T23:04:04.866Z] #0 7.918 Building dependency tree...
23:04:04 [2023-06-22T23:04:04.866Z] #0 8.640 python3 is already the newest version (3.9.2-3).
23:04:04 [2023-06-22T23:04:04.866Z] #0 8.640 The following additional packages will be installed:
23:04:04 [2023-06-22T23:04:04.866Z] #0 8.641   autotools-dev bzip2 dpkg-dev libcap2 libprotobuf-c1 libsigsegv2 libyajl2 m4
23:04:04 [2023-06-22T23:04:04.866Z] #0 8.643   patch xz-utils
23:04:04 [2023-06-22T23:04:04.866Z] #0 8.646 Suggested packages:
23:04:04 [2023-06-22T23:04:04.866Z] #0 8.646   autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring
23:04:04 [2023-06-22T23:04:04.866Z] #0 8.647   manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk
23:04:04 [2023-06-22T23:04:04.866Z] #0 8.647   m4-doc ed diffutils-doc
23:04:04 [2023-06-22T23:04:04.866Z] #0 8.647 Recommended packages:
23:04:04 [2023-06-22T23:04:04.866Z] #0 8.647   fakeroot libalgorithm-merge-perl libltdl-dev
23:04:04 [2023-06-22T23:04:04.866Z] #0 8.883 The following NEW packages will be installed:
23:04:04 [2023-06-22T23:04:04.866Z] #0 8.884   autoconf automake autotools-dev build-essential bzip2 dpkg-dev libcap-dev
23:04:04 [2023-06-22T23:04:04.866Z] #0 8.884   libcap2 libprotobuf-c-dev libprotobuf-c1 libseccomp-dev libsigsegv2
23:04:04 [2023-06-22T23:04:04.866Z] #0 8.885   libsystemd-dev libtool libudev-dev libyajl-dev libyajl2 m4 patch xz-utils
23:04:04 [2023-06-22T23:04:04.866Z] #0 9.180 0 upgraded, 20 newly installed, 0 to remove and 0 not upgraded.
23:04:04 [2023-06-22T23:04:04.866Z] #0 9.180 Need to get 5458 kB of archives.
23:04:04 [2023-06-22T23:04:04.866Z] #0 9.180 After this operation, 11.6 MB of additional disk space will be used.
23:04:04 [2023-06-22T23:04:04.866Z] #0 9.180 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
23:04:04 [2023-06-22T23:04:04.866Z] #0 9.192 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
23:04:04 [2023-06-22T23:04:04.866Z] #0 9.241 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsigsegv2 arm64 2.13-1 [34.7 kB]
23:04:04 [2023-06-22T23:04:04.866Z] #0 9.290 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 m4 arm64 1.4.18-5 [199 kB]
23:04:04 [2023-06-22T23:04:04.866Z] #0 9.303 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 autoconf all 2.69-14 [313 kB]
23:04:04 [2023-06-22T23:04:04.866Z] #0 9.321 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 autotools-dev all 20180224.1+nmu1 [77.1 kB]
23:04:04 [2023-06-22T23:04:04.866Z] #0 9.322 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 automake all 1:1.16.3-2 [814 kB]
23:04:04 [2023-06-22T23:04:04.866Z] #0 9.464 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
23:04:04 [2023-06-22T23:04:04.866Z] #0 9.526 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.12 [2312 kB]
23:04:04 [2023-06-22T23:04:04.866Z] #0 9.594 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 build-essential arm64 12.9 [7704 B]
23:04:04 [2023-06-22T23:04:04.866Z] #0 9.597 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB]
23:04:04 [2023-06-22T23:04:04.866Z] #0 9.632 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap-dev arm64 1:2.44-1 [45.6 kB]
23:04:04 [2023-06-22T23:04:04.866Z] #0 9.671 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
23:04:04 [2023-06-22T23:04:04.866Z] #0 9.744 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c-dev arm64 1.3.3-1+b2 [34.1 kB]
23:04:04 [2023-06-22T23:04:04.866Z] #0 9.749 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
23:04:04 [2023-06-22T23:04:04.866Z] #0 9.757 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7+deb11u2 [401 kB]
23:04:04 [2023-06-22T23:04:04.866Z] #0 9.768 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libtool all 2.4.6-15 [513 kB]
23:04:04 [2023-06-22T23:04:04.866Z] #0 9.824 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7+deb11u2 [123 kB]
23:04:04 [2023-06-22T23:04:04.866Z] #0 9.915 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3 [22.9 kB]
23:04:04 [2023-06-22T23:04:04.866Z] #0 10.00 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl-dev arm64 2.1.0-3 [31.5 kB]
23:04:05 [2023-06-22T23:04:05.127Z] #56 ...
23:04:05 [2023-06-22T23:04:05.127Z] 
23:04:05 [2023-06-22T23:04:05.127Z] #57 [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
23:04:05 [2023-06-22T23:04:05.127Z] #0 3.174 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
23:04:05 [2023-06-22T23:04:05.127Z] #0 3.188 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
23:04:05 [2023-06-22T23:04:05.127Z] #0 3.188 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
23:04:05 [2023-06-22T23:04:05.127Z] #0 3.571 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
23:04:05 [2023-06-22T23:04:05.127Z] #0 4.009 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [241 kB]
23:04:05 [2023-06-22T23:04:05.127Z] #0 4.597 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.1 kB]
23:04:05 [2023-06-22T23:04:05.127Z] #0 5.534 Fetched 8532 kB in 3s (3216 kB/s)
23:04:05 [2023-06-22T23:04:05.127Z] #0 5.534 Reading package lists...
23:04:05 [2023-06-22T23:04:05.127Z] #0 7.168 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
23:04:05 [2023-06-22T23:04:05.127Z] #0 7.176 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
23:04:05 [2023-06-22T23:04:05.127Z] #0 7.185 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
23:04:05 [2023-06-22T23:04:05.127Z] #0 8.801 Reading package lists...
23:04:05 [2023-06-22T23:04:05.127Z] #0 10.00 + apt-get  install -y --no-install-recommends gcc libbtrfs-dev libsecret-1-dev
23:04:05 [2023-06-22T23:04:05.127Z] #0 10.02 Reading package lists...
23:04:05 [2023-06-22T23:04:05.127Z] #57 ...
23:04:05 [2023-06-22T23:04:05.127Z] 
23:04:05 [2023-06-22T23:04:05.127Z] #58 [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
23:04:05 [2023-06-22T23:04:05.127Z] #0 3.426 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
23:04:05 [2023-06-22T23:04:05.127Z] #0 3.439 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
23:04:05 [2023-06-22T23:04:05.127Z] #0 3.450 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
23:04:05 [2023-06-22T23:04:05.127Z] #0 3.801 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
23:04:05 [2023-06-22T23:04:05.127Z] #0 4.199 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [241 kB]
23:04:05 [2023-06-22T23:04:05.128Z] #0 4.809 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.1 kB]
23:04:05 [2023-06-22T23:04:05.128Z] #0 5.885 Fetched 8532 kB in 3s (3099 kB/s)
23:04:05 [2023-06-22T23:04:05.128Z] #0 5.885 Reading package lists...
23:04:05 [2023-06-22T23:04:05.128Z] #0 7.471 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
23:04:05 [2023-06-22T23:04:05.128Z] #0 7.472 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
23:04:05 [2023-06-22T23:04:05.128Z] #0 7.472 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
23:04:05 [2023-06-22T23:04:05.128Z] #0 8.995 Reading package lists...
23:04:05 [2023-06-22T23:04:05.128Z] #0 9.943 + apt-get  install -y --no-install-recommends dpkg-dev gcc libc6-dev libseccomp-dev
23:04:05 [2023-06-22T23:04:05.394Z] #0 9.956 Reading package lists...
23:04:05 [2023-06-22T23:04:05.394Z] #58 ...
23:04:05 [2023-06-22T23:04:05.394Z] 
23:04:05 [2023-06-22T23:04:05.394Z] #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
23:04:05 [2023-06-22T23:04:05.394Z] #0 4.571 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
23:04:05 [2023-06-22T23:04:05.394Z] #0 4.576 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
23:04:05 [2023-06-22T23:04:05.394Z] #0 4.576 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
23:04:05 [2023-06-22T23:04:05.394Z] #0 5.024 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
23:04:05 [2023-06-22T23:04:05.394Z] #0 5.478 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [241 kB]
23:04:05 [2023-06-22T23:04:05.394Z] #0 5.995 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.1 kB]
23:04:05 [2023-06-22T23:04:05.394Z] #0 7.637 Fetched 8532 kB in 3s (2454 kB/s)
23:04:05 [2023-06-22T23:04:05.394Z] #0 7.637 Reading package lists...
23:04:05 [2023-06-22T23:04:05.394Z] #0 8.796 Reading package lists...
23:04:05 [2023-06-22T23:04:05.394Z] #0 9.452 Building dependency tree...
23:04:05 [2023-06-22T23:04:05.394Z] #0 10.01 The following additional packages will be installed:
23:04:05 [2023-06-22T23:04:05.394Z] #0 10.02   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
23:04:05 [2023-06-22T23:04:05.394Z] #0 10.02 Suggested packages:
23:04:05 [2023-06-22T23:04:05.394Z] #0 10.02   cmake-doc ninja-build lrzip
23:04:05 [2023-06-22T23:04:05.394Z] #0 10.13 The following NEW packages will be installed:
23:04:05 [2023-06-22T23:04:05.394Z] #0 10.13   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
23:04:05 [2023-06-22T23:04:05.394Z] #59 ...
23:04:05 [2023-06-22T23:04:05.394Z] 
23:04:05 [2023-06-22T23:04:05.394Z] #60 [dockercli-integration 3/3] RUN --mount=type=cache,id=dockercli-integration-git-linux/arm64,target=./.git     --mount=type=cache,target=/root/.cache/go-build,id=dockercli-integration-build-linux/arm64     /download-or-build-cli.sh v17.06.2-ce https://github.com/docker/cli.git /build
23:04:05 [2023-06-22T23:04:05.655Z] #60 ...
23:04:05 [2023-06-22T23:04:05.655Z] 
23:04:05 [2023-06-22T23:04:05.655Z] #61 [rootlesskit-build 2/5] RUN --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc libc6-dev
23:04:05 [2023-06-22T23:04:05.655Z] #0 4.378 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
23:04:05 [2023-06-22T23:04:05.655Z] #0 4.402 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
23:04:05 [2023-06-22T23:04:05.655Z] #0 4.402 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
23:04:05 [2023-06-22T23:04:05.655Z] #0 4.821 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
23:04:05 [2023-06-22T23:04:05.655Z] #0 5.394 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [241 kB]
23:04:05 [2023-06-22T23:04:05.655Z] #0 5.728 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.1 kB]
23:04:05 [2023-06-22T23:04:05.655Z] #0 7.385 Fetched 8532 kB in 3s (2604 kB/s)
23:04:05 [2023-06-22T23:04:05.655Z] #0 7.385 Reading package lists...
23:04:05 [2023-06-22T23:04:05.655Z] #0 8.928 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
23:04:05 [2023-06-22T23:04:05.655Z] #0 8.928 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
23:04:05 [2023-06-22T23:04:05.655Z] #0 8.928 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
23:04:05 [2023-06-22T23:04:05.655Z] #0 10.41 Reading package lists...
23:04:05 [2023-06-22T23:04:05.655Z] #61 ...
23:04:05 [2023-06-22T23:04:05.655Z] 
23:04:05 [2023-06-22T23:04:05.655Z] #62 [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
23:04:05 [2023-06-22T23:04:05.655Z] #0 2.710 go: downloading gotest.tools/gotestsum v1.8.2
23:04:05 [2023-06-22T23:04:05.655Z] #0 3.208 go: downloading golang.org/x/tools v0.1.11
23:04:05 [2023-06-22T23:04:05.655Z] #0 3.210 go: downloading github.com/dnephin/pflag v1.0.7
23:04:05 [2023-06-22T23:04:05.655Z] #0 3.212 go: downloading github.com/fatih/color v1.13.0
23:04:05 [2023-06-22T23:04:05.655Z] #0 3.216 go: downloading golang.org/x/term v0.0.0-20220526004731-065cf7ba2467
23:04:05 [2023-06-22T23:04:05.655Z] #0 3.216 go: downloading golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
23:04:05 [2023-06-22T23:04:05.655Z] #0 3.222 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
23:04:05 [2023-06-22T23:04:05.655Z] #0 3.230 go: downloading github.com/fsnotify/fsnotify v1.5.4
23:04:05 [2023-06-22T23:04:05.655Z] #0 3.231 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
23:04:05 [2023-06-22T23:04:05.655Z] #0 3.258 go: downloading github.com/mattn/go-colorable v0.1.12
23:04:05 [2023-06-22T23:04:05.655Z] #0 3.261 go: downloading github.com/mattn/go-isatty v0.0.14
23:04:05 [2023-06-22T23:04:05.655Z] #0 4.505 go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
23:04:05 [2023-06-22T23:04:05.918Z] #62 ...
23:04:05 [2023-06-22T23:04:05.918Z] 
23:04:05 [2023-06-22T23:04:05.918Z] #63 [dockercli 3/3] RUN --mount=type=cache,id=dockercli-git-linux/arm64,target=./.git     --mount=type=cache,target=/root/.cache/go-build,id=dockercli-build-linux/arm64     /download-or-build-cli.sh v24.0.2 https://github.com/docker/cli.git /build
23:04:05 [2023-06-22T23:04:05.918Z] #63 ...
23:04:05 [2023-06-22T23:04:05.918Z] 
23:04:05 [2023-06-22T23:04:05.918Z] #64 [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...)
23:04:05 [2023-06-22T23:04:05.918Z] #0 3.821 + git fetch -q --depth 1 origin v2.3.0 +refs/tags/*:refs/tags/*
23:04:05 [2023-06-22T23:04:05.918Z] #0 5.383 + git checkout -q FETCH_HEAD
23:04:05 [2023-06-22T23:04:05.918Z] #0 6.011 + export GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
23:04:05 [2023-06-22T23:04:05.918Z] #0 6.012 + CGO_ENABLED=0 xx-go build -o /build/registry-v2 -v ./cmd/registry
23:04:05 [2023-06-22T23:04:05.918Z] #0 6.506 internal/coverage/rtcov
23:04:05 [2023-06-22T23:04:05.918Z] #0 6.508 internal/unsafeheader
23:04:05 [2023-06-22T23:04:05.918Z] #0 6.533 internal/goexperiment
23:04:05 [2023-06-22T23:04:05.918Z] #0 6.541 internal/goos
23:04:05 [2023-06-22T23:04:05.918Z] #0 6.569 internal/goarch
23:04:05 [2023-06-22T23:04:05.918Z] #0 6.570 internal/race
23:04:05 [2023-06-22T23:04:05.918Z] #0 6.586 internal/cpu
23:04:05 [2023-06-22T23:04:05.918Z] #0 6.597 sync/atomic
23:04:05 [2023-06-22T23:04:05.918Z] #0 6.607 unicode
23:04:05 [2023-06-22T23:04:05.918Z] #0 6.610 unicode/utf8
23:04:05 [2023-06-22T23:04:05.918Z] #0 6.617 container/list
23:04:05 [2023-06-22T23:04:05.918Z] #0 6.637 runtime/internal/syscall
23:04:05 [2023-06-22T23:04:05.918Z] #0 6.654 internal/abi
23:04:05 [2023-06-22T23:04:05.918Z] #0 6.672 runtime/internal/math
23:04:05 [2023-06-22T23:04:05.918Z] #0 6.875 runtime/internal/sys
23:04:05 [2023-06-22T23:04:05.918Z] #0 6.877 internal/itoa
23:04:05 [2023-06-22T23:04:05.918Z] #0 6.913 math/bits
23:04:05 [2023-06-22T23:04:05.918Z] #0 6.942 internal/bytealg
23:04:05 [2023-06-22T23:04:05.918Z] #0 7.006 runtime/internal/atomic
23:04:05 [2023-06-22T23:04:05.918Z] #0 7.041 crypto/internal/alias
23:04:05 [2023-06-22T23:04:05.918Z] #0 7.100 crypto/subtle
23:04:05 [2023-06-22T23:04:05.919Z] #0 7.243 crypto/internal/boring/sig
23:04:05 [2023-06-22T23:04:05.919Z] #0 7.252 math
23:04:05 [2023-06-22T23:04:05.919Z] #0 7.272 unicode/utf16
23:04:05 [2023-06-22T23:04:05.919Z] #0 7.290 vendor/golang.org/x/crypto/cryptobyte/asn1
23:04:05 [2023-06-22T23:04:05.919Z] #0 7.540 internal/nettrace
23:04:05 [2023-06-22T23:04:05.919Z] #0 7.609 vendor/golang.org/x/crypto/internal/alias
23:04:05 [2023-06-22T23:04:05.919Z] #0 7.619 encoding
23:04:05 [2023-06-22T23:04:05.919Z] #0 7.632 github.com/docker/distribution/manifest
23:04:05 [2023-06-22T23:04:05.919Z] #0 7.658 github.com/inconshreveable/mousetrap
23:04:05 [2023-06-22T23:04:05.919Z] #0 7.733 github.com/docker/distribution/registry/storage/driver/gcs
23:04:05 [2023-06-22T23:04:05.919Z] #0 7.745 github.com/docker/distribution/registry/storage/driver/oss
23:04:05 [2023-06-22T23:04:05.919Z] #0 7.895 runtime
23:04:06 [2023-06-22T23:04:06.180Z] #64 ...
23:04:06 [2023-06-22T23:04:06.180Z] 
23:04:06 [2023-06-22T23:04:06.180Z] #65 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.7.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
23:04:06 [2023-06-22T23:04:06.180Z] #65 ...
23:04:06 [2023-06-22T23:04:06.180Z] 
23:04:06 [2023-06-22T23:04:06.180Z] #56 [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             ;
23:04:06 [2023-06-22T23:04:06.180Z] #56 10.44 debconf: delaying package configuration, since apt-utils is not installed
23:04:06 [2023-06-22T23:04:06.180Z] #56 10.62 Fetched 5458 kB in 1s (4979 kB/s)
23:04:06 [2023-06-22T23:04:06.180Z] #56 10.99 Selecting previously unselected package bzip2.
23:04:06 [2023-06-22T23:04:06.180Z] #56 10.99 (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.)
23:04:06 [2023-06-22T23:04:06.180Z] #56 11.01 Preparing to unpack .../00-bzip2_1.0.8-4_arm64.deb ...
23:04:06 [2023-06-22T23:04:06.180Z] #56 11.11 Unpacking bzip2 (1.0.8-4) ...
23:04:06 [2023-06-22T23:04:06.765Z] #56 11.99 Selecting previously unselected package xz-utils.
23:04:06 [2023-06-22T23:04:06.765Z] #56 11.99 Preparing to unpack .../01-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
23:04:07 [2023-06-22T23:04:07.927Z] #56 12.26 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
23:04:07 [2023-06-22T23:04:07.927Z] #56 ...
23:04:07 [2023-06-22T23:04:07.927Z] 
23:04:07 [2023-06-22T23:04:07.927Z] #66 [delve-src 3/3] RUN git fetch -q --depth 1 origin "v1.20.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
23:04:07 [2023-06-22T23:04:07.927Z] #66 ...
23:04:07 [2023-06-22T23:04:07.927Z] 
23:04:07 [2023-06-22T23:04:07.927Z] #67 [swagger-src 3/3] RUN git fetch -q --depth 1 origin "c56166c036004ba7a3a321e5951ba472b9ae298c" && git checkout -q FETCH_HEAD
23:04:08 [2023-06-22T23:04:08.202Z] #67 ...
23:04:08 [2023-06-22T23:04:08.202Z] 
23:04:08 [2023-06-22T23:04:08.202Z] #27 [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
23:04:08 [2023-06-22T23:04:08.202Z] #27 2.917 go: downloading github.com/tc-hib/go-winres v0.3.0
23:04:08 [2023-06-22T23:04:08.202Z] #27 3.463 go: downloading github.com/tc-hib/winres v0.1.6
23:04:08 [2023-06-22T23:04:08.202Z] #27 3.463 go: downloading github.com/urfave/cli/v2 v2.3.0
23:04:08 [2023-06-22T23:04:08.202Z] #27 3.810 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
23:04:08 [2023-06-22T23:04:08.202Z] #27 3.827 go: downloading github.com/russross/blackfriday/v2 v2.1.0
23:04:08 [2023-06-22T23:04:08.202Z] #27 3.946 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
23:04:08 [2023-06-22T23:04:08.202Z] #27 3.966 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
23:04:08 [2023-06-22T23:04:08.202Z] #27 ...
23:04:08 [2023-06-22T23:04:08.202Z] 
23:04:08 [2023-06-22T23:04:08.202Z] #57 [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
23:04:08 [2023-06-22T23:04:08.202Z] #0 10.02 Reading package lists...
23:04:08 [2023-06-22T23:04:08.202Z] #57 11.04 Building dependency tree...
23:04:08 [2023-06-22T23:04:08.202Z] #57 11.71 gcc is already the newest version (4:10.2.1-1).
23:04:08 [2023-06-22T23:04:08.202Z] #57 11.71 The following additional packages will be installed:
23:04:08 [2023-06-22T23:04:08.202Z] #57 11.72   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libbtrfs0 libelf1 libffi-dev
23:04:08 [2023-06-22T23:04:08.202Z] #57 11.73   libgirepository-1.0-1 libglib2.0-bin libglib2.0-data libglib2.0-dev
23:04:08 [2023-06-22T23:04:08.202Z] #57 11.73   libglib2.0-dev-bin libmount-dev libpcre16-3 libpcre2-16-0 libpcre2-32-0
23:04:08 [2023-06-22T23:04:08.202Z] #57 11.73   libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3 libpcrecpp0v5
23:04:08 [2023-06-22T23:04:08.202Z] #57 11.73   libsecret-1-0 libsecret-common libselinux1-dev libsepol1-dev
23:04:08 [2023-06-22T23:04:08.202Z] #57 11.73   python3-distutils python3-lib2to3 uuid-dev zlib1g-dev
23:04:08 [2023-06-22T23:04:08.202Z] #57 11.73 Suggested packages:
23:04:08 [2023-06-22T23:04:08.202Z] #57 11.73   libgirepository1.0-dev libglib2.0-doc libgdk-pixbuf2.0-bin
23:04:08 [2023-06-22T23:04:08.202Z] #57 11.73   | libgdk-pixbuf2.0-dev libxml2-utils
23:04:08 [2023-06-22T23:04:08.202Z] #57 12.00 The following NEW packages will be installed:
23:04:08 [2023-06-22T23:04:08.202Z] #57 12.00   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libbtrfs-dev libbtrfs0 libelf1
23:04:08 [2023-06-22T23:04:08.202Z] #57 12.00   libffi-dev libgirepository-1.0-1 libglib2.0-bin libglib2.0-data
23:04:08 [2023-06-22T23:04:08.202Z] #57 12.00   libglib2.0-dev libglib2.0-dev-bin libmount-dev libpcre16-3 libpcre2-16-0
23:04:08 [2023-06-22T23:04:08.202Z] #57 12.00   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3
23:04:08 [2023-06-22T23:04:08.202Z] #57 12.00   libpcrecpp0v5 libsecret-1-0 libsecret-1-dev libsecret-common libselinux1-dev
23:04:08 [2023-06-22T23:04:08.202Z] #57 12.00   libsepol1-dev python3-distutils python3-lib2to3 uuid-dev zlib1g-dev
23:04:08 [2023-06-22T23:04:08.202Z] #57 12.69 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded.
23:04:08 [2023-06-22T23:04:08.202Z] #57 12.69 Need to get 7950 kB of archives.
23:04:08 [2023-06-22T23:04:08.202Z] #57 12.69 After this operation, 39.9 MB of additional disk space will be used.
23:04:08 [2023-06-22T23:04:08.202Z] #57 12.69 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]
23:04:08 [2023-06-22T23:04:08.202Z] #57 12.75 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]
23:04:08 [2023-06-22T23:04:08.202Z] #57 13.21 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsecret-common all 0.20.4-2 [26.7 kB]
23:04:08 [2023-06-22T23:04:08.202Z] #57 13.30 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsecret-1-0 arm64 0.20.4-2 [107 kB]
23:04:08 [2023-06-22T23:04:08.463Z] #57 13.30 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gir1.2-secret-1 arm64 0.20.4-2 [13.7 kB]
23:04:08 [2023-06-22T23:04:08.463Z] #57 13.31 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uuid-dev arm64 2.36.1-8+deb11u1 [99.6 kB]
23:04:08 [2023-06-22T23:04:08.463Z] #57 13.48 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libblkid-dev arm64 2.36.1-8+deb11u1 [229 kB]
23:04:08 [2023-06-22T23:04:08.464Z] #57 13.50 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB]
23:04:08 [2023-06-22T23:04:08.464Z] #57 13.51 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB]
23:04:08 [2023-06-22T23:04:08.747Z] #57 13.67 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB]
23:04:08 [2023-06-22T23:04:08.747Z] #57 13.72 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libffi-dev arm64 3.3-6 [53.2 kB]
23:04:08 [2023-06-22T23:04:08.747Z] #57 13.72 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-data all 2.66.8-1 [1164 kB]
23:04:08 [2023-06-22T23:04:08.747Z] #57 13.75 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-bin arm64 2.66.8-1 [137 kB]
23:04:08 [2023-06-22T23:04:08.747Z] #57 13.76 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
23:04:08 [2023-06-22T23:04:08.747Z] #57 13.81 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB]
23:04:08 [2023-06-22T23:04:08.747Z] #57 13.81 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-dev-bin arm64 2.66.8-1 [177 kB]
23:04:08 [2023-06-22T23:04:08.747Z] #57 13.83 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB]
23:04:08 [2023-06-22T23:04:08.747Z] #57 13.85 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2+deb11u1 [203 kB]
23:04:08 [2023-06-22T23:04:08.747Z] #57 13.86 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2+deb11u1 [194 kB]
23:04:08 [2023-06-22T23:04:08.747Z] #57 13.86 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2+deb11u1 [49.1 kB]
23:04:08 [2023-06-22T23:04:08.747Z] #57 13.87 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2+deb11u1 [647 kB]
23:04:08 [2023-06-22T23:04:08.747Z] #57 13.95 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB]
23:04:08 [2023-06-22T23:04:08.747Z] #57 13.95 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmount-dev arm64 2.36.1-8+deb11u1 [78.0 kB]
23:04:08 [2023-06-22T23:04:08.747Z] #57 13.97 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre16-3 arm64 2:8.39-13 [236 kB]
23:04:09 [2023-06-22T23:04:09.009Z] #57 13.97 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre32-3 arm64 2:8.39-13 [229 kB]
23:04:09 [2023-06-22T23:04:09.009Z] #57 14.03 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcrecpp0v5 arm64 2:8.39-13 [151 kB]
23:04:09 [2023-06-22T23:04:09.009Z] #57 14.04 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre3-dev arm64 2:8.39-13 [579 kB]
23:04:09 [2023-06-22T23:04:09.009Z] #57 14.06 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-2+deb11u2 [189 kB]
23:04:09 [2023-06-22T23:04:09.009Z] #57 14.14 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-dev arm64 2.66.8-1 [1592 kB]
23:04:09 [2023-06-22T23:04:09.009Z] #57 14.16 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsecret-1-dev arm64 0.20.4-2 [218 kB]
23:04:09 [2023-06-22T23:04:09.583Z] #57 14.51 debconf: delaying package configuration, since apt-utils is not installed
23:04:09 [2023-06-22T23:04:09.583Z] #57 14.68 Fetched 7950 kB in 2s (3723 kB/s)
23:04:09 [2023-06-22T23:04:09.845Z] #57 14.96 Selecting previously unselected package libgirepository-1.0-1:arm64.
23:04:09 [2023-06-22T23:04:09.845Z] #57 14.96 (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.)
23:04:09 [2023-06-22T23:04:09.845Z] #57 14.99 Preparing to unpack .../00-libgirepository-1.0-1_1.66.1-1+b1_arm64.deb ...
23:04:10 [2023-06-22T23:04:10.107Z] #57 15.14 Unpacking libgirepository-1.0-1:arm64 (1.66.1-1+b1) ...
23:04:10 [2023-06-22T23:04:10.681Z] #57 15.67 Selecting previously unselected package gir1.2-glib-2.0:arm64.
23:04:10 [2023-06-22T23:04:10.681Z] #57 15.68 Preparing to unpack .../01-gir1.2-glib-2.0_1.66.1-1+b1_arm64.deb ...
23:04:11 [2023-06-22T23:04:11.093Z] #57 15.90 Unpacking gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ...
23:04:11 [2023-06-22T23:04:11.362Z] #57 16.48 Selecting previously unselected package libsecret-common.
23:04:11 [2023-06-22T23:04:11.362Z] #57 16.49 Preparing to unpack .../02-libsecret-common_0.20.4-2_all.deb ...
23:04:11 [2023-06-22T23:04:11.624Z] #57 16.60 Unpacking libsecret-common (0.20.4-2) ...
23:04:12 [2023-06-22T23:04:12.569Z] #57 17.27 Selecting previously unselected package libsecret-1-0:arm64.
23:04:12 [2023-06-22T23:04:12.569Z] #57 17.27 Preparing to unpack .../03-libsecret-1-0_0.20.4-2_arm64.deb ...
23:04:12 [2023-06-22T23:04:12.569Z] #57 17.29 Unpacking libsecret-1-0:arm64 (0.20.4-2) ...
23:04:12 [2023-06-22T23:04:12.831Z] #57 ...
23:04:12 [2023-06-22T23:04:12.831Z] 
23:04:12 [2023-06-22T23:04:12.831Z] #64 [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...)
23:04:12 [2023-06-22T23:04:12.831Z] #64 13.32 sync
23:04:12 [2023-06-22T23:04:12.831Z] #64 13.34 internal/reflectlite
23:04:12 [2023-06-22T23:04:12.831Z] #64 13.46 internal/testlog
23:04:12 [2023-06-22T23:04:12.831Z] #64 13.48 internal/godebug
23:04:12 [2023-06-22T23:04:12.831Z] #64 13.48 internal/singleflight
23:04:12 [2023-06-22T23:04:12.831Z] #64 13.64 math/rand
23:04:12 [2023-06-22T23:04:12.831Z] #64 13.64 internal/intern
23:04:12 [2023-06-22T23:04:12.831Z] #64 14.05 sort
23:04:12 [2023-06-22T23:04:12.831Z] #64 14.06 errors
23:04:12 [2023-06-22T23:04:12.831Z] #64 14.19 io
23:04:12 [2023-06-22T23:04:12.831Z] #64 14.19 internal/oserror
23:04:12 [2023-06-22T23:04:12.831Z] #64 14.19 strconv
23:04:12 [2023-06-22T23:04:12.831Z] #64 14.19 path
23:04:12 [2023-06-22T23:04:12.831Z] #64 14.19 vendor/golang.org/x/net/dns/dnsmessage
23:04:12 [2023-06-22T23:04:12.831Z] #64 14.19 internal/safefilepath
23:04:12 [2023-06-22T23:04:12.831Z] #64 14.19 crypto/internal/nistec/fiat
23:04:12 [2023-06-22T23:04:12.831Z] #64 14.31 syscall
23:04:12 [2023-06-22T23:04:12.831Z] #64 14.39 container/heap
23:04:12 [2023-06-22T23:04:12.831Z] #64 14.46 bytes
23:04:12 [2023-06-22T23:04:12.831Z] #64 14.47 crypto/internal/randutil
23:04:12 [2023-06-22T23:04:12.831Z] #64 14.47 hash
23:04:12 [2023-06-22T23:04:12.831Z] #64 14.50 strings
23:04:12 [2023-06-22T23:04:12.831Z] #64 14.62 text/tabwriter
23:04:12 [2023-06-22T23:04:12.831Z] #64 14.67 hash/crc32
23:04:12 [2023-06-22T23:04:12.831Z] #64 14.90 github.com/stevvooe/resumable
23:04:12 [2023-06-22T23:04:12.831Z] #64 15.31 net/http/internal/ascii
23:04:12 [2023-06-22T23:04:12.831Z] #64 15.32 github.com/garyburd/redigo/internal
23:04:12 [2023-06-22T23:04:12.831Z] #64 15.32 bufio
23:04:12 [2023-06-22T23:04:12.831Z] #64 15.41 crypto
23:04:12 [2023-06-22T23:04:12.831Z] #64 15.44 reflect
23:04:12 [2023-06-22T23:04:12.831Z] #64 15.50 crypto/rc4
23:04:12 [2023-06-22T23:04:12.831Z] #64 15.52 net/netip
23:04:12 [2023-06-22T23:04:12.831Z] #64 15.57 vendor/golang.org/x/text/transform
23:04:12 [2023-06-22T23:04:12.831Z] #64 15.59 regexp/syntax
23:04:12 [2023-06-22T23:04:12.831Z] #64 15.75 encoding/base32
23:04:12 [2023-06-22T23:04:12.831Z] #64 15.77 golang.org/x/crypto/blowfish
23:04:12 [2023-06-22T23:04:12.831Z] #64 15.92 html
23:04:13 [2023-06-22T23:04:13.129Z] #64 17.01 regexp
23:04:13 [2023-06-22T23:04:13.392Z] #64 17.35 time
23:04:13 [2023-06-22T23:04:13.392Z] #64 17.42 internal/syscall/execenv
23:04:13 [2023-06-22T23:04:13.392Z] #64 17.42 internal/syscall/unix
23:04:14 [2023-06-22T23:04:14.343Z] #64 18.24 context
23:04:14 [2023-06-22T23:04:14.343Z] #64 18.24 io/fs
23:04:14 [2023-06-22T23:04:14.343Z] #64 18.24 internal/poll
23:04:14 [2023-06-22T23:04:14.343Z] #64 18.33 encoding/binary
23:04:14 [2023-06-22T23:04:14.343Z] #64 18.33 internal/fmtsort
23:04:14 [2023-06-22T23:04:14.343Z] #64 18.33 internal/saferio
23:04:14 [2023-06-22T23:04:14.343Z] #64 18.38 embed
23:04:14 [2023-06-22T23:04:14.605Z] #64 18.65 crypto/cipher
23:04:14 [2023-06-22T23:04:14.605Z] #64 18.65 crypto/md5
23:04:14 [2023-06-22T23:04:14.605Z] #64 18.65 crypto/sha1
23:04:14 [2023-06-22T23:04:14.605Z] #64 18.66 encoding/base64
23:04:14 [2023-06-22T23:04:14.605Z] #64 18.66 vendor/golang.org/x/crypto/internal/poly1305
23:04:14 [2023-06-22T23:04:14.605Z] #64 18.66 crypto/internal/edwards25519/field
23:04:14 [2023-06-22T23:04:14.605Z] #64 18.66 crypto/internal/nistec
23:04:14 [2023-06-22T23:04:14.605Z] #64 18.78 os
23:04:14 [2023-06-22T23:04:14.866Z] #64 18.83 crypto/internal/boring
23:04:14 [2023-06-22T23:04:14.867Z] #64 18.84 crypto/des
23:04:14 [2023-06-22T23:04:14.867Z] #64 18.84 encoding/pem
23:04:14 [2023-06-22T23:04:14.867Z] #64 18.90 crypto/aes
23:04:14 [2023-06-22T23:04:14.867Z] #64 ...
23:04:14 [2023-06-22T23:04:14.867Z] 
23:04:14 [2023-06-22T23:04:14.867Z] #53 [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
23:04:14 [2023-06-22T23:04:14.867Z] #53 10.00 go: downloading github.com/prometheus/client_model v0.2.0
23:04:14 [2023-06-22T23:04:14.867Z] #53 10.00 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
23:04:14 [2023-06-22T23:04:14.867Z] #53 10.02 go: downloading github.com/subosito/gotenv v1.4.1
23:04:14 [2023-06-22T23:04:14.867Z] #53 10.02 go: downloading github.com/hashicorp/hcl v1.0.0
23:04:14 [2023-06-22T23:04:14.867Z] #53 10.18 go: downloading gopkg.in/ini.v1 v1.67.0
23:04:14 [2023-06-22T23:04:14.867Z] #53 10.21 go: downloading github.com/magiconair/properties v1.8.6
23:04:14 [2023-06-22T23:04:14.867Z] #53 10.22 go: downloading github.com/pelletier/go-toml/v2 v2.0.5
23:04:14 [2023-06-22T23:04:14.867Z] #53 10.45 go: downloading go.uber.org/atomic v1.7.0
23:04:14 [2023-06-22T23:04:14.867Z] #53 10.47 go: downloading go.uber.org/multierr v1.6.0
23:04:14 [2023-06-22T23:04:14.867Z] #53 10.54 go: downloading github.com/pelletier/go-toml v1.9.5
23:04:14 [2023-06-22T23:04:14.867Z] #53 10.57 go: downloading github.com/chavacava/garif v0.0.0-20221024190013-b3ef35877348
23:04:14 [2023-06-22T23:04:14.867Z] #53 10.59 go: downloading github.com/olekukonko/tablewriter v0.0.5
23:04:14 [2023-06-22T23:04:14.867Z] #53 10.60 go: downloading github.com/quasilyte/gogrep v0.5.0
23:04:14 [2023-06-22T23:04:14.867Z] #53 10.78 go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567
23:04:14 [2023-06-22T23:04:14.867Z] #53 10.83 go: downloading github.com/golang/protobuf v1.5.2
23:04:14 [2023-06-22T23:04:14.867Z] #53 10.84 go: downloading github.com/beorn7/perks v1.0.1
23:04:14 [2023-06-22T23:04:14.867Z] #53 10.87 go: downloading github.com/cespare/xxhash/v2 v2.1.2
23:04:14 [2023-06-22T23:04:14.867Z] #53 11.00 go: downloading github.com/prometheus/common v0.32.1
23:04:14 [2023-06-22T23:04:14.867Z] #53 11.19 go: downloading github.com/prometheus/procfs v0.7.3
23:04:14 [2023-06-22T23:04:14.867Z] #53 11.19 go: downloading google.golang.org/protobuf v1.28.0
23:04:14 [2023-06-22T23:04:14.867Z] #53 11.20 go: downloading github.com/mattn/go-runewidth v0.0.9
23:04:14 [2023-06-22T23:04:14.867Z] #53 12.07 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
23:04:14 [2023-06-22T23:04:14.867Z] #53 ...
23:04:14 [2023-06-22T23:04:14.867Z] 
23:04:14 [2023-06-22T23:04:14.867Z] #64 [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...)
23:04:14 [2023-06-22T23:04:14.867Z] #64 18.99 crypto/sha512
23:04:15 [2023-06-22T23:04:15.128Z] #64 19.07 crypto/hmac
23:04:15 [2023-06-22T23:04:15.128Z] #64 19.07 crypto/sha256
23:04:15 [2023-06-22T23:04:15.128Z] #64 19.08 crypto/internal/edwards25519
23:04:15 [2023-06-22T23:04:15.128Z] #64 19.10 vendor/golang.org/x/crypto/chacha20
23:04:15 [2023-06-22T23:04:15.128Z] #64 19.33 vendor/golang.org/x/crypto/hkdf
23:04:15 [2023-06-22T23:04:15.438Z] #64 19.43 vendor/golang.org/x/crypto/chacha20poly1305
23:04:15 [2023-06-22T23:04:15.438Z] #64 19.46 crypto/ecdh
23:04:15 [2023-06-22T23:04:15.438Z] #64 19.54 fmt
23:04:15 [2023-06-22T23:04:15.700Z] #64 19.55 path/filepath
23:04:15 [2023-06-22T23:04:15.700Z] #64 19.55 os/signal
23:04:15 [2023-06-22T23:04:15.700Z] #64 19.55 io/ioutil
23:04:15 [2023-06-22T23:04:15.700Z] #64 19.57 net
23:04:15 [2023-06-22T23:04:15.700Z] #64 ...
23:04:15 [2023-06-22T23:04:15.700Z] 
23:04:15 [2023-06-22T23:04:15.700Z] #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
23:04:15 [2023-06-22T23:04:15.700Z] #59 10.41 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
23:04:15 [2023-06-22T23:04:15.700Z] #59 10.41 Need to get 15.1 MB of archives.
23:04:15 [2023-06-22T23:04:15.700Z] #59 10.41 After this operation, 66.8 MB of additional disk space will be used.
23:04:15 [2023-06-22T23:04:15.700Z] #59 10.41 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
23:04:15 [2023-06-22T23:04:15.700Z] #59 10.52 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
23:04:15 [2023-06-22T23:04:15.700Z] #59 10.66 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxml2 arm64 2.9.10+dfsg-6.7+deb11u4 [629 kB]
23:04:15 [2023-06-22T23:04:15.700Z] #59 10.67 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+deb11u1 [320 kB]
23:04:15 [2023-06-22T23:04:15.700Z] #59 10.67 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB]
23:04:15 [2023-06-22T23:04:15.700Z] #59 10.67 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB]
23:04:15 [2023-06-22T23:04:15.700Z] #59 10.67 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB]
23:04:15 [2023-06-22T23:04:15.700Z] #59 10.68 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB]
23:04:15 [2023-06-22T23:04:15.700Z] #59 11.29 debconf: delaying package configuration, since apt-utils is not installed
23:04:15 [2023-06-22T23:04:15.700Z] #59 11.76 Fetched 15.1 MB in 1s (23.8 MB/s)
23:04:15 [2023-06-22T23:04:15.700Z] #59 13.46 Selecting previously unselected package cmake-data.
23:04:15 [2023-06-22T23:04:15.700Z] #59 13.46 (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.)
23:04:15 [2023-06-22T23:04:15.700Z] #59 13.47 Preparing to unpack .../0-cmake-data_3.18.4-2+deb11u1_all.deb ...
23:04:15 [2023-06-22T23:04:15.700Z] #59 13.53 Unpacking cmake-data (3.18.4-2+deb11u1) ...
23:04:15 [2023-06-22T23:04:15.700Z] #59 15.95 Selecting previously unselected package libicu67:arm64.
23:04:15 [2023-06-22T23:04:15.700Z] #59 15.95 Preparing to unpack .../1-libicu67_67.1-7_arm64.deb ...
23:04:15 [2023-06-22T23:04:15.700Z] #59 16.23 Unpacking libicu67:arm64 (67.1-7) ...
23:04:15 [2023-06-22T23:04:15.700Z] #59 19.97 Selecting previously unselected package libxml2:arm64.
23:04:15 [2023-06-22T23:04:15.700Z] #59 19.97 Preparing to unpack .../2-libxml2_2.9.10+dfsg-6.7+deb11u4_arm64.deb ...
23:04:15 [2023-06-22T23:04:15.700Z] #59 20.12 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7+deb11u4) ...
23:04:15 [2023-06-22T23:04:15.700Z] #59 20.50 Selecting previously unselected package libarchive13:arm64.
23:04:15 [2023-06-22T23:04:15.700Z] #59 20.50 Preparing to unpack .../3-libarchive13_3.4.3-2+deb11u1_arm64.deb ...
23:04:15 [2023-06-22T23:04:15.700Z] #59 20.55 Unpacking libarchive13:arm64 (3.4.3-2+deb11u1) ...
23:04:15 [2023-06-22T23:04:15.700Z] #59 ...
23:04:15 [2023-06-22T23:04:15.700Z] 
23:04:15 [2023-06-22T23:04:15.700Z] #27 [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
23:04:15 [2023-06-22T23:04:15.700Z] #27 20.69 NAME:
23:04:15 [2023-06-22T23:04:15.700Z] #27 20.69    go-winres - A tool for embedding resources in Windows executables
23:04:15 [2023-06-22T23:04:15.700Z] #27 20.69 
23:04:15 [2023-06-22T23:04:15.700Z] #27 20.69 USAGE:
23:04:15 [2023-06-22T23:04:15.700Z] #27 20.69    go-winres [global options] command [command options] [arguments...]
23:04:15 [2023-06-22T23:04:15.700Z] #27 20.69 
23:04:15 [2023-06-22T23:04:15.700Z] #27 20.69 COMMANDS:
23:04:15 [2023-06-22T23:04:15.700Z] #27 20.69    init     Create an initial ./winres/winres.json
23:04:15 [2023-06-22T23:04:15.700Z] #27 20.69    make     Make syso files for the "go build" command
23:04:15 [2023-06-22T23:04:15.700Z] #27 20.69    simply   Make syso files for the "go build" command (simplified)
23:04:15 [2023-06-22T23:04:15.700Z] #27 20.69    extract  Extract all resources from an executable
23:04:15 [2023-06-22T23:04:15.700Z] #27 20.69    patch    Replace resources in an executable file (exe, dll)
23:04:15 [2023-06-22T23:04:15.701Z] #27 20.69    help, h  Shows a list of commands or help for one command
23:04:15 [2023-06-22T23:04:15.701Z] #27 20.69 
23:04:15 [2023-06-22T23:04:15.701Z] #27 20.69 GLOBAL OPTIONS:
23:04:15 [2023-06-22T23:04:15.701Z] #27 20.69    --help, -h  show help (default: false)
23:04:15 [2023-06-22T23:04:15.962Z] #27 ...
23:04:15 [2023-06-22T23:04:15.962Z] 
23:04:15 [2023-06-22T23:04:15.962Z] #58 [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
23:04:15 [2023-06-22T23:04:15.962Z] #0 9.956 Reading package lists...
23:04:15 [2023-06-22T23:04:15.962Z] #58 10.85 Building dependency tree...
23:04:15 [2023-06-22T23:04:15.962Z] #58 11.47 gcc is already the newest version (4:10.2.1-1).
23:04:15 [2023-06-22T23:04:15.962Z] #58 11.47 libc6-dev is already the newest version (2.31-13+deb11u6).
23:04:15 [2023-06-22T23:04:15.962Z] #58 11.47 The following additional packages will be installed:
23:04:15 [2023-06-22T23:04:15.962Z] #58 11.48   bzip2 patch xz-utils
23:04:15 [2023-06-22T23:04:15.962Z] #58 11.48 Suggested packages:
23:04:15 [2023-06-22T23:04:15.962Z] #58 11.49   bzip2-doc debian-keyring seccomp ed diffutils-doc
23:04:15 [2023-06-22T23:04:15.962Z] #58 11.49 Recommended packages:
23:04:15 [2023-06-22T23:04:15.962Z] #58 11.49   build-essential fakeroot libalgorithm-merge-perl
23:04:15 [2023-06-22T23:04:15.962Z] #58 11.67 The following NEW packages will be installed:
23:04:15 [2023-06-22T23:04:15.962Z] #58 11.67   bzip2 dpkg-dev libseccomp-dev patch xz-utils
23:04:15 [2023-06-22T23:04:15.962Z] #58 12.00 0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
23:04:15 [2023-06-22T23:04:15.962Z] #58 12.00 Need to get 2790 kB of archives.
23:04:15 [2023-06-22T23:04:15.962Z] #58 12.00 After this operation, 4077 kB of additional disk space will be used.
23:04:15 [2023-06-22T23:04:15.962Z] #58 12.00 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
23:04:15 [2023-06-22T23:04:15.962Z] #58 12.66 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
23:04:15 [2023-06-22T23:04:15.962Z] #58 12.71 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
23:04:15 [2023-06-22T23:04:15.962Z] #58 13.17 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.12 [2312 kB]
23:04:15 [2023-06-22T23:04:15.962Z] #58 13.47 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
23:04:15 [2023-06-22T23:04:15.962Z] #58 14.03 debconf: delaying package configuration, since apt-utils is not installed
23:04:15 [2023-06-22T23:04:15.962Z] #58 14.18 Fetched 2790 kB in 2s (1433 kB/s)
23:04:15 [2023-06-22T23:04:15.962Z] #58 14.47 Selecting previously unselected package bzip2.
23:04:15 [2023-06-22T23:04:15.962Z] #58 14.47 (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.)
23:04:15 [2023-06-22T23:04:15.962Z] #58 14.48 Preparing to unpack .../bzip2_1.0.8-4_arm64.deb ...
23:04:15 [2023-06-22T23:04:15.962Z] #58 14.55 Unpacking bzip2 (1.0.8-4) ...
23:04:15 [2023-06-22T23:04:15.962Z] #58 15.10 Selecting previously unselected package xz-utils.
23:04:15 [2023-06-22T23:04:15.962Z] #58 15.10 Preparing to unpack .../xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
23:04:15 [2023-06-22T23:04:15.962Z] #58 15.17 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
23:04:15 [2023-06-22T23:04:15.962Z] #58 15.93 Selecting previously unselected package patch.
23:04:15 [2023-06-22T23:04:15.962Z] #58 15.93 Preparing to unpack .../patch_2.7.6-7_arm64.deb ...
23:04:15 [2023-06-22T23:04:15.962Z] #58 15.94 Unpacking patch (2.7.6-7) ...
23:04:15 [2023-06-22T23:04:15.962Z] #58 16.46 Selecting previously unselected package dpkg-dev.
23:04:15 [2023-06-22T23:04:15.962Z] #58 16.56 Preparing to unpack .../dpkg-dev_1.20.12_all.deb ...
23:04:15 [2023-06-22T23:04:15.962Z] #58 16.60 Unpacking dpkg-dev (1.20.12) ...
23:04:15 [2023-06-22T23:04:15.962Z] #58 18.59 Selecting previously unselected package libseccomp-dev:arm64.
23:04:15 [2023-06-22T23:04:15.962Z] #58 18.60 Preparing to unpack .../libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
23:04:15 [2023-06-22T23:04:15.962Z] #58 18.73 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
23:04:15 [2023-06-22T23:04:15.962Z] #58 19.53 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
23:04:15 [2023-06-22T23:04:15.962Z] #58 19.95 Setting up bzip2 (1.0.8-4) ...
23:04:15 [2023-06-22T23:04:15.962Z] #58 20.30 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
23:04:15 [2023-06-22T23:04:15.962Z] #58 20.45 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
23:04:15 [2023-06-22T23:04:15.962Z] #58 20.56 Setting up patch (2.7.6-7) ...
23:04:15 [2023-06-22T23:04:15.962Z] #58 20.72 Setting up dpkg-dev (1.20.12) ...
23:04:15 [2023-06-22T23:04:15.962Z] #58 ...
23:04:15 [2023-06-22T23:04:15.962Z] 
23:04:15 [2023-06-22T23:04:15.962Z] #64 [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...)
23:04:15 [2023-06-22T23:04:15.962Z] #64 19.70 github.com/bugsnag/osext
23:04:15 [2023-06-22T23:04:15.962Z] #64 19.70 os/exec
23:04:15 [2023-06-22T23:04:15.962Z] #64 20.02 github.com/bugsnag/panicwrap
23:04:15 [2023-06-22T23:04:15.962Z] #64 20.04 math/big
23:04:15 [2023-06-22T23:04:15.962Z] #64 20.04 encoding/hex
23:04:15 [2023-06-22T23:04:15.962Z] #64 20.04 net/url
23:04:15 [2023-06-22T23:04:15.962Z] #64 20.04 log
23:04:15 [2023-06-22T23:04:15.962Z] #64 20.04 encoding/json
23:04:15 [2023-06-22T23:04:15.962Z] #64 20.04 github.com/bugsnag/bugsnag-go/errors
23:04:16 [2023-06-22T23:04:16.224Z] #64 20.18 compress/flate
23:04:16 [2023-06-22T23:04:16.224Z] #64 20.24 vendor/golang.org/x/text/unicode/bidi
23:04:16 [2023-06-22T23:04:16.224Z] #64 20.28 vendor/golang.org/x/text/unicode/norm
23:04:16 [2023-06-22T23:04:16.486Z] #64 20.30 vendor/golang.org/x/net/http2/hpack
23:04:16 [2023-06-22T23:04:16.486Z] #64 20.45 mime
23:04:16 [2023-06-22T23:04:16.486Z] #64 20.55 mime/quotedprintable
23:04:16 [2023-06-22T23:04:16.486Z] #64 ...
23:04:16 [2023-06-22T23:04:16.486Z] 
23:04:16 [2023-06-22T23:04:16.486Z] #61 [rootlesskit-build 2/5] RUN --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc libc6-dev
23:04:16 [2023-06-22T23:04:16.486Z] #0 10.41 Reading package lists...
23:04:16 [2023-06-22T23:04:16.486Z] #61 11.30 + apt-get  install -y --no-install-recommends gcc libc6-dev
23:04:16 [2023-06-22T23:04:16.486Z] #61 11.33 Reading package lists...
23:04:16 [2023-06-22T23:04:16.486Z] #61 12.51 Building dependency tree...
23:04:16 [2023-06-22T23:04:16.486Z] #61 13.01 gcc is already the newest version (4:10.2.1-1).
23:04:16 [2023-06-22T23:04:16.486Z] #61 13.01 libc6-dev is already the newest version (2.31-13+deb11u6).
23:04:16 [2023-06-22T23:04:16.486Z] #61 13.01 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
23:04:16 [2023-06-22T23:04:16.486Z] #61 ...
23:04:16 [2023-06-22T23:04:16.486Z] 
23:04:16 [2023-06-22T23:04:16.486Z] #64 [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...)
23:04:16 [2023-06-22T23:04:16.486Z] #64 20.69 net/http/internal
23:04:17 [2023-06-22T23:04:17.059Z] #64 20.90 gopkg.in/yaml.v2
23:04:17 [2023-06-22T23:04:17.059Z] #64 20.96 golang.org/x/net/context
23:04:17 [2023-06-22T23:04:17.059Z] #64 21.05 vendor/golang.org/x/text/secure/bidirule
23:04:17 [2023-06-22T23:04:17.059Z] #64 21.06 compress/gzip
23:04:17 [2023-06-22T23:04:17.059Z] #64 21.14 github.com/Sirupsen/logrus
23:04:17 [2023-06-22T23:04:17.059Z] #64 21.18 github.com/docker/distribution/digest
23:04:17 [2023-06-22T23:04:17.059Z] #64 21.19 encoding/gob
23:04:17 [2023-06-22T23:04:17.335Z] #64 21.37 github.com/docker/distribution/reference
23:04:17 [2023-06-22T23:04:17.335Z] #64 21.42 text/template/parse
23:04:17 [2023-06-22T23:04:17.597Z] #64 21.62 github.com/Sirupsen/logrus/formatters/logstash
23:04:17 [2023-06-22T23:04:17.597Z] #64 21.63 github.com/docker/distribution/version
23:04:17 [2023-06-22T23:04:17.919Z] #64 21.78 runtime/debug
23:04:17 [2023-06-22T23:04:17.919Z] #64 21.78 encoding/xml
23:04:17 [2023-06-22T23:04:17.919Z] #64 22.05 vendor/golang.org/x/net/idna
23:04:18 [2023-06-22T23:04:18.181Z] #64 22.17 crypto/elliptic
23:04:18 [2023-06-22T23:04:18.445Z] #64 22.33 crypto/internal/bigmod
23:04:18 [2023-06-22T23:04:18.445Z] #64 22.46 crypto/internal/boring/bbig
23:04:18 [2023-06-22T23:04:18.709Z] #64 22.59 encoding/asn1
23:04:18 [2023-06-22T23:04:18.709Z] #64 22.61 crypto/rand
23:04:18 [2023-06-22T23:04:18.709Z] #64 22.71 crypto/dsa
23:04:18 [2023-06-22T23:04:18.971Z] #64 22.90 crypto/ed25519
23:04:18 [2023-06-22T23:04:18.971Z] #64 22.92 github.com/docker/distribution/uuid
23:04:18 [2023-06-22T23:04:18.971Z] #64 22.96 vendor/golang.org/x/crypto/cryptobyte
23:04:18 [2023-06-22T23:04:18.971Z] #64 22.99 crypto/x509/pkix
23:04:18 [2023-06-22T23:04:18.971Z] #64 23.00 crypto/rsa
23:04:18 [2023-06-22T23:04:18.971Z] #64 23.05 net/textproto
23:04:18 [2023-06-22T23:04:18.971Z] #64 ...
23:04:18 [2023-06-22T23:04:18.971Z] 
23:04:18 [2023-06-22T23:04:18.971Z] #56 [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             ;
23:04:18 [2023-06-22T23:04:18.971Z] #56 14.18 Selecting previously unselected package libsigsegv2:arm64.
23:04:18 [2023-06-22T23:04:18.971Z] #56 14.18 Preparing to unpack .../02-libsigsegv2_2.13-1_arm64.deb ...
23:04:18 [2023-06-22T23:04:18.971Z] #56 14.31 Unpacking libsigsegv2:arm64 (2.13-1) ...
23:04:18 [2023-06-22T23:04:18.971Z] #56 14.64 Selecting previously unselected package m4.
23:04:18 [2023-06-22T23:04:18.971Z] #56 14.64 Preparing to unpack .../03-m4_1.4.18-5_arm64.deb ...
23:04:18 [2023-06-22T23:04:18.971Z] #56 14.72 Unpacking m4 (1.4.18-5) ...
23:04:18 [2023-06-22T23:04:18.971Z] #56 15.13 Selecting previously unselected package autoconf.
23:04:18 [2023-06-22T23:04:18.971Z] #56 15.13 Preparing to unpack .../04-autoconf_2.69-14_all.deb ...
23:04:18 [2023-06-22T23:04:18.971Z] #56 15.26 Unpacking autoconf (2.69-14) ...
23:04:18 [2023-06-22T23:04:18.971Z] #56 15.81 Selecting previously unselected package autotools-dev.
23:04:18 [2023-06-22T23:04:18.971Z] #56 15.82 Preparing to unpack .../05-autotools-dev_20180224.1+nmu1_all.deb ...
23:04:18 [2023-06-22T23:04:18.971Z] #56 15.98 Unpacking autotools-dev (20180224.1+nmu1) ...
23:04:18 [2023-06-22T23:04:18.971Z] #56 17.04 Selecting previously unselected package automake.
23:04:18 [2023-06-22T23:04:18.971Z] #56 17.09 Preparing to unpack .../06-automake_1%3a1.16.3-2_all.deb ...
23:04:18 [2023-06-22T23:04:18.971Z] #56 17.40 Unpacking automake (1:1.16.3-2) ...
23:04:18 [2023-06-22T23:04:18.971Z] #56 18.89 Selecting previously unselected package patch.
23:04:18 [2023-06-22T23:04:18.971Z] #56 18.89 Preparing to unpack .../07-patch_2.7.6-7_arm64.deb ...
23:04:18 [2023-06-22T23:04:18.971Z] #56 19.17 Unpacking patch (2.7.6-7) ...
23:04:18 [2023-06-22T23:04:18.971Z] #56 20.00 Selecting previously unselected package dpkg-dev.
23:04:18 [2023-06-22T23:04:18.971Z] #56 20.01 Preparing to unpack .../08-dpkg-dev_1.20.12_all.deb ...
23:04:18 [2023-06-22T23:04:18.971Z] #56 20.18 Unpacking dpkg-dev (1.20.12) ...
23:04:18 [2023-06-22T23:04:18.971Z] #56 20.65 Selecting previously unselected package build-essential.
23:04:18 [2023-06-22T23:04:18.971Z] #56 20.65 Preparing to unpack .../09-build-essential_12.9_arm64.deb ...
23:04:18 [2023-06-22T23:04:18.971Z] #56 20.71 Unpacking build-essential (12.9) ...
23:04:18 [2023-06-22T23:04:18.971Z] #56 21.03 Selecting previously unselected package libcap2:arm64.
23:04:18 [2023-06-22T23:04:18.971Z] #56 21.03 Preparing to unpack .../10-libcap2_1%3a2.44-1_arm64.deb ...
23:04:18 [2023-06-22T23:04:18.971Z] #56 21.07 Unpacking libcap2:arm64 (1:2.44-1) ...
23:04:18 [2023-06-22T23:04:18.971Z] #56 21.44 Selecting previously unselected package libcap-dev:arm64.
23:04:18 [2023-06-22T23:04:18.971Z] #56 21.44 Preparing to unpack .../11-libcap-dev_1%3a2.44-1_arm64.deb ...
23:04:18 [2023-06-22T23:04:18.971Z] #56 21.49 Unpacking libcap-dev:arm64 (1:2.44-1) ...
23:04:18 [2023-06-22T23:04:18.971Z] #56 21.91 Selecting previously unselected package libprotobuf-c1:arm64.
23:04:18 [2023-06-22T23:04:18.971Z] #56 21.91 Preparing to unpack .../12-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
23:04:18 [2023-06-22T23:04:18.971Z] #56 21.96 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
23:04:18 [2023-06-22T23:04:18.971Z] #56 22.35 Selecting previously unselected package libprotobuf-c-dev:arm64.
23:04:18 [2023-06-22T23:04:18.971Z] #56 22.38 Preparing to unpack .../13-libprotobuf-c-dev_1.3.3-1+b2_arm64.deb ...
23:04:18 [2023-06-22T23:04:18.971Z] #56 22.54 Unpacking libprotobuf-c-dev:arm64 (1.3.3-1+b2) ...
23:04:18 [2023-06-22T23:04:18.971Z] #56 23.06 Selecting previously unselected package libseccomp-dev:arm64.
23:04:18 [2023-06-22T23:04:18.971Z] #56 23.06 Preparing to unpack .../14-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
23:04:18 [2023-06-22T23:04:18.971Z] #56 23.15 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
23:04:18 [2023-06-22T23:04:18.971Z] #56 23.88 Selecting previously unselected package libsystemd-dev:arm64.
23:04:18 [2023-06-22T23:04:18.971Z] #56 23.89 Preparing to unpack .../15-libsystemd-dev_247.3-7+deb11u2_arm64.deb ...
23:04:18 [2023-06-22T23:04:18.971Z] #56 23.96 Unpacking libsystemd-dev:arm64 (247.3-7+deb11u2) ...
23:04:18 [2023-06-22T23:04:18.971Z] #56 ...
23:04:18 [2023-06-22T23:04:18.971Z] 
23:04:18 [2023-06-22T23:04:18.971Z] #64 [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...)
23:04:18 [2023-06-22T23:04:18.971Z] #64 23.14 github.com/garyburd/redigo/redis
23:04:18 [2023-06-22T23:04:18.971Z] #64 23.15 text/template
23:04:18 [2023-06-22T23:04:18.971Z] #64 23.17 github.com/stevvooe/resumable/sha256
23:04:19 [2023-06-22T23:04:19.233Z] #64 23.22 github.com/stevvooe/resumable/sha512
23:04:19 [2023-06-22T23:04:19.233Z] #64 23.23 vendor/golang.org/x/net/http/httpproxy
23:04:19 [2023-06-22T23:04:19.514Z] #64 23.38 github.com/docker/distribution/registry/listener
23:04:19 [2023-06-22T23:04:19.514Z] #64 23.42 github.com/spf13/pflag
23:04:19 [2023-06-22T23:04:19.514Z] #64 23.45 crypto/ecdsa
23:04:19 [2023-06-22T23:04:19.514Z] #64 23.47 log/syslog
23:04:19 [2023-06-22T23:04:19.514Z] #64 23.51 golang.org/x/crypto/bcrypt
23:04:19 [2023-06-22T23:04:19.514Z] #64 23.54 os/user
23:04:19 [2023-06-22T23:04:19.789Z] #64 23.75 github.com/mitchellh/mapstructure
23:04:19 [2023-06-22T23:04:19.789Z] #64 23.75 internal/profile
23:04:19 [2023-06-22T23:04:19.789Z] #64 23.78 github.com/yvasiyarov/go-metrics
23:04:19 [2023-06-22T23:04:19.789Z] #64 23.78 vendor/golang.org/x/net/http/httpguts
23:04:19 [2023-06-22T23:04:19.789Z] #64 23.78 crypto/x509
23:04:19 [2023-06-22T23:04:19.789Z] #64 23.89 mime/multipart
23:04:19 [2023-06-22T23:04:19.789Z] #64 23.97 runtime/pprof
23:04:20 [2023-06-22T23:04:20.080Z] #64 24.00 runtime/trace
23:04:20 [2023-06-22T23:04:20.653Z] #64 24.57 github.com/spf13/cobra
23:04:20 [2023-06-22T23:04:20.914Z] #64 24.96 crypto/tls
23:04:21 [2023-06-22T23:04:21.859Z] #64 25.90 net/http/httptrace
23:04:21 [2023-06-22T23:04:21.859Z] #64 25.90 net/smtp
23:04:21 [2023-06-22T23:04:21.859Z] #64 25.90 github.com/docker/libtrust
23:04:21 [2023-06-22T23:04:21.859Z] #64 25.99 net/http
23:04:23 [2023-06-22T23:04:23.801Z] #64 ...
23:04:23 [2023-06-22T23:04:23.801Z] 
23:04:23 [2023-06-22T23:04:23.801Z] #57 [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
23:04:23 [2023-06-22T23:04:23.801Z] #57 18.63 Selecting previously unselected package gir1.2-secret-1:arm64.
23:04:23 [2023-06-22T23:04:23.801Z] #57 18.63 Preparing to unpack .../04-gir1.2-secret-1_0.20.4-2_arm64.deb ...
23:04:23 [2023-06-22T23:04:23.801Z] #57 18.76 Unpacking gir1.2-secret-1:arm64 (0.20.4-2) ...
23:04:23 [2023-06-22T23:04:23.801Z] #57 19.38 Selecting previously unselected package uuid-dev:arm64.
23:04:23 [2023-06-22T23:04:23.801Z] #57 19.38 Preparing to unpack .../05-uuid-dev_2.36.1-8+deb11u1_arm64.deb ...
23:04:23 [2023-06-22T23:04:23.801Z] #57 19.59 Unpacking uuid-dev:arm64 (2.36.1-8+deb11u1) ...
23:04:23 [2023-06-22T23:04:23.801Z] #57 20.45 Selecting previously unselected package libblkid-dev:arm64.
23:04:23 [2023-06-22T23:04:23.801Z] #57 20.46 Preparing to unpack .../06-libblkid-dev_2.36.1-8+deb11u1_arm64.deb ...
23:04:23 [2023-06-22T23:04:23.801Z] #57 20.49 Unpacking libblkid-dev:arm64 (2.36.1-8+deb11u1) ...
23:04:23 [2023-06-22T23:04:23.801Z] #57 20.80 Selecting previously unselected package libbtrfs0:arm64.
23:04:23 [2023-06-22T23:04:23.801Z] #57 20.80 Preparing to unpack .../07-libbtrfs0_5.10.1-2_arm64.deb ...
23:04:23 [2023-06-22T23:04:23.801Z] #57 20.84 Unpacking libbtrfs0:arm64 (5.10.1-2) ...
23:04:23 [2023-06-22T23:04:23.801Z] #57 21.06 Selecting previously unselected package libbtrfs-dev:arm64.
23:04:23 [2023-06-22T23:04:23.801Z] #57 21.06 Preparing to unpack .../08-libbtrfs-dev_5.10.1-2_arm64.deb ...
23:04:23 [2023-06-22T23:04:23.801Z] #57 21.11 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ...
23:04:23 [2023-06-22T23:04:23.801Z] #57 21.53 Selecting previously unselected package libelf1:arm64.
23:04:23 [2023-06-22T23:04:23.801Z] #57 21.53 Preparing to unpack .../09-libelf1_0.183-1_arm64.deb ...
23:04:23 [2023-06-22T23:04:23.801Z] #57 21.56 Unpacking libelf1:arm64 (0.183-1) ...
23:04:23 [2023-06-22T23:04:23.801Z] #57 21.99 Selecting previously unselected package libffi-dev:arm64.
23:04:23 [2023-06-22T23:04:23.801Z] #57 21.99 Preparing to unpack .../10-libffi-dev_3.3-6_arm64.deb ...
23:04:23 [2023-06-22T23:04:23.801Z] #57 22.09 Unpacking libffi-dev:arm64 (3.3-6) ...
23:04:23 [2023-06-22T23:04:23.801Z] #57 22.59 Selecting previously unselected package libglib2.0-data.
23:04:23 [2023-06-22T23:04:23.801Z] #57 22.61 Preparing to unpack .../11-libglib2.0-data_2.66.8-1_all.deb ...
23:04:23 [2023-06-22T23:04:23.801Z] #57 22.65 Unpacking libglib2.0-data (2.66.8-1) ...
23:04:23 [2023-06-22T23:04:23.801Z] #57 23.58 Selecting previously unselected package libglib2.0-bin.
23:04:23 [2023-06-22T23:04:23.801Z] #57 23.59 Preparing to unpack .../12-libglib2.0-bin_2.66.8-1_arm64.deb ...
23:04:23 [2023-06-22T23:04:23.801Z] #57 23.65 Unpacking libglib2.0-bin (2.66.8-1) ...
23:04:23 [2023-06-22T23:04:23.801Z] #57 24.62 Selecting previously unselected package python3-lib2to3.
23:04:23 [2023-06-22T23:04:23.801Z] #57 24.62 Preparing to unpack .../13-python3-lib2to3_3.9.2-1_all.deb ...
23:04:23 [2023-06-22T23:04:23.801Z] #57 24.84 Unpacking python3-lib2to3 (3.9.2-1) ...
23:04:23 [2023-06-22T23:04:23.801Z] #57 25.95 Selecting previously unselected package python3-distutils.
23:04:23 [2023-06-22T23:04:23.801Z] #57 25.95 Preparing to unpack .../14-python3-distutils_3.9.2-1_all.deb ...
23:04:23 [2023-06-22T23:04:23.801Z] #57 26.00 Unpacking python3-distutils (3.9.2-1) ...
23:04:23 [2023-06-22T23:04:23.801Z] #57 26.73 Selecting previously unselected package libglib2.0-dev-bin.
23:04:23 [2023-06-22T23:04:23.801Z] #57 26.73 Preparing to unpack .../15-libglib2.0-dev-bin_2.66.8-1_arm64.deb ...
23:04:23 [2023-06-22T23:04:23.801Z] #57 26.80 Unpacking libglib2.0-dev-bin (2.66.8-1) ...
23:04:23 [2023-06-22T23:04:23.801Z] #57 27.46 Selecting previously unselected package libsepol1-dev:arm64.
23:04:23 [2023-06-22T23:04:23.801Z] #57 27.46 Preparing to unpack .../16-libsepol1-dev_3.1-1_arm64.deb ...
23:04:23 [2023-06-22T23:04:23.801Z] #57 27.63 Unpacking libsepol1-dev:arm64 (3.1-1) ...
23:04:23 [2023-06-22T23:04:23.801Z] #57 28.57 Selecting previously unselected package libpcre2-16-0:arm64.
23:04:23 [2023-06-22T23:04:23.801Z] #57 28.57 Preparing to unpack .../17-libpcre2-16-0_10.36-2+deb11u1_arm64.deb ...
23:04:23 [2023-06-22T23:04:23.801Z] #57 28.69 Unpacking libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
23:04:23 [2023-06-22T23:04:23.801Z] #57 ...
23:04:23 [2023-06-22T23:04:23.801Z] 
23:04:23 [2023-06-22T23:04:23.801Z] #55 [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
23:04:23 [2023-06-22T23:04:23.801Z] #55 18.88 tomll can be used in two ways:
23:04:23 [2023-06-22T23:04:23.801Z] #55 18.88 Writing to STDIN and reading from STDOUT:
23:04:23 [2023-06-22T23:04:23.801Z] #55 18.88   cat file.toml | tomll > file.toml
23:04:23 [2023-06-22T23:04:23.801Z] #55 18.88 
23:04:23 [2023-06-22T23:04:23.801Z] #55 18.88 Reading and updating a list of files:
23:04:23 [2023-06-22T23:04:23.801Z] #55 18.88   tomll a.toml b.toml c.toml
23:04:23 [2023-06-22T23:04:23.801Z] #55 18.88 
23:04:23 [2023-06-22T23:04:23.801Z] #55 18.88 When given a list of files, tomll will modify all files in place without asking.
23:04:23 [2023-06-22T23:04:23.801Z] #55 ...
23:04:23 [2023-06-22T23:04:23.801Z] 
23:04:23 [2023-06-22T23:04:23.801Z] #56 [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             ;
23:04:23 [2023-06-22T23:04:23.801Z] #56 25.11 Selecting previously unselected package libtool.
23:04:23 [2023-06-22T23:04:23.801Z] #56 25.11 Preparing to unpack .../16-libtool_2.4.6-15_all.deb ...
23:04:23 [2023-06-22T23:04:23.801Z] #56 25.32 Unpacking libtool (2.4.6-15) ...
23:04:23 [2023-06-22T23:04:23.801Z] #56 26.10 Selecting previously unselected package libudev-dev:arm64.
23:04:23 [2023-06-22T23:04:23.801Z] #56 26.11 Preparing to unpack .../17-libudev-dev_247.3-7+deb11u2_arm64.deb ...
23:04:23 [2023-06-22T23:04:23.801Z] #56 26.20 Unpacking libudev-dev:arm64 (247.3-7+deb11u2) ...
23:04:23 [2023-06-22T23:04:23.801Z] #56 26.95 Selecting previously unselected package libyajl2:arm64.
23:04:23 [2023-06-22T23:04:23.801Z] #56 26.95 Preparing to unpack .../18-libyajl2_2.1.0-3_arm64.deb ...
23:04:23 [2023-06-22T23:04:23.801Z] #56 26.98 Unpacking libyajl2:arm64 (2.1.0-3) ...
23:04:23 [2023-06-22T23:04:23.801Z] #56 27.36 Selecting previously unselected package libyajl-dev:arm64.
23:04:23 [2023-06-22T23:04:23.801Z] #56 27.37 Preparing to unpack .../19-libyajl-dev_2.1.0-3_arm64.deb ...
23:04:23 [2023-06-22T23:04:23.801Z] #56 27.60 Unpacking libyajl-dev:arm64 (2.1.0-3) ...
23:04:23 [2023-06-22T23:04:23.801Z] #56 28.63 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
23:04:23 [2023-06-22T23:04:23.801Z] #56 28.99 Setting up libyajl2:arm64 (2.1.0-3) ...
23:04:24 [2023-06-22T23:04:24.492Z] #56 29.37 Setting up bzip2 (1.0.8-4) ...
23:04:24 [2023-06-22T23:04:24.492Z] #56 ...
23:04:24 [2023-06-22T23:04:24.492Z] 
23:04:24 [2023-06-22T23:04:24.492Z] #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
23:04:24 [2023-06-22T23:04:24.492Z] #54 19.73 v3.6.0
23:04:24 [2023-06-22T23:04:24.802Z] #54 ...
23:04:24 [2023-06-22T23:04:24.802Z] 
23:04:24 [2023-06-22T23:04:24.802Z] #57 [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
23:04:25 [2023-06-22T23:04:25.065Z] #57 29.82 Selecting previously unselected package libpcre2-32-0:arm64.
23:04:25 [2023-06-22T23:04:25.065Z] #57 29.82 Preparing to unpack .../18-libpcre2-32-0_10.36-2+deb11u1_arm64.deb ...
23:04:25 [2023-06-22T23:04:25.412Z] #57 30.26 Unpacking libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
23:04:26 [2023-06-22T23:04:26.361Z] #57 31.24 Selecting previously unselected package libpcre2-posix2:arm64.
23:04:26 [2023-06-22T23:04:26.361Z] #57 31.28 Preparing to unpack .../19-libpcre2-posix2_10.36-2+deb11u1_arm64.deb ...
23:04:26 [2023-06-22T23:04:26.361Z] #57 31.38 Unpacking libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
23:04:26 [2023-06-22T23:04:26.361Z] #57 ...
23:04:26 [2023-06-22T23:04:26.361Z] 
23:04:26 [2023-06-22T23:04:26.361Z] #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
23:04:26 [2023-06-22T23:04:26.361Z] #59 21.01 Selecting previously unselected package libjsoncpp24:arm64.
23:04:26 [2023-06-22T23:04:26.361Z] #59 21.02 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_arm64.deb ...
23:04:26 [2023-06-22T23:04:26.361Z] #59 21.05 Unpacking libjsoncpp24:arm64 (1.9.4-4) ...
23:04:26 [2023-06-22T23:04:26.361Z] #59 21.47 Selecting previously unselected package librhash0:arm64.
23:04:26 [2023-06-22T23:04:26.361Z] #59 21.48 Preparing to unpack .../5-librhash0_1.4.1-2_arm64.deb ...
23:04:26 [2023-06-22T23:04:26.361Z] #59 21.54 Unpacking librhash0:arm64 (1.4.1-2) ...
23:04:26 [2023-06-22T23:04:26.361Z] #59 22.25 Selecting previously unselected package libuv1:arm64.
23:04:26 [2023-06-22T23:04:26.361Z] #59 22.25 Preparing to unpack .../6-libuv1_1.40.0-2_arm64.deb ...
23:04:26 [2023-06-22T23:04:26.361Z] #59 22.33 Unpacking libuv1:arm64 (1.40.0-2) ...
23:04:26 [2023-06-22T23:04:26.361Z] #59 23.05 Selecting previously unselected package cmake.
23:04:26 [2023-06-22T23:04:26.361Z] #59 23.07 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_arm64.deb ...
23:04:26 [2023-06-22T23:04:26.361Z] #59 23.17 Unpacking cmake (3.18.4-2+deb11u1) ...
23:04:26 [2023-06-22T23:04:26.361Z] #59 24.91 Setting up libicu67:arm64 (67.1-7) ...
23:04:26 [2023-06-22T23:04:26.361Z] #59 25.30 Setting up libuv1:arm64 (1.40.0-2) ...
23:04:26 [2023-06-22T23:04:26.361Z] #59 25.71 Setting up libjsoncpp24:arm64 (1.9.4-4) ...
23:04:26 [2023-06-22T23:04:26.361Z] #59 26.10 Setting up librhash0:arm64 (1.4.1-2) ...
23:04:26 [2023-06-22T23:04:26.361Z] #59 26.41 Setting up cmake-data (3.18.4-2+deb11u1) ...
23:04:26 [2023-06-22T23:04:26.361Z] #59 26.54 Setting up libxml2:arm64 (2.9.10+dfsg-6.7+deb11u4) ...
23:04:26 [2023-06-22T23:04:26.361Z] #59 26.75 Setting up libarchive13:arm64 (3.4.3-2+deb11u1) ...
23:04:26 [2023-06-22T23:04:26.361Z] #59 27.08 Setting up cmake (3.18.4-2+deb11u1) ...
23:04:26 [2023-06-22T23:04:26.361Z] #59 27.58 Processing triggers for libc-bin (2.31-13+deb11u6) ...
23:04:26 [2023-06-22T23:04:26.623Z] #59 ...
23:04:26 [2023-06-22T23:04:26.623Z] 
23:04:26 [2023-06-22T23:04:26.623Z] #64 [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...)
23:04:26 [2023-06-22T23:04:26.623Z] #64 28.46 github.com/docker/distribution/configuration
23:04:26 [2023-06-22T23:04:26.623Z] #64 28.47 github.com/bugsnag/bugsnag-go
23:04:26 [2023-06-22T23:04:26.623Z] #64 28.47 github.com/gorilla/context
23:04:26 [2023-06-22T23:04:26.623Z] #64 28.47 github.com/docker/distribution/registry/api/errcode
23:04:26 [2023-06-22T23:04:26.623Z] #64 28.47 expvar
23:04:26 [2023-06-22T23:04:26.623Z] #64 28.47 github.com/docker/distribution/registry/client/transport
23:04:26 [2023-06-22T23:04:26.623Z] #64 28.47 github.com/gorilla/handlers
23:04:26 [2023-06-22T23:04:26.623Z] #64 28.47 github.com/yvasiyarov/newrelic_platform_go
23:04:26 [2023-06-22T23:04:26.623Z] #64 28.60 github.com/gorilla/mux
23:04:26 [2023-06-22T23:04:26.623Z] #64 28.70 github.com/yvasiyarov/gorelic
23:04:26 [2023-06-22T23:04:26.623Z] #64 28.70 github.com/Azure/azure-sdk-for-go/storage
23:04:26 [2023-06-22T23:04:26.623Z] #64 28.70 github.com/AdRoll/goamz/aws
23:04:26 [2023-06-22T23:04:26.623Z] #64 28.70 net/http/httputil
23:04:26 [2023-06-22T23:04:26.623Z] #64 28.76 github.com/ncw/swift
23:04:26 [2023-06-22T23:04:26.623Z] #64 28.87 net/http/pprof
23:04:26 [2023-06-22T23:04:26.623Z] #64 29.03 github.com/docker/distribution/context
23:04:26 [2023-06-22T23:04:26.623Z] #64 29.04 github.com/docker/distribution/registry/api/v2
23:04:26 [2023-06-22T23:04:26.623Z] #64 29.17 github.com/AdRoll/goamz/cloudfront
23:04:26 [2023-06-22T23:04:26.623Z] #64 29.23 github.com/AdRoll/goamz/s3
23:04:26 [2023-06-22T23:04:26.623Z] #64 29.40 github.com/docker/distribution/health
23:04:26 [2023-06-22T23:04:26.623Z] #64 29.40 github.com/docker/distribution/registry/auth
23:04:26 [2023-06-22T23:04:26.623Z] #64 29.40 github.com/docker/distribution
23:04:26 [2023-06-22T23:04:26.623Z] #64 29.40 github.com/docker/distribution/registry/storage/driver
23:04:26 [2023-06-22T23:04:26.623Z] #64 29.63 github.com/docker/distribution/registry/proxy/scheduler
23:04:26 [2023-06-22T23:04:26.623Z] #64 29.64 github.com/docker/distribution/registry/storage/driver/factory
23:04:26 [2023-06-22T23:04:26.623Z] #64 29.65 github.com/docker/distribution/registry/storage/driver/middleware
23:04:26 [2023-06-22T23:04:26.623Z] #64 29.66 github.com/docker/distribution/registry/auth/htpasswd
23:04:26 [2023-06-22T23:04:26.623Z] #64 29.72 github.com/docker/distribution/health/checks
23:04:26 [2023-06-22T23:04:26.623Z] #64 29.72 github.com/docker/distribution/registry/auth/silly
23:04:26 [2023-06-22T23:04:26.623Z] #64 29.72 github.com/docker/distribution/registry/auth/token
23:04:26 [2023-06-22T23:04:26.623Z] #64 29.73 github.com/docker/distribution/registry/storage/driver/base
23:04:26 [2023-06-22T23:04:26.623Z] #64 29.74 github.com/docker/distribution/manifest/manifestlist
23:04:26 [2023-06-22T23:04:26.623Z] #64 29.77 github.com/docker/distribution/manifest/schema1
23:04:26 [2023-06-22T23:04:26.623Z] #64 29.81 github.com/docker/distribution/manifest/schema2
23:04:26 [2023-06-22T23:04:26.623Z] #64 29.81 github.com/docker/distribution/notifications
23:04:26 [2023-06-22T23:04:26.623Z] #64 29.85 github.com/docker/distribution/registry/middleware/registry
23:04:26 [2023-06-22T23:04:26.623Z] #64 29.87 github.com/docker/distribution/registry/middleware/repository
23:04:26 [2023-06-22T23:04:26.623Z] #64 29.87 github.com/docker/distribution/registry/storage/cache
23:04:26 [2023-06-22T23:04:26.623Z] #64 29.89 github.com/docker/distribution/registry/storage/driver/azure
23:04:26 [2023-06-22T23:04:26.623Z] #64 29.91 github.com/docker/distribution/registry/storage/driver/filesystem
23:04:26 [2023-06-22T23:04:26.623Z] #64 29.95 github.com/docker/distribution/registry/storage/driver/inmemory
23:04:26 [2023-06-22T23:04:26.623Z] #64 29.95 github.com/docker/distribution/registry/storage/driver/middleware/cloudfront
23:04:26 [2023-06-22T23:04:26.623Z] #64 29.97 github.com/docker/distribution/registry/storage/driver/s3
23:04:26 [2023-06-22T23:04:26.623Z] #64 30.04 github.com/docker/distribution/registry/storage/cache/memory
23:04:26 [2023-06-22T23:04:26.623Z] #64 30.15 github.com/docker/distribution/registry/storage/cache/redis
23:04:26 [2023-06-22T23:04:26.623Z] #64 30.15 github.com/docker/distribution/registry/storage
23:04:26 [2023-06-22T23:04:26.623Z] #64 30.15 github.com/docker/distribution/registry/storage/driver/swift
23:04:26 [2023-06-22T23:04:26.623Z] #64 30.16 github.com/docker/distribution/registry/client
23:04:26 [2023-06-22T23:04:26.623Z] #64 30.62 github.com/docker/distribution/registry/client/auth
23:04:26 [2023-06-22T23:04:26.886Z] #64 30.82 github.com/docker/distribution/registry/proxy
23:04:27 [2023-06-22T23:04:27.147Z] #64 31.03 github.com/docker/distribution/registry/handlers
23:04:27 [2023-06-22T23:04:27.408Z] #64 31.53 github.com/docker/distribution/registry
23:04:27 [2023-06-22T23:04:27.670Z] #64 31.66 github.com/docker/distribution/cmd/registry
23:04:28 [2023-06-22T23:04:28.613Z] #64 32.68 + xx-verify /build/registry-v2
23:04:31 [2023-06-22T23:04:31.161Z] #64 ...
23:04:31 [2023-06-22T23:04:31.161Z] 
23:04:31 [2023-06-22T23:04:31.161Z] #62 [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
23:04:31 [2023-06-22T23:04:31.161Z] #62 26.52 gotestsum version dev
23:04:31 [2023-06-22T23:04:31.423Z] #62 ...
23:04:31 [2023-06-22T23:04:31.423Z] 
23:04:31 [2023-06-22T23:04:31.423Z] #57 [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
23:04:31 [2023-06-22T23:04:31.423Z] #57 31.85 Selecting previously unselected package libpcre2-dev:arm64.
23:04:31 [2023-06-22T23:04:31.423Z] #57 31.85 Preparing to unpack .../20-libpcre2-dev_10.36-2+deb11u1_arm64.deb ...
23:04:31 [2023-06-22T23:04:31.423Z] #57 31.94 Unpacking libpcre2-dev:arm64 (10.36-2+deb11u1) ...
23:04:31 [2023-06-22T23:04:31.423Z] #57 32.63 Selecting previously unselected package libselinux1-dev:arm64.
23:04:31 [2023-06-22T23:04:31.423Z] #57 32.65 Preparing to unpack .../21-libselinux1-dev_3.1-3_arm64.deb ...
23:04:31 [2023-06-22T23:04:31.423Z] #57 32.73 Unpacking libselinux1-dev:arm64 (3.1-3) ...
23:04:31 [2023-06-22T23:04:31.423Z] #57 33.11 Selecting previously unselected package libmount-dev:arm64.
23:04:31 [2023-06-22T23:04:31.423Z] #57 33.11 Preparing to unpack .../22-libmount-dev_2.36.1-8+deb11u1_arm64.deb ...
23:04:31 [2023-06-22T23:04:31.423Z] #57 33.15 Unpacking libmount-dev:arm64 (2.36.1-8+deb11u1) ...
23:04:31 [2023-06-22T23:04:31.423Z] #57 33.71 Selecting previously unselected package libpcre16-3:arm64.
23:04:31 [2023-06-22T23:04:31.423Z] #57 33.72 Preparing to unpack .../23-libpcre16-3_2%3a8.39-13_arm64.deb ...
23:04:31 [2023-06-22T23:04:31.423Z] #57 33.75 Unpacking libpcre16-3:arm64 (2:8.39-13) ...
23:04:31 [2023-06-22T23:04:31.423Z] #57 34.17 Selecting previously unselected package libpcre32-3:arm64.
23:04:31 [2023-06-22T23:04:31.423Z] #57 34.17 Preparing to unpack .../24-libpcre32-3_2%3a8.39-13_arm64.deb ...
23:04:31 [2023-06-22T23:04:31.423Z] #57 34.23 Unpacking libpcre32-3:arm64 (2:8.39-13) ...
23:04:31 [2023-06-22T23:04:31.423Z] #57 34.58 Selecting previously unselected package libpcrecpp0v5:arm64.
23:04:31 [2023-06-22T23:04:31.423Z] #57 34.58 Preparing to unpack .../25-libpcrecpp0v5_2%3a8.39-13_arm64.deb ...
23:04:31 [2023-06-22T23:04:31.423Z] #57 34.68 Unpacking libpcrecpp0v5:arm64 (2:8.39-13) ...
23:04:31 [2023-06-22T23:04:31.423Z] #57 35.03 Selecting previously unselected package libpcre3-dev:arm64.
23:04:31 [2023-06-22T23:04:31.423Z] #57 35.04 Preparing to unpack .../26-libpcre3-dev_2%3a8.39-13_arm64.deb ...
23:04:31 [2023-06-22T23:04:31.423Z] #57 35.05 Unpacking libpcre3-dev:arm64 (2:8.39-13) ...
23:04:31 [2023-06-22T23:04:31.423Z] #57 35.36 Selecting previously unselected package zlib1g-dev:arm64.
23:04:31 [2023-06-22T23:04:31.423Z] #57 35.36 Preparing to unpack .../27-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_arm64.deb ...
23:04:31 [2023-06-22T23:04:31.423Z] #57 35.40 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ...
23:04:31 [2023-06-22T23:04:31.423Z] #57 35.72 Selecting previously unselected package libglib2.0-dev:arm64.
23:04:31 [2023-06-22T23:04:31.423Z] #57 35.72 Preparing to unpack .../28-libglib2.0-dev_2.66.8-1_arm64.deb ...
23:04:31 [2023-06-22T23:04:31.423Z] #57 35.78 Unpacking libglib2.0-dev:arm64 (2.66.8-1) ...
23:04:31 [2023-06-22T23:04:31.423Z] #57 36.36 Selecting previously unselected package libsecret-1-dev:arm64.
23:04:31 [2023-06-22T23:04:31.423Z] #57 36.37 Preparing to unpack .../29-libsecret-1-dev_0.20.4-2_arm64.deb ...
23:04:31 [2023-06-22T23:04:31.423Z] #57 36.43 Unpacking libsecret-1-dev:arm64 (0.20.4-2) ...
23:04:31 [2023-06-22T23:04:31.996Z] #57 36.92 Setting up libpcrecpp0v5:arm64 (2:8.39-13) ...
23:04:31 [2023-06-22T23:04:31.996Z] #57 37.05 Setting up libpcre16-3:arm64 (2:8.39-13) ...
23:04:32 [2023-06-22T23:04:32.257Z] #57 37.26 Setting up libsepol1-dev:arm64 (3.1-1) ...
23:04:32 [2023-06-22T23:04:32.518Z] #57 37.51 Setting up libffi-dev:arm64 (3.3-6) ...
23:04:32 [2023-06-22T23:04:32.780Z] #57 37.81 Setting up libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
23:04:33 [2023-06-22T23:04:33.055Z] #57 37.93 Setting up libbtrfs0:arm64 (5.10.1-2) ...
23:04:33 [2023-06-22T23:04:33.055Z] #57 38.07 Setting up libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
23:04:33 [2023-06-22T23:04:33.319Z] #57 38.29 Setting up libglib2.0-data (2.66.8-1) ...
23:04:33 [2023-06-22T23:04:33.319Z] #57 38.44 Setting up uuid-dev:arm64 (2.36.1-8+deb11u1) ...
23:04:33 [2023-06-22T23:04:33.580Z] #57 38.57 Setting up libpcre32-3:arm64 (2:8.39-13) ...
23:04:33 [2023-06-22T23:04:33.580Z] #57 38.66 Setting up libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
23:04:33 [2023-06-22T23:04:33.580Z] #57 38.77 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ...
23:04:33 [2023-06-22T23:04:33.841Z] #57 38.86 Setting up libbtrfs-dev:arm64 (5.10.1-2) ...
23:04:33 [2023-06-22T23:04:33.841Z] #57 38.96 Setting up libgirepository-1.0-1:arm64 (1.66.1-1+b1) ...
23:04:34 [2023-06-22T23:04:34.252Z] #57 39.17 Setting up python3-lib2to3 (3.9.2-1) ...
23:04:34 [2023-06-22T23:04:34.512Z] #57 39.54 Setting up libelf1:arm64 (0.183-1) ...
23:04:34 [2023-06-22T23:04:34.512Z] #57 39.66 Setting up libsecret-common (0.20.4-2) ...
23:04:34 [2023-06-22T23:04:34.777Z] #57 39.80 Setting up python3-distutils (3.9.2-1) ...
23:04:34 [2023-06-22T23:04:34.777Z] #57 ...
23:04:34 [2023-06-22T23:04:34.777Z] 
23:04:34 [2023-06-22T23:04:34.777Z] #56 [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             ;
23:04:34 [2023-06-22T23:04:34.777Z] #56 29.90 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
23:04:34 [2023-06-22T23:04:34.777Z] #56 30.38 Setting up libprotobuf-c-dev:arm64 (1.3.3-1+b2) ...
23:04:34 [2023-06-22T23:04:34.777Z] #56 30.91 Setting up libcap2:arm64 (1:2.44-1) ...
23:04:34 [2023-06-22T23:04:34.777Z] #56 31.24 Setting up autotools-dev (20180224.1+nmu1) ...
23:04:34 [2023-06-22T23:04:34.777Z] #56 31.55 Setting up libsigsegv2:arm64 (2.13-1) ...
23:04:34 [2023-06-22T23:04:34.777Z] #56 31.91 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
23:04:34 [2023-06-22T23:04:34.777Z] #56 32.07 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
23:04:34 [2023-06-22T23:04:34.777Z] #56 32.23 Setting up patch (2.7.6-7) ...
23:04:34 [2023-06-22T23:04:34.777Z] #56 32.55 Setting up libudev-dev:arm64 (247.3-7+deb11u2) ...
23:04:34 [2023-06-22T23:04:34.777Z] #56 32.76 Setting up libyajl-dev:arm64 (2.1.0-3) ...
23:04:34 [2023-06-22T23:04:34.777Z] #56 33.01 Setting up libcap-dev:arm64 (1:2.44-1) ...
23:04:34 [2023-06-22T23:04:34.777Z] #56 33.17 Setting up libsystemd-dev:arm64 (247.3-7+deb11u2) ...
23:04:34 [2023-06-22T23:04:34.777Z] #56 33.37 Setting up libtool (2.4.6-15) ...
23:04:34 [2023-06-22T23:04:34.777Z] #56 33.64 Setting up m4 (1.4.18-5) ...
23:04:34 [2023-06-22T23:04:34.777Z] #56 33.87 Setting up dpkg-dev (1.20.12) ...
23:04:34 [2023-06-22T23:04:34.777Z] #56 34.07 Setting up autoconf (2.69-14) ...
23:04:34 [2023-06-22T23:04:34.777Z] #56 34.31 Setting up build-essential (12.9) ...
23:04:34 [2023-06-22T23:04:34.777Z] #56 34.39 Setting up automake (1:1.16.3-2) ...
23:04:34 [2023-06-22T23:04:34.777Z] #56 34.41 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
23:04:34 [2023-06-22T23:04:34.777Z] #56 34.46 Processing triggers for libc-bin (2.31-13+deb11u6) ...
23:04:35 [2023-06-22T23:04:35.037Z] #56 ...
23:04:35 [2023-06-22T23:04:35.037Z] 
23:04:35 [2023-06-22T23:04:35.037Z] #57 [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
23:04:35 [2023-06-22T23:04:35.037Z] #57 40.06 Setting up libglib2.0-dev-bin (2.66.8-1) ...
23:04:35 [2023-06-22T23:04:35.298Z] #57 40.45 Setting up libblkid-dev:arm64 (2.36.1-8+deb11u1) ...
23:04:35 [2023-06-22T23:04:35.558Z] #57 40.53 Setting up libpcre2-dev:arm64 (10.36-2+deb11u1) ...
23:04:35 [2023-06-22T23:04:35.558Z] #57 40.58 Setting up libselinux1-dev:arm64 (3.1-3) ...
23:04:35 [2023-06-22T23:04:35.819Z] #57 40.83 Setting up libpcre3-dev:arm64 (2:8.39-13) ...
23:04:35 [2023-06-22T23:04:35.819Z] #57 40.88 Setting up libglib2.0-bin (2.66.8-1) ...
23:04:36 [2023-06-22T23:04:36.080Z] #57 40.99 Setting up libsecret-1-0:arm64 (0.20.4-2) ...
23:04:36 [2023-06-22T23:04:36.080Z] #57 41.08 Setting up gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ...
23:04:36 [2023-06-22T23:04:36.080Z] #57 41.20 Setting up libmount-dev:arm64 (2.36.1-8+deb11u1) ...
23:04:36 [2023-06-22T23:04:36.483Z] #57 41.34 Setting up gir1.2-secret-1:arm64 (0.20.4-2) ...
23:04:36 [2023-06-22T23:04:36.483Z] #57 41.46 Setting up libglib2.0-dev:arm64 (2.66.8-1) ...
23:04:36 [2023-06-22T23:04:36.483Z] #57 41.55 Processing triggers for libglib2.0-0:arm64 (2.66.8-1) ...
23:04:36 [2023-06-22T23:04:36.743Z] #57 41.76 No schema files found: doing nothing.
23:04:36 [2023-06-22T23:04:36.744Z] #57 42.00 Processing triggers for libc-bin (2.31-13+deb11u6) ...
23:04:37 [2023-06-22T23:04:37.003Z] #57 42.10 Setting up libsecret-1-dev:arm64 (0.20.4-2) ...
23:04:38 [2023-06-22T23:04:38.386Z] #57 ...
23:04:38 [2023-06-22T23:04:38.386Z] 
23:04:38 [2023-06-22T23:04:38.386Z] #48 [tini-src 3/3] RUN git fetch -q --depth 1 origin "v0.19.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
23:04:38 [2023-06-22T23:04:38.386Z] #48 DONE 41.8s
23:04:38 [2023-06-22T23:04:38.646Z] 
23:04:38 [2023-06-22T23:04:38.646Z] #56 [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             ;
23:04:39 [2023-06-22T23:04:39.216Z] #56 ...
23:04:39 [2023-06-22T23:04:39.216Z] 
23:04:39 [2023-06-22T23:04:39.216Z] #60 [dockercli-integration 3/3] RUN --mount=type=cache,id=dockercli-integration-git-linux/arm64,target=./.git     --mount=type=cache,target=/root/.cache/go-build,id=dockercli-integration-build-linux/arm64     /download-or-build-cli.sh v17.06.2-ce https://github.com/docker/cli.git /build
23:04:39 [2023-06-22T23:04:39.216Z] #60 43.71 HEAD is now at cec0b72a Merge pull request #217 from andrewhsu/v
23:04:44 [2023-06-22T23:04:44.499Z] #60 ...
23:04:44 [2023-06-22T23:04:44.499Z] 
23:04:44 [2023-06-22T23:04:44.499Z] #62 [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
23:04:44 [2023-06-22T23:04:44.499Z] #62 DONE 49.6s
23:04:44 [2023-06-22T23:04:44.499Z] 
23:04:44 [2023-06-22T23:04:44.499Z] #53 [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
23:04:44 [2023-06-22T23:04:44.499Z] #53 47.69 golangci-lint has version v1.51.2 built from (unknown, mod sum: "h1:yIcsT1X9ZYHdSpeWXRT1ORC/FPGSqDHbHsu9uk4FK7M=") on (unknown)
23:04:44 [2023-06-22T23:04:44.499Z] #53 ...
23:04:44 [2023-06-22T23:04:44.499Z] 
23:04:44 [2023-06-22T23:04:44.499Z] #27 [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
23:04:44 [2023-06-22T23:04:44.499Z] #27 DONE 49.6s
23:04:44 [2023-06-22T23:04:44.499Z] 
23:04:44 [2023-06-22T23:04:44.499Z] #55 [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
23:04:44 [2023-06-22T23:04:44.499Z] #55 DONE 49.6s
23:04:44 [2023-06-22T23:04:44.499Z] 
23:04:44 [2023-06-22T23:04:44.499Z] #66 [delve-src 3/3] RUN git fetch -q --depth 1 origin "v1.20.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
23:04:44 [2023-06-22T23:04:44.499Z] #66 DONE 46.8s
23:04:44 [2023-06-22T23:04:44.499Z] 
23:04:44 [2023-06-22T23:04:44.499Z] #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
23:04:44 [2023-06-22T23:04:44.499Z] #54 DONE 49.6s
23:04:44 [2023-06-22T23:04:44.499Z] 
23:04:44 [2023-06-22T23:04:44.499Z] #67 [swagger-src 3/3] RUN git fetch -q --depth 1 origin "c56166c036004ba7a3a321e5951ba472b9ae298c" && git checkout -q FETCH_HEAD
23:04:44 [2023-06-22T23:04:44.499Z] #67 DONE 47.2s
23:04:44 [2023-06-22T23:04:44.499Z] 
23:04:44 [2023-06-22T23:04:44.499Z] #22 [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
23:04:44 [2023-06-22T23:04:44.499Z] #22 DONE 54.8s
23:04:44 [2023-06-22T23:04:44.499Z] 
23:04:44 [2023-06-22T23:04:44.499Z] #46 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.7" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
23:04:44 [2023-06-22T23:04:44.499Z] #46 DONE 48.4s
23:04:44 [2023-06-22T23:04:44.499Z] 
23:04:44 [2023-06-22T23:04:44.499Z] #65 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.7.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
23:04:44 [2023-06-22T23:04:44.499Z] #65 DONE 48.5s
23:04:44 [2023-06-22T23:04:44.499Z] 
23:04:44 [2023-06-22T23:04:44.499Z] #50 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
23:04:44 [2023-06-22T23:04:44.499Z] #50 DONE 47.7s
23:04:44 [2023-06-22T23:04:44.499Z] 
23:04:44 [2023-06-22T23:04:44.499Z] #68 [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...)
23:04:44 [2023-06-22T23:04:44.760Z] #68 ...
23:04:44 [2023-06-22T23:04:44.761Z] 
23:04:44 [2023-06-22T23:04:44.761Z] #57 [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
23:04:44 [2023-06-22T23:04:44.761Z] #57 DONE 49.7s
23:04:44 [2023-06-22T23:04:44.761Z] 
23:04:44 [2023-06-22T23:04:44.761Z] #53 [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
23:04:44 [2023-06-22T23:04:44.761Z] #53 DONE 49.9s
23:04:44 [2023-06-22T23:04:44.761Z] 
23:04:44 [2023-06-22T23:04:44.761Z] #61 [rootlesskit-build 2/5] RUN --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc libc6-dev
23:04:44 [2023-06-22T23:04:44.761Z] #61 DONE 49.6s
23:04:44 [2023-06-22T23:04:44.761Z] 
23:04:44 [2023-06-22T23:04:44.761Z] #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
23:04:44 [2023-06-22T23:04:44.761Z] #59 DONE 49.5s
23:04:44 [2023-06-22T23:04:44.761Z] 
23:04:44 [2023-06-22T23:04:44.761Z] #56 [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             ;
23:04:44 [2023-06-22T23:04:44.761Z] #56 DONE 49.9s
23:04:44 [2023-06-22T23:04:44.761Z] 
23:04:44 [2023-06-22T23:04:44.761Z] #58 [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
23:04:44 [2023-06-22T23:04:44.761Z] #58 DONE 49.8s
23:04:44 [2023-06-22T23:04:44.761Z] 
23:04:44 [2023-06-22T23:04:44.761Z] #63 [dockercli 3/3] RUN --mount=type=cache,id=dockercli-git-linux/arm64,target=./.git     --mount=type=cache,target=/root/.cache/go-build,id=dockercli-build-linux/arm64     /download-or-build-cli.sh v24.0.2 https://github.com/docker/cli.git /build
23:04:44 [2023-06-22T23:04:44.761Z] #63 DONE 49.4s
23:04:44 [2023-06-22T23:04:44.761Z] 
23:04:44 [2023-06-22T23:04:44.761Z] #69 [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...)
23:04:45 [2023-06-22T23:04:45.022Z] #69 ...
23:04:45 [2023-06-22T23:04:45.022Z] 
23:04:45 [2023-06-22T23:04:45.022Z] #60 [dockercli-integration 3/3] RUN --mount=type=cache,id=dockercli-integration-git-linux/arm64,target=./.git     --mount=type=cache,target=/root/.cache/go-build,id=dockercli-integration-build-linux/arm64     /download-or-build-cli.sh v17.06.2-ce https://github.com/docker/cli.git /build
23:04:45 [2023-06-22T23:04:45.022Z] #60 DONE 49.5s
23:04:45 [2023-06-22T23:04:45.022Z] 
23:04:45 [2023-06-22T23:04:45.022Z] #64 [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...)
23:04:45 [2023-06-22T23:04:45.022Z] #64 DONE 48.9s
23:04:45 [2023-06-22T23:04:45.022Z] 
23:04:45 [2023-06-22T23:04:45.022Z] #70 [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
23:04:46 [2023-06-22T23:04:46.411Z] #70 ...
23:04:46 [2023-06-22T23:04:46.411Z] 
23:04:46 [2023-06-22T23:04:46.411Z] #71 [dev-systemd-false  1/19] COPY --link --from=frozen-images /build/ /docker-frozen-images
23:04:46 [2023-06-22T23:04:46.411Z] #71 DONE 1.7s
23:04:46 [2023-06-22T23:04:46.671Z] 
23:04:46 [2023-06-22T23:04:46.671Z] #72 [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...)
23:04:50 [2023-06-22T23:04:50.874Z] #72 4.993 + bin/ctr
23:04:50 [2023-06-22T23:04:50.874Z] #72 4.993 go build  -gcflags=-trimpath=/go/src  -o bin/ctr -ldflags '-X github.com/containerd/containerd/version.Version=v1.7.1 -X github.com/containerd/containerd/version.Revision=1677a17964311325ed1c31e2c0a3589ce6d5c30d -X github.com/containerd/containerd/version.Package=github.com/containerd/containerd -s -w -extldflags "-static" ' -tags "urfave_cli_no_docs osusergo netgo static_build"  ./cmd/ctr
23:04:50 [2023-06-22T23:04:50.874Z] #72 ...
23:04:50 [2023-06-22T23:04:50.874Z] 
23:04:50 [2023-06-22T23:04:50.874Z] #70 [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
23:04:50 [2023-06-22T23:04:50.874Z] #70 4.416 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
23:04:50 [2023-06-22T23:04:50.874Z] #70 4.497 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
23:04:50 [2023-06-22T23:04:50.874Z] #70 4.590 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
23:04:50 [2023-06-22T23:04:50.874Z] #70 5.297 Reading package lists...
23:04:50 [2023-06-22T23:04:50.874Z] #70 5.900 + apt-get  install -y --no-install-recommends gcc libc6-dev
23:04:51 [2023-06-22T23:04:51.135Z] #70 5.916 Reading package lists...
23:04:51 [2023-06-22T23:04:51.396Z] #70 6.482 Building dependency tree...
23:04:51 [2023-06-22T23:04:51.396Z] #70 6.684 Reading state information...
23:04:51 [2023-06-22T23:04:51.661Z] #70 6.898 gcc is already the newest version (4:10.2.1-1).
23:04:51 [2023-06-22T23:04:51.661Z] #70 6.898 libc6-dev is already the newest version (2.31-13+deb11u6).
23:04:51 [2023-06-22T23:04:51.661Z] #70 6.898 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
23:04:51 [2023-06-22T23:04:51.922Z] #70 DONE 7.1s
23:04:51 [2023-06-22T23:04:51.922Z] 
23:04:51 [2023-06-22T23:04:51.922Z] #73 [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...)
23:04:52 [2023-06-22T23:04:52.866Z] #73 1.016 -- The C compiler identification is GNU 10.2.1
23:04:52 [2023-06-22T23:04:52.866Z] #73 1.030 -- Detecting C compiler ABI info
23:04:53 [2023-06-22T23:04:53.127Z] #73 1.167 -- Detecting C compiler ABI info - done
23:04:53 [2023-06-22T23:04:53.127Z] #73 1.186 -- Check for working C compiler: /usr/bin/aarch64-linux-gnu-gcc - skipped
23:04:53 [2023-06-22T23:04:53.127Z] #73 1.188 -- Detecting C compile features
23:04:53 [2023-06-22T23:04:53.127Z] #73 1.190 -- Detecting C compile features - done
23:04:53 [2023-06-22T23:04:53.127Z] #73 1.201 -- Performing Test HAS_BUILTIN_FORTIFY
23:04:53 [2023-06-22T23:04:53.127Z] #73 1.238 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
23:04:53 [2023-06-22T23:04:53.127Z] #73 1.259 -- Configuring done
23:04:53 [2023-06-22T23:04:53.127Z] #73 1.267 -- Generating done
23:04:53 [2023-06-22T23:04:53.127Z] #73 1.268 -- Build files have been written to: /go/src/github.com/krallin/tini
23:04:53 [2023-06-22T23:04:53.127Z] #73 1.368 Scanning dependencies of target tini-static
23:04:53 [2023-06-22T23:04:53.389Z] #73 1.392 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
23:04:53 [2023-06-22T23:04:53.650Z] #73 1.760 [100%] Linking C executable tini-static
23:04:53 [2023-06-22T23:04:53.650Z] #73 1.860 [100%] Built target tini-static
23:04:54 [2023-06-22T23:04:54.593Z] #73 ...
23:04:54 [2023-06-22T23:04:54.593Z] 
23:04:54 [2023-06-22T23:04:54.593Z] #74 [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...)
23:04:54 [2023-06-22T23:04:54.854Z] #74 ...
23:04:54 [2023-06-22T23:04:54.854Z] 
23:04:54 [2023-06-22T23:04:54.854Z] #75 [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
23:04:54 [2023-06-22T23:04:54.854Z] #0 3.418 Cloning into '/tmp/crun-build'...
23:04:54 [2023-06-22T23:04:54.854Z] #0 4.128 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec'
23:04:54 [2023-06-22T23:04:54.854Z] #0 4.139 Cloning into '/tmp/crun-build/libocispec'...
23:04:54 [2023-06-22T23:04:54.854Z] #0 4.518 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821'
23:04:54 [2023-06-22T23:04:54.855Z] #0 4.531 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec'
23:04:54 [2023-06-22T23:04:54.855Z] #0 4.532 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec'
23:04:54 [2023-06-22T23:04:54.855Z] #0 4.532 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl'
23:04:54 [2023-06-22T23:04:54.855Z] #0 4.538 Cloning into '/tmp/crun-build/libocispec/image-spec'...
23:04:54 [2023-06-22T23:04:54.855Z] #0 5.027 Cloning into '/tmp/crun-build/libocispec/runtime-spec'...
23:04:54 [2023-06-22T23:04:54.855Z] #0 5.399 Cloning into '/tmp/crun-build/libocispec/yajl'...
23:04:54 [2023-06-22T23:04:54.855Z] #0 5.818 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c'
23:04:54 [2023-06-22T23:04:54.855Z] #0 5.921 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3'
23:04:54 [2023-06-22T23:04:54.855Z] #0 5.983 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06'
23:04:54 [2023-06-22T23:04:54.855Z] #75 ...
23:04:54 [2023-06-22T23:04:54.855Z] 
23:04:54 [2023-06-22T23:04:54.855Z] #73 [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...)
23:04:54 [2023-06-22T23:04:54.855Z] #73 DONE 3.2s
23:04:54 [2023-06-22T23:04:54.855Z] 
23:04:54 [2023-06-22T23:04:54.855Z] #76 [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...)
23:04:54 [2023-06-22T23:04:54.855Z] #0 4.112 go: downloading github.com/urfave/cli/v2 v2.23.5
23:04:54 [2023-06-22T23:04:54.855Z] #0 4.114 go: downloading github.com/google/uuid v1.3.0
23:04:54 [2023-06-22T23:04:54.855Z] #0 4.114 go: downloading github.com/moby/vpnkit v0.5.0
23:04:54 [2023-06-22T23:04:54.855Z] #0 4.115 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
23:04:54 [2023-06-22T23:04:54.855Z] #0 4.147 go: downloading github.com/gorilla/mux v1.8.0
23:04:54 [2023-06-22T23:04:54.855Z] #0 4.148 go: downloading github.com/moby/sys/mountinfo v0.6.2
23:04:54 [2023-06-22T23:04:54.855Z] #0 4.152 go: downloading golang.org/x/sys v0.2.0
23:04:54 [2023-06-22T23:04:54.855Z] #0 4.243 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
23:04:54 [2023-06-22T23:04:54.855Z] #0 4.972 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
23:04:54 [2023-06-22T23:04:54.855Z] #0 4.981 go: downloading golang.org/x/net v0.1.0
23:04:54 [2023-06-22T23:04:54.855Z] #0 5.122 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
23:04:54 [2023-06-22T23:04:54.855Z] #0 5.123 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
23:04:55 [2023-06-22T23:04:55.798Z] #76 ...
23:04:55 [2023-06-22T23:04:55.798Z] 
23:04:55 [2023-06-22T23:04:55.798Z] #75 [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
23:04:55 [2023-06-22T23:04:55.798Z] #75 11.16 aclocal: warning: couldn't open directory 'm4': No such file or directory
23:04:59 [2023-06-22T23:04:59.103Z] #75 ...
23:04:59 [2023-06-22T23:04:59.104Z] 
23:04:59 [2023-06-22T23:04:59.104Z] #69 [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...)
23:04:59 [2023-06-22T23:04:59.104Z] #69 4.223 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 .
23:05:00 [2023-06-22T23:05:00.491Z] #69 ...
23:05:00 [2023-06-22T23:05:00.491Z] 
23:05:00 [2023-06-22T23:05:00.491Z] #75 [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
23:05:00 [2023-06-22T23:05:00.491Z] #75 15.54 libtoolize: putting auxiliary files in '.'.
23:05:00 [2023-06-22T23:05:00.491Z] #75 15.54 libtoolize: copying file './ltmain.sh'
23:05:01 [2023-06-22T23:05:01.436Z] #75 16.49 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
23:05:01 [2023-06-22T23:05:01.436Z] #75 16.49 libtoolize: and rerunning libtoolize and aclocal.
23:05:01 [2023-06-22T23:05:01.436Z] #75 16.49 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
23:05:04 [2023-06-22T23:05:04.741Z] #75 19.52 configure.ac:7: installing './compile'
23:05:04 [2023-06-22T23:05:04.741Z] #75 19.55 configure.ac:11: installing './config.guess'
23:05:04 [2023-06-22T23:05:04.741Z] #75 19.55 configure.ac:11: installing './config.sub'
23:05:04 [2023-06-22T23:05:04.741Z] #75 19.55 configure.ac:8: installing './install-sh'
23:05:04 [2023-06-22T23:05:04.741Z] #75 19.55 configure.ac:8: installing './missing'
23:05:04 [2023-06-22T23:05:04.741Z] #75 19.59 Makefile.am: installing './depcomp'
23:05:05 [2023-06-22T23:05:05.314Z] #75 20.44 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
23:05:05 [2023-06-22T23:05:05.314Z] #75 20.44 libtoolize: copying file 'build-aux/ltmain.sh'
23:05:05 [2023-06-22T23:05:05.314Z] #75 20.56 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
23:05:05 [2023-06-22T23:05:05.314Z] #75 20.56 libtoolize: copying file 'm4/libtool.m4'
23:05:05 [2023-06-22T23:05:05.314Z] #75 20.69 libtoolize: copying file 'm4/ltoptions.m4'
23:05:05 [2023-06-22T23:05:05.576Z] #75 20.79 libtoolize: copying file 'm4/ltsugar.m4'
23:05:05 [2023-06-22T23:05:05.576Z] #75 20.91 libtoolize: copying file 'm4/ltversion.m4'
23:05:05 [2023-06-22T23:05:05.837Z] #75 21.06 libtoolize: copying file 'm4/lt~obsolete.m4'
23:05:05 [2023-06-22T23:05:05.837Z] #75 21.19 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
23:05:11 [2023-06-22T23:05:11.133Z] #75 25.48 configure.ac:7: installing 'build-aux/compile'
23:05:11 [2023-06-22T23:05:11.133Z] #75 25.49 configure.ac:9: installing 'build-aux/config.guess'
23:05:11 [2023-06-22T23:05:11.133Z] #75 25.49 configure.ac:9: installing 'build-aux/config.sub'
23:05:11 [2023-06-22T23:05:11.133Z] #75 25.50 configure.ac:11: installing 'build-aux/install-sh'
23:05:11 [2023-06-22T23:05:11.133Z] #75 25.50 configure.ac:11: installing 'build-aux/missing'
23:05:11 [2023-06-22T23:05:11.133Z] #75 25.55 Makefile.am: installing 'build-aux/depcomp'
23:05:11 [2023-06-22T23:05:11.133Z] #75 25.59 parallel-tests: installing 'build-aux/test-driver'
23:05:11 [2023-06-22T23:05:11.706Z] #75 26.85 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
23:05:11 [2023-06-22T23:05:11.706Z] #75 26.85 libtoolize: copying file 'build-aux/ltmain.sh'
23:05:12 [2023-06-22T23:05:12.279Z] #75 27.35 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
23:05:12 [2023-06-22T23:05:12.279Z] #75 27.35 libtoolize: copying file 'm4/libtool.m4'
23:05:12 [2023-06-22T23:05:12.279Z] #75 27.46 libtoolize: copying file 'm4/ltoptions.m4'
23:05:12 [2023-06-22T23:05:12.279Z] #75 27.57 libtoolize: copying file 'm4/ltsugar.m4'
23:05:12 [2023-06-22T23:05:12.279Z] #75 27.69 libtoolize: copying file 'm4/ltversion.m4'
23:05:12 [2023-06-22T23:05:12.541Z] #75 27.82 libtoolize: copying file 'm4/lt~obsolete.m4'
23:05:17 [2023-06-22T23:05:17.836Z] #75 32.60 configure.ac:11: installing 'build-aux/compile'
23:05:17 [2023-06-22T23:05:17.836Z] #75 32.60 configure.ac:11: installing 'build-aux/config.guess'
23:05:17 [2023-06-22T23:05:17.836Z] #75 32.60 configure.ac:11: installing 'build-aux/config.sub'
23:05:17 [2023-06-22T23:05:17.836Z] #75 32.60 configure.ac:13: installing 'build-aux/install-sh'
23:05:17 [2023-06-22T23:05:17.836Z] #75 32.61 configure.ac:13: installing 'build-aux/missing'
23:05:17 [2023-06-22T23:05:17.836Z] #75 32.61 configure.ac:8: installing 'build-aux/tap-driver.sh'
23:05:17 [2023-06-22T23:05:17.836Z] #75 32.67 Makefile.am: installing 'build-aux/depcomp'
23:05:18 [2023-06-22T23:05:18.359Z] #75 33.42 checking build system type... aarch64-unknown-linux-gnu
23:05:18 [2023-06-22T23:05:18.359Z] #75 33.64 checking host system type... aarch64-unknown-linux-gnu
23:05:18 [2023-06-22T23:05:18.359Z] #75 33.65 checking how to print strings... printf
23:05:18 [2023-06-22T23:05:18.359Z] #75 33.66 checking for gcc... gcc
23:05:18 [2023-06-22T23:05:18.621Z] #75 33.80 checking whether the C compiler works... yes
23:05:18 [2023-06-22T23:05:18.621Z] #75 33.89 checking for C compiler default output file name... a.out
23:05:18 [2023-06-22T23:05:18.621Z] #75 33.90 checking for suffix of executables... 
23:05:18 [2023-06-22T23:05:18.621Z] #75 33.99 checking whether we are cross compiling... no
23:05:18 [2023-06-22T23:05:18.882Z] #75 34.04 checking for suffix of object files... o
23:05:18 [2023-06-22T23:05:18.882Z] #75 34.08 checking whether we are using the GNU C compiler... yes
23:05:18 [2023-06-22T23:05:18.882Z] #75 34.13 checking whether gcc accepts -g... yes
23:05:18 [2023-06-22T23:05:18.882Z] #75 34.17 checking for gcc option to accept ISO C89... none needed
23:05:19 [2023-06-22T23:05:19.144Z] #75 34.24 checking whether gcc understands -c and -o together... yes
23:05:19 [2023-06-22T23:05:19.144Z] #75 34.32 checking for a sed that does not truncate output... /bin/sed
23:05:19 [2023-06-22T23:05:19.144Z] #75 34.33 checking for grep that handles long lines and -e... /bin/grep
23:05:19 [2023-06-22T23:05:19.144Z] #75 34.33 checking for egrep... /bin/grep -E
23:05:19 [2023-06-22T23:05:19.144Z] #75 34.33 checking for fgrep... /bin/grep -F
23:05:19 [2023-06-22T23:05:19.144Z] #75 34.34 checking for ld used by gcc... /usr/bin/ld
23:05:19 [2023-06-22T23:05:19.144Z] #75 34.35 checking if the linker (/usr/bin/ld) is GNU ld... yes
23:05:19 [2023-06-22T23:05:19.144Z] #75 34.35 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
23:05:19 [2023-06-22T23:05:19.144Z] #75 34.36 checking the name lister (/usr/bin/nm -B) interface... BSD nm
23:05:19 [2023-06-22T23:05:19.144Z] #75 34.43 checking whether ln -s works... yes
23:05:19 [2023-06-22T23:05:19.144Z] #75 34.43 checking the maximum length of command line arguments... 1572864
23:05:19 [2023-06-22T23:05:19.144Z] #75 34.47 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
23:05:19 [2023-06-22T23:05:19.144Z] #75 34.47 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
23:05:19 [2023-06-22T23:05:19.144Z] #75 34.47 checking for /usr/bin/ld option to reload object files... -r
23:05:19 [2023-06-22T23:05:19.144Z] #75 34.47 checking for objdump... objdump
23:05:19 [2023-06-22T23:05:19.144Z] #75 34.47 checking how to recognize dependent libraries... pass_all
23:05:19 [2023-06-22T23:05:19.144Z] #75 34.47 checking for dlltool... no
23:05:19 [2023-06-22T23:05:19.144Z] #75 34.47 checking how to associate runtime and link libraries... printf %s\n
23:05:19 [2023-06-22T23:05:19.144Z] #75 34.47 checking for ar... ar
23:05:19 [2023-06-22T23:05:19.144Z] #75 34.47 checking for archiver @FILE support... @
23:05:19 [2023-06-22T23:05:19.405Z] #75 34.54 checking for strip... strip
23:05:19 [2023-06-22T23:05:19.405Z] #75 34.55 checking for ranlib... ranlib
23:05:19 [2023-06-22T23:05:19.405Z] #75 34.55 checking for gawk... no
23:05:19 [2023-06-22T23:05:19.405Z] #75 34.55 checking for mawk... mawk
23:05:19 [2023-06-22T23:05:19.405Z] #75 34.55 checking command to parse /usr/bin/nm -B output from gcc object... ok
23:05:19 [2023-06-22T23:05:19.405Z] #75 34.76 checking for sysroot... no
23:05:19 [2023-06-22T23:05:19.405Z] #75 34.76 checking for a working dd... /bin/dd
23:05:19 [2023-06-22T23:05:19.405Z] #75 34.78 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
23:05:19 [2023-06-22T23:05:19.667Z] #75 34.80 checking for mt... no
23:05:19 [2023-06-22T23:05:19.667Z] #75 34.80 checking if : is a manifest tool... no
23:05:19 [2023-06-22T23:05:19.667Z] #75 34.81 checking how to run the C preprocessor... gcc -E
23:05:19 [2023-06-22T23:05:19.928Z] #75 34.94 checking for ANSI C header files... yes
23:05:19 [2023-06-22T23:05:19.928Z] #75 35.13 checking for sys/types.h... yes
23:05:19 [2023-06-22T23:05:19.928Z] #75 35.22 checking for sys/stat.h... yes
23:05:20 [2023-06-22T23:05:20.189Z] #75 35.35 checking for stdlib.h... yes
23:05:20 [2023-06-22T23:05:20.189Z] #75 35.46 checking for string.h... yes
23:05:20 [2023-06-22T23:05:20.451Z] #75 35.54 checking for memory.h... yes
23:05:20 [2023-06-22T23:05:20.451Z] #75 35.65 checking for strings.h... yes
23:05:20 [2023-06-22T23:05:20.451Z] #75 35.75 checking for inttypes.h... yes
23:05:20 [2023-06-22T23:05:20.712Z] #75 35.85 checking for stdint.h... yes
23:05:20 [2023-06-22T23:05:20.712Z] #75 35.97 checking for unistd.h... yes
23:05:20 [2023-06-22T23:05:20.973Z] #75 36.08 checking for dlfcn.h... yes
23:05:20 [2023-06-22T23:05:20.974Z] #75 36.15 checking for objdir... .libs
23:05:21 [2023-06-22T23:05:21.235Z] #75 36.35 checking if gcc supports -fno-rtti -fno-exceptions... no
23:05:21 [2023-06-22T23:05:21.235Z] #75 36.44 checking for gcc option to produce PIC... -fPIC -DPIC
23:05:21 [2023-06-22T23:05:21.235Z] #75 36.44 checking if gcc PIC flag -fPIC -DPIC works... yes
23:05:21 [2023-06-22T23:05:21.235Z] #75 36.48 checking if gcc static flag -static works... yes
23:05:21 [2023-06-22T23:05:21.498Z] #75 36.62 checking if gcc supports -c -o file.o... yes
23:05:21 [2023-06-22T23:05:21.498Z] #75 36.69 checking if gcc supports -c -o file.o... (cached) yes
23:05:21 [2023-06-22T23:05:21.498Z] #75 36.69 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
23:05:21 [2023-06-22T23:05:21.498Z] #75 36.73 checking dynamic linker characteristics... 
23:05:21 [2023-06-22T23:05:21.498Z] #75 ...
23:05:21 [2023-06-22T23:05:21.498Z] 
23:05:21 [2023-06-22T23:05:21.498Z] #76 [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...)
23:05:21 [2023-06-22T23:05:21.498Z] #76 DONE 36.8s
23:05:21 [2023-06-22T23:05:21.498Z] 
23:05:21 [2023-06-22T23:05:21.498Z] #69 [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...)
23:05:21 [2023-06-22T23:05:21.498Z] #69 DONE 36.8s
23:05:21 [2023-06-22T23:05:21.498Z] 
23:05:21 [2023-06-22T23:05:21.498Z] #77 [rootlesskit-build 4/5] COPY ./contrib/dockerd-rootless.sh /build/
23:05:21 [2023-06-22T23:05:21.498Z] #77 DONE 0.1s
23:05:21 [2023-06-22T23:05:21.760Z] 
23:05:21 [2023-06-22T23:05:21.760Z] #75 [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
23:05:21 [2023-06-22T23:05:21.760Z] #75 36.73 checking dynamic linker characteristics... GNU/Linux ld.so
23:05:21 [2023-06-22T23:05:21.760Z] #75 36.88 checking how to hardcode library paths into programs... immediate
23:05:21 [2023-06-22T23:05:21.760Z] #75 36.88 checking whether stripping libraries is possible... yes
23:05:21 [2023-06-22T23:05:21.760Z] #75 36.89 checking if libtool supports shared libraries... yes
23:05:21 [2023-06-22T23:05:21.760Z] #75 36.89 checking whether to build shared libraries... no
23:05:21 [2023-06-22T23:05:21.760Z] #75 36.89 checking whether to build static libraries... yes
23:05:21 [2023-06-22T23:05:21.760Z] #75 36.89 checking for a BSD-compatible install... /usr/bin/install -c
23:05:21 [2023-06-22T23:05:21.760Z] #75 36.94 checking whether build environment is sane... yes
23:05:21 [2023-06-22T23:05:21.760Z] #75 ...
23:05:21 [2023-06-22T23:05:21.760Z] 
23:05:21 [2023-06-22T23:05:21.760Z] #78 [rootlesskit-build 5/5] COPY ./contrib/dockerd-rootless-setuptool.sh /build/
23:05:21 [2023-06-22T23:05:21.760Z] #78 DONE 0.2s
23:05:21 [2023-06-22T23:05:21.760Z] 
23:05:21 [2023-06-22T23:05:21.760Z] #75 [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
23:05:21 [2023-06-22T23:05:21.760Z] #75 36.95 checking for a thread-safe mkdir -p... /bin/mkdir -p
23:05:21 [2023-06-22T23:05:21.760Z] #75 36.97 checking whether make sets $(MAKE)... yes
23:05:21 [2023-06-22T23:05:21.760Z] #75 37.01 checking whether make supports the include directive... yes (GNU style)
23:05:21 [2023-06-22T23:05:21.760Z] #75 37.03 checking whether make supports nested variables... yes
23:05:21 [2023-06-22T23:05:21.761Z] #75 37.11 checking whether UID '0' is supported by ustar format... yes
23:05:21 [2023-06-22T23:05:21.761Z] #75 37.11 checking whether GID '0' is supported by ustar format... yes
23:05:21 [2023-06-22T23:05:21.761Z] #75 37.11 checking how to create a ustar tar archive... gnutar
23:05:22 [2023-06-22T23:05:22.022Z] #75 37.19 checking dependency style of gcc... gcc3
23:05:22 [2023-06-22T23:05:22.022Z] #75 37.26 checking whether to enable maintainer-specific portions of Makefiles... yes
23:05:22 [2023-06-22T23:05:22.022Z] #75 37.26 checking whether make supports nested variables... (cached) yes
23:05:22 [2023-06-22T23:05:22.022Z] #75 37.26 checking for gawk... (cached) mawk
23:05:22 [2023-06-22T23:05:22.022Z] #75 37.26 checking for a sed that does not truncate output... (cached) /bin/sed
23:05:22 [2023-06-22T23:05:22.022Z] #75 37.26 checking for gcc... (cached) gcc
23:05:22 [2023-06-22T23:05:22.022Z] #75 37.32 checking whether we are using the GNU C compiler... (cached) yes
23:05:22 [2023-06-22T23:05:22.022Z] #75 37.32 checking whether gcc accepts -g... (cached) yes
23:05:22 [2023-06-22T23:05:22.022Z] #75 37.32 checking for gcc option to accept ISO C89... (cached) none needed
23:05:22 [2023-06-22T23:05:22.022Z] #75 37.32 checking whether gcc understands -c and -o together... (cached) yes
23:05:22 [2023-06-22T23:05:22.022Z] #75 37.32 checking for a Python interpreter with version >= 3... python3
23:05:22 [2023-06-22T23:05:22.022Z] #75 37.35 checking for python3... /usr/bin/python3
23:05:22 [2023-06-22T23:05:22.022Z] #75 37.35 checking for python3 version... 3.9
23:05:22 [2023-06-22T23:05:22.022Z] #75 37.37 checking for python3 platform... linux
23:05:22 [2023-06-22T23:05:22.022Z] #75 37.38 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
23:05:22 [2023-06-22T23:05:22.287Z] #75 37.46 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
23:05:22 [2023-06-22T23:05:22.287Z] #75 37.54 checking for go-md2man... no
23:05:22 [2023-06-22T23:05:22.287Z] #75 37.57 checking error.h usability... yes
23:05:22 [2023-06-22T23:05:22.287Z] #75 37.66 checking error.h presence... yes
23:05:22 [2023-06-22T23:05:22.549Z] #75 37.68 checking for error.h... yes
23:05:22 [2023-06-22T23:05:22.549Z] #75 37.71 checking linux/openat2.h usability... yes
23:05:22 [2023-06-22T23:05:22.549Z] 
23:05:22 [2023-06-22T23:05:22.549Z] #75 ...
23:05:22 [2023-06-22T23:05:22.549Z] 
23:05:22 [2023-06-22T23:05:22.549Z] #74 [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...)
23:05:22 [2023-06-22T23:05:22.549Z] #74 DONE 38.0s
23:05:22 [2023-06-22T23:05:22.549Z] 
23:05:22 [2023-06-22T23:05:22.549Z] #75 [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
23:05:22 [2023-06-22T23:05:22.549Z] #75 37.79 checking linux/openat2.h presence... yes
23:05:22 [2023-06-22T23:05:22.549Z] #75 37.81 checking for linux/openat2.h... yes
23:05:22 [2023-06-22T23:05:22.812Z] #75 37.82 checking for copy_file_range... yes
23:05:22 [2023-06-22T23:05:22.812Z] #75 37.93 checking for fgetxattr... yes
23:05:22 [2023-06-22T23:05:22.812Z] #75 38.01 checking for statx... yes
23:05:22 [2023-06-22T23:05:22.812Z] #75 38.10 checking for fgetpwent_r... yes
23:05:22 [2023-06-22T23:05:22.812Z] #75 38.17 checking for issetugid... no
23:05:23 [2023-06-22T23:05:23.074Z] #75 38.24 checking for pkg-config... /usr/bin/pkg-config
23:05:23 [2023-06-22T23:05:23.074Z] #75 38.24 checking pkg-config is at least version 0.9.0... yes
23:05:23 [2023-06-22T23:05:23.074Z] #75 38.24 checking for library containing yajl_tree_get... -lyajl
23:05:23 [2023-06-22T23:05:23.074Z] #75 38.38 checking for yajl >= 2.0.0... yes
23:05:23 [2023-06-22T23:05:23.074Z] #75 38.42 checking sys/capability.h usability... yes
23:05:23 [2023-06-22T23:05:23.074Z] #75 38.45 checking sys/capability.h presence... yes
23:05:23 [2023-06-22T23:05:23.074Z] #75 38.47 checking for sys/capability.h... yes
23:05:23 [2023-06-22T23:05:23.335Z] #75 38.47 checking for library containing cap_from_name... -lcap
23:05:23 [2023-06-22T23:05:23.597Z] #75 38.64 checking for library containing dlopen... 
23:05:23 [2023-06-22T23:05:23.597Z] #75 ...
23:05:23 [2023-06-22T23:05:23.597Z] 
23:05:23 [2023-06-22T23:05:23.597Z] #79 [dev-systemd-false  2/19] COPY --link --from=swagger       /build/ /usr/local/bin/
23:05:23 [2023-06-22T23:05:23.597Z] #79 DONE 0.3s
23:05:23 [2023-06-22T23:05:23.597Z] 
23:05:23 [2023-06-22T23:05:23.597Z] #75 [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
23:05:23 [2023-06-22T23:05:23.597Z] #75 38.64 checking for library containing dlopen... -ldl
23:05:23 [2023-06-22T23:05:23.597Z] #75 38.80 checking seccomp.h usability... yes
23:05:23 [2023-06-22T23:05:23.597Z] #75 38.84 checking seccomp.h presence... yes
23:05:23 [2023-06-22T23:05:23.597Z] #75 38.86 checking for seccomp.h... yes
23:05:23 [2023-06-22T23:05:23.597Z] #75 38.86 checking for library containing seccomp_rule_add... 
23:05:23 [2023-06-22T23:05:23.597Z] #75 ...
23:05:23 [2023-06-22T23:05:23.597Z] 
23:05:23 [2023-06-22T23:05:23.597Z] #68 [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...)
23:05:23 [2023-06-22T23:05:23.597Z] #68 DONE 39.1s
23:05:23 [2023-06-22T23:05:23.597Z] 
23:05:23 [2023-06-22T23:05:23.597Z] #75 [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
23:05:23 [2023-06-22T23:05:23.597Z] #75 38.86 checking for library containing seccomp_rule_add... -lseccomp
23:05:23 [2023-06-22T23:05:23.860Z] #75 39.04 checking for library containing seccomp_arch_resolve_name... none required
23:05:23 [2023-06-22T23:05:23.860Z] #75 39.12 checking systemd/sd-bus.h usability... yes
23:05:24 [2023-06-22T23:05:24.122Z] #75 39.17 checking systemd/sd-bus.h presence... yes
23:05:24 [2023-06-22T23:05:24.122Z] #75 39.20 checking for systemd/sd-bus.h... yes
23:05:24 [2023-06-22T23:05:24.122Z] #75 39.20 checking for library containing sd_bus_match_signal_async... -lsystemd
23:05:24 [2023-06-22T23:05:24.122Z] #75 39.40 checking for sd_notify_barrier... yes
23:05:24 [2023-06-22T23:05:24.383Z] #75 39.47 checking linux/bpf.h usability... yes
23:05:24 [2023-06-22T23:05:24.383Z] #75 39.51 checking linux/bpf.h presence... yes
23:05:24 [2023-06-22T23:05:24.383Z] #75 39.53 checking for linux/bpf.h... yes
23:05:24 [2023-06-22T23:05:24.383Z] #75 39.54 checking compilation for eBPF... yes
23:05:24 [2023-06-22T23:05:24.383Z] #75 ...
23:05:24 [2023-06-22T23:05:24.383Z] 
23:05:24 [2023-06-22T23:05:24.383Z] #80 [dev-systemd-false  3/19] COPY --link --from=delve         /build/ /usr/local/bin/
23:05:24 [2023-06-22T23:05:24.383Z] #80 DONE 0.1s
23:05:24 [2023-06-22T23:05:24.383Z] 
23:05:24 [2023-06-22T23:05:24.383Z] #81 [dev-systemd-false  4/19] COPY --link --from=tomll         /build/ /usr/local/bin/
23:05:24 [2023-06-22T23:05:24.383Z] #81 DONE 2.4s
23:05:24 [2023-06-22T23:05:24.383Z] 
23:05:24 [2023-06-22T23:05:24.383Z] #75 [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
23:05:24 [2023-06-22T23:05:24.383Z] #75 39.59 checking for criu >= 3.15... no
23:05:24 [2023-06-22T23:05:24.383Z] #75 39.61 configure: CRIU headers not found, building without CRIU support
23:05:24 [2023-06-22T23:05:24.383Z] #75 39.61 checking for criu > 3.16... no
23:05:24 [2023-06-22T23:05:24.383Z] #75 39.62 configure: CRIU version doesn't support join-ns API
23:05:24 [2023-06-22T23:05:24.383Z] #75 39.62 checking for criu > 3.16.1... no
23:05:24 [2023-06-22T23:05:24.383Z] #75 39.63 configure: CRIU version doesn't support for pre-dumping
23:05:24 [2023-06-22T23:05:24.383Z] #75 39.63 checking for new mount API (fsconfig)... yes
23:05:24 [2023-06-22T23:05:24.383Z] #75 39.67 checking for seccomp notify API... yes
23:05:24 [2023-06-22T23:05:24.383Z] #75 ...
23:05:24 [2023-06-22T23:05:24.383Z] 
23:05:24 [2023-06-22T23:05:24.383Z] #82 [dev-systemd-false  5/19] COPY --link --from=gowinres      /build/ /usr/local/bin/
23:05:24 [2023-06-22T23:05:24.383Z] #82 DONE 2.3s
23:05:24 [2023-06-22T23:05:24.383Z] 
23:05:24 [2023-06-22T23:05:24.383Z] #83 [dev-systemd-false  6/19] COPY --link --from=tini          /build/ /usr/local/bin/
23:05:24 [2023-06-22T23:05:24.383Z] #83 DONE 0.1s
23:05:24 [2023-06-22T23:05:24.383Z] 
23:05:24 [2023-06-22T23:05:24.383Z] #84 [dev-systemd-false  7/19] COPY --link --from=registry      /build/ /usr/local/bin/
23:05:24 [2023-06-22T23:05:24.383Z] #84 DONE 2.2s
23:05:24 [2023-06-22T23:05:24.383Z] 
23:05:24 [2023-06-22T23:05:24.383Z] #85 [dev-systemd-false  8/19] COPY --link --from=gotestsum     /build/ /usr/local/bin/
23:05:24 [2023-06-22T23:05:24.383Z] #85 DONE 2.3s
23:05:24 [2023-06-22T23:05:24.383Z] 
23:05:24 [2023-06-22T23:05:24.383Z] #86 [dev-systemd-false  9/19] COPY --link --from=golangci_lint /build/ /usr/local/bin/
23:05:24 [2023-06-22T23:05:24.383Z] #86 DONE 2.4s
23:05:24 [2023-06-22T23:05:24.383Z] 
23:05:24 [2023-06-22T23:05:24.383Z] #87 [dev-systemd-false 10/19] COPY --link --from=shfmt         /build/ /usr/local/bin/
23:05:24 [2023-06-22T23:05:24.383Z] #87 DONE 2.3s
23:05:24 [2023-06-22T23:05:24.383Z] 
23:05:24 [2023-06-22T23:05:24.383Z] #75 [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
23:05:24 [2023-06-22T23:05:24.383Z] #75 39.70 checking for gperf... no
23:05:24 [2023-06-22T23:05:24.383Z] #75 39.70 configure: gperf not found - cannot rebuild signal parser code
23:05:24 [2023-06-22T23:05:24.383Z] #75 39.70 checking for library containing argp_parse... none required
23:05:24 [2023-06-22T23:05:24.383Z] #75 39.78 checking that generated files are newer than configure... done
23:05:24 [2023-06-22T23:05:24.383Z] #75 39.78 configure: creating ./config.status
23:05:24 [2023-06-22T23:05:24.644Z] #75 ...
23:05:24 [2023-06-22T23:05:24.644Z] 
23:05:24 [2023-06-22T23:05:24.644Z] #88 [dev-systemd-false 11/19] COPY --link --from=runc          /build/ /usr/local/bin/
23:05:24 [2023-06-22T23:05:24.644Z] #88 DONE 0.2s
23:05:24 [2023-06-22T23:05:24.904Z] 
23:05:24 [2023-06-22T23:05:24.904Z] #72 [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...)
23:05:25 [2023-06-22T23:05:25.165Z] #72 ...
23:05:25 [2023-06-22T23:05:25.165Z] 
23:05:25 [2023-06-22T23:05:25.165Z] #75 [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
23:05:25 [2023-06-22T23:05:25.165Z] #75 40.44 config.status: creating Makefile
23:05:25 [2023-06-22T23:05:25.165Z] #75 40.46 config.status: creating rpm/crun.spec
23:05:25 [2023-06-22T23:05:25.165Z] #75 40.48 config.status: creating config.h
23:05:25 [2023-06-22T23:05:25.165Z] #75 40.49 config.status: executing libtool commands
23:05:25 [2023-06-22T23:05:25.165Z] #75 40.50 config.status: executing depfiles commands
23:05:25 [2023-06-22T23:05:25.737Z] #75 40.87 === configuring in libocispec (/tmp/crun-build/libocispec)
23:05:25 [2023-06-22T23:05:25.737Z] #75 40.88 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
23:05:25 [2023-06-22T23:05:25.997Z] #75 41.10 checking for gcc... gcc
23:05:25 [2023-06-22T23:05:25.998Z] #75 41.14 checking whether the C compiler works... yes
23:05:25 [2023-06-22T23:05:25.998Z] #75 41.19 checking for C compiler default output file name... a.out
23:05:25 [2023-06-22T23:05:25.998Z] #75 41.19 checking for suffix of executables... 
23:05:25 [2023-06-22T23:05:25.998Z] #75 41.23 checking whether we are cross compiling... no
23:05:25 [2023-06-22T23:05:25.998Z] #75 41.28 checking for suffix of object files... o
23:05:25 [2023-06-22T23:05:25.998Z] #75 41.30 checking whether we are using the GNU C compiler... yes
23:05:25 [2023-06-22T23:05:25.998Z] #75 41.33 checking whether gcc accepts -g... yes
23:05:26 [2023-06-22T23:05:26.257Z] #75 41.36 checking for gcc option to accept ISO C89... none needed
23:05:26 [2023-06-22T23:05:26.258Z] #75 41.40 checking whether gcc understands -c and -o together... yes
23:05:26 [2023-06-22T23:05:26.258Z] #75 41.44 checking how to run the C preprocessor... gcc -E
23:05:26 [2023-06-22T23:05:26.258Z] #75 41.50 checking for grep that handles long lines and -e... /bin/grep
23:05:26 [2023-06-22T23:05:26.258Z] #75 41.51 checking for egrep... /bin/grep -E
23:05:26 [2023-06-22T23:05:26.518Z] #75 41.51 checking for ANSI C header files... yes
23:05:26 [2023-06-22T23:05:26.518Z] #75 41.64 checking for sys/types.h... yes
23:05:26 [2023-06-22T23:05:26.518Z] #75 41.68 checking for sys/stat.h... yes
23:05:26 [2023-06-22T23:05:26.518Z] #75 41.72 checking for stdlib.h... yes
23:05:26 [2023-06-22T23:05:26.518Z] #75 41.76 checking for string.h... yes
23:05:26 [2023-06-22T23:05:26.518Z] #75 41.80 checking for memory.h... yes
23:05:26 [2023-06-22T23:05:26.518Z] #75 41.84 checking for strings.h... yes
23:05:26 [2023-06-22T23:05:26.779Z] #75 41.88 checking for inttypes.h... yes
23:05:26 [2023-06-22T23:05:26.779Z] #75 41.92 checking for stdint.h... yes
23:05:26 [2023-06-22T23:05:26.779Z] #75 41.99 checking for unistd.h... yes
23:05:26 [2023-06-22T23:05:26.779Z] #75 42.04 checking minix/config.h usability... no
23:05:26 [2023-06-22T23:05:26.779Z] #75 42.07 checking minix/config.h presence... no
23:05:26 [2023-06-22T23:05:26.779Z] #75 42.09 checking for minix/config.h... no
23:05:26 [2023-06-22T23:05:26.779Z] #75 42.09 checking whether it is safe to define __EXTENSIONS__... yes
23:05:27 [2023-06-22T23:05:27.039Z] #75 42.15 checking build system type... aarch64-unknown-linux-gnu
23:05:27 [2023-06-22T23:05:27.039Z] #75 42.22 checking host system type... aarch64-unknown-linux-gnu
23:05:27 [2023-06-22T23:05:27.039Z] #75 42.22 checking how to print strings... printf
23:05:27 [2023-06-22T23:05:27.039Z] #75 42.22 checking for a sed that does not truncate output... /bin/sed
23:05:27 [2023-06-22T23:05:27.039Z] #75 42.23 checking for fgrep... /bin/grep -F
23:05:27 [2023-06-22T23:05:27.039Z] #75 42.23 checking for ld used by gcc... /usr/bin/ld
23:05:27 [2023-06-22T23:05:27.039Z] #75 42.23 checking if the linker (/usr/bin/ld) is GNU ld... yes
23:05:27 [2023-06-22T23:05:27.039Z] #75 42.24 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
23:05:27 [2023-06-22T23:05:27.039Z] #75 42.24 checking the name lister (/usr/bin/nm -B) interface... BSD nm
23:05:27 [2023-06-22T23:05:27.039Z] #75 42.27 checking whether ln -s works... yes
23:05:27 [2023-06-22T23:05:27.039Z] #75 42.27 checking the maximum length of command line arguments... 1572864
23:05:27 [2023-06-22T23:05:27.039Z] #75 42.28 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
23:05:27 [2023-06-22T23:05:27.039Z] #75 42.28 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
23:05:27 [2023-06-22T23:05:27.039Z] #75 42.28 checking for /usr/bin/ld option to reload object files... -r
23:05:27 [2023-06-22T23:05:27.039Z] #75 42.28 checking for objdump... objdump
23:05:27 [2023-06-22T23:05:27.039Z] #75 42.28 checking how to recognize dependent libraries... pass_all
23:05:27 [2023-06-22T23:05:27.039Z] #75 42.28 checking for dlltool... no
23:05:27 [2023-06-22T23:05:27.039Z] #75 42.28 checking how to associate runtime and link libraries... printf %s\n
23:05:27 [2023-06-22T23:05:27.039Z] #75 42.28 checking for ar... ar
23:05:27 [2023-06-22T23:05:27.039Z] #75 42.28 checking for archiver @FILE support... @
23:05:27 [2023-06-22T23:05:27.039Z] #75 42.32 checking for strip... strip
23:05:27 [2023-06-22T23:05:27.039Z] #75 42.32 checking for ranlib... ranlib
23:05:27 [2023-06-22T23:05:27.039Z] #75 42.32 checking for gawk... no
23:05:27 [2023-06-22T23:05:27.039Z] #75 42.32 checking for mawk... mawk
23:05:27 [2023-06-22T23:05:27.299Z] #75 42.32 checking command to parse /usr/bin/nm -B output from gcc object... ok
23:05:27 [2023-06-22T23:05:27.299Z] #75 42.40 checking for sysroot... no
23:05:27 [2023-06-22T23:05:27.299Z] #75 42.40 checking for a working dd... /bin/dd
23:05:27 [2023-06-22T23:05:27.299Z] #75 42.41 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
23:05:27 [2023-06-22T23:05:27.299Z] #75 42.41 checking for mt... no
23:05:27 [2023-06-22T23:05:27.299Z] #75 42.41 checking if : is a manifest tool... no
23:05:27 [2023-06-22T23:05:27.300Z] #75 42.42 checking for dlfcn.h... yes
23:05:27 [2023-06-22T23:05:27.300Z] #75 42.46 checking for objdir... .libs
23:05:27 [2023-06-22T23:05:27.300Z] #75 42.53 checking if gcc supports -fno-rtti -fno-exceptions... no
23:05:27 [2023-06-22T23:05:27.300Z] #75 42.56 checking for gcc option to produce PIC... -fPIC -DPIC
23:05:27 [2023-06-22T23:05:27.300Z] #75 42.56 checking if gcc PIC flag -fPIC -DPIC works... yes
23:05:27 [2023-06-22T23:05:27.300Z] #75 42.59 checking if gcc static flag -static works... yes
23:05:27 [2023-06-22T23:05:27.560Z] #75 42.67 checking if gcc supports -c -o file.o... yes
23:05:27 [2023-06-22T23:05:27.560Z] #75 42.71 checking if gcc supports -c -o file.o... (cached) yes
23:05:27 [2023-06-22T23:05:27.560Z] #75 42.71 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
23:05:27 [2023-06-22T23:05:27.560Z] #75 42.72 checking dynamic linker characteristics... GNU/Linux ld.so
23:05:27 [2023-06-22T23:05:27.560Z] #75 42.78 checking how to hardcode library paths into programs... immediate
23:05:27 [2023-06-22T23:05:27.560Z] #75 42.78 checking whether stripping libraries is possible... yes
23:05:27 [2023-06-22T23:05:27.560Z] #75 42.79 checking if libtool supports shared libraries... yes
23:05:27 [2023-06-22T23:05:27.560Z] #75 42.79 checking whether to build shared libraries... no
23:05:27 [2023-06-22T23:05:27.560Z] #75 42.79 checking whether to build static libraries... yes
23:05:27 [2023-06-22T23:05:27.560Z] #75 42.79 checking for a BSD-compatible install... /usr/bin/install -c
23:05:27 [2023-06-22T23:05:27.560Z] #75 42.80 checking whether build environment is sane... yes
23:05:27 [2023-06-22T23:05:27.560Z] #75 42.81 checking for a thread-safe mkdir -p... /bin/mkdir -p
23:05:27 [2023-06-22T23:05:27.560Z] #75 42.81 checking whether make sets $(MAKE)... yes
23:05:27 [2023-06-22T23:05:27.560Z] #75 42.83 checking whether make supports the include directive... yes (GNU style)
23:05:27 [2023-06-22T23:05:27.560Z] #75 42.84 checking whether make supports nested variables... yes
23:05:27 [2023-06-22T23:05:27.560Z] #75 42.85 checking whether UID '0' is supported by ustar format... yes
23:05:27 [2023-06-22T23:05:27.560Z] #75 42.85 checking whether GID '0' is supported by ustar format... yes
23:05:27 [2023-06-22T23:05:27.560Z] #75 42.85 checking how to create a ustar tar archive... gnutar
23:05:27 [2023-06-22T23:05:27.560Z] #75 42.87 checking dependency style of gcc... gcc3
23:05:27 [2023-06-22T23:05:27.820Z] #75 42.92 checking whether to enable maintainer-specific portions of Makefiles... yes
23:05:27 [2023-06-22T23:05:27.820Z] #75 42.92 checking whether make supports nested variables... (cached) yes
23:05:27 [2023-06-22T23:05:27.820Z] #75 42.92 checking for pkg-config... /usr/bin/pkg-config
23:05:27 [2023-06-22T23:05:27.820Z] #75 42.92 checking pkg-config is at least version 0.9.0... yes
23:05:27 [2023-06-22T23:05:27.820Z] #75 42.92 checking for yajl >= 2.1.0... yes
23:05:27 [2023-06-22T23:05:27.820Z] #75 42.93 checking for a sed that does not truncate output... (cached) /bin/sed
23:05:27 [2023-06-22T23:05:27.820Z] #75 42.93 checking for gcc... (cached) gcc
23:05:27 [2023-06-22T23:05:27.820Z] #75 42.96 checking whether we are using the GNU C compiler... (cached) yes
23:05:27 [2023-06-22T23:05:27.820Z] #75 42.96 checking whether gcc accepts -g... (cached) yes
23:05:27 [2023-06-22T23:05:27.820Z] #75 42.96 checking for gcc option to accept ISO C89... (cached) none needed
23:05:27 [2023-06-22T23:05:27.820Z] #75 42.96 checking whether gcc understands -c and -o together... (cached) yes
23:05:27 [2023-06-22T23:05:27.820Z] #75 42.97 checking for a Python interpreter with version >= 3... python3
23:05:27 [2023-06-22T23:05:27.820Z] #75 42.98 checking for python3... /usr/bin/python3
23:05:27 [2023-06-22T23:05:27.820Z] #75 42.98 checking for python3 version... 3.9
23:05:27 [2023-06-22T23:05:27.820Z] #75 43.00 checking for python3 platform... linux
23:05:27 [2023-06-22T23:05:27.820Z] #75 43.01 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
23:05:27 [2023-06-22T23:05:27.820Z] #75 43.04 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
23:05:28 [2023-06-22T23:05:28.763Z] #75 43.10 checking that generated files are newer than configure... done
23:05:28 [2023-06-22T23:05:28.763Z] #75 43.81 configure: creating ./config.status
23:05:30 [2023-06-22T23:05:30.150Z] #75 45.19 config.status: creating Makefile
23:05:30 [2023-06-22T23:05:30.150Z] #75 45.25 config.status: creating config.h
23:05:30 [2023-06-22T23:05:30.150Z] #75 45.28 config.status: executing libtool commands
23:05:30 [2023-06-22T23:05:30.150Z] #75 45.32 config.status: executing depfiles commands
23:05:30 [2023-06-22T23:05:30.150Z] #75 45.57 === configuring in yajl (/tmp/crun-build/libocispec/yajl)
23:05:30 [2023-06-22T23:05:30.411Z] #75 45.59 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
23:05:30 [2023-06-22T23:05:30.411Z] #75 45.82 checking for gcc... gcc
23:05:30 [2023-06-22T23:05:30.672Z] #75 45.85 checking whether the C compiler works... yes
23:05:30 [2023-06-22T23:05:30.672Z] #75 45.90 checking for C compiler default output file name... a.out
23:05:30 [2023-06-22T23:05:30.672Z] #75 45.90 checking for suffix of executables... 
23:05:30 [2023-06-22T23:05:30.934Z] #75 45.95 checking whether we are cross compiling... no
23:05:30 [2023-06-22T23:05:30.934Z] #75 46.01 checking for suffix of object files... o
23:05:30 [2023-06-22T23:05:30.934Z] #75 46.04 checking whether we are using the GNU C compiler... yes
23:05:30 [2023-06-22T23:05:30.934Z] #75 46.07 checking whether gcc accepts -g... yes
23:05:30 [2023-06-22T23:05:30.934Z] #75 46.10 checking for gcc option to accept ISO C89... none needed
23:05:30 [2023-06-22T23:05:30.934Z] #75 46.15 checking whether gcc understands -c and -o together... yes
23:05:30 [2023-06-22T23:05:30.934Z] #75 46.19 checking for a BSD-compatible install... /usr/bin/install -c
23:05:30 [2023-06-22T23:05:30.934Z] #75 46.21 checking whether build environment is sane... yes
23:05:31 [2023-06-22T23:05:31.196Z] #75 46.25 checking for a thread-safe mkdir -p... /bin/mkdir -p
23:05:31 [2023-06-22T23:05:31.196Z] #75 46.25 checking for gawk... no
23:05:31 [2023-06-22T23:05:31.196Z] #75 46.26 checking for mawk... mawk
23:05:31 [2023-06-22T23:05:31.196Z] #75 46.26 checking whether make sets $(MAKE)... yes
23:05:31 [2023-06-22T23:05:31.196Z] #75 46.29 checking whether make supports the include directive... yes (GNU style)
23:05:31 [2023-06-22T23:05:31.196Z] #75 46.31 checking whether make supports nested variables... yes
23:05:31 [2023-06-22T23:05:31.196Z] #75 46.33 checking whether UID '0' is supported by ustar format... yes
23:05:31 [2023-06-22T23:05:31.196Z] #75 46.33 checking whether GID '0' is supported by ustar format... yes
23:05:31 [2023-06-22T23:05:31.196Z] #75 46.33 checking how to create a ustar tar archive... gnutar
23:05:31 [2023-06-22T23:05:31.196Z] #75 46.35 checking dependency style of gcc... gcc3
23:05:31 [2023-06-22T23:05:31.196Z] #75 46.42 checking whether to enable maintainer-specific portions of Makefiles... yes
23:05:31 [2023-06-22T23:05:31.196Z] #75 46.43 checking whether make supports nested variables... (cached) yes
23:05:31 [2023-06-22T23:05:31.458Z] #75 46.44 checking build system type... aarch64-unknown-linux-gnu
23:05:31 [2023-06-22T23:05:31.458Z] #75 46.55 checking host system type... aarch64-unknown-linux-gnu
23:05:31 [2023-06-22T23:05:31.458Z] #75 46.55 checking how to print strings... printf
23:05:31 [2023-06-22T23:05:31.458Z] #75 46.56 checking for a sed that does not truncate output... /bin/sed
23:05:31 [2023-06-22T23:05:31.458Z] #75 46.57 checking for grep that handles long lines and -e... /bin/grep
23:05:31 [2023-06-22T23:05:31.458Z] #75 46.57 checking for egrep... /bin/grep -E
23:05:31 [2023-06-22T23:05:31.458Z] #75 46.57 checking for fgrep... /bin/grep -F
23:05:31 [2023-06-22T23:05:31.458Z] #75 46.58 checking for ld used by gcc... /usr/bin/ld
23:05:31 [2023-06-22T23:05:31.458Z] #75 46.58 checking if the linker (/usr/bin/ld) is GNU ld... yes
23:05:31 [2023-06-22T23:05:31.458Z] #75 46.59 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
23:05:31 [2023-06-22T23:05:31.458Z] #75 46.59 checking the name lister (/usr/bin/nm -B) interface... BSD nm
23:05:31 [2023-06-22T23:05:31.458Z] #75 46.62 checking whether ln -s works... yes
23:05:31 [2023-06-22T23:05:31.458Z] #75 46.62 checking the maximum length of command line arguments... 1572864
23:05:31 [2023-06-22T23:05:31.458Z] #75 46.63 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
23:05:31 [2023-06-22T23:05:31.458Z] #75 46.63 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
23:05:31 [2023-06-22T23:05:31.458Z] #75 46.63 checking for /usr/bin/ld option to reload object files... -r
23:05:31 [2023-06-22T23:05:31.458Z] #75 46.63 checking for objdump... objdump
23:05:31 [2023-06-22T23:05:31.458Z] #75 46.64 checking how to recognize dependent libraries... pass_all
23:05:31 [2023-06-22T23:05:31.458Z] #75 46.64 checking for dlltool... no
23:05:31 [2023-06-22T23:05:31.458Z] #75 46.64 checking how to associate runtime and link libraries... printf %s\n
23:05:31 [2023-06-22T23:05:31.458Z] #75 46.64 checking for ar... ar
23:05:31 [2023-06-22T23:05:31.458Z] #75 46.64 checking for archiver @FILE support... @
23:05:31 [2023-06-22T23:05:31.458Z] #75 46.69 checking for strip... strip
23:05:31 [2023-06-22T23:05:31.458Z] #75 46.69 checking for ranlib... ranlib
23:05:31 [2023-06-22T23:05:31.458Z] #75 46.70 checking command to parse /usr/bin/nm -B output from gcc object... ok
23:05:31 [2023-06-22T23:05:31.729Z] #75 46.83 checking for sysroot... no
23:05:31 [2023-06-22T23:05:31.729Z] #75 46.83 checking for a working dd... /bin/dd
23:05:31 [2023-06-22T23:05:31.729Z] #75 46.84 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
23:05:31 [2023-06-22T23:05:31.729Z] #75 46.85 checking for mt... no
23:05:31 [2023-06-22T23:05:31.729Z] #75 46.86 checking if : is a manifest tool... no
23:05:31 [2023-06-22T23:05:31.729Z] #75 46.86 checking how to run the C preprocessor... gcc -E
23:05:31 [2023-06-22T23:05:31.990Z] #75 46.97 checking for ANSI C header files... yes
23:05:31 [2023-06-22T23:05:31.990Z] #75 47.14 checking for sys/types.h... yes
23:05:31 [2023-06-22T23:05:31.990Z] #75 47.18 checking for sys/stat.h... yes
23:05:31 [2023-06-22T23:05:31.990Z] #75 47.26 checking for stdlib.h... yes
23:05:31 [2023-06-22T23:05:31.990Z] #75 47.32 checking for string.h... yes
23:05:32 [2023-06-22T23:05:32.251Z] #75 47.37 checking for memory.h... yes
23:05:32 [2023-06-22T23:05:32.251Z] #75 47.41 checking for strings.h... yes
23:05:32 [2023-06-22T23:05:32.251Z] #75 47.47 checking for inttypes.h... yes
23:05:32 [2023-06-22T23:05:32.251Z] #75 47.53 checking for stdint.h... yes
23:05:32 [2023-06-22T23:05:32.251Z] #75 47.59 checking for unistd.h... yes
23:05:32 [2023-06-22T23:05:32.251Z] #75 47.63 checking for dlfcn.h... yes
23:05:32 [2023-06-22T23:05:32.251Z] #75 47.67 checking for objdir... .libs
23:05:32 [2023-06-22T23:05:32.513Z] #75 47.77 checking if gcc supports -fno-rtti -fno-exceptions... no
23:05:32 [2023-06-22T23:05:32.774Z] #75 47.83 checking for gcc option to produce PIC... -fPIC -DPIC
23:05:32 [2023-06-22T23:05:32.774Z] #75 47.83 checking if gcc PIC flag -fPIC -DPIC works... yes
23:05:32 [2023-06-22T23:05:32.774Z] #75 47.89 checking if gcc static flag -static works... yes
23:05:32 [2023-06-22T23:05:32.774Z] #75 47.98 checking if gcc supports -c -o file.o... yes
23:05:32 [2023-06-22T23:05:32.775Z] #75 48.05 checking if gcc supports -c -o file.o... (cached) yes
23:05:32 [2023-06-22T23:05:32.775Z] #75 48.05 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
23:05:32 [2023-06-22T23:05:32.775Z] #75 48.08 checking dynamic linker characteristics... GNU/Linux ld.so
23:05:32 [2023-06-22T23:05:32.775Z] #75 48.19 checking how to hardcode library paths into programs... immediate
23:05:33 [2023-06-22T23:05:33.036Z] #75 48.19 checking whether stripping libraries is possible... yes
23:05:33 [2023-06-22T23:05:33.036Z] #75 48.20 checking if libtool supports shared libraries... yes
23:05:33 [2023-06-22T23:05:33.036Z] #75 48.20 checking whether to build shared libraries... no
23:05:33 [2023-06-22T23:05:33.036Z] #75 48.20 checking whether to build static libraries... yes
23:05:33 [2023-06-22T23:05:33.036Z] #75 48.21 checking float.h usability... yes
23:05:33 [2023-06-22T23:05:33.036Z] #75 48.24 checking float.h presence... yes
23:05:33 [2023-06-22T23:05:33.036Z] #75 48.29 checking for float.h... yes
23:05:33 [2023-06-22T23:05:33.036Z] #75 48.34 checking limits.h usability... yes
23:05:33 [2023-06-22T23:05:33.036Z] #75 48.39 checking limits.h presence... yes
23:05:33 [2023-06-22T23:05:33.036Z] #75 48.42 checking for limits.h... yes
23:05:33 [2023-06-22T23:05:33.309Z] #75 48.45 checking stddef.h usability... yes
23:05:33 [2023-06-22T23:05:33.309Z] #75 48.49 checking stddef.h presence... yes
23:05:33 [2023-06-22T23:05:33.309Z] #75 48.51 checking for stddef.h... yes
23:05:33 [2023-06-22T23:05:33.309Z] #75 48.53 checking for stdlib.h... (cached) yes
23:05:33 [2023-06-22T23:05:33.309Z] #75 48.56 checking for string.h... (cached) yes
23:05:33 [2023-06-22T23:05:33.309Z] #75 48.58 checking sys/time.h usability... yes
23:05:33 [2023-06-22T23:05:33.309Z] #75 48.62 checking sys/time.h presence... yes
23:05:33 [2023-06-22T23:05:33.309Z] #75 48.64 checking for sys/time.h... yes
23:05:33 [2023-06-22T23:05:33.309Z] #75 48.65 checking for inline... inline
23:05:33 [2023-06-22T23:05:33.571Z] #75 48.67 checking for size_t... yes
23:05:33 [2023-06-22T23:05:33.571Z] #75 48.76 checking for stdlib.h... (cached) yes
23:05:33 [2023-06-22T23:05:33.571Z] #75 48.76 checking for GNU libc compatible malloc... yes
23:05:33 [2023-06-22T23:05:33.571Z] #75 48.83 checking for stdlib.h... (cached) yes
23:05:33 [2023-06-22T23:05:33.571Z] #75 48.83 checking for GNU libc compatible realloc... yes
23:05:33 [2023-06-22T23:05:33.571Z] #75 48.88 checking for working strtod... yes
23:05:33 [2023-06-22T23:05:33.836Z] #75 48.97 checking for gettimeofday... yes
23:05:33 [2023-06-22T23:05:33.836Z] #75 49.05 checking for memset... yes
23:05:33 [2023-06-22T23:05:33.836Z] #75 49.12 checking for strspn... yes
23:05:34 [2023-06-22T23:05:34.098Z] #75 49.24 checking that generated files are newer than configure... done
23:05:34 [2023-06-22T23:05:34.098Z] #75 49.24 configure: creating ./config.status
23:05:35 [2023-06-22T23:05:35.486Z] #75 50.68 config.status: creating Makefile
23:05:35 [2023-06-22T23:05:35.486Z] #75 50.72 config.status: creating config.h
23:05:35 [2023-06-22T23:05:35.486Z] #75 50.73 config.status: executing depfiles commands
23:05:35 [2023-06-22T23:05:35.486Z] #75 50.81 config.status: executing libtool commands
23:05:35 [2023-06-22T23:05:35.747Z] #75 51.14   GEN      .version
23:05:36 [2023-06-22T23:05:36.008Z] #75 51.15 make  install-recursive
23:05:36 [2023-06-22T23:05:36.008Z] #75 51.15 make[1]: Entering directory '/tmp/crun-build'
23:05:36 [2023-06-22T23:05:36.008Z] #75 51.19 Making install in libocispec
23:05:36 [2023-06-22T23:05:36.008Z] #75 51.19 make[2]: Entering directory '/tmp/crun-build/libocispec'
23:05:36 [2023-06-22T23:05:36.008Z] #75 51.21 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema
23:05:36 [2023-06-22T23:05:36.008Z] #75 51.21 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema
23:05:36 [2023-06-22T23:05:36.008Z] #75 51.21 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems
23:05:36 [2023-06-22T23:05:36.008Z] #75 51.21 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic
23:05:36 [2023-06-22T23:05:36.008Z] #75 51.26 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success
23:05:36 [2023-06-22T23:05:36.008Z] #75 51.27 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success
23:05:36 [2023-06-22T23:05:36.008Z] #75 51.27 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success
23:05:36 [2023-06-22T23:05:36.008Z] #75 51.27 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success
23:05:36 [2023-06-22T23:05:36.008Z] #75 51.27 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success
23:05:36 [2023-06-22T23:05:36.008Z] #75 51.27 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success
23:05:36 [2023-06-22T23:05:36.008Z] #75 51.27 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success
23:05:36 [2023-06-22T23:05:36.008Z] #75 51.27 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success
23:05:36 [2023-06-22T23:05:36.008Z] #75 51.27 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success
23:05:36 [2023-06-22T23:05:36.008Z] #75 51.28 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success
23:05:36 [2023-06-22T23:05:36.008Z] #75 51.28 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success
23:05:36 [2023-06-22T23:05:36.008Z] #75 51.28 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success
23:05:36 [2023-06-22T23:05:36.008Z] #75 51.28 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs.json       Success
23:05:36 [2023-06-22T23:05:36.008Z] #75 51.28 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success
23:05:36 [2023-06-22T23:05:36.008Z] #75 51.28 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success
23:05:36 [2023-06-22T23:05:36.008Z] #75 51.28 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success
23:05:36 [2023-06-22T23:05:36.268Z] #75 51.47 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success
23:05:36 [2023-06-22T23:05:36.268Z] #75 51.47 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs.json     Success
23:05:36 [2023-06-22T23:05:36.268Z] #75 51.47 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success
23:05:36 [2023-06-22T23:05:36.268Z] #75 51.47 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success
23:05:36 [2023-06-22T23:05:36.268Z] #75 51.47 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json  Success
23:05:36 [2023-06-22T23:05:36.268Z] #75 51.47 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success
23:05:36 [2023-06-22T23:05:36.268Z] #75 51.47 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success
23:05:36 [2023-06-22T23:05:36.268Z] #75 51.47 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success
23:05:36 [2023-06-22T23:05:36.268Z] #75 51.47 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success
23:05:36 [2023-06-22T23:05:36.268Z] #75 51.47 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success
23:05:36 [2023-06-22T23:05:36.268Z] #75 51.47 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success
23:05:36 [2023-06-22T23:05:36.268Z] #75 51.47 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success
23:05:36 [2023-06-22T23:05:36.268Z] #75 51.48 make  install-recursive
23:05:36 [2023-06-22T23:05:36.268Z] #75 51.48 make[3]: Entering directory '/tmp/crun-build/libocispec'
23:05:36 [2023-06-22T23:05:36.268Z] #75 51.50 Making install in yajl
23:05:36 [2023-06-22T23:05:36.268Z] #75 51.51 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl'
23:05:36 [2023-06-22T23:05:36.268Z] #75 51.51   CC       verify/json_verify-json_verify.o
23:05:36 [2023-06-22T23:05:36.268Z] #75 51.51   CC       src/libyajl_la-yajl_alloc.lo
23:05:36 [2023-06-22T23:05:36.268Z] #75 51.51   CC       src/libyajl_la-yajl.lo
23:05:36 [2023-06-22T23:05:36.268Z] #75 51.51   CC       src/libyajl_la-yajl_gen.lo
23:05:36 [2023-06-22T23:05:36.268Z] #75 51.51   CC       src/libyajl_la-yajl_parser.lo
23:05:36 [2023-06-22T23:05:36.268Z] #75 51.51   CC       src/libyajl_la-yajl_buf.lo
23:05:36 [2023-06-22T23:05:36.268Z] #75 51.51   CC       src/libyajl_la-yajl_encode.lo
23:05:36 [2023-06-22T23:05:36.268Z] #75 51.51   CC       src/libyajl_la-yajl_lex.lo
23:05:36 [2023-06-22T23:05:36.268Z] #75 51.52   CC       src/libyajl_la-yajl_tree.lo
23:05:36 [2023-06-22T23:05:36.529Z] #75 51.89   CCLD     libyajl.la
23:05:36 [2023-06-22T23:05:36.790Z] #75 51.99   CCLD     verify/json_verify
23:05:36 [2023-06-22T23:05:36.790Z] #75 52.11 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl'
23:05:36 [2023-06-22T23:05:36.790Z] #75 52.11 make[5]: Nothing to be done for 'install-exec-am'.
23:05:36 [2023-06-22T23:05:36.790Z] #75 52.11 make[5]: Nothing to be done for 'install-data-am'.
23:05:36 [2023-06-22T23:05:36.790Z] #75 52.11 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl'
23:05:36 [2023-06-22T23:05:36.790Z] #75 52.11 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl'
23:05:36 [2023-06-22T23:05:36.790Z] #75 52.11 make[4]: Entering directory '/tmp/crun-build/libocispec'
23:05:36 [2023-06-22T23:05:36.790Z] #75 52.13   CC       src/validate.o
23:05:36 [2023-06-22T23:05:36.790Z] #75 52.13   CC       src/image_spec_schema_config_schema.lo
23:05:36 [2023-06-22T23:05:36.790Z] #75 52.13   CC       src/image_spec_schema_content_descriptor.lo
23:05:36 [2023-06-22T23:05:36.790Z] #75 52.13   CC       src/image_spec_schema_defs.lo
23:05:36 [2023-06-22T23:05:36.790Z] #75 52.13   CC       src/image_spec_schema_defs_descriptor.lo
23:05:36 [2023-06-22T23:05:36.790Z] #75 52.13   CC       src/image_spec_schema_image_index_schema.lo
23:05:36 [2023-06-22T23:05:36.790Z] #75 52.13   CC       src/image_spec_schema_image_layout_schema.lo
23:05:36 [2023-06-22T23:05:36.790Z] #75 52.13   CC       src/runtime_spec_schema_config_linux.lo
23:05:36 [2023-06-22T23:05:36.790Z] #75 52.13   CC       src/runtime_spec_schema_config_zos.lo
23:05:36 [2023-06-22T23:05:36.790Z] #75 52.14   CC       src/image_spec_schema_image_manifest_schema.lo
23:05:36 [2023-06-22T23:05:36.790Z] #75 52.14   CC       src/runtime_spec_schema_config_schema.lo
23:05:36 [2023-06-22T23:05:36.790Z] #75 52.14   CC       src/runtime_spec_schema_config_solaris.lo
23:05:36 [2023-06-22T23:05:36.790Z] #75 52.14   CC       src/runtime_spec_schema_config_vm.lo
23:05:36 [2023-06-22T23:05:36.790Z] #75 52.15   CC       src/runtime_spec_schema_config_windows.lo
23:05:36 [2023-06-22T23:05:36.790Z] #75 52.15   CC       src/runtime_spec_schema_defs.lo
23:05:36 [2023-06-22T23:05:36.790Z] #75 52.15   CC       src/runtime_spec_schema_defs_linux.lo
23:05:36 [2023-06-22T23:05:36.790Z] #75 52.16   CC       src/runtime_spec_schema_defs_zos.lo
23:05:36 [2023-06-22T23:05:36.790Z] #75 52.16   CC       src/runtime_spec_schema_defs_vm.lo
23:05:36 [2023-06-22T23:05:36.790Z] #75 52.16   CC       src/runtime_spec_schema_defs_windows.lo
23:05:36 [2023-06-22T23:05:36.790Z] #75 52.16   CC       src/runtime_spec_schema_state_schema.lo
23:05:36 [2023-06-22T23:05:36.790Z] #75 52.17   CC       src/image_manifest_items_image_manifest_items_schema.lo
23:05:36 [2023-06-22T23:05:36.790Z] #75 52.17   CC       src/basic_test_double_array_item.lo
23:05:36 [2023-06-22T23:05:36.790Z] #75 52.18   CC       src/basic_test_top_array_int.lo
23:05:36 [2023-06-22T23:05:36.790Z] #75 52.18   CC       src/basic_test_top_array_string.lo
23:05:36 [2023-06-22T23:05:36.790Z] #75 52.18   CC       src/basic_test_double_array.lo
23:05:36 [2023-06-22T23:05:36.790Z] #75 52.20   CC       src/basic_test_top_double_array_obj.lo
23:05:36 [2023-06-22T23:05:36.790Z] #75 52.20   CC       src/basic_test_top_double_array_refobj.lo
23:05:36 [2023-06-22T23:05:36.790Z] #75 52.21   CC       src/basic_test_top_double_array_int.lo
23:05:37 [2023-06-22T23:05:37.052Z] #75 52.23   CC       src/basic_test_top_double_array_string.lo
23:05:37 [2023-06-22T23:05:37.052Z] #75 52.25   CC       src/read-file.lo
23:05:37 [2023-06-22T23:05:37.052Z] #75 52.28   CC       src/json_common.lo
23:05:37 [2023-06-22T23:05:37.052Z] #75 52.31   CC       tests/test-1.o
23:05:37 [2023-06-22T23:05:37.052Z] #75 52.31   CC       tests/test-2.o
23:05:37 [2023-06-22T23:05:37.052Z] #75 52.33   CC       tests/test-3.o
23:05:37 [2023-06-22T23:05:37.052Z] #75 52.34   CC       tests/test-4.o
23:05:37 [2023-06-22T23:05:37.052Z] #75 52.35   CC       tests/test-5.o
23:05:37 [2023-06-22T23:05:37.052Z] #75 52.37   CC       tests/test-6.o
23:05:37 [2023-06-22T23:05:37.052Z] #75 52.41   CC       tests/test-7.o
23:05:37 [2023-06-22T23:05:37.052Z] #75 52.42   CC       tests/test-8.o
23:05:37 [2023-06-22T23:05:37.313Z] #75 52.46   CC       tests/test-9.o
23:05:37 [2023-06-22T23:05:37.313Z] #75 52.48   CC       tests/test-10.o
23:05:37 [2023-06-22T23:05:37.313Z] #75 52.56   CC       tests/test-11.o
23:05:37 [2023-06-22T23:05:37.886Z] #75 ...
23:05:37 [2023-06-22T23:05:37.886Z] 
23:05:37 [2023-06-22T23:05:37.886Z] #72 [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...)
23:05:37 [2023-06-22T23:05:37.886Z] #72 42.49 + bin/containerd
23:05:37 [2023-06-22T23:05:37.886Z] #72 42.49 go build  -gcflags=-trimpath=/go/src  -o bin/containerd -ldflags '-X github.com/containerd/containerd/version.Version=v1.7.1 -X github.com/containerd/containerd/version.Revision=1677a17964311325ed1c31e2c0a3589ce6d5c30d -X github.com/containerd/containerd/version.Package=github.com/containerd/containerd -s -w -extldflags "-static" ' -tags "urfave_cli_no_docs osusergo netgo static_build"  ./cmd/containerd
23:05:39 [2023-06-22T23:05:39.801Z] #72 ...
23:05:39 [2023-06-22T23:05:39.801Z] 
23:05:39 [2023-06-22T23:05:39.801Z] #75 [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
23:05:39 [2023-06-22T23:05:39.801Z] #75 54.78   CCLD     libocispec.la
23:05:39 [2023-06-22T23:05:39.801Z] #75 54.90   CCLD     src/validate
23:05:39 [2023-06-22T23:05:39.801Z] #75 54.90   CCLD     tests/test-1
23:05:39 [2023-06-22T23:05:39.801Z] #75 54.90   CCLD     tests/test-2
23:05:39 [2023-06-22T23:05:39.801Z] #75 54.90   CCLD     tests/test-3
23:05:39 [2023-06-22T23:05:39.801Z] #75 54.90   CCLD     tests/test-4
23:05:39 [2023-06-22T23:05:39.801Z] #75 54.90   CCLD     tests/test-5
23:05:39 [2023-06-22T23:05:39.801Z] #75 54.91   CCLD     tests/test-6
23:05:39 [2023-06-22T23:05:39.802Z] #75 54.91   CCLD     tests/test-7
23:05:39 [2023-06-22T23:05:39.802Z] #75 54.92   CCLD     tests/test-8
23:05:39 [2023-06-22T23:05:39.802Z] #75 54.92   CCLD     tests/test-9
23:05:39 [2023-06-22T23:05:39.802Z] #75 54.92 /bin/bash ./libtool --mode=link  libocispec.la -o libocispec.a
23:05:39 [2023-06-22T23:05:39.802Z] #75 54.92   CCLD     tests/test-10
23:05:39 [2023-06-22T23:05:39.802Z] #75 54.93   CCLD     tests/test-11
23:05:39 [2023-06-22T23:05:39.802Z] #75 55.04 libtool: link: ar cr libocispec.a 
23:05:39 [2023-06-22T23:05:39.802Z] #75 55.05 libtool: link: ranlib libocispec.a
23:05:39 [2023-06-22T23:05:39.802Z] #75 55.16 make[5]: Entering directory '/tmp/crun-build/libocispec'
23:05:40 [2023-06-22T23:05:40.063Z] #75 55.18 make[5]: Nothing to be done for 'install-exec-am'.
23:05:40 [2023-06-22T23:05:40.063Z] #75 55.18 make[5]: Nothing to be done for 'install-data-am'.
23:05:40 [2023-06-22T23:05:40.063Z] #75 55.18 make[5]: Leaving directory '/tmp/crun-build/libocispec'
23:05:40 [2023-06-22T23:05:40.063Z] #75 55.18 make[4]: Leaving directory '/tmp/crun-build/libocispec'
23:05:40 [2023-06-22T23:05:40.063Z] #75 55.18 make[3]: Leaving directory '/tmp/crun-build/libocispec'
23:05:40 [2023-06-22T23:05:40.063Z] #75 55.18 make[2]: Leaving directory '/tmp/crun-build/libocispec'
23:05:40 [2023-06-22T23:05:40.063Z] #75 55.18 make[2]: Entering directory '/tmp/crun-build'
23:05:40 [2023-06-22T23:05:40.063Z] #75 55.21   CC       src/crun-crun.o
23:05:40 [2023-06-22T23:05:40.063Z] #75 55.21   CC       src/crun-run.o
23:05:40 [2023-06-22T23:05:40.063Z] #75 55.21   CC       src/crun-delete.o
23:05:40 [2023-06-22T23:05:40.063Z] #75 55.21   CC       src/crun-kill.o
23:05:40 [2023-06-22T23:05:40.063Z] #75 55.21   CC       src/crun-pause.o
23:05:40 [2023-06-22T23:05:40.063Z] #75 55.21   CC       src/crun-unpause.o
23:05:40 [2023-06-22T23:05:40.063Z] #75 55.21   CC       src/crun-spec.o
23:05:40 [2023-06-22T23:05:40.063Z] #75 55.21   CC       src/crun-exec.o
23:05:40 [2023-06-22T23:05:40.063Z] #75 55.21   CC       src/crun-list.o
23:05:40 [2023-06-22T23:05:40.063Z] #75 55.22   CC       src/crun-create.o
23:05:40 [2023-06-22T23:05:40.063Z] #75 55.22   CC       src/crun-state.o
23:05:40 [2023-06-22T23:05:40.063Z] #75 55.22   CC       src/crun-update.o
23:05:40 [2023-06-22T23:05:40.063Z] #75 55.22   CC       src/crun-ps.o
23:05:40 [2023-06-22T23:05:40.063Z] #75 55.22   CC       src/crun-checkpoint.o
23:05:40 [2023-06-22T23:05:40.063Z] #75 55.23   CC       src/crun-start.o
23:05:40 [2023-06-22T23:05:40.063Z] #75 55.23   CC       src/crun-restore.o
23:05:40 [2023-06-22T23:05:40.063Z] #75 55.24   CC       src/libcrun/libcrun_la-utils.lo
23:05:40 [2023-06-22T23:05:40.063Z] #75 55.24   CC       src/libcrun/libcrun_la-cloned_binary.lo
23:05:40 [2023-06-22T23:05:40.063Z] #75 55.25   CC       src/libcrun/libcrun_la-container.lo
23:05:40 [2023-06-22T23:05:40.063Z] #75 55.26   CC       src/libcrun/libcrun_la-cgroup.lo
23:05:40 [2023-06-22T23:05:40.063Z] #75 55.28   CC       src/libcrun/libcrun_la-cgroup-cgroupfs.lo
23:05:40 [2023-06-22T23:05:40.063Z] #75 55.30   CC       src/libcrun/libcrun_la-cgroup-resources.lo
23:05:40 [2023-06-22T23:05:40.063Z] #75 55.31   CC       src/libcrun/libcrun_la-cgroup-setup.lo
23:05:40 [2023-06-22T23:05:40.063Z] #75 55.32   CC       src/libcrun/libcrun_la-cgroup-systemd.lo
23:05:40 [2023-06-22T23:05:40.325Z] #75 55.58   CC       src/libcrun/libcrun_la-cgroup-utils.lo
23:05:40 [2023-06-22T23:05:40.325Z] #75 55.58   CC       src/libcrun/libcrun_la-criu.lo
23:05:40 [2023-06-22T23:05:40.325Z] #75 55.59   CC       src/libcrun/libcrun_la-custom-handler.lo
23:05:40 [2023-06-22T23:05:40.325Z] #75 55.59   CC       src/libcrun/libcrun_la-linux.lo
23:05:40 [2023-06-22T23:05:40.325Z] #75 55.62   CC       src/libcrun/libcrun_la-seccomp.lo
23:05:40 [2023-06-22T23:05:40.325Z] #75 55.62   CC       src/libcrun/libcrun_la-ebpf.lo
23:05:40 [2023-06-22T23:05:40.325Z] #75 55.65   CC       src/libcrun/libcrun_la-error.lo
23:05:40 [2023-06-22T23:05:40.325Z] #75 55.65   CC       src/libcrun/libcrun_la-status.lo
23:05:40 [2023-06-22T23:05:40.325Z] #75 55.67   CC       src/libcrun/libcrun_la-terminal.lo
23:05:40 [2023-06-22T23:05:40.325Z] #75 55.67   CC       src/libcrun/libcrun_la-chroot_realpath.lo
23:05:40 [2023-06-22T23:05:40.325Z] #75 55.69   CC       src/libcrun/libcrun_la-signals.lo
23:05:40 [2023-06-22T23:05:40.586Z] #75 55.70   CC       src/libcrun/libcrun_la-mount_flags.lo
23:05:40 [2023-06-22T23:05:40.586Z] #75 55.72   CC       src/libcrun/libcrun_la-seccomp_notify.lo
23:05:40 [2023-06-22T23:05:40.586Z] #75 55.72   CC       src/libcrun/handlers/libcrun_la-handler-utils.lo
23:05:40 [2023-06-22T23:05:40.586Z] #75 55.72   CC       src/libcrun/handlers/libcrun_la-krun.lo
23:05:40 [2023-06-22T23:05:40.586Z] #75 55.73   CC       src/libcrun/handlers/libcrun_la-wasmedge.lo
23:05:40 [2023-06-22T23:05:40.586Z] #75 55.73   CC       src/libcrun/handlers/libcrun_la-wasmer.lo
23:05:40 [2023-06-22T23:05:40.586Z] #75 55.73   CC       tests/init.o
23:05:40 [2023-06-22T23:05:40.586Z] #75 55.73   CC       tests/tests_libcrun_utils-tests_libcrun_utils.o
23:05:40 [2023-06-22T23:05:40.586Z] #75 55.73   CC       src/libcrun/libcrun_testing_a-utils.o
23:05:40 [2023-06-22T23:05:40.586Z] #75 55.73   CC       src/libcrun/libcrun_testing_a-cloned_binary.o
23:05:40 [2023-06-22T23:05:40.586Z] #75 55.73   CC       src/libcrun/libcrun_testing_a-container.o
23:05:40 [2023-06-22T23:05:40.586Z] #75 55.76   CC       src/libcrun/libcrun_testing_a-cgroup.o
23:05:40 [2023-06-22T23:05:40.586Z] #75 55.79   CC       src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o
23:05:40 [2023-06-22T23:05:40.586Z] #75 55.81   CC       src/libcrun/libcrun_testing_a-cgroup-resources.o
23:05:40 [2023-06-22T23:05:40.586Z] #75 55.83   CC       src/libcrun/libcrun_testing_a-cgroup-setup.o
23:05:40 [2023-06-22T23:05:40.586Z] #75 55.86   CC       src/libcrun/libcrun_testing_a-cgroup-systemd.o
23:05:40 [2023-06-22T23:05:40.586Z] #75 55.87   CC       src/libcrun/libcrun_testing_a-cgroup-utils.o
23:05:40 [2023-06-22T23:05:40.586Z] #75 55.90   CC       src/libcrun/libcrun_testing_a-criu.o
23:05:40 [2023-06-22T23:05:40.586Z] #75 55.94   CC       src/libcrun/libcrun_testing_a-custom-handler.o
23:05:40 [2023-06-22T23:05:40.586Z] #75 56.02   CC       src/libcrun/libcrun_testing_a-linux.o
23:05:40 [2023-06-22T23:05:40.848Z] #75 56.04   CC       src/libcrun/libcrun_testing_a-seccomp.o
23:05:40 [2023-06-22T23:05:40.848Z] #75 56.08   CC       src/libcrun/libcrun_testing_a-ebpf.o
23:05:40 [2023-06-22T23:05:40.848Z] #75 56.13   CC       src/libcrun/libcrun_testing_a-error.o
23:05:40 [2023-06-22T23:05:40.848Z] #75 56.15   CC       src/libcrun/libcrun_testing_a-status.o
23:05:40 [2023-06-22T23:05:40.848Z] #75 56.19   CC       src/libcrun/libcrun_testing_a-terminal.o
23:05:40 [2023-06-22T23:05:40.848Z] #75 56.22   CC       src/libcrun/libcrun_testing_a-chroot_realpath.o
23:05:40 [2023-06-22T23:05:40.848Z] #75 56.22   CC       src/libcrun/libcrun_testing_a-signals.o
23:05:40 [2023-06-22T23:05:40.848Z] #75 56.24   CC       src/libcrun/libcrun_testing_a-mount_flags.o
23:05:41 [2023-06-22T23:05:41.111Z] #75 56.26   CC       src/libcrun/libcrun_testing_a-seccomp_notify.o
23:05:41 [2023-06-22T23:05:41.111Z] #75 56.28   CC       src/libcrun/handlers/libcrun_testing_a-handler-utils.o
23:05:41 [2023-06-22T23:05:41.111Z] #75 56.32   CC       src/libcrun/handlers/libcrun_testing_a-krun.o
23:05:41 [2023-06-22T23:05:41.111Z] #75 56.33   CC       src/libcrun/handlers/libcrun_testing_a-wasmedge.o
23:05:41 [2023-06-22T23:05:41.111Z] #75 56.36   CC       src/libcrun/handlers/libcrun_testing_a-wasmer.o
23:05:41 [2023-06-22T23:05:41.111Z] #75 56.39   CC       tests/tests_libcrun_errors-tests_libcrun_errors.o
23:05:41 [2023-06-22T23:05:41.111Z] #75 56.42   CC       tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o
23:05:42 [2023-06-22T23:05:42.056Z] #75 57.21   CCLD     tests/init
23:05:43 [2023-06-22T23:05:43.439Z] #75 58.84   AR       libcrun_testing.a
23:05:43 [2023-06-22T23:05:43.700Z] #75 58.84 ar: `u' modifier ignored since `D' is the default (see `U')
23:05:43 [2023-06-22T23:05:43.700Z] #75 58.86   CCLD     tests/tests_libcrun_utils
23:05:43 [2023-06-22T23:05:43.700Z] #75 58.86   CCLD     tests/tests_libcrun_errors
23:05:43 [2023-06-22T23:05:43.700Z] #75 58.86   CCLD     tests/tests_libcrun_fuzzer
23:05:43 [2023-06-22T23:05:43.700Z] #75 58.86   CCLD     libcrun.la
23:05:43 [2023-06-22T23:05:43.700Z] #75 59.05   CCLD     crun
23:05:43 [2023-06-22T23:05:43.960Z] #75 59.24 make[3]: Entering directory '/tmp/crun-build'
23:05:43 [2023-06-22T23:05:43.960Z] #75 59.31  /bin/mkdir -p '/usr/local/share/man/man1'
23:05:43 [2023-06-22T23:05:43.960Z] #75 59.31  /bin/mkdir -p '/usr/local/lib'
23:05:43 [2023-06-22T23:05:43.961Z] #75 59.31  /bin/bash ./libtool   --mode=install /usr/bin/install -c   libcrun.la '/usr/local/lib'
23:05:43 [2023-06-22T23:05:43.961Z] #75 59.32  /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1'
23:05:43 [2023-06-22T23:05:43.961Z] #75 59.33 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la
23:05:43 [2023-06-22T23:05:43.961Z] #75 59.34 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a
23:05:43 [2023-06-22T23:05:43.961Z] #75 59.34 libtool: install: chmod 644 /usr/local/lib/libcrun.a
23:05:44 [2023-06-22T23:05:44.221Z] #75 59.34 libtool: install: ranlib /usr/local/lib/libcrun.a
23:05:44 [2023-06-22T23:05:44.221Z] #75 59.40 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
23:05:44 [2023-06-22T23:05:44.221Z] #75 59.40 ----------------------------------------------------------------------
23:05:44 [2023-06-22T23:05:44.221Z] #75 59.40 Libraries have been installed in:
23:05:44 [2023-06-22T23:05:44.221Z] #75 59.40    /usr/local/lib
23:05:44 [2023-06-22T23:05:44.221Z] #75 59.40 
23:05:44 [2023-06-22T23:05:44.221Z] #75 59.40 If you ever happen to want to link against installed libraries
23:05:44 [2023-06-22T23:05:44.221Z] #75 59.40 in a given directory, LIBDIR, you must either use libtool, and
23:05:44 [2023-06-22T23:05:44.221Z] #75 59.40 specify the full pathname of the library, or use the '-LLIBDIR'
23:05:44 [2023-06-22T23:05:44.221Z] #75 59.40 flag during linking and do at least one of the following:
23:05:44 [2023-06-22T23:05:44.221Z] #75 59.40    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
23:05:44 [2023-06-22T23:05:44.221Z] #75 59.40      during execution
23:05:44 [2023-06-22T23:05:44.221Z] #75 59.40    - add LIBDIR to the 'LD_RUN_PATH' environment variable
23:05:44 [2023-06-22T23:05:44.221Z] #75 59.40      during linking
23:05:44 [2023-06-22T23:05:44.221Z] #75 59.40    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
23:05:44 [2023-06-22T23:05:44.221Z] #75 59.40    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
23:05:44 [2023-06-22T23:05:44.221Z] #75 59.40 
23:05:44 [2023-06-22T23:05:44.221Z] #75 59.40 See any operating system documentation about shared libraries for
23:05:44 [2023-06-22T23:05:44.221Z] #75 59.40 more information, such as the ld(1) and ld.so(8) manual pages.
23:05:44 [2023-06-22T23:05:44.221Z] #75 59.40 ----------------------------------------------------------------------
23:05:44 [2023-06-22T23:05:44.221Z] #75 59.40  /bin/mkdir -p '/build'
23:05:44 [2023-06-22T23:05:44.221Z] #75 59.41   /bin/bash ./libtool   --mode=install /usr/bin/install -c crun '/build'
23:05:44 [2023-06-22T23:05:44.221Z] #75 59.43 libtool: install: /usr/bin/install -c crun /build/crun
23:05:44 [2023-06-22T23:05:44.221Z] #75 59.43 make[3]: Leaving directory '/tmp/crun-build'
23:05:44 [2023-06-22T23:05:44.221Z] #75 59.43 make[2]: Leaving directory '/tmp/crun-build'
23:05:44 [2023-06-22T23:05:44.221Z] #75 59.44 make[1]: Leaving directory '/tmp/crun-build'
23:05:44 [2023-06-22T23:05:44.791Z] #75 DONE 60.1s
23:05:44 [2023-06-22T23:05:44.791Z] 
23:05:44 [2023-06-22T23:05:44.791Z] #72 [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...)
23:05:44 [2023-06-22T23:05:44.791Z] #72 58.34 + bin/containerd-stress
23:05:44 [2023-06-22T23:05:44.791Z] #72 58.34 go build  -gcflags=-trimpath=/go/src  -o bin/containerd-stress -ldflags '-X github.com/containerd/containerd/version.Version=v1.7.1 -X github.com/containerd/containerd/version.Revision=1677a17964311325ed1c31e2c0a3589ce6d5c30d -X github.com/containerd/containerd/version.Package=github.com/containerd/containerd -s -w -extldflags "-static" ' -tags "urfave_cli_no_docs osusergo netgo static_build"  ./cmd/containerd-stress
23:05:45 [2023-06-22T23:05:45.362Z] #72 59.65 + bin/containerd-shim
23:05:45 [2023-06-22T23:05:45.622Z] #72 60.20 + bin/containerd-shim-runc-v1
23:05:46 [2023-06-22T23:05:46.563Z] #72 61.06 + bin/containerd-shim-runc-v2
23:05:47 [2023-06-22T23:05:47.133Z] #72 61.78 + binaries
23:05:49 [2023-06-22T23:05:49.673Z] #72 DONE 64.1s
23:05:52 [2023-06-22T23:05:52.213Z] 
23:05:52 [2023-06-22T23:05:52.213Z] #89 [dev-systemd-false 12/19] COPY --link --from=containerd    /build/ /usr/local/bin/
23:05:52 [2023-06-22T23:05:52.213Z] #89 DONE 1.5s
23:05:52 [2023-06-22T23:05:52.213Z] 
23:05:52 [2023-06-22T23:05:52.213Z] #90 [dev-systemd-false 13/19] COPY --link --from=rootlesskit   /build/ /usr/local/bin/
23:05:52 [2023-06-22T23:05:52.213Z] #90 DONE 0.1s
23:05:52 [2023-06-22T23:05:52.213Z] 
23:05:52 [2023-06-22T23:05:52.213Z] #91 [dev-systemd-false 14/19] COPY --link --from=vpnkit        /       /usr/local/bin/
23:05:52 [2023-06-22T23:05:52.213Z] #91 DONE 0.2s
23:05:52 [2023-06-22T23:05:52.213Z] 
23:05:52 [2023-06-22T23:05:52.213Z] #92 [dev-systemd-false 15/19] COPY --link --from=containerutil /build/ /usr/local/bin/
23:05:52 [2023-06-22T23:05:52.213Z] #92 DONE 0.1s
23:05:52 [2023-06-22T23:05:52.213Z] 
23:05:52 [2023-06-22T23:05:52.213Z] #93 [dev-systemd-false 16/19] COPY --link --from=crun          /build/ /usr/local/bin/
23:05:52 [2023-06-22T23:05:52.213Z] #93 DONE 0.1s
23:05:52 [2023-06-22T23:05:52.213Z] 
23:05:52 [2023-06-22T23:05:52.213Z] #94 [dev-systemd-false 17/19] COPY --link hack/dockerfile/etc/docker/  /etc/docker/
23:05:52 [2023-06-22T23:05:52.213Z] #94 DONE 0.0s
23:05:52 [2023-06-22T23:05:52.213Z] 
23:05:52 [2023-06-22T23:05:52.213Z] #95 [dev-systemd-false 18/19] COPY --link --from=buildx        /buildx /usr/local/libexec/docker/cli-plugins/docker-buildx
23:05:52 [2023-06-22T23:05:52.213Z] #95 DONE 0.2s
23:05:52 [2023-06-22T23:05:52.213Z] 
23:05:52 [2023-06-22T23:05:52.213Z] #95 [dev-systemd-false 18/19] COPY --link --from=buildx        /buildx /usr/local/libexec/docker/cli-plugins/docker-buildx
23:05:52 [2023-06-22T23:05:52.213Z] #95 merging
23:06:14 [2023-06-22T23:06:14.164Z] #95 merging 20.3s done
23:06:14 [2023-06-22T23:06:14.164Z] #95 DONE 20.5s
23:06:14 [2023-06-22T23:06:14.164Z] 
23:06:14 [2023-06-22T23:06:14.164Z] #96 [dev-systemd-false 19/19] WORKDIR /go/src/github.com/docker/docker
23:06:14 [2023-06-22T23:06:14.164Z] #96 DONE 0.1s
23:06:14 [2023-06-22T23:06:14.164Z] 
23:06:14 [2023-06-22T23:06:14.164Z] #97 [dev-base  1/13] RUN groupadd -r docker
23:06:14 [2023-06-22T23:06:14.164Z] #97 DONE 0.4s
23:06:14 [2023-06-22T23:06:14.164Z] 
23:06:14 [2023-06-22T23:06:14.164Z] #98 [dev-base  2/13] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
23:06:14 [2023-06-22T23:06:14.164Z] #98 DONE 0.5s
23:06:14 [2023-06-22T23:06:14.164Z] 
23:06:14 [2023-06-22T23:06:14.164Z] #99 [dev-base  3/13] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
23:06:14 [2023-06-22T23:06:14.164Z] #99 0.419 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
23:06:14 [2023-06-22T23:06:14.164Z] #99 DONE 0.4s
23:06:14 [2023-06-22T23:06:14.164Z] 
23:06:14 [2023-06-22T23:06:14.164Z] #100 [dev-base  4/13] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
23:06:14 [2023-06-22T23:06:14.164Z] #100 DONE 0.5s
23:06:14 [2023-06-22T23:06:14.164Z] 
23:06:14 [2023-06-22T23:06:14.164Z] #101 [dev-base  5/13] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
23:06:14 [2023-06-22T23:06:14.424Z] #101 DONE 0.4s
23:06:14 [2023-06-22T23:06:14.425Z] 
23:06:14 [2023-06-22T23:06:14.425Z] #102 [dev-base  6/13] RUN ldconfig
23:06:14 [2023-06-22T23:06:14.994Z] #102 DONE 0.4s
23:06:14 [2023-06-22T23:06:14.994Z] 
23:06:14 [2023-06-22T23:06:14.994Z] #103 [dev-base  7/13] RUN git config --global --add safe.directory /go/src/github.com/docker/docker
23:06:15 [2023-06-22T23:06:15.564Z] #103 DONE 0.5s
23:06:15 [2023-06-22T23:06:15.564Z] 
23:06:15 [2023-06-22T23:06:15.564Z] #104 [dev-base  8/13] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
23:06:16 [2023-06-22T23:06:16.134Z] #104 0.691 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
23:06:16 [2023-06-22T23:06:16.134Z] #104 0.784 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
23:06:16 [2023-06-22T23:06:16.134Z] #104 0.789 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
23:06:16 [2023-06-22T23:06:16.134Z] #104 0.834 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
23:06:16 [2023-06-22T23:06:16.134Z] #104 0.946 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [241 kB]
23:06:16 [2023-06-22T23:06:16.394Z] #104 1.059 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.1 kB]
23:06:16 [2023-06-22T23:06:16.963Z] #104 1.787 Fetched 8532 kB in 1s (6226 kB/s)
23:06:17 [2023-06-22T23:06:17.903Z] #104 1.787 Reading package lists...
23:06:18 [2023-06-22T23:06:18.162Z] #104 2.316 Reading package lists...
23:06:18 [2023-06-22T23:06:18.422Z] #104 2.830 Building dependency tree...
23:06:18 [2023-06-22T23:06:18.682Z] #104 3.150 The following additional packages will be installed:
23:06:18 [2023-06-22T23:06:18.682Z] #104 3.150   dmsetup libaio1 libapparmor1 libargon2-1 libbpf0 libcap2 libcryptsetup12
23:06:18 [2023-06-22T23:06:18.682Z] #104 3.150   libdevmapper1.02.1 libelf1 libgpm2 libicu67 libinih1 libip4tc2 libip6tc2
23:06:18 [2023-06-22T23:06:18.682Z] #104 3.150   libjq1 libjson-c5 libkmod2 libmicrohttpd12 libmnl0 libnetfilter-conntrack3
23:06:18 [2023-06-22T23:06:18.682Z] #104 3.151   libnfnetlink0 libnftnl11 libonig5 libxtables12 python-pip-whl
23:06:18 [2023-06-22T23:06:18.682Z] #104 3.151   python3-distutils python3-lib2to3 python3-pkg-resources systemd vim-runtime
23:06:18 [2023-06-22T23:06:18.682Z] #104 3.151   xxd
23:06:18 [2023-06-22T23:06:18.682Z] #104 3.152 Suggested packages:
23:06:18 [2023-06-22T23:06:18.682Z] #104 3.152   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
23:06:18 [2023-06-22T23:06:18.682Z] #104 3.152   gpm ed diffutils-doc python-setuptools-doc systemd-container policykit-1
23:06:18 [2023-06-22T23:06:18.682Z] #104 3.152   ctags vim-doc vim-scripts xfsdump acl attr quota
23:06:18 [2023-06-22T23:06:18.682Z] #104 3.152 Recommended packages:
23:06:18 [2023-06-22T23:06:18.682Z] #104 3.152   libatm1 nftables libpam-cap build-essential python3-dev dbus
23:06:18 [2023-06-22T23:06:18.682Z] #104 3.152   systemd-timesyncd | time-daemon unzip
23:06:18 [2023-06-22T23:06:18.942Z] #104 3.498 The following NEW packages will be installed:
23:06:18 [2023-06-22T23:06:18.942Z] #104 3.498   apparmor bash-completion bzip2 dmsetup inetutils-ping iproute2 iptables jq
23:06:18 [2023-06-22T23:06:18.942Z] #104 3.498   libaio1 libapparmor1 libargon2-1 libbpf0 libcap2 libcap2-bin libcryptsetup12
23:06:18 [2023-06-22T23:06:18.942Z] #104 3.498   libdevmapper1.02.1 libelf1 libgpm2 libicu67 libinih1 libip4tc2 libip6tc2
23:06:18 [2023-06-22T23:06:18.942Z] #104 3.498   libjq1 libjson-c5 libkmod2 libmicrohttpd12 libmnl0 libnet1
23:06:18 [2023-06-22T23:06:18.942Z] #104 3.498   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
23:06:18 [2023-06-22T23:06:18.942Z] #104 3.499   libprotobuf-c1 libxtables12 libyajl2 net-tools patch pigz python-pip-whl
23:06:18 [2023-06-22T23:06:18.942Z] #104 3.499   python3-distutils python3-lib2to3 python3-pip python3-pkg-resources
23:06:18 [2023-06-22T23:06:18.942Z] #104 3.499   python3-setuptools python3-wheel sudo systemd systemd-journal-remote
23:06:18 [2023-06-22T23:06:18.942Z] #104 3.499   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
23:06:18 [2023-06-22T23:06:18.942Z] #104 3.499   xz-utils zip zstd
23:06:19 [2023-06-22T23:06:19.202Z] #104 3.778 0 upgraded, 59 newly installed, 0 to remove and 0 not upgraded.
23:06:19 [2023-06-22T23:06:19.202Z] #104 3.778 Need to get 32.1 MB of archives.
23:06:19 [2023-06-22T23:06:19.202Z] #104 3.778 After this operation, 124 MB of additional disk space will be used.
23:06:19 [2023-06-22T23:06:19.202Z] #104 3.778 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB]
23:06:19 [2023-06-22T23:06:19.202Z] #104 3.786 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB]
23:06:19 [2023-06-22T23:06:19.202Z] #104 3.787 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libargon2-1 arm64 0~20171227-0.2 [18.9 kB]
23:06:19 [2023-06-22T23:06:19.202Z] #104 3.791 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB]
23:06:19 [2023-06-22T23:06:19.202Z] #104 3.794 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB]
23:06:19 [2023-06-22T23:06:19.202Z] #104 3.796 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjson-c5 arm64 0.15-2 [41.6 kB]
23:06:19 [2023-06-22T23:06:19.202Z] #104 3.798 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcryptsetup12 arm64 2:2.3.7-1+deb11u1 [230 kB]
23:06:19 [2023-06-22T23:06:19.202Z] #104 3.803 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB]
23:06:19 [2023-06-22T23:06:19.202Z] #104 3.807 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libkmod2 arm64 28-1 [52.5 kB]
23:06:19 [2023-06-22T23:06:19.202Z] #104 3.809 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 systemd arm64 247.3-7+deb11u2 [4153 kB]
23:06:19 [2023-06-22T23:06:19.202Z] #104 3.834 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB]
23:06:19 [2023-06-22T23:06:19.202Z] #104 3.834 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB]
23:06:19 [2023-06-22T23:06:19.202Z] #104 3.835 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB]
23:06:19 [2023-06-22T23:06:19.202Z] #104 3.836 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB]
23:06:19 [2023-06-22T23:06:19.202Z] #104 3.836 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB]
23:06:19 [2023-06-22T23:06:19.202Z] #104 3.838 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB]
23:06:19 [2023-06-22T23:06:19.202Z] #104 3.840 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB]
23:06:19 [2023-06-22T23:06:19.202Z] #104 3.845 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB]
23:06:19 [2023-06-22T23:06:19.202Z] #104 3.847 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
23:06:19 [2023-06-22T23:06:19.202Z] #104 3.850 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB]
23:06:19 [2023-06-22T23:06:19.202Z] #104 3.856 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
23:06:19 [2023-06-22T23:06:19.202Z] #104 3.858 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
23:06:19 [2023-06-22T23:06:19.202Z] #104 3.860 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB]
23:06:19 [2023-06-22T23:06:19.202Z] #104 3.864 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 inetutils-ping arm64 2:2.0-1+deb11u1 [242 kB]
23:06:19 [2023-06-22T23:06:19.202Z] #104 3.867 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB]
23:06:19 [2023-06-22T23:06:19.202Z] #104 3.869 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB]
23:06:19 [2023-06-22T23:06:19.202Z] #104 3.872 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB]
23:06:19 [2023-06-22T23:06:19.202Z] #104 3.873 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB]
23:06:19 [2023-06-22T23:06:19.202Z] #104 3.875 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB]
23:06:19 [2023-06-22T23:06:19.202Z] #104 3.882 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB]
23:06:19 [2023-06-22T23:06:19.202Z] #104 3.885 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
23:06:19 [2023-06-22T23:06:19.202Z] #104 3.888 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB]
23:06:19 [2023-06-22T23:06:19.202Z] #104 3.907 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB]
23:06:19 [2023-06-22T23:06:19.202Z] #104 3.909 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB]
23:06:19 [2023-06-22T23:06:19.202Z] #104 3.913 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
23:06:19 [2023-06-22T23:06:19.202Z] #104 3.962 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B]
23:06:19 [2023-06-22T23:06:19.462Z] #104 3.963 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmicrohttpd12 arm64 0.9.72-2 [104 kB]
23:06:19 [2023-06-22T23:06:19.462Z] #104 3.963 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
23:06:19 [2023-06-22T23:06:19.462Z] #104 3.965 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB]
23:06:19 [2023-06-22T23:06:19.462Z] #104 3.968 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
23:06:19 [2023-06-22T23:06:19.462Z] #104 3.973 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3 [22.9 kB]
23:06:19 [2023-06-22T23:06:19.462Z] #104 3.975 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB]
23:06:19 [2023-06-22T23:06:19.462Z] #104 3.979 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
23:06:19 [2023-06-22T23:06:19.462Z] #104 3.981 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB]
23:06:19 [2023-06-22T23:06:19.462Z] #104 3.993 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
23:06:19 [2023-06-22T23:06:19.462Z] #104 3.994 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB]
23:06:19 [2023-06-22T23:06:19.462Z] #104 3.995 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB]
23:06:19 [2023-06-22T23:06:19.462Z] #104 3.996 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB]
23:06:19 [2023-06-22T23:06:19.462Z] #104 3.998 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB]
23:06:19 [2023-06-22T23:06:19.462Z] #104 4.001 Get:50 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4+deb11u1 [337 kB]
23:06:19 [2023-06-22T23:06:19.462Z] #104 4.004 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 sudo arm64 1.9.5p2-3+deb11u1 [996 kB]
23:06:19 [2023-06-22T23:06:19.462Z] #104 4.011 Get:52 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 systemd-journal-remote arm64 247.3-7+deb11u2 [161 kB]
23:06:19 [2023-06-22T23:06:19.462Z] #104 4.012 Get:53 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB]
23:06:19 [2023-06-22T23:06:19.462Z] #104 4.015 Get:54 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB]
23:06:19 [2023-06-22T23:06:19.462Z] #104 4.018 Get:55 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
23:06:19 [2023-06-22T23:06:19.462Z] #104 4.053 Get:56 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3+deb11u1 [1388 kB]
23:06:19 [2023-06-22T23:06:19.462Z] #104 4.059 Get:57 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB]
23:06:19 [2023-06-22T23:06:19.462Z] #104 4.064 Get:58 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB]
23:06:19 [2023-06-22T23:06:19.462Z] #104 4.065 Get:59 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zstd arm64 1.4.8+dfsg-2.1 [576 kB]
23:06:19 [2023-06-22T23:06:19.462Z] #104 4.199 debconf: delaying package configuration, since apt-utils is not installed
23:06:19 [2023-06-22T23:06:19.722Z] #104 4.235 Fetched 32.1 MB in 1s (57.2 MB/s)
23:06:19 [2023-06-22T23:06:19.722Z] #104 4.261 Selecting previously unselected package libapparmor1:arm64.
23:06:19 [2023-06-22T23:06:19.722Z] #104 4.261 (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.)
23:06:19 [2023-06-22T23:06:19.722Z] #104 4.270 Preparing to unpack .../00-libapparmor1_2.13.6-10_arm64.deb ...
23:06:19 [2023-06-22T23:06:19.722Z] #104 4.277 Unpacking libapparmor1:arm64 (2.13.6-10) ...
23:06:19 [2023-06-22T23:06:19.722Z] #104 4.348 Selecting previously unselected package libcap2:arm64.
23:06:19 [2023-06-22T23:06:19.722Z] #104 4.350 Preparing to unpack .../01-libcap2_1%3a2.44-1_arm64.deb ...
23:06:19 [2023-06-22T23:06:19.722Z] #104 4.354 Unpacking libcap2:arm64 (1:2.44-1) ...
23:06:19 [2023-06-22T23:06:19.722Z] #104 4.390 Selecting previously unselected package libargon2-1:arm64.
23:06:19 [2023-06-22T23:06:19.722Z] #104 4.392 Preparing to unpack .../02-libargon2-1_0~20171227-0.2_arm64.deb ...
23:06:19 [2023-06-22T23:06:19.722Z] #104 4.396 Unpacking libargon2-1:arm64 (0~20171227-0.2) ...
23:06:19 [2023-06-22T23:06:19.722Z] #104 4.429 Selecting previously unselected package dmsetup.
23:06:19 [2023-06-22T23:06:19.722Z] #104 4.431 Preparing to unpack .../03-dmsetup_2%3a1.02.175-2.1_arm64.deb ...
23:06:19 [2023-06-22T23:06:19.722Z] #104 4.434 Unpacking dmsetup (2:1.02.175-2.1) ...
23:06:19 [2023-06-22T23:06:19.722Z] #104 4.476 Selecting previously unselected package libdevmapper1.02.1:arm64.
23:06:19 [2023-06-22T23:06:19.982Z] #104 4.478 Preparing to unpack .../04-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ...
23:06:19 [2023-06-22T23:06:19.982Z] #104 4.483 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
23:06:19 [2023-06-22T23:06:19.982Z] #104 4.528 Selecting previously unselected package libjson-c5:arm64.
23:06:19 [2023-06-22T23:06:19.982Z] #104 4.530 Preparing to unpack .../05-libjson-c5_0.15-2_arm64.deb ...
23:06:19 [2023-06-22T23:06:19.982Z] #104 4.534 Unpacking libjson-c5:arm64 (0.15-2) ...
23:06:19 [2023-06-22T23:06:19.982Z] #104 4.576 Selecting previously unselected package libcryptsetup12:arm64.
23:06:19 [2023-06-22T23:06:19.982Z] #104 4.578 Preparing to unpack .../06-libcryptsetup12_2%3a2.3.7-1+deb11u1_arm64.deb ...
23:06:19 [2023-06-22T23:06:19.982Z] #104 4.583 Unpacking libcryptsetup12:arm64 (2:2.3.7-1+deb11u1) ...
23:06:19 [2023-06-22T23:06:19.982Z] #104 4.635 Selecting previously unselected package libip4tc2:arm64.
23:06:19 [2023-06-22T23:06:19.982Z] #104 4.637 Preparing to unpack .../07-libip4tc2_1.8.7-1_arm64.deb ...
23:06:19 [2023-06-22T23:06:19.982Z] #104 4.641 Unpacking libip4tc2:arm64 (1.8.7-1) ...
23:06:19 [2023-06-22T23:06:19.982Z] #104 4.677 Selecting previously unselected package libkmod2:arm64.
23:06:20 [2023-06-22T23:06:20.241Z] #104 4.679 Preparing to unpack .../08-libkmod2_28-1_arm64.deb ...
23:06:20 [2023-06-22T23:06:20.241Z] #104 4.682 Unpacking libkmod2:arm64 (28-1) ...
23:06:20 [2023-06-22T23:06:20.241Z] #104 4.723 Selecting previously unselected package systemd.
23:06:20 [2023-06-22T23:06:20.241Z] #104 4.725 Preparing to unpack .../09-systemd_247.3-7+deb11u2_arm64.deb ...
23:06:20 [2023-06-22T23:06:20.241Z] #104 4.770 Unpacking systemd (247.3-7+deb11u2) ...
23:06:20 [2023-06-22T23:06:20.501Z] #104 5.124 Selecting previously unselected package pigz.
23:06:20 [2023-06-22T23:06:20.501Z] #104 5.126 Preparing to unpack .../10-pigz_2.6-1_arm64.deb ...
23:06:20 [2023-06-22T23:06:20.501Z] #104 5.130 Unpacking pigz (2.6-1) ...
23:06:20 [2023-06-22T23:06:20.501Z] #104 5.164 Selecting previously unselected package libelf1:arm64.
23:06:20 [2023-06-22T23:06:20.501Z] #104 5.166 Preparing to unpack .../11-libelf1_0.183-1_arm64.deb ...
23:06:20 [2023-06-22T23:06:20.501Z] #104 5.169 Unpacking libelf1:arm64 (0.183-1) ...
23:06:20 [2023-06-22T23:06:20.501Z] #104 5.213 Selecting previously unselected package libbpf0:arm64.
23:06:20 [2023-06-22T23:06:20.501Z] #104 5.215 Preparing to unpack .../12-libbpf0_1%3a0.3-2_arm64.deb ...
23:06:20 [2023-06-22T23:06:20.501Z] #104 5.218 Unpacking libbpf0:arm64 (1:0.3-2) ...
23:06:20 [2023-06-22T23:06:20.501Z] #104 5.256 Selecting previously unselected package libmnl0:arm64.
23:06:20 [2023-06-22T23:06:20.761Z] #104 5.258 Preparing to unpack .../13-libmnl0_1.0.4-3_arm64.deb ...
23:06:20 [2023-06-22T23:06:20.761Z] #104 5.261 Unpacking libmnl0:arm64 (1.0.4-3) ...
23:06:20 [2023-06-22T23:06:20.761Z] #104 5.293 Selecting previously unselected package libxtables12:arm64.
23:06:20 [2023-06-22T23:06:20.761Z] #104 5.295 Preparing to unpack .../14-libxtables12_1.8.7-1_arm64.deb ...
23:06:20 [2023-06-22T23:06:20.761Z] #104 5.298 Unpacking libxtables12:arm64 (1.8.7-1) ...
23:06:20 [2023-06-22T23:06:20.761Z] #104 5.328 Selecting previously unselected package libcap2-bin.
23:06:20 [2023-06-22T23:06:20.761Z] #104 5.330 Preparing to unpack .../15-libcap2-bin_1%3a2.44-1_arm64.deb ...
23:06:20 [2023-06-22T23:06:20.761Z] #104 5.333 Unpacking libcap2-bin (1:2.44-1) ...
23:06:20 [2023-06-22T23:06:20.761Z] #104 5.370 Selecting previously unselected package iproute2.
23:06:20 [2023-06-22T23:06:20.761Z] #104 5.372 Preparing to unpack .../16-iproute2_5.10.0-4_arm64.deb ...
23:06:20 [2023-06-22T23:06:20.761Z] #104 5.375 Unpacking iproute2 (5.10.0-4) ...
23:06:20 [2023-06-22T23:06:20.761Z] #104 5.468 Selecting previously unselected package xxd.
23:06:20 [2023-06-22T23:06:20.761Z] #104 5.470 Preparing to unpack .../17-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ...
23:06:20 [2023-06-22T23:06:20.761Z] #104 5.473 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
23:06:20 [2023-06-22T23:06:20.761Z] #104 5.516 Selecting previously unselected package vim-common.
23:06:20 [2023-06-22T23:06:20.761Z] #104 5.518 Preparing to unpack .../18-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
23:06:20 [2023-06-22T23:06:20.761Z] #104 5.526 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
23:06:20 [2023-06-22T23:06:20.761Z] #104 5.572 Selecting previously unselected package bash-completion.
23:06:21 [2023-06-22T23:06:21.021Z] #104 5.574 Preparing to unpack .../19-bash-completion_1%3a2.11-2_all.deb ...
23:06:21 [2023-06-22T23:06:21.591Z] #104 6.218 Unpacking bash-completion (1:2.11-2) ...
23:06:21 [2023-06-22T23:06:21.591Z] #104 6.321 Selecting previously unselected package bzip2.
23:06:21 [2023-06-22T23:06:21.591Z] #104 6.324 Preparing to unpack .../20-bzip2_1.0.8-4_arm64.deb ...
23:06:21 [2023-06-22T23:06:21.591Z] #104 6.327 Unpacking bzip2 (1.0.8-4) ...
23:06:21 [2023-06-22T23:06:21.591Z] #104 6.361 Selecting previously unselected package xz-utils.
23:06:21 [2023-06-22T23:06:21.591Z] #104 6.363 Preparing to unpack .../21-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
23:06:21 [2023-06-22T23:06:21.591Z] #104 6.367 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
23:06:21 [2023-06-22T23:06:21.591Z] #104 6.420 Selecting previously unselected package apparmor.
23:06:21 [2023-06-22T23:06:21.591Z] #104 6.422 Preparing to unpack .../22-apparmor_2.13.6-10_arm64.deb ...
23:06:21 [2023-06-22T23:06:21.851Z] #104 6.445 Unpacking apparmor (2.13.6-10) ...
23:06:21 [2023-06-22T23:06:21.851Z] #104 6.533 Selecting previously unselected package inetutils-ping.
23:06:21 [2023-06-22T23:06:21.851Z] #104 6.535 Preparing to unpack .../23-inetutils-ping_2%3a2.0-1+deb11u1_arm64.deb ...
23:06:21 [2023-06-22T23:06:21.851Z] #104 6.540 Unpacking inetutils-ping (2:2.0-1+deb11u1) ...
23:06:21 [2023-06-22T23:06:21.851Z] #104 6.583 Selecting previously unselected package libip6tc2:arm64.
23:06:21 [2023-06-22T23:06:21.851Z] #104 6.585 Preparing to unpack .../24-libip6tc2_1.8.7-1_arm64.deb ...
23:06:21 [2023-06-22T23:06:21.851Z] #104 6.589 Unpacking libip6tc2:arm64 (1.8.7-1) ...
23:06:21 [2023-06-22T23:06:21.851Z] #104 6.622 Selecting previously unselected package libnfnetlink0:arm64.
23:06:21 [2023-06-22T23:06:21.851Z] #104 6.624 Preparing to unpack .../25-libnfnetlink0_1.0.1-3+b1_arm64.deb ...
23:06:21 [2023-06-22T23:06:21.851Z] #104 6.628 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ...
23:06:21 [2023-06-22T23:06:21.851Z] #104 6.660 Selecting previously unselected package libnetfilter-conntrack3:arm64.
23:06:22 [2023-06-22T23:06:22.111Z] #104 6.662 Preparing to unpack .../26-libnetfilter-conntrack3_1.0.8-3_arm64.deb ...
23:06:22 [2023-06-22T23:06:22.111Z] #104 6.666 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ...
23:06:22 [2023-06-22T23:06:22.111Z] #104 6.708 Selecting previously unselected package libnftnl11:arm64.
23:06:22 [2023-06-22T23:06:22.111Z] #104 6.710 Preparing to unpack .../27-libnftnl11_1.1.9-1_arm64.deb ...
23:06:22 [2023-06-22T23:06:22.111Z] #104 6.713 Unpacking libnftnl11:arm64 (1.1.9-1) ...
23:06:22 [2023-06-22T23:06:22.111Z] #104 6.747 Selecting previously unselected package iptables.
23:06:22 [2023-06-22T23:06:22.111Z] #104 6.750 Preparing to unpack .../28-iptables_1.8.7-1_arm64.deb ...
23:06:22 [2023-06-22T23:06:22.111Z] #104 6.753 Unpacking iptables (1.8.7-1) ...
23:06:22 [2023-06-22T23:06:22.111Z] #104 6.825 Selecting previously unselected package libonig5:arm64.
23:06:22 [2023-06-22T23:06:22.111Z] #104 6.828 Preparing to unpack .../29-libonig5_6.9.6-1.1_arm64.deb ...
23:06:22 [2023-06-22T23:06:22.111Z] #104 6.832 Unpacking libonig5:arm64 (6.9.6-1.1) ...
23:06:22 [2023-06-22T23:06:22.111Z] #104 6.877 Selecting previously unselected package libjq1:arm64.
23:06:22 [2023-06-22T23:06:22.111Z] #104 6.880 Preparing to unpack .../30-libjq1_1.6-2.1_arm64.deb ...
23:06:22 [2023-06-22T23:06:22.111Z] #104 6.883 Unpacking libjq1:arm64 (1.6-2.1) ...
23:06:22 [2023-06-22T23:06:22.111Z] #104 6.921 Selecting previously unselected package jq.
23:06:22 [2023-06-22T23:06:22.370Z] #104 6.923 Preparing to unpack .../31-jq_1.6-2.1_arm64.deb ...
23:06:22 [2023-06-22T23:06:22.370Z] #104 6.927 Unpacking jq (1.6-2.1) ...
23:06:22 [2023-06-22T23:06:22.370Z] #104 6.965 Selecting previously unselected package libaio1:arm64.
23:06:22 [2023-06-22T23:06:22.371Z] #104 6.968 Preparing to unpack .../32-libaio1_0.3.112-9_arm64.deb ...
23:06:22 [2023-06-22T23:06:22.371Z] #104 6.971 Unpacking libaio1:arm64 (0.3.112-9) ...
23:06:22 [2023-06-22T23:06:22.371Z] #104 7.006 Selecting previously unselected package libgpm2:arm64.
23:06:22 [2023-06-22T23:06:22.371Z] #104 7.009 Preparing to unpack .../33-libgpm2_1.20.7-8_arm64.deb ...
23:06:22 [2023-06-22T23:06:22.371Z] #104 7.014 Unpacking libgpm2:arm64 (1.20.7-8) ...
23:06:22 [2023-06-22T23:06:22.371Z] #104 7.052 Selecting previously unselected package libicu67:arm64.
23:06:22 [2023-06-22T23:06:22.371Z] #104 7.054 Preparing to unpack .../34-libicu67_67.1-7_arm64.deb ...
23:06:22 [2023-06-22T23:06:22.371Z] #104 7.059 Unpacking libicu67:arm64 (67.1-7) ...
23:06:22 [2023-06-22T23:06:22.940Z] #104 7.720 Selecting previously unselected package libinih1:arm64.
23:06:22 [2023-06-22T23:06:22.940Z] #104 7.723 Preparing to unpack .../35-libinih1_53-1+b2_arm64.deb ...
23:06:22 [2023-06-22T23:06:22.940Z] #104 7.726 Unpacking libinih1:arm64 (53-1+b2) ...
23:06:22 [2023-06-22T23:06:22.940Z] #104 7.760 Selecting previously unselected package libmicrohttpd12:arm64.
23:06:23 [2023-06-22T23:06:23.200Z] #104 7.763 Preparing to unpack .../36-libmicrohttpd12_0.9.72-2_arm64.deb ...
23:06:23 [2023-06-22T23:06:23.200Z] #104 7.766 Unpacking libmicrohttpd12:arm64 (0.9.72-2) ...
23:06:23 [2023-06-22T23:06:23.200Z] #104 7.805 Selecting previously unselected package libnet1:arm64.
23:06:23 [2023-06-22T23:06:23.200Z] #104 7.807 Preparing to unpack .../37-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
23:06:23 [2023-06-22T23:06:23.200Z] #104 7.811 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
23:06:23 [2023-06-22T23:06:23.200Z] #104 7.849 Selecting previously unselected package libnl-3-200:arm64.
23:06:23 [2023-06-22T23:06:23.200Z] #104 7.851 Preparing to unpack .../38-libnl-3-200_3.4.0-1+b1_arm64.deb ...
23:06:23 [2023-06-22T23:06:23.200Z] #104 7.856 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ...
23:06:23 [2023-06-22T23:06:23.200Z] #104 7.891 Selecting previously unselected package libprotobuf-c1:arm64.
23:06:23 [2023-06-22T23:06:23.200Z] #104 7.894 Preparing to unpack .../39-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
23:06:23 [2023-06-22T23:06:23.200Z] #104 7.897 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
23:06:23 [2023-06-22T23:06:23.200Z] #104 7.932 Selecting previously unselected package libyajl2:arm64.
23:06:23 [2023-06-22T23:06:23.200Z] #104 7.935 Preparing to unpack .../40-libyajl2_2.1.0-3_arm64.deb ...
23:06:23 [2023-06-22T23:06:23.200Z] #104 7.939 Unpacking libyajl2:arm64 (2.1.0-3) ...
23:06:23 [2023-06-22T23:06:23.200Z] #104 7.967 Selecting previously unselected package net-tools.
23:06:23 [2023-06-22T23:06:23.200Z] #104 7.969 Preparing to unpack .../41-net-tools_1.60+git20181103.0eebece-1_arm64.deb ...
23:06:23 [2023-06-22T23:06:23.200Z] #104 7.972 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
23:06:23 [2023-06-22T23:06:23.200Z] #104 8.019 Selecting previously unselected package patch.
23:06:23 [2023-06-22T23:06:23.460Z] #104 8.021 Preparing to unpack .../42-patch_2.7.6-7_arm64.deb ...
23:06:23 [2023-06-22T23:06:23.460Z] #104 8.025 Unpacking patch (2.7.6-7) ...
23:06:23 [2023-06-22T23:06:23.460Z] #104 8.061 Selecting previously unselected package python-pip-whl.
23:06:23 [2023-06-22T23:06:23.460Z] #104 8.063 Preparing to unpack .../43-python-pip-whl_20.3.4-4+deb11u1_all.deb ...
23:06:23 [2023-06-22T23:06:23.460Z] #104 8.067 Unpacking python-pip-whl (20.3.4-4+deb11u1) ...
23:06:23 [2023-06-22T23:06:23.460Z] #104 8.197 Selecting previously unselected package python3-lib2to3.
23:06:23 [2023-06-22T23:06:23.460Z] #104 8.200 Preparing to unpack .../44-python3-lib2to3_3.9.2-1_all.deb ...
23:06:23 [2023-06-22T23:06:23.460Z] #104 8.203 Unpacking python3-lib2to3 (3.9.2-1) ...
23:06:23 [2023-06-22T23:06:23.460Z] #104 8.240 Selecting previously unselected package python3-distutils.
23:06:23 [2023-06-22T23:06:23.460Z] #104 8.242 Preparing to unpack .../45-python3-distutils_3.9.2-1_all.deb ...
23:06:23 [2023-06-22T23:06:23.460Z] #104 8.246 Unpacking python3-distutils (3.9.2-1) ...
23:06:23 [2023-06-22T23:06:23.460Z] #104 8.286 Selecting previously unselected package python3-pkg-resources.
23:06:23 [2023-06-22T23:06:23.720Z] #104 8.288 Preparing to unpack .../46-python3-pkg-resources_52.0.0-4_all.deb ...
23:06:23 [2023-06-22T23:06:23.720Z] #104 8.292 Unpacking python3-pkg-resources (52.0.0-4) ...
23:06:23 [2023-06-22T23:06:23.720Z] #104 8.338 Selecting previously unselected package python3-setuptools.
23:06:23 [2023-06-22T23:06:23.720Z] #104 8.340 Preparing to unpack .../47-python3-setuptools_52.0.0-4_all.deb ...
23:06:23 [2023-06-22T23:06:23.720Z] #104 8.345 Unpacking python3-setuptools (52.0.0-4) ...
23:06:23 [2023-06-22T23:06:23.720Z] #104 8.401 Selecting previously unselected package python3-wheel.
23:06:23 [2023-06-22T23:06:23.720Z] #104 8.403 Preparing to unpack .../48-python3-wheel_0.34.2-1_all.deb ...
23:06:23 [2023-06-22T23:06:23.720Z] #104 8.406 Unpacking python3-wheel (0.34.2-1) ...
23:06:23 [2023-06-22T23:06:23.720Z] #104 8.441 Selecting previously unselected package python3-pip.
23:06:23 [2023-06-22T23:06:23.720Z] #104 8.443 Preparing to unpack .../49-python3-pip_20.3.4-4+deb11u1_all.deb ...
23:06:23 [2023-06-22T23:06:23.720Z] #104 8.447 Unpacking python3-pip (20.3.4-4+deb11u1) ...
23:06:23 [2023-06-22T23:06:23.720Z] #104 8.510 Selecting previously unselected package sudo.
23:06:23 [2023-06-22T23:06:23.980Z] #104 8.512 Preparing to unpack .../50-sudo_1.9.5p2-3+deb11u1_arm64.deb ...
23:06:23 [2023-06-22T23:06:23.980Z] #104 8.517 Unpacking sudo (1.9.5p2-3+deb11u1) ...
23:06:23 [2023-06-22T23:06:23.980Z] #104 8.624 Selecting previously unselected package systemd-journal-remote.
23:06:23 [2023-06-22T23:06:23.980Z] #104 8.627 Preparing to unpack .../51-systemd-journal-remote_247.3-7+deb11u2_arm64.deb ...
23:06:23 [2023-06-22T23:06:23.980Z] #104 8.630 Unpacking systemd-journal-remote (247.3-7+deb11u2) ...
23:06:23 [2023-06-22T23:06:23.980Z] #104 8.666 Selecting previously unselected package thin-provisioning-tools.
23:06:23 [2023-06-22T23:06:23.980Z] #104 8.669 Preparing to unpack .../52-thin-provisioning-tools_0.9.0-1_arm64.deb ...
23:06:23 [2023-06-22T23:06:23.980Z] #104 8.672 Unpacking thin-provisioning-tools (0.9.0-1) ...
23:06:23 [2023-06-22T23:06:23.980Z] #104 8.728 Selecting previously unselected package uidmap.
23:06:24 [2023-06-22T23:06:24.239Z] #104 8.730 Preparing to unpack .../53-uidmap_1%3a4.8.1-1_arm64.deb ...
23:06:24 [2023-06-22T23:06:24.239Z] #104 8.733 Unpacking uidmap (1:4.8.1-1) ...
23:06:24 [2023-06-22T23:06:24.239Z] #104 8.779 Selecting previously unselected package vim-runtime.
23:06:24 [2023-06-22T23:06:24.239Z] #104 8.782 Preparing to unpack .../54-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
23:06:24 [2023-06-22T23:06:24.239Z] #104 8.793 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
23:06:24 [2023-06-22T23:06:24.239Z] #104 8.804 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
23:06:24 [2023-06-22T23:06:24.239Z] #104 8.808 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
23:06:24 [2023-06-22T23:06:24.809Z] #104 9.356 Selecting previously unselected package vim.
23:06:24 [2023-06-22T23:06:24.809Z] #104 9.359 Preparing to unpack .../55-vim_2%3a8.2.2434-3+deb11u1_arm64.deb ...
23:06:24 [2023-06-22T23:06:24.809Z] #104 9.367 Unpacking vim (2:8.2.2434-3+deb11u1) ...
23:06:24 [2023-06-22T23:06:24.809Z] #104 9.496 Selecting previously unselected package xfsprogs.
23:06:24 [2023-06-22T23:06:24.809Z] #104 9.498 Preparing to unpack .../56-xfsprogs_5.10.0-4_arm64.deb ...
23:06:24 [2023-06-22T23:06:24.809Z] #104 9.502 Unpacking xfsprogs (5.10.0-4) ...
23:06:24 [2023-06-22T23:06:24.809Z] #104 9.594 Selecting previously unselected package zip.
23:06:25 [2023-06-22T23:06:25.069Z] #104 9.597 Preparing to unpack .../57-zip_3.0-12_arm64.deb ...
23:06:25 [2023-06-22T23:06:25.069Z] #104 9.600 Unpacking zip (3.0-12) ...
23:06:25 [2023-06-22T23:06:25.069Z] #104 9.641 Selecting previously unselected package zstd.
23:06:25 [2023-06-22T23:06:25.069Z] #104 9.644 Preparing to unpack .../58-zstd_1.4.8+dfsg-2.1_arm64.deb ...
23:06:25 [2023-06-22T23:06:25.069Z] #104 9.647 Unpacking zstd (1.4.8+dfsg-2.1) ...
23:06:25 [2023-06-22T23:06:25.069Z] #104 9.729 Setting up python3-pkg-resources (52.0.0-4) ...
23:06:25 [2023-06-22T23:06:25.329Z] #104 9.917 Setting up libip4tc2:arm64 (1.8.7-1) ...
23:06:25 [2023-06-22T23:06:25.329Z] #104 9.927 Setting up net-tools (1.60+git20181103.0eebece-1) ...
23:06:25 [2023-06-22T23:06:25.329Z] #104 9.935 Setting up libapparmor1:arm64 (2.13.6-10) ...
23:06:25 [2023-06-22T23:06:25.329Z] #104 9.944 Setting up libgpm2:arm64 (1.20.7-8) ...
23:06:25 [2023-06-22T23:06:25.329Z] #104 9.953 Setting up libicu67:arm64 (67.1-7) ...
23:06:25 [2023-06-22T23:06:25.329Z] #104 9.963 Setting up libip6tc2:arm64 (1.8.7-1) ...
23:06:25 [2023-06-22T23:06:25.329Z] #104 9.974 Setting up libinih1:arm64 (53-1+b2) ...
23:06:25 [2023-06-22T23:06:25.329Z] #104 9.986 Setting up libargon2-1:arm64 (0~20171227-0.2) ...
23:06:25 [2023-06-22T23:06:25.329Z] #104 9.994 Setting up uidmap (1:4.8.1-1) ...
23:06:25 [2023-06-22T23:06:25.329Z] #104 10.00 Setting up libyajl2:arm64 (2.1.0-3) ...
23:06:25 [2023-06-22T23:06:25.329Z] #104 10.01 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
23:06:25 [2023-06-22T23:06:25.329Z] #104 10.02 Setting up bzip2 (1.0.8-4) ...
23:06:25 [2023-06-22T23:06:25.329Z] #104 10.03 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
23:06:25 [2023-06-22T23:06:25.329Z] #104 10.05 Setting up python3-wheel (0.34.2-1) ...
23:06:25 [2023-06-22T23:06:25.589Z] #104 10.19 Setting up libmicrohttpd12:arm64 (0.9.72-2) ...
23:06:25 [2023-06-22T23:06:25.589Z] #104 10.20 Setting up xxd (2:8.2.2434-3+deb11u1) ...
23:06:25 [2023-06-22T23:06:25.589Z] #104 10.20 Setting up libcap2:arm64 (1:2.44-1) ...
23:06:25 [2023-06-22T23:06:25.589Z] #104 10.21 Setting up libcap2-bin (1:2.44-1) ...
23:06:25 [2023-06-22T23:06:25.589Z] #104 10.22 Setting up apparmor (2.13.6-10) ...
23:06:26 [2023-06-22T23:06:26.528Z] #104 10.92 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service.
23:06:26 [2023-06-22T23:06:26.528Z] #104 10.94 Setting up zip (3.0-12) ...
23:06:26 [2023-06-22T23:06:26.528Z] #104 10.95 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
23:06:26 [2023-06-22T23:06:26.528Z] #104 10.97 Setting up bash-completion (1:2.11-2) ...
23:06:27 [2023-06-22T23:06:27.098Z] #104 11.71 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
23:06:27 [2023-06-22T23:06:27.098Z] #104 11.72 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
23:06:27 [2023-06-22T23:06:27.098Z] #104 11.73 Setting up libmnl0:arm64 (1.0.4-3) ...
23:06:27 [2023-06-22T23:06:27.098Z] #104 11.74 Setting up patch (2.7.6-7) ...
23:06:27 [2023-06-22T23:06:27.098Z] #104 11.75 Setting up sudo (1.9.5p2-3+deb11u1) ...
23:06:27 [2023-06-22T23:06:27.098Z] #104 11.80 invoke-rc.d: could not determine current runlevel
23:06:27 [2023-06-22T23:06:27.098Z] #104 11.80 invoke-rc.d: policy-rc.d denied execution of start.
23:06:27 [2023-06-22T23:06:27.098Z] #104 11.81 Setting up libxtables12:arm64 (1.8.7-1) ...
23:06:27 [2023-06-22T23:06:27.098Z] #104 11.82 Setting up inetutils-ping (2:2.0-1+deb11u1) ...
23:06:27 [2023-06-22T23:06:27.098Z] #104 11.83 Setting up pigz (2.6-1) ...
23:06:27 [2023-06-22T23:06:27.098Z] #104 11.84 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ...
23:06:27 [2023-06-22T23:06:27.098Z] #104 11.85 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ...
23:06:27 [2023-06-22T23:06:27.358Z] #104 11.87 Setting up python-pip-whl (20.3.4-4+deb11u1) ...
23:06:27 [2023-06-22T23:06:27.358Z] #104 11.88 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
23:06:27 [2023-06-22T23:06:27.358Z] #104 12.05 Setting up libaio1:arm64 (0.3.112-9) ...
23:06:27 [2023-06-22T23:06:27.358Z] #104 12.06 Setting up python3-lib2to3 (3.9.2-1) ...
23:06:27 [2023-06-22T23:06:27.618Z] #104 12.16 Setting up libelf1:arm64 (0.183-1) ...
23:06:27 [2023-06-22T23:06:27.618Z] #104 12.17 Setting up libjson-c5:arm64 (0.15-2) ...
23:06:27 [2023-06-22T23:06:27.618Z] #104 12.18 Setting up zstd (1.4.8+dfsg-2.1) ...
23:06:27 [2023-06-22T23:06:27.618Z] #104 12.19 Setting up libonig5:arm64 (6.9.6-1.1) ...
23:06:27 [2023-06-22T23:06:27.618Z] #104 12.20 Setting up libkmod2:arm64 (28-1) ...
23:06:27 [2023-06-22T23:06:27.618Z] #104 12.20 Setting up python3-distutils (3.9.2-1) ...
23:06:27 [2023-06-22T23:06:27.618Z] #104 12.32 Setting up vim (2:8.2.2434-3+deb11u1) ...
23:06:27 [2023-06-22T23:06:27.618Z] #104 12.33 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
23:06:27 [2023-06-22T23:06:27.618Z] #104 12.34 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
23:06:27 [2023-06-22T23:06:27.618Z] #104 12.34 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
23:06:27 [2023-06-22T23:06:27.618Z] #104 12.34 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
23:06:27 [2023-06-22T23:06:27.618Z] #104 12.35 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
23:06:27 [2023-06-22T23:06:27.618Z] #104 12.35 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
23:06:27 [2023-06-22T23:06:27.618Z] #104 12.36 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
23:06:27 [2023-06-22T23:06:27.618Z] #104 12.36 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
23:06:27 [2023-06-22T23:06:27.618Z] #104 12.37 Setting up python3-setuptools (52.0.0-4) ...
23:06:27 [2023-06-22T23:06:27.878Z] #104 12.69 Setting up libjq1:arm64 (1.6-2.1) ...
23:06:27 [2023-06-22T23:06:27.878Z] #104 12.70 Setting up libnftnl11:arm64 (1.1.9-1) ...
23:06:27 [2023-06-22T23:06:27.878Z] #104 12.71 Setting up thin-provisioning-tools (0.9.0-1) ...
23:06:28 [2023-06-22T23:06:28.138Z] #104 12.72 Setting up python3-pip (20.3.4-4+deb11u1) ...
23:06:28 [2023-06-22T23:06:28.399Z] #104 12.97 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ...
23:06:28 [2023-06-22T23:06:28.399Z] #104 12.98 Setting up jq (1.6-2.1) ...
23:06:28 [2023-06-22T23:06:28.399Z] #104 12.99 Setting up libbpf0:arm64 (1:0.3-2) ...
23:06:28 [2023-06-22T23:06:28.399Z] #104 13.00 Setting up iptables (1.8.7-1) ...
23:06:28 [2023-06-22T23:06:28.399Z] #104 13.02 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
23:06:28 [2023-06-22T23:06:28.399Z] #104 13.02 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
23:06:28 [2023-06-22T23:06:28.399Z] #104 13.03 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
23:06:28 [2023-06-22T23:06:28.399Z] #104 13.03 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
23:06:28 [2023-06-22T23:06:28.399Z] #104 13.03 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
23:06:28 [2023-06-22T23:06:28.399Z] #104 13.04 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
23:06:28 [2023-06-22T23:06:28.399Z] #104 13.04 Setting up iproute2 (5.10.0-4) ...
23:06:28 [2023-06-22T23:06:28.659Z] #104 13.17 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
23:06:28 [2023-06-22T23:06:28.659Z] #104 13.18 Setting up dmsetup (2:1.02.175-2.1) ...
23:06:28 [2023-06-22T23:06:28.659Z] #104 13.19 Setting up libcryptsetup12:arm64 (2:2.3.7-1+deb11u1) ...
23:06:28 [2023-06-22T23:06:28.659Z] #104 13.20 Setting up systemd (247.3-7+deb11u2) ...
23:06:28 [2023-06-22T23:06:28.659Z] #104 13.24 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
23:06:28 [2023-06-22T23:06:28.659Z] #104 13.24 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
23:06:28 [2023-06-22T23:06:28.659Z] #104 13.24 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
23:06:28 [2023-06-22T23:06:28.659Z] #104 13.25 Initializing machine ID from random generator.
23:06:28 [2023-06-22T23:06:28.919Z] #104 13.60 Setting up systemd-journal-remote (247.3-7+deb11u2) ...
23:06:29 [2023-06-22T23:06:29.198Z] #104 13.72 Setting up xfsprogs (5.10.0-4) ...
23:06:29 [2023-06-22T23:06:29.198Z] #104 13.73 System has not been booted with systemd as init system (PID 1). Can't operate.
23:06:29 [2023-06-22T23:06:29.198Z] #104 13.73 Failed to connect to bus: Host is down
23:06:29 [2023-06-22T23:06:29.198Z] #104 13.73 Processing triggers for libc-bin (2.31-13+deb11u6) ...
23:06:29 [2023-06-22T23:06:29.457Z] #104 DONE 14.0s
23:06:29 [2023-06-22T23:06:29.457Z] 
23:06:29 [2023-06-22T23:06:29.457Z] #105 [dev-base  9/13] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
23:06:29 [2023-06-22T23:06:29.717Z] #105 0.394 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
23:06:29 [2023-06-22T23:06:29.977Z] #105 0.397 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
23:06:29 [2023-06-22T23:06:29.977Z] #105 0.400 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
23:06:29 [2023-06-22T23:06:29.977Z] #105 DONE 0.4s
23:06:29 [2023-06-22T23:06:29.977Z] 
23:06:29 [2023-06-22T23:06:29.978Z] #106 [dev-base 10/13] RUN pip3 install yamllint==1.27.1
23:06:36 [2023-06-22T23:06:36.552Z] #106 5.704 Collecting yamllint==1.27.1
23:06:36 [2023-06-22T23:06:36.552Z] #106 6.749   Downloading yamllint-1.27.1.tar.gz (129 kB)
23:06:36 [2023-06-22T23:06:36.812Z] #106 7.051 Collecting pathspec>=0.5.3
23:06:36 [2023-06-22T23:06:36.812Z] #106 7.056   Downloading pathspec-0.11.1-py3-none-any.whl (29 kB)
23:06:36 [2023-06-22T23:06:36.812Z] #106 7.145 Collecting pyyaml
23:06:37 [2023-06-22T23:06:37.072Z] #106 7.160   Downloading PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB)
23:06:37 [2023-06-22T23:06:37.072Z] #106 7.177 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.27.1) (52.0.0)
23:06:37 [2023-06-22T23:06:37.072Z] #106 7.181 Building wheels for collected packages: yamllint
23:06:37 [2023-06-22T23:06:37.072Z] #106 7.182   Building wheel for yamllint (setup.py): started
23:06:37 [2023-06-22T23:06:37.072Z] #106 7.423   Building wheel for yamllint (setup.py): finished with status 'done'
23:06:37 [2023-06-22T23:06:37.332Z] #106 7.423   Created wheel for yamllint: filename=yamllint-1.27.1-py2.py3-none-any.whl size=62024 sha256=ed05f9660da3de1fe6ed682f15b226cb265e0ae503b1274ddddc94ecb9651fb2
23:06:37 [2023-06-22T23:06:37.332Z] #106 7.423   Stored in directory: /root/.cache/pip/wheels/96/6b/41/cdc6102faa47924bd11794a9b3d5e6d7107daf6548c46f79ee
23:06:37 [2023-06-22T23:06:37.332Z] #106 7.426 Successfully built yamllint
23:06:37 [2023-06-22T23:06:37.332Z] #106 7.431 Installing collected packages: pyyaml, pathspec, yamllint
23:06:37 [2023-06-22T23:06:37.332Z] #106 7.543 Successfully installed pathspec-0.11.1 pyyaml-6.0 yamllint-1.27.1
23:06:37 [2023-06-22T23:06:37.332Z] #106 DONE 7.6s
23:06:37 [2023-06-22T23:06:37.592Z] 
23:06:37 [2023-06-22T23:06:37.592Z] #107 [dev-base 11/13] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install --no-install-recommends -y             gcc             pkg-config             dpkg-dev             libapparmor-dev             libdevmapper-dev             libseccomp-dev             libsecret-1-dev             libsystemd-dev             libudev-dev
23:06:38 [2023-06-22T23:06:38.162Z] #107 0.729 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
23:06:38 [2023-06-22T23:06:38.162Z] #107 0.729 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
23:06:38 [2023-06-22T23:06:38.162Z] #107 0.729 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
23:06:39 [2023-06-22T23:06:39.302Z] #107 1.115 Reading package lists...
23:06:39 [2023-06-22T23:06:39.872Z] #107 1.691 Reading package lists...
23:06:39 [2023-06-22T23:06:39.872Z] #107 2.272 Building dependency tree...
23:06:39 [2023-06-22T23:06:39.872Z] #107 2.473 Reading state information...
23:06:40 [2023-06-22T23:06:40.133Z] #107 2.810 gcc is already the newest version (4:10.2.1-1).
23:06:40 [2023-06-22T23:06:40.133Z] #107 2.810 pkg-config is already the newest version (0.29.2-1).
23:06:40 [2023-06-22T23:06:40.133Z] #107 2.810 The following additional packages will be installed:
23:06:40 [2023-06-22T23:06:40.392Z] #107 2.811   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libdevmapper-event1.02.1
23:06:40 [2023-06-22T23:06:40.392Z] #107 2.811   libffi-dev libgirepository-1.0-1 libglib2.0-bin libglib2.0-data
23:06:40 [2023-06-22T23:06:40.392Z] #107 2.811   libglib2.0-dev libglib2.0-dev-bin libmount-dev libpcre16-3 libpcre2-16-0
23:06:40 [2023-06-22T23:06:40.392Z] #107 2.811   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3
23:06:40 [2023-06-22T23:06:40.392Z] #107 2.812   libpcrecpp0v5 libsecret-1-0 libsecret-common libselinux1-dev libsepol1-dev
23:06:40 [2023-06-22T23:06:40.392Z] #107 2.813   uuid-dev zlib1g-dev
23:06:40 [2023-06-22T23:06:40.392Z] #107 2.816 Suggested packages:
23:06:40 [2023-06-22T23:06:40.392Z] #107 2.816   debian-keyring libgirepository1.0-dev libglib2.0-doc libgdk-pixbuf2.0-bin
23:06:40 [2023-06-22T23:06:40.392Z] #107 2.816   | libgdk-pixbuf2.0-dev libxml2-utils seccomp
23:06:40 [2023-06-22T23:06:40.392Z] #107 2.816 Recommended packages:
23:06:40 [2023-06-22T23:06:40.392Z] #107 2.816   build-essential fakeroot libalgorithm-merge-perl
23:06:40 [2023-06-22T23:06:40.392Z] #107 3.079 The following NEW packages will be installed:
23:06:40 [2023-06-22T23:06:40.654Z] #107 3.080   dpkg-dev gir1.2-glib-2.0 gir1.2-secret-1 libapparmor-dev libblkid-dev
23:06:40 [2023-06-22T23:06:40.654Z] #107 3.080   libdevmapper-dev libdevmapper-event1.02.1 libffi-dev libgirepository-1.0-1
23:06:40 [2023-06-22T23:06:40.654Z] #107 3.080   libglib2.0-bin libglib2.0-data libglib2.0-dev libglib2.0-dev-bin
23:06:40 [2023-06-22T23:06:40.654Z] #107 3.080   libmount-dev libpcre16-3 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
23:06:40 [2023-06-22T23:06:40.654Z] #107 3.080   libpcre2-posix2 libpcre3-dev libpcre32-3 libpcrecpp0v5 libseccomp-dev
23:06:40 [2023-06-22T23:06:40.654Z] #107 3.080   libsecret-1-0 libsecret-1-dev libsecret-common libselinux1-dev libsepol1-dev
23:06:40 [2023-06-22T23:06:40.654Z] #107 3.081   libsystemd-dev libudev-dev uuid-dev zlib1g-dev
23:06:40 [2023-06-22T23:06:40.654Z] #107 3.364 0 upgraded, 32 newly installed, 0 to remove and 0 not upgraded.
23:06:40 [2023-06-22T23:06:40.654Z] #107 3.364 Need to get 10.3 MB of archives.
23:06:40 [2023-06-22T23:06:40.654Z] #107 3.364 After this operation, 41.5 MB of additional disk space will be used.
23:06:40 [2023-06-22T23:06:40.654Z] #107 3.364 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.12 [2312 kB]
23:06:40 [2023-06-22T23:06:40.914Z] #107 3.388 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]
23:06:40 [2023-06-22T23:06:40.914Z] #107 3.390 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]
23:06:40 [2023-06-22T23:06:40.914Z] #107 3.393 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsecret-common all 0.20.4-2 [26.7 kB]
23:06:40 [2023-06-22T23:06:40.914Z] #107 3.395 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsecret-1-0 arm64 0.20.4-2 [107 kB]
23:06:40 [2023-06-22T23:06:40.914Z] #107 3.399 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gir1.2-secret-1 arm64 0.20.4-2 [13.7 kB]
23:06:40 [2023-06-22T23:06:40.914Z] #107 3.401 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB]
23:06:40 [2023-06-22T23:06:40.914Z] #107 3.404 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uuid-dev arm64 2.36.1-8+deb11u1 [99.6 kB]
23:06:40 [2023-06-22T23:06:40.914Z] #107 3.407 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libblkid-dev arm64 2.36.1-8+deb11u1 [229 kB]
23:06:40 [2023-06-22T23:06:40.914Z] #107 3.410 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.175-2.1 [22.4 kB]
23:06:40 [2023-06-22T23:06:40.914Z] #107 3.414 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7+deb11u2 [123 kB]
23:06:40 [2023-06-22T23:06:40.914Z] #107 3.416 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB]
23:06:40 [2023-06-22T23:06:40.914Z] #107 3.432 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2+deb11u1 [203 kB]
23:06:40 [2023-06-22T23:06:40.914Z] #107 3.435 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2+deb11u1 [194 kB]
23:06:40 [2023-06-22T23:06:40.914Z] #107 3.438 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2+deb11u1 [49.1 kB]
23:06:40 [2023-06-22T23:06:40.914Z] #107 3.439 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2+deb11u1 [647 kB]
23:06:40 [2023-06-22T23:06:40.914Z] #107 3.449 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB]
23:06:40 [2023-06-22T23:06:40.914Z] #107 3.451 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1 [52.0 kB]
23:06:40 [2023-06-22T23:06:40.914Z] #107 3.453 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libffi-dev arm64 3.3-6 [53.2 kB]
23:06:40 [2023-06-22T23:06:40.914Z] #107 3.455 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-data all 2.66.8-1 [1164 kB]
23:06:40 [2023-06-22T23:06:40.914Z] #107 3.462 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-bin arm64 2.66.8-1 [137 kB]
23:06:40 [2023-06-22T23:06:40.914Z] #107 3.462 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-dev-bin arm64 2.66.8-1 [177 kB]
23:06:40 [2023-06-22T23:06:40.914Z] #107 3.465 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmount-dev arm64 2.36.1-8+deb11u1 [78.0 kB]
23:06:40 [2023-06-22T23:06:40.914Z] #107 3.467 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre16-3 arm64 2:8.39-13 [236 kB]
23:06:40 [2023-06-22T23:06:40.914Z] #107 3.469 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre32-3 arm64 2:8.39-13 [229 kB]
23:06:40 [2023-06-22T23:06:40.914Z] #107 3.473 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcrecpp0v5 arm64 2:8.39-13 [151 kB]
23:06:40 [2023-06-22T23:06:40.914Z] #107 3.474 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre3-dev arm64 2:8.39-13 [579 kB]
23:06:40 [2023-06-22T23:06:40.914Z] #107 3.478 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-2+deb11u2 [189 kB]
23:06:40 [2023-06-22T23:06:40.914Z] #107 3.479 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-dev arm64 2.66.8-1 [1592 kB]
23:06:40 [2023-06-22T23:06:40.914Z] #107 3.488 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
23:06:40 [2023-06-22T23:06:40.914Z] #107 3.490 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsecret-1-dev arm64 0.20.4-2 [218 kB]
23:06:40 [2023-06-22T23:06:40.914Z] #107 3.494 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7+deb11u2 [401 kB]
23:06:41 [2023-06-22T23:06:41.174Z] #107 3.629 debconf: delaying package configuration, since apt-utils is not installed
23:06:41 [2023-06-22T23:06:41.174Z] #107 3.667 Fetched 10.3 MB in 0s (25.5 MB/s)
23:06:41 [2023-06-22T23:06:41.174Z] #107 3.689 Selecting previously unselected package dpkg-dev.
23:06:41 [2023-06-22T23:06:41.174Z] #107 3.689 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 21239 files and directories currently installed.)
23:06:41 [2023-06-22T23:06:41.174Z] #107 3.700 Preparing to unpack .../00-dpkg-dev_1.20.12_all.deb ...
23:06:41 [2023-06-22T23:06:41.174Z] #107 3.703 Unpacking dpkg-dev (1.20.12) ...
23:06:41 [2023-06-22T23:06:41.174Z] #107 3.823 Selecting previously unselected package libgirepository-1.0-1:arm64.
23:06:41 [2023-06-22T23:06:41.174Z] #107 3.826 Preparing to unpack .../01-libgirepository-1.0-1_1.66.1-1+b1_arm64.deb ...
23:06:41 [2023-06-22T23:06:41.174Z] #107 3.832 Unpacking libgirepository-1.0-1:arm64 (1.66.1-1+b1) ...
23:06:41 [2023-06-22T23:06:41.174Z] #107 3.867 Selecting previously unselected package gir1.2-glib-2.0:arm64.
23:06:41 [2023-06-22T23:06:41.434Z] #107 3.869 Preparing to unpack .../02-gir1.2-glib-2.0_1.66.1-1+b1_arm64.deb ...
23:06:41 [2023-06-22T23:06:41.434Z] #107 3.873 Unpacking gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ...
23:06:41 [2023-06-22T23:06:41.434Z] #107 3.914 Selecting previously unselected package libsecret-common.
23:06:41 [2023-06-22T23:06:41.434Z] #107 3.916 Preparing to unpack .../03-libsecret-common_0.20.4-2_all.deb ...
23:06:41 [2023-06-22T23:06:41.434Z] #107 3.919 Unpacking libsecret-common (0.20.4-2) ...
23:06:41 [2023-06-22T23:06:41.434Z] #107 3.967 Selecting previously unselected package libsecret-1-0:arm64.
23:06:41 [2023-06-22T23:06:41.434Z] #107 3.970 Preparing to unpack .../04-libsecret-1-0_0.20.4-2_arm64.deb ...
23:06:41 [2023-06-22T23:06:41.434Z] #107 3.973 Unpacking libsecret-1-0:arm64 (0.20.4-2) ...
23:06:41 [2023-06-22T23:06:41.434Z] #107 4.007 Selecting previously unselected package gir1.2-secret-1:arm64.
23:06:41 [2023-06-22T23:06:41.434Z] #107 4.009 Preparing to unpack .../05-gir1.2-secret-1_0.20.4-2_arm64.deb ...
23:06:41 [2023-06-22T23:06:41.434Z] #107 4.013 Unpacking gir1.2-secret-1:arm64 (0.20.4-2) ...
23:06:41 [2023-06-22T23:06:41.434Z] #107 4.041 Selecting previously unselected package libapparmor-dev:arm64.
23:06:41 [2023-06-22T23:06:41.434Z] #107 4.043 Preparing to unpack .../06-libapparmor-dev_2.13.6-10_arm64.deb ...
23:06:41 [2023-06-22T23:06:41.434Z] #107 4.047 Unpacking libapparmor-dev:arm64 (2.13.6-10) ...
23:06:41 [2023-06-22T23:06:41.434Z] #107 4.085 Selecting previously unselected package uuid-dev:arm64.
23:06:41 [2023-06-22T23:06:41.694Z] #107 4.088 Preparing to unpack .../07-uuid-dev_2.36.1-8+deb11u1_arm64.deb ...
23:06:41 [2023-06-22T23:06:41.694Z] #107 4.091 Unpacking uuid-dev:arm64 (2.36.1-8+deb11u1) ...
23:06:41 [2023-06-22T23:06:41.694Z] #107 4.130 Selecting previously unselected package libblkid-dev:arm64.
23:06:41 [2023-06-22T23:06:41.694Z] #107 4.132 Preparing to unpack .../08-libblkid-dev_2.36.1-8+deb11u1_arm64.deb ...
23:06:41 [2023-06-22T23:06:41.694Z] #107 4.141 Unpacking libblkid-dev:arm64 (2.36.1-8+deb11u1) ...
23:06:41 [2023-06-22T23:06:41.694Z] #107 4.195 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
23:06:41 [2023-06-22T23:06:41.694Z] #107 4.198 Preparing to unpack .../09-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ...
23:06:41 [2023-06-22T23:06:41.694Z] #107 4.201 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
23:06:41 [2023-06-22T23:06:41.694Z] #107 4.227 Selecting previously unselected package libudev-dev:arm64.
23:06:41 [2023-06-22T23:06:41.694Z] #107 4.230 Preparing to unpack .../10-libudev-dev_247.3-7+deb11u2_arm64.deb ...
23:06:41 [2023-06-22T23:06:41.694Z] #107 4.233 Unpacking libudev-dev:arm64 (247.3-7+deb11u2) ...
23:06:41 [2023-06-22T23:06:41.694Z] #107 4.274 Selecting previously unselected package libsepol1-dev:arm64.
23:06:41 [2023-06-22T23:06:41.694Z] #107 4.277 Preparing to unpack .../11-libsepol1-dev_3.1-1_arm64.deb ...
23:06:41 [2023-06-22T23:06:41.694Z] #107 4.280 Unpacking libsepol1-dev:arm64 (3.1-1) ...
23:06:41 [2023-06-22T23:06:41.694Z] #107 4.337 Selecting previously unselected package libpcre2-16-0:arm64.
23:06:41 [2023-06-22T23:06:41.954Z] #107 4.339 Preparing to unpack .../12-libpcre2-16-0_10.36-2+deb11u1_arm64.deb ...
23:06:41 [2023-06-22T23:06:41.954Z] #107 4.343 Unpacking libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
23:06:41 [2023-06-22T23:06:41.954Z] #107 4.391 Selecting previously unselected package libpcre2-32-0:arm64.
23:06:41 [2023-06-22T23:06:41.954Z] #107 4.393 Preparing to unpack .../13-libpcre2-32-0_10.36-2+deb11u1_arm64.deb ...
23:06:41 [2023-06-22T23:06:41.954Z] #107 4.398 Unpacking libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
23:06:41 [2023-06-22T23:06:41.954Z] #107 4.450 Selecting previously unselected package libpcre2-posix2:arm64.
23:06:41 [2023-06-22T23:06:41.954Z] #107 4.452 Preparing to unpack .../14-libpcre2-posix2_10.36-2+deb11u1_arm64.deb ...
23:06:41 [2023-06-22T23:06:41.954Z] #107 4.455 Unpacking libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
23:06:41 [2023-06-22T23:06:41.954Z] #107 4.483 Selecting previously unselected package libpcre2-dev:arm64.
23:06:41 [2023-06-22T23:06:41.954Z] #107 4.486 Preparing to unpack .../15-libpcre2-dev_10.36-2+deb11u1_arm64.deb ...
23:06:41 [2023-06-22T23:06:41.954Z] #107 4.489 Unpacking libpcre2-dev:arm64 (10.36-2+deb11u1) ...
23:06:41 [2023-06-22T23:06:41.954Z] #107 4.564 Selecting previously unselected package libselinux1-dev:arm64.
23:06:41 [2023-06-22T23:06:41.954Z] #107 4.567 Preparing to unpack .../16-libselinux1-dev_3.1-3_arm64.deb ...
23:06:41 [2023-06-22T23:06:41.954Z] #107 4.570 Unpacking libselinux1-dev:arm64 (3.1-3) ...
23:06:41 [2023-06-22T23:06:41.954Z] #107 4.621 Selecting previously unselected package libdevmapper-dev:arm64.
23:06:41 [2023-06-22T23:06:41.954Z] #107 4.624 Preparing to unpack .../17-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ...
23:06:41 [2023-06-22T23:06:41.954Z] #107 4.628 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
23:06:41 [2023-06-22T23:06:41.954Z] #107 4.661 Selecting previously unselected package libffi-dev:arm64.
23:06:41 [2023-06-22T23:06:41.954Z] #107 4.663 Preparing to unpack .../18-libffi-dev_3.3-6_arm64.deb ...
23:06:41 [2023-06-22T23:06:41.954Z] #107 4.667 Unpacking libffi-dev:arm64 (3.3-6) ...
23:06:42 [2023-06-22T23:06:42.214Z] #107 4.697 Selecting previously unselected package libglib2.0-data.
23:06:42 [2023-06-22T23:06:42.214Z] #107 4.699 Preparing to unpack .../19-libglib2.0-data_2.66.8-1_all.deb ...
23:06:42 [2023-06-22T23:06:42.214Z] #107 4.703 Unpacking libglib2.0-data (2.66.8-1) ...
23:06:42 [2023-06-22T23:06:42.214Z] #107 4.829 Selecting previously unselected package libglib2.0-bin.
23:06:42 [2023-06-22T23:06:42.214Z] #107 4.831 Preparing to unpack .../20-libglib2.0-bin_2.66.8-1_arm64.deb ...
23:06:42 [2023-06-22T23:06:42.214Z] #107 4.834 Unpacking libglib2.0-bin (2.66.8-1) ...
23:06:42 [2023-06-22T23:06:42.214Z] #107 4.875 Selecting previously unselected package libglib2.0-dev-bin.
23:06:42 [2023-06-22T23:06:42.214Z] #107 4.878 Preparing to unpack .../21-libglib2.0-dev-bin_2.66.8-1_arm64.deb ...
23:06:42 [2023-06-22T23:06:42.214Z] #107 4.882 Unpacking libglib2.0-dev-bin (2.66.8-1) ...
23:06:42 [2023-06-22T23:06:42.214Z] #107 4.921 Selecting previously unselected package libmount-dev:arm64.
23:06:42 [2023-06-22T23:06:42.475Z] #107 4.924 Preparing to unpack .../22-libmount-dev_2.36.1-8+deb11u1_arm64.deb ...
23:06:42 [2023-06-22T23:06:42.475Z] #107 4.928 Unpacking libmount-dev:arm64 (2.36.1-8+deb11u1) ...
23:06:42 [2023-06-22T23:06:42.475Z] #107 4.968 Selecting previously unselected package libpcre16-3:arm64.
23:06:42 [2023-06-22T23:06:42.475Z] #107 4.971 Preparing to unpack .../23-libpcre16-3_2%3a8.39-13_arm64.deb ...
23:06:42 [2023-06-22T23:06:42.475Z] #107 4.977 Unpacking libpcre16-3:arm64 (2:8.39-13) ...
23:06:42 [2023-06-22T23:06:42.475Z] #107 5.024 Selecting previously unselected package libpcre32-3:arm64.
23:06:42 [2023-06-22T23:06:42.475Z] #107 5.027 Preparing to unpack .../24-libpcre32-3_2%3a8.39-13_arm64.deb ...
23:06:42 [2023-06-22T23:06:42.475Z] #107 5.030 Unpacking libpcre32-3:arm64 (2:8.39-13) ...
23:06:42 [2023-06-22T23:06:42.475Z] #107 5.074 Selecting previously unselected package libpcrecpp0v5:arm64.
23:06:42 [2023-06-22T23:06:42.475Z] #107 5.077 Preparing to unpack .../25-libpcrecpp0v5_2%3a8.39-13_arm64.deb ...
23:06:42 [2023-06-22T23:06:42.475Z] #107 5.082 Unpacking libpcrecpp0v5:arm64 (2:8.39-13) ...
23:06:42 [2023-06-22T23:06:42.475Z] #107 5.117 Selecting previously unselected package libpcre3-dev:arm64.
23:06:42 [2023-06-22T23:06:42.475Z] #107 5.120 Preparing to unpack .../26-libpcre3-dev_2%3a8.39-13_arm64.deb ...
23:06:42 [2023-06-22T23:06:42.475Z] #107 5.125 Unpacking libpcre3-dev:arm64 (2:8.39-13) ...
23:06:42 [2023-06-22T23:06:42.735Z] #107 5.202 Selecting previously unselected package zlib1g-dev:arm64.
23:06:42 [2023-06-22T23:06:42.735Z] #107 5.205 Preparing to unpack .../27-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_arm64.deb ...
23:06:42 [2023-06-22T23:06:42.735Z] #107 5.209 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ...
23:06:42 [2023-06-22T23:06:42.735Z] #107 5.255 Selecting previously unselected package libglib2.0-dev:arm64.
23:06:42 [2023-06-22T23:06:42.735Z] #107 5.258 Preparing to unpack .../28-libglib2.0-dev_2.66.8-1_arm64.deb ...
23:06:42 [2023-06-22T23:06:42.735Z] #107 5.261 Unpacking libglib2.0-dev:arm64 (2.66.8-1) ...
23:06:42 [2023-06-22T23:06:42.996Z] #107 5.449 Selecting previously unselected package libseccomp-dev:arm64.
23:06:42 [2023-06-22T23:06:42.996Z] #107 5.452 Preparing to unpack .../29-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
23:06:42 [2023-06-22T23:06:42.996Z] #107 5.456 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
23:06:42 [2023-06-22T23:06:42.996Z] #107 5.496 Selecting previously unselected package libsecret-1-dev:arm64.
23:06:42 [2023-06-22T23:06:42.996Z] #107 5.499 Preparing to unpack .../30-libsecret-1-dev_0.20.4-2_arm64.deb ...
23:06:42 [2023-06-22T23:06:42.996Z] #107 5.502 Unpacking libsecret-1-dev:arm64 (0.20.4-2) ...
23:06:42 [2023-06-22T23:06:42.996Z] #107 5.555 Selecting previously unselected package libsystemd-dev:arm64.
23:06:42 [2023-06-22T23:06:42.996Z] #107 5.559 Preparing to unpack .../31-libsystemd-dev_247.3-7+deb11u2_arm64.deb ...
23:06:42 [2023-06-22T23:06:42.996Z] #107 5.563 Unpacking libsystemd-dev:arm64 (247.3-7+deb11u2) ...
23:06:42 [2023-06-22T23:06:42.996Z] #107 5.670 Setting up libpcrecpp0v5:arm64 (2:8.39-13) ...
23:06:43 [2023-06-22T23:06:43.257Z] #107 5.680 Setting up libglib2.0-dev-bin (2.66.8-1) ...
23:06:43 [2023-06-22T23:06:43.257Z] #107 5.853 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
23:06:43 [2023-06-22T23:06:43.257Z] #107 5.864 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
23:06:43 [2023-06-22T23:06:43.257Z] #107 5.875 Setting up libpcre16-3:arm64 (2:8.39-13) ...
23:06:43 [2023-06-22T23:06:43.257Z] #107 5.884 Setting up libsepol1-dev:arm64 (3.1-1) ...
23:06:43 [2023-06-22T23:06:43.257Z] #107 5.894 Setting up libffi-dev:arm64 (3.3-6) ...
23:06:43 [2023-06-22T23:06:43.257Z] #107 5.907 Setting up libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
23:06:43 [2023-06-22T23:06:43.257Z] #107 5.917 Setting up dpkg-dev (1.20.12) ...
23:06:43 [2023-06-22T23:06:43.257Z] #107 5.936 Setting up libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
23:06:43 [2023-06-22T23:06:43.517Z] #107 5.947 Setting up libglib2.0-data (2.66.8-1) ...
23:06:43 [2023-06-22T23:06:43.517Z] #107 5.957 Setting up uuid-dev:arm64 (2.36.1-8+deb11u1) ...
23:06:43 [2023-06-22T23:06:43.517Z] #107 5.971 Setting up libpcre32-3:arm64 (2:8.39-13) ...
23:06:43 [2023-06-22T23:06:43.517Z] #107 5.984 Setting up libudev-dev:arm64 (247.3-7+deb11u2) ...
23:06:43 [2023-06-22T23:06:43.517Z] #107 5.996 Setting up libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
23:06:43 [2023-06-22T23:06:43.517Z] #107 6.006 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ...
23:06:43 [2023-06-22T23:06:43.517Z] #107 6.014 Setting up libgirepository-1.0-1:arm64 (1.66.1-1+b1) ...
23:06:43 [2023-06-22T23:06:43.517Z] #107 6.027 Setting up libapparmor-dev:arm64 (2.13.6-10) ...
23:06:43 [2023-06-22T23:06:43.517Z] #107 6.038 Setting up libsystemd-dev:arm64 (247.3-7+deb11u2) ...
23:06:43 [2023-06-22T23:06:43.517Z] #107 6.049 Setting up libsecret-common (0.20.4-2) ...
23:06:43 [2023-06-22T23:06:43.517Z] #107 6.061 Setting up libblkid-dev:arm64 (2.36.1-8+deb11u1) ...
23:06:43 [2023-06-22T23:06:43.517Z] #107 6.077 Setting up libpcre2-dev:arm64 (10.36-2+deb11u1) ...
23:06:43 [2023-06-22T23:06:43.517Z] #107 6.100 Setting up libselinux1-dev:arm64 (3.1-3) ...
23:06:43 [2023-06-22T23:06:43.517Z] #107 6.115 Setting up libpcre3-dev:arm64 (2:8.39-13) ...
23:06:43 [2023-06-22T23:06:43.517Z] #107 6.127 Setting up libglib2.0-bin (2.66.8-1) ...
23:06:43 [2023-06-22T23:06:43.517Z] #107 6.140 Setting up libsecret-1-0:arm64 (0.20.4-2) ...
23:06:43 [2023-06-22T23:06:43.778Z] #107 6.150 Setting up gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ...
23:06:43 [2023-06-22T23:06:43.778Z] #107 6.162 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
23:06:43 [2023-06-22T23:06:43.778Z] #107 6.174 Setting up libmount-dev:arm64 (2.36.1-8+deb11u1) ...
23:06:43 [2023-06-22T23:06:43.778Z] #107 6.188 Setting up gir1.2-secret-1:arm64 (0.20.4-2) ...
23:06:43 [2023-06-22T23:06:43.778Z] #107 6.202 Setting up libglib2.0-dev:arm64 (2.66.8-1) ...
23:06:43 [2023-06-22T23:06:43.778Z] #107 6.215 Processing triggers for libglib2.0-0:arm64 (2.66.8-1) ...
23:06:43 [2023-06-22T23:06:43.778Z] #107 6.227 No schema files found: doing nothing.
23:06:43 [2023-06-22T23:06:43.778Z] #107 6.232 Processing triggers for libc-bin (2.31-13+deb11u6) ...
23:06:43 [2023-06-22T23:06:43.778Z] #107 6.254 Setting up libsecret-1-dev:arm64 (0.20.4-2) ...
23:06:44 [2023-06-22T23:06:44.038Z] #107 DONE 6.5s
23:06:44 [2023-06-22T23:06:44.038Z] 
23:06:44 [2023-06-22T23:06:44.038Z] #108 [dev-base 12/13] COPY --link --from=dockercli             /build/ /usr/local/cli
23:06:44 [2023-06-22T23:06:44.038Z] #108 DONE 2.4s
23:06:44 [2023-06-22T23:06:44.038Z] 
23:06:44 [2023-06-22T23:06:44.038Z] #109 [dev-base 13/13] COPY --link --from=dockercli-integration /build/ /usr/local/cli-integration
23:06:44 [2023-06-22T23:06:44.038Z] #109 DONE 1.9s
23:06:44 [2023-06-22T23:06:44.038Z] 
23:06:44 [2023-06-22T23:06:44.038Z] #110 [dev 1/1] COPY --link . .
23:06:44 [2023-06-22T23:06:44.038Z] #110 merging
23:06:54 [2023-06-22T23:06:54.032Z] #110 ...
23:06:54 [2023-06-22T23:06:54.032Z] 
23:06:54 [2023-06-22T23:06:54.032Z] #111 exporting to image
23:06:54 [2023-06-22T23:06:54.032Z] #111 exporting layers
23:07:26 [2023-06-22T23:07:26.138Z] #111 ...
23:07:26 [2023-06-22T23:07:26.138Z] 
23:07:26 [2023-06-22T23:07:26.138Z] #110 [dev 1/1] COPY --link . .
23:07:26 [2023-06-22T23:07:26.138Z] #110 merging 40.8s done
23:07:26 [2023-06-22T23:07:26.138Z] #110 DONE 43.0s
23:07:26 [2023-06-22T23:07:26.138Z] 
23:07:26 [2023-06-22T23:07:26.138Z] #111 exporting to image
23:07:30 [2023-06-22T23:07:30.338Z] #111 exporting layers 46.5s done
23:07:30 [2023-06-22T23:07:30.338Z] #111 writing image sha256:1e7bbec10cd01c623995a5a1a5a9a0f02dc2ed408b069e3ae131085143b91901 done
23:07:30 [2023-06-22T23:07:30.338Z] #111 naming to docker.io/library/docker:136893e33bde91871e76f3491d45ad82f9a78296 done
23:07:30 [2023-06-22T23:07:30.338Z] #111 DONE 46.5s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
23:07:30 [2023-06-22T23:07:30.651Z] + sudo modprobe ip6table_filter
[Pipeline] sh
23:07:30 [2023-06-22T23:07:30.935Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-45798/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=136893e33bde91871e76f3491d45ad82f9a78296 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=24.0 docker:136893e33bde91871e76f3491d45ad82f9a78296 hack/test/unit
23:07:31 [2023-06-22T23:07:31.507Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove journald')
23:07:31 [2023-06-22T23:07:31.507Z] + TESTFLAGS+=' -test.timeout=5m'
23:07:31 [2023-06-22T23:07:31.507Z] + TESTDIRS=./...
23:07:31 [2023-06-22T23:07:31.507Z] + exclude_paths='/vendor/|/integration'
23:07:31 [2023-06-22T23:07:31.507Z] ++ go list ./...
23:07:31 [2023-06-22T23:07:31.507Z] ++ grep -vE '(/vendor/|/integration)'
23:07:32 [2023-06-22T23:07:32.081Z] + pkg_list='github.com/docker/docker/api
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/api/server
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/api/server/backend/build
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/api/server/httpstatus
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/api/server/httputils
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/api/server/middleware
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/api/server/router
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/api/server/router/build
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/api/server/router/checkpoint
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/api/server/router/container
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/api/server/router/debug
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/api/server/router/distribution
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/api/server/router/grpc
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/api/server/router/image
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/api/server/router/network
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/api/server/router/plugin
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/api/server/router/session
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/api/server/router/swarm
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/api/server/router/system
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/api/server/router/volume
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/api/types
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/api/types/backend
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/api/types/blkiodev
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/api/types/container
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/api/types/events
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/api/types/filters
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/api/types/image
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/api/types/mount
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/api/types/network
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/api/types/plugins/logdriver
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/api/types/registry
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/api/types/strslice
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/api/types/swarm
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/api/types/swarm/runtime
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/api/types/time
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/api/types/versions
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/api/types/versions/v1p19
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/api/types/versions/v1p20
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/api/types/volume
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/builder
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/builder/builder-next
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/builder/builder-next/exporter
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/builder/builder-next/exporter/overrides
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/builder/builder-next/imagerefchecker
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/builder/builder-next/worker
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/builder/dockerfile
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/builder/remotecontext
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/builder/remotecontext/git
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/builder/remotecontext/urlutil
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/cli/debug
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/cli/winresources/docker-proxy
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/cli/winresources/dockerd
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/client
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/client/buildkit
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/cmd/docker-proxy
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/cmd/dockerd
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/cmd/dockerd/trap
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/container
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/container/stream
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/contrib/apparmor
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/contrib/docker-device-tool
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/contrib/httpserver
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/daemon
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/daemon/cluster
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/daemon/cluster/controllers/plugin
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/daemon/cluster/convert
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/daemon/cluster/executor
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/daemon/cluster/executor/container
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/daemon/cluster/provider
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/daemon/config
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/daemon/containerd
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/daemon/events
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/daemon/events/testutils
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/daemon/graphdriver
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/daemon/graphdriver/btrfs
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/daemon/graphdriver/copy
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/daemon/graphdriver/devmapper
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/daemon/graphdriver/graphtest
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/daemon/graphdriver/overlay2
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/daemon/graphdriver/overlayutils
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/daemon/graphdriver/register
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/daemon/graphdriver/vfs
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/daemon/graphdriver/zfs
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/daemon/images
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/daemon/initlayer
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/daemon/links
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/daemon/listeners
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/daemon/logger
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/daemon/logger/awslogs
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/daemon/logger/fluentd
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/daemon/logger/gcplogs
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/daemon/logger/gelf
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/daemon/logger/journald
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/daemon/logger/journald/internal/export
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/daemon/logger/journald/internal/fake
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/daemon/logger/jsonfilelog
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/daemon/logger/local
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/daemon/logger/logentries
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/daemon/logger/loggertest
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/daemon/logger/loggerutils
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/daemon/logger/loggerutils/cache
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/daemon/logger/splunk
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/daemon/logger/syslog
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/daemon/logger/templates
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/daemon/names
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/daemon/network
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/daemon/snapshotter
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/daemon/stats
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/distribution
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/distribution/metadata
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/distribution/utils
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/distribution/xfer
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/dockerversion
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/errdefs
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/image
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/image/cache
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/image/tarexport
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/image/v1
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/internal/mounttree
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/internal/test/suite
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/internal/unshare
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/layer
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libcontainerd
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libcontainerd/queue
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libcontainerd/remote
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libcontainerd/shimopts
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libcontainerd/supervisor
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libcontainerd/types
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libnetwork
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libnetwork/bitmap
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libnetwork/bitseq
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libnetwork/cluster
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libnetwork/cmd/diagnostic
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libnetwork/cmd/readme_test
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libnetwork/config
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libnetwork/datastore
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libnetwork/diagnostic
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libnetwork/discoverapi
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libnetwork/driverapi
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libnetwork/drivers/bridge
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libnetwork/drivers/host
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libnetwork/drivers/ipvlan
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libnetwork/drivers/macvlan
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libnetwork/drivers/null
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libnetwork/drivers/overlay
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libnetwork/drivers/remote
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libnetwork/drivers/remote/api
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libnetwork/drivers/windows
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libnetwork/drvregistry
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libnetwork/etchosts
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libnetwork/idm
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libnetwork/internal/caller
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libnetwork/internal/setmatrix
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libnetwork/ipam
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libnetwork/ipamapi
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libnetwork/ipams/builtin
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libnetwork/ipams/null
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libnetwork/ipams/remote
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libnetwork/ipams/remote/api
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libnetwork/ipams/windowsipam
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libnetwork/ipamutils
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libnetwork/ipbits
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libnetwork/iptables
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libnetwork/netlabel
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libnetwork/netutils
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libnetwork/networkdb
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libnetwork/ns
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libnetwork/options
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libnetwork/osl
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libnetwork/osl/kernel
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libnetwork/portallocator
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libnetwork/portmapper
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libnetwork/resolvconf
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libnetwork/testutils
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/libnetwork/types
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/oci
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/oci/caps
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/opts
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/pkg/aaparser
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/pkg/archive
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/pkg/authorization
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/pkg/broadcaster
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/pkg/capabilities
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/pkg/chrootarchive
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/pkg/containerfs
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/pkg/devicemapper
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/pkg/directory
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/pkg/dmesg
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/pkg/fileutils
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/pkg/homedir
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/pkg/idtools
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/pkg/ioutils
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/pkg/jsonmessage
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/pkg/longpath
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/pkg/loopback
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/pkg/meminfo
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/pkg/namesgenerator
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/pkg/parsers
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/pkg/parsers/kernel
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/pkg/parsers/operatingsystem
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/pkg/pidfile
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/pkg/platform
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/pkg/platforms
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/pkg/plugingetter
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/pkg/plugins
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/pkg/plugins/transport
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/pkg/pools
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/pkg/process
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/pkg/progress
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/pkg/reexec
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/pkg/rootless
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/pkg/rootless/specconv
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/pkg/stack
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/pkg/stdcopy
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/pkg/streamformatter
23:07:32 [2023-06-22T23:07:32.081Z] github.com/docker/docker/pkg/stringid
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/pkg/sysinfo
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/pkg/system
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/pkg/tailfile
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/pkg/tarsum
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/pkg/useragent
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/plugin
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/plugin/executor/containerd
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/plugin/v2
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/profiles/apparmor
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/profiles/seccomp
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/quota
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/reference
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/registry
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/registry/resumable
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/restartmanager
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/runconfig
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/runconfig/opts
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/testutil
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/testutil/daemon
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/testutil/environment
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/testutil/fakecontext
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/testutil/fakegit
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/testutil/fakestorage
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/testutil/fixtures/load
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/testutil/fixtures/plugin
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/testutil/fixtures/plugin/basic
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/testutil/registry
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/testutil/request
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/volume
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/volume/drivers
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/volume/local
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/volume/mounts
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/volume/service
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/volume/service/opts
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/volume/testutils'
23:07:32 [2023-06-22T23:07:32.082Z] ++ grep --fixed-strings -v /libnetwork
23:07:32 [2023-06-22T23:07:32.082Z] ++ echo 'github.com/docker/docker/api
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/api/server
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/api/server/backend/build
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/api/server/httpstatus
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/api/server/httputils
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/api/server/middleware
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/api/server/router
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/api/server/router/build
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/api/server/router/checkpoint
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/api/server/router/container
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/api/server/router/debug
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/api/server/router/distribution
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/api/server/router/grpc
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/api/server/router/image
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/api/server/router/network
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/api/server/router/plugin
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/api/server/router/session
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/api/server/router/swarm
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/api/server/router/system
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/api/server/router/volume
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/api/types
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/api/types/backend
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/api/types/blkiodev
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/api/types/container
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/api/types/events
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/api/types/filters
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/api/types/image
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/api/types/mount
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/api/types/network
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/api/types/plugins/logdriver
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/api/types/registry
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/api/types/strslice
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/api/types/swarm
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/api/types/swarm/runtime
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/api/types/time
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/api/types/versions
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/api/types/versions/v1p19
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/api/types/versions/v1p20
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/api/types/volume
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/builder
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/builder/builder-next
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/builder/builder-next/exporter
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/builder/builder-next/exporter/overrides
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/builder/builder-next/imagerefchecker
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/builder/builder-next/worker
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/builder/dockerfile
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/builder/remotecontext
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/builder/remotecontext/git
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/builder/remotecontext/urlutil
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/cli/debug
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/cli/winresources/docker-proxy
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/cli/winresources/dockerd
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/client
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/client/buildkit
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/cmd/docker-proxy
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/cmd/dockerd
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/cmd/dockerd/trap
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/container
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/container/stream
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/contrib/apparmor
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/contrib/docker-device-tool
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/contrib/httpserver
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/daemon
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/daemon/cluster
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/daemon/cluster/controllers/plugin
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/daemon/cluster/convert
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/daemon/cluster/executor
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/daemon/cluster/executor/container
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/daemon/cluster/provider
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/daemon/config
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/daemon/containerd
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/daemon/events
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/daemon/events/testutils
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/daemon/graphdriver
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/daemon/graphdriver/btrfs
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/daemon/graphdriver/copy
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/daemon/graphdriver/devmapper
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/daemon/graphdriver/graphtest
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/daemon/graphdriver/overlay2
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/daemon/graphdriver/overlayutils
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/daemon/graphdriver/register
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/daemon/graphdriver/vfs
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/daemon/graphdriver/zfs
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/daemon/images
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/daemon/initlayer
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/daemon/links
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/daemon/listeners
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/daemon/logger
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/daemon/logger/awslogs
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/daemon/logger/fluentd
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/daemon/logger/gcplogs
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/daemon/logger/gelf
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/daemon/logger/journald
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/daemon/logger/journald/internal/export
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/daemon/logger/journald/internal/fake
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/daemon/logger/jsonfilelog
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/daemon/logger/local
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/daemon/logger/logentries
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/daemon/logger/loggertest
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/daemon/logger/loggerutils
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/daemon/logger/loggerutils/cache
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/daemon/logger/splunk
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/daemon/logger/syslog
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/daemon/logger/templates
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/daemon/names
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/daemon/network
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/daemon/snapshotter
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/daemon/stats
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/distribution
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/distribution/metadata
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/distribution/utils
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/distribution/xfer
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/dockerversion
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/errdefs
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/image
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/image/cache
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/image/tarexport
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/image/v1
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/internal/mounttree
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/internal/test/suite
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/internal/unshare
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/layer
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libcontainerd
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libcontainerd/queue
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libcontainerd/remote
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libcontainerd/shimopts
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libcontainerd/supervisor
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libcontainerd/types
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libnetwork
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libnetwork/bitmap
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libnetwork/bitseq
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libnetwork/cluster
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libnetwork/cmd/diagnostic
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libnetwork/cmd/readme_test
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libnetwork/config
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libnetwork/datastore
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libnetwork/diagnostic
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libnetwork/discoverapi
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libnetwork/driverapi
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libnetwork/drivers/bridge
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libnetwork/drivers/host
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libnetwork/drivers/ipvlan
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libnetwork/drivers/macvlan
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libnetwork/drivers/null
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libnetwork/drivers/overlay
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libnetwork/drivers/remote
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libnetwork/drivers/remote/api
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libnetwork/drivers/windows
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libnetwork/drvregistry
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libnetwork/etchosts
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libnetwork/idm
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libnetwork/internal/caller
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libnetwork/internal/setmatrix
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libnetwork/ipam
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libnetwork/ipamapi
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libnetwork/ipams/builtin
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libnetwork/ipams/null
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libnetwork/ipams/remote
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libnetwork/ipams/remote/api
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libnetwork/ipams/windowsipam
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libnetwork/ipamutils
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libnetwork/ipbits
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libnetwork/iptables
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libnetwork/netlabel
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libnetwork/netutils
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libnetwork/networkdb
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libnetwork/ns
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libnetwork/options
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libnetwork/osl
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libnetwork/osl/kernel
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libnetwork/portallocator
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libnetwork/portmapper
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libnetwork/resolvconf
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libnetwork/testutils
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/libnetwork/types
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/oci
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/oci/caps
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/opts
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/pkg/aaparser
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/pkg/archive
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/pkg/authorization
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/pkg/broadcaster
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/pkg/capabilities
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/pkg/chrootarchive
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/pkg/containerfs
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/pkg/devicemapper
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/pkg/directory
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/pkg/dmesg
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/pkg/fileutils
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/pkg/homedir
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/pkg/idtools
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/pkg/ioutils
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/pkg/jsonmessage
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/pkg/longpath
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/pkg/loopback
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/pkg/meminfo
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/pkg/namesgenerator
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/pkg/parsers
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/pkg/parsers/kernel
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/pkg/parsers/operatingsystem
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/pkg/pidfile
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/pkg/platform
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/pkg/platforms
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/pkg/plugingetter
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/pkg/plugins
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/pkg/plugins/transport
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/pkg/pools
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/pkg/process
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/pkg/progress
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/pkg/reexec
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/pkg/rootless
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/pkg/rootless/specconv
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/pkg/stack
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/pkg/stdcopy
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/pkg/streamformatter
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/pkg/stringid
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/pkg/sysinfo
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/pkg/system
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/pkg/tailfile
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/pkg/tarsum
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/pkg/useragent
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/plugin
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/plugin/executor/containerd
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/plugin/v2
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/profiles/apparmor
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/profiles/seccomp
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/quota
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/reference
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/registry
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/registry/resumable
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/restartmanager
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/runconfig
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/runconfig/opts
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/testutil
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/testutil/daemon
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/testutil/environment
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/testutil/fakecontext
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/testutil/fakegit
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/testutil/fakestorage
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/testutil/fixtures/load
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/testutil/fixtures/plugin
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/testutil/fixtures/plugin/basic
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/testutil/registry
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/testutil/request
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/volume
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/volume/drivers
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/volume/local
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/volume/mounts
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/volume/service
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/volume/service/opts
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/volume/testutils'
23:07:32 [2023-06-22T23:07:32.082Z] + base_pkg_list='github.com/docker/docker/api
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/api/server
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/api/server/backend/build
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/api/server/httpstatus
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/api/server/httputils
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/api/server/middleware
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/api/server/router
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/api/server/router/build
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/api/server/router/checkpoint
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/api/server/router/container
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/api/server/router/debug
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/api/server/router/distribution
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/api/server/router/grpc
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/api/server/router/image
23:07:32 [2023-06-22T23:07:32.082Z] github.com/docker/docker/api/server/router/network
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/server/router/plugin
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/server/router/session
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/server/router/swarm
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/server/router/system
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/server/router/volume
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/types
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/types/backend
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/types/blkiodev
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/types/container
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/types/events
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/types/filters
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/types/image
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/types/mount
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/types/network
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/types/plugins/logdriver
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/types/registry
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/types/strslice
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/types/swarm
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/types/swarm/runtime
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/types/time
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/types/versions
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/types/versions/v1p19
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/types/versions/v1p20
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/types/volume
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/builder
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/builder/builder-next
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/builder/builder-next/exporter
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/builder/builder-next/exporter/overrides
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/builder/builder-next/imagerefchecker
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/builder/builder-next/worker
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/builder/dockerfile
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/builder/remotecontext
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/builder/remotecontext/git
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/builder/remotecontext/urlutil
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/cli/debug
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/cli/winresources/docker-proxy
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/cli/winresources/dockerd
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/client
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/client/buildkit
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/cmd/docker-proxy
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/cmd/dockerd
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/cmd/dockerd/trap
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/container
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/container/stream
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/contrib/apparmor
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/contrib/docker-device-tool
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/contrib/httpserver
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/cluster
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/cluster/controllers/plugin
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/cluster/convert
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/cluster/executor
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/cluster/executor/container
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/cluster/provider
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/config
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/containerd
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/events
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/events/testutils
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/graphdriver
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/graphdriver/btrfs
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/graphdriver/copy
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/graphdriver/devmapper
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/graphdriver/graphtest
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/graphdriver/overlay2
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/graphdriver/overlayutils
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/graphdriver/register
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/graphdriver/vfs
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/graphdriver/zfs
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/images
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/initlayer
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/links
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/listeners
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/logger
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/logger/awslogs
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/logger/fluentd
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/logger/gcplogs
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/logger/gelf
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/logger/journald
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/logger/journald/internal/export
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/logger/journald/internal/fake
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/logger/jsonfilelog
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/logger/local
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/logger/logentries
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/logger/loggertest
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/logger/loggerutils
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/logger/loggerutils/cache
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/logger/splunk
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/logger/syslog
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/logger/templates
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/names
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/network
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/snapshotter
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/stats
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/distribution
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/distribution/metadata
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/distribution/utils
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/distribution/xfer
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/dockerversion
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/errdefs
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/image
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/image/cache
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/image/tarexport
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/image/v1
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/internal/mounttree
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/internal/test/suite
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/internal/unshare
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/layer
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/libcontainerd
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/libcontainerd/queue
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/libcontainerd/remote
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/libcontainerd/shimopts
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/libcontainerd/supervisor
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/libcontainerd/types
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/oci
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/oci/caps
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/opts
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/pkg/aaparser
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/pkg/archive
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/pkg/authorization
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/pkg/broadcaster
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/pkg/capabilities
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/pkg/chrootarchive
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/pkg/containerfs
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/pkg/devicemapper
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/pkg/directory
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/pkg/dmesg
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/pkg/fileutils
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/pkg/homedir
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/pkg/idtools
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/pkg/ioutils
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/pkg/jsonmessage
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/pkg/longpath
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/pkg/loopback
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/pkg/meminfo
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/pkg/namesgenerator
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/pkg/parsers
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/pkg/parsers/kernel
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/pkg/parsers/operatingsystem
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/pkg/pidfile
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/pkg/platform
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/pkg/platforms
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/pkg/plugingetter
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/pkg/plugins
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/pkg/plugins/transport
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/pkg/pools
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/pkg/process
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/pkg/progress
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/pkg/reexec
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/pkg/rootless
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/pkg/rootless/specconv
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/pkg/stack
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/pkg/stdcopy
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/pkg/streamformatter
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/pkg/stringid
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/pkg/sysinfo
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/pkg/system
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/pkg/tailfile
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/pkg/tarsum
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/pkg/useragent
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/plugin
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/plugin/executor/containerd
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/plugin/v2
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/profiles/apparmor
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/profiles/seccomp
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/quota
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/reference
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/registry
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/registry/resumable
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/restartmanager
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/runconfig
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/runconfig/opts
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/testutil
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/testutil/daemon
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/testutil/environment
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/testutil/fakecontext
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/testutil/fakegit
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/testutil/fakestorage
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/testutil/fixtures/load
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/testutil/fixtures/plugin
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/testutil/fixtures/plugin/basic
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/testutil/registry
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/testutil/request
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/volume
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/volume/drivers
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/volume/local
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/volume/mounts
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/volume/service
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/volume/service/opts
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/volume/testutils'
23:07:32 [2023-06-22T23:07:32.083Z] ++ grep --fixed-strings /libnetwork
23:07:32 [2023-06-22T23:07:32.083Z] ++ echo 'github.com/docker/docker/api
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/server
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/server/backend/build
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/server/httpstatus
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/server/httputils
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/server/middleware
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/server/router
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/server/router/build
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/server/router/checkpoint
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/server/router/container
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/server/router/debug
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/server/router/distribution
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/server/router/grpc
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/server/router/image
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/server/router/network
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/server/router/plugin
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/server/router/session
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/server/router/swarm
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/server/router/system
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/server/router/volume
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/types
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/types/backend
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/types/blkiodev
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/types/container
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/types/events
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/types/filters
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/types/image
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/types/mount
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/types/network
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/types/plugins/logdriver
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/types/registry
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/types/strslice
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/types/swarm
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/types/swarm/runtime
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/types/time
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/types/versions
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/types/versions/v1p19
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/types/versions/v1p20
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/api/types/volume
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/builder
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/builder/builder-next
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/builder/builder-next/exporter
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/builder/builder-next/exporter/overrides
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/builder/builder-next/imagerefchecker
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/builder/builder-next/worker
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/builder/dockerfile
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/builder/remotecontext
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/builder/remotecontext/git
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/builder/remotecontext/urlutil
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/cli/debug
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/cli/winresources/docker-proxy
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/cli/winresources/dockerd
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/client
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/client/buildkit
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/cmd/docker-proxy
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/cmd/dockerd
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/cmd/dockerd/trap
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/container
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/container/stream
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/contrib/apparmor
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/contrib/docker-device-tool
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/contrib/httpserver
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/cluster
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/cluster/controllers/plugin
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/cluster/convert
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/cluster/executor
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/cluster/executor/container
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/cluster/provider
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/config
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/containerd
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/events
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/events/testutils
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/graphdriver
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/graphdriver/btrfs
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/graphdriver/copy
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/graphdriver/devmapper
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/graphdriver/graphtest
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/graphdriver/overlay2
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/graphdriver/overlayutils
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/graphdriver/register
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/graphdriver/vfs
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/graphdriver/zfs
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/images
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/initlayer
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/links
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/listeners
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/logger
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/logger/awslogs
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/logger/fluentd
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/logger/gcplogs
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/logger/gelf
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/logger/journald
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/logger/journald/internal/export
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/logger/journald/internal/fake
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/logger/jsonfilelog
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/logger/local
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/logger/logentries
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/logger/loggertest
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/logger/loggerutils
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/logger/loggerutils/cache
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/logger/splunk
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/logger/syslog
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/logger/templates
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/names
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/network
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/snapshotter
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/daemon/stats
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/distribution
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/distribution/metadata
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/distribution/utils
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/distribution/xfer
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/dockerversion
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/errdefs
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/image
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/image/cache
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/image/tarexport
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/image/v1
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/internal/mounttree
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/internal/test/suite
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/internal/unshare
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/layer
23:07:32 [2023-06-22T23:07:32.083Z] github.com/docker/docker/libcontainerd
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libcontainerd/queue
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libcontainerd/remote
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libcontainerd/shimopts
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libcontainerd/supervisor
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libcontainerd/types
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/bitmap
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/bitseq
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/cluster
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/cmd/diagnostic
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/cmd/readme_test
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/config
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/datastore
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/diagnostic
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/discoverapi
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/driverapi
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/drivers/bridge
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/drivers/host
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/drivers/ipvlan
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/drivers/macvlan
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/drivers/null
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/drivers/overlay
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/drivers/remote
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/drivers/remote/api
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/drivers/windows
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/drvregistry
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/etchosts
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/idm
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/internal/caller
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/internal/setmatrix
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/ipam
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/ipamapi
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/ipams/builtin
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/ipams/null
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/ipams/remote
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/ipams/remote/api
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/ipams/windowsipam
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/ipamutils
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/ipbits
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/iptables
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/netlabel
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/netutils
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/networkdb
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/ns
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/options
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/osl
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/osl/kernel
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/portallocator
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/portmapper
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/resolvconf
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/testutils
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/types
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/oci
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/oci/caps
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/opts
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/pkg/aaparser
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/pkg/archive
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/pkg/authorization
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/pkg/broadcaster
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/pkg/capabilities
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/pkg/chrootarchive
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/pkg/containerfs
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/pkg/devicemapper
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/pkg/directory
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/pkg/dmesg
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/pkg/fileutils
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/pkg/homedir
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/pkg/idtools
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/pkg/ioutils
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/pkg/jsonmessage
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/pkg/longpath
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/pkg/loopback
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/pkg/meminfo
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/pkg/namesgenerator
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/pkg/parsers
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/pkg/parsers/kernel
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/pkg/parsers/operatingsystem
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/pkg/pidfile
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/pkg/platform
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/pkg/platforms
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/pkg/plugingetter
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/pkg/plugins
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/pkg/plugins/transport
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/pkg/pools
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/pkg/process
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/pkg/progress
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/pkg/reexec
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/pkg/rootless
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/pkg/rootless/specconv
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/pkg/stack
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/pkg/stdcopy
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/pkg/streamformatter
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/pkg/stringid
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/pkg/sysinfo
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/pkg/system
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/pkg/tailfile
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/pkg/tarsum
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/pkg/useragent
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/plugin
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/plugin/executor/containerd
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/plugin/v2
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/profiles/apparmor
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/profiles/seccomp
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/quota
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/reference
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/registry
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/registry/resumable
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/restartmanager
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/runconfig
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/runconfig/opts
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/testutil
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/testutil/daemon
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/testutil/environment
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/testutil/fakecontext
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/testutil/fakegit
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/testutil/fakestorage
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/testutil/fixtures/load
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/testutil/fixtures/plugin
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/testutil/fixtures/plugin/basic
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/testutil/registry
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/testutil/request
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/volume
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/volume/drivers
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/volume/local
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/volume/mounts
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/volume/service
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/volume/service/opts
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/volume/testutils'
23:07:32 [2023-06-22T23:07:32.084Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/bitmap
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/bitseq
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/cluster
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/cmd/diagnostic
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/cmd/readme_test
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/config
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/datastore
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/diagnostic
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/discoverapi
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/driverapi
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/drivers/bridge
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/drivers/host
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/drivers/ipvlan
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/drivers/macvlan
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/drivers/null
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/drivers/overlay
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/drivers/remote
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/drivers/remote/api
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/drivers/windows
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/drvregistry
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/etchosts
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/idm
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/internal/caller
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/internal/setmatrix
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/ipam
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/ipamapi
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/ipams/builtin
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/ipams/null
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/ipams/remote
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/ipams/remote/api
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/ipams/windowsipam
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/ipamutils
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/ipbits
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/iptables
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/netlabel
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/netutils
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/networkdb
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/ns
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/options
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/osl
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/osl/kernel
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/portallocator
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/portmapper
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/resolvconf
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/testutils
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/types'
23:07:32 [2023-06-22T23:07:32.084Z] + echo 'github.com/docker/docker/libnetwork
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/bitmap
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/bitseq
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/cluster
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/cmd/diagnostic
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/cmd/readme_test
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/config
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/datastore
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/diagnostic
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/discoverapi
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/driverapi
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/drivers/bridge
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/drivers/host
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/drivers/ipvlan
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/drivers/macvlan
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/drivers/null
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/drivers/overlay
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/drivers/remote
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/drivers/remote/api
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/drivers/windows
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/drvregistry
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/etchosts
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/idm
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/internal/caller
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/internal/setmatrix
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/ipam
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/ipamapi
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/ipams/builtin
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/ipams/null
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/ipams/remote
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/ipams/remote/api
23:07:32 [2023-06-22T23:07:32.084Z] + grep --fixed-strings libnetwork/drivers/bridge
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/ipams/windowsipam
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/ipamutils
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/ipbits
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/iptables
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/netlabel
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/netutils
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/networkdb
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/ns
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/options
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/osl
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/osl/kernel
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/portallocator
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/portmapper
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/resolvconf
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/testutils
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/types'
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/drivers/bridge
23:07:32 [2023-06-22T23:07:32.084Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
23:07:32 [2023-06-22T23:07:32.084Z] + type docker-proxy
23:07:32 [2023-06-22T23:07:32.084Z] hack/test/unit: line 25: type: docker-proxy: not found
23:07:32 [2023-06-22T23:07:32.084Z] + hack/make.sh binary-proxy install-proxy
23:07:32 [2023-06-22T23:07:32.084Z] 
23:07:32 [2023-06-22T23:07:32.084Z] Removing bundles/
23:07:32 [2023-06-22T23:07:32.084Z] 
23:07:32 [2023-06-22T23:07:32.084Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy)
23:07:32 [2023-06-22T23:07:32.084Z] Building static bundles/binary-proxy/docker-proxy (linux/arm64)...
23:07:36 [2023-06-22T23:07:36.285Z] Created binary: bundles/binary-proxy/docker-proxy
23:07:36 [2023-06-22T23:07:36.285Z] 
23:07:36 [2023-06-22T23:07:36.285Z] ---> Making bundle: install-proxy (in bundles/install-proxy)
23:07:36 [2023-06-22T23:07:36.285Z] Installing docker-proxy to /usr/local/bin/
23:07:36 [2023-06-22T23:07:36.285Z] 
23:07:36 [2023-06-22T23:07:36.285Z] + mkdir -p bundles
23:07:36 [2023-06-22T23:07:36.285Z] + '[' -n 'github.com/docker/docker/api
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/api/server
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/api/server/backend/build
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/api/server/httpstatus
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/api/server/httputils
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/api/server/middleware
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/api/server/router
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/api/server/router/build
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/api/server/router/checkpoint
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/api/server/router/container
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/api/server/router/debug
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/api/server/router/distribution
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/api/server/router/grpc
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/api/server/router/image
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/api/server/router/network
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/api/server/router/plugin
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/api/server/router/session
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/api/server/router/swarm
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/api/server/router/system
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/api/server/router/volume
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/api/types
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/api/types/backend
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/api/types/blkiodev
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/api/types/container
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/api/types/events
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/api/types/filters
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/api/types/image
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/api/types/mount
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/api/types/network
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/api/types/plugins/logdriver
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/api/types/registry
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/api/types/strslice
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/api/types/swarm
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/api/types/swarm/runtime
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/api/types/time
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/api/types/versions
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/api/types/versions/v1p19
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/api/types/versions/v1p20
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/api/types/volume
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/builder
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/builder/builder-next
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/builder/builder-next/exporter
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/builder/builder-next/exporter/overrides
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/builder/builder-next/imagerefchecker
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/builder/builder-next/worker
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/builder/dockerfile
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/builder/remotecontext
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/builder/remotecontext/git
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/builder/remotecontext/urlutil
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/cli/debug
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/cli/winresources/docker-proxy
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/cli/winresources/dockerd
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/client
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/client/buildkit
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/cmd/docker-proxy
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/cmd/dockerd
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/cmd/dockerd/trap
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/container
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/container/stream
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/contrib/apparmor
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/contrib/docker-device-tool
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/contrib/httpserver
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/daemon
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/daemon/cluster
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/daemon/cluster/controllers/plugin
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/daemon/cluster/convert
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/daemon/cluster/executor
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/daemon/cluster/executor/container
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/daemon/cluster/provider
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/daemon/config
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/daemon/containerd
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/daemon/events
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/daemon/events/testutils
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/daemon/graphdriver
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/daemon/graphdriver/btrfs
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/daemon/graphdriver/copy
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/daemon/graphdriver/devmapper
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/daemon/graphdriver/graphtest
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/daemon/graphdriver/overlay2
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/daemon/graphdriver/overlayutils
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/daemon/graphdriver/register
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/daemon/graphdriver/vfs
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/daemon/graphdriver/zfs
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/daemon/images
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/daemon/initlayer
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/daemon/links
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/daemon/listeners
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/daemon/logger
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/daemon/logger/awslogs
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/daemon/logger/fluentd
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/daemon/logger/gcplogs
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/daemon/logger/gelf
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/daemon/logger/journald
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/daemon/logger/journald/internal/export
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/daemon/logger/journald/internal/fake
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/daemon/logger/jsonfilelog
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/daemon/logger/local
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/daemon/logger/logentries
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/daemon/logger/loggertest
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/daemon/logger/loggerutils
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/daemon/logger/loggerutils/cache
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/daemon/logger/splunk
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/daemon/logger/syslog
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/daemon/logger/templates
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/daemon/names
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/daemon/network
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/daemon/snapshotter
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/daemon/stats
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/distribution
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/distribution/metadata
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/distribution/utils
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/distribution/xfer
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/dockerversion
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/errdefs
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/image
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/image/cache
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/image/tarexport
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/image/v1
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/internal/mounttree
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/internal/test/suite
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/internal/unshare
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/layer
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/libcontainerd
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/libcontainerd/queue
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/libcontainerd/remote
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/libcontainerd/shimopts
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/libcontainerd/supervisor
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/libcontainerd/types
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/oci
23:07:36 [2023-06-22T23:07:36.285Z] github.com/docker/docker/oci/caps
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/opts
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/pkg/aaparser
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/pkg/archive
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/pkg/authorization
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/pkg/broadcaster
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/pkg/capabilities
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/pkg/chrootarchive
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/pkg/containerfs
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/pkg/devicemapper
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/pkg/directory
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/pkg/dmesg
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/pkg/fileutils
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/pkg/homedir
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/pkg/idtools
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/pkg/ioutils
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/pkg/jsonmessage
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/pkg/longpath
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/pkg/loopback
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/pkg/meminfo
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/pkg/namesgenerator
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/pkg/parsers
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/pkg/parsers/kernel
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/pkg/parsers/operatingsystem
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/pkg/pidfile
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/pkg/platform
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/pkg/platforms
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/pkg/plugingetter
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/pkg/plugins
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/pkg/plugins/transport
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/pkg/pools
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/pkg/process
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/pkg/progress
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/pkg/reexec
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/pkg/rootless
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/pkg/rootless/specconv
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/pkg/stack
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/pkg/stdcopy
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/pkg/streamformatter
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/pkg/stringid
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/pkg/sysinfo
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/pkg/system
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/pkg/tailfile
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/pkg/tarsum
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/pkg/useragent
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/plugin
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/plugin/executor/containerd
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/plugin/v2
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/profiles/apparmor
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/profiles/seccomp
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/quota
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/reference
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/registry
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/registry/resumable
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/restartmanager
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/runconfig
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/runconfig/opts
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/testutil
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/testutil/daemon
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/testutil/environment
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/testutil/fakecontext
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/testutil/fakegit
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/testutil/fakestorage
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/testutil/fixtures/load
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/testutil/fixtures/plugin
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/testutil/fixtures/plugin/basic
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/testutil/registry
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/testutil/request
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/volume
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/volume/drivers
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/volume/local
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/volume/mounts
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/volume/service
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/volume/service/opts
23:07:36 [2023-06-22T23:07:36.286Z] github.com/docker/docker/volume/testutils' ']'
23:07:36 [2023-06-22T23:07:36.286Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo libdm_no_deferred_remove journald' -cover -coverprofile=bundles/coverage.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httpstatus github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/exporter/mobyexporter github.com/docker/docker/builder/builder-next/exporter/overrides github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/builder/remotecontext/urlutil github.com/docker/docker/cli/debug github.com/docker/docker/cli/winresources/docker-proxy github.com/docker/docker/cli/winresources/dockerd github.com/docker/docker/client github.com/docker/docker/client/buildkit github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/containerd github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/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/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/journald/internal/export github.com/docker/docker/daemon/logger/journald/internal/fake github.com/docker/docker/daemon/logger/journald/internal/sdjournal github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggertest github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/snapshotter github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/mounttree github.com/docker/docker/internal/test/suite github.com/docker/docker/internal/unshare github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/shimopts github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/meminfo github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/platforms github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/process github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/rootless github.com/docker/docker/pkg/rootless/specconv github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils
23:07:37 [2023-06-22T23:07:37.229Z] ?   	github.com/docker/docker/api	[no test files]
23:07:43 [2023-06-22T23:07:43.824Z] 	github.com/docker/docker/api/server	coverage: 13.0% of statements
23:07:43 [2023-06-22T23:07:43.824Z] ok  	github.com/docker/docker/api/server	0.017s	coverage: 13.0% of statements
23:08:01 [2023-06-22T23:08:01.950Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
23:08:01 [2023-06-22T23:08:01.950Z] ?   	github.com/docker/docker/api/server/httpstatus	[no test files]
23:08:01 [2023-06-22T23:08:01.950Z] 	github.com/docker/docker/api/server/httputils	coverage: 28.3% of statements
23:08:01 [2023-06-22T23:08:01.950Z] ok  	github.com/docker/docker/api/server/httputils	0.006s	coverage: 28.3% of statements
23:08:02 [2023-06-22T23:08:02.211Z] ?   	github.com/docker/docker/api/server/router	[no test files]
23:08:02 [2023-06-22T23:08:02.211Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
23:08:02 [2023-06-22T23:08:02.211Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
23:08:02 [2023-06-22T23:08:02.211Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
23:08:02 [2023-06-22T23:08:02.211Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
23:08:02 [2023-06-22T23:08:02.211Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
23:08:02 [2023-06-22T23:08:02.211Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
23:08:02 [2023-06-22T23:08:02.211Z] 	github.com/docker/docker/api/server/middleware	coverage: 37.7% of statements
23:08:02 [2023-06-22T23:08:02.211Z] ok  	github.com/docker/docker/api/server/middleware	0.007s	coverage: 37.7% of statements
23:08:02 [2023-06-22T23:08:02.472Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
23:08:02 [2023-06-22T23:08:02.733Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
23:08:02 [2023-06-22T23:08:02.733Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
23:08:02 [2023-06-22T23:08:02.733Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
23:08:02 [2023-06-22T23:08:02.993Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
23:08:02 [2023-06-22T23:08:02.993Z] ?   	github.com/docker/docker/api/types	[no test files]
23:08:02 [2023-06-22T23:08:02.993Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
23:08:02 [2023-06-22T23:08:02.994Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
23:08:02 [2023-06-22T23:08:02.994Z] 	github.com/docker/docker/api/server/router/swarm	coverage: 6.0% of statements
23:08:02 [2023-06-22T23:08:02.994Z] ok  	github.com/docker/docker/api/server/router/swarm	0.006s	coverage: 6.0% of statements
23:08:02 [2023-06-22T23:08:02.994Z] 	github.com/docker/docker/api/server/router/volume	coverage: 66.7% of statements
23:08:02 [2023-06-22T23:08:02.994Z] ok  	github.com/docker/docker/api/server/router/volume	0.008s	coverage: 66.7% of statements
23:08:03 [2023-06-22T23:08:03.254Z] ?   	github.com/docker/docker/api/types/events	[no test files]
23:08:03 [2023-06-22T23:08:03.254Z] 	github.com/docker/docker/api/types/container	coverage: 82.3% of statements
23:08:03 [2023-06-22T23:08:03.254Z] ok  	github.com/docker/docker/api/types/container	0.008s	coverage: 82.3% of statements
23:08:03 [2023-06-22T23:08:03.254Z] ?   	github.com/docker/docker/api/types/image	[no test files]
23:08:03 [2023-06-22T23:08:03.254Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
23:08:03 [2023-06-22T23:08:03.254Z] ?   	github.com/docker/docker/api/types/network	[no test files]
23:08:03 [2023-06-22T23:08:03.254Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
23:08:03 [2023-06-22T23:08:03.254Z] 	github.com/docker/docker/api/types/registry	coverage: 54.2% of statements
23:08:03 [2023-06-22T23:08:03.254Z] 	github.com/docker/docker/api/types/filters	coverage: 89.3% of statements
23:08:03 [2023-06-22T23:08:03.254Z] ok  	github.com/docker/docker/api/types/registry	0.004s	coverage: 54.2% of statements
23:08:03 [2023-06-22T23:08:03.254Z] ok  	github.com/docker/docker/api/types/filters	0.005s	coverage: 89.3% of statements
23:08:03 [2023-06-22T23:08:03.254Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
23:08:03 [2023-06-22T23:08:03.254Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
23:08:03 [2023-06-22T23:08:03.254Z] 	github.com/docker/docker/api/types/strslice	coverage: 90.0% of statements
23:08:03 [2023-06-22T23:08:03.254Z] ok  	github.com/docker/docker/api/types/strslice	0.002s	coverage: 90.0% of statements
23:08:03 [2023-06-22T23:08:03.515Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
23:08:03 [2023-06-22T23:08:03.515Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
23:08:03 [2023-06-22T23:08:03.515Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
23:08:03 [2023-06-22T23:08:03.515Z] ?   	github.com/docker/docker/builder	[no test files]
23:08:03 [2023-06-22T23:08:03.515Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
23:08:03 [2023-06-22T23:08:03.515Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
23:08:03 [2023-06-22T23:08:03.515Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
23:08:03 [2023-06-22T23:08:03.515Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
23:08:03 [2023-06-22T23:08:03.515Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
23:08:03 [2023-06-22T23:08:03.515Z] ?   	github.com/docker/docker/builder/builder-next/exporter/mobyexporter	[no test files]
23:08:03 [2023-06-22T23:08:03.515Z] ?   	github.com/docker/docker/builder/builder-next/exporter/overrides	[no test files]
23:08:03 [2023-06-22T23:08:03.515Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
23:08:03 [2023-06-22T23:08:03.515Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
23:08:03 [2023-06-22T23:08:03.515Z] 	github.com/docker/docker/api/types/versions	coverage: 77.3% of statements
23:08:03 [2023-06-22T23:08:03.515Z] 	github.com/docker/docker/api/types/time	coverage: 100.0% of statements
23:08:03 [2023-06-22T23:08:03.515Z] ok  	github.com/docker/docker/api/types/versions	0.002s	coverage: 77.3% of statements
23:08:03 [2023-06-22T23:08:03.515Z] ok  	github.com/docker/docker/api/types/time	0.003s	coverage: 100.0% of statements
23:08:05 [2023-06-22T23:08:05.428Z] ?   	github.com/docker/docker/cli/winresources/docker-proxy	[no test files]
23:08:05 [2023-06-22T23:08:05.428Z] ?   	github.com/docker/docker/cli/winresources/dockerd	[no test files]
23:08:05 [2023-06-22T23:08:05.428Z] 	github.com/docker/docker/cli/debug	coverage: 100.0% of statements
23:08:05 [2023-06-22T23:08:05.428Z] ok  	github.com/docker/docker/cli/debug	0.007s	coverage: 100.0% of statements
23:08:05 [2023-06-22T23:08:05.428Z] 	github.com/docker/docker/builder/remotecontext/urlutil	coverage: 100.0% of statements
23:08:05 [2023-06-22T23:08:05.428Z] ok  	github.com/docker/docker/builder/remotecontext/urlutil	0.023s	coverage: 100.0% of statements
23:08:05 [2023-06-22T23:08:05.428Z] 	github.com/docker/docker/builder/remotecontext	coverage: 13.7% of statements
23:08:05 [2023-06-22T23:08:05.428Z] ok  	github.com/docker/docker/builder/remotecontext	0.040s	coverage: 13.7% of statements
23:08:05 [2023-06-22T23:08:05.428Z] 	github.com/docker/docker/builder/dockerfile	coverage: 50.1% of statements
23:08:05 [2023-06-22T23:08:05.428Z] ok  	github.com/docker/docker/builder/dockerfile	0.073s	coverage: 50.1% of statements
23:08:05 [2023-06-22T23:08:05.688Z] ?   	github.com/docker/docker/client/buildkit	[no test files]
23:08:05 [2023-06-22T23:08:05.949Z] 	github.com/docker/docker/client	coverage: 76.9% of statements
23:08:05 [2023-06-22T23:08:05.949Z] ok  	github.com/docker/docker/client	0.123s	coverage: 76.9% of statements
23:08:06 [2023-06-22T23:08:06.210Z] 	github.com/docker/docker/cmd/docker-proxy	coverage: 66.5% of statements
23:08:06 [2023-06-22T23:08:06.210Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.318s	coverage: 66.5% of statements
23:08:10 [2023-06-22T23:08:10.419Z] 	github.com/docker/docker/builder/remotecontext/git	coverage: 82.5% of statements
23:08:10 [2023-06-22T23:08:10.419Z] ok  	github.com/docker/docker/builder/remotecontext/git	5.206s	coverage: 82.5% of statements
23:08:18 [2023-06-22T23:08:18.559Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
23:08:18 [2023-06-22T23:08:18.559Z] ?   	github.com/docker/docker/container/stream	[no test files]
23:08:18 [2023-06-22T23:08:18.559Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
23:08:18 [2023-06-22T23:08:18.559Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
23:08:18 [2023-06-22T23:08:18.559Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
23:08:18 [2023-06-22T23:08:18.559Z] 	github.com/docker/docker/container	coverage: 36.5% of statements
23:08:18 [2023-06-22T23:08:18.559Z] ok  	github.com/docker/docker/container	0.142s	coverage: 36.5% of statements
23:08:18 [2023-06-22T23:08:18.559Z] 	github.com/docker/docker/cmd/dockerd	coverage: 29.2% of statements
23:08:18 [2023-06-22T23:08:18.559Z] ok  	github.com/docker/docker/cmd/dockerd	0.235s	coverage: 29.2% of statements
23:08:19 [2023-06-22T23:08:19.943Z] 	github.com/docker/docker/cmd/dockerd/trap	coverage: 0.0% of statements
23:08:19 [2023-06-22T23:08:19.943Z] ok  	github.com/docker/docker/cmd/dockerd/trap	2.435s	coverage: 0.0% of statements
23:08:23 [2023-06-22T23:08:23.241Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
23:08:23 [2023-06-22T23:08:23.241Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
23:08:23 [2023-06-22T23:08:23.241Z] 	github.com/docker/docker/daemon/cluster/convert	coverage: 36.9% of statements
23:08:23 [2023-06-22T23:08:23.241Z] 	github.com/docker/docker/daemon/cluster/controllers/plugin	coverage: 65.3% of statements
23:08:23 [2023-06-22T23:08:23.241Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.014s	coverage: 65.3% of statements
23:08:23 [2023-06-22T23:08:23.241Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.015s	coverage: 36.9% of statements
23:08:23 [2023-06-22T23:08:23.241Z] 	github.com/docker/docker/daemon/config	coverage: 75.2% of statements
23:08:23 [2023-06-22T23:08:23.241Z] ok  	github.com/docker/docker/daemon/config	0.048s	coverage: 75.2% of statements
23:08:23 [2023-06-22T23:08:23.241Z] 	github.com/docker/docker/daemon/cluster	coverage: 0.5% of statements
23:08:23 [2023-06-22T23:08:23.241Z] ok  	github.com/docker/docker/daemon/cluster	0.079s	coverage: 0.5% of statements
23:08:25 [2023-06-22T23:08:25.153Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
23:08:25 [2023-06-22T23:08:25.153Z] 	github.com/docker/docker/daemon/graphdriver	coverage: 2.2% of statements
23:08:25 [2023-06-22T23:08:25.153Z] 	github.com/docker/docker/daemon/graphdriver/btrfs	coverage: 2.8% of statements
23:08:25 [2023-06-22T23:08:25.153Z] ok  	github.com/docker/docker/daemon/graphdriver	0.007s	coverage: 2.2% of statements
23:08:25 [2023-06-22T23:08:25.153Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.012s	coverage: 2.8% of statements
23:08:25 [2023-06-22T23:08:25.153Z] 	github.com/docker/docker/daemon/containerd	coverage: 0.4% of statements
23:08:25 [2023-06-22T23:08:25.153Z] ok  	github.com/docker/docker/daemon/containerd	0.020s	coverage: 0.4% of statements
23:08:25 [2023-06-22T23:08:25.153Z] 	github.com/docker/docker/daemon/events	coverage: 50.0% of statements
23:08:25 [2023-06-22T23:08:25.153Z] ok  	github.com/docker/docker/daemon/events	0.058s	coverage: 50.0% of statements
23:08:25 [2023-06-22T23:08:25.153Z] 	github.com/docker/docker/daemon/graphdriver/copy	coverage: 59.6% of statements
23:08:25 [2023-06-22T23:08:25.153Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.195s	coverage: 59.6% of statements
23:08:26 [2023-06-22T23:08:26.094Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
23:08:26 [2023-06-22T23:08:26.094Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
23:08:26 [2023-06-22T23:08:26.094Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
23:08:26 [2023-06-22T23:08:26.094Z] 	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	coverage: 1.9% of statements
23:08:26 [2023-06-22T23:08:26.094Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.010s	coverage: 1.9% of statements
23:08:26 [2023-06-22T23:08:26.354Z] 	github.com/docker/docker/daemon/graphdriver/overlay2	coverage: 60.2% of statements
23:08:26 [2023-06-22T23:08:26.354Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.177s	coverage: 60.2% of statements
23:08:26 [2023-06-22T23:08:26.925Z] 	github.com/docker/docker/daemon/cluster/executor/container	coverage: 13.0% of statements
23:08:26 [2023-06-22T23:08:26.925Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.464s	coverage: 13.0% of statements
23:08:26 [2023-06-22T23:08:26.925Z] 	github.com/docker/docker/daemon/graphdriver/vfs	coverage: 58.5% of statements
23:08:26 [2023-06-22T23:08:26.925Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.009s	coverage: 58.5% of statements
23:08:27 [2023-06-22T23:08:27.186Z] 	github.com/docker/docker/daemon/graphdriver/zfs	coverage: 3.0% of statements
23:08:27 [2023-06-22T23:08:27.186Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.008s	coverage: 3.0% of statements
23:08:27 [2023-06-22T23:08:27.758Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
23:08:27 [2023-06-22T23:08:27.758Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
23:08:27 [2023-06-22T23:08:27.758Z] 	github.com/docker/docker/daemon/links	coverage: 93.0% of statements
23:08:27 [2023-06-22T23:08:27.758Z] ok  	github.com/docker/docker/daemon/links	0.005s	coverage: 93.0% of statements
23:08:27 [2023-06-22T23:08:27.758Z] 	github.com/docker/docker/daemon/images	coverage: 3.0% of statements
23:08:27 [2023-06-22T23:08:27.758Z] ok  	github.com/docker/docker/daemon/images	0.022s	coverage: 3.0% of statements
23:08:28 [2023-06-22T23:08:28.019Z] 	github.com/docker/docker/daemon/logger	coverage: 43.2% of statements
23:08:28 [2023-06-22T23:08:28.019Z] ok  	github.com/docker/docker/daemon/logger	0.224s	coverage: 43.2% of statements
23:08:28 [2023-06-22T23:08:28.280Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
23:08:28 [2023-06-22T23:08:28.280Z] 	github.com/docker/docker/daemon/logger/gelf	coverage: 68.2% of statements
23:08:28 [2023-06-22T23:08:28.280Z] 	github.com/docker/docker/daemon/logger/fluentd	coverage: 53.6% of statements
23:08:28 [2023-06-22T23:08:28.280Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.012s	coverage: 68.2% of statements
23:08:28 [2023-06-22T23:08:28.280Z] ok  	github.com/docker/docker/daemon/logger/fluentd	0.023s	coverage: 53.6% of statements
23:08:28 [2023-06-22T23:08:28.280Z] 	github.com/docker/docker/daemon/logger/awslogs	coverage: 78.2% of statements
23:08:28 [2023-06-22T23:08:28.280Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.140s	coverage: 78.2% of statements
23:08:28 [2023-06-22T23:08:28.853Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/fake	[no test files]
23:08:28 [2023-06-22T23:08:28.853Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/sdjournal	[no test files]
23:08:28 [2023-06-22T23:08:28.853Z] 	github.com/docker/docker/daemon/logger/journald/internal/export	coverage: 88.2% of statements
23:08:28 [2023-06-22T23:08:28.853Z] ok  	github.com/docker/docker/daemon/logger/journald/internal/export	0.003s	coverage: 88.2% of statements
23:08:28 [2023-06-22T23:08:28.853Z] 	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	coverage: 87.2% of statements
23:08:28 [2023-06-22T23:08:28.853Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.011s	coverage: 87.2% of statements
23:08:29 [2023-06-22T23:08:29.114Z] 	github.com/docker/docker/daemon/logger/jsonfilelog	coverage: 76.8% of statements
23:08:29 [2023-06-22T23:08:29.114Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.091s	coverage: 76.8% of statements
23:08:29 [2023-06-22T23:08:29.685Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
23:08:29 [2023-06-22T23:08:29.685Z] ?   	github.com/docker/docker/daemon/logger/loggertest	[no test files]
23:08:29 [2023-06-22T23:08:29.685Z] 	github.com/docker/docker/daemon/logger/local	coverage: 79.4% of statements
23:08:29 [2023-06-22T23:08:29.685Z] ok  	github.com/docker/docker/daemon/logger/local	0.050s	coverage: 79.4% of statements
23:08:29 [2023-06-22T23:08:29.945Z] 	github.com/docker/docker/daemon/logger/loggerutils	coverage: 63.5% of statements
23:08:29 [2023-06-22T23:08:29.945Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.018s	coverage: 63.5% of statements
23:08:29 [2023-06-22T23:08:29.945Z] 	github.com/docker/docker/daemon/logger/loggerutils/cache	coverage: 31.5% of statements
23:08:29 [2023-06-22T23:08:29.945Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.027s	coverage: 31.5% of statements
23:08:29 [2023-06-22T23:08:29.945Z] 	github.com/docker/docker/daemon/graphdriver/devmapper	coverage: 45.9% of statements
23:08:29 [2023-06-22T23:08:29.945Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	3.654s	coverage: 45.9% of statements
23:08:30 [2023-06-22T23:08:30.206Z] 	github.com/docker/docker/daemon/logger/journald	coverage: 74.5% of statements
23:08:30 [2023-06-22T23:08:30.206Z] ok  	github.com/docker/docker/daemon/logger/journald	1.297s	coverage: 74.5% of statements
23:08:30 [2023-06-22T23:08:30.466Z] ?   	github.com/docker/docker/daemon/names	[no test files]
23:08:30 [2023-06-22T23:08:30.466Z] ?   	github.com/docker/docker/daemon/snapshotter	[no test files]
23:08:30 [2023-06-22T23:08:30.466Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
23:08:30 [2023-06-22T23:08:30.466Z] 	github.com/docker/docker/daemon/logger/templates	coverage: 8.3% of statements
23:08:30 [2023-06-22T23:08:30.466Z] ok  	github.com/docker/docker/daemon/logger/templates	0.003s	coverage: 8.3% of statements
23:08:30 [2023-06-22T23:08:30.466Z] 	github.com/docker/docker/daemon/network	coverage: 63.8% of statements
23:08:30 [2023-06-22T23:08:30.466Z] ok  	github.com/docker/docker/daemon/network	0.007s	coverage: 63.8% of statements
23:08:30 [2023-06-22T23:08:30.466Z] 	github.com/docker/docker/daemon/logger/syslog	coverage: 46.8% of statements
23:08:30 [2023-06-22T23:08:30.466Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.010s	coverage: 46.8% of statements
23:08:31 [2023-06-22T23:08:31.408Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
23:08:31 [2023-06-22T23:08:31.408Z] 	github.com/docker/docker/dockerversion	coverage: 100.0% of statements
23:08:31 [2023-06-22T23:08:31.408Z] 	github.com/docker/docker/errdefs	coverage: 77.7% of statements
23:08:31 [2023-06-22T23:08:31.408Z] ok  	github.com/docker/docker/errdefs	0.005s	coverage: 77.7% of statements
23:08:31 [2023-06-22T23:08:31.668Z] ok  	github.com/docker/docker/dockerversion	0.007s	coverage: 100.0% of statements
23:08:31 [2023-06-22T23:08:31.668Z] 	github.com/docker/docker/distribution/metadata	coverage: 44.4% of statements
23:08:31 [2023-06-22T23:08:31.668Z] ok  	github.com/docker/docker/distribution/metadata	0.030s	coverage: 44.4% of statements
23:08:31 [2023-06-22T23:08:31.928Z] 	github.com/docker/docker/daemon/logger/splunk	coverage: 82.5% of statements
23:08:31 [2023-06-22T23:08:31.928Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.504s	coverage: 82.5% of statements
23:08:32 [2023-06-22T23:08:32.188Z] 	github.com/docker/docker/distribution	coverage: 29.5% of statements
23:08:32 [2023-06-22T23:08:32.188Z] ok  	github.com/docker/docker/distribution	0.597s	coverage: 29.5% of statements
23:08:32 [2023-06-22T23:08:32.188Z] 	github.com/docker/docker/image/cache	coverage: 19.2% of statements
23:08:32 [2023-06-22T23:08:32.188Z] ok  	github.com/docker/docker/image/cache	0.008s	coverage: 19.2% of statements
23:08:32 [2023-06-22T23:08:32.188Z] 	github.com/docker/docker/image	coverage: 86.5% of statements
23:08:32 [2023-06-22T23:08:32.188Z] ok  	github.com/docker/docker/image	0.027s	coverage: 86.5% of statements
23:08:32 [2023-06-22T23:08:32.188Z] ?   	github.com/docker/docker/image/v1	[no test files]
23:08:32 [2023-06-22T23:08:32.188Z] ?   	github.com/docker/docker/internal/mounttree	[no test files]
23:08:32 [2023-06-22T23:08:32.188Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
23:08:32 [2023-06-22T23:08:32.188Z] ?   	github.com/docker/docker/internal/unshare	[no test files]
23:08:32 [2023-06-22T23:08:32.188Z] 	github.com/docker/docker/image/tarexport	coverage: 0.7% of statements
23:08:32 [2023-06-22T23:08:32.188Z] ok  	github.com/docker/docker/image/tarexport	0.009s	coverage: 0.7% of statements
23:08:33 [2023-06-22T23:08:33.570Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
23:08:33 [2023-06-22T23:08:33.570Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
23:08:33 [2023-06-22T23:08:33.570Z] ?   	github.com/docker/docker/libcontainerd/shimopts	[no test files]
23:08:33 [2023-06-22T23:08:33.570Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
23:08:33 [2023-06-22T23:08:33.570Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
23:08:33 [2023-06-22T23:08:33.570Z] 	github.com/docker/docker/libcontainerd/queue	coverage: 100.0% of statements
23:08:33 [2023-06-22T23:08:33.570Z] ok  	github.com/docker/docker/libcontainerd/queue	0.024s	coverage: 100.0% of statements
23:08:33 [2023-06-22T23:08:33.570Z] 	github.com/docker/docker/daemon	coverage: 17.0% of statements
23:08:33 [2023-06-22T23:08:33.570Z] ok  	github.com/docker/docker/daemon	10.161s	coverage: 17.0% of statements
23:08:33 [2023-06-22T23:08:33.831Z] 	github.com/docker/docker/distribution/xfer	coverage: 85.4% of statements
23:08:33 [2023-06-22T23:08:33.831Z] ok  	github.com/docker/docker/distribution/xfer	2.190s	coverage: 85.4% of statements
23:08:33 [2023-06-22T23:08:33.831Z] ?   	github.com/docker/docker/oci/caps	[no test files]
23:08:33 [2023-06-22T23:08:33.831Z] 	github.com/docker/docker/pkg/aaparser	coverage: 52.9% of statements
23:08:33 [2023-06-22T23:08:33.831Z] 	github.com/docker/docker/opts	coverage: 67.9% of statements
23:08:33 [2023-06-22T23:08:33.831Z] ok  	github.com/docker/docker/pkg/aaparser	0.023s	coverage: 52.9% of statements
23:08:33 [2023-06-22T23:08:33.831Z] 	github.com/docker/docker/oci	coverage: 36.9% of statements
23:08:33 [2023-06-22T23:08:33.831Z] ok  	github.com/docker/docker/opts	0.024s	coverage: 67.9% of statements
23:08:33 [2023-06-22T23:08:33.831Z] ok  	github.com/docker/docker/oci	0.032s	coverage: 36.9% of statements
23:08:34 [2023-06-22T23:08:34.401Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
23:08:34 [2023-06-22T23:08:34.401Z] 	github.com/docker/docker/pkg/capabilities	coverage: 87.5% of statements
23:08:34 [2023-06-22T23:08:34.401Z] 	github.com/docker/docker/pkg/broadcaster	coverage: 100.0% of statements
23:08:34 [2023-06-22T23:08:34.401Z] ok  	github.com/docker/docker/pkg/broadcaster	0.003s	coverage: 100.0% of statements
23:08:34 [2023-06-22T23:08:34.401Z] ok  	github.com/docker/docker/pkg/capabilities	0.004s	coverage: 87.5% of statements
23:08:34 [2023-06-22T23:08:34.401Z] 	github.com/docker/docker/pkg/containerfs	coverage: 28.6% of statements
23:08:34 [2023-06-22T23:08:34.401Z] ok  	github.com/docker/docker/pkg/containerfs	0.007s	coverage: 28.6% of statements
23:08:34 [2023-06-22T23:08:34.662Z] 	github.com/docker/docker/pkg/directory	coverage: 81.8% of statements
23:08:34 [2023-06-22T23:08:34.662Z] ok  	github.com/docker/docker/pkg/directory	0.003s	coverage: 81.8% of statements
23:08:34 [2023-06-22T23:08:34.662Z] 	github.com/docker/docker/pkg/dmesg	coverage: 83.3% of statements
23:08:34 [2023-06-22T23:08:34.662Z] ok  	github.com/docker/docker/pkg/dmesg	0.004s	coverage: 83.3% of statements
23:08:34 [2023-06-22T23:08:34.662Z] 	github.com/docker/docker/pkg/chrootarchive	coverage: 83.1% of statements
23:08:34 [2023-06-22T23:08:34.662Z] ok  	github.com/docker/docker/pkg/chrootarchive	0.260s	coverage: 83.1% of statements
23:08:34 [2023-06-22T23:08:34.662Z] 	github.com/docker/docker/pkg/fileutils	coverage: 77.5% of statements
23:08:34 [2023-06-22T23:08:34.662Z] ok  	github.com/docker/docker/pkg/fileutils	0.020s	coverage: 77.5% of statements
23:08:34 [2023-06-22T23:08:34.662Z] 	github.com/docker/docker/pkg/homedir	coverage: 10.4% of statements
23:08:34 [2023-06-22T23:08:34.662Z] ok  	github.com/docker/docker/pkg/homedir	0.011s	coverage: 10.4% of statements
23:08:34 [2023-06-22T23:08:34.923Z] 	github.com/docker/docker/pkg/archive	coverage: 81.4% of statements
23:08:34 [2023-06-22T23:08:34.923Z] ok  	github.com/docker/docker/pkg/archive	0.462s	coverage: 81.4% of statements
23:08:34 [2023-06-22T23:08:34.923Z] 	github.com/docker/docker/pkg/authorization	coverage: 68.3% of statements
23:08:34 [2023-06-22T23:08:34.923Z] ok  	github.com/docker/docker/pkg/authorization	0.597s	coverage: 68.3% of statements
23:08:34 [2023-06-22T23:08:34.923Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
23:08:34 [2023-06-22T23:08:34.923Z] 	github.com/docker/docker/pkg/longpath	coverage: 45.5% of statements
23:08:34 [2023-06-22T23:08:34.923Z] ok  	github.com/docker/docker/pkg/longpath	0.002s	coverage: 45.5% of statements
23:08:34 [2023-06-22T23:08:34.923Z] 	github.com/docker/docker/pkg/jsonmessage	coverage: 92.3% of statements
23:08:34 [2023-06-22T23:08:34.923Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.005s	coverage: 92.3% of statements
23:08:35 [2023-06-22T23:08:35.183Z] 	github.com/docker/docker/pkg/meminfo	coverage: 75.0% of statements
23:08:35 [2023-06-22T23:08:35.183Z] ok  	github.com/docker/docker/pkg/meminfo	0.002s	coverage: 75.0% of statements
23:08:35 [2023-06-22T23:08:35.183Z] 	github.com/docker/docker/pkg/namesgenerator	coverage: 85.7% of statements
23:08:35 [2023-06-22T23:08:35.184Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.006s	coverage: 85.7% of statements
23:08:35 [2023-06-22T23:08:35.184Z] 	github.com/docker/docker/pkg/parsers	coverage: 97.0% of statements
23:08:35 [2023-06-22T23:08:35.184Z] ok  	github.com/docker/docker/pkg/parsers	0.008s	coverage: 97.0% of statements
23:08:35 [2023-06-22T23:08:35.184Z] 	github.com/docker/docker/pkg/parsers/kernel	coverage: 60.0% of statements
23:08:35 [2023-06-22T23:08:35.184Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.002s	coverage: 60.0% of statements
23:08:35 [2023-06-22T23:08:35.444Z] 	github.com/docker/docker/pkg/idtools	coverage: 69.8% of statements
23:08:35 [2023-06-22T23:08:35.444Z] 	github.com/docker/docker/pkg/parsers/operatingsystem	coverage: 90.2% of statements
23:08:35 [2023-06-22T23:08:35.444Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.004s	coverage: 90.2% of statements
23:08:35 [2023-06-22T23:08:35.444Z] ok  	github.com/docker/docker/pkg/idtools	0.343s	coverage: 69.8% of statements
23:08:35 [2023-06-22T23:08:35.444Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
23:08:35 [2023-06-22T23:08:35.444Z] ?   	github.com/docker/docker/pkg/platforms	[no test files]
23:08:35 [2023-06-22T23:08:35.444Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
23:08:35 [2023-06-22T23:08:35.444Z] 	github.com/docker/docker/pkg/pidfile	coverage: 94.1% of statements
23:08:35 [2023-06-22T23:08:35.444Z] ok  	github.com/docker/docker/pkg/pidfile	0.004s	coverage: 94.1% of statements
23:08:35 [2023-06-22T23:08:35.444Z] 	github.com/docker/docker/pkg/ioutils	coverage: 72.3% of statements
23:08:35 [2023-06-22T23:08:35.444Z] ok  	github.com/docker/docker/pkg/ioutils	0.393s	coverage: 72.3% of statements
23:08:36 [2023-06-22T23:08:36.014Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
23:08:36 [2023-06-22T23:08:36.014Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
23:08:36 [2023-06-22T23:08:36.014Z] 	github.com/docker/docker/pkg/process	coverage: 21.7% of statements
23:08:36 [2023-06-22T23:08:36.014Z] 	github.com/docker/docker/pkg/pools	coverage: 88.2% of statements
23:08:36 [2023-06-22T23:08:36.014Z] ok  	github.com/docker/docker/pkg/process	0.003s	coverage: 21.7% of statements
23:08:36 [2023-06-22T23:08:36.014Z] 	github.com/docker/docker/pkg/plugins/transport	coverage: 85.7% of statements
23:08:36 [2023-06-22T23:08:36.014Z] ok  	github.com/docker/docker/pkg/pools	0.004s	coverage: 88.2% of statements
23:08:36 [2023-06-22T23:08:36.014Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.005s	coverage: 85.7% of statements
23:08:36 [2023-06-22T23:08:36.014Z] 	github.com/docker/docker/pkg/plugins/pluginrpc-gen	coverage: 56.8% of statements
23:08:36 [2023-06-22T23:08:36.014Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.006s	coverage: 56.8% of statements
23:08:36 [2023-06-22T23:08:36.275Z] 	github.com/docker/docker/pkg/progress	coverage: 75.9% of statements
23:08:36 [2023-06-22T23:08:36.275Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
23:08:36 [2023-06-22T23:08:36.275Z] ?   	github.com/docker/docker/pkg/rootless	[no test files]
23:08:36 [2023-06-22T23:08:36.275Z] ?   	github.com/docker/docker/pkg/rootless/specconv	[no test files]
23:08:36 [2023-06-22T23:08:36.275Z] 	github.com/docker/docker/pkg/stack	coverage: 90.9% of statements
23:08:36 [2023-06-22T23:08:36.275Z] ok  	github.com/docker/docker/pkg/stack	0.017s	coverage: 90.9% of statements
23:08:36 [2023-06-22T23:08:36.275Z] 	github.com/docker/docker/pkg/reexec	coverage: 82.4% of statements
23:08:36 [2023-06-22T23:08:36.275Z] ok  	github.com/docker/docker/pkg/reexec	0.033s	coverage: 82.4% of statements
23:08:36 [2023-06-22T23:08:36.275Z] 	github.com/docker/docker/pkg/stdcopy	coverage: 100.0% of statements
23:08:36 [2023-06-22T23:08:36.275Z] ok  	github.com/docker/docker/pkg/stdcopy	0.009s	coverage: 100.0% of statements
23:08:36 [2023-06-22T23:08:36.536Z] 	github.com/docker/docker/pkg/streamformatter	coverage: 66.2% of statements
23:08:36 [2023-06-22T23:08:36.536Z] 	github.com/docker/docker/pkg/stringid	coverage: 61.9% of statements
23:08:36 [2023-06-22T23:08:36.536Z] ok  	github.com/docker/docker/pkg/stringid	0.007s	coverage: 61.9% of statements
23:08:36 [2023-06-22T23:08:36.536Z] ok  	github.com/docker/docker/pkg/streamformatter	0.017s	coverage: 66.2% of statements
23:08:36 [2023-06-22T23:08:36.797Z] 	github.com/docker/docker/pkg/system	coverage: 43.1% of statements
23:08:36 [2023-06-22T23:08:36.797Z] ok  	github.com/docker/docker/pkg/system	0.004s	coverage: 43.1% of statements
23:08:36 [2023-06-22T23:08:36.797Z] 	github.com/docker/docker/pkg/sysinfo	coverage: 53.4% of statements
23:08:36 [2023-06-22T23:08:36.797Z] ok  	github.com/docker/docker/pkg/sysinfo	0.021s	coverage: 53.4% of statements
23:08:36 [2023-06-22T23:08:36.797Z] 	github.com/docker/docker/pkg/useragent	coverage: 88.9% of statements
23:08:36 [2023-06-22T23:08:36.797Z] ok  	github.com/docker/docker/pkg/useragent	0.003s	coverage: 88.9% of statements
23:08:36 [2023-06-22T23:08:36.797Z] 	github.com/docker/docker/pkg/tailfile	coverage: 88.6% of statements
23:08:36 [2023-06-22T23:08:36.797Z] ok  	github.com/docker/docker/pkg/tailfile	0.038s	coverage: 88.6% of statements
23:08:36 [2023-06-22T23:08:36.797Z] 	github.com/docker/docker/pkg/tarsum	coverage: 89.1% of statements
23:08:36 [2023-06-22T23:08:36.797Z] ok  	github.com/docker/docker/pkg/tarsum	0.050s	coverage: 89.1% of statements
23:08:37 [2023-06-22T23:08:37.740Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
23:08:37 [2023-06-22T23:08:37.740Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
23:08:37 [2023-06-22T23:08:37.740Z] 	github.com/docker/docker/plugin/v2	coverage: 14.4% of statements
23:08:37 [2023-06-22T23:08:37.740Z] 	github.com/docker/docker/profiles/seccomp	coverage: 86.0% of statements
23:08:37 [2023-06-22T23:08:37.740Z] ok  	github.com/docker/docker/profiles/seccomp	0.011s	coverage: 86.0% of statements
23:08:37 [2023-06-22T23:08:37.740Z] ok  	github.com/docker/docker/plugin/v2	0.016s	coverage: 14.4% of statements
23:08:38 [2023-06-22T23:08:38.001Z] 	github.com/docker/docker/reference	coverage: 83.7% of statements
23:08:38 [2023-06-22T23:08:38.001Z] ok  	github.com/docker/docker/reference	0.008s	coverage: 83.7% of statements
23:08:38 [2023-06-22T23:08:38.001Z] 	github.com/docker/docker/plugin	coverage: 23.3% of statements
23:08:38 [2023-06-22T23:08:38.001Z] ok  	github.com/docker/docker/plugin	0.527s	coverage: 23.3% of statements
23:08:38 [2023-06-22T23:08:38.001Z] 	github.com/docker/docker/quota	coverage: 71.4% of statements
23:08:38 [2023-06-22T23:08:38.001Z] ok  	github.com/docker/docker/quota	0.302s	coverage: 71.4% of statements
23:08:38 [2023-06-22T23:08:38.262Z] 	github.com/docker/docker/restartmanager	coverage: 46.2% of statements
23:08:38 [2023-06-22T23:08:38.262Z] ok  	github.com/docker/docker/restartmanager	0.003s	coverage: 46.2% of statements
23:08:38 [2023-06-22T23:08:38.262Z] 	github.com/docker/docker/registry/resumable	coverage: 100.0% of statements
23:08:38 [2023-06-22T23:08:38.262Z] ok  	github.com/docker/docker/registry/resumable	0.017s	coverage: 100.0% of statements
23:08:38 [2023-06-22T23:08:38.522Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
23:08:38 [2023-06-22T23:08:38.522Z] 	github.com/docker/docker/testutil	coverage: 62.5% of statements
23:08:38 [2023-06-22T23:08:38.522Z] ok  	github.com/docker/docker/testutil	0.004s	coverage: 62.5% of statements
23:08:38 [2023-06-22T23:08:38.522Z] 	github.com/docker/docker/registry	coverage: 64.6% of statements
23:08:38 [2023-06-22T23:08:38.522Z] ok  	github.com/docker/docker/registry	0.114s	coverage: 64.6% of statements
23:08:38 [2023-06-22T23:08:38.522Z] 	github.com/docker/docker/runconfig	coverage: 63.6% of statements
23:08:38 [2023-06-22T23:08:38.522Z] ok  	github.com/docker/docker/runconfig	0.012s	coverage: 63.6% of statements
23:08:38 [2023-06-22T23:08:38.782Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
23:08:38 [2023-06-22T23:08:38.782Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
23:08:38 [2023-06-22T23:08:38.782Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
23:08:39 [2023-06-22T23:08:39.043Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
23:08:39 [2023-06-22T23:08:39.043Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
23:08:39 [2023-06-22T23:08:39.043Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
23:08:39 [2023-06-22T23:08:39.043Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
23:08:39 [2023-06-22T23:08:39.043Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
23:08:39 [2023-06-22T23:08:39.043Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
23:08:39 [2023-06-22T23:08:39.043Z] ?   	github.com/docker/docker/testutil/request	[no test files]
23:08:39 [2023-06-22T23:08:39.043Z] ?   	github.com/docker/docker/volume	[no test files]
23:08:39 [2023-06-22T23:08:39.613Z] 	github.com/docker/docker/volume/drivers	coverage: 36.1% of statements
23:08:39 [2023-06-22T23:08:39.613Z] ok  	github.com/docker/docker/volume/drivers	0.006s	coverage: 36.1% of statements
23:08:39 [2023-06-22T23:08:39.613Z] 	github.com/docker/docker/volume/mounts	coverage: 68.1% of statements
23:08:39 [2023-06-22T23:08:39.613Z] ok  	github.com/docker/docker/volume/mounts	0.008s	coverage: 68.1% of statements
23:08:39 [2023-06-22T23:08:39.613Z] 	github.com/docker/docker/volume/local	coverage: 76.6% of statements
23:08:39 [2023-06-22T23:08:39.613Z] ok  	github.com/docker/docker/volume/local	0.137s	coverage: 76.6% of statements
23:08:40 [2023-06-22T23:08:40.184Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
23:08:40 [2023-06-22T23:08:40.184Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
23:08:40 [2023-06-22T23:08:40.184Z] 	github.com/docker/docker/volume/service	coverage: 72.9% of statements
23:08:40 [2023-06-22T23:08:40.184Z] ok  	github.com/docker/docker/volume/service	0.012s	coverage: 72.9% of statements
23:08:41 [2023-06-22T23:08:41.124Z] 	github.com/docker/docker/layer	coverage: 68.7% of statements
23:08:41 [2023-06-22T23:08:41.124Z] ok  	github.com/docker/docker/layer	7.791s	coverage: 68.7% of statements
23:09:13 [2023-06-22T23:09:13.224Z] 	github.com/docker/docker/pkg/plugins	coverage: 74.4% of statements
23:09:13 [2023-06-22T23:09:13.224Z] ok  	github.com/docker/docker/pkg/plugins	33.646s	coverage: 74.4% of statements
23:09:13 [2023-06-22T23:09:13.224Z] 
23:09:13 [2023-06-22T23:09:13.224Z] === Skipped
23:09:13 [2023-06-22T23:09:13.224Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s)
23:09:13 [2023-06-22T23:09:13.224Z]     network_proxy_test.go:193: Need to start CI docker with --ipv6
23:09:13 [2023-06-22T23:09:13.224Z] 
23:09:13 [2023-06-22T23:09:13.224Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s)
23:09:13 [2023-06-22T23:09:13.224Z]     network_proxy_test.go:208: No support for dual stack yet
23:09:13 [2023-06-22T23:09:13.224Z] 
23:09:13 [2023-06-22T23:09:13.224Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s)
23:09:13 [2023-06-22T23:09:13.224Z]     network_proxy_test.go:237: Need to start CI docker with --ipv6
23:09:13 [2023-06-22T23:09:13.224Z] 
23:09:13 [2023-06-22T23:09:13.224Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s)
23:09:13 [2023-06-22T23:09:13.224Z]     network_proxy_test.go:298: Need to start CI docker with --ipv6
23:09:13 [2023-06-22T23:09:13.224Z] 
23:09:13 [2023-06-22T23:09:13.224Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
23:09:13 [2023-06-22T23:09:13.224Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:09:13 [2023-06-22T23:09:13.224Z]     graphtest_unix.go:44: Driver btrfs not supported
23:09:13 [2023-06-22T23:09:13.224Z] 
23:09:13 [2023-06-22T23:09:13.224Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
23:09:13 [2023-06-22T23:09:13.224Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:09:13 [2023-06-22T23:09:13.224Z]     graphtest_unix.go:44: Driver btrfs not supported
23:09:13 [2023-06-22T23:09:13.224Z] 
23:09:13 [2023-06-22T23:09:13.224Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
23:09:13 [2023-06-22T23:09:13.224Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:09:13 [2023-06-22T23:09:13.224Z]     graphtest_unix.go:44: Driver btrfs not supported
23:09:13 [2023-06-22T23:09:13.224Z] 
23:09:13 [2023-06-22T23:09:13.224Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
23:09:13 [2023-06-22T23:09:13.224Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:09:13 [2023-06-22T23:09:13.224Z]     graphtest_unix.go:44: Driver btrfs not supported
23:09:13 [2023-06-22T23:09:13.224Z] 
23:09:13 [2023-06-22T23:09:13.224Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
23:09:13 [2023-06-22T23:09:13.224Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:09:13 [2023-06-22T23:09:13.224Z]     graphtest_unix.go:44: Driver btrfs not supported
23:09:13 [2023-06-22T23:09:13.224Z] 
23:09:13 [2023-06-22T23:09:13.224Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
23:09:13 [2023-06-22T23:09:13.224Z]     graphtest_unix.go:71: No driver to put!
23:09:13 [2023-06-22T23:09:13.224Z] 
23:09:13 [2023-06-22T23:09:13.224Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
23:09:13 [2023-06-22T23:09:13.224Z] time="2023-06-22T23:08:26Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
23:09:13 [2023-06-22T23:09:13.224Z]     graphtest_unix.go:42: graphdriver: driver not supported
23:09:13 [2023-06-22T23:09:13.224Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
23:09:13 [2023-06-22T23:09:13.224Z] 
23:09:13 [2023-06-22T23:09:13.224Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
23:09:13 [2023-06-22T23:09:13.224Z] time="2023-06-22T23:08:26Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
23:09:13 [2023-06-22T23:09:13.224Z]     graphtest_unix.go:42: graphdriver: driver not supported
23:09:13 [2023-06-22T23:09:13.224Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
23:09:13 [2023-06-22T23:09:13.224Z] 
23:09:13 [2023-06-22T23:09:13.224Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
23:09:13 [2023-06-22T23:09:13.224Z] time="2023-06-22T23:08:26Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
23:09:13 [2023-06-22T23:09:13.224Z]     graphtest_unix.go:42: graphdriver: driver not supported
23:09:13 [2023-06-22T23:09:13.224Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
23:09:13 [2023-06-22T23:09:13.224Z] 
23:09:13 [2023-06-22T23:09:13.224Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
23:09:13 [2023-06-22T23:09:13.224Z] time="2023-06-22T23:08:26Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
23:09:13 [2023-06-22T23:09:13.224Z]     graphtest_unix.go:42: graphdriver: driver not supported
23:09:13 [2023-06-22T23:09:13.224Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
23:09:13 [2023-06-22T23:09:13.224Z] 
23:09:13 [2023-06-22T23:09:13.224Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
23:09:13 [2023-06-22T23:09:13.224Z] time="2023-06-22T23:08:26Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
23:09:13 [2023-06-22T23:09:13.224Z]     graphtest_unix.go:42: graphdriver: driver not supported
23:09:13 [2023-06-22T23:09:13.224Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
23:09:13 [2023-06-22T23:09:13.224Z] 
23:09:13 [2023-06-22T23:09:13.224Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
23:09:13 [2023-06-22T23:09:13.224Z]     graphtest_unix.go:71: No driver to put!
23:09:13 [2023-06-22T23:09:13.224Z] 
23:09:13 [2023-06-22T23:09:13.224Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
23:09:13 [2023-06-22T23:09:13.224Z]     overlay_test.go:62: Cannot run test with naive change algorithm
23:09:13 [2023-06-22T23:09:13.224Z] 
23:09:13 [2023-06-22T23:09:13.224Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
23:09:13 [2023-06-22T23:09:13.224Z]     graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
23:09:13 [2023-06-22T23:09:13.224Z] 
23:09:13 [2023-06-22T23:09:13.224Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
23:09:13 [2023-06-22T23:09:13.224Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:09:13 [2023-06-22T23:09:13.224Z]     graphtest_unix.go:44: Driver zfs not supported
23:09:13 [2023-06-22T23:09:13.224Z] 
23:09:13 [2023-06-22T23:09:13.224Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
23:09:13 [2023-06-22T23:09:13.224Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:09:13 [2023-06-22T23:09:13.224Z]     graphtest_unix.go:44: Driver zfs not supported
23:09:13 [2023-06-22T23:09:13.224Z] 
23:09:13 [2023-06-22T23:09:13.224Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
23:09:13 [2023-06-22T23:09:13.224Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:09:13 [2023-06-22T23:09:13.224Z]     graphtest_unix.go:44: Driver zfs not supported
23:09:13 [2023-06-22T23:09:13.224Z] 
23:09:13 [2023-06-22T23:09:13.224Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
23:09:13 [2023-06-22T23:09:13.224Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:09:13 [2023-06-22T23:09:13.224Z]     graphtest_unix.go:44: Driver zfs not supported
23:09:13 [2023-06-22T23:09:13.224Z] 
23:09:13 [2023-06-22T23:09:13.224Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
23:09:13 [2023-06-22T23:09:13.224Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:09:13 [2023-06-22T23:09:13.224Z]     graphtest_unix.go:44: Driver zfs not supported
23:09:13 [2023-06-22T23:09:13.224Z] 
23:09:13 [2023-06-22T23:09:13.224Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
23:09:13 [2023-06-22T23:09:13.224Z]     graphtest_unix.go:71: No driver to put!
23:09:13 [2023-06-22T23:09:13.224Z] 
23:09:13 [2023-06-22T23:09:13.224Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
23:09:13 [2023-06-22T23:09:13.224Z]     sysinfo_linux_test.go:86: AppArmor Must be Disabled
23:09:13 [2023-06-22T23:09:13.224Z] 
23:09:13 [2023-06-22T23:09:13.224Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
23:09:13 [2023-06-22T23:09:13.224Z]     sysinfo_linux_test.go:106: cgroup namespaces must be disabled
23:09:13 [2023-06-22T23:09:13.224Z] 
23:09:13 [2023-06-22T23:09:13.224Z] DONE 3015 tests, 26 skipped in 93.469s
23:09:13 [2023-06-22T23:09:13.224Z] + '[' -n 'github.com/docker/docker/libnetwork
23:09:13 [2023-06-22T23:09:13.224Z] github.com/docker/docker/libnetwork/bitmap
23:09:13 [2023-06-22T23:09:13.224Z] github.com/docker/docker/libnetwork/bitseq
23:09:13 [2023-06-22T23:09:13.224Z] github.com/docker/docker/libnetwork/cluster
23:09:13 [2023-06-22T23:09:13.224Z] github.com/docker/docker/libnetwork/cmd/diagnostic
23:09:13 [2023-06-22T23:09:13.224Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
23:09:13 [2023-06-22T23:09:13.224Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
23:09:13 [2023-06-22T23:09:13.224Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
23:09:13 [2023-06-22T23:09:13.224Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
23:09:13 [2023-06-22T23:09:13.224Z] github.com/docker/docker/libnetwork/cmd/readme_test
23:09:13 [2023-06-22T23:09:13.224Z] github.com/docker/docker/libnetwork/config
23:09:13 [2023-06-22T23:09:13.224Z] github.com/docker/docker/libnetwork/datastore
23:09:13 [2023-06-22T23:09:13.224Z] github.com/docker/docker/libnetwork/diagnostic
23:09:13 [2023-06-22T23:09:13.224Z] github.com/docker/docker/libnetwork/discoverapi
23:09:13 [2023-06-22T23:09:13.224Z] github.com/docker/docker/libnetwork/driverapi
23:09:13 [2023-06-22T23:09:13.224Z] github.com/docker/docker/libnetwork/drivers/bridge
23:09:13 [2023-06-22T23:09:13.224Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
23:09:13 [2023-06-22T23:09:13.224Z] github.com/docker/docker/libnetwork/drivers/host
23:09:13 [2023-06-22T23:09:13.224Z] github.com/docker/docker/libnetwork/drivers/ipvlan
23:09:13 [2023-06-22T23:09:13.224Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
23:09:13 [2023-06-22T23:09:13.224Z] github.com/docker/docker/libnetwork/drivers/macvlan
23:09:13 [2023-06-22T23:09:13.224Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
23:09:13 [2023-06-22T23:09:13.224Z] github.com/docker/docker/libnetwork/drivers/null
23:09:13 [2023-06-22T23:09:13.225Z] github.com/docker/docker/libnetwork/drivers/overlay
23:09:13 [2023-06-22T23:09:13.225Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
23:09:13 [2023-06-22T23:09:13.225Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
23:09:13 [2023-06-22T23:09:13.225Z] github.com/docker/docker/libnetwork/drivers/remote
23:09:13 [2023-06-22T23:09:13.225Z] github.com/docker/docker/libnetwork/drivers/remote/api
23:09:13 [2023-06-22T23:09:13.225Z] github.com/docker/docker/libnetwork/drivers/windows
23:09:13 [2023-06-22T23:09:13.225Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
23:09:13 [2023-06-22T23:09:13.225Z] github.com/docker/docker/libnetwork/drvregistry
23:09:13 [2023-06-22T23:09:13.225Z] github.com/docker/docker/libnetwork/etchosts
23:09:13 [2023-06-22T23:09:13.225Z] github.com/docker/docker/libnetwork/idm
23:09:13 [2023-06-22T23:09:13.225Z] github.com/docker/docker/libnetwork/internal/caller
23:09:13 [2023-06-22T23:09:13.225Z] github.com/docker/docker/libnetwork/internal/setmatrix
23:09:13 [2023-06-22T23:09:13.225Z] github.com/docker/docker/libnetwork/ipam
23:09:13 [2023-06-22T23:09:13.225Z] github.com/docker/docker/libnetwork/ipamapi
23:09:13 [2023-06-22T23:09:13.225Z] github.com/docker/docker/libnetwork/ipams/builtin
23:09:13 [2023-06-22T23:09:13.225Z] github.com/docker/docker/libnetwork/ipams/null
23:09:13 [2023-06-22T23:09:13.225Z] github.com/docker/docker/libnetwork/ipams/remote
23:09:13 [2023-06-22T23:09:13.225Z] github.com/docker/docker/libnetwork/ipams/remote/api
23:09:13 [2023-06-22T23:09:13.225Z] github.com/docker/docker/libnetwork/ipams/windowsipam
23:09:13 [2023-06-22T23:09:13.225Z] github.com/docker/docker/libnetwork/ipamutils
23:09:13 [2023-06-22T23:09:13.225Z] github.com/docker/docker/libnetwork/ipbits
23:09:13 [2023-06-22T23:09:13.225Z] github.com/docker/docker/libnetwork/iptables
23:09:13 [2023-06-22T23:09:13.225Z] github.com/docker/docker/libnetwork/netlabel
23:09:13 [2023-06-22T23:09:13.225Z] github.com/docker/docker/libnetwork/netutils
23:09:13 [2023-06-22T23:09:13.225Z] github.com/docker/docker/libnetwork/networkdb
23:09:13 [2023-06-22T23:09:13.225Z] github.com/docker/docker/libnetwork/ns
23:09:13 [2023-06-22T23:09:13.225Z] github.com/docker/docker/libnetwork/options
23:09:13 [2023-06-22T23:09:13.225Z] github.com/docker/docker/libnetwork/osl
23:09:13 [2023-06-22T23:09:13.225Z] github.com/docker/docker/libnetwork/osl/kernel
23:09:13 [2023-06-22T23:09:13.225Z] github.com/docker/docker/libnetwork/portallocator
23:09:13 [2023-06-22T23:09:13.225Z] github.com/docker/docker/libnetwork/portmapper
23:09:13 [2023-06-22T23:09:13.225Z] github.com/docker/docker/libnetwork/resolvconf
23:09:13 [2023-06-22T23:09:13.225Z] github.com/docker/docker/libnetwork/testutils
23:09:13 [2023-06-22T23:09:13.225Z] github.com/docker/docker/libnetwork/types' ']'
23:09:13 [2023-06-22T23:09:13.225Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo libdm_no_deferred_remove journald' -cover -coverprofile=bundles/coverage-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitmap github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/ipbits github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types
23:09:59 [2023-06-22T23:09:59.930Z] 	github.com/docker/docker/libnetwork	coverage: 42.5% of statements
23:09:59 [2023-06-22T23:09:59.930Z] ok  	github.com/docker/docker/libnetwork	44.791s	coverage: 42.5% of statements
23:09:59 [2023-06-22T23:09:59.930Z] 	github.com/docker/docker/libnetwork/bitmap	coverage: 96.1% of statements
23:09:59 [2023-06-22T23:09:59.930Z] ok  	github.com/docker/docker/libnetwork/bitmap	0.006s	coverage: 96.1% of statements
23:09:59 [2023-06-22T23:09:59.930Z] 	github.com/docker/docker/libnetwork/bitseq	coverage: 75.7% of statements
23:09:59 [2023-06-22T23:09:59.930Z] ok  	github.com/docker/docker/libnetwork/bitseq	0.112s	coverage: 75.7% of statements
23:09:59 [2023-06-22T23:09:59.930Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
23:09:59 [2023-06-22T23:09:59.930Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
23:10:00 [2023-06-22T23:10:00.192Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
23:10:00 [2023-06-22T23:10:00.192Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
23:10:00 [2023-06-22T23:10:00.192Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
23:10:00 [2023-06-22T23:10:00.192Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
23:10:00 [2023-06-22T23:10:00.460Z] ?   	github.com/docker/docker/libnetwork/cmd/readme_test	[no test files]
23:10:01 [2023-06-22T23:10:01.039Z] 	github.com/docker/docker/libnetwork/config	coverage: 10.6% of statements
23:10:01 [2023-06-22T23:10:01.039Z] ok  	github.com/docker/docker/libnetwork/config	0.012s	coverage: 10.6% of statements
23:10:01 [2023-06-22T23:10:01.307Z] 	github.com/docker/docker/libnetwork/datastore	coverage: 20.5% of statements
23:10:01 [2023-06-22T23:10:01.307Z] ok  	github.com/docker/docker/libnetwork/datastore	0.004s	coverage: 20.5% of statements
23:10:01 [2023-06-22T23:10:01.307Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
23:10:01 [2023-06-22T23:10:01.307Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
23:10:01 [2023-06-22T23:10:01.575Z] 	github.com/docker/docker/libnetwork/driverapi	coverage: 68.9% of statements
23:10:01 [2023-06-22T23:10:01.575Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.003s	coverage: 68.9% of statements
23:10:04 [2023-06-22T23:10:04.882Z] 	github.com/docker/docker/libnetwork/drivers/bridge	coverage: 62.2% of statements
23:10:04 [2023-06-22T23:10:04.882Z] ok  	github.com/docker/docker/libnetwork/drivers/bridge	1.971s	coverage: 62.2% of statements
23:10:04 [2023-06-22T23:10:04.882Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
23:10:04 [2023-06-22T23:10:04.882Z] 	github.com/docker/docker/libnetwork/drivers/host	coverage: 33.3% of statements
23:10:04 [2023-06-22T23:10:04.882Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.003s	coverage: 33.3% of statements
23:10:06 [2023-06-22T23:10:06.285Z] 	github.com/docker/docker/libnetwork/drivers/ipvlan	coverage: 5.2% of statements
23:10:06 [2023-06-22T23:10:06.285Z] ok  	github.com/docker/docker/libnetwork/drivers/ipvlan	0.690s	coverage: 5.2% of statements
23:10:06 [2023-06-22T23:10:06.285Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
23:10:06 [2023-06-22T23:10:06.554Z] 	github.com/docker/docker/libnetwork/drivers/macvlan	coverage: 4.8% of statements
23:10:06 [2023-06-22T23:10:06.554Z] ok  	github.com/docker/docker/libnetwork/drivers/macvlan	0.005s	coverage: 4.8% of statements
23:10:06 [2023-06-22T23:10:06.554Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
23:10:06 [2023-06-22T23:10:06.821Z] 	github.com/docker/docker/libnetwork/drivers/null	coverage: 34.8% of statements
23:10:06 [2023-06-22T23:10:06.821Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.003s	coverage: 34.8% of statements
23:10:07 [2023-06-22T23:10:07.773Z] 	github.com/docker/docker/libnetwork/drivers/overlay	coverage: 1.5% of statements
23:10:07 [2023-06-22T23:10:07.774Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay	0.010s	coverage: 1.5% of statements
23:10:07 [2023-06-22T23:10:07.774Z] ?   	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	[no test files]
23:10:08 [2023-06-22T23:10:08.355Z] 	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	coverage: 62.9% of statements
23:10:08 [2023-06-22T23:10:08.355Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.004s	coverage: 62.9% of statements
23:10:08 [2023-06-22T23:10:08.942Z] 	github.com/docker/docker/libnetwork/drivers/remote	coverage: 57.1% of statements
23:10:08 [2023-06-22T23:10:08.942Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.011s	coverage: 57.1% of statements
23:10:08 [2023-06-22T23:10:08.942Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
23:10:08 [2023-06-22T23:10:08.942Z] ?   	github.com/docker/docker/libnetwork/drivers/windows	[no test files]
23:10:08 [2023-06-22T23:10:08.942Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
23:10:09 [2023-06-22T23:10:09.522Z] 	github.com/docker/docker/libnetwork/drvregistry	coverage: 86.2% of statements
23:10:09 [2023-06-22T23:10:09.522Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.040s	coverage: 86.2% of statements
23:10:09 [2023-06-22T23:10:09.522Z] 	github.com/docker/docker/libnetwork/etchosts	coverage: 81.0% of statements
23:10:09 [2023-06-22T23:10:09.522Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.016s	coverage: 81.0% of statements
23:10:09 [2023-06-22T23:10:09.782Z] 	github.com/docker/docker/libnetwork/idm	coverage: 87.5% of statements
23:10:09 [2023-06-22T23:10:09.782Z] ok  	github.com/docker/docker/libnetwork/idm	0.002s	coverage: 87.5% of statements
23:10:10 [2023-06-22T23:10:10.042Z] 	github.com/docker/docker/libnetwork/internal/caller	coverage: 100.0% of statements
23:10:10 [2023-06-22T23:10:10.042Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.002s	coverage: 100.0% of statements
23:10:22 [2023-06-22T23:10:22.263Z] 	github.com/docker/docker/libnetwork/internal/setmatrix	coverage: 100.0% of statements
23:10:22 [2023-06-22T23:10:22.263Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.003s	coverage: 100.0% of statements
23:10:23 [2023-06-22T23:10:23.202Z] 	github.com/docker/docker/libnetwork/ipam	coverage: 80.5% of statements
23:10:23 [2023-06-22T23:10:23.202Z] ok  	github.com/docker/docker/libnetwork/ipam	2.277s	coverage: 80.5% of statements
23:10:23 [2023-06-22T23:10:23.202Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
23:10:23 [2023-06-22T23:10:23.202Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
23:10:23 [2023-06-22T23:10:23.202Z] 	github.com/docker/docker/libnetwork/ipams/null	coverage: 54.5% of statements
23:10:23 [2023-06-22T23:10:23.202Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.003s	coverage: 54.5% of statements
23:10:23 [2023-06-22T23:10:23.772Z] 	github.com/docker/docker/libnetwork/ipams/remote	coverage: 46.8% of statements
23:10:23 [2023-06-22T23:10:23.772Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.008s	coverage: 46.8% of statements
23:10:23 [2023-06-22T23:10:23.772Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
23:10:24 [2023-06-22T23:10:24.032Z] 	github.com/docker/docker/libnetwork/ipams/windowsipam	coverage: 80.0% of statements
23:10:24 [2023-06-22T23:10:24.032Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.003s	coverage: 80.0% of statements
23:10:24 [2023-06-22T23:10:24.601Z] 	github.com/docker/docker/libnetwork/ipamutils	coverage: 86.4% of statements
23:10:24 [2023-06-22T23:10:24.601Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.273s	coverage: 86.4% of statements
23:10:24 [2023-06-22T23:10:24.861Z] 	github.com/docker/docker/libnetwork/ipbits	coverage: 100.0% of statements
23:10:24 [2023-06-22T23:10:24.861Z] ok  	github.com/docker/docker/libnetwork/ipbits	0.002s	coverage: 100.0% of statements
23:10:25 [2023-06-22T23:10:25.431Z] 	github.com/docker/docker/libnetwork/iptables	coverage: 40.7% of statements
23:10:25 [2023-06-22T23:10:25.431Z] ok  	github.com/docker/docker/libnetwork/iptables	0.223s	coverage: 40.7% of statements
23:10:25 [2023-06-22T23:10:25.431Z] ?   	github.com/docker/docker/libnetwork/netlabel	[no test files]
23:10:25 [2023-06-22T23:10:25.690Z] 	github.com/docker/docker/libnetwork/netutils	coverage: 54.9% of statements
23:10:25 [2023-06-22T23:10:25.690Z] ok  	github.com/docker/docker/libnetwork/netutils	0.014s	coverage: 54.9% of statements
23:13:02 [2023-06-22T23:13:02.199Z] 	github.com/docker/docker/libnetwork/networkdb	coverage: 60.2% of statements
23:13:02 [2023-06-22T23:13:02.199Z] ok  	github.com/docker/docker/libnetwork/networkdb	145.664s	coverage: 60.2% of statements
23:13:02 [2023-06-22T23:13:02.199Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
23:13:02 [2023-06-22T23:13:02.199Z] 	github.com/docker/docker/libnetwork/options	coverage: 100.0% of statements
23:13:02 [2023-06-22T23:13:02.199Z] ok  	github.com/docker/docker/libnetwork/options	0.002s	coverage: 100.0% of statements
23:13:02 [2023-06-22T23:13:02.199Z] 	github.com/docker/docker/libnetwork/osl	coverage: 41.5% of statements
23:13:02 [2023-06-22T23:13:02.199Z] ok  	github.com/docker/docker/libnetwork/osl	4.411s	coverage: 41.5% of statements
23:13:02 [2023-06-22T23:13:02.199Z] 	github.com/docker/docker/libnetwork/osl/kernel	coverage: 20.0% of statements
23:13:02 [2023-06-22T23:13:02.199Z] ok  	github.com/docker/docker/libnetwork/osl/kernel	0.003s	coverage: 20.0% of statements
23:13:02 [2023-06-22T23:13:02.199Z] 	github.com/docker/docker/libnetwork/portallocator	coverage: 80.7% of statements
23:13:02 [2023-06-22T23:13:02.199Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.016s	coverage: 80.7% of statements
23:13:02 [2023-06-22T23:13:02.199Z] 	github.com/docker/docker/libnetwork/portmapper	coverage: 46.3% of statements
23:13:02 [2023-06-22T23:13:02.199Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.637s	coverage: 46.3% of statements
23:13:02 [2023-06-22T23:13:02.199Z] 	github.com/docker/docker/libnetwork/resolvconf	coverage: 84.9% of statements
23:13:02 [2023-06-22T23:13:02.199Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.003s	coverage: 84.9% of statements
23:13:02 [2023-06-22T23:13:02.199Z] ?   	github.com/docker/docker/libnetwork/testutils	[no test files]
23:13:02 [2023-06-22T23:13:02.199Z] 	github.com/docker/docker/libnetwork/types	coverage: 37.3% of statements
23:13:02 [2023-06-22T23:13:02.199Z] ok  	github.com/docker/docker/libnetwork/types	0.003s	coverage: 37.3% of statements
23:13:02 [2023-06-22T23:13:02.199Z] 
23:13:02 [2023-06-22T23:13:02.199Z] === Skipped
23:13:02 [2023-06-22T23:13:02.199Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s)
23:13:02 [2023-06-22T23:13:02.199Z]     firewalld_test.go:14: firewalld is not running
23:13:02 [2023-06-22T23:13:02.199Z] 
23:13:02 [2023-06-22T23:13:02.199Z] DONE 355 tests, 1 skipped in 229.963s
Post stage
[Pipeline] junit
23:13:02 [2023-06-22T23:13:02.258Z] Recording test results
23:13:03 [2023-06-22T23:13:03.907Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
23:13:04 [2023-06-22T23:13:04.231Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-45798/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=136893e33bde91871e76f3491d45ad82f9a78296 -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_INTEGRATION_USE_SNAPSHOTTER -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=24.0 docker:136893e33bde91871e76f3491d45ad82f9a78296 hack/make.sh dynbinary test-integration
23:13:04 [2023-06-22T23:13:04.491Z] 
23:13:04 [2023-06-22T23:13:04.753Z] Removing bundles/
23:13:04 [2023-06-22T23:13:04.753Z] 
23:13:04 [2023-06-22T23:13:04.753Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
23:13:04 [2023-06-22T23:13:04.753Z] Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
23:13:43 [2023-06-22T23:13:43.570Z] Created binary: bundles/dynbinary-daemon/dockerd
23:13:43 [2023-06-22T23:13:43.570Z] Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
23:13:43 [2023-06-22T23:13:43.570Z] Created binary: bundles/dynbinary-daemon/docker-proxy
23:13:43 [2023-06-22T23:13:43.570Z] 
23:13:43 [2023-06-22T23:13:43.570Z] ---> Making bundle: test-integration (in bundles/test-integration)
23:13:43 [2023-06-22T23:13:43.570Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
23:13:43 [2023-06-22T23:13:43.570Z] HOSTNAME=62dfcad8b193
23:13:43 [2023-06-22T23:13:43.570Z] TESTDEBUG=0
23:13:43 [2023-06-22T23:13:43.570Z] DEST=bundles/test-integration
23:13:43 [2023-06-22T23:13:43.570Z] PWD=/go/src/github.com/docker/docker
23:13:43 [2023-06-22T23:13:43.570Z] CONTAINERD_ADDRESS=/run/docker/containerd/containerd.sock
23:13:43 [2023-06-22T23:13:43.570Z] DOCKER_GITCOMMIT=136893e33bde91871e76f3491d45ad82f9a78296
23:13:43 [2023-06-22T23:13:43.570Z] container=docker
23:13:43 [2023-06-22T23:13:43.570Z] HOME=/root
23:13:43 [2023-06-22T23:13:43.570Z] CONTAINERD_NAMESPACE=moby
23:13:43 [2023-06-22T23:13:43.570Z] GOLANG_VERSION=1.20.5
23:13:43 [2023-06-22T23:13:43.570Z] VALIDATE_REPO=https://github.com/moby/moby.git
23:13:43 [2023-06-22T23:13:43.570Z] VALIDATE_BRANCH=24.0
23:13:43 [2023-06-22T23:13:43.570Z] TERM=xterm
23:13:43 [2023-06-22T23:13:43.570Z] DOCKER_PKG=github.com/docker/docker
23:13:43 [2023-06-22T23:13:43.570Z] TEST_CLIENT_BINARY=/usr/local/cli-integration/docker
23:13:43 [2023-06-22T23:13:43.570Z] SHLVL=1
23:13:43 [2023-06-22T23:13:43.570Z] TIMEOUT=120m
23:13:43 [2023-06-22T23:13:43.570Z] DOCKER_GRAPHDRIVER=overlay2
23:13:43 [2023-06-22T23:13:43.570Z] GO111MODULE=off
23:13:43 [2023-06-22T23:13:43.570Z] DOCKER_EXPERIMENTAL=1
23:13:43 [2023-06-22T23:13:43.570Z] TEST_SKIP_INTEGRATION_CLI=1
23:13:43 [2023-06-22T23:13:43.570Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
23:13:43 [2023-06-22T23:13:43.570Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
23:13:43 [2023-06-22T23:13:43.570Z] GOPATH=/go
23:13:43 [2023-06-22T23:13:43.570Z] PKG_CONFIG=pkg-config
23:13:43 [2023-06-22T23:13:43.570Z] _=/usr/bin/env
23:13:43 [2023-06-22T23:13:43.570Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
23:13:51 [2023-06-22T23:13:51.746Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
23:13:52 [2023-06-22T23:13:52.317Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
23:14:04 [2023-06-22T23:14:04.558Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
23:14:06 [2023-06-22T23:14:06.471Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
23:14:10 [2023-06-22T23:14:10.677Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
23:14:10 [2023-06-22T23:14:10.677Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
23:14:10 [2023-06-22T23:14:10.955Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
23:14:11 [2023-06-22T23:14:11.895Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
23:14:12 [2023-06-22T23:14:12.466Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
23:14:12 [2023-06-22T23:14:12.466Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
23:14:13 [2023-06-22T23:14:13.407Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
23:14:14 [2023-06-22T23:14:14.789Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
23:14:15 [2023-06-22T23:14:15.730Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
23:14:16 [2023-06-22T23:14:16.671Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
23:14:16 [2023-06-22T23:14:16.932Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
23:14:17 [2023-06-22T23:14:17.504Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
23:14:18 [2023-06-22T23:14:18.444Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
23:14:19 [2023-06-22T23:14:19.386Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
23:14:19 [2023-06-22T23:14:19.647Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
23:14:23 [2023-06-22T23:14:23.515Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
23:14:23 [2023-06-22T23:14:23.515Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
23:14:23 [2023-06-22T23:14:23.515Z] Using test binary /usr/local/cli-integration/docker
23:14:23 [2023-06-22T23:14:23.515Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
23:14:23 [2023-06-22T23:14:23.515Z] +++ /etc/init.d/apparmor start
23:14:23 [2023-06-22T23:14:23.515Z] Not: starting.
23:14:23 [2023-06-22T23:14:23.515Z] INFO: Waiting for daemon to start...
23:14:23 [2023-06-22T23:14:23.515Z] Starting dockerd
23:14:23 [2023-06-22T23:14:23.515Z] +++ 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
23:14:23 [2023-06-22T23:14:23.515Z] .
23:14:23 [2023-06-22T23:14:23.515Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
23:14:23 [2023-06-22T23:14:23.515Z] ---> Making bundle: .build-empty-images (in bundles/test-integration)
23:14:23 [2023-06-22T23:14:23.515Z] ++++ tar -cC bundles/test-integration/emptyfs .
23:14:23 [2023-06-22T23:14:23.515Z] ++++ docker load
23:14:23 [2023-06-22T23:14:23.515Z] Loaded image: emptyfs:latest
23:14:23 [2023-06-22T23:14:23.515Z] ++++ tar -cC bundles/test-integration/dangling .
23:14:23 [2023-06-22T23:14:23.515Z] ++++ docker load
23:14:23 [2023-06-22T23:14:23.515Z] Loaded image ID: sha256:0df1207206e5288f4a989a2f13d1f5b3c4e70467702c1d5d21dfc9f002b7bd43
23:14:23 [2023-06-22T23:14:23.515Z] Running integration-test (iteration 1)
23:14:23 [2023-06-22T23:14:23.515Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m 
23:14:23 [2023-06-22T23:14:23.515Z] ++ 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
23:14:23 [2023-06-22T23:14:23.515Z] ++ set -e
23:14:23 [2023-06-22T23:14:23.515Z] ++ '[' -n 0 ']'
23:14:23 [2023-06-22T23:14:23.515Z] ++ set -x
23:14:23 [2023-06-22T23:14:23.515Z] ++ 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m
23:14:23 [2023-06-22T23:14:23.515Z] Loaded image: busybox:latest
23:14:23 [2023-06-22T23:14:23.777Z] Loaded image: busybox:glibc
23:14:24 [2023-06-22T23:14:24.718Z] Loaded image: debian:bullseye-slim
23:14:24 [2023-06-22T23:14:24.718Z] Loaded image: hello-world:latest
23:14:24 [2023-06-22T23:14:24.718Z] Loaded image: arm32v7/hello-world:latest
23:14:24 [2023-06-22T23:14:24.718Z] INFO: Testing against a local daemon
23:14:24 [2023-06-22T23:14:24.718Z] === RUN   TestCgroupNamespacesBuild
23:14:26 [2023-06-22T23:14:26.101Z] --- PASS: TestCgroupNamespacesBuild (1.11s)
23:14:26 [2023-06-22T23:14:26.101Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
23:14:27 [2023-06-22T23:14:27.041Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.12s)
23:14:27 [2023-06-22T23:14:27.041Z] === RUN   TestBuildWithSession
23:14:27 [2023-06-22T23:14:27.041Z]     build_session_test.go:25: TODO: BuildKit
23:14:27 [2023-06-22T23:14:27.041Z] --- SKIP: TestBuildWithSession (0.00s)
23:14:27 [2023-06-22T23:14:27.041Z] === RUN   TestBuildSquashParent
23:14:30 [2023-06-22T23:14:30.336Z] --- PASS: TestBuildSquashParent (3.17s)
23:14:30 [2023-06-22T23:14:30.336Z] === RUN   TestBuildWithRemoveAndForceRemove
23:14:30 [2023-06-22T23:14:30.336Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
23:14:30 [2023-06-22T23:14:30.336Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
23:14:30 [2023-06-22T23:14:30.336Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
23:14:30 [2023-06-22T23:14:30.336Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
23:14:30 [2023-06-22T23:14:30.336Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
23:14:30 [2023-06-22T23:14:30.336Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
23:14:30 [2023-06-22T23:14:30.336Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
23:14:30 [2023-06-22T23:14:30.336Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
23:14:30 [2023-06-22T23:14:30.336Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
23:14:30 [2023-06-22T23:14:30.336Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
23:14:30 [2023-06-22T23:14:30.336Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
23:14:30 [2023-06-22T23:14:30.336Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
23:14:30 [2023-06-22T23:14:30.336Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
23:14:30 [2023-06-22T23:14:30.336Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
23:14:30 [2023-06-22T23:14:30.336Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
23:14:30 [2023-06-22T23:14:30.336Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
23:14:30 [2023-06-22T23:14:30.336Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
23:14:30 [2023-06-22T23:14:30.336Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
23:14:33 [2023-06-22T23:14:33.631Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
23:14:33 [2023-06-22T23:14:33.631Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.30s)
23:14:33 [2023-06-22T23:14:33.631Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.52s)
23:14:33 [2023-06-22T23:14:33.631Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.71s)
23:14:33 [2023-06-22T23:14:33.631Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.00s)
23:14:33 [2023-06-22T23:14:33.631Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.09s)
23:14:33 [2023-06-22T23:14:33.631Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.16s)
23:14:33 [2023-06-22T23:14:33.631Z] === RUN   TestBuildMultiStageCopy
23:14:33 [2023-06-22T23:14:33.631Z] === RUN   TestBuildMultiStageCopy/copy_to_root
23:14:34 [2023-06-22T23:14:34.201Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
23:14:34 [2023-06-22T23:14:34.201Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
23:14:34 [2023-06-22T23:14:34.201Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
23:14:34 [2023-06-22T23:14:34.461Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
23:14:34 [2023-06-22T23:14:34.461Z] --- PASS: TestBuildMultiStageCopy (1.16s)
23:14:34 [2023-06-22T23:14:34.461Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (0.92s)
23:14:34 [2023-06-22T23:14:34.461Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.05s)
23:14:34 [2023-06-22T23:14:34.461Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.05s)
23:14:34 [2023-06-22T23:14:34.461Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.06s)
23:14:34 [2023-06-22T23:14:34.461Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.08s)
23:14:34 [2023-06-22T23:14:34.461Z] === RUN   TestBuildMultiStageParentConfig
23:14:34 [2023-06-22T23:14:34.721Z] --- PASS: TestBuildMultiStageParentConfig (0.28s)
23:14:34 [2023-06-22T23:14:34.721Z] === RUN   TestBuildLabelWithTargets
23:14:35 [2023-06-22T23:14:35.292Z] --- PASS: TestBuildLabelWithTargets (0.46s)
23:14:35 [2023-06-22T23:14:35.292Z] === RUN   TestBuildWithEmptyLayers
23:14:35 [2023-06-22T23:14:35.292Z] --- PASS: TestBuildWithEmptyLayers (0.09s)
23:14:35 [2023-06-22T23:14:35.292Z] === RUN   TestBuildMultiStageOnBuild
23:14:36 [2023-06-22T23:14:36.233Z] --- PASS: TestBuildMultiStageOnBuild (1.10s)
23:14:36 [2023-06-22T23:14:36.233Z] === RUN   TestBuildUncleanTarFilenames
23:14:36 [2023-06-22T23:14:36.493Z] --- PASS: TestBuildUncleanTarFilenames (0.11s)
23:14:36 [2023-06-22T23:14:36.493Z] === RUN   TestBuildMultiStageLayerLeak
23:14:37 [2023-06-22T23:14:37.433Z] --- PASS: TestBuildMultiStageLayerLeak (1.07s)
23:14:37 [2023-06-22T23:14:37.433Z] === RUN   TestBuildWithHugeFile
23:15:24 [2023-06-22T23:15:24.137Z] --- PASS: TestBuildWithHugeFile (43.57s)
23:15:24 [2023-06-22T23:15:24.137Z] === RUN   TestBuildWCOWSandboxSize
23:15:24 [2023-06-22T23:15:24.137Z]     build_test.go:528: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
23:15:24 [2023-06-22T23:15:24.137Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
23:15:24 [2023-06-22T23:15:24.137Z] === RUN   TestBuildWithEmptyDockerfile
23:15:24 [2023-06-22T23:15:24.137Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
23:15:24 [2023-06-22T23:15:24.137Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
23:15:24 [2023-06-22T23:15:24.137Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:15:24 [2023-06-22T23:15:24.137Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:15:24 [2023-06-22T23:15:24.137Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:15:24 [2023-06-22T23:15:24.137Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:15:24 [2023-06-22T23:15:24.137Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
23:15:24 [2023-06-22T23:15:24.137Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:15:24 [2023-06-22T23:15:24.137Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:15:24 [2023-06-22T23:15:24.137Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
23:15:24 [2023-06-22T23:15:24.137Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s)
23:15:24 [2023-06-22T23:15:24.137Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s)
23:15:24 [2023-06-22T23:15:24.137Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s)
23:15:24 [2023-06-22T23:15:24.137Z] === RUN   TestBuildPreserveOwnership
23:15:24 [2023-06-22T23:15:24.137Z] === RUN   TestBuildPreserveOwnership/copy_from
23:15:24 [2023-06-22T23:15:24.137Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
23:15:24 [2023-06-22T23:15:24.137Z] --- PASS: TestBuildPreserveOwnership (1.99s)
23:15:24 [2023-06-22T23:15:24.137Z]     --- PASS: TestBuildPreserveOwnership/copy_from (1.45s)
23:15:24 [2023-06-22T23:15:24.137Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.54s)
23:15:24 [2023-06-22T23:15:24.137Z] === RUN   TestBuildPlatformInvalid
23:15:24 [2023-06-22T23:15:24.137Z] --- PASS: TestBuildPlatformInvalid (0.02s)
23:15:24 [2023-06-22T23:15:24.137Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
23:15:24 [2023-06-22T23:15:24.137Z] Loaded image: busybox:latest
23:15:24 [2023-06-22T23:15:24.137Z] Loaded image: busybox:glibc
23:15:24 [2023-06-22T23:15:24.707Z] Loaded image: debian:bullseye-slim
23:15:24 [2023-06-22T23:15:24.707Z] Loaded image: hello-world:latest
23:15:24 [2023-06-22T23:15:24.707Z] Loaded image: arm32v7/hello-world:latest
23:15:32 [2023-06-22T23:15:32.835Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.12s)
23:15:32 [2023-06-22T23:15:32.835Z] PASS
23:15:32 [2023-06-22T23:15:32.835Z] 
23:15:32 [2023-06-22T23:15:32.835Z] === Skipped
23:15:32 [2023-06-22T23:15:32.835Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s)
23:15:32 [2023-06-22T23:15:32.835Z]     build_session_test.go:25: TODO: BuildKit
23:15:32 [2023-06-22T23:15:32.835Z] 
23:15:32 [2023-06-22T23:15:32.835Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s)
23:15:32 [2023-06-22T23:15:32.835Z]     build_test.go:528: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
23:15:32 [2023-06-22T23:15:32.835Z] 
23:15:32 [2023-06-22T23:15:32.835Z] DONE 34 tests, 2 skipped in 68.806s
23:15:32 [2023-06-22T23:15:32.835Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m 
23:15:32 [2023-06-22T23:15:32.835Z] ++ 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
23:15:32 [2023-06-22T23:15:32.835Z] ++ set -e
23:15:32 [2023-06-22T23:15:32.835Z] ++ '[' -n 0 ']'
23:15:32 [2023-06-22T23:15:32.835Z] ++ set -x
23:15:32 [2023-06-22T23:15:32.835Z] ++ 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m
23:15:32 [2023-06-22T23:15:32.835Z] INFO: Testing against a local daemon
23:15:32 [2023-06-22T23:15:32.835Z] === RUN   TestConfigInspect
23:15:34 [2023-06-22T23:15:34.216Z] --- PASS: TestConfigInspect (1.92s)
23:15:34 [2023-06-22T23:15:34.216Z] === RUN   TestConfigList
23:15:36 [2023-06-22T23:15:36.125Z] --- PASS: TestConfigList (1.86s)
23:15:36 [2023-06-22T23:15:36.126Z] === RUN   TestConfigsCreateAndDelete
23:15:38 [2023-06-22T23:15:38.034Z] --- PASS: TestConfigsCreateAndDelete (1.89s)
23:15:38 [2023-06-22T23:15:38.034Z] === RUN   TestConfigsUpdate
23:15:39 [2023-06-22T23:15:39.942Z] --- PASS: TestConfigsUpdate (1.84s)
23:15:39 [2023-06-22T23:15:39.942Z] === RUN   TestTemplatedConfig
23:15:42 [2023-06-22T23:15:42.482Z] --- PASS: TestTemplatedConfig (2.61s)
23:15:42 [2023-06-22T23:15:42.482Z] === RUN   TestConfigCreateResolve
23:15:44 [2023-06-22T23:15:44.391Z] --- PASS: TestConfigCreateResolve (1.88s)
23:15:44 [2023-06-22T23:15:44.391Z] PASS
23:15:44 [2023-06-22T23:15:44.391Z] 
23:15:44 [2023-06-22T23:15:44.391Z] DONE 6 tests in 12.014s
23:15:44 [2023-06-22T23:15:44.391Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m 
23:15:44 [2023-06-22T23:15:44.391Z] ++ 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
23:15:44 [2023-06-22T23:15:44.391Z] ++ set -e
23:15:44 [2023-06-22T23:15:44.391Z] ++ '[' -n 0 ']'
23:15:44 [2023-06-22T23:15:44.391Z] ++ set -x
23:15:44 [2023-06-22T23:15:44.391Z] ++ 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m
23:15:44 [2023-06-22T23:15:44.391Z] INFO: Testing against a local daemon
23:15:44 [2023-06-22T23:15:44.391Z] === RUN   TestAttachWithTTY
23:15:44 [2023-06-22T23:15:44.391Z] --- PASS: TestAttachWithTTY (0.05s)
23:15:44 [2023-06-22T23:15:44.391Z] === RUN   TestAttachWithoutTTy
23:15:44 [2023-06-22T23:15:44.391Z] --- PASS: TestAttachWithoutTTy (0.04s)
23:15:44 [2023-06-22T23:15:44.391Z] === RUN   TestCheckpoint
23:15:44 [2023-06-22T23:15:44.391Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
23:15:44 [2023-06-22T23:15:44.391Z] --- SKIP: TestCheckpoint (0.00s)
23:15:44 [2023-06-22T23:15:44.391Z] === RUN   TestContainerInvalidJSON
23:15:44 [2023-06-22T23:15:44.391Z] === RUN   TestContainerInvalidJSON/commit
23:15:44 [2023-06-22T23:15:44.391Z] === PAUSE TestContainerInvalidJSON/commit
23:15:44 [2023-06-22T23:15:44.391Z] === RUN   TestContainerInvalidJSON/containers/create
23:15:44 [2023-06-22T23:15:44.391Z] === PAUSE TestContainerInvalidJSON/containers/create
23:15:44 [2023-06-22T23:15:44.391Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
23:15:44 [2023-06-22T23:15:44.391Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
23:15:44 [2023-06-22T23:15:44.391Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
23:15:44 [2023-06-22T23:15:44.391Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
23:15:44 [2023-06-22T23:15:44.391Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
23:15:44 [2023-06-22T23:15:44.391Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
23:15:44 [2023-06-22T23:15:44.391Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
23:15:44 [2023-06-22T23:15:44.391Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
23:15:44 [2023-06-22T23:15:44.391Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
23:15:44 [2023-06-22T23:15:44.391Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
23:15:44 [2023-06-22T23:15:44.391Z] === CONT  TestContainerInvalidJSON/commit
23:15:44 [2023-06-22T23:15:44.391Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
23:15:44 [2023-06-22T23:15:44.391Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
23:15:44 [2023-06-22T23:15:44.391Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
23:15:44 [2023-06-22T23:15:44.391Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
23:15:44 [2023-06-22T23:15:44.391Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
23:15:44 [2023-06-22T23:15:44.391Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
23:15:44 [2023-06-22T23:15:44.391Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
23:15:44 [2023-06-22T23:15:44.391Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
23:15:44 [2023-06-22T23:15:44.391Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
23:15:44 [2023-06-22T23:15:44.391Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
23:15:44 [2023-06-22T23:15:44.391Z] === CONT  TestContainerInvalidJSON/containers/create
23:15:44 [2023-06-22T23:15:44.391Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
23:15:44 [2023-06-22T23:15:44.391Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
23:15:44 [2023-06-22T23:15:44.391Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
23:15:44 [2023-06-22T23:15:44.391Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
23:15:44 [2023-06-22T23:15:44.391Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
23:15:44 [2023-06-22T23:15:44.391Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
23:15:44 [2023-06-22T23:15:44.391Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
23:15:44 [2023-06-22T23:15:44.391Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
23:15:44 [2023-06-22T23:15:44.391Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
23:15:44 [2023-06-22T23:15:44.391Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
23:15:44 [2023-06-22T23:15:44.391Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
23:15:44 [2023-06-22T23:15:44.391Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
23:15:44 [2023-06-22T23:15:44.391Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
23:15:44 [2023-06-22T23:15:44.391Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
23:15:44 [2023-06-22T23:15:44.391Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
23:15:44 [2023-06-22T23:15:44.391Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
23:15:44 [2023-06-22T23:15:44.391Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
23:15:44 [2023-06-22T23:15:44.391Z] === RUN   TestContainerInvalidJSON/commit/empty_body
23:15:44 [2023-06-22T23:15:44.391Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
23:15:44 [2023-06-22T23:15:44.391Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
23:15:44 [2023-06-22T23:15:44.391Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
23:15:44 [2023-06-22T23:15:44.391Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
23:15:44 [2023-06-22T23:15:44.391Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
23:15:44 [2023-06-22T23:15:44.391Z] --- PASS: TestContainerInvalidJSON (0.01s)
23:15:44 [2023-06-22T23:15:44.391Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
23:15:44 [2023-06-22T23:15:44.391Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
23:15:44 [2023-06-22T23:15:44.391Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
23:15:44 [2023-06-22T23:15:44.391Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
23:15:44 [2023-06-22T23:15:44.391Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
23:15:44 [2023-06-22T23:15:44.391Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
23:15:44 [2023-06-22T23:15:44.391Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
23:15:44 [2023-06-22T23:15:44.391Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
23:15:44 [2023-06-22T23:15:44.391Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
23:15:44 [2023-06-22T23:15:44.391Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
23:15:44 [2023-06-22T23:15:44.391Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
23:15:44 [2023-06-22T23:15:44.391Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
23:15:44 [2023-06-22T23:15:44.391Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
23:15:44 [2023-06-22T23:15:44.391Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
23:15:44 [2023-06-22T23:15:44.391Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
23:15:44 [2023-06-22T23:15:44.391Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
23:15:44 [2023-06-22T23:15:44.391Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
23:15:44 [2023-06-22T23:15:44.391Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
23:15:44 [2023-06-22T23:15:44.391Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
23:15:44 [2023-06-22T23:15:44.391Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
23:15:44 [2023-06-22T23:15:44.391Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
23:15:44 [2023-06-22T23:15:44.391Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
23:15:44 [2023-06-22T23:15:44.391Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
23:15:44 [2023-06-22T23:15:44.391Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
23:15:44 [2023-06-22T23:15:44.391Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
23:15:44 [2023-06-22T23:15:44.391Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
23:15:44 [2023-06-22T23:15:44.391Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
23:15:44 [2023-06-22T23:15:44.391Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
23:15:44 [2023-06-22T23:15:44.391Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
23:15:44 [2023-06-22T23:15:44.391Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
23:15:44 [2023-06-22T23:15:44.391Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
23:15:44 [2023-06-22T23:15:44.391Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
23:15:44 [2023-06-22T23:15:44.391Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
23:15:44 [2023-06-22T23:15:44.391Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
23:15:44 [2023-06-22T23:15:44.391Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
23:15:44 [2023-06-22T23:15:44.391Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:15:44 [2023-06-22T23:15:44.391Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.04s)
23:15:44 [2023-06-22T23:15:44.391Z] === RUN   TestCopyFromContainerPathIsNotDir
23:15:44 [2023-06-22T23:15:44.391Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s)
23:15:44 [2023-06-22T23:15:44.391Z] === RUN   TestCopyToContainerPathDoesNotExist
23:15:44 [2023-06-22T23:15:44.651Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s)
23:15:44 [2023-06-22T23:15:44.651Z] === RUN   TestCopyEmptyFile
23:15:44 [2023-06-22T23:15:44.651Z] --- PASS: TestCopyEmptyFile (0.05s)
23:15:44 [2023-06-22T23:15:44.651Z] === RUN   TestCopyToContainerPathIsNotDir
23:15:44 [2023-06-22T23:15:44.651Z] --- PASS: TestCopyToContainerPathIsNotDir (0.03s)
23:15:44 [2023-06-22T23:15:44.651Z] === RUN   TestCopyFromContainer
23:15:45 [2023-06-22T23:15:45.221Z] === RUN   TestCopyFromContainer//
23:15:45 [2023-06-22T23:15:45.221Z] === RUN   TestCopyFromContainer/.
23:15:45 [2023-06-22T23:15:45.221Z] === RUN   TestCopyFromContainer//.
23:15:45 [2023-06-22T23:15:45.221Z] === RUN   TestCopyFromContainer/./
23:15:45 [2023-06-22T23:15:45.221Z] === RUN   TestCopyFromContainer//./
23:15:45 [2023-06-22T23:15:45.221Z] === RUN   TestCopyFromContainer//bar/root
23:15:45 [2023-06-22T23:15:45.221Z] === RUN   TestCopyFromContainer//bar/root/
23:15:45 [2023-06-22T23:15:45.221Z] === RUN   TestCopyFromContainer//bar/root/.
23:15:45 [2023-06-22T23:15:45.221Z] === RUN   TestCopyFromContainer/bar/quux
23:15:45 [2023-06-22T23:15:45.221Z] === RUN   TestCopyFromContainer/bar/quux/
23:15:45 [2023-06-22T23:15:45.221Z] === RUN   TestCopyFromContainer/bar/quux/.
23:15:45 [2023-06-22T23:15:45.221Z] === RUN   TestCopyFromContainer/bar/quux/baz
23:15:45 [2023-06-22T23:15:45.221Z] === RUN   TestCopyFromContainer/bar/filesymlink
23:15:45 [2023-06-22T23:15:45.221Z] === RUN   TestCopyFromContainer/bar/dirsymlink
23:15:45 [2023-06-22T23:15:45.221Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
23:15:45 [2023-06-22T23:15:45.221Z] === RUN   TestCopyFromContainer/bar/dirsymlink/.
23:15:45 [2023-06-22T23:15:45.221Z] === RUN   TestCopyFromContainer/bar/notarget
23:15:45 [2023-06-22T23:15:45.221Z] --- PASS: TestCopyFromContainer (0.69s)
23:15:45 [2023-06-22T23:15:45.221Z]     --- PASS: TestCopyFromContainer// (0.01s)
23:15:45 [2023-06-22T23:15:45.221Z]     --- PASS: TestCopyFromContainer/. (0.01s)
23:15:45 [2023-06-22T23:15:45.221Z]     --- PASS: TestCopyFromContainer//. (0.01s)
23:15:45 [2023-06-22T23:15:45.221Z]     --- PASS: TestCopyFromContainer/./ (0.01s)
23:15:45 [2023-06-22T23:15:45.221Z]     --- PASS: TestCopyFromContainer//./ (0.01s)
23:15:45 [2023-06-22T23:15:45.221Z]     --- PASS: TestCopyFromContainer//bar/root (0.01s)
23:15:45 [2023-06-22T23:15:45.221Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.01s)
23:15:45 [2023-06-22T23:15:45.221Z]     --- PASS: TestCopyFromContainer//bar/root/. (0.01s)
23:15:45 [2023-06-22T23:15:45.221Z]     --- PASS: TestCopyFromContainer/bar/quux (0.01s)
23:15:45 [2023-06-22T23:15:45.221Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.00s)
23:15:45 [2023-06-22T23:15:45.221Z]     --- PASS: TestCopyFromContainer/bar/quux/. (0.00s)
23:15:45 [2023-06-22T23:15:45.221Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.00s)
23:15:45 [2023-06-22T23:15:45.221Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.00s)
23:15:45 [2023-06-22T23:15:45.221Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.00s)
23:15:45 [2023-06-22T23:15:45.221Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.01s)
23:15:45 [2023-06-22T23:15:45.221Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/. (0.00s)
23:15:45 [2023-06-22T23:15:45.221Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.00s)
23:15:45 [2023-06-22T23:15:45.221Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
23:15:45 [2023-06-22T23:15:45.221Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
23:15:45 [2023-06-22T23:15:45.221Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
23:15:45 [2023-06-22T23:15:45.221Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
23:15:45 [2023-06-22T23:15:45.221Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
23:15:45 [2023-06-22T23:15:45.221Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
23:15:45 [2023-06-22T23:15:45.221Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
23:15:45 [2023-06-22T23:15:45.221Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
23:15:45 [2023-06-22T23:15:45.221Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
23:15:45 [2023-06-22T23:15:45.221Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
23:15:45 [2023-06-22T23:15:45.221Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
23:15:45 [2023-06-22T23:15:45.221Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
23:15:45 [2023-06-22T23:15:45.221Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
23:15:45 [2023-06-22T23:15:45.221Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
23:15:45 [2023-06-22T23:15:45.221Z] === RUN   TestCreateLinkToNonExistingContainer
23:15:45 [2023-06-22T23:15:45.480Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s)
23:15:45 [2023-06-22T23:15:45.480Z] === RUN   TestCreateWithInvalidEnv
23:15:45 [2023-06-22T23:15:45.480Z] === RUN   TestCreateWithInvalidEnv/0
23:15:45 [2023-06-22T23:15:45.480Z] === PAUSE TestCreateWithInvalidEnv/0
23:15:45 [2023-06-22T23:15:45.480Z] === RUN   TestCreateWithInvalidEnv/1
23:15:45 [2023-06-22T23:15:45.480Z] === PAUSE TestCreateWithInvalidEnv/1
23:15:45 [2023-06-22T23:15:45.480Z] === RUN   TestCreateWithInvalidEnv/2
23:15:45 [2023-06-22T23:15:45.480Z] === PAUSE TestCreateWithInvalidEnv/2
23:15:45 [2023-06-22T23:15:45.480Z] === CONT  TestCreateWithInvalidEnv/0
23:15:45 [2023-06-22T23:15:45.480Z] === CONT  TestCreateWithInvalidEnv/1
23:15:45 [2023-06-22T23:15:45.480Z] === CONT  TestCreateWithInvalidEnv/2
23:15:45 [2023-06-22T23:15:45.480Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
23:15:45 [2023-06-22T23:15:45.480Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
23:15:45 [2023-06-22T23:15:45.480Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
23:15:45 [2023-06-22T23:15:45.480Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
23:15:45 [2023-06-22T23:15:45.480Z] === RUN   TestCreateTmpfsMountsTarget
23:15:45 [2023-06-22T23:15:45.480Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
23:15:45 [2023-06-22T23:15:45.480Z] === RUN   TestCreateWithCustomMaskedPaths
23:15:46 [2023-06-22T23:15:46.861Z] --- PASS: TestCreateWithCustomMaskedPaths (1.23s)
23:15:46 [2023-06-22T23:15:46.861Z] === RUN   TestCreateWithCustomReadonlyPaths
23:15:47 [2023-06-22T23:15:47.800Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.30s)
23:15:47 [2023-06-22T23:15:47.800Z] === RUN   TestCreateWithInvalidHealthcheckParams
23:15:47 [2023-06-22T23:15:47.800Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
23:15:47 [2023-06-22T23:15:47.800Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
23:15:47 [2023-06-22T23:15:47.800Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
23:15:47 [2023-06-22T23:15:47.800Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
23:15:47 [2023-06-22T23:15:47.800Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
23:15:47 [2023-06-22T23:15:47.800Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
23:15:47 [2023-06-22T23:15:47.800Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
23:15:47 [2023-06-22T23:15:47.800Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
23:15:47 [2023-06-22T23:15:47.800Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
23:15:47 [2023-06-22T23:15:47.800Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
23:15:48 [2023-06-22T23:15:48.060Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
23:15:48 [2023-06-22T23:15:48.060Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
23:15:48 [2023-06-22T23:15:48.060Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
23:15:48 [2023-06-22T23:15:48.060Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
23:15:48 [2023-06-22T23:15:48.060Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
23:15:48 [2023-06-22T23:15:48.060Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
23:15:48 [2023-06-22T23:15:48.060Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
23:15:48 [2023-06-22T23:15:48.060Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
23:15:48 [2023-06-22T23:15:48.060Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
23:15:48 [2023-06-22T23:15:48.060Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
23:15:48 [2023-06-22T23:15:48.060Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
23:15:48 [2023-06-22T23:15:48.060Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
23:15:48 [2023-06-22T23:15:48.320Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.47s)
23:15:48 [2023-06-22T23:15:48.320Z] === RUN   TestCreateDifferentPlatform
23:15:48 [2023-06-22T23:15:48.320Z] === RUN   TestCreateDifferentPlatform/different_os
23:15:48 [2023-06-22T23:15:48.320Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
23:15:48 [2023-06-22T23:15:48.320Z] --- PASS: TestCreateDifferentPlatform (0.01s)
23:15:48 [2023-06-22T23:15:48.320Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
23:15:48 [2023-06-22T23:15:48.320Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
23:15:48 [2023-06-22T23:15:48.320Z] === RUN   TestCreateVolumesFromNonExistingContainer
23:15:48 [2023-06-22T23:15:48.320Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s)
23:15:48 [2023-06-22T23:15:48.320Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
23:15:48 [2023-06-22T23:15:48.580Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s)
23:15:48 [2023-06-22T23:15:48.580Z] === RUN   TestCreateInvalidHostConfig
23:15:48 [2023-06-22T23:15:48.580Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
23:15:48 [2023-06-22T23:15:48.580Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
23:15:48 [2023-06-22T23:15:48.580Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
23:15:48 [2023-06-22T23:15:48.580Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
23:15:48 [2023-06-22T23:15:48.580Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
23:15:48 [2023-06-22T23:15:48.580Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
23:15:48 [2023-06-22T23:15:48.580Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
23:15:48 [2023-06-22T23:15:48.580Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
23:15:48 [2023-06-22T23:15:48.580Z] === RUN   TestCreateInvalidHostConfig/invalid_Annotations
23:15:48 [2023-06-22T23:15:48.580Z] === PAUSE TestCreateInvalidHostConfig/invalid_Annotations
23:15:48 [2023-06-22T23:15:48.580Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
23:15:48 [2023-06-22T23:15:48.580Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
23:15:48 [2023-06-22T23:15:48.580Z] === CONT  TestCreateInvalidHostConfig/invalid_Annotations
23:15:48 [2023-06-22T23:15:48.580Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
23:15:48 [2023-06-22T23:15:48.580Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
23:15:48 [2023-06-22T23:15:48.580Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
23:15:48 [2023-06-22T23:15:48.580Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
23:15:48 [2023-06-22T23:15:48.580Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
23:15:48 [2023-06-22T23:15:48.580Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
23:15:48 [2023-06-22T23:15:48.580Z]     --- PASS: TestCreateInvalidHostConfig/invalid_Annotations (0.00s)
23:15:48 [2023-06-22T23:15:48.580Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
23:15:48 [2023-06-22T23:15:48.580Z] === RUN   TestContainerStartOnDaemonRestart
23:15:48 [2023-06-22T23:15:48.580Z] === PAUSE TestContainerStartOnDaemonRestart
23:15:48 [2023-06-22T23:15:48.580Z] === RUN   TestDaemonRestartIpcMode
23:15:48 [2023-06-22T23:15:48.580Z] === PAUSE TestDaemonRestartIpcMode
23:15:48 [2023-06-22T23:15:48.580Z] === RUN   TestDaemonHostGatewayIP
23:15:48 [2023-06-22T23:15:48.580Z] === PAUSE TestDaemonHostGatewayIP
23:15:48 [2023-06-22T23:15:48.580Z] === RUN   TestRestartDaemonWithRestartingContainer
23:15:48 [2023-06-22T23:15:48.580Z] === PAUSE TestRestartDaemonWithRestartingContainer
23:15:48 [2023-06-22T23:15:48.580Z] === RUN   TestContainerKillOnDaemonStart
23:15:48 [2023-06-22T23:15:48.580Z] === PAUSE TestContainerKillOnDaemonStart
23:15:48 [2023-06-22T23:15:48.580Z] === RUN   TestDiff
23:15:48 [2023-06-22T23:15:48.840Z] --- PASS: TestDiff (0.42s)
23:15:48 [2023-06-22T23:15:48.840Z] === RUN   TestExecConsoleSize
23:15:49 [2023-06-22T23:15:49.409Z] --- PASS: TestExecConsoleSize (0.54s)
23:15:49 [2023-06-22T23:15:49.409Z] === RUN   TestExecWithCloseStdin
23:15:49 [2023-06-22T23:15:49.979Z] --- PASS: TestExecWithCloseStdin (0.49s)
23:15:49 [2023-06-22T23:15:49.979Z] === RUN   TestExec
23:15:50 [2023-06-22T23:15:50.548Z] --- PASS: TestExec (0.54s)
23:15:50 [2023-06-22T23:15:50.548Z] === RUN   TestExecUser
23:15:51 [2023-06-22T23:15:51.117Z] --- PASS: TestExecUser (0.51s)
23:15:51 [2023-06-22T23:15:51.117Z] === RUN   TestExportContainerAndImportImage
23:15:51 [2023-06-22T23:15:51.377Z] --- PASS: TestExportContainerAndImportImage (0.47s)
23:15:51 [2023-06-22T23:15:51.378Z] === RUN   TestExportContainerAfterDaemonRestart
23:15:57 [2023-06-22T23:15:57.952Z] --- PASS: TestExportContainerAfterDaemonRestart (6.13s)
23:15:57 [2023-06-22T23:15:57.952Z] === RUN   TestHealthCheckWorkdir
23:15:58 [2023-06-22T23:15:58.212Z] --- PASS: TestHealthCheckWorkdir (0.63s)
23:15:58 [2023-06-22T23:15:58.212Z] === RUN   TestHealthKillContainer
23:16:06 [2023-06-22T23:16:06.340Z] --- PASS: TestHealthKillContainer (7.93s)
23:16:06 [2023-06-22T23:16:06.340Z] === RUN   TestHealthCheckProcessKilled
23:16:06 [2023-06-22T23:16:06.910Z] --- PASS: TestHealthCheckProcessKilled (0.68s)
23:16:06 [2023-06-22T23:16:06.910Z] === RUN   TestInspectCpusetInConfigPre120
23:16:07 [2023-06-22T23:16:07.479Z] --- PASS: TestInspectCpusetInConfigPre120 (0.47s)
23:16:07 [2023-06-22T23:16:07.479Z] === RUN   TestInspectAnnotations
23:16:07 [2023-06-22T23:16:07.479Z] --- PASS: TestInspectAnnotations (0.04s)
23:16:07 [2023-06-22T23:16:07.479Z] === RUN   TestIpcModeNone
23:16:08 [2023-06-22T23:16:08.049Z] --- PASS: TestIpcModeNone (0.55s)
23:16:08 [2023-06-22T23:16:08.049Z] === RUN   TestIpcModePrivate
23:16:08 [2023-06-22T23:16:08.308Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:77, shared: false, mustBeShared: false
23:16:08 [2023-06-22T23:16:08.308Z] --- PASS: TestIpcModePrivate (0.51s)
23:16:08 [2023-06-22T23:16:08.308Z] === RUN   TestIpcModeShareable
23:16:08 [2023-06-22T23:16:08.878Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:71, shared: true, mustBeShared: true
23:16:08 [2023-06-22T23:16:08.878Z] --- PASS: TestIpcModeShareable (0.51s)
23:16:08 [2023-06-22T23:16:08.878Z] === RUN   TestAPIIpcModeShareableAndContainer
23:16:10 [2023-06-22T23:16:10.788Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.55s)
23:16:10 [2023-06-22T23:16:10.788Z] === RUN   TestAPIIpcModeHost
23:16:10 [2023-06-22T23:16:10.788Z] --- PASS: TestAPIIpcModeHost (0.31s)
23:16:10 [2023-06-22T23:16:10.788Z] === RUN   TestDaemonIpcModeShareable
23:16:11 [2023-06-22T23:16:11.727Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:81, shared: true, mustBeShared: true
23:16:11 [2023-06-22T23:16:11.987Z] --- PASS: TestDaemonIpcModeShareable (1.14s)
23:16:11 [2023-06-22T23:16:11.987Z] === RUN   TestDaemonIpcModePrivate
23:16:12 [2023-06-22T23:16:12.926Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:87, shared: false, mustBeShared: false
23:16:12 [2023-06-22T23:16:12.926Z] --- PASS: TestDaemonIpcModePrivate (1.10s)
23:16:12 [2023-06-22T23:16:12.926Z] === RUN   TestDaemonIpcModePrivateFromConfig
23:16:13 [2023-06-22T23:16:13.866Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:87, shared: false, mustBeShared: false
23:16:14 [2023-06-22T23:16:14.125Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.12s)
23:16:14 [2023-06-22T23:16:14.125Z] === RUN   TestDaemonIpcModeShareableFromConfig
23:16:15 [2023-06-22T23:16:15.065Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:81, shared: true, mustBeShared: true
23:16:15 [2023-06-22T23:16:15.325Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.06s)
23:16:15 [2023-06-22T23:16:15.325Z] === RUN   TestIpcModeOlderClient
23:16:15 [2023-06-22T23:16:15.325Z] === PAUSE TestIpcModeOlderClient
23:16:15 [2023-06-22T23:16:15.325Z] === RUN   TestKillContainerInvalidSignal
23:16:15 [2023-06-22T23:16:15.585Z] --- PASS: TestKillContainerInvalidSignal (0.45s)
23:16:15 [2023-06-22T23:16:15.585Z] === RUN   TestKillContainer
23:16:15 [2023-06-22T23:16:15.585Z] === RUN   TestKillContainer/no_signal
23:16:16 [2023-06-22T23:16:16.155Z] === RUN   TestKillContainer/non_killing_signal
23:16:16 [2023-06-22T23:16:16.415Z] === RUN   TestKillContainer/killing_signal
23:16:16 [2023-06-22T23:16:16.999Z] --- PASS: TestKillContainer (1.35s)
23:16:16 [2023-06-22T23:16:16.999Z]     --- PASS: TestKillContainer/no_signal (0.42s)
23:16:16 [2023-06-22T23:16:16.999Z]     --- PASS: TestKillContainer/non_killing_signal (0.25s)
23:16:16 [2023-06-22T23:16:16.999Z]     --- PASS: TestKillContainer/killing_signal (0.44s)
23:16:16 [2023-06-22T23:16:16.999Z] === RUN   TestKillWithStopSignalAndRestartPolicies
23:16:16 [2023-06-22T23:16:16.999Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
23:16:17 [2023-06-22T23:16:17.587Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
23:16:17 [2023-06-22T23:16:17.852Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.86s)
23:16:17 [2023-06-22T23:16:17.852Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.44s)
23:16:17 [2023-06-22T23:16:17.852Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.24s)
23:16:17 [2023-06-22T23:16:17.852Z] === RUN   TestKillStoppedContainer
23:16:17 [2023-06-22T23:16:17.852Z] --- PASS: TestKillStoppedContainer (0.04s)
23:16:17 [2023-06-22T23:16:17.852Z] === RUN   TestKillStoppedContainerAPIPre120
23:16:17 [2023-06-22T23:16:17.852Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.03s)
23:16:17 [2023-06-22T23:16:17.852Z] === RUN   TestKillDifferentUserContainer
23:16:18 [2023-06-22T23:16:18.427Z] --- PASS: TestKillDifferentUserContainer (0.40s)
23:16:18 [2023-06-22T23:16:18.427Z] === RUN   TestInspectOomKilledTrue
23:16:18 [2023-06-22T23:16:18.998Z] --- PASS: TestInspectOomKilledTrue (0.49s)
23:16:18 [2023-06-22T23:16:18.998Z] === RUN   TestInspectOomKilledFalse
23:16:19 [2023-06-22T23:16:19.259Z] --- PASS: TestInspectOomKilledFalse (0.44s)
23:16:19 [2023-06-22T23:16:19.259Z] === RUN   TestLinksEtcHostsContentMatch
23:16:19 [2023-06-22T23:16:19.520Z] --- PASS: TestLinksEtcHostsContentMatch (0.24s)
23:16:19 [2023-06-22T23:16:19.520Z] === RUN   TestLinksContainerNames
23:16:20 [2023-06-22T23:16:20.463Z] --- PASS: TestLinksContainerNames (0.91s)
23:16:20 [2023-06-22T23:16:20.463Z] === RUN   TestLogsFollowTailEmpty
23:16:21 [2023-06-22T23:16:21.037Z] --- PASS: TestLogsFollowTailEmpty (0.50s)
23:16:21 [2023-06-22T23:16:21.037Z] === RUN   TestLogs
23:16:21 [2023-06-22T23:16:21.037Z] === RUN   TestLogs/driver_local
23:16:21 [2023-06-22T23:16:21.037Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
23:16:21 [2023-06-22T23:16:21.037Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
23:16:21 [2023-06-22T23:16:21.037Z] === RUN   TestLogs/driver_local/tty/only_stdout
23:16:21 [2023-06-22T23:16:21.037Z] === PAUSE TestLogs/driver_local/tty/only_stdout
23:16:21 [2023-06-22T23:16:21.037Z] === RUN   TestLogs/driver_local/tty/only_stderr
23:16:21 [2023-06-22T23:16:21.037Z] === PAUSE TestLogs/driver_local/tty/only_stderr
23:16:21 [2023-06-22T23:16:21.037Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
23:16:21 [2023-06-22T23:16:21.037Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
23:16:21 [2023-06-22T23:16:21.037Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
23:16:21 [2023-06-22T23:16:21.037Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
23:16:21 [2023-06-22T23:16:21.037Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
23:16:21 [2023-06-22T23:16:21.037Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
23:16:21 [2023-06-22T23:16:21.037Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
23:16:21 [2023-06-22T23:16:21.037Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
23:16:21 [2023-06-22T23:16:21.037Z] === CONT  TestLogs/driver_local/tty/only_stderr
23:16:21 [2023-06-22T23:16:21.037Z] === CONT  TestLogs/driver_local/tty/only_stdout
23:16:21 [2023-06-22T23:16:21.037Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
23:16:21 [2023-06-22T23:16:21.037Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
23:16:22 [2023-06-22T23:16:22.947Z] === RUN   TestLogs/driver_json-file
23:16:22 [2023-06-22T23:16:22.947Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
23:16:22 [2023-06-22T23:16:22.947Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
23:16:22 [2023-06-22T23:16:22.947Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
23:16:22 [2023-06-22T23:16:22.947Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
23:16:22 [2023-06-22T23:16:22.947Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
23:16:22 [2023-06-22T23:16:22.947Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
23:16:22 [2023-06-22T23:16:22.947Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
23:16:22 [2023-06-22T23:16:22.947Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
23:16:22 [2023-06-22T23:16:22.947Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
23:16:22 [2023-06-22T23:16:22.947Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
23:16:22 [2023-06-22T23:16:22.947Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
23:16:22 [2023-06-22T23:16:22.947Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
23:16:22 [2023-06-22T23:16:22.947Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
23:16:22 [2023-06-22T23:16:22.947Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
23:16:22 [2023-06-22T23:16:22.947Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
23:16:22 [2023-06-22T23:16:22.947Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
23:16:22 [2023-06-22T23:16:22.947Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
23:16:22 [2023-06-22T23:16:22.947Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
23:16:24 [2023-06-22T23:16:24.327Z] --- PASS: TestLogs (3.11s)
23:16:24 [2023-06-22T23:16:24.327Z]     --- PASS: TestLogs/driver_local (0.01s)
23:16:24 [2023-06-22T23:16:24.327Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (0.63s)
23:16:24 [2023-06-22T23:16:24.327Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (1.01s)
23:16:24 [2023-06-22T23:16:24.327Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (1.44s)
23:16:24 [2023-06-22T23:16:24.327Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (1.51s)
23:16:24 [2023-06-22T23:16:24.327Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (1.58s)
23:16:24 [2023-06-22T23:16:24.327Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (1.63s)
23:16:24 [2023-06-22T23:16:24.327Z]     --- PASS: TestLogs/driver_json-file (0.01s)
23:16:24 [2023-06-22T23:16:24.327Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.90s)
23:16:24 [2023-06-22T23:16:24.327Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.96s)
23:16:24 [2023-06-22T23:16:24.327Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (1.14s)
23:16:24 [2023-06-22T23:16:24.327Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (1.20s)
23:16:24 [2023-06-22T23:16:24.327Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (1.40s)
23:16:24 [2023-06-22T23:16:24.327Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (1.46s)
23:16:24 [2023-06-22T23:16:24.327Z] === RUN   TestContainerNetworkMountsNoChown
23:16:24 [2023-06-22T23:16:24.587Z] --- PASS: TestContainerNetworkMountsNoChown (0.43s)
23:16:24 [2023-06-22T23:16:24.587Z] === RUN   TestMountDaemonRoot
23:16:24 [2023-06-22T23:16:24.587Z] === RUN   TestMountDaemonRoot/default
23:16:24 [2023-06-22T23:16:24.587Z] === PAUSE TestMountDaemonRoot/default
23:16:24 [2023-06-22T23:16:24.587Z] === RUN   TestMountDaemonRoot/private
23:16:24 [2023-06-22T23:16:24.587Z] === PAUSE TestMountDaemonRoot/private
23:16:24 [2023-06-22T23:16:24.587Z] === RUN   TestMountDaemonRoot/rprivate
23:16:24 [2023-06-22T23:16:24.587Z] === PAUSE TestMountDaemonRoot/rprivate
23:16:24 [2023-06-22T23:16:24.587Z] === RUN   TestMountDaemonRoot/slave
23:16:24 [2023-06-22T23:16:24.587Z] === PAUSE TestMountDaemonRoot/slave
23:16:24 [2023-06-22T23:16:24.587Z] === RUN   TestMountDaemonRoot/rslave
23:16:24 [2023-06-22T23:16:24.587Z] === PAUSE TestMountDaemonRoot/rslave
23:16:24 [2023-06-22T23:16:24.587Z] === RUN   TestMountDaemonRoot/shared
23:16:24 [2023-06-22T23:16:24.587Z] === PAUSE TestMountDaemonRoot/shared
23:16:24 [2023-06-22T23:16:24.587Z] === RUN   TestMountDaemonRoot/rshared
23:16:24 [2023-06-22T23:16:24.587Z] === PAUSE TestMountDaemonRoot/rshared
23:16:24 [2023-06-22T23:16:24.587Z] === CONT  TestMountDaemonRoot/default
23:16:24 [2023-06-22T23:16:24.587Z] === CONT  TestMountDaemonRoot/shared
23:16:24 [2023-06-22T23:16:24.587Z] === CONT  TestMountDaemonRoot/rprivate
23:16:24 [2023-06-22T23:16:24.587Z] === CONT  TestMountDaemonRoot/rslave
23:16:24 [2023-06-22T23:16:24.587Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
23:16:24 [2023-06-22T23:16:24.587Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
23:16:24 [2023-06-22T23:16:24.587Z] === RUN   TestMountDaemonRoot/rslave/bind_root
23:16:24 [2023-06-22T23:16:24.587Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
23:16:24 [2023-06-22T23:16:24.587Z] === RUN   TestMountDaemonRoot/default/bind_root
23:16:24 [2023-06-22T23:16:24.587Z] === RUN   TestMountDaemonRoot/shared/mount_root
23:16:24 [2023-06-22T23:16:24.587Z] === CONT  TestMountDaemonRoot/slave
23:16:24 [2023-06-22T23:16:24.587Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
23:16:24 [2023-06-22T23:16:24.587Z] === PAUSE TestMountDaemonRoot/default/bind_root
23:16:24 [2023-06-22T23:16:24.587Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
23:16:24 [2023-06-22T23:16:24.587Z] === CONT  TestMountDaemonRoot/private
23:16:24 [2023-06-22T23:16:24.587Z] === RUN   TestMountDaemonRoot/default/bind_subpath
23:16:24 [2023-06-22T23:16:24.587Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
23:16:24 [2023-06-22T23:16:24.587Z] === RUN   TestMountDaemonRoot/default/mount_root
23:16:24 [2023-06-22T23:16:24.587Z] === PAUSE TestMountDaemonRoot/default/mount_root
23:16:24 [2023-06-22T23:16:24.587Z] === CONT  TestMountDaemonRoot/rshared
23:16:24 [2023-06-22T23:16:24.587Z] === PAUSE TestMountDaemonRoot/shared/mount_root
23:16:24 [2023-06-22T23:16:24.587Z] === RUN   TestMountDaemonRoot/slave/bind_root
23:16:24 [2023-06-22T23:16:24.587Z] === PAUSE TestMountDaemonRoot/slave/bind_root
23:16:24 [2023-06-22T23:16:24.587Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
23:16:24 [2023-06-22T23:16:24.587Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
23:16:24 [2023-06-22T23:16:24.587Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
23:16:24 [2023-06-22T23:16:24.587Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
23:16:24 [2023-06-22T23:16:24.587Z] === RUN   TestMountDaemonRoot/shared/bind_root
23:16:24 [2023-06-22T23:16:24.587Z] === RUN   TestMountDaemonRoot/slave/mount_root
23:16:24 [2023-06-22T23:16:24.587Z] === PAUSE TestMountDaemonRoot/shared/bind_root
23:16:24 [2023-06-22T23:16:24.587Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
23:16:24 [2023-06-22T23:16:24.587Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
23:16:24 [2023-06-22T23:16:24.587Z] === CONT  TestMountDaemonRoot/shared/bind_root
23:16:24 [2023-06-22T23:16:24.587Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
23:16:24 [2023-06-22T23:16:24.587Z] === RUN   TestMountDaemonRoot/private/bind_root
23:16:24 [2023-06-22T23:16:24.587Z] === PAUSE TestMountDaemonRoot/private/bind_root
23:16:24 [2023-06-22T23:16:24.587Z] === RUN   TestMountDaemonRoot/private/bind_subpath
23:16:24 [2023-06-22T23:16:24.587Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
23:16:24 [2023-06-22T23:16:24.587Z] === RUN   TestMountDaemonRoot/private/mount_root
23:16:24 [2023-06-22T23:16:24.587Z] === PAUSE TestMountDaemonRoot/private/mount_root
23:16:24 [2023-06-22T23:16:24.587Z] === RUN   TestMountDaemonRoot/private/mount_subpath
23:16:24 [2023-06-22T23:16:24.587Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
23:16:24 [2023-06-22T23:16:24.587Z] === RUN   TestMountDaemonRoot/default/mount_subpath
23:16:24 [2023-06-22T23:16:24.587Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
23:16:24 [2023-06-22T23:16:24.587Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
23:16:24 [2023-06-22T23:16:24.587Z] === RUN   TestMountDaemonRoot/rshared/mount_root
23:16:24 [2023-06-22T23:16:24.587Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
23:16:24 [2023-06-22T23:16:24.587Z] === CONT  TestMountDaemonRoot/shared/mount_root
23:16:24 [2023-06-22T23:16:24.587Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
23:16:24 [2023-06-22T23:16:24.587Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
23:16:24 [2023-06-22T23:16:24.587Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
23:16:24 [2023-06-22T23:16:24.587Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
23:16:24 [2023-06-22T23:16:24.587Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
23:16:24 [2023-06-22T23:16:24.587Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
23:16:24 [2023-06-22T23:16:24.587Z] === RUN   TestMountDaemonRoot/rshared/bind_root
23:16:24 [2023-06-22T23:16:24.587Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
23:16:24 [2023-06-22T23:16:24.587Z] === PAUSE TestMountDaemonRoot/slave/mount_root
23:16:24 [2023-06-22T23:16:24.587Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
23:16:24 [2023-06-22T23:16:24.587Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
23:16:24 [2023-06-22T23:16:24.587Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
23:16:24 [2023-06-22T23:16:24.587Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
23:16:24 [2023-06-22T23:16:24.587Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
23:16:24 [2023-06-22T23:16:24.587Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
23:16:24 [2023-06-22T23:16:24.587Z] === CONT  TestMountDaemonRoot/private/bind_root
23:16:24 [2023-06-22T23:16:24.587Z] === RUN   TestMountDaemonRoot/rslave/mount_root
23:16:24 [2023-06-22T23:16:24.587Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
23:16:24 [2023-06-22T23:16:24.587Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
23:16:24 [2023-06-22T23:16:24.587Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
23:16:24 [2023-06-22T23:16:24.587Z] === CONT  TestMountDaemonRoot/default/bind_root
23:16:24 [2023-06-22T23:16:24.587Z] === CONT  TestMountDaemonRoot/private/bind_subpath
23:16:24 [2023-06-22T23:16:24.587Z] === CONT  TestMountDaemonRoot/default/mount_subpath
23:16:24 [2023-06-22T23:16:24.587Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
23:16:24 [2023-06-22T23:16:24.587Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
23:16:24 [2023-06-22T23:16:24.587Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
23:16:24 [2023-06-22T23:16:24.587Z] === CONT  TestMountDaemonRoot/rslave/bind_root
23:16:24 [2023-06-22T23:16:24.587Z] === CONT  TestMountDaemonRoot/private/mount_subpath
23:16:24 [2023-06-22T23:16:24.587Z] === CONT  TestMountDaemonRoot/rslave/mount_root
23:16:24 [2023-06-22T23:16:24.587Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
23:16:24 [2023-06-22T23:16:24.587Z] === CONT  TestMountDaemonRoot/default/mount_root
23:16:24 [2023-06-22T23:16:24.587Z] === CONT  TestMountDaemonRoot/default/bind_subpath
23:16:24 [2023-06-22T23:16:24.587Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
23:16:24 [2023-06-22T23:16:24.587Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
23:16:24 [2023-06-22T23:16:24.587Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
23:16:24 [2023-06-22T23:16:24.587Z] === CONT  TestMountDaemonRoot/slave/mount_root
23:16:24 [2023-06-22T23:16:24.587Z] === CONT  TestMountDaemonRoot/slave/bind_root
23:16:24 [2023-06-22T23:16:24.587Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
23:16:24 [2023-06-22T23:16:24.587Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
23:16:24 [2023-06-22T23:16:24.587Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
23:16:24 [2023-06-22T23:16:24.587Z] === CONT  TestMountDaemonRoot/rshared/mount_root
23:16:24 [2023-06-22T23:16:24.587Z] === CONT  TestMountDaemonRoot/rshared/bind_root
23:16:24 [2023-06-22T23:16:24.587Z] === CONT  TestMountDaemonRoot/private/mount_root
23:16:24 [2023-06-22T23:16:24.587Z] --- PASS: TestMountDaemonRoot (0.02s)
23:16:24 [2023-06-22T23:16:24.587Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
23:16:24 [2023-06-22T23:16:24.587Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
23:16:24 [2023-06-22T23:16:24.587Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
23:16:24 [2023-06-22T23:16:24.587Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
23:16:24 [2023-06-22T23:16:24.587Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
23:16:24 [2023-06-22T23:16:24.587Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
23:16:24 [2023-06-22T23:16:24.587Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.05s)
23:16:24 [2023-06-22T23:16:24.587Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s)
23:16:24 [2023-06-22T23:16:24.587Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.05s)
23:16:24 [2023-06-22T23:16:24.587Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s)
23:16:24 [2023-06-22T23:16:24.587Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
23:16:24 [2023-06-22T23:16:24.587Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
23:16:24 [2023-06-22T23:16:24.587Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
23:16:24 [2023-06-22T23:16:24.587Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
23:16:24 [2023-06-22T23:16:24.587Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s)
23:16:24 [2023-06-22T23:16:24.587Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
23:16:24 [2023-06-22T23:16:24.587Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s)
23:16:24 [2023-06-22T23:16:24.587Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s)
23:16:24 [2023-06-22T23:16:24.587Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s)
23:16:24 [2023-06-22T23:16:24.587Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
23:16:24 [2023-06-22T23:16:24.587Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
23:16:24 [2023-06-22T23:16:24.587Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s)
23:16:24 [2023-06-22T23:16:24.587Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s)
23:16:24 [2023-06-22T23:16:24.587Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s)
23:16:24 [2023-06-22T23:16:24.587Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s)
23:16:24 [2023-06-22T23:16:24.587Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
23:16:24 [2023-06-22T23:16:24.587Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
23:16:24 [2023-06-22T23:16:24.587Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
23:16:24 [2023-06-22T23:16:24.587Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s)
23:16:24 [2023-06-22T23:16:24.587Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
23:16:24 [2023-06-22T23:16:24.587Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
23:16:24 [2023-06-22T23:16:24.587Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s)
23:16:24 [2023-06-22T23:16:24.587Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.03s)
23:16:24 [2023-06-22T23:16:24.587Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.03s)
23:16:24 [2023-06-22T23:16:24.587Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.03s)
23:16:24 [2023-06-22T23:16:24.587Z] === RUN   TestContainerBindMountNonRecursive
23:16:25 [2023-06-22T23:16:25.527Z] --- PASS: TestContainerBindMountNonRecursive (1.02s)
23:16:25 [2023-06-22T23:16:25.527Z] === RUN   TestContainerVolumesMountedAsShared
23:16:26 [2023-06-22T23:16:26.097Z] --- PASS: TestContainerVolumesMountedAsShared (0.38s)
23:16:26 [2023-06-22T23:16:26.097Z] === RUN   TestContainerVolumesMountedAsSlave
23:16:26 [2023-06-22T23:16:26.357Z] --- PASS: TestContainerVolumesMountedAsSlave (0.35s)
23:16:26 [2023-06-22T23:16:26.357Z] === RUN   TestContainerCopyLeaksMounts
23:16:26 [2023-06-22T23:16:26.930Z] --- PASS: TestContainerCopyLeaksMounts (0.53s)
23:16:26 [2023-06-22T23:16:26.930Z] === RUN   TestNetworkNat
23:16:27 [2023-06-22T23:16:27.500Z] --- PASS: TestNetworkNat (0.49s)
23:16:27 [2023-06-22T23:16:27.500Z] === RUN   TestNetworkLocalhostTCPNat
23:16:28 [2023-06-22T23:16:28.070Z] --- PASS: TestNetworkLocalhostTCPNat (0.50s)
23:16:28 [2023-06-22T23:16:28.070Z] === RUN   TestNetworkLoopbackNat
23:16:30 [2023-06-22T23:16:30.608Z] --- PASS: TestNetworkLoopbackNat (2.61s)
23:16:30 [2023-06-22T23:16:30.608Z] === RUN   TestPause
23:16:30 [2023-06-22T23:16:30.869Z] --- PASS: TestPause (0.47s)
23:16:30 [2023-06-22T23:16:30.869Z] === RUN   TestPauseFailsOnWindowsServerContainers
23:16:30 [2023-06-22T23:16:30.869Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
23:16:30 [2023-06-22T23:16:30.869Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
23:16:30 [2023-06-22T23:16:30.869Z] === RUN   TestPauseStopPausedContainer
23:16:31 [2023-06-22T23:16:31.439Z] --- PASS: TestPauseStopPausedContainer (0.49s)
23:16:31 [2023-06-22T23:16:31.439Z] === RUN   TestPidHost
23:16:32 [2023-06-22T23:16:32.820Z] --- PASS: TestPidHost (1.06s)
23:16:32 [2023-06-22T23:16:32.820Z] === RUN   TestPsFilter
23:16:32 [2023-06-22T23:16:32.820Z] === RUN   TestPsFilter/since
23:16:32 [2023-06-22T23:16:32.820Z] === RUN   TestPsFilter/before
23:16:32 [2023-06-22T23:16:32.820Z] --- PASS: TestPsFilter (0.09s)
23:16:32 [2023-06-22T23:16:32.820Z]     --- PASS: TestPsFilter/since (0.00s)
23:16:32 [2023-06-22T23:16:32.820Z]     --- PASS: TestPsFilter/before (0.00s)
23:16:32 [2023-06-22T23:16:32.820Z] === RUN   TestRemoveContainerWithRemovedVolume
23:16:33 [2023-06-22T23:16:33.080Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.47s)
23:16:33 [2023-06-22T23:16:33.080Z] === RUN   TestRemoveContainerWithVolume
23:16:33 [2023-06-22T23:16:33.650Z] --- PASS: TestRemoveContainerWithVolume (0.45s)
23:16:33 [2023-06-22T23:16:33.650Z] === RUN   TestRemoveContainerRunning
23:16:33 [2023-06-22T23:16:33.910Z] --- PASS: TestRemoveContainerRunning (0.48s)
23:16:33 [2023-06-22T23:16:33.910Z] === RUN   TestRemoveContainerForceRemoveRunning
23:16:34 [2023-06-22T23:16:34.479Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.48s)
23:16:34 [2023-06-22T23:16:34.479Z] === RUN   TestRemoveInvalidContainer
23:16:34 [2023-06-22T23:16:34.479Z] --- PASS: TestRemoveInvalidContainer (0.01s)
23:16:34 [2023-06-22T23:16:34.479Z] === RUN   TestRenameLinkedContainer
23:16:36 [2023-06-22T23:16:36.388Z] --- PASS: TestRenameLinkedContainer (1.75s)
23:16:36 [2023-06-22T23:16:36.388Z] === RUN   TestRenameStoppedContainer
23:16:36 [2023-06-22T23:16:36.648Z] --- PASS: TestRenameStoppedContainer (0.45s)
23:16:36 [2023-06-22T23:16:36.648Z] === RUN   TestRenameRunningContainerAndReuse
23:16:37 [2023-06-22T23:16:37.589Z] --- PASS: TestRenameRunningContainerAndReuse (0.95s)
23:16:37 [2023-06-22T23:16:37.589Z] === RUN   TestRenameInvalidName
23:16:38 [2023-06-22T23:16:38.158Z] --- PASS: TestRenameInvalidName (0.48s)
23:16:38 [2023-06-22T23:16:38.158Z] === RUN   TestRenameAnonymousContainer
23:16:39 [2023-06-22T23:16:39.539Z] --- PASS: TestRenameAnonymousContainer (1.49s)
23:16:39 [2023-06-22T23:16:39.539Z] === RUN   TestRenameContainerWithSameName
23:16:40 [2023-06-22T23:16:40.109Z] --- PASS: TestRenameContainerWithSameName (0.47s)
23:16:40 [2023-06-22T23:16:40.109Z] === RUN   TestRenameContainerWithLinkedContainer
23:16:41 [2023-06-22T23:16:41.048Z] --- PASS: TestRenameContainerWithLinkedContainer (0.92s)
23:16:41 [2023-06-22T23:16:41.048Z] === RUN   TestResize
23:16:41 [2023-06-22T23:16:41.617Z] --- PASS: TestResize (0.43s)
23:16:41 [2023-06-22T23:16:41.617Z] === RUN   TestResizeWithInvalidSize
23:16:41 [2023-06-22T23:16:41.878Z] --- PASS: TestResizeWithInvalidSize (0.46s)
23:16:41 [2023-06-22T23:16:41.878Z] === RUN   TestResizeWhenContainerNotStarted
23:16:42 [2023-06-22T23:16:42.448Z] --- PASS: TestResizeWhenContainerNotStarted (0.42s)
23:16:42 [2023-06-22T23:16:42.448Z] === RUN   TestDaemonRestartKillContainers
23:16:42 [2023-06-22T23:16:42.448Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
23:16:42 [2023-06-22T23:16:42.448Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
23:16:42 [2023-06-22T23:16:42.448Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
23:16:42 [2023-06-22T23:16:42.448Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
23:16:42 [2023-06-22T23:16:42.448Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
23:16:42 [2023-06-22T23:16:42.448Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
23:16:42 [2023-06-22T23:16:42.448Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
23:16:42 [2023-06-22T23:16:42.448Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
23:16:42 [2023-06-22T23:16:42.448Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
23:16:42 [2023-06-22T23:16:42.448Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
23:16:42 [2023-06-22T23:16:42.448Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
23:16:42 [2023-06-22T23:16:42.448Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
23:16:42 [2023-06-22T23:16:42.448Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
23:16:42 [2023-06-22T23:16:42.448Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
23:16:42 [2023-06-22T23:16:42.448Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
23:16:42 [2023-06-22T23:16:42.448Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
23:16:42 [2023-06-22T23:16:42.448Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
23:16:42 [2023-06-22T23:16:42.448Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
23:16:42 [2023-06-22T23:16:42.448Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
23:16:42 [2023-06-22T23:16:42.448Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
23:16:42 [2023-06-22T23:16:42.448Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
23:16:42 [2023-06-22T23:16:42.448Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
23:16:42 [2023-06-22T23:16:42.448Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
23:16:42 [2023-06-22T23:16:42.448Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
23:16:42 [2023-06-22T23:16:42.448Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
23:16:42 [2023-06-22T23:16:42.448Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
23:16:42 [2023-06-22T23:16:42.448Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
23:16:42 [2023-06-22T23:16:42.448Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
23:16:42 [2023-06-22T23:16:42.448Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
23:16:42 [2023-06-22T23:16:42.448Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
23:16:42 [2023-06-22T23:16:42.448Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
23:16:42 [2023-06-22T23:16:42.448Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
23:16:42 [2023-06-22T23:16:42.448Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
23:16:42 [2023-06-22T23:16:42.448Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
23:16:42 [2023-06-22T23:16:42.448Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
23:16:42 [2023-06-22T23:16:42.448Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
23:16:42 [2023-06-22T23:16:42.448Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
23:16:42 [2023-06-22T23:16:42.448Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
23:16:42 [2023-06-22T23:16:42.448Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
23:16:42 [2023-06-22T23:16:42.448Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
23:16:44 [2023-06-22T23:16:44.359Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
23:16:44 [2023-06-22T23:16:44.359Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
23:16:44 [2023-06-22T23:16:44.619Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
23:16:44 [2023-06-22T23:16:44.879Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
23:16:44 [2023-06-22T23:16:44.879Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
23:16:45 [2023-06-22T23:16:45.139Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
23:16:45 [2023-06-22T23:16:45.399Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
23:16:45 [2023-06-22T23:16:45.660Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
23:16:49 [2023-06-22T23:16:49.860Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
23:16:49 [2023-06-22T23:16:49.860Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.91s)
23:16:49 [2023-06-22T23:16:49.860Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.06s)
23:16:49 [2023-06-22T23:16:49.860Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.26s)
23:16:49 [2023-06-22T23:16:49.861Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.59s)
23:16:49 [2023-06-22T23:16:49.861Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.64s)
23:16:49 [2023-06-22T23:16:49.861Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.69s)
23:16:49 [2023-06-22T23:16:49.861Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.97s)
23:16:49 [2023-06-22T23:16:49.861Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.36s)
23:16:49 [2023-06-22T23:16:49.861Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.52s)
23:16:49 [2023-06-22T23:16:49.861Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.25s)
23:16:49 [2023-06-22T23:16:49.861Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.20s)
23:16:49 [2023-06-22T23:16:49.861Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.03s)
23:16:49 [2023-06-22T23:16:49.861Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.99s)
23:16:49 [2023-06-22T23:16:49.861Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.35s)
23:16:49 [2023-06-22T23:16:49.861Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.41s)
23:16:49 [2023-06-22T23:16:49.861Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.81s)
23:16:49 [2023-06-22T23:16:49.861Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted
23:16:49 [2023-06-22T23:16:49.861Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/kill
23:16:50 [2023-06-22T23:16:50.541Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/stop
23:16:51 [2023-06-22T23:16:51.481Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (2.02s)
23:16:51 [2023-06-22T23:16:51.481Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.97s)
23:16:51 [2023-06-22T23:16:51.481Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (1.04s)
23:16:51 [2023-06-22T23:16:51.481Z] === RUN   TestCgroupNamespacesRun
23:16:52 [2023-06-22T23:16:52.862Z] --- PASS: TestCgroupNamespacesRun (1.09s)
23:16:52 [2023-06-22T23:16:52.862Z] === RUN   TestCgroupNamespacesRunPrivileged
23:16:53 [2023-06-22T23:16:53.801Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.06s)
23:16:53 [2023-06-22T23:16:53.801Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
23:16:55 [2023-06-22T23:16:55.182Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.12s)
23:16:55 [2023-06-22T23:16:55.182Z] === RUN   TestCgroupNamespacesRunHostMode
23:16:56 [2023-06-22T23:16:56.121Z] --- PASS: TestCgroupNamespacesRunHostMode (1.08s)
23:16:56 [2023-06-22T23:16:56.121Z] === RUN   TestCgroupNamespacesRunPrivateMode
23:16:57 [2023-06-22T23:16:57.061Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.10s)
23:16:57 [2023-06-22T23:16:57.061Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
23:16:58 [2023-06-22T23:16:58.442Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.13s)
23:16:58 [2023-06-22T23:16:58.442Z] === RUN   TestCgroupNamespacesRunInvalidMode
23:16:58 [2023-06-22T23:16:58.702Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.59s)
23:16:58 [2023-06-22T23:16:58.702Z] === RUN   TestCgroupNamespacesRunOlderClient
23:17:00 [2023-06-22T23:17:00.083Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.05s)
23:17:00 [2023-06-22T23:17:00.083Z] === RUN   TestNISDomainname
23:17:00 [2023-06-22T23:17:00.342Z] --- PASS: TestNISDomainname (0.52s)
23:17:00 [2023-06-22T23:17:00.342Z] === RUN   TestHostnameDnsResolution
23:17:00 [2023-06-22T23:17:00.912Z] --- PASS: TestHostnameDnsResolution (0.68s)
23:17:00 [2023-06-22T23:17:00.912Z] === RUN   TestUnprivilegedPortsAndPing
23:17:01 [2023-06-22T23:17:01.482Z] --- PASS: TestUnprivilegedPortsAndPing (0.57s)
23:17:01 [2023-06-22T23:17:01.482Z] === RUN   TestPrivilegedHostDevices
23:17:02 [2023-06-22T23:17:02.052Z] --- PASS: TestPrivilegedHostDevices (0.56s)
23:17:02 [2023-06-22T23:17:02.052Z] === RUN   TestRunConsoleSize
23:17:02 [2023-06-22T23:17:02.621Z] --- PASS: TestRunConsoleSize (0.41s)
23:17:02 [2023-06-22T23:17:02.621Z] === RUN   TestRunWithAlternativeContainerdShim
23:17:06 [2023-06-22T23:17:06.820Z] --- PASS: TestRunWithAlternativeContainerdShim (3.99s)
23:17:06 [2023-06-22T23:17:06.820Z] === RUN   TestStats
23:17:09 [2023-06-22T23:17:09.358Z] --- PASS: TestStats (2.43s)
23:17:09 [2023-06-22T23:17:09.358Z] === RUN   TestStopContainerWithTimeout
23:17:09 [2023-06-22T23:17:09.358Z] === RUN   TestStopContainerWithTimeout/0
23:17:09 [2023-06-22T23:17:09.358Z] === PAUSE TestStopContainerWithTimeout/0
23:17:09 [2023-06-22T23:17:09.358Z] === RUN   TestStopContainerWithTimeout/1
23:17:09 [2023-06-22T23:17:09.358Z] === PAUSE TestStopContainerWithTimeout/1
23:17:09 [2023-06-22T23:17:09.358Z] === RUN   TestStopContainerWithTimeout/3
23:17:09 [2023-06-22T23:17:09.358Z] === PAUSE TestStopContainerWithTimeout/3
23:17:09 [2023-06-22T23:17:09.358Z] === RUN   TestStopContainerWithTimeout/-1
23:17:09 [2023-06-22T23:17:09.358Z] === PAUSE TestStopContainerWithTimeout/-1
23:17:09 [2023-06-22T23:17:09.358Z] === CONT  TestStopContainerWithTimeout/0
23:17:09 [2023-06-22T23:17:09.358Z] === CONT  TestStopContainerWithTimeout/1
23:17:09 [2023-06-22T23:17:09.358Z] === CONT  TestStopContainerWithTimeout/3
23:17:09 [2023-06-22T23:17:09.358Z] === CONT  TestStopContainerWithTimeout/-1
23:17:11 [2023-06-22T23:17:11.897Z] --- PASS: TestStopContainerWithTimeout (0.01s)
23:17:11 [2023-06-22T23:17:11.897Z]     --- PASS: TestStopContainerWithTimeout/0 (0.87s)
23:17:11 [2023-06-22T23:17:11.897Z]     --- PASS: TestStopContainerWithTimeout/1 (1.92s)
23:17:11 [2023-06-22T23:17:11.897Z]     --- PASS: TestStopContainerWithTimeout/3 (2.56s)
23:17:11 [2023-06-22T23:17:11.897Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.85s)
23:17:11 [2023-06-22T23:17:11.897Z] === RUN   TestDeleteDevicemapper
23:17:11 [2023-06-22T23:17:11.897Z]     stop_linux_test.go:80: testEnv.DaemonInfo.Driver != "devicemapper"
23:17:11 [2023-06-22T23:17:11.897Z] --- SKIP: TestDeleteDevicemapper (0.00s)
23:17:11 [2023-06-22T23:17:11.897Z] === RUN   TestStopContainerWithTimeoutCancel
23:17:11 [2023-06-22T23:17:11.897Z] === PAUSE TestStopContainerWithTimeoutCancel
23:17:11 [2023-06-22T23:17:11.897Z] === RUN   TestStopContainerWithRestartPolicyAlways
23:17:13 [2023-06-22T23:17:13.807Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.01s)
23:17:13 [2023-06-22T23:17:13.807Z] === RUN   TestUpdateMemory
23:17:14 [2023-06-22T23:17:14.377Z] --- PASS: TestUpdateMemory (0.61s)
23:17:14 [2023-06-22T23:17:14.377Z] === RUN   TestUpdateCPUQuota
23:17:15 [2023-06-22T23:17:15.317Z] --- PASS: TestUpdateCPUQuota (0.83s)
23:17:15 [2023-06-22T23:17:15.317Z] === RUN   TestUpdatePidsLimit
23:17:15 [2023-06-22T23:17:15.317Z] === RUN   TestUpdatePidsLimit/update_from_none
23:17:15 [2023-06-22T23:17:15.577Z] === RUN   TestUpdatePidsLimit/no_change
23:17:15 [2023-06-22T23:17:15.837Z] === RUN   TestUpdatePidsLimit/update_lower
23:17:15 [2023-06-22T23:17:15.837Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
23:17:16 [2023-06-22T23:17:16.097Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
23:17:16 [2023-06-22T23:17:16.358Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
23:17:16 [2023-06-22T23:17:16.618Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
23:17:17 [2023-06-22T23:17:17.558Z] --- PASS: TestUpdatePidsLimit (2.03s)
23:17:17 [2023-06-22T23:17:17.558Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.23s)
23:17:17 [2023-06-22T23:17:17.558Z]     --- PASS: TestUpdatePidsLimit/no_change (0.21s)
23:17:17 [2023-06-22T23:17:17.558Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.20s)
23:17:17 [2023-06-22T23:17:17.558Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.24s)
23:17:17 [2023-06-22T23:17:17.558Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.23s)
23:17:17 [2023-06-22T23:17:17.558Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.23s)
23:17:17 [2023-06-22T23:17:17.558Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.21s)
23:17:17 [2023-06-22T23:17:17.558Z] === RUN   TestUpdateRestartPolicy
23:17:29 [2023-06-22T23:17:29.779Z] --- PASS: TestUpdateRestartPolicy (10.80s)
23:17:29 [2023-06-22T23:17:29.779Z] === RUN   TestUpdateRestartWithAutoRemove
23:17:29 [2023-06-22T23:17:29.779Z] --- PASS: TestUpdateRestartWithAutoRemove (0.52s)
23:17:29 [2023-06-22T23:17:29.779Z] === RUN   TestWaitNonBlocked
23:17:29 [2023-06-22T23:17:29.779Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
23:17:29 [2023-06-22T23:17:29.779Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
23:17:29 [2023-06-22T23:17:29.779Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
23:17:29 [2023-06-22T23:17:29.779Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
23:17:29 [2023-06-22T23:17:29.779Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
23:17:29 [2023-06-22T23:17:29.779Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
23:17:29 [2023-06-22T23:17:29.779Z] --- PASS: TestWaitNonBlocked (0.01s)
23:17:29 [2023-06-22T23:17:29.779Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.65s)
23:17:29 [2023-06-22T23:17:29.779Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.69s)
23:17:29 [2023-06-22T23:17:29.779Z] === RUN   TestWaitBlocked
23:17:29 [2023-06-22T23:17:29.779Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
23:17:29 [2023-06-22T23:17:29.779Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
23:17:29 [2023-06-22T23:17:29.779Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
23:17:29 [2023-06-22T23:17:29.779Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
23:17:29 [2023-06-22T23:17:29.779Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
23:17:29 [2023-06-22T23:17:29.779Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
23:17:30 [2023-06-22T23:17:30.349Z] --- PASS: TestWaitBlocked (0.01s)
23:17:30 [2023-06-22T23:17:30.349Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.77s)
23:17:30 [2023-06-22T23:17:30.349Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.81s)
23:17:30 [2023-06-22T23:17:30.349Z] === RUN   TestWaitConditions
23:17:30 [2023-06-22T23:17:30.349Z] === RUN   TestWaitConditions/default
23:17:30 [2023-06-22T23:17:30.349Z] === PAUSE TestWaitConditions/default
23:17:30 [2023-06-22T23:17:30.349Z] === RUN   TestWaitConditions/not-running
23:17:30 [2023-06-22T23:17:30.349Z] === PAUSE TestWaitConditions/not-running
23:17:30 [2023-06-22T23:17:30.349Z] === RUN   TestWaitConditions/next-exit
23:17:30 [2023-06-22T23:17:30.349Z] === PAUSE TestWaitConditions/next-exit
23:17:30 [2023-06-22T23:17:30.349Z] === RUN   TestWaitConditions/removed
23:17:30 [2023-06-22T23:17:30.349Z] === PAUSE TestWaitConditions/removed
23:17:30 [2023-06-22T23:17:30.349Z] === CONT  TestWaitConditions/default
23:17:30 [2023-06-22T23:17:30.349Z] === CONT  TestWaitConditions/next-exit
23:17:30 [2023-06-22T23:17:30.349Z] === CONT  TestWaitConditions/not-running
23:17:30 [2023-06-22T23:17:30.349Z] === CONT  TestWaitConditions/removed
23:17:30 [2023-06-22T23:17:30.349Z]     wait_test.go:146: ContainerID = b0288f07e3157d8d6b8bc9b7f189f651ba72a9feed4366107fed2a731419c37f
23:17:30 [2023-06-22T23:17:30.349Z]     wait_test.go:146: ContainerID = b634666314b927a336bf7bbdeb83be51e9818b1e41626b6579d2f1d89d4384ff
23:17:30 [2023-06-22T23:17:30.349Z]     wait_test.go:146: ContainerID = 92c3350e205d7b8e30ee9375d2ea38cfdf106676d395dd3603e2996127d74508
23:17:30 [2023-06-22T23:17:30.349Z]     wait_test.go:146: ContainerID = 1d4846cbc533af8f5619b704a74b99b2b1d80f4ef2cd764ace2e411b59cf7f95
23:17:31 [2023-06-22T23:17:31.289Z] --- PASS: TestWaitConditions (0.01s)
23:17:31 [2023-06-22T23:17:31.289Z]     --- PASS: TestWaitConditions/not-running (0.74s)
23:17:31 [2023-06-22T23:17:31.289Z]     --- PASS: TestWaitConditions/removed (1.07s)
23:17:31 [2023-06-22T23:17:31.289Z]     --- PASS: TestWaitConditions/next-exit (1.15s)
23:17:31 [2023-06-22T23:17:31.289Z]     --- PASS: TestWaitConditions/default (1.22s)
23:17:31 [2023-06-22T23:17:31.289Z] === RUN   TestWaitRestartedContainer
23:17:31 [2023-06-22T23:17:31.289Z] === RUN   TestWaitRestartedContainer/default
23:17:31 [2023-06-22T23:17:31.289Z] === PAUSE TestWaitRestartedContainer/default
23:17:31 [2023-06-22T23:17:31.289Z] === RUN   TestWaitRestartedContainer/not-running
23:17:31 [2023-06-22T23:17:31.289Z] === PAUSE TestWaitRestartedContainer/not-running
23:17:31 [2023-06-22T23:17:31.289Z] === RUN   TestWaitRestartedContainer/next-exit
23:17:31 [2023-06-22T23:17:31.289Z] === PAUSE TestWaitRestartedContainer/next-exit
23:17:31 [2023-06-22T23:17:31.549Z] === CONT  TestWaitRestartedContainer/default
23:17:31 [2023-06-22T23:17:31.549Z] === CONT  TestWaitRestartedContainer/next-exit
23:17:31 [2023-06-22T23:17:31.549Z] === CONT  TestWaitRestartedContainer/not-running
23:17:33 [2023-06-22T23:17:33.460Z] --- PASS: TestWaitRestartedContainer (0.01s)
23:17:33 [2023-06-22T23:17:33.460Z]     --- PASS: TestWaitRestartedContainer/not-running (1.79s)
23:17:33 [2023-06-22T23:17:33.460Z]     --- PASS: TestWaitRestartedContainer/next-exit (1.97s)
23:17:33 [2023-06-22T23:17:33.460Z]     --- PASS: TestWaitRestartedContainer/default (2.04s)
23:17:33 [2023-06-22T23:17:33.460Z] === CONT  TestContainerStartOnDaemonRestart
23:17:33 [2023-06-22T23:17:33.460Z] === CONT  TestDaemonHostGatewayIP
23:17:33 [2023-06-22T23:17:33.460Z] === CONT  TestDaemonRestartIpcMode
23:17:33 [2023-06-22T23:17:33.460Z] === CONT  TestRestartDaemonWithRestartingContainer
23:17:33 [2023-06-22T23:17:33.460Z] === CONT  TestContainerKillOnDaemonStart
23:17:33 [2023-06-22T23:17:33.460Z] === CONT  TestStopContainerWithTimeoutCancel
23:17:33 [2023-06-22T23:17:33.460Z] === CONT  TestIpcModeOlderClient
23:17:33 [2023-06-22T23:17:33.460Z] --- PASS: TestIpcModeOlderClient (0.08s)
23:17:36 [2023-06-22T23:17:36.004Z] --- PASS: TestContainerStartOnDaemonRestart (2.38s)
23:17:36 [2023-06-22T23:17:36.574Z] --- PASS: TestDaemonHostGatewayIP (2.98s)
23:17:36 [2023-06-22T23:17:36.834Z] --- PASS: TestDaemonRestartIpcMode (3.30s)
23:17:36 [2023-06-22T23:17:36.834Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.38s)
23:17:37 [2023-06-22T23:17:37.094Z] --- PASS: TestStopContainerWithTimeoutCancel (3.56s)
23:17:45 [2023-06-22T23:17:45.221Z] --- PASS: TestContainerKillOnDaemonStart (11.70s)
23:17:45 [2023-06-22T23:17:45.221Z] PASS
23:17:45 [2023-06-22T23:17:45.221Z] 
23:17:45 [2023-06-22T23:17:45.221Z] === Skipped
23:17:45 [2023-06-22T23:17:45.221Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
23:17:45 [2023-06-22T23:17:45.221Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
23:17:45 [2023-06-22T23:17:45.221Z] 
23:17:45 [2023-06-22T23:17:45.221Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
23:17:45 [2023-06-22T23:17:45.221Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
23:17:45 [2023-06-22T23:17:45.221Z] 
23:17:45 [2023-06-22T23:17:45.221Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s)
23:17:45 [2023-06-22T23:17:45.221Z]     stop_linux_test.go:80: testEnv.DaemonInfo.Driver != "devicemapper"
23:17:45 [2023-06-22T23:17:45.221Z] 
23:17:45 [2023-06-22T23:17:45.221Z] DONE 286 tests, 3 skipped in 120.859s
23:17:45 [2023-06-22T23:17:45.221Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m 
23:17:45 [2023-06-22T23:17:45.221Z] ++ 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
23:17:45 [2023-06-22T23:17:45.221Z] ++ set -e
23:17:45 [2023-06-22T23:17:45.221Z] ++ '[' -n 0 ']'
23:17:45 [2023-06-22T23:17:45.221Z] ++ set -x
23:17:45 [2023-06-22T23:17:45.221Z] ++ 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m
23:17:45 [2023-06-22T23:17:45.221Z] INFO: Testing against a local daemon
23:17:45 [2023-06-22T23:17:45.221Z] === RUN   TestConfigDaemonID
23:17:46 [2023-06-22T23:17:46.161Z]     daemon_test.go:52: [db898fe78979a] daemon is not started
23:17:46 [2023-06-22T23:17:46.161Z] --- PASS: TestConfigDaemonID (1.04s)
23:17:46 [2023-06-22T23:17:46.161Z] === RUN   TestDaemonConfigValidation
23:17:46 [2023-06-22T23:17:46.161Z] === RUN   TestDaemonConfigValidation/config_with_no_content
23:17:46 [2023-06-22T23:17:46.161Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
23:17:46 [2023-06-22T23:17:46.161Z] === RUN   TestDaemonConfigValidation/config_with_{}
23:17:46 [2023-06-22T23:17:46.161Z] === PAUSE TestDaemonConfigValidation/config_with_{}
23:17:46 [2023-06-22T23:17:46.161Z] === RUN   TestDaemonConfigValidation/invalid_config
23:17:46 [2023-06-22T23:17:46.161Z] === PAUSE TestDaemonConfigValidation/invalid_config
23:17:46 [2023-06-22T23:17:46.161Z] === RUN   TestDaemonConfigValidation/malformed_config
23:17:46 [2023-06-22T23:17:46.161Z] === PAUSE TestDaemonConfigValidation/malformed_config
23:17:46 [2023-06-22T23:17:46.161Z] === RUN   TestDaemonConfigValidation/valid_config
23:17:46 [2023-06-22T23:17:46.161Z] === PAUSE TestDaemonConfigValidation/valid_config
23:17:46 [2023-06-22T23:17:46.161Z] === CONT  TestDaemonConfigValidation/config_with_no_content
23:17:46 [2023-06-22T23:17:46.161Z] === CONT  TestDaemonConfigValidation/malformed_config
23:17:46 [2023-06-22T23:17:46.161Z] === CONT  TestDaemonConfigValidation/valid_config
23:17:46 [2023-06-22T23:17:46.161Z] === CONT  TestDaemonConfigValidation/invalid_config
23:17:46 [2023-06-22T23:17:46.161Z] === CONT  TestDaemonConfigValidation/config_with_{}
23:17:46 [2023-06-22T23:17:46.421Z] --- PASS: TestDaemonConfigValidation (0.00s)
23:17:46 [2023-06-22T23:17:46.421Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.05s)
23:17:46 [2023-06-22T23:17:46.421Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s)
23:17:46 [2023-06-22T23:17:46.421Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.06s)
23:17:46 [2023-06-22T23:17:46.421Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.06s)
23:17:46 [2023-06-22T23:17:46.421Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.07s)
23:17:46 [2023-06-22T23:17:46.421Z] === RUN   TestConfigDaemonSeccompProfiles
23:17:46 [2023-06-22T23:17:46.421Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
23:17:47 [2023-06-22T23:17:47.361Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
23:17:48 [2023-06-22T23:17:48.301Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
23:17:49 [2023-06-22T23:17:49.682Z]     daemon_test.go:166: [d02c75ddc0504] daemon is not started
23:17:49 [2023-06-22T23:17:49.682Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s)
23:17:49 [2023-06-22T23:17:49.682Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
23:17:49 [2023-06-22T23:17:49.682Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
23:17:49 [2023-06-22T23:17:49.682Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
23:17:49 [2023-06-22T23:17:49.682Z] === RUN   TestDaemonProxy
23:17:49 [2023-06-22T23:17:49.682Z] === RUN   TestDaemonProxy/environment_variables
23:17:51 [2023-06-22T23:17:51.064Z] === RUN   TestDaemonProxy/command-line_options
23:17:52 [2023-06-22T23:17:52.974Z] === RUN   TestDaemonProxy/configuration_file
23:17:54 [2023-06-22T23:17:54.883Z] === RUN   TestDaemonProxy/conflicting_options
23:17:55 [2023-06-22T23:17:55.143Z] === RUN   TestDaemonProxy/reload_sanitized
23:17:55 [2023-06-22T23:17:55.712Z] --- PASS: TestDaemonProxy (6.25s)
23:17:55 [2023-06-22T23:17:55.712Z]     --- PASS: TestDaemonProxy/environment_variables (1.73s)
23:17:55 [2023-06-22T23:17:55.712Z]     --- PASS: TestDaemonProxy/command-line_options (1.75s)
23:17:55 [2023-06-22T23:17:55.712Z]     --- PASS: TestDaemonProxy/configuration_file (1.74s)
23:17:55 [2023-06-22T23:17:55.712Z]     --- PASS: TestDaemonProxy/conflicting_options (0.51s)
23:17:55 [2023-06-22T23:17:55.712Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.52s)
23:17:55 [2023-06-22T23:17:55.712Z] === RUN   TestLiveRestore
23:17:55 [2023-06-22T23:17:55.712Z] === RUN   TestLiveRestore/volume_references
23:17:55 [2023-06-22T23:17:55.712Z] === PAUSE TestLiveRestore/volume_references
23:17:55 [2023-06-22T23:17:55.712Z] === CONT  TestLiveRestore/volume_references
23:17:56 [2023-06-22T23:17:56.282Z] === RUN   TestLiveRestore/volume_references/restartPolicy
23:17:56 [2023-06-22T23:17:56.282Z] === RUN   TestLiveRestore/volume_references/restartPolicy/always
23:17:57 [2023-06-22T23:17:57.222Z] === RUN   TestLiveRestore/volume_references/restartPolicy/unless-stopped
23:17:58 [2023-06-22T23:17:58.161Z] === RUN   TestLiveRestore/volume_references/restartPolicy/on-failure
23:17:59 [2023-06-22T23:17:59.543Z] === RUN   TestLiveRestore/volume_references/restartPolicy/no
23:18:00 [2023-06-22T23:18:00.113Z] --- PASS: TestLiveRestore (0.00s)
23:18:00 [2023-06-22T23:18:00.113Z]     --- PASS: TestLiveRestore/volume_references (4.53s)
23:18:00 [2023-06-22T23:18:00.113Z]         --- PASS: TestLiveRestore/volume_references/restartPolicy (3.93s)
23:18:00 [2023-06-22T23:18:00.113Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/always (1.00s)
23:18:00 [2023-06-22T23:18:00.113Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (0.99s)
23:18:00 [2023-06-22T23:18:00.113Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (0.99s)
23:18:00 [2023-06-22T23:18:00.113Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/no (0.96s)
23:18:00 [2023-06-22T23:18:00.113Z] === RUN   TestDaemonDefaultBridgeWithFixedCidrButNoBip
23:18:01 [2023-06-22T23:18:01.053Z] --- PASS: TestDaemonDefaultBridgeWithFixedCidrButNoBip (0.67s)
23:18:01 [2023-06-22T23:18:01.053Z] PASS
23:18:01 [2023-06-22T23:18:01.053Z] 
23:18:01 [2023-06-22T23:18:01.053Z] DONE 25 tests in 15.712s
23:18:01 [2023-06-22T23:18:01.053Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m 
23:18:01 [2023-06-22T23:18:01.053Z] ++ 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
23:18:01 [2023-06-22T23:18:01.053Z] ++ set -e
23:18:01 [2023-06-22T23:18:01.053Z] ++ '[' -n 0 ']'
23:18:01 [2023-06-22T23:18:01.053Z] ++ set -x
23:18:01 [2023-06-22T23:18:01.053Z] ++ 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m
23:18:01 [2023-06-22T23:18:01.053Z] INFO: Testing against a local daemon
23:18:01 [2023-06-22T23:18:01.053Z] === RUN   TestCommitInheritsEnv
23:18:01 [2023-06-22T23:18:01.053Z] --- PASS: TestCommitInheritsEnv (0.15s)
23:18:01 [2023-06-22T23:18:01.053Z] === RUN   TestImportExtremelyLargeImageWorks
23:18:01 [2023-06-22T23:18:01.053Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
23:18:01 [2023-06-22T23:18:01.053Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
23:18:01 [2023-06-22T23:18:01.053Z] === RUN   TestImportWithCustomPlatform
23:18:01 [2023-06-22T23:18:01.053Z] === RUN   TestImportWithCustomPlatform/#00
23:18:01 [2023-06-22T23:18:01.053Z] === RUN   TestImportWithCustomPlatform/_______
23:18:01 [2023-06-22T23:18:01.053Z] === RUN   TestImportWithCustomPlatform//
23:18:01 [2023-06-22T23:18:01.053Z] === RUN   TestImportWithCustomPlatform/linux
23:18:01 [2023-06-22T23:18:01.053Z] === RUN   TestImportWithCustomPlatform/LINUX
23:18:01 [2023-06-22T23:18:01.053Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
23:18:01 [2023-06-22T23:18:01.053Z] === RUN   TestImportWithCustomPlatform/macos
23:18:01 [2023-06-22T23:18:01.053Z] === RUN   TestImportWithCustomPlatform/macos/arm64
23:18:01 [2023-06-22T23:18:01.053Z] === RUN   TestImportWithCustomPlatform/nintendo64
23:18:01 [2023-06-22T23:18:01.313Z] --- PASS: TestImportWithCustomPlatform (0.12s)
23:18:01 [2023-06-22T23:18:01.313Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.02s)
23:18:01 [2023-06-22T23:18:01.313Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
23:18:01 [2023-06-22T23:18:01.313Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
23:18:01 [2023-06-22T23:18:01.313Z]     --- PASS: TestImportWithCustomPlatform/linux (0.02s)
23:18:01 [2023-06-22T23:18:01.313Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.02s)
23:18:01 [2023-06-22T23:18:01.313Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.02s)
23:18:01 [2023-06-22T23:18:01.313Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
23:18:01 [2023-06-22T23:18:01.313Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
23:18:01 [2023-06-22T23:18:01.313Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
23:18:01 [2023-06-22T23:18:01.313Z] === RUN   TestImageInspectEmptyTagsAndDigests
23:18:01 [2023-06-22T23:18:01.313Z] --- PASS: TestImageInspectEmptyTagsAndDigests (0.01s)
23:18:01 [2023-06-22T23:18:01.313Z] === RUN   TestImagesFilterMultiReference
23:18:01 [2023-06-22T23:18:01.313Z] --- PASS: TestImagesFilterMultiReference (0.06s)
23:18:01 [2023-06-22T23:18:01.313Z] === RUN   TestImagesFilterBeforeSince
23:18:01 [2023-06-22T23:18:01.576Z]     list_test.go:87: ImageList: ID=sha256:de6fdb5d9ce8cddb93b26b2a8beb6e1b4860039bb2d58f273a5bb31f9956a66c RepoTags=[testimagesfilterbeforesince:v1]
23:18:01 [2023-06-22T23:18:01.576Z]     list_test.go:87: ImageList: ID=sha256:d1a12b8ff400df6010178e9c2fb8683e23ed0d166f61f4f524277bcf1c1f025e RepoTags=[testimagesfilterbeforesince:v2]
23:18:01 [2023-06-22T23:18:01.576Z]     list_test.go:87: ImageList: ID=sha256:aa8f56dca12679708b3704f53440f8c57397337cb70cdac529bf5be33dc77f04 RepoTags=[testimagesfilterbeforesince:v3]
23:18:01 [2023-06-22T23:18:01.576Z] --- PASS: TestImagesFilterBeforeSince (0.24s)
23:18:01 [2023-06-22T23:18:01.576Z] === RUN   TestImagePullPlatformInvalid
23:18:01 [2023-06-22T23:18:01.576Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
23:18:01 [2023-06-22T23:18:01.576Z] === RUN   TestImagePullStoredfDigestForOtherRepo
23:18:01 [2023-06-22T23:18:01.576Z] time="2023-06-22T23:18:01Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.20.5 instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.576Z] time="2023-06-22T23:18:01Z" level=info msg="redis not configured" go.version=go1.20.5 instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.576Z] time="2023-06-22T23:18:01Z" level=info msg="Starting upload purge in 0s" go.version=go1.20.5 instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.576Z] time="2023-06-22T23:18:01Z" level=info msg="PurgeUploads starting: olderThan=2023-06-15 23:18:01.426157465 +0000 UTC m=-604799.995304489, actuallyDelete=true" 
23:18:01 [2023-06-22T23:18:01.576Z] time="2023-06-22T23:18:01Z" level=info msg="listening on 127.0.0.1:5000" go.version=go1.20.5 instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.576Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.List(\"/docker/registry/v2/repositories\")" go.version=go1.20.5 instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=23.754µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).List" trace.id=e8ce0203-d173-418f-8ee3-0d8ac919fffe trace.line=154 version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.576Z] time="2023-06-22T23:18:01Z" level=info msg="Purge uploads finished.  Num deleted=0, num errors=1" 
23:18:01 [2023-06-22T23:18:01.576Z] time="2023-06-22T23:18:01Z" level=info msg="Starting upload purge in 24h0m0s" go.version=go1.20.5 instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.576Z] time="2023-06-22T23:18:01Z" level=debug msg="authorizing request" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=e092fc51-710f-4649-9fb2-1078e6575c82 http.request.method=GET http.request.remoteaddr="127.0.0.1:40282" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.576Z] time="2023-06-22T23:18:01Z" level=info msg="response completed" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=e092fc51-710f-4649-9fb2-1078e6575c82 http.request.method=GET http.request.remoteaddr="127.0.0.1:40282" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="970.271µs" http.response.status=200 http.response.written=2 instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.576Z] 127.0.0.1 - - [22/Jun/2023:23:18:01 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1"
23:18:01 [2023-06-22T23:18:01.576Z] time="2023-06-22T23:18:01Z" level=debug msg="authorizing request" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=2d536b03-8c7e-47f8-ab72-b9c6cbca550e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40298" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.21+unknown" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.576Z] time="2023-06-22T23:18:01Z" level=debug msg="authorizing request" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=7aee7efe-b131-4fab-92fa-96b30e528ccf http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40300" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.21+unknown" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.576Z] time="2023-06-22T23:18:01Z" level=debug msg=GetBlob go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=2d536b03-8c7e-47f8-ab72-b9c6cbca550e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40298" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.21+unknown" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.577Z] time="2023-06-22T23:18:01Z" level=debug msg=GetBlob go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=7aee7efe-b131-4fab-92fa-96b30e528ccf http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40300" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.21+unknown" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.577Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=2d536b03-8c7e-47f8-ab72-b9c6cbca550e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40298" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.21+unknown" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=23.771µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=814eed7f-e1db-460c-8717-54a78af35321 trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.577Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=7aee7efe-b131-4fab-92fa-96b30e528ccf http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40300" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.21+unknown" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=25.263µs trace.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=a7e53c89-de20-435e-9be2-f1f9627c0673 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.577Z] time="2023-06-22T23:18:01Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe err.message="blob unknown to registry" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=2d536b03-8c7e-47f8-ab72-b9c6cbca550e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40298" 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=1.952638ms http.response.status=404 http.response.written=157 instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.577Z] 127.0.0.1 - - [22/Jun/2023:23:18:01 +0000] "HEAD /v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 404 157 "" "containerd/1.6.21+unknown"
23:18:01 [2023-06-22T23:18:01.577Z] time="2023-06-22T23:18:01Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 err.message="blob unknown to registry" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=7aee7efe-b131-4fab-92fa-96b30e528ccf http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40300" 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=1.926365ms http.response.status=404 http.response.written=157 instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.577Z] 127.0.0.1 - - [22/Jun/2023:23:18:01 +0000] "HEAD /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 404 157 "" "containerd/1.6.21+unknown"
23:18:01 [2023-06-22T23:18:01.577Z] time="2023-06-22T23:18:01Z" level=debug msg="authorizing request" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=26d4b84a-8ff8-4449-94de-389c9428a8d0 http.request.method=POST http.request.remoteaddr="127.0.0.1:40298" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.21+unknown" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 vars.name=test version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.577Z] time="2023-06-22T23:18:01Z" level=debug msg="authorizing request" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=b4b6acaa-8fb4-42bf-b5fc-7d5073b1618c http.request.method=POST http.request.remoteaddr="127.0.0.1:40300" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.21+unknown" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 vars.name=test version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.577Z] time="2023-06-22T23:18:01Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=26d4b84a-8ff8-4449-94de-389c9428a8d0 http.request.method=POST http.request.remoteaddr="127.0.0.1:40298" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.21+unknown" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 vars.name=test version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.577Z] time="2023-06-22T23:18:01Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=b4b6acaa-8fb4-42bf-b5fc-7d5073b1618c http.request.method=POST http.request.remoteaddr="127.0.0.1:40300" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.21+unknown" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 vars.name=test version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.577Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/24c5cba1-c655-4890-9b73-694681d0452c/startedat\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=26d4b84a-8ff8-4449-94de-389c9428a8d0 http.request.method=POST http.request.remoteaddr="127.0.0.1:40298" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.21+unknown" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=114.38µs trace.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=cde4df7c-e354-4613-ae6e-59f83e2f53e4 trace.line=95 vars.name=test version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.577Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/c73e483e-f9c2-4499-96ec-7fdd67e23deb/startedat\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=b4b6acaa-8fb4-42bf-b5fc-7d5073b1618c http.request.method=POST http.request.remoteaddr="127.0.0.1:40300" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.21+unknown" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=98.839µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=c2eeb811-e599-4654-a72f-6cdcede0e9ef trace.line=95 vars.name=test version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.577Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/c73e483e-f9c2-4499-96ec-7fdd67e23deb/data\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=b4b6acaa-8fb4-42bf-b5fc-7d5073b1618c http.request.method=POST http.request.remoteaddr="127.0.0.1:40300" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.21+unknown" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=11.184µs trace.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=35588544-4fcf-4cb4-9ca1-5f36cca94db7 trace.line=141 vars.name=test version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.577Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/24c5cba1-c655-4890-9b73-694681d0452c/data\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=26d4b84a-8ff8-4449-94de-389c9428a8d0 http.request.method=POST http.request.remoteaddr="127.0.0.1:40298" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.21+unknown" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=13.44µs trace.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=7d682f52-30b0-4f01-8bf8-0d407c81fa23 trace.line=141 vars.name=test version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.577Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/c73e483e-f9c2-4499-96ec-7fdd67e23deb/hashstates/sha256/0\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=b4b6acaa-8fb4-42bf-b5fc-7d5073b1618c http.request.method=POST http.request.remoteaddr="127.0.0.1:40300" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.21+unknown" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=64.805µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=d99f9709-3b2f-4010-bc7c-a1b573efaa2e trace.line=95 vars.name=test version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.577Z] time="2023-06-22T23:18:01Z" level=info msg="response completed" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=b4b6acaa-8fb4-42bf-b5fc-7d5073b1618c http.request.method=POST http.request.remoteaddr="127.0.0.1:40300" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.21+unknown" http.response.duration=1.891764ms http.response.status=202 http.response.written=0 instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.577Z] 127.0.0.1 - - [22/Jun/2023:23:18:01 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.6.21+unknown"
23:18:01 [2023-06-22T23:18:01.577Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/24c5cba1-c655-4890-9b73-694681d0452c/hashstates/sha256/0\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=26d4b84a-8ff8-4449-94de-389c9428a8d0 http.request.method=POST http.request.remoteaddr="127.0.0.1:40298" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.21+unknown" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=71.082µs trace.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=8c6d8481-b31e-432d-962a-775af7730f2c trace.line=95 vars.name=test version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.577Z] time="2023-06-22T23:18:01Z" level=info msg="response completed" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=26d4b84a-8ff8-4449-94de-389c9428a8d0 http.request.method=POST http.request.remoteaddr="127.0.0.1:40298" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.21+unknown" http.response.duration=1.937212ms http.response.status=202 http.response.written=0 instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.577Z] 127.0.0.1 - - [22/Jun/2023:23:18:01 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.6.21+unknown"
23:18:01 [2023-06-22T23:18:01.577Z] time="2023-06-22T23:18:01Z" level=debug msg="authorizing request" go.version=go1.20.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=b59a1875-8d28-4e1c-8957-4257f398759d http.request.method=PUT http.request.remoteaddr="127.0.0.1:40298" http.request.uri="/v2/test/blobs/uploads/c73e483e-f9c2-4499-96ec-7fdd67e23deb?_state=E0_l-EZe0q5SAIk1fsA5VGtMFVXEfBSFUYGkTVmrLDd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM3M2U0ODNlLWY5YzItNDQ5OS05NmVjLTdmZGQ2N2UyM2RlYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNi0yMlQyMzoxODowMS41MjY1NDE5NzVaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.21+unknown" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 vars.name=test vars.uuid=c73e483e-f9c2-4499-96ec-7fdd67e23deb version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.577Z] time="2023-06-22T23:18:01Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.20.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=b59a1875-8d28-4e1c-8957-4257f398759d http.request.method=PUT http.request.remoteaddr="127.0.0.1:40298" http.request.uri="/v2/test/blobs/uploads/c73e483e-f9c2-4499-96ec-7fdd67e23deb?_state=E0_l-EZe0q5SAIk1fsA5VGtMFVXEfBSFUYGkTVmrLDd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM3M2U0ODNlLWY5YzItNDQ5OS05NmVjLTdmZGQ2N2UyM2RlYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNi0yMlQyMzoxODowMS41MjY1NDE5NzVaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.21+unknown" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 vars.name=test vars.uuid=c73e483e-f9c2-4499-96ec-7fdd67e23deb version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.577Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/c73e483e-f9c2-4499-96ec-7fdd67e23deb/startedat\")" go.version=go1.20.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=b59a1875-8d28-4e1c-8957-4257f398759d http.request.method=PUT http.request.remoteaddr="127.0.0.1:40298" http.request.uri="/v2/test/blobs/uploads/c73e483e-f9c2-4499-96ec-7fdd67e23deb?_state=E0_l-EZe0q5SAIk1fsA5VGtMFVXEfBSFUYGkTVmrLDd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM3M2U0ODNlLWY5YzItNDQ5OS05NmVjLTdmZGQ2N2UyM2RlYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNi0yMlQyMzoxODowMS41MjY1NDE5NzVaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.21+unknown" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=33.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).GetContent" trace.id=a5094fea-1837-4e82-80c8-8aa2106d88ae trace.line=82 vars.name=test vars.uuid=c73e483e-f9c2-4499-96ec-7fdd67e23deb version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.577Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/c73e483e-f9c2-4499-96ec-7fdd67e23deb/data\")" go.version=go1.20.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=b59a1875-8d28-4e1c-8957-4257f398759d http.request.method=PUT http.request.remoteaddr="127.0.0.1:40298" http.request.uri="/v2/test/blobs/uploads/c73e483e-f9c2-4499-96ec-7fdd67e23deb?_state=E0_l-EZe0q5SAIk1fsA5VGtMFVXEfBSFUYGkTVmrLDd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM3M2U0ODNlLWY5YzItNDQ5OS05NmVjLTdmZGQ2N2UyM2RlYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNi0yMlQyMzoxODowMS41MjY1NDE5NzVaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.21+unknown" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=13.292µs trace.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=2ec4f054-3572-4b68-b0c5-819bcd7a53ee trace.line=141 vars.name=test vars.uuid=c73e483e-f9c2-4499-96ec-7fdd67e23deb version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.577Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/c73e483e-f9c2-4499-96ec-7fdd67e23deb/data\", 0)" go.version=go1.20.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=b59a1875-8d28-4e1c-8957-4257f398759d http.request.method=PUT http.request.remoteaddr="127.0.0.1:40298" http.request.uri="/v2/test/blobs/uploads/c73e483e-f9c2-4499-96ec-7fdd67e23deb?_state=E0_l-EZe0q5SAIk1fsA5VGtMFVXEfBSFUYGkTVmrLDd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM3M2U0ODNlLWY5YzItNDQ5OS05NmVjLTdmZGQ2N2UyM2RlYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNi0yMlQyMzoxODowMS41MjY1NDE5NzVaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.21+unknown" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=60.956µs trace.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=421f8eb7-c4eb-4053-91ba-9df81baa9b50 trace.line=124 vars.name=test vars.uuid=c73e483e-f9c2-4499-96ec-7fdd67e23deb version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.577Z] time="2023-06-22T23:18:01Z" level=debug msg="(*blobWriter).Commit" go.version=go1.20.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=b59a1875-8d28-4e1c-8957-4257f398759d http.request.method=PUT http.request.remoteaddr="127.0.0.1:40298" http.request.uri="/v2/test/blobs/uploads/c73e483e-f9c2-4499-96ec-7fdd67e23deb?_state=E0_l-EZe0q5SAIk1fsA5VGtMFVXEfBSFUYGkTVmrLDd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM3M2U0ODNlLWY5YzItNDQ5OS05NmVjLTdmZGQ2N2UyM2RlYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNi0yMlQyMzoxODowMS41MjY1NDE5NzVaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.21+unknown" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 vars.name=test vars.uuid=c73e483e-f9c2-4499-96ec-7fdd67e23deb version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.577Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/c73e483e-f9c2-4499-96ec-7fdd67e23deb/data\")" go.version=go1.20.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=b59a1875-8d28-4e1c-8957-4257f398759d http.request.method=PUT http.request.remoteaddr="127.0.0.1:40298" http.request.uri="/v2/test/blobs/uploads/c73e483e-f9c2-4499-96ec-7fdd67e23deb?_state=E0_l-EZe0q5SAIk1fsA5VGtMFVXEfBSFUYGkTVmrLDd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM3M2U0ODNlLWY5YzItNDQ5OS05NmVjLTdmZGQ2N2UyM2RlYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNi0yMlQyMzoxODowMS41MjY1NDE5NzVaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.21+unknown" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=12.16µs trace.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=5ed03dfa-3f85-4081-84e7-c88967ba102b trace.line=141 vars.name=test vars.uuid=c73e483e-f9c2-4499-96ec-7fdd67e23deb version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.577Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.20.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=b59a1875-8d28-4e1c-8957-4257f398759d http.request.method=PUT http.request.remoteaddr="127.0.0.1:40298" http.request.uri="/v2/test/blobs/uploads/c73e483e-f9c2-4499-96ec-7fdd67e23deb?_state=E0_l-EZe0q5SAIk1fsA5VGtMFVXEfBSFUYGkTVmrLDd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM3M2U0ODNlLWY5YzItNDQ5OS05NmVjLTdmZGQ2N2UyM2RlYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNi0yMlQyMzoxODowMS41MjY1NDE5NzVaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.21+unknown" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=12.841µs trace.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=b74b203f-da5a-40e0-a524-6ef71a0d0979 trace.line=141 vars.name=test vars.uuid=c73e483e-f9c2-4499-96ec-7fdd67e23deb version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.577Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/c73e483e-f9c2-4499-96ec-7fdd67e23deb/data\")" go.version=go1.20.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=b59a1875-8d28-4e1c-8957-4257f398759d http.request.method=PUT http.request.remoteaddr="127.0.0.1:40298" http.request.uri="/v2/test/blobs/uploads/c73e483e-f9c2-4499-96ec-7fdd67e23deb?_state=E0_l-EZe0q5SAIk1fsA5VGtMFVXEfBSFUYGkTVmrLDd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM3M2U0ODNlLWY5YzItNDQ5OS05NmVjLTdmZGQ2N2UyM2RlYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNi0yMlQyMzoxODowMS41MjY1NDE5NzVaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.21+unknown" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=7.869µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=27ce2c4d-fd09-4d72-8d1d-270decc03f8e trace.line=141 vars.name=test vars.uuid=c73e483e-f9c2-4499-96ec-7fdd67e23deb version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.577Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/c73e483e-f9c2-4499-96ec-7fdd67e23deb/data\", \"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\"" go.version=go1.20.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=b59a1875-8d28-4e1c-8957-4257f398759d http.request.method=PUT http.request.remoteaddr="127.0.0.1:40298" http.request.uri="/v2/test/blobs/uploads/c73e483e-f9c2-4499-96ec-7fdd67e23deb?_state=E0_l-EZe0q5SAIk1fsA5VGtMFVXEfBSFUYGkTVmrLDd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM3M2U0ODNlLWY5YzItNDQ5OS05NmVjLTdmZGQ2N2UyM2RlYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNi0yMlQyMzoxODowMS41MjY1NDE5NzVaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.21+unknown" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=47.295µs trace.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=e8c5d11b-d4f9-40fc-afb4-98424b4531d6 trace.line=167 vars.name=test vars.uuid=c73e483e-f9c2-4499-96ec-7fdd67e23deb version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.577Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.20.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=b59a1875-8d28-4e1c-8957-4257f398759d http.request.method=PUT http.request.remoteaddr="127.0.0.1:40298" http.request.uri="/v2/test/blobs/uploads/c73e483e-f9c2-4499-96ec-7fdd67e23deb?_state=E0_l-EZe0q5SAIk1fsA5VGtMFVXEfBSFUYGkTVmrLDd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM3M2U0ODNlLWY5YzItNDQ5OS05NmVjLTdmZGQ2N2UyM2RlYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNi0yMlQyMzoxODowMS41MjY1NDE5NzVaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.21+unknown" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=48.247µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=68574469-f35f-44bc-abd8-b7b0f0d1cd0d trace.line=95 vars.name=test vars.uuid=c73e483e-f9c2-4499-96ec-7fdd67e23deb version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.578Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/c73e483e-f9c2-4499-96ec-7fdd67e23deb\")" go.version=go1.20.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=b59a1875-8d28-4e1c-8957-4257f398759d http.request.method=PUT http.request.remoteaddr="127.0.0.1:40298" http.request.uri="/v2/test/blobs/uploads/c73e483e-f9c2-4499-96ec-7fdd67e23deb?_state=E0_l-EZe0q5SAIk1fsA5VGtMFVXEfBSFUYGkTVmrLDd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM3M2U0ODNlLWY5YzItNDQ5OS05NmVjLTdmZGQ2N2UyM2RlYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNi0yMlQyMzoxODowMS41MjY1NDE5NzVaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.21+unknown" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=90.741µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Delete" trace.id=4c518e68-d77f-4c43-9234-0f359c8baf7c trace.line=181 vars.name=test vars.uuid=c73e483e-f9c2-4499-96ec-7fdd67e23deb version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.578Z] time="2023-06-22T23:18:01Z" level=info msg="response completed" go.version=go1.20.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=b59a1875-8d28-4e1c-8957-4257f398759d http.request.method=PUT http.request.remoteaddr="127.0.0.1:40298" http.request.uri="/v2/test/blobs/uploads/c73e483e-f9c2-4499-96ec-7fdd67e23deb?_state=E0_l-EZe0q5SAIk1fsA5VGtMFVXEfBSFUYGkTVmrLDd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM3M2U0ODNlLWY5YzItNDQ5OS05NmVjLTdmZGQ2N2UyM2RlYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNi0yMlQyMzoxODowMS41MjY1NDE5NzVaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.21+unknown" http.response.duration=1.743545ms http.response.status=201 http.response.written=0 instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.578Z] 127.0.0.1 - - [22/Jun/2023:23:18:01 +0000] "PUT /v2/test/blobs/uploads/c73e483e-f9c2-4499-96ec-7fdd67e23deb?_state=E0_l-EZe0q5SAIk1fsA5VGtMFVXEfBSFUYGkTVmrLDd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM3M2U0ODNlLWY5YzItNDQ5OS05NmVjLTdmZGQ2N2UyM2RlYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNi0yMlQyMzoxODowMS41MjY1NDE5NzVaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 201 0 "" "containerd/1.6.21+unknown"
23:18:01 [2023-06-22T23:18:01.578Z] time="2023-06-22T23:18:01Z" level=debug msg="authorizing request" go.version=go1.20.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=14943b89-b7d7-416e-9e7c-e5663d4d4cf2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40300" http.request.uri="/v2/test/blobs/uploads/24c5cba1-c655-4890-9b73-694681d0452c?_state=gkoE0eeG6T2ML-q0F9ezbTT2oyc6ETqUvr89SSdSXTF7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjI0YzVjYmExLWM2NTUtNDg5MC05YjczLTY5NDY4MWQwNDUyYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNi0yMlQyMzoxODowMS41MjY1MTc3N1oifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.21+unknown" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 vars.name=test vars.uuid=24c5cba1-c655-4890-9b73-694681d0452c version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.578Z] time="2023-06-22T23:18:01Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.20.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=14943b89-b7d7-416e-9e7c-e5663d4d4cf2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40300" http.request.uri="/v2/test/blobs/uploads/24c5cba1-c655-4890-9b73-694681d0452c?_state=gkoE0eeG6T2ML-q0F9ezbTT2oyc6ETqUvr89SSdSXTF7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjI0YzVjYmExLWM2NTUtNDg5MC05YjczLTY5NDY4MWQwNDUyYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNi0yMlQyMzoxODowMS41MjY1MTc3N1oifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.21+unknown" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 vars.name=test vars.uuid=24c5cba1-c655-4890-9b73-694681d0452c version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.578Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/24c5cba1-c655-4890-9b73-694681d0452c/startedat\")" go.version=go1.20.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=14943b89-b7d7-416e-9e7c-e5663d4d4cf2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40300" http.request.uri="/v2/test/blobs/uploads/24c5cba1-c655-4890-9b73-694681d0452c?_state=gkoE0eeG6T2ML-q0F9ezbTT2oyc6ETqUvr89SSdSXTF7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjI0YzVjYmExLWM2NTUtNDg5MC05YjczLTY5NDY4MWQwNDUyYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNi0yMlQyMzoxODowMS41MjY1MTc3N1oifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.21+unknown" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=31.377µs trace.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=1be93c4b-1c1c-430e-912b-68d9f39ca406 trace.line=82 vars.name=test vars.uuid=24c5cba1-c655-4890-9b73-694681d0452c version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.578Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/24c5cba1-c655-4890-9b73-694681d0452c/data\")" go.version=go1.20.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=14943b89-b7d7-416e-9e7c-e5663d4d4cf2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40300" http.request.uri="/v2/test/blobs/uploads/24c5cba1-c655-4890-9b73-694681d0452c?_state=gkoE0eeG6T2ML-q0F9ezbTT2oyc6ETqUvr89SSdSXTF7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjI0YzVjYmExLWM2NTUtNDg5MC05YjczLTY5NDY4MWQwNDUyYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNi0yMlQyMzoxODowMS41MjY1MTc3N1oifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.21+unknown" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=12.899µs trace.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=7a1da1dc-2b3a-4d80-802e-c705e97f8935 trace.line=141 vars.name=test vars.uuid=24c5cba1-c655-4890-9b73-694681d0452c version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.578Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/24c5cba1-c655-4890-9b73-694681d0452c/data\", 0)" go.version=go1.20.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=14943b89-b7d7-416e-9e7c-e5663d4d4cf2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40300" http.request.uri="/v2/test/blobs/uploads/24c5cba1-c655-4890-9b73-694681d0452c?_state=gkoE0eeG6T2ML-q0F9ezbTT2oyc6ETqUvr89SSdSXTF7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjI0YzVjYmExLWM2NTUtNDg5MC05YjczLTY5NDY4MWQwNDUyYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNi0yMlQyMzoxODowMS41MjY1MTc3N1oifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.21+unknown" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=111.541µs trace.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=f189f7a7-7f98-4621-8592-45b8f0ecf287 trace.line=124 vars.name=test vars.uuid=24c5cba1-c655-4890-9b73-694681d0452c version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.578Z] time="2023-06-22T23:18:01Z" level=debug msg="(*blobWriter).Commit" go.version=go1.20.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=14943b89-b7d7-416e-9e7c-e5663d4d4cf2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40300" http.request.uri="/v2/test/blobs/uploads/24c5cba1-c655-4890-9b73-694681d0452c?_state=gkoE0eeG6T2ML-q0F9ezbTT2oyc6ETqUvr89SSdSXTF7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjI0YzVjYmExLWM2NTUtNDg5MC05YjczLTY5NDY4MWQwNDUyYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNi0yMlQyMzoxODowMS41MjY1MTc3N1oifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.21+unknown" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 vars.name=test vars.uuid=24c5cba1-c655-4890-9b73-694681d0452c version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.578Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/24c5cba1-c655-4890-9b73-694681d0452c/data\")" go.version=go1.20.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=14943b89-b7d7-416e-9e7c-e5663d4d4cf2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40300" http.request.uri="/v2/test/blobs/uploads/24c5cba1-c655-4890-9b73-694681d0452c?_state=gkoE0eeG6T2ML-q0F9ezbTT2oyc6ETqUvr89SSdSXTF7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjI0YzVjYmExLWM2NTUtNDg5MC05YjczLTY5NDY4MWQwNDUyYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNi0yMlQyMzoxODowMS41MjY1MTc3N1oifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.21+unknown" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=19.89µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=b9c0bbbf-a813-4e81-a199-de91d764dd4e trace.line=141 vars.name=test vars.uuid=24c5cba1-c655-4890-9b73-694681d0452c version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.578Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=14943b89-b7d7-416e-9e7c-e5663d4d4cf2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40300" http.request.uri="/v2/test/blobs/uploads/24c5cba1-c655-4890-9b73-694681d0452c?_state=gkoE0eeG6T2ML-q0F9ezbTT2oyc6ETqUvr89SSdSXTF7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjI0YzVjYmExLWM2NTUtNDg5MC05YjczLTY5NDY4MWQwNDUyYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNi0yMlQyMzoxODowMS41MjY1MTc3N1oifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.21+unknown" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=14.253µs trace.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=efd904bd-a8ec-4e95-9add-6d8a2674b88c trace.line=141 vars.name=test vars.uuid=24c5cba1-c655-4890-9b73-694681d0452c version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.578Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/24c5cba1-c655-4890-9b73-694681d0452c/data\")" go.version=go1.20.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=14943b89-b7d7-416e-9e7c-e5663d4d4cf2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40300" http.request.uri="/v2/test/blobs/uploads/24c5cba1-c655-4890-9b73-694681d0452c?_state=gkoE0eeG6T2ML-q0F9ezbTT2oyc6ETqUvr89SSdSXTF7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjI0YzVjYmExLWM2NTUtNDg5MC05YjczLTY5NDY4MWQwNDUyYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNi0yMlQyMzoxODowMS41MjY1MTc3N1oifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.21+unknown" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=8.632µs trace.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=2593fb9f-5dd6-4065-a6d7-3394d0b6676b trace.line=141 vars.name=test vars.uuid=24c5cba1-c655-4890-9b73-694681d0452c version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.578Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/24c5cba1-c655-4890-9b73-694681d0452c/data\", \"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\"" go.version=go1.20.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=14943b89-b7d7-416e-9e7c-e5663d4d4cf2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40300" http.request.uri="/v2/test/blobs/uploads/24c5cba1-c655-4890-9b73-694681d0452c?_state=gkoE0eeG6T2ML-q0F9ezbTT2oyc6ETqUvr89SSdSXTF7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjI0YzVjYmExLWM2NTUtNDg5MC05YjczLTY5NDY4MWQwNDUyYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNi0yMlQyMzoxODowMS41MjY1MTc3N1oifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.21+unknown" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=45.432µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Move" trace.id=c7bcd560-a5fb-4659-ac64-63b4c8391bde trace.line=167 vars.name=test vars.uuid=24c5cba1-c655-4890-9b73-694681d0452c version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.578Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=14943b89-b7d7-416e-9e7c-e5663d4d4cf2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40300" http.request.uri="/v2/test/blobs/uploads/24c5cba1-c655-4890-9b73-694681d0452c?_state=gkoE0eeG6T2ML-q0F9ezbTT2oyc6ETqUvr89SSdSXTF7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjI0YzVjYmExLWM2NTUtNDg5MC05YjczLTY5NDY4MWQwNDUyYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNi0yMlQyMzoxODowMS41MjY1MTc3N1oifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.21+unknown" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=46.565µs trace.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=f68143a3-dbf4-463c-bee1-67ca555d7ef7 trace.line=95 vars.name=test vars.uuid=24c5cba1-c655-4890-9b73-694681d0452c version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.578Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/24c5cba1-c655-4890-9b73-694681d0452c\")" go.version=go1.20.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=14943b89-b7d7-416e-9e7c-e5663d4d4cf2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40300" http.request.uri="/v2/test/blobs/uploads/24c5cba1-c655-4890-9b73-694681d0452c?_state=gkoE0eeG6T2ML-q0F9ezbTT2oyc6ETqUvr89SSdSXTF7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjI0YzVjYmExLWM2NTUtNDg5MC05YjczLTY5NDY4MWQwNDUyYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNi0yMlQyMzoxODowMS41MjY1MTc3N1oifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.21+unknown" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=75.438µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Delete" trace.id=f6158630-1ec4-45ca-ad6e-a6bc81854db9 trace.line=181 vars.name=test vars.uuid=24c5cba1-c655-4890-9b73-694681d0452c version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.578Z] time="2023-06-22T23:18:01Z" level=info msg="response completed" go.version=go1.20.5 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=14943b89-b7d7-416e-9e7c-e5663d4d4cf2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40300" http.request.uri="/v2/test/blobs/uploads/24c5cba1-c655-4890-9b73-694681d0452c?_state=gkoE0eeG6T2ML-q0F9ezbTT2oyc6ETqUvr89SSdSXTF7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjI0YzVjYmExLWM2NTUtNDg5MC05YjczLTY5NDY4MWQwNDUyYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNi0yMlQyMzoxODowMS41MjY1MTc3N1oifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.21+unknown" http.response.duration=2.148085ms http.response.status=201 http.response.written=0 instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.578Z] 127.0.0.1 - - [22/Jun/2023:23:18:01 +0000] "PUT /v2/test/blobs/uploads/24c5cba1-c655-4890-9b73-694681d0452c?_state=gkoE0eeG6T2ML-q0F9ezbTT2oyc6ETqUvr89SSdSXTF7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjI0YzVjYmExLWM2NTUtNDg5MC05YjczLTY5NDY4MWQwNDUyYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNi0yMlQyMzoxODowMS41MjY1MTc3N1oifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 201 0 "" "containerd/1.6.21+unknown"
23:18:01 [2023-06-22T23:18:01.578Z] time="2023-06-22T23:18:01Z" level=debug msg="authorizing request" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=08d3e121-2c72-44fe-8b53-c46705c53e65 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40300" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.21+unknown" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.578Z] time="2023-06-22T23:18:01Z" level=debug msg=GetImageManifest go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=08d3e121-2c72-44fe-8b53-c46705c53e65 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40300" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.21+unknown" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.578Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=08d3e121-2c72-44fe-8b53-c46705c53e65 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40300" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.21+unknown" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=21.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=2128413c-6961-47d4-9b77-1e760f971e51 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.578Z] time="2023-06-22T23:18:01Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=latest" err.message="manifest unknown" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=08d3e121-2c72-44fe-8b53-c46705c53e65 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40300" 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="804.855µs" http.response.status=404 http.response.written=96 instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.578Z] 127.0.0.1 - - [22/Jun/2023:23:18:01 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 404 96 "" "containerd/1.6.21+unknown"
23:18:01 [2023-06-22T23:18:01.578Z] time="2023-06-22T23:18:01Z" level=debug msg="authorizing request" go.version=go1.20.5 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ef2404d9-57d2-4a4a-b10d-f7307b3d5540 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40300" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.21+unknown" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.578Z] time="2023-06-22T23:18:01Z" level=debug msg=PutImageManifest go.version=go1.20.5 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ef2404d9-57d2-4a4a-b10d-f7307b3d5540 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40300" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.21+unknown" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.578Z] time="2023-06-22T23:18:01Z" level=debug msg="(*manifestStore).Put" go.version=go1.20.5 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ef2404d9-57d2-4a4a-b10d-f7307b3d5540 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40300" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.21+unknown" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.578Z] time="2023-06-22T23:18:01Z" level=debug msg="(*schema2ManifestHandler).Put" go.version=go1.20.5 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ef2404d9-57d2-4a4a-b10d-f7307b3d5540 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40300" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.21+unknown" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.578Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.20.5 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ef2404d9-57d2-4a4a-b10d-f7307b3d5540 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40300" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.21+unknown" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=35.053µs trace.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=e5c1d2a4-6b68-4c6c-9e45-5995ec56474d trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.578Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.20.5 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ef2404d9-57d2-4a4a-b10d-f7307b3d5540 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40300" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.21+unknown" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=12.628µs trace.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=d9930873-a37d-4526-965c-a1727ba0a27d trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.578Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.5 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ef2404d9-57d2-4a4a-b10d-f7307b3d5540 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40300" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.21+unknown" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=17.855µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=82b6e1f2-b603-429e-bd02-27d320a6d4a0 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.579Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.5 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ef2404d9-57d2-4a4a-b10d-f7307b3d5540 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40300" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.21+unknown" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=9.658µs trace.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=b35a80f9-1ccc-4abf-a080-581103564f21 trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.579Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.20.5 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ef2404d9-57d2-4a4a-b10d-f7307b3d5540 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40300" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.21+unknown" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=11.266µs trace.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=9dcb9194-5baa-40bd-93e8-e5639a495f37 trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.579Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.20.5 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ef2404d9-57d2-4a4a-b10d-f7307b3d5540 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40300" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.21+unknown" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=45.055µs trace.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=48faf67f-7083-48a8-b2c0-30c39f6af4a1 trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.579Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.5 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ef2404d9-57d2-4a4a-b10d-f7307b3d5540 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40300" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.21+unknown" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=50.281µs trace.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=4072c7db-dc1f-4a9a-bbd1-7dad96ea8ca8 trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.579Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.5 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ef2404d9-57d2-4a4a-b10d-f7307b3d5540 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40300" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.21+unknown" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=23.311µs trace.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=3de9f3bd-5d75-405b-b642-3e529fe04c5f trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.579Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/index/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.5 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ef2404d9-57d2-4a4a-b10d-f7307b3d5540 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40300" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.21+unknown" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=60.201µs trace.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=b289dd2a-85ac-49f1-8684-34f39ddc558e trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.579Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.20.5 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ef2404d9-57d2-4a4a-b10d-f7307b3d5540 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40300" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.21+unknown" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=34.544µs trace.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=bf2bab9e-6e3f-42dd-83ba-5ecafd949d10 trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.579Z] time="2023-06-22T23:18:01Z" level=info msg="response completed" go.version=go1.20.5 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ef2404d9-57d2-4a4a-b10d-f7307b3d5540 http.request.method=PUT http.request.remoteaddr="127.0.0.1:40300" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.21+unknown" http.response.duration=1.594687ms http.response.status=201 http.response.written=0 instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.579Z] 127.0.0.1 - - [22/Jun/2023:23:18:01 +0000] "PUT /v2/test/manifests/latest HTTP/1.1" 201 0 "" "containerd/1.6.21+unknown"
23:18:01 [2023-06-22T23:18:01.579Z] time="2023-06-22T23:18:01Z" level=debug msg="authorizing request" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=785476d6-1b7e-48c1-9deb-498f98423514 http.request.method=GET http.request.remoteaddr="127.0.0.1:40314" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.579Z] time="2023-06-22T23:18:01Z" level=info msg="response completed" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=785476d6-1b7e-48c1-9deb-498f98423514 http.request.method=GET http.request.remoteaddr="127.0.0.1:40314" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 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="705.4µs" http.response.status=200 http.response.written=2 instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.579Z] 127.0.0.1 - - [22/Jun/2023:23:18:01 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
23:18:01 [2023-06-22T23:18:01.579Z] time="2023-06-22T23:18:01Z" level=debug msg="authorizing request" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=c6458149-3e1f-45e3-b3e2-c778cb99f03f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40328" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.579Z] time="2023-06-22T23:18:01Z" level=debug msg=GetImageManifest go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=c6458149-3e1f-45e3-b3e2-c778cb99f03f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40328" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.579Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=c6458149-3e1f-45e3-b3e2-c778cb99f03f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40328" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=39.377µs trace.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=e679cae8-6b78-4d0a-9a84-0aca058952e0 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.579Z] time="2023-06-22T23:18:01Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=c6458149-3e1f-45e3-b3e2-c778cb99f03f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40328" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.579Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=c6458149-3e1f-45e3-b3e2-c778cb99f03f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40328" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=21.842µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=6547e2d1-c578-411d-aad6-cbc2f722ac06 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.579Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=c6458149-3e1f-45e3-b3e2-c778cb99f03f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40328" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=14.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=e1c30bb7-efc2-47d1-84cc-316ab9eefaa0 trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.579Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=c6458149-3e1f-45e3-b3e2-c778cb99f03f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40328" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=17.535µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=b7390799-334a-4b66-928f-e6ceb0ee8b87 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.579Z] time="2023-06-22T23:18:01Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=c6458149-3e1f-45e3-b3e2-c778cb99f03f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40328" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.579Z] time="2023-06-22T23:18:01Z" level=info msg="response completed" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=c6458149-3e1f-45e3-b3e2-c778cb99f03f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40328" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 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.342853ms http.response.status=200 http.response.written=417 instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.579Z] 127.0.0.1 - - [22/Jun/2023:23:18:01 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 200 417 "" "docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
23:18:01 [2023-06-22T23:18:01.579Z] time="2023-06-22T23:18:01Z" level=debug msg="authorizing request" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=92987dcc-ba54-4cc6-952d-03de3bf64424 http.request.method=GET http.request.remoteaddr="127.0.0.1:40344" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.579Z] time="2023-06-22T23:18:01Z" level=debug msg=GetImageManifest go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=92987dcc-ba54-4cc6-952d-03de3bf64424 http.request.method=GET http.request.remoteaddr="127.0.0.1:40344" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.579Z] time="2023-06-22T23:18:01Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=92987dcc-ba54-4cc6-952d-03de3bf64424 http.request.method=GET http.request.remoteaddr="127.0.0.1:40344" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.579Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=92987dcc-ba54-4cc6-952d-03de3bf64424 http.request.method=GET http.request.remoteaddr="127.0.0.1:40344" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=39.779µs trace.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=82983e24-192c-49f5-babf-f15652038a5f trace.line=82 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.579Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=92987dcc-ba54-4cc6-952d-03de3bf64424 http.request.method=GET http.request.remoteaddr="127.0.0.1:40344" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=17.009µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=2cd41322-7d07-4511-b1a5-a09f0978ea7c trace.line=141 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.579Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=92987dcc-ba54-4cc6-952d-03de3bf64424 http.request.method=GET http.request.remoteaddr="127.0.0.1:40344" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=19.397µs trace.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=7c52f0f0-ea69-43e4-9695-7e048b316e85 trace.line=82 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.579Z] time="2023-06-22T23:18:01Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=92987dcc-ba54-4cc6-952d-03de3bf64424 http.request.method=GET http.request.remoteaddr="127.0.0.1:40344" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.579Z] time="2023-06-22T23:18:01Z" level=info msg="response completed" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=92987dcc-ba54-4cc6-952d-03de3bf64424 http.request.method=GET http.request.remoteaddr="127.0.0.1:40344" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 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.210118ms http.response.status=200 http.response.written=417 instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.579Z] 127.0.0.1 - - [22/Jun/2023:23:18:01 +0000] "GET /v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 200 417 "" "docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
23:18:01 [2023-06-22T23:18:01.580Z] time="2023-06-22T23:18:01Z" level=debug msg="authorizing request" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=ea187808-86d3-477c-84c0-267a12b665ec http.request.method=GET http.request.remoteaddr="127.0.0.1:40374" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.580Z] time="2023-06-22T23:18:01Z" level=debug msg=GetBlob go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=ea187808-86d3-477c-84c0-267a12b665ec http.request.method=GET http.request.remoteaddr="127.0.0.1:40374" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.580Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=ea187808-86d3-477c-84c0-267a12b665ec http.request.method=GET http.request.remoteaddr="127.0.0.1:40374" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=38.597µs trace.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=eba78b9d-67be-473e-bed5-0426198399e9 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.580Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=ea187808-86d3-477c-84c0-267a12b665ec http.request.method=GET http.request.remoteaddr="127.0.0.1:40374" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=14.047µs trace.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=d583b989-e29c-4bd9-ace9-b830a208fb12 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.580Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=ea187808-86d3-477c-84c0-267a12b665ec http.request.method=GET http.request.remoteaddr="127.0.0.1:40374" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=16.911µs trace.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=a5400100-53bc-4509-894b-264f306a5c8c trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.580Z] time="2023-06-22T23:18:01Z" level=debug msg="authorizing request" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=b15ffeb9-7609-44cd-b8aa-17505ded045f http.request.method=GET http.request.remoteaddr="127.0.0.1:40360" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.580Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=ea187808-86d3-477c-84c0-267a12b665ec http.request.method=GET http.request.remoteaddr="127.0.0.1:40374" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=8.534µs trace.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=13054e7c-f435-45e4-b3a2-5b4f2c1c88bc trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.580Z] time="2023-06-22T23:18:01Z" level=debug msg=GetBlob go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=b15ffeb9-7609-44cd-b8aa-17505ded045f http.request.method=GET http.request.remoteaddr="127.0.0.1:40360" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.580Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=ea187808-86d3-477c-84c0-267a12b665ec http.request.method=GET http.request.remoteaddr="127.0.0.1:40374" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=8.131µs trace.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=cf0dccfd-96ba-4a13-a44a-93c3bdea062a trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.580Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=ea187808-86d3-477c-84c0-267a12b665ec http.request.method=GET http.request.remoteaddr="127.0.0.1:40374" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=5.21µs trace.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=d9e35a26-90c5-4d6f-a9a4-cb6567554b4d trace.line=193 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.580Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=b15ffeb9-7609-44cd-b8aa-17505ded045f http.request.method=GET http.request.remoteaddr="127.0.0.1:40360" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=46.458µs trace.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=102210f7-d368-4de7-9160-76bf05640765 trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.580Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.ReadStream(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\", 0)" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=ea187808-86d3-477c-84c0-267a12b665ec http.request.method=GET http.request.remoteaddr="127.0.0.1:40374" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=15.983µs trace.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=0527660e-7d41-43c8-bf34-5038a33e097d trace.line=107 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.580Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=b15ffeb9-7609-44cd-b8aa-17505ded045f http.request.method=GET http.request.remoteaddr="127.0.0.1:40360" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=14.926µs trace.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=9c968c74-42c7-4504-8a80-87042d5a7393 trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.580Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=b15ffeb9-7609-44cd-b8aa-17505ded045f http.request.method=GET http.request.remoteaddr="127.0.0.1:40360" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=17.19µs trace.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=3dae7131-0ab2-4e6b-9e35-13dd5ad64e07 trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.580Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=b15ffeb9-7609-44cd-b8aa-17505ded045f http.request.method=GET http.request.remoteaddr="127.0.0.1:40360" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=8.591µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=97de111d-3d5a-416f-a7dd-5fd4f2e376cf trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.580Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=b15ffeb9-7609-44cd-b8aa-17505ded045f http.request.method=GET http.request.remoteaddr="127.0.0.1:40360" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=11.249µs trace.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=b5d0dea0-7c9c-4830-ae6d-e234feec62f0 trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.580Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=b15ffeb9-7609-44cd-b8aa-17505ded045f http.request.method=GET http.request.remoteaddr="127.0.0.1:40360" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=5.449µs trace.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=e891deaa-a159-44b5-aa0e-73c27608e387 trace.line=193 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.580Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.ReadStream(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\", 0)" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=b15ffeb9-7609-44cd-b8aa-17505ded045f http.request.method=GET http.request.remoteaddr="127.0.0.1:40360" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=23.27µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).ReadStream" trace.id=f5313f13-a913-4c52-8d07-9134586080ed trace.line=107 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.580Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=ea187808-86d3-477c-84c0-267a12b665ec http.request.method=GET http.request.remoteaddr="127.0.0.1:40374" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=47.377µs trace.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=caff385d-53e8-452e-8a18-ae5121f58d93 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.580Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=ea187808-86d3-477c-84c0-267a12b665ec http.request.method=GET http.request.remoteaddr="127.0.0.1:40374" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=16.714µs trace.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=c54db11d-0dc6-4a24-a4ed-be582104af15 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.580Z] time="2023-06-22T23:18:01Z" level=info msg="response completed" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=ea187808-86d3-477c-84c0-267a12b665ec http.request.method=GET http.request.remoteaddr="127.0.0.1:40374" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 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=2.77657ms http.response.status=200 http.response.written=68 instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.580Z] 127.0.0.1 - - [22/Jun/2023:23:18:01 +0000] "GET /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 200 68 "" "docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
23:18:01 [2023-06-22T23:18:01.580Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=b15ffeb9-7609-44cd-b8aa-17505ded045f http.request.method=GET http.request.remoteaddr="127.0.0.1:40360" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=33.97µs trace.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=bb1d1746-fd12-4edc-a922-156e5bc5fd69 trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.580Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=b15ffeb9-7609-44cd-b8aa-17505ded045f http.request.method=GET http.request.remoteaddr="127.0.0.1:40360" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=12.874µs trace.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=4b222341-b3b3-48c7-a4f6-fb4086c988ab trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.580Z] time="2023-06-22T23:18:01Z" level=info msg="response completed" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=b15ffeb9-7609-44cd-b8aa-17505ded045f http.request.method=GET http.request.remoteaddr="127.0.0.1:40360" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 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.692138ms http.response.status=200 http.response.written=179 instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.580Z] 127.0.0.1 - - [22/Jun/2023:23:18:01 +0000] "GET /v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 200 179 "" "docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
23:18:01 [2023-06-22T23:18:01.580Z] time="2023-06-22T23:18:01Z" level=debug msg="authorizing request" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=0238d683-aa3e-4427-bd85-71d3d2ffe9ae http.request.method=GET http.request.remoteaddr="127.0.0.1:40390" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.581Z] time="2023-06-22T23:18:01Z" level=info msg="response completed" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=0238d683-aa3e-4427-bd85-71d3d2ffe9ae http.request.method=GET http.request.remoteaddr="127.0.0.1:40390" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 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.363907ms http.response.status=200 http.response.written=2 instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.581Z] 127.0.0.1 - - [22/Jun/2023:23:18:01 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
23:18:01 [2023-06-22T23:18:01.581Z] time="2023-06-22T23:18:01Z" level=debug msg="authorizing request" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=a1b3e200-b365-405d-a21f-af3577ad8b31 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40396" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.581Z] time="2023-06-22T23:18:01Z" level=debug msg=GetImageManifest go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=a1b3e200-b365-405d-a21f-af3577ad8b31 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40396" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.581Z] time="2023-06-22T23:18:01Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=a1b3e200-b365-405d-a21f-af3577ad8b31 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40396" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.581Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=a1b3e200-b365-405d-a21f-af3577ad8b31 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40396" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=28.636µs trace.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=9683f59b-ac8e-4127-9aea-fe06287cff3e trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.581Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_layers/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=a1b3e200-b365-405d-a21f-af3577ad8b31 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40396" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=11.545µs trace.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=c4cd0b55-20ec-4bdd-9aaf-6f13a89f7206 trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.581Z] time="2023-06-22T23:18:01Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown manifest name=other revision=sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" err.message="manifest unknown" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=a1b3e200-b365-405d-a21f-af3577ad8b31 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:40396" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 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.137896ms http.response.status=404 http.response.written=181 instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.581Z] 127.0.0.1 - - [22/Jun/2023:23:18:01 +0000] "HEAD /v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 404 181 "" "docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
23:18:01 [2023-06-22T23:18:01.581Z] time="2023-06-22T23:18:01Z" level=debug msg="authorizing request" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=fa68bd74-2c73-4ff9-b4fd-ab28415f22a8 http.request.method=GET http.request.remoteaddr="127.0.0.1:40412" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.581Z] time="2023-06-22T23:18:01Z" level=debug msg=GetImageManifest go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=fa68bd74-2c73-4ff9-b4fd-ab28415f22a8 http.request.method=GET http.request.remoteaddr="127.0.0.1:40412" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.581Z] time="2023-06-22T23:18:01Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=fa68bd74-2c73-4ff9-b4fd-ab28415f22a8 http.request.method=GET http.request.remoteaddr="127.0.0.1:40412" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.581Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=fa68bd74-2c73-4ff9-b4fd-ab28415f22a8 http.request.method=GET http.request.remoteaddr="127.0.0.1:40412" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=24.755µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=f98418a2-b652-431d-9bd0-0e123ea0af11 trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.581Z] time="2023-06-22T23:18:01Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_layers/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=fa68bd74-2c73-4ff9-b4fd-ab28415f22a8 http.request.method=GET http.request.remoteaddr="127.0.0.1:40412" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 trace.duration=12.366µs trace.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=6fd6a276-a22f-453e-a07e-5fb40dcdcb5f trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.581Z] time="2023-06-22T23:18:01Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown manifest name=other revision=sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" err.message="manifest unknown" go.version=go1.20.5 http.request.host="127.0.0.1:5000" http.request.id=fa68bd74-2c73-4ff9-b4fd-ab28415f22a8 http.request.method=GET http.request.remoteaddr="127.0.0.1:40412" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 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.068824ms http.response.status=404 http.response.written=181 instance.id=3aa0f917-780d-4c62-9b59-d55c4b2cd9f0 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
23:18:01 [2023-06-22T23:18:01.581Z] 127.0.0.1 - - [22/Jun/2023:23:18:01 +0000] "GET /v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 404 181 "" "docker/dev go/go1.20.5 git-commit/136893e33bde91871e76f3491d45ad82f9a78296 kernel/5.15.0-1031-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
23:18:01 [2023-06-22T23:18:01.842Z] --- PASS: TestImagePullStoredfDigestForOtherRepo (0.18s)
23:18:01 [2023-06-22T23:18:01.842Z] === RUN   TestRemoveImageOrphaning
23:18:01 [2023-06-22T23:18:01.842Z] --- PASS: TestRemoveImageOrphaning (0.14s)
23:18:01 [2023-06-22T23:18:01.842Z] === RUN   TestRemoveImageGarbageCollector
23:18:01 [2023-06-22T23:18:01.842Z]     remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
23:18:01 [2023-06-22T23:18:01.842Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
23:18:01 [2023-06-22T23:18:01.842Z] === RUN   TestTagUnprefixedRepoByNameOrName
23:18:01 [2023-06-22T23:18:01.842Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
23:18:01 [2023-06-22T23:18:01.842Z] === RUN   TestTagInvalidReference
23:18:01 [2023-06-22T23:18:01.842Z] --- PASS: TestTagInvalidReference (0.01s)
23:18:01 [2023-06-22T23:18:01.842Z] === RUN   TestTagValidPrefixedRepo
23:18:01 [2023-06-22T23:18:01.842Z] --- PASS: TestTagValidPrefixedRepo (0.04s)
23:18:01 [2023-06-22T23:18:01.842Z] === RUN   TestTagExistedNameWithoutForce
23:18:01 [2023-06-22T23:18:01.842Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
23:18:01 [2023-06-22T23:18:01.842Z] === RUN   TestTagOfficialNames
23:18:02 [2023-06-22T23:18:02.103Z] --- PASS: TestTagOfficialNames (0.05s)
23:18:02 [2023-06-22T23:18:02.103Z] === RUN   TestTagMatchesDigest
23:18:02 [2023-06-22T23:18:02.103Z] --- PASS: TestTagMatchesDigest (0.01s)
23:18:02 [2023-06-22T23:18:02.103Z] PASS
23:18:02 [2023-06-22T23:18:02.103Z] 
23:18:02 [2023-06-22T23:18:02.103Z] === Skipped
23:18:02 [2023-06-22T23:18:02.103Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
23:18:02 [2023-06-22T23:18:02.103Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
23:18:02 [2023-06-22T23:18:02.103Z] 
23:18:02 [2023-06-22T23:18:02.103Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
23:18:02 [2023-06-22T23:18:02.103Z]     remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
23:18:02 [2023-06-22T23:18:02.103Z] 
23:18:02 [2023-06-22T23:18:02.103Z] DONE 25 tests, 2 skipped in 1.115s
23:18:02 [2023-06-22T23:18:02.103Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
23:18:02 [2023-06-22T23:18:02.103Z] ++ 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
23:18:02 [2023-06-22T23:18:02.103Z] ++ set -e
23:18:02 [2023-06-22T23:18:02.103Z] ++ '[' -n 0 ']'
23:18:02 [2023-06-22T23:18:02.103Z] ++ set -x
23:18:02 [2023-06-22T23:18:02.103Z] ++ 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m
23:18:02 [2023-06-22T23:18:02.103Z] === RUN   TestStripANSICommands
23:18:02 [2023-06-22T23:18:02.103Z] === RUN   TestStripANSICommands/#00
23:18:02 [2023-06-22T23:18:02.103Z] === RUN   TestStripANSICommands/#01
23:18:02 [2023-06-22T23:18:02.103Z] --- PASS: TestStripANSICommands (0.00s)
23:18:02 [2023-06-22T23:18:02.103Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
23:18:02 [2023-06-22T23:18:02.103Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
23:18:02 [2023-06-22T23:18:02.103Z] PASS
23:18:02 [2023-06-22T23:18:02.103Z] 
23:18:02 [2023-06-22T23:18:02.103Z] DONE 3 tests in 0.009s
23:18:02 [2023-06-22T23:18:02.103Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m 
23:18:02 [2023-06-22T23:18:02.103Z] ++ 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
23:18:02 [2023-06-22T23:18:02.103Z] ++ set -e
23:18:02 [2023-06-22T23:18:02.103Z] ++ '[' -n 0 ']'
23:18:02 [2023-06-22T23:18:02.103Z] ++ set -x
23:18:02 [2023-06-22T23:18:02.103Z] ++ 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m
23:18:02 [2023-06-22T23:18:02.103Z] INFO: Testing against a local daemon
23:18:02 [2023-06-22T23:18:02.103Z] === RUN   TestNetworkCreateDelete
23:18:02 [2023-06-22T23:18:02.363Z] --- PASS: TestNetworkCreateDelete (0.20s)
23:18:02 [2023-06-22T23:18:02.363Z] === RUN   TestDockerNetworkDeletePreferID
23:18:02 [2023-06-22T23:18:02.934Z] --- PASS: TestDockerNetworkDeletePreferID (0.53s)
23:18:02 [2023-06-22T23:18:02.934Z] === RUN   TestDaemonDNSFallback
23:18:09 [2023-06-22T23:18:09.510Z] --- PASS: TestDaemonDNSFallback (6.22s)
23:18:09 [2023-06-22T23:18:09.510Z] === RUN   TestInspectNetwork
23:18:12 [2023-06-22T23:18:12.051Z] === RUN   TestInspectNetwork/full_network_id
23:18:12 [2023-06-22T23:18:12.051Z] === RUN   TestInspectNetwork/partial_network_id
23:18:12 [2023-06-22T23:18:12.051Z] === RUN   TestInspectNetwork/network_name
23:18:12 [2023-06-22T23:18:12.051Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
23:18:16 [2023-06-22T23:18:16.248Z] --- PASS: TestInspectNetwork (7.15s)
23:18:16 [2023-06-22T23:18:16.248Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
23:18:16 [2023-06-22T23:18:16.248Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
23:18:16 [2023-06-22T23:18:16.248Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
23:18:16 [2023-06-22T23:18:16.248Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
23:18:16 [2023-06-22T23:18:16.248Z] === RUN   TestRunContainerWithBridgeNone
23:18:17 [2023-06-22T23:18:17.630Z] --- PASS: TestRunContainerWithBridgeNone (1.36s)
23:18:17 [2023-06-22T23:18:17.630Z] === RUN   TestNetworkInvalidJSON
23:18:17 [2023-06-22T23:18:17.630Z] === RUN   TestNetworkInvalidJSON/networks/create
23:18:17 [2023-06-22T23:18:17.630Z] === PAUSE TestNetworkInvalidJSON/networks/create
23:18:17 [2023-06-22T23:18:17.630Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
23:18:17 [2023-06-22T23:18:17.630Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
23:18:17 [2023-06-22T23:18:17.630Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
23:18:17 [2023-06-22T23:18:17.630Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
23:18:17 [2023-06-22T23:18:17.630Z] === CONT  TestNetworkInvalidJSON/networks/create
23:18:17 [2023-06-22T23:18:17.630Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
23:18:17 [2023-06-22T23:18:17.630Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
23:18:17 [2023-06-22T23:18:17.630Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
23:18:17 [2023-06-22T23:18:17.630Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
23:18:17 [2023-06-22T23:18:17.630Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
23:18:17 [2023-06-22T23:18:17.630Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
23:18:17 [2023-06-22T23:18:17.630Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
23:18:17 [2023-06-22T23:18:17.630Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
23:18:17 [2023-06-22T23:18:17.630Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
23:18:17 [2023-06-22T23:18:17.630Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
23:18:17 [2023-06-22T23:18:17.630Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
23:18:17 [2023-06-22T23:18:17.630Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
23:18:17 [2023-06-22T23:18:17.630Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
23:18:17 [2023-06-22T23:18:17.630Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
23:18:17 [2023-06-22T23:18:17.630Z] --- PASS: TestNetworkInvalidJSON (0.01s)
23:18:17 [2023-06-22T23:18:17.630Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
23:18:17 [2023-06-22T23:18:17.630Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
23:18:17 [2023-06-22T23:18:17.630Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
23:18:17 [2023-06-22T23:18:17.630Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
23:18:17 [2023-06-22T23:18:17.630Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
23:18:17 [2023-06-22T23:18:17.630Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
23:18:17 [2023-06-22T23:18:17.630Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
23:18:17 [2023-06-22T23:18:17.630Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
23:18:17 [2023-06-22T23:18:17.630Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
23:18:17 [2023-06-22T23:18:17.630Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
23:18:17 [2023-06-22T23:18:17.630Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
23:18:17 [2023-06-22T23:18:17.630Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
23:18:17 [2023-06-22T23:18:17.630Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
23:18:17 [2023-06-22T23:18:17.630Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
23:18:17 [2023-06-22T23:18:17.630Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
23:18:17 [2023-06-22T23:18:17.630Z] === RUN   TestNetworkList
23:18:17 [2023-06-22T23:18:17.630Z] === RUN   TestNetworkList//networks
23:18:17 [2023-06-22T23:18:17.630Z] === PAUSE TestNetworkList//networks
23:18:17 [2023-06-22T23:18:17.630Z] === RUN   TestNetworkList//networks/
23:18:17 [2023-06-22T23:18:17.630Z] === PAUSE TestNetworkList//networks/
23:18:17 [2023-06-22T23:18:17.630Z] === CONT  TestNetworkList//networks
23:18:17 [2023-06-22T23:18:17.630Z] === CONT  TestNetworkList//networks/
23:18:17 [2023-06-22T23:18:17.630Z] --- PASS: TestNetworkList (0.01s)
23:18:17 [2023-06-22T23:18:17.630Z]     --- PASS: TestNetworkList//networks/ (0.00s)
23:18:17 [2023-06-22T23:18:17.630Z]     --- PASS: TestNetworkList//networks (0.00s)
23:18:17 [2023-06-22T23:18:17.630Z] === RUN   TestHostIPv4BridgeLabel
23:18:18 [2023-06-22T23:18:18.200Z] --- PASS: TestHostIPv4BridgeLabel (0.56s)
23:18:18 [2023-06-22T23:18:18.200Z] === RUN   TestDefaultNetworkOpts
23:18:18 [2023-06-22T23:18:18.200Z] === RUN   TestDefaultNetworkOpts/default_value
23:18:19 [2023-06-22T23:18:19.582Z] === RUN   TestDefaultNetworkOpts/cmdline_value
23:18:20 [2023-06-22T23:18:20.963Z] === RUN   TestDefaultNetworkOpts/config-from_value
23:18:21 [2023-06-22T23:18:21.902Z] --- PASS: TestDefaultNetworkOpts (3.87s)
23:18:21 [2023-06-22T23:18:21.902Z]     --- PASS: TestDefaultNetworkOpts/default_value (1.28s)
23:18:21 [2023-06-22T23:18:21.902Z]     --- PASS: TestDefaultNetworkOpts/cmdline_value (1.30s)
23:18:21 [2023-06-22T23:18:21.902Z]     --- PASS: TestDefaultNetworkOpts/config-from_value (1.29s)
23:18:21 [2023-06-22T23:18:21.902Z] === RUN   TestDaemonRestartWithLiveRestore
23:18:23 [2023-06-22T23:18:23.283Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s)
23:18:23 [2023-06-22T23:18:23.284Z] === RUN   TestDaemonDefaultNetworkPools
23:18:23 [2023-06-22T23:18:23.853Z] --- PASS: TestDaemonDefaultNetworkPools (0.85s)
23:18:23 [2023-06-22T23:18:23.853Z] === RUN   TestDaemonRestartWithExistingNetwork
23:18:25 [2023-06-22T23:18:25.234Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.17s)
23:18:25 [2023-06-22T23:18:25.234Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
23:18:26 [2023-06-22T23:18:26.616Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.26s)
23:18:26 [2023-06-22T23:18:26.616Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
23:18:26 [2023-06-22T23:18:26.876Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.60s)
23:18:26 [2023-06-22T23:18:26.876Z] === RUN   TestServiceWithPredefinedNetwork
23:18:29 [2023-06-22T23:18:29.415Z] --- PASS: TestServiceWithPredefinedNetwork (2.05s)
23:18:29 [2023-06-22T23:18:29.415Z] === RUN   TestServiceRemoveKeepsIngressNetwork
23:18:29 [2023-06-22T23:18:29.415Z]     service_test.go:242: FLAKY_TEST
23:18:29 [2023-06-22T23:18:29.415Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
23:18:29 [2023-06-22T23:18:29.415Z] === RUN   TestServiceWithDataPathPortInit
23:18:44 [2023-06-22T23:18:44.309Z] --- PASS: TestServiceWithDataPathPortInit (13.48s)
23:18:44 [2023-06-22T23:18:44.309Z] === RUN   TestServiceWithDefaultAddressPoolInit
23:18:44 [2023-06-22T23:18:44.569Z]     service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:jki56p2gwm0enr6detmxd5t03 Created:2023-06-22 23:18:43.62782375 +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[9ac32af3da7a0978e2a8b8f34da27a989253951d2e1eb741e65856af15201d35:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.izylklsfhp08h0ifk8lwessik EndpointID:7d5488970efe1e34419deebd3787eff7904e880e0b9b037b0460e1f3e6bc38f5 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:aead197994f57349ad3c6809e55b7fc1bb6054d29950707cbfc6d86c6142f802 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:64d8bb436661 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.izylklsfhp08h0ifk8lwessik EndpointID:7d5488970efe1e34419deebd3787eff7904e880e0b9b037b0460e1f3e6bc38f5 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
23:18:49 [2023-06-22T23:18:49.849Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.63s)
23:18:49 [2023-06-22T23:18:49.849Z] PASS
23:18:49 [2023-06-22T23:18:49.849Z] 
23:18:49 [2023-06-22T23:18:49.849Z] === Skipped
23:18:49 [2023-06-22T23:18:49.849Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
23:18:49 [2023-06-22T23:18:49.849Z]     service_test.go:242: FLAKY_TEST
23:18:49 [2023-06-22T23:18:49.849Z] 
23:18:49 [2023-06-22T23:18:49.849Z] DONE 42 tests, 1 skipped in 47.008s
23:18:49 [2023-06-22T23:18:49.849Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
23:18:49 [2023-06-22T23:18:49.849Z] ++ 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
23:18:49 [2023-06-22T23:18:49.849Z] ++ set -e
23:18:49 [2023-06-22T23:18:49.849Z] ++ '[' -n 0 ']'
23:18:49 [2023-06-22T23:18:49.849Z] ++ set -x
23:18:49 [2023-06-22T23:18:49.850Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
23:18:49 [2023-06-22T23:18:49.850Z] INFO: Testing against a local daemon
23:18:49 [2023-06-22T23:18:49.850Z] === RUN   TestDockerNetworkIpvlanPersistance
23:18:49 [2023-06-22T23:18:49.850Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
23:18:49 [2023-06-22T23:18:49.850Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
23:18:49 [2023-06-22T23:18:49.850Z] === RUN   TestDockerNetworkIpvlan
23:18:49 [2023-06-22T23:18:49.850Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
23:18:49 [2023-06-22T23:18:49.850Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
23:18:49 [2023-06-22T23:18:49.850Z] PASS
23:18:49 [2023-06-22T23:18:49.850Z] 
23:18:49 [2023-06-22T23:18:49.850Z] === Skipped
23:18:49 [2023-06-22T23:18:49.850Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
23:18:49 [2023-06-22T23:18:49.850Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
23:18:49 [2023-06-22T23:18:49.850Z] 
23:18:49 [2023-06-22T23:18:49.850Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
23:18:49 [2023-06-22T23:18:49.850Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
23:18:49 [2023-06-22T23:18:49.850Z] 
23:18:49 [2023-06-22T23:18:49.850Z] DONE 2 tests, 2 skipped in 0.023s
23:18:49 [2023-06-22T23:18:49.850Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
23:18:49 [2023-06-22T23:18:49.850Z] ++ 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
23:18:49 [2023-06-22T23:18:49.850Z] ++ set -e
23:18:49 [2023-06-22T23:18:49.850Z] ++ '[' -n 0 ']'
23:18:49 [2023-06-22T23:18:49.850Z] ++ set -x
23:18:49 [2023-06-22T23:18:49.850Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
23:18:49 [2023-06-22T23:18:49.850Z] INFO: Testing against a local daemon
23:18:49 [2023-06-22T23:18:49.850Z] === RUN   TestDockerNetworkMacvlanPersistance
23:18:50 [2023-06-22T23:18:50.419Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.25s)
23:18:50 [2023-06-22T23:18:50.419Z] === RUN   TestDockerNetworkMacvlan
23:18:50 [2023-06-22T23:18:50.989Z] === RUN   TestDockerNetworkMacvlan/Subinterface
23:18:51 [2023-06-22T23:18:51.558Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
23:18:52 [2023-06-22T23:18:52.498Z] === RUN   TestDockerNetworkMacvlan/NilParent
23:18:53 [2023-06-22T23:18:53.880Z] === RUN   TestDockerNetworkMacvlan/InternalMode
23:18:55 [2023-06-22T23:18:55.790Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
23:18:58 [2023-06-22T23:18:58.331Z] === RUN   TestDockerNetworkMacvlan/Addressing
23:18:58 [2023-06-22T23:18:58.591Z] --- PASS: TestDockerNetworkMacvlan (8.15s)
23:18:58 [2023-06-22T23:18:58.591Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s)
23:18:58 [2023-06-22T23:18:58.591Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.12s)
23:18:58 [2023-06-22T23:18:58.591Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.66s)
23:18:58 [2023-06-22T23:18:58.591Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.71s)
23:18:58 [2023-06-22T23:18:58.591Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (1.33s)
23:18:58 [2023-06-22T23:18:58.591Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.39s)
23:18:58 [2023-06-22T23:18:58.591Z] PASS
23:18:58 [2023-06-22T23:18:58.591Z] 
23:18:58 [2023-06-22T23:18:58.591Z] DONE 8 tests in 9.425s
23:18:58 [2023-06-22T23:18:58.591Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m 
23:18:58 [2023-06-22T23:18:58.591Z] ++ 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
23:18:58 [2023-06-22T23:18:58.591Z] ++ set -e
23:18:58 [2023-06-22T23:18:58.591Z] ++ '[' -n 0 ']'
23:18:58 [2023-06-22T23:18:58.591Z] ++ set -x
23:18:58 [2023-06-22T23:18:58.591Z] ++ 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m
23:18:58 [2023-06-22T23:18:58.591Z] testing: warning: no tests to run
23:18:58 [2023-06-22T23:18:58.591Z] PASS
23:18:58 [2023-06-22T23:18:58.591Z] 
23:18:58 [2023-06-22T23:18:58.591Z] DONE 0 tests in 0.008s
23:18:58 [2023-06-22T23:18:58.591Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
23:18:58 [2023-06-22T23:18:58.591Z] ++ 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
23:18:58 [2023-06-22T23:18:58.591Z] ++ set -e
23:18:58 [2023-06-22T23:18:58.591Z] ++ '[' -n 0 ']'
23:18:58 [2023-06-22T23:18:58.591Z] ++ set -x
23:18:58 [2023-06-22T23:18:58.591Z] ++ 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
23:18:58 [2023-06-22T23:18:58.591Z] INFO: Testing against a local daemon
23:18:58 [2023-06-22T23:18:58.591Z] === RUN   TestAuthZPluginAllowRequest
23:18:59 [2023-06-22T23:18:59.531Z] --- PASS: TestAuthZPluginAllowRequest (1.05s)
23:18:59 [2023-06-22T23:18:59.531Z] === RUN   TestAuthZPluginTLS
23:19:00 [2023-06-22T23:19:00.101Z] --- PASS: TestAuthZPluginTLS (0.55s)
23:19:00 [2023-06-22T23:19:00.101Z] === RUN   TestAuthZPluginDenyRequest
23:19:00 [2023-06-22T23:19:00.671Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
23:19:00 [2023-06-22T23:19:00.671Z] === RUN   TestAuthZPluginAPIDenyResponse
23:19:01 [2023-06-22T23:19:01.240Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
23:19:01 [2023-06-22T23:19:01.240Z] === RUN   TestAuthZPluginDenyResponse
23:19:01 [2023-06-22T23:19:01.810Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
23:19:01 [2023-06-22T23:19:01.810Z] === RUN   TestAuthZPluginAllowEventStream
23:19:02 [2023-06-22T23:19:02.750Z] --- PASS: TestAuthZPluginAllowEventStream (1.02s)
23:19:02 [2023-06-22T23:19:02.750Z] === RUN   TestAuthZPluginErrorResponse
23:19:03 [2023-06-22T23:19:03.320Z] --- PASS: TestAuthZPluginErrorResponse (0.53s)
23:19:03 [2023-06-22T23:19:03.320Z] === RUN   TestAuthZPluginErrorRequest
23:19:03 [2023-06-22T23:19:03.890Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
23:19:03 [2023-06-22T23:19:03.890Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
23:19:04 [2023-06-22T23:19:04.460Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s)
23:19:04 [2023-06-22T23:19:04.460Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
23:19:05 [2023-06-22T23:19:05.840Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.16s)
23:19:05 [2023-06-22T23:19:05.840Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
23:19:06 [2023-06-22T23:19:06.782Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.14s)
23:19:06 [2023-06-22T23:19:06.782Z] === RUN   TestAuthZPluginHeader
23:19:07 [2023-06-22T23:19:07.351Z] --- PASS: TestAuthZPluginHeader (0.61s)
23:19:07 [2023-06-22T23:19:07.351Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
23:19:07 [2023-06-22T23:19:07.351Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
23:19:07 [2023-06-22T23:19:07.351Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
23:19:07 [2023-06-22T23:19:07.351Z] === RUN   TestAuthZPluginV2Disable
23:19:07 [2023-06-22T23:19:07.351Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
23:19:07 [2023-06-22T23:19:07.351Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
23:19:07 [2023-06-22T23:19:07.351Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
23:19:07 [2023-06-22T23:19:07.351Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
23:19:07 [2023-06-22T23:19:07.351Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
23:19:07 [2023-06-22T23:19:07.351Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
23:19:07 [2023-06-22T23:19:07.351Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
23:19:07 [2023-06-22T23:19:07.351Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
23:19:07 [2023-06-22T23:19:07.351Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
23:19:25 [2023-06-22T23:19:25.452Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.92s)
23:19:25 [2023-06-22T23:19:25.452Z] PASS
23:19:25 [2023-06-22T23:19:25.452Z] 
23:19:25 [2023-06-22T23:19:25.452Z] === Skipped
23:19:25 [2023-06-22T23:19:25.452Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
23:19:25 [2023-06-22T23:19:25.452Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
23:19:25 [2023-06-22T23:19:25.452Z] 
23:19:25 [2023-06-22T23:19:25.452Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
23:19:25 [2023-06-22T23:19:25.452Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
23:19:25 [2023-06-22T23:19:25.452Z] 
23:19:25 [2023-06-22T23:19:25.452Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
23:19:25 [2023-06-22T23:19:25.452Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
23:19:25 [2023-06-22T23:19:25.452Z] 
23:19:25 [2023-06-22T23:19:25.452Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
23:19:25 [2023-06-22T23:19:25.452Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
23:19:25 [2023-06-22T23:19:25.452Z] 
23:19:25 [2023-06-22T23:19:25.452Z] DONE 17 tests, 4 skipped in 25.666s
23:19:25 [2023-06-22T23:19:25.452Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m 
23:19:25 [2023-06-22T23:19:25.452Z] ++ 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
23:19:25 [2023-06-22T23:19:25.452Z] ++ set -e
23:19:25 [2023-06-22T23:19:25.452Z] ++ '[' -n 0 ']'
23:19:25 [2023-06-22T23:19:25.452Z] ++ set -x
23:19:25 [2023-06-22T23:19:25.452Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
23:19:25 [2023-06-22T23:19:25.452Z] INFO: Testing against a local daemon
23:19:25 [2023-06-22T23:19:25.452Z] === RUN   TestPluginInvalidJSON
23:19:25 [2023-06-22T23:19:25.452Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
23:19:25 [2023-06-22T23:19:25.452Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
23:19:25 [2023-06-22T23:19:25.452Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
23:19:25 [2023-06-22T23:19:25.452Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
23:19:25 [2023-06-22T23:19:25.452Z] === RUN   TestPluginInvalidJSON/plugins/pull
23:19:25 [2023-06-22T23:19:25.452Z] === PAUSE TestPluginInvalidJSON/plugins/pull
23:19:25 [2023-06-22T23:19:25.452Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
23:19:25 [2023-06-22T23:19:25.452Z] === CONT  TestPluginInvalidJSON/plugins/pull
23:19:25 [2023-06-22T23:19:25.452Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
23:19:25 [2023-06-22T23:19:25.452Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
23:19:25 [2023-06-22T23:19:25.452Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
23:19:25 [2023-06-22T23:19:25.452Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
23:19:25 [2023-06-22T23:19:25.452Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
23:19:25 [2023-06-22T23:19:25.452Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
23:19:25 [2023-06-22T23:19:25.452Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
23:19:25 [2023-06-22T23:19:25.452Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
23:19:25 [2023-06-22T23:19:25.452Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
23:19:25 [2023-06-22T23:19:25.452Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
23:19:25 [2023-06-22T23:19:25.452Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
23:19:25 [2023-06-22T23:19:25.452Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
23:19:25 [2023-06-22T23:19:25.452Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
23:19:25 [2023-06-22T23:19:25.452Z] --- PASS: TestPluginInvalidJSON (0.01s)
23:19:25 [2023-06-22T23:19:25.452Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
23:19:25 [2023-06-22T23:19:25.452Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
23:19:25 [2023-06-22T23:19:25.452Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
23:19:25 [2023-06-22T23:19:25.452Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
23:19:25 [2023-06-22T23:19:25.452Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
23:19:25 [2023-06-22T23:19:25.452Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s)
23:19:25 [2023-06-22T23:19:25.452Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
23:19:25 [2023-06-22T23:19:25.452Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
23:19:25 [2023-06-22T23:19:25.452Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
23:19:25 [2023-06-22T23:19:25.452Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
23:19:25 [2023-06-22T23:19:25.452Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
23:19:25 [2023-06-22T23:19:25.452Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
23:19:25 [2023-06-22T23:19:25.452Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
23:19:25 [2023-06-22T23:19:25.452Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
23:19:25 [2023-06-22T23:19:25.452Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
23:19:25 [2023-06-22T23:19:25.452Z] === RUN   TestPluginInstall
23:19:25 [2023-06-22T23:19:25.452Z] === RUN   TestPluginInstall/no_auth
23:19:27 [2023-06-22T23:19:27.362Z] time="2023-06-22T23:19:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:19:27 [2023-06-22T23:19:27.363Z] time="2023-06-22T23:19:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:181e592c8279a7282119d2de2316828d5c9b4a5b83fe8dc232fa798595bd7936" mediatype=application/vnd.docker.plugin.v1+json size=522
23:19:27 [2023-06-22T23:19:27.363Z] time="2023-06-22T23:19:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:19:27 [2023-06-22T23:19:27.363Z] time="2023-06-22T23:19:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:181e592c8279a7282119d2de2316828d5c9b4a5b83fe8dc232fa798595bd7936" mediatype=application/vnd.docker.plugin.v1+json size=522
23:19:27 [2023-06-22T23:19:27.363Z] === RUN   TestPluginInstall/with_htpasswd
23:19:27 [2023-06-22T23:19:27.623Z] time="2023-06-22T23:19:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:19:27 [2023-06-22T23:19:27.623Z] time="2023-06-22T23:19:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3d1c2aff002093a808460f1f6bdeead4dd2970c643a2ffa4dd4ffadf9481d3ed" mediatype=application/vnd.docker.plugin.v1+json size=522
23:19:27 [2023-06-22T23:19:27.623Z] time="2023-06-22T23:19:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:19:27 [2023-06-22T23:19:27.623Z] time="2023-06-22T23:19:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3d1c2aff002093a808460f1f6bdeead4dd2970c643a2ffa4dd4ffadf9481d3ed" mediatype=application/vnd.docker.plugin.v1+json size=522
23:19:27 [2023-06-22T23:19:27.883Z] === RUN   TestPluginInstall/with_insecure
23:19:28 [2023-06-22T23:19:28.824Z] time="2023-06-22T23:19:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:19:28 [2023-06-22T23:19:28.824Z] time="2023-06-22T23:19:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c1ef00994ec2ee6d78d54905013875b61d7d56cae939ddd95779b430f872a2fd" mediatype=application/vnd.docker.plugin.v1+json size=522
23:19:28 [2023-06-22T23:19:28.824Z] time="2023-06-22T23:19:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:19:28 [2023-06-22T23:19:28.824Z] time="2023-06-22T23:19:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c1ef00994ec2ee6d78d54905013875b61d7d56cae939ddd95779b430f872a2fd" mediatype=application/vnd.docker.plugin.v1+json size=522
23:19:28 [2023-06-22T23:19:28.824Z]     plugin_test.go:195: [d0a4c77200bf0] daemon is not started
23:19:28 [2023-06-22T23:19:28.824Z] --- PASS: TestPluginInstall (4.51s)
23:19:28 [2023-06-22T23:19:28.824Z]     --- PASS: TestPluginInstall/no_auth (3.07s)
23:19:28 [2023-06-22T23:19:28.824Z]     --- PASS: TestPluginInstall/with_htpasswd (0.50s)
23:19:28 [2023-06-22T23:19:28.824Z]     --- PASS: TestPluginInstall/with_insecure (0.95s)
23:19:28 [2023-06-22T23:19:28.824Z] === RUN   TestPluginsWithRuntimes
23:19:30 [2023-06-22T23:19:30.206Z] === RUN   TestPluginsWithRuntimes/No_Args
23:19:31 [2023-06-22T23:19:31.146Z] === RUN   TestPluginsWithRuntimes/With_Args
23:19:32 [2023-06-22T23:19:32.086Z] --- PASS: TestPluginsWithRuntimes (3.30s)
23:19:32 [2023-06-22T23:19:32.086Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.91s)
23:19:32 [2023-06-22T23:19:32.086Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.89s)
23:19:32 [2023-06-22T23:19:32.086Z] === RUN   TestPluginBackCompatMediaTypes
23:19:32 [2023-06-22T23:19:32.656Z] --- PASS: TestPluginBackCompatMediaTypes (0.51s)
23:19:32 [2023-06-22T23:19:32.656Z] PASS
23:19:32 [2023-06-22T23:19:32.656Z] 
23:19:32 [2023-06-22T23:19:32.656Z] DONE 24 tests in 8.360s
23:19:32 [2023-06-22T23:19:32.656Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
23:19:32 [2023-06-22T23:19:32.656Z] ++ 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
23:19:32 [2023-06-22T23:19:32.656Z] ++ set -e
23:19:32 [2023-06-22T23:19:32.656Z] ++ '[' -n 0 ']'
23:19:32 [2023-06-22T23:19:32.656Z] ++ set -x
23:19:32 [2023-06-22T23:19:32.656Z] ++ 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
23:19:32 [2023-06-22T23:19:32.656Z] INFO: Testing against a local daemon
23:19:32 [2023-06-22T23:19:32.656Z] === RUN   TestExternalGraphDriver
23:19:32 [2023-06-22T23:19:32.916Z] === RUN   TestExternalGraphDriver/json
23:19:34 [2023-06-22T23:19:34.826Z] === RUN   TestExternalGraphDriver/spec
23:19:36 [2023-06-22T23:19:36.207Z] === RUN   TestExternalGraphDriver/pull
23:19:37 [2023-06-22T23:19:37.588Z] --- PASS: TestExternalGraphDriver (5.01s)
23:19:37 [2023-06-22T23:19:37.588Z]     --- PASS: TestExternalGraphDriver/json (1.57s)
23:19:37 [2023-06-22T23:19:37.588Z]     --- PASS: TestExternalGraphDriver/spec (1.51s)
23:19:37 [2023-06-22T23:19:37.588Z]     --- PASS: TestExternalGraphDriver/pull (1.59s)
23:19:37 [2023-06-22T23:19:37.588Z] === RUN   TestGraphdriverPluginV2
23:19:38 [2023-06-22T23:19:38.158Z]     external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
23:19:38 [2023-06-22T23:19:38.158Z] --- SKIP: TestGraphdriverPluginV2 (0.32s)
23:19:38 [2023-06-22T23:19:38.158Z] PASS
23:19:38 [2023-06-22T23:19:38.158Z] 
23:19:38 [2023-06-22T23:19:38.158Z] === Skipped
23:19:38 [2023-06-22T23:19:38.158Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.32s)
23:19:38 [2023-06-22T23:19:38.158Z]     external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
23:19:38 [2023-06-22T23:19:38.158Z] 
23:19:38 [2023-06-22T23:19:38.158Z] DONE 5 tests, 1 skipped in 5.356s
23:19:38 [2023-06-22T23:19:38.158Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
23:19:38 [2023-06-22T23:19:38.158Z] ++ 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
23:19:38 [2023-06-22T23:19:38.158Z] ++ set -e
23:19:38 [2023-06-22T23:19:38.158Z] ++ '[' -n 0 ']'
23:19:38 [2023-06-22T23:19:38.158Z] ++ set -x
23:19:38 [2023-06-22T23:19:38.159Z] ++ 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
23:19:38 [2023-06-22T23:19:38.159Z] INFO: Testing against a local daemon
23:19:38 [2023-06-22T23:19:38.159Z] === RUN   TestContinueAfterPluginCrash
23:19:38 [2023-06-22T23:19:38.159Z] === PAUSE TestContinueAfterPluginCrash
23:19:38 [2023-06-22T23:19:38.159Z] === RUN   TestReadPluginNoRead
23:19:38 [2023-06-22T23:19:38.159Z] === PAUSE TestReadPluginNoRead
23:19:38 [2023-06-22T23:19:38.159Z] === RUN   TestDaemonStartWithLogOpt
23:19:38 [2023-06-22T23:19:38.159Z] === PAUSE TestDaemonStartWithLogOpt
23:19:38 [2023-06-22T23:19:38.159Z] === CONT  TestContinueAfterPluginCrash
23:19:38 [2023-06-22T23:19:38.159Z] === CONT  TestDaemonStartWithLogOpt
23:19:38 [2023-06-22T23:19:38.159Z] === CONT  TestReadPluginNoRead
23:19:40 [2023-06-22T23:19:40.069Z] === RUN   TestReadPluginNoRead/default
23:19:40 [2023-06-22T23:19:40.638Z] --- PASS: TestDaemonStartWithLogOpt (2.63s)
23:19:41 [2023-06-22T23:19:41.208Z] === RUN   TestReadPluginNoRead/disabled_caching
23:19:42 [2023-06-22T23:19:42.590Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
23:19:43 [2023-06-22T23:19:43.529Z]     read_test.go:91: [d4f7de13304b8] daemon is not started
23:19:43 [2023-06-22T23:19:43.529Z] --- PASS: TestReadPluginNoRead (5.59s)
23:19:43 [2023-06-22T23:19:43.529Z]     --- PASS: TestReadPluginNoRead/default (1.18s)
23:19:43 [2023-06-22T23:19:43.529Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.20s)
23:19:43 [2023-06-22T23:19:43.529Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.17s)
23:19:46 [2023-06-22T23:19:46.068Z] --- PASS: TestContinueAfterPluginCrash (7.56s)
23:19:46 [2023-06-22T23:19:46.068Z] PASS
23:19:46 [2023-06-22T23:19:46.068Z] 
23:19:46 [2023-06-22T23:19:46.068Z] DONE 6 tests in 7.582s
23:19:46 [2023-06-22T23:19:46.068Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
23:19:46 [2023-06-22T23:19:46.068Z] ++ 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
23:19:46 [2023-06-22T23:19:46.068Z] ++ set -e
23:19:46 [2023-06-22T23:19:46.068Z] ++ '[' -n 0 ']'
23:19:46 [2023-06-22T23:19:46.068Z] ++ set -x
23:19:46 [2023-06-22T23:19:46.068Z] ++ 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
23:19:46 [2023-06-22T23:19:46.068Z] testing: warning: no tests to run
23:19:46 [2023-06-22T23:19:46.068Z] PASS
23:19:46 [2023-06-22T23:19:46.068Z] 
23:19:46 [2023-06-22T23:19:46.068Z] DONE 0 tests in 0.008s
23:19:46 [2023-06-22T23:19:46.068Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
23:19:46 [2023-06-22T23:19:46.068Z] ++ 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
23:19:46 [2023-06-22T23:19:46.068Z] ++ set -e
23:19:46 [2023-06-22T23:19:46.068Z] ++ '[' -n 0 ']'
23:19:46 [2023-06-22T23:19:46.068Z] ++ set -x
23:19:46 [2023-06-22T23:19:46.068Z] ++ 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
23:19:46 [2023-06-22T23:19:46.068Z] INFO: Testing against a local daemon
23:19:46 [2023-06-22T23:19:46.068Z] === RUN   TestPluginWithDevMounts
23:19:46 [2023-06-22T23:19:46.068Z] === PAUSE TestPluginWithDevMounts
23:19:46 [2023-06-22T23:19:46.068Z] === CONT  TestPluginWithDevMounts
23:19:47 [2023-06-22T23:19:47.450Z] --- PASS: TestPluginWithDevMounts (1.48s)
23:19:47 [2023-06-22T23:19:47.450Z] PASS
23:19:47 [2023-06-22T23:19:47.450Z] 
23:19:47 [2023-06-22T23:19:47.450Z] DONE 1 tests in 1.507s
23:19:47 [2023-06-22T23:19:47.450Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m 
23:19:47 [2023-06-22T23:19:47.450Z] ++ 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
23:19:47 [2023-06-22T23:19:47.450Z] ++ set -e
23:19:47 [2023-06-22T23:19:47.450Z] ++ '[' -n 0 ']'
23:19:47 [2023-06-22T23:19:47.450Z] ++ set -x
23:19:47 [2023-06-22T23:19:47.450Z] ++ 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m
23:19:47 [2023-06-22T23:19:47.450Z] INFO: Testing against a local daemon
23:19:47 [2023-06-22T23:19:47.450Z] === RUN   TestSecretInspect
23:19:49 [2023-06-22T23:19:49.359Z] --- PASS: TestSecretInspect (1.86s)
23:19:49 [2023-06-22T23:19:49.359Z] === RUN   TestSecretList
23:19:51 [2023-06-22T23:19:51.267Z] --- PASS: TestSecretList (1.89s)
23:19:51 [2023-06-22T23:19:51.267Z] === RUN   TestSecretsCreateAndDelete
23:19:53 [2023-06-22T23:19:53.176Z] --- PASS: TestSecretsCreateAndDelete (1.89s)
23:19:53 [2023-06-22T23:19:53.176Z] === RUN   TestSecretsUpdate
23:19:55 [2023-06-22T23:19:55.084Z] --- PASS: TestSecretsUpdate (1.93s)
23:19:55 [2023-06-22T23:19:55.085Z] === RUN   TestTemplatedSecret
23:19:57 [2023-06-22T23:19:57.624Z] --- PASS: TestTemplatedSecret (2.47s)
23:19:57 [2023-06-22T23:19:57.624Z] === RUN   TestSecretCreateResolve
23:19:59 [2023-06-22T23:19:59.005Z] --- PASS: TestSecretCreateResolve (1.89s)
23:19:59 [2023-06-22T23:19:59.005Z] PASS
23:19:59 [2023-06-22T23:19:59.005Z] 
23:19:59 [2023-06-22T23:19:59.005Z] DONE 6 tests in 11.973s
23:19:59 [2023-06-22T23:19:59.266Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m 
23:19:59 [2023-06-22T23:19:59.266Z] ++ 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
23:19:59 [2023-06-22T23:19:59.266Z] ++ set -e
23:19:59 [2023-06-22T23:19:59.266Z] ++ '[' -n 0 ']'
23:19:59 [2023-06-22T23:19:59.266Z] ++ set -x
23:19:59 [2023-06-22T23:19:59.266Z] ++ 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m
23:19:59 [2023-06-22T23:19:59.266Z] INFO: Testing against a local daemon
23:19:59 [2023-06-22T23:19:59.266Z] === RUN   TestServiceCreateInit
23:19:59 [2023-06-22T23:19:59.266Z] === RUN   TestServiceCreateInit/daemonInitDisabled
23:20:03 [2023-06-22T23:20:03.464Z] === RUN   TestServiceCreateInit/daemonInitEnabled
23:20:06 [2023-06-22T23:20:06.759Z] --- PASS: TestServiceCreateInit (7.54s)
23:20:06 [2023-06-22T23:20:06.759Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.76s)
23:20:06 [2023-06-22T23:20:06.759Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.76s)
23:20:06 [2023-06-22T23:20:06.759Z] === RUN   TestCreateServiceMultipleTimes
23:20:21 [2023-06-22T23:20:21.654Z] --- PASS: TestCreateServiceMultipleTimes (15.01s)
23:20:21 [2023-06-22T23:20:21.654Z] === RUN   TestCreateServiceConflict
23:20:23 [2023-06-22T23:20:23.563Z] --- PASS: TestCreateServiceConflict (1.82s)
23:20:23 [2023-06-22T23:20:23.563Z] === RUN   TestCreateServiceMaxReplicas
23:20:26 [2023-06-22T23:20:26.857Z] --- PASS: TestCreateServiceMaxReplicas (2.77s)
23:20:26 [2023-06-22T23:20:26.857Z] === RUN   TestCreateWithDuplicateNetworkNames
23:20:41 [2023-06-22T23:20:41.752Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.92s)
23:20:41 [2023-06-22T23:20:41.752Z] === RUN   TestCreateServiceSecretFileMode
23:20:51 [2023-06-22T23:20:51.740Z] --- PASS: TestCreateServiceSecretFileMode (12.50s)
23:20:51 [2023-06-22T23:20:51.740Z] === RUN   TestCreateServiceConfigFileMode
23:21:06 [2023-06-22T23:21:06.634Z] --- PASS: TestCreateServiceConfigFileMode (12.58s)
23:21:06 [2023-06-22T23:21:06.634Z] === RUN   TestCreateServiceSysctls
23:21:07 [2023-06-22T23:21:07.574Z] --- PASS: TestCreateServiceSysctls (3.18s)
23:21:07 [2023-06-22T23:21:07.574Z] === RUN   TestCreateServiceCapabilities
23:21:10 [2023-06-22T23:21:10.113Z] --- PASS: TestCreateServiceCapabilities (2.47s)
23:21:10 [2023-06-22T23:21:10.113Z] === RUN   TestInspect
23:21:12 [2023-06-22T23:21:12.654Z] --- PASS: TestInspect (2.73s)
23:21:12 [2023-06-22T23:21:12.654Z] === RUN   TestCreateJob
23:21:15 [2023-06-22T23:21:15.948Z] --- PASS: TestCreateJob (3.16s)
23:21:15 [2023-06-22T23:21:15.948Z] === RUN   TestReplicatedJob
23:21:21 [2023-06-22T23:21:21.228Z] --- PASS: TestReplicatedJob (5.30s)
23:21:21 [2023-06-22T23:21:21.228Z] === RUN   TestUpdateReplicatedJob
23:21:24 [2023-06-22T23:21:24.528Z] --- PASS: TestUpdateReplicatedJob (3.11s)
23:21:24 [2023-06-22T23:21:24.528Z] === RUN   TestServiceListWithStatuses
23:21:24 [2023-06-22T23:21:24.528Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
23:21:24 [2023-06-22T23:21:24.528Z] --- SKIP: TestServiceListWithStatuses (0.00s)
23:21:24 [2023-06-22T23:21:24.528Z] === RUN   TestDockerNetworkConnectAlias
23:21:28 [2023-06-22T23:21:28.767Z] --- PASS: TestDockerNetworkConnectAlias (4.08s)
23:21:28 [2023-06-22T23:21:28.767Z] === RUN   TestDockerNetworkReConnect
23:21:32 [2023-06-22T23:21:32.074Z] --- PASS: TestDockerNetworkReConnect (3.34s)
23:21:32 [2023-06-22T23:21:32.074Z] === RUN   TestServicePlugin
23:21:32 [2023-06-22T23:21:32.074Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
23:21:32 [2023-06-22T23:21:32.074Z] --- SKIP: TestServicePlugin (0.00s)
23:21:32 [2023-06-22T23:21:32.074Z] === RUN   TestServiceUpdateLabel
23:21:33 [2023-06-22T23:21:33.540Z] --- PASS: TestServiceUpdateLabel (1.89s)
23:21:33 [2023-06-22T23:21:33.540Z] === RUN   TestServiceUpdateSecrets
23:21:48 [2023-06-22T23:21:48.468Z] --- PASS: TestServiceUpdateSecrets (14.41s)
23:21:48 [2023-06-22T23:21:48.468Z] === RUN   TestServiceUpdateConfigs
23:22:03 [2023-06-22T23:22:03.365Z] --- PASS: TestServiceUpdateConfigs (14.54s)
23:22:03 [2023-06-22T23:22:03.365Z] === RUN   TestServiceUpdateNetwork
23:22:15 [2023-06-22T23:22:15.588Z] --- PASS: TestServiceUpdateNetwork (12.18s)
23:22:15 [2023-06-22T23:22:15.588Z] === RUN   TestServiceUpdatePidsLimit
23:22:15 [2023-06-22T23:22:15.848Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
23:22:16 [2023-06-22T23:22:16.788Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
23:22:24 [2023-06-22T23:22:24.916Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
23:22:31 [2023-06-22T23:22:31.494Z] --- PASS: TestServiceUpdatePidsLimit (16.39s)
23:22:31 [2023-06-22T23:22:31.494Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.82s)
23:22:31 [2023-06-22T23:22:31.494Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.87s)
23:22:31 [2023-06-22T23:22:31.494Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.88s)
23:22:31 [2023-06-22T23:22:31.494Z] PASS
23:22:31 [2023-06-22T23:22:31.494Z] 
23:22:31 [2023-06-22T23:22:31.494Z] === Skipped
23:22:31 [2023-06-22T23:22:31.494Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s)
23:22:31 [2023-06-22T23:22:31.494Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
23:22:31 [2023-06-22T23:22:31.494Z] 
23:22:31 [2023-06-22T23:22:31.494Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
23:22:31 [2023-06-22T23:22:31.494Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
23:22:31 [2023-06-22T23:22:31.494Z] 
23:22:31 [2023-06-22T23:22:31.494Z] DONE 27 tests, 2 skipped in 151.957s
23:22:31 [2023-06-22T23:22:31.494Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m 
23:22:31 [2023-06-22T23:22:31.494Z] ++ 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
23:22:31 [2023-06-22T23:22:31.494Z] ++ set -e
23:22:31 [2023-06-22T23:22:31.494Z] ++ '[' -n 0 ']'
23:22:31 [2023-06-22T23:22:31.494Z] ++ set -x
23:22:31 [2023-06-22T23:22:31.494Z] ++ 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m
23:22:31 [2023-06-22T23:22:31.494Z] INFO: Testing against a local daemon
23:22:31 [2023-06-22T23:22:31.494Z] === RUN   TestSessionCreate
23:22:31 [2023-06-22T23:22:31.494Z] --- PASS: TestSessionCreate (0.02s)
23:22:31 [2023-06-22T23:22:31.494Z] === RUN   TestSessionCreateWithBadUpgrade
23:22:31 [2023-06-22T23:22:31.494Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
23:22:31 [2023-06-22T23:22:31.494Z] PASS
23:22:31 [2023-06-22T23:22:31.494Z] 
23:22:31 [2023-06-22T23:22:31.494Z] DONE 2 tests in 0.062s
23:22:31 [2023-06-22T23:22:31.494Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m 
23:22:31 [2023-06-22T23:22:31.494Z] ++ 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
23:22:31 [2023-06-22T23:22:31.494Z] ++ set -e
23:22:31 [2023-06-22T23:22:31.494Z] ++ '[' -n 0 ']'
23:22:31 [2023-06-22T23:22:31.494Z] ++ set -x
23:22:31 [2023-06-22T23:22:31.494Z] ++ 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m
23:22:31 [2023-06-22T23:22:31.494Z] INFO: Testing against a local daemon
23:22:31 [2023-06-22T23:22:31.494Z] === RUN   TestCgroupDriverSystemdMemoryLimit
23:22:31 [2023-06-22T23:22:31.494Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
23:22:31 [2023-06-22T23:22:31.494Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
23:22:31 [2023-06-22T23:22:31.494Z] === RUN   TestDiskUsage
23:22:31 [2023-06-22T23:22:31.494Z] === PAUSE TestDiskUsage
23:22:31 [2023-06-22T23:22:31.494Z] === RUN   TestEventsExecDie
23:22:31 [2023-06-22T23:22:31.754Z] --- PASS: TestEventsExecDie (0.53s)
23:22:31 [2023-06-22T23:22:31.754Z] === RUN   TestEventsBackwardsCompatible
23:22:31 [2023-06-22T23:22:31.754Z] --- PASS: TestEventsBackwardsCompatible (0.05s)
23:22:31 [2023-06-22T23:22:31.754Z] === RUN   TestEventsVolumeCreate
23:22:31 [2023-06-22T23:22:31.754Z] --- PASS: TestEventsVolumeCreate (0.05s)
23:22:31 [2023-06-22T23:22:31.754Z] === RUN   TestInfoBinaryCommits
23:22:31 [2023-06-22T23:22:31.754Z] --- PASS: TestInfoBinaryCommits (0.02s)
23:22:31 [2023-06-22T23:22:31.754Z] === RUN   TestInfoAPIVersioned
23:22:31 [2023-06-22T23:22:31.754Z] --- PASS: TestInfoAPIVersioned (0.01s)
23:22:31 [2023-06-22T23:22:31.754Z] === RUN   TestInfoAPI
23:22:32 [2023-06-22T23:22:32.015Z] --- PASS: TestInfoAPI (0.02s)
23:22:32 [2023-06-22T23:22:32.015Z] === RUN   TestInfoAPIWarnings
23:22:50 [2023-06-22T23:22:50.117Z] --- PASS: TestInfoAPIWarnings (16.54s)
23:22:50 [2023-06-22T23:22:50.117Z] === RUN   TestInfoDebug
23:22:50 [2023-06-22T23:22:50.117Z] --- PASS: TestInfoDebug (0.52s)
23:22:50 [2023-06-22T23:22:50.117Z] === RUN   TestInfoInsecureRegistries
23:22:50 [2023-06-22T23:22:50.117Z] --- PASS: TestInfoInsecureRegistries (0.52s)
23:22:50 [2023-06-22T23:22:50.117Z] === RUN   TestInfoRegistryMirrors
23:22:50 [2023-06-22T23:22:50.117Z] --- PASS: TestInfoRegistryMirrors (0.52s)
23:22:50 [2023-06-22T23:22:50.117Z] === RUN   TestLoginFailsWithBadCredentials
23:22:50 [2023-06-22T23:22:50.377Z] --- PASS: TestLoginFailsWithBadCredentials (0.39s)
23:22:50 [2023-06-22T23:22:50.377Z] === RUN   TestPingCacheHeaders
23:22:50 [2023-06-22T23:22:50.377Z] --- PASS: TestPingCacheHeaders (0.02s)
23:22:50 [2023-06-22T23:22:50.377Z] === RUN   TestPingGet
23:22:50 [2023-06-22T23:22:50.377Z] --- PASS: TestPingGet (0.01s)
23:22:50 [2023-06-22T23:22:50.377Z] === RUN   TestPingHead
23:22:50 [2023-06-22T23:22:50.377Z] --- PASS: TestPingHead (0.02s)
23:22:50 [2023-06-22T23:22:50.377Z] === RUN   TestPingSwarmHeader
23:22:50 [2023-06-22T23:22:50.947Z] === RUN   TestPingSwarmHeader/before_swarm_init
23:22:51 [2023-06-22T23:22:51.517Z] === RUN   TestPingSwarmHeader/after_swarm_init
23:22:52 [2023-06-22T23:22:52.456Z] === RUN   TestPingSwarmHeader/after_swarm_leave
23:22:52 [2023-06-22T23:22:52.456Z] --- PASS: TestPingSwarmHeader (1.92s)
23:22:52 [2023-06-22T23:22:52.456Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
23:22:52 [2023-06-22T23:22:52.456Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
23:22:52 [2023-06-22T23:22:52.456Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
23:22:52 [2023-06-22T23:22:52.456Z] === RUN   TestPingBuilderHeader
23:22:52 [2023-06-22T23:22:52.456Z] === RUN   TestPingBuilderHeader/default_config
23:22:53 [2023-06-22T23:22:53.026Z] === RUN   TestPingBuilderHeader/buildkit_disabled
23:22:53 [2023-06-22T23:22:53.286Z] --- PASS: TestPingBuilderHeader (1.04s)
23:22:53 [2023-06-22T23:22:53.286Z]     --- PASS: TestPingBuilderHeader/default_config (0.51s)
23:22:53 [2023-06-22T23:22:53.286Z]     --- PASS: TestPingBuilderHeader/buildkit_disabled (0.51s)
23:22:53 [2023-06-22T23:22:53.286Z] === RUN   TestVersion
23:22:53 [2023-06-22T23:22:53.546Z] --- PASS: TestVersion (0.02s)
23:22:53 [2023-06-22T23:22:53.546Z] === CONT  TestDiskUsage
23:22:53 [2023-06-22T23:22:53.807Z] === RUN   TestDiskUsage/empty
23:22:53 [2023-06-22T23:22:53.807Z] === RUN   TestDiskUsage/empty/container_types
23:22:53 [2023-06-22T23:22:53.807Z] === RUN   TestDiskUsage/empty/image_types
23:22:53 [2023-06-22T23:22:53.807Z] === RUN   TestDiskUsage/empty/volume_types
23:22:53 [2023-06-22T23:22:53.807Z] === RUN   TestDiskUsage/empty/build-cache_types
23:22:53 [2023-06-22T23:22:53.807Z] === RUN   TestDiskUsage/empty/container,_volume_types
23:22:53 [2023-06-22T23:22:53.807Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
23:22:53 [2023-06-22T23:22:53.807Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
23:22:53 [2023-06-22T23:22:53.807Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
23:22:53 [2023-06-22T23:22:53.807Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
23:22:53 [2023-06-22T23:22:53.807Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
23:22:53 [2023-06-22T23:22:53.807Z] === RUN   TestDiskUsage/after_LoadBusybox
23:22:54 [2023-06-22T23:22:54.067Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
23:22:54 [2023-06-22T23:22:54.067Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
23:22:54 [2023-06-22T23:22:54.067Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
23:22:54 [2023-06-22T23:22:54.067Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
23:22:54 [2023-06-22T23:22:54.067Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
23:22:54 [2023-06-22T23:22:54.067Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
23:22:54 [2023-06-22T23:22:54.067Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
23:22:54 [2023-06-22T23:22:54.067Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
23:22:54 [2023-06-22T23:22:54.067Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
23:22:54 [2023-06-22T23:22:54.067Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
23:22:54 [2023-06-22T23:22:54.067Z] === RUN   TestDiskUsage/after_container.Run
23:22:54 [2023-06-22T23:22:54.327Z] === RUN   TestDiskUsage/after_container.Run/container_types
23:22:54 [2023-06-22T23:22:54.327Z] === RUN   TestDiskUsage/after_container.Run/image_types
23:22:54 [2023-06-22T23:22:54.327Z] === RUN   TestDiskUsage/after_container.Run/volume_types
23:22:54 [2023-06-22T23:22:54.327Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
23:22:54 [2023-06-22T23:22:54.327Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
23:22:54 [2023-06-22T23:22:54.327Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
23:22:54 [2023-06-22T23:22:54.327Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
23:22:54 [2023-06-22T23:22:54.327Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
23:22:54 [2023-06-22T23:22:54.327Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
23:22:54 [2023-06-22T23:22:54.327Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
23:22:54 [2023-06-22T23:22:54.327Z] --- PASS: TestDiskUsage (1.03s)
23:22:54 [2023-06-22T23:22:54.327Z]     --- PASS: TestDiskUsage/empty (0.01s)
23:22:54 [2023-06-22T23:22:54.327Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
23:22:54 [2023-06-22T23:22:54.327Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
23:22:54 [2023-06-22T23:22:54.327Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
23:22:54 [2023-06-22T23:22:54.327Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
23:22:54 [2023-06-22T23:22:54.327Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
23:22:54 [2023-06-22T23:22:54.327Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
23:22:54 [2023-06-22T23:22:54.327Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
23:22:54 [2023-06-22T23:22:54.327Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
23:22:54 [2023-06-22T23:22:54.327Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
23:22:54 [2023-06-22T23:22:54.327Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
23:22:54 [2023-06-22T23:22:54.327Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.08s)
23:22:54 [2023-06-22T23:22:54.327Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
23:22:54 [2023-06-22T23:22:54.327Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
23:22:54 [2023-06-22T23:22:54.327Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
23:22:54 [2023-06-22T23:22:54.327Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
23:22:54 [2023-06-22T23:22:54.327Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
23:22:54 [2023-06-22T23:22:54.327Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
23:22:54 [2023-06-22T23:22:54.327Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
23:22:54 [2023-06-22T23:22:54.327Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
23:22:54 [2023-06-22T23:22:54.327Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
23:22:54 [2023-06-22T23:22:54.327Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
23:22:54 [2023-06-22T23:22:54.327Z]     --- PASS: TestDiskUsage/after_container.Run (0.24s)
23:22:54 [2023-06-22T23:22:54.327Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
23:22:54 [2023-06-22T23:22:54.327Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
23:22:54 [2023-06-22T23:22:54.327Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
23:22:54 [2023-06-22T23:22:54.327Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
23:22:54 [2023-06-22T23:22:54.327Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
23:22:54 [2023-06-22T23:22:54.327Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
23:22:54 [2023-06-22T23:22:54.327Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
23:22:54 [2023-06-22T23:22:54.327Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
23:22:54 [2023-06-22T23:22:54.327Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
23:22:54 [2023-06-22T23:22:54.327Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
23:22:54 [2023-06-22T23:22:54.327Z] PASS
23:22:54 [2023-06-22T23:22:54.327Z] 
23:22:54 [2023-06-22T23:22:54.327Z] === Skipped
23:22:54 [2023-06-22T23:22:54.327Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
23:22:54 [2023-06-22T23:22:54.327Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
23:22:54 [2023-06-22T23:22:54.327Z] 
23:22:54 [2023-06-22T23:22:54.327Z] DONE 57 tests, 1 skipped in 23.248s
23:22:54 [2023-06-22T23:22:54.587Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m 
23:22:54 [2023-06-22T23:22:54.587Z] ++ 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
23:22:54 [2023-06-22T23:22:54.587Z] ++ set -e
23:22:54 [2023-06-22T23:22:54.587Z] ++ '[' -n 0 ']'
23:22:54 [2023-06-22T23:22:54.587Z] ++ set -x
23:22:54 [2023-06-22T23:22:54.587Z] ++ 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m
23:22:54 [2023-06-22T23:22:54.587Z] INFO: Testing against a local daemon
23:22:54 [2023-06-22T23:22:54.587Z] === RUN   TestVolumesCreateAndList
23:22:54 [2023-06-22T23:22:54.587Z] --- PASS: TestVolumesCreateAndList (0.02s)
23:22:54 [2023-06-22T23:22:54.587Z] === RUN   TestVolumesRemove
23:22:54 [2023-06-22T23:22:54.587Z] === RUN   TestVolumesRemove/volume_in_use
23:22:54 [2023-06-22T23:22:54.587Z] === RUN   TestVolumesRemove/volume_not_in_use
23:22:54 [2023-06-22T23:22:54.587Z] === RUN   TestVolumesRemove/non-existing_volume
23:22:54 [2023-06-22T23:22:54.587Z] === RUN   TestVolumesRemove/non-existing_volume_force
23:22:54 [2023-06-22T23:22:54.587Z] --- PASS: TestVolumesRemove (0.05s)
23:22:54 [2023-06-22T23:22:54.587Z]     --- PASS: TestVolumesRemove/volume_in_use (0.00s)
23:22:54 [2023-06-22T23:22:54.587Z]     --- PASS: TestVolumesRemove/volume_not_in_use (0.01s)
23:22:54 [2023-06-22T23:22:54.587Z]     --- PASS: TestVolumesRemove/non-existing_volume (0.00s)
23:22:54 [2023-06-22T23:22:54.587Z]     --- PASS: TestVolumesRemove/non-existing_volume_force (0.00s)
23:22:54 [2023-06-22T23:22:54.587Z] === RUN   TestVolumesRemoveSwarmEnabled
23:22:54 [2023-06-22T23:22:54.587Z] === PAUSE TestVolumesRemoveSwarmEnabled
23:22:54 [2023-06-22T23:22:54.587Z] === RUN   TestVolumesInspect
23:22:54 [2023-06-22T23:22:54.587Z] --- PASS: TestVolumesInspect (0.02s)
23:22:54 [2023-06-22T23:22:54.587Z] === RUN   TestVolumesInvalidJSON
23:22:54 [2023-06-22T23:22:54.587Z] === RUN   TestVolumesInvalidJSON/volumes/create
23:22:54 [2023-06-22T23:22:54.587Z] === PAUSE TestVolumesInvalidJSON/volumes/create
23:22:54 [2023-06-22T23:22:54.587Z] === CONT  TestVolumesInvalidJSON/volumes/create
23:22:54 [2023-06-22T23:22:54.587Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
23:22:54 [2023-06-22T23:22:54.587Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
23:22:54 [2023-06-22T23:22:54.587Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
23:22:54 [2023-06-22T23:22:54.587Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
23:22:54 [2023-06-22T23:22:54.587Z] --- PASS: TestVolumesInvalidJSON (0.01s)
23:22:54 [2023-06-22T23:22:54.587Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
23:22:54 [2023-06-22T23:22:54.587Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
23:22:54 [2023-06-22T23:22:54.587Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
23:22:54 [2023-06-22T23:22:54.587Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
23:22:54 [2023-06-22T23:22:54.587Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
23:22:54 [2023-06-22T23:22:54.587Z] === RUN   TestVolumePruneAnonymous
23:22:54 [2023-06-22T23:22:54.587Z] --- PASS: TestVolumePruneAnonymous (0.03s)
23:22:54 [2023-06-22T23:22:54.587Z] === RUN   TestVolumePruneAnonFromImage
23:22:54 [2023-06-22T23:22:54.847Z] --- PASS: TestVolumePruneAnonFromImage (0.10s)
23:22:54 [2023-06-22T23:22:54.847Z] === CONT  TestVolumesRemoveSwarmEnabled
23:22:55 [2023-06-22T23:22:55.787Z] === RUN   TestVolumesRemoveSwarmEnabled/volume_in_use
23:22:55 [2023-06-22T23:22:55.787Z] === RUN   TestVolumesRemoveSwarmEnabled/volume_not_in_use
23:22:55 [2023-06-22T23:22:55.787Z] === RUN   TestVolumesRemoveSwarmEnabled/non-existing_volume
23:22:56 [2023-06-22T23:22:56.047Z] === RUN   TestVolumesRemoveSwarmEnabled/non-existing_volume_force
23:22:56 [2023-06-22T23:22:56.617Z] --- PASS: TestVolumesRemoveSwarmEnabled (1.93s)
23:22:56 [2023-06-22T23:22:56.617Z]     --- PASS: TestVolumesRemoveSwarmEnabled/volume_in_use (0.00s)
23:22:56 [2023-06-22T23:22:56.617Z]     --- PASS: TestVolumesRemoveSwarmEnabled/volume_not_in_use (0.01s)
23:22:56 [2023-06-22T23:22:56.617Z]     --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume (0.00s)
23:22:56 [2023-06-22T23:22:56.617Z]     --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume_force (0.00s)
23:22:56 [2023-06-22T23:22:56.617Z] PASS
23:22:56 [2023-06-22T23:22:56.617Z] 
23:22:56 [2023-06-22T23:22:56.617Z] DONE 20 tests in 2.191s
23:22:56 [2023-06-22T23:22:56.617Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
23:22:56 [2023-06-22T23:22:56.877Z] ++++ cat bundles/test-integration/docker.pid
23:22:56 [2023-06-22T23:22:56.877Z] +++ kill 21969
23:22:58 [2023-06-22T23:22:58.259Z] +++ /etc/init.d/apparmor stop
23:22:58 [2023-06-22T23:22:58.259Z] Leaving: AppArmorNo profiles have been unloaded.
23:22:58 [2023-06-22T23:22:58.259Z] 
23:22:58 [2023-06-22T23:22:58.259Z] Unloading profiles will leave already running processes permanently
23:22:58 [2023-06-22T23:22:58.259Z] unconfined, which can lead to unexpected situations.
23:22:58 [2023-06-22T23:22:58.259Z] 
23:22:58 [2023-06-22T23:22:58.259Z] To set a process to complain mode, use the command line tool
23:22:58 [2023-06-22T23:22:58.259Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
23:22:58 [2023-06-22T23:22:58.259Z] +++ true
23:22:58 [2023-06-22T23:22:58.259Z] exiting test-integration
23:22:58 [2023-06-22T23:22:58.259Z] ++ exit 0
23:22:58 [2023-06-22T23:22:58.259Z] 
Post stage
[Pipeline] junit
23:22:59 [2023-06-22T23:22:59.215Z] Recording test results
23:22:59 [2023-06-22T23:22:59.406Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
23:22:59 [2023-06-22T23:22:59.721Z] + echo Ensuring container killed.
23:22:59 [2023-06-22T23:22:59.721Z] Ensuring container killed.
23:22:59 [2023-06-22T23:22:59.721Z] + docker rm -vf docker-pr1
23:22:59 [2023-06-22T23:22:59.721Z] Error response from daemon: No such container: docker-pr1
[Pipeline] sh
23:23:00 [2023-06-22T23:23:00.007Z] + echo Chowning /workspace to jenkins user
23:23:00 [2023-06-22T23:23:00.007Z] Chowning /workspace to jenkins user
23:23:00 [2023-06-22T23:23:00.007Z] + id -u
23:23:00 [2023-06-22T23:23:00.007Z] + id -g
23:23:00 [2023-06-22T23:23:00.007Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45798:/workspace busybox chown -R 1000:1000 /workspace
23:23:00 [2023-06-22T23:23:00.007Z] Unable to find image 'busybox:latest' locally
23:23:00 [2023-06-22T23:23:00.007Z] latest: Pulling from library/busybox
23:23:00 [2023-06-22T23:23:00.267Z] 434366c88e47: Already exists
23:23:00 [2023-06-22T23:23:00.267Z] Digest: sha256:6e494387c901caf429c1bf77bd92fb82b33a68c0e19f6d1aa6a3ac8d27a7049d
23:23:00 [2023-06-22T23:23:00.267Z] Status: Downloaded newer image for busybox:latest
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
23:23:01 [2023-06-22T23:23:01.943Z] + bundleName=arm64-integration
23:23:01 [2023-06-22T23:23:01.943Z] + echo Creating arm64-integration-bundles.tar.gz
23:23:01 [2023-06-22T23:23:01.943Z] Creating arm64-integration-bundles.tar.gz
23:23:01 [2023-06-22T23:23:01.943Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name+  *.prof -o -name *-report.xml ) -print
23:23:01 [2023-06-22T23:23:01.943Z] xargs tar -czf arm64-integration-bundles.tar.gz
[Pipeline] archiveArtifacts
23:23:02 [2023-06-22T23:23:02.216Z] Archiving artifacts
23:23:03 [2023-06-22T23:23:03.573Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-45798/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
23:23:03 [2023-06-22T23:23:03.877Z] + make clean
23:23:04 [2023-06-22T23:23:04.141Z] docker volume rm -f docker-dev-cache docker-mod-cache
23:23:04 [2023-06-22T23:23:04.141Z] docker-dev-cache
23:23:04 [2023-06-22T23:23:04.141Z] 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