Skip to content
Success

Console Output

Pull request #47155 updated
17:45:10 Connecting to https://api.github.com using docker-jenkins GitHub credentials
Obtained Jenkinsfile from 14503ccebda590c6315462bb2f391b2dde7bcc2b+27ac2beca006730140096561ab41e4dbf6e43379 (ca026c42b0f6544e10d616159ab5cbdd3f2c5535)
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/jenkins_home/workspace/moby_PR-47155@libs/844ea30ef9e3435836b59d97b843a9ee4531c81c8fa28ed5787dbe7ec68c4c29 # timeout=10
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
 > git --version # 'git version 2.39.2'
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"
 > git rev-list --no-walk 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10
Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that 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
17:45:13 [2024-02-06T17:45:13.745Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
[Pipeline] milestone
17:45:13 [2024-02-06T17:45:13.747Z] Trying to pass milestone 9
[Pipeline] milestone
17:45:13 [2024-02-06T17:45:13.909Z] Trying to pass milestone 10
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
17:45:14 [2024-02-06T17:45:14.131Z] Running on EC2 (ec2-managed-agents) - ubuntu-2004-arm64v8 (i-0175d8c288da0c2b3) in /home/ubuntu/workspace/moby_PR-47155
[Pipeline] {
[Pipeline] checkout
17:45:14 [2024-02-06T17:45:14.147Z] The recommended git tool is: git
17:45:14 [2024-02-06T17:45:14.151Z] using credential docker-jenkins-github-credentials
17:45:14 [2024-02-06T17:45:14.157Z] Cloning the remote Git repository
17:45:14 [2024-02-06T17:45:14.157Z] Cloning with configured refspecs honoured and without tags
17:45:14 [2024-02-06T17:45:14.158Z] Cloning repository https://github.com/moby/moby.git
17:45:14 [2024-02-06T17:45:14.158Z]  > git init /home/ubuntu/workspace/moby_PR-47155 # timeout=10
17:45:14 [2024-02-06T17:45:14.163Z] Fetching upstream changes from https://github.com/moby/moby.git
17:45:14 [2024-02-06T17:45:14.163Z]  > git --version # timeout=10
17:45:14 [2024-02-06T17:45:14.165Z]  > git --version # 'git version 2.25.1'
17:45:14 [2024-02-06T17:45:14.166Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:45:14 [2024-02-06T17:45:14.167Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/47155/head:refs/remotes/origin/PR-47155 +refs/heads/master:refs/remotes/origin/master # timeout=10
17:45:25 [2024-02-06T17:45:25.547Z] Fetching without tags
17:45:25 [2024-02-06T17:45:25.762Z] Merging remotes/origin/master commit 27ac2beca006730140096561ab41e4dbf6e43379 into PR head commit 14503ccebda590c6315462bb2f391b2dde7bcc2b
17:45:26 [2024-02-06T17:45:26.434Z] Merge succeeded, producing 14503ccebda590c6315462bb2f391b2dde7bcc2b
17:45:26 [2024-02-06T17:45:26.434Z] Checking out Revision 14503ccebda590c6315462bb2f391b2dde7bcc2b (PR-47155)
17:45:25 [2024-02-06T17:45:25.530Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:45:25 [2024-02-06T17:45:25.533Z]  > git config --add remote.origin.fetch +refs/pull/47155/head:refs/remotes/origin/PR-47155 # timeout=10
17:45:25 [2024-02-06T17:45:25.536Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
17:45:25 [2024-02-06T17:45:25.544Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:45:25 [2024-02-06T17:45:25.548Z] Fetching upstream changes from https://github.com/moby/moby.git
17:45:25 [2024-02-06T17:45:25.548Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:45:25 [2024-02-06T17:45:25.549Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/47155/head:refs/remotes/origin/PR-47155 +refs/heads/master:refs/remotes/origin/master # timeout=10
17:45:25 [2024-02-06T17:45:25.763Z]  > git config core.sparsecheckout # timeout=10
17:45:25 [2024-02-06T17:45:25.766Z]  > git checkout -f 14503ccebda590c6315462bb2f391b2dde7bcc2b # timeout=10
17:45:26 [2024-02-06T17:45:26.417Z]  > git remote # timeout=10
17:45:26 [2024-02-06T17:45:26.420Z]  > git config --get remote.origin.url # timeout=10
17:45:26 [2024-02-06T17:45:26.423Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:45:26 [2024-02-06T17:45:26.424Z]  > git merge 27ac2beca006730140096561ab41e4dbf6e43379 # timeout=10
17:45:26 [2024-02-06T17:45:26.430Z]  > git rev-parse HEAD^{commit} # timeout=10
17:45:26 [2024-02-06T17:45:26.435Z]  > git config core.sparsecheckout # timeout=10
17:45:26 [2024-02-06T17:45:26.437Z]  > git checkout -f 14503ccebda590c6315462bb2f391b2dde7bcc2b # timeout=10
17:45:27 [2024-02-06T17:45:27.020Z] Commit message: "api/server/middleware: NewVersionMiddleware: add validation"
17:45:27 [2024-02-06T17:45:27.026Z] First time build. Skipping changelog.
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
17:45:27 [2024-02-06T17:45:27.649Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-47155:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master alpine sh -c apk add --no-cache -q bash git openssh-client && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco
17:45:27 [2024-02-06T17:45:27.649Z] Unable to find image 'alpine:latest' locally
17:45:27 [2024-02-06T17:45:27.649Z] latest: Pulling from library/alpine
17:45:27 [2024-02-06T17:45:27.903Z] bca4290a9639: Pulling fs layer
17:45:27 [2024-02-06T17:45:27.903Z] bca4290a9639: Verifying Checksum
17:45:27 [2024-02-06T17:45:27.903Z] bca4290a9639: Download complete
17:45:27 [2024-02-06T17:45:27.903Z] bca4290a9639: Pull complete
17:45:27 [2024-02-06T17:45:27.903Z] Digest: sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
17:45:28 [2024-02-06T17:45:28.158Z] Status: Downloaded newer image for alpine:latest
17:45:27 [2024-02-06T17:45:27.022Z]  > git rev-list --no-walk 712e7312fdd97360f6d40715d958a68e02df8bb2 # timeout=10
17:45:30 [2024-02-06T17:45:30.662Z] 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: arm64)
[Pipeline] stage
[Pipeline] { (arm64)
[Pipeline] node
17:45:30 [2024-02-06T17:45:30.962Z] Running on EC2 (ec2-managed-agents) - ubuntu-2004-arm64v8 (i-0175d8c288da0c2b3) in /home/ubuntu/workspace/moby_PR-47155
[Pipeline] {
[Pipeline] checkout
17:45:30 [2024-02-06T17:45:30.976Z] The recommended git tool is: git
17:45:30 [2024-02-06T17:45:30.980Z] using credential docker-jenkins-github-credentials
17:45:30 [2024-02-06T17:45:30.990Z] Fetching changes from the remote Git repository
17:45:30 [2024-02-06T17:45:30.997Z] Fetching without tags
17:45:31 [2024-02-06T17:45:31.193Z] Merging remotes/origin/master commit 27ac2beca006730140096561ab41e4dbf6e43379 into PR head commit 14503ccebda590c6315462bb2f391b2dde7bcc2b
17:45:31 [2024-02-06T17:45:31.766Z] Merge succeeded, producing 14503ccebda590c6315462bb2f391b2dde7bcc2b
17:45:31 [2024-02-06T17:45:31.766Z] Checking out Revision 14503ccebda590c6315462bb2f391b2dde7bcc2b (PR-47155)
17:45:31 [2024-02-06T17:45:31.813Z] Commit message: "api/server/middleware: NewVersionMiddleware: add validation"
17:45:30 [2024-02-06T17:45:30.987Z]  > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-47155/.git # timeout=10
17:45:30 [2024-02-06T17:45:30.994Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:45:30 [2024-02-06T17:45:30.998Z] Fetching upstream changes from https://github.com/moby/moby.git
17:45:30 [2024-02-06T17:45:30.998Z]  > git --version # timeout=10
17:45:31 [2024-02-06T17:45:31.000Z]  > git --version # 'git version 2.25.1'
17:45:31 [2024-02-06T17:45:31.001Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:45:31 [2024-02-06T17:45:31.001Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/47155/head:refs/remotes/origin/PR-47155 +refs/heads/master:refs/remotes/origin/master # timeout=10
17:45:31 [2024-02-06T17:45:31.194Z]  > git config core.sparsecheckout # timeout=10
17:45:31 [2024-02-06T17:45:31.196Z]  > git checkout -f 14503ccebda590c6315462bb2f391b2dde7bcc2b # timeout=10
17:45:31 [2024-02-06T17:45:31.749Z]  > git remote # timeout=10
17:45:31 [2024-02-06T17:45:31.752Z]  > git config --get remote.origin.url # timeout=10
17:45:31 [2024-02-06T17:45:31.755Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:45:31 [2024-02-06T17:45:31.755Z]  > git merge 27ac2beca006730140096561ab41e4dbf6e43379 # timeout=10
17:45:31 [2024-02-06T17:45:31.762Z]  > git rev-parse HEAD^{commit} # timeout=10
17:45:31 [2024-02-06T17:45:31.766Z]  > git config core.sparsecheckout # timeout=10
17:45:31 [2024-02-06T17:45:31.769Z]  > git checkout -f 14503ccebda590c6315462bb2f391b2dde7bcc2b # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
17:45:32 [2024-02-06T17:45:32.473Z] + docker version
17:45:32 [2024-02-06T17:45:32.473Z] Client: Docker Engine - Community
17:45:32 [2024-02-06T17:45:32.473Z]  Version:           25.0.2
17:45:32 [2024-02-06T17:45:32.473Z]  API version:       1.44
17:45:32 [2024-02-06T17:45:32.473Z]  Go version:        go1.21.6
17:45:32 [2024-02-06T17:45:32.473Z]  Git commit:        29cf629
17:45:32 [2024-02-06T17:45:32.473Z]  Built:             Thu Feb  1 00:23:26 2024
17:45:32 [2024-02-06T17:45:32.473Z]  OS/Arch:           linux/arm64
17:45:32 [2024-02-06T17:45:32.473Z]  Context:           default
17:45:32 [2024-02-06T17:45:32.473Z] 
17:45:32 [2024-02-06T17:45:32.473Z] Server: Docker Engine - Community
17:45:32 [2024-02-06T17:45:32.473Z]  Engine:
17:45:32 [2024-02-06T17:45:32.473Z]   Version:          25.0.2
17:45:32 [2024-02-06T17:45:32.473Z]   API version:      1.44 (minimum version 1.24)
17:45:32 [2024-02-06T17:45:32.473Z]   Go version:       go1.21.6
17:45:32 [2024-02-06T17:45:32.473Z]   Git commit:       fce6e0c
17:45:32 [2024-02-06T17:45:32.473Z]   Built:            Thu Feb  1 00:23:26 2024
17:45:32 [2024-02-06T17:45:32.473Z]   OS/Arch:          linux/arm64
17:45:32 [2024-02-06T17:45:32.473Z]   Experimental:     true
17:45:32 [2024-02-06T17:45:32.473Z]  containerd:
17:45:32 [2024-02-06T17:45:32.473Z]   Version:          1.6.28
17:45:32 [2024-02-06T17:45:32.473Z]   GitCommit:        ae07eda36dd25f8a1b98dfbf587313b99c0190bb
17:45:32 [2024-02-06T17:45:32.473Z]  runc:
17:45:32 [2024-02-06T17:45:32.473Z]   Version:          1.1.12
17:45:32 [2024-02-06T17:45:32.473Z]   GitCommit:        v1.1.12-0-g51d5e94
17:45:32 [2024-02-06T17:45:32.473Z]  docker-init:
17:45:32 [2024-02-06T17:45:32.473Z]   Version:          0.19.0
17:45:32 [2024-02-06T17:45:32.473Z]   GitCommit:        de40ad0
[Pipeline] sh
17:45:32 [2024-02-06T17:45:32.740Z] + docker info
17:45:32 [2024-02-06T17:45:32.740Z] Client: Docker Engine - Community
17:45:32 [2024-02-06T17:45:32.740Z]  Version:    25.0.2
17:45:32 [2024-02-06T17:45:32.740Z]  Context:    default
17:45:32 [2024-02-06T17:45:32.740Z]  Debug Mode: false
17:45:32 [2024-02-06T17:45:32.740Z]  Plugins:
17:45:32 [2024-02-06T17:45:32.740Z]   buildx: Docker Buildx (Docker Inc.)
17:45:32 [2024-02-06T17:45:32.740Z]     Version:  v0.12.1
17:45:32 [2024-02-06T17:45:32.740Z]     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
17:45:32 [2024-02-06T17:45:32.740Z]   compose: Docker Compose (Docker Inc.)
17:45:32 [2024-02-06T17:45:32.740Z]     Version:  v2.24.5
17:45:32 [2024-02-06T17:45:32.740Z]     Path:     /usr/libexec/docker/cli-plugins/docker-compose
17:45:32 [2024-02-06T17:45:32.740Z] 
17:45:32 [2024-02-06T17:45:32.740Z] Server:
17:45:32 [2024-02-06T17:45:32.740Z]  Containers: 0
17:45:32 [2024-02-06T17:45:32.740Z]   Running: 0
17:45:32 [2024-02-06T17:45:32.740Z]   Paused: 0
17:45:32 [2024-02-06T17:45:32.740Z]   Stopped: 0
17:45:32 [2024-02-06T17:45:32.740Z]  Images: 3
17:45:32 [2024-02-06T17:45:32.740Z]  Server Version: 25.0.2
17:45:32 [2024-02-06T17:45:32.740Z]  Storage Driver: overlay2
17:45:32 [2024-02-06T17:45:32.740Z]   Backing Filesystem: extfs
17:45:32 [2024-02-06T17:45:32.740Z]   Supports d_type: true
17:45:32 [2024-02-06T17:45:32.740Z]   Using metacopy: false
17:45:32 [2024-02-06T17:45:32.740Z]   Native Overlay Diff: true
17:45:32 [2024-02-06T17:45:32.740Z]   userxattr: false
17:45:32 [2024-02-06T17:45:32.740Z]  Logging Driver: json-file
17:45:32 [2024-02-06T17:45:32.740Z]  Cgroup Driver: cgroupfs
17:45:32 [2024-02-06T17:45:32.740Z]  Cgroup Version: 1
17:45:32 [2024-02-06T17:45:32.740Z]  Plugins:
17:45:32 [2024-02-06T17:45:32.740Z]   Volume: local
17:45:32 [2024-02-06T17:45:32.740Z]   Network: bridge host ipvlan macvlan null overlay
17:45:32 [2024-02-06T17:45:32.740Z]   Log: awslogs fluentd gcplogs gelf journald json-file local splunk syslog
17:45:32 [2024-02-06T17:45:32.740Z]  Swarm: inactive
17:45:32 [2024-02-06T17:45:32.740Z]  Runtimes: io.containerd.runc.v2 runc
17:45:32 [2024-02-06T17:45:32.740Z]  Default Runtime: runc
17:45:32 [2024-02-06T17:45:32.740Z]  Init Binary: docker-init
17:45:32 [2024-02-06T17:45:32.740Z]  containerd version: ae07eda36dd25f8a1b98dfbf587313b99c0190bb
17:45:32 [2024-02-06T17:45:32.740Z]  runc version: v1.1.12-0-g51d5e94
17:45:32 [2024-02-06T17:45:32.740Z]  init version: de40ad0
17:45:32 [2024-02-06T17:45:32.740Z]  Security Options:
17:45:32 [2024-02-06T17:45:32.740Z]   apparmor
17:45:32 [2024-02-06T17:45:32.740Z]   seccomp
17:45:32 [2024-02-06T17:45:32.740Z]    Profile: builtin
17:45:32 [2024-02-06T17:45:32.740Z]  Kernel Version: 5.15.0-1052-aws
17:45:32 [2024-02-06T17:45:32.740Z]  Operating System: Ubuntu 20.04.6 LTS
17:45:32 [2024-02-06T17:45:32.740Z]  OSType: linux
17:45:32 [2024-02-06T17:45:32.740Z]  Architecture: aarch64
17:45:32 [2024-02-06T17:45:32.740Z]  CPUs: 8
17:45:32 [2024-02-06T17:45:32.740Z]  Total Memory: 30.64GiB
17:45:32 [2024-02-06T17:45:32.740Z]  Name: ip-10-100-81-29
17:45:32 [2024-02-06T17:45:32.740Z]  ID: e2ed5a2e-3000-4923-9ca7-270269b4b7b4
17:45:32 [2024-02-06T17:45:32.740Z]  Docker Root Dir: /var/lib/docker
17:45:32 [2024-02-06T17:45:32.740Z]  Debug Mode: false
17:45:32 [2024-02-06T17:45:32.740Z]  Experimental: true
17:45:32 [2024-02-06T17:45:32.740Z]  Insecure Registries:
17:45:32 [2024-02-06T17:45:32.740Z]   127.0.0.0/8
17:45:32 [2024-02-06T17:45:32.740Z]  Live Restore Enabled: true
17:45:32 [2024-02-06T17:45:32.740Z] 
[Pipeline] sh
17:45:33 [2024-02-06T17:45:33.007Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
17:45:33 [2024-02-06T17:45:33.007Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
17:45:33 [2024-02-06T17:45:33.007Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-47155/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
17:45:33 [2024-02-06T17:45:33.007Z] + bash /home/ubuntu/workspace/moby_PR-47155/check-config.sh
17:45:33 [2024-02-06T17:45:33.007Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
17:45:33 [2024-02-06T17:45:33.007Z] info: reading kernel config from /boot/config-5.15.0-1052-aws ...
17:45:33 [2024-02-06T17:45:33.007Z] 
17:45:33 [2024-02-06T17:45:33.007Z] Generally Necessary:
17:45:33 [2024-02-06T17:45:33.007Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
17:45:33 [2024-02-06T17:45:33.007Z] - apparmor: enabled and tools installed
17:45:33 [2024-02-06T17:45:33.007Z] - CONFIG_NAMESPACES: enabled
17:45:33 [2024-02-06T17:45:33.007Z] - CONFIG_NET_NS: enabled
17:45:33 [2024-02-06T17:45:33.007Z] - CONFIG_PID_NS: enabled
17:45:33 [2024-02-06T17:45:33.007Z] - CONFIG_IPC_NS: enabled
17:45:33 [2024-02-06T17:45:33.007Z] - CONFIG_UTS_NS: enabled
17:45:33 [2024-02-06T17:45:33.007Z] - CONFIG_CGROUPS: enabled
17:45:33 [2024-02-06T17:45:33.007Z] - CONFIG_CGROUP_CPUACCT: enabled
17:45:33 [2024-02-06T17:45:33.007Z] - CONFIG_CGROUP_DEVICE: enabled
17:45:33 [2024-02-06T17:45:33.007Z] - CONFIG_CGROUP_FREEZER: enabled
17:45:33 [2024-02-06T17:45:33.007Z] - CONFIG_CGROUP_SCHED: enabled
17:45:33 [2024-02-06T17:45:33.007Z] - CONFIG_CPUSETS: enabled
17:45:33 [2024-02-06T17:45:33.007Z] - CONFIG_MEMCG: enabled
17:45:33 [2024-02-06T17:45:33.007Z] - CONFIG_KEYS: enabled
17:45:33 [2024-02-06T17:45:33.261Z] - CONFIG_VETH: enabled (as module)
17:45:33 [2024-02-06T17:45:33.261Z] - CONFIG_BRIDGE: enabled (as module)
17:45:33 [2024-02-06T17:45:33.261Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
17:45:33 [2024-02-06T17:45:33.261Z] - CONFIG_IP_NF_FILTER: enabled (as module)
17:45:33 [2024-02-06T17:45:33.261Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
17:45:33 [2024-02-06T17:45:33.261Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
17:45:33 [2024-02-06T17:45:33.261Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
17:45:33 [2024-02-06T17:45:33.261Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
17:45:33 [2024-02-06T17:45:33.261Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
17:45:33 [2024-02-06T17:45:33.261Z] - CONFIG_IP_NF_NAT: enabled (as module)
17:45:33 [2024-02-06T17:45:33.261Z] - CONFIG_NF_NAT: enabled (as module)
17:45:33 [2024-02-06T17:45:33.261Z] - CONFIG_POSIX_MQUEUE: enabled
17:45:33 [2024-02-06T17:45:33.261Z] - CONFIG_CGROUP_BPF: enabled
17:45:33 [2024-02-06T17:45:33.261Z] 
17:45:33 [2024-02-06T17:45:33.261Z] Optional Features:
17:45:33 [2024-02-06T17:45:33.261Z] - CONFIG_USER_NS: enabled
17:45:33 [2024-02-06T17:45:33.261Z] - CONFIG_SECCOMP: enabled
17:45:33 [2024-02-06T17:45:33.261Z] - CONFIG_SECCOMP_FILTER: enabled
17:45:33 [2024-02-06T17:45:33.261Z] - CONFIG_CGROUP_PIDS: enabled
17:45:33 [2024-02-06T17:45:33.261Z] - CONFIG_MEMCG_SWAP: enabled
17:45:33 [2024-02-06T17:45:33.261Z]     (cgroup swap accounting is currently enabled)
17:45:33 [2024-02-06T17:45:33.261Z] - CONFIG_BLK_CGROUP: enabled
17:45:33 [2024-02-06T17:45:33.261Z] - CONFIG_BLK_DEV_THROTTLING: enabled
17:45:33 [2024-02-06T17:45:33.261Z] - CONFIG_CGROUP_PERF: enabled
17:45:33 [2024-02-06T17:45:33.261Z] - CONFIG_CGROUP_HUGETLB: enabled
17:45:33 [2024-02-06T17:45:33.516Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
17:45:33 [2024-02-06T17:45:33.516Z] - CONFIG_CGROUP_NET_PRIO: enabled
17:45:33 [2024-02-06T17:45:33.516Z] - CONFIG_CFS_BANDWIDTH: enabled
17:45:33 [2024-02-06T17:45:33.516Z] - CONFIG_FAIR_GROUP_SCHED: enabled
17:45:33 [2024-02-06T17:45:33.516Z] - CONFIG_RT_GROUP_SCHED: missing
17:45:33 [2024-02-06T17:45:33.516Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
17:45:33 [2024-02-06T17:45:33.516Z] - CONFIG_IP_VS: enabled (as module)
17:45:33 [2024-02-06T17:45:33.516Z] - CONFIG_IP_VS_NFCT: enabled
17:45:33 [2024-02-06T17:45:33.516Z] - CONFIG_IP_VS_PROTO_TCP: enabled
17:45:33 [2024-02-06T17:45:33.516Z] - CONFIG_IP_VS_PROTO_UDP: enabled
17:45:33 [2024-02-06T17:45:33.516Z] - CONFIG_IP_VS_RR: enabled (as module)
17:45:33 [2024-02-06T17:45:33.516Z] - CONFIG_SECURITY_SELINUX: enabled
17:45:33 [2024-02-06T17:45:33.516Z] - CONFIG_SECURITY_APPARMOR: enabled
17:45:33 [2024-02-06T17:45:33.516Z] - CONFIG_EXT4_FS: enabled
17:45:33 [2024-02-06T17:45:33.516Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
17:45:33 [2024-02-06T17:45:33.516Z] - CONFIG_EXT4_FS_SECURITY: enabled
17:45:33 [2024-02-06T17:45:33.516Z] - Network Drivers:
17:45:33 [2024-02-06T17:45:33.516Z]   - "overlay":
17:45:33 [2024-02-06T17:45:33.516Z]     - CONFIG_VXLAN: enabled (as module)
17:45:33 [2024-02-06T17:45:33.516Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
17:45:33 [2024-02-06T17:45:33.516Z]       Optional (for encrypted networks):
17:45:33 [2024-02-06T17:45:33.770Z]       - CONFIG_CRYPTO: enabled
17:45:33 [2024-02-06T17:45:33.770Z]       - CONFIG_CRYPTO_AEAD: enabled
17:45:33 [2024-02-06T17:45:33.770Z]       - CONFIG_CRYPTO_GCM: enabled
17:45:33 [2024-02-06T17:45:33.770Z]       - CONFIG_CRYPTO_SEQIV: enabled
17:45:33 [2024-02-06T17:45:33.770Z]       - CONFIG_CRYPTO_GHASH: enabled
17:45:33 [2024-02-06T17:45:33.770Z]       - CONFIG_XFRM: enabled
17:45:33 [2024-02-06T17:45:33.770Z]       - CONFIG_XFRM_USER: enabled (as module)
17:45:33 [2024-02-06T17:45:33.770Z]       - CONFIG_XFRM_ALGO: enabled (as module)
17:45:33 [2024-02-06T17:45:33.770Z]       - CONFIG_INET_ESP: enabled (as module)
17:45:33 [2024-02-06T17:45:33.770Z]   - "ipvlan":
17:45:33 [2024-02-06T17:45:33.770Z]     - CONFIG_IPVLAN: enabled (as module)
17:45:33 [2024-02-06T17:45:33.770Z]   - "macvlan":
17:45:33 [2024-02-06T17:45:33.770Z]     - CONFIG_MACVLAN: enabled (as module)
17:45:33 [2024-02-06T17:45:33.770Z]     - CONFIG_DUMMY: enabled (as module)
17:45:33 [2024-02-06T17:45:33.770Z]   - "ftp,tftp client in container":
17:45:33 [2024-02-06T17:45:33.770Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
17:45:33 [2024-02-06T17:45:33.770Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
17:45:33 [2024-02-06T17:45:33.770Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
17:45:33 [2024-02-06T17:45:33.770Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
17:45:33 [2024-02-06T17:45:33.770Z] - Storage Drivers:
17:45:33 [2024-02-06T17:45:33.770Z]   - "aufs":
17:45:33 [2024-02-06T17:45:33.770Z]     - CONFIG_AUFS_FS: enabled (as module)
17:45:33 [2024-02-06T17:45:33.770Z]   - "btrfs":
17:45:33 [2024-02-06T17:45:33.770Z]     - CONFIG_BTRFS_FS: enabled (as module)
17:45:33 [2024-02-06T17:45:33.770Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
17:45:33 [2024-02-06T17:45:33.770Z]   - "devicemapper":
17:45:33 [2024-02-06T17:45:33.770Z]     - CONFIG_BLK_DEV_DM: enabled
17:45:33 [2024-02-06T17:45:33.770Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
17:45:33 [2024-02-06T17:45:33.770Z]   - "overlay":
17:45:33 [2024-02-06T17:45:33.770Z]     - CONFIG_OVERLAY_FS: enabled (as module)
17:45:33 [2024-02-06T17:45:33.770Z]   - "zfs":
17:45:33 [2024-02-06T17:45:33.770Z]     - /dev/zfs: present
17:45:33 [2024-02-06T17:45:33.770Z]     - zfs command: missing
17:45:33 [2024-02-06T17:45:33.770Z]     - zpool command: missing
17:45:33 [2024-02-06T17:45:33.770Z] 
17:45:33 [2024-02-06T17:45:33.770Z] Limits:
17:45:33 [2024-02-06T17:45:33.770Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
17:45:33 [2024-02-06T17:45:33.770Z] 
17:45:33 [2024-02-06T17:45:33.770Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
17:45:34 [2024-02-06T17:45:34.098Z] + docker build --force-rm -t docker:14503ccebda590c6315462bb2f391b2dde7bcc2b .
17:45:34 [2024-02-06T17:45:34.352Z] #0 building with "default" instance using docker driver
17:45:34 [2024-02-06T17:45:34.352Z] 
17:45:34 [2024-02-06T17:45:34.352Z] #1 [internal] load build definition from Dockerfile
17:45:34 [2024-02-06T17:45:34.352Z] #1 transferring dockerfile: 27.92kB done
17:45:34 [2024-02-06T17:45:34.352Z] #1 DONE 0.0s
17:45:34 [2024-02-06T17:45:34.352Z] 
17:45:34 [2024-02-06T17:45:34.352Z] #2 resolve image config for docker.io/docker/dockerfile:1
17:45:34 [2024-02-06T17:45:34.352Z] #2 DONE 0.1s
17:45:34 [2024-02-06T17:45:34.606Z] 
17:45:34 [2024-02-06T17:45:34.606Z] #3 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021
17:45:34 [2024-02-06T17:45:34.606Z] #3 CACHED
17:45:34 [2024-02-06T17:45:34.606Z] 
17:45:34 [2024-02-06T17:45:34.606Z] #4 [internal] load metadata for docker.io/library/busybox:latest
17:45:34 [2024-02-06T17:45:34.606Z] #4 DONE 0.0s
17:45:34 [2024-02-06T17:45:34.606Z] 
17:45:34 [2024-02-06T17:45:34.606Z] #5 [internal] load metadata for docker.io/tonistiigi/xx:1.2.1
17:45:34 [2024-02-06T17:45:34.606Z] #5 DONE 0.1s
17:45:34 [2024-02-06T17:45:34.606Z] 
17:45:34 [2024-02-06T17:45:34.606Z] #6 [internal] load metadata for docker.io/docker/buildx-bin:0.12.1
17:45:34 [2024-02-06T17:45:34.606Z] #6 ...
17:45:34 [2024-02-06T17:45:34.606Z] 
17:45:34 [2024-02-06T17:45:34.606Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
17:45:34 [2024-02-06T17:45:34.606Z] #7 DONE 0.1s
17:45:34 [2024-02-06T17:45:34.606Z] 
17:45:34 [2024-02-06T17:45:34.606Z] #8 [internal] load metadata for docker.io/library/golang:1.21.6-bookworm
17:45:34 [2024-02-06T17:45:34.606Z] #8 DONE 0.3s
17:45:34 [2024-02-06T17:45:34.864Z] 
17:45:34 [2024-02-06T17:45:34.864Z] #6 [internal] load metadata for docker.io/docker/buildx-bin:0.12.1
17:45:34 [2024-02-06T17:45:34.864Z] #6 DONE 0.3s
17:45:34 [2024-02-06T17:45:34.864Z] 
17:45:34 [2024-02-06T17:45:34.864Z] #9 [internal] load metadata for docker.io/library/debian:bookworm
17:45:34 [2024-02-06T17:45:34.864Z] #9 DONE 0.3s
17:45:34 [2024-02-06T17:45:34.864Z] 
17:45:34 [2024-02-06T17:45:34.864Z] #10 [internal] load metadata for docker.io/docker/compose-bin:v2.24.5
17:45:34 [2024-02-06T17:45:34.864Z] #10 DONE 0.4s
17:45:34 [2024-02-06T17:45:34.864Z] 
17:45:34 [2024-02-06T17:45:34.864Z] #11 [internal] load metadata for docker.io/distribution/distribution:2.8.3
17:45:34 [2024-02-06T17:45:34.864Z] #11 DONE 0.4s
17:45:34 [2024-02-06T17:45:34.864Z] 
17:45:34 [2024-02-06T17:45:34.864Z] #12 [internal] load .dockerignore
17:45:34 [2024-02-06T17:45:34.864Z] #12 transferring context: 113B done
17:45:34 [2024-02-06T17:45:34.864Z] #12 DONE 0.0s
17:45:34 [2024-02-06T17:45:34.864Z] 
17:45:34 [2024-02-06T17:45:34.864Z] #13 [xx 1/1] FROM docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012
17:45:34 [2024-02-06T17:45:34.864Z] #13 DONE 0.0s
17:45:34 [2024-02-06T17:45:34.864Z] 
17:45:34 [2024-02-06T17:45:34.864Z] #14 [vpnkit-linux-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
17:45:34 [2024-02-06T17:45:34.864Z] #14 DONE 0.0s
17:45:34 [2024-02-06T17:45:34.864Z] 
17:45:34 [2024-02-06T17:45:34.864Z] #15 [build-dummy 1/2] FROM docker.io/library/busybox:latest
17:45:34 [2024-02-06T17:45:34.864Z] #15 DONE 0.0s
17:45:34 [2024-02-06T17:45:34.864Z] 
17:45:34 [2024-02-06T17:45:34.864Z] #16 [frozen-images 1/4] FROM docker.io/library/debian:bookworm@sha256:79becb70a6247d277b59c09ca340bbe0349af6aacb5afa90ec349528b53ce2c9
17:45:34 [2024-02-06T17:45:34.864Z] #16 resolve docker.io/library/debian:bookworm@sha256:79becb70a6247d277b59c09ca340bbe0349af6aacb5afa90ec349528b53ce2c9
17:45:34 [2024-02-06T17:45:34.864Z] #16 ...
17:45:34 [2024-02-06T17:45:34.864Z] 
17:45:34 [2024-02-06T17:45:34.864Z] #13 [xx 1/1] FROM docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012
17:45:34 [2024-02-06T17:45:34.864Z] #13 CACHED
17:45:34 [2024-02-06T17:45:34.864Z] 
17:45:34 [2024-02-06T17:45:34.864Z] #16 [frozen-images 1/4] FROM docker.io/library/debian:bookworm@sha256:79becb70a6247d277b59c09ca340bbe0349af6aacb5afa90ec349528b53ce2c9
17:45:34 [2024-02-06T17:45:34.864Z] #16 resolve docker.io/library/debian:bookworm@sha256:79becb70a6247d277b59c09ca340bbe0349af6aacb5afa90ec349528b53ce2c9 0.1s done
17:45:35 [2024-02-06T17:45:35.123Z] #16 sha256:66932e2b787d33a94ee3eb8b489be6e6838b29f5c1d732262da306da9b1f2eed 0B / 49.62MB 0.1s
17:45:35 [2024-02-06T17:45:35.123Z] #16 sha256:79becb70a6247d277b59c09ca340bbe0349af6aacb5afa90ec349528b53ce2c9 1.85kB / 1.85kB done
17:45:35 [2024-02-06T17:45:35.123Z] #16 sha256:a250db2ed1e0cdcca7baf72084ba6c4578b69cd984367bd6616abe24c92d61a6 529B / 529B done
17:45:35 [2024-02-06T17:45:35.123Z] #16 sha256:e244810c32b8849593705821bec8d7399b3feae991f2b9e8096e58496aa4d594 1.48kB / 1.48kB done
17:45:35 [2024-02-06T17:45:35.123Z] #16 sha256:66932e2b787d33a94ee3eb8b489be6e6838b29f5c1d732262da306da9b1f2eed 4.19MB / 49.62MB 0.3s
17:45:35 [2024-02-06T17:45:35.377Z] #16 sha256:66932e2b787d33a94ee3eb8b489be6e6838b29f5c1d732262da306da9b1f2eed 27.26MB / 49.62MB 0.4s
17:45:35 [2024-02-06T17:45:35.377Z] #16 sha256:66932e2b787d33a94ee3eb8b489be6e6838b29f5c1d732262da306da9b1f2eed 42.99MB / 49.62MB 0.5s
17:45:35 [2024-02-06T17:45:35.633Z] #16 sha256:66932e2b787d33a94ee3eb8b489be6e6838b29f5c1d732262da306da9b1f2eed 49.62MB / 49.62MB 0.6s
17:45:35 [2024-02-06T17:45:35.633Z] #16 sha256:66932e2b787d33a94ee3eb8b489be6e6838b29f5c1d732262da306da9b1f2eed 49.62MB / 49.62MB 0.6s done
17:45:35 [2024-02-06T17:45:35.633Z] #16 extracting sha256:66932e2b787d33a94ee3eb8b489be6e6838b29f5c1d732262da306da9b1f2eed
17:45:36 [2024-02-06T17:45:36.192Z] #16 ...
17:45:36 [2024-02-06T17:45:36.192Z] 
17:45:36 [2024-02-06T17:45:36.192Z] #17 [internal] load build context
17:45:36 [2024-02-06T17:45:36.192Z] #17 transferring context: 75.06MB 1.1s done
17:45:36 [2024-02-06T17:45:36.192Z] #17 DONE 1.2s
17:45:36 [2024-02-06T17:45:36.192Z] 
17:45:36 [2024-02-06T17:45:36.192Z] #18 [base 1/4] FROM docker.io/library/golang:1.21.6-bookworm@sha256:3efef61ff1d99c8a90845100e2a7e934b4a5d11b639075dc605ff53c141044fc
17:45:36 [2024-02-06T17:45:36.192Z] #18 resolve docker.io/library/golang:1.21.6-bookworm@sha256:3efef61ff1d99c8a90845100e2a7e934b4a5d11b639075dc605ff53c141044fc 0.1s done
17:45:36 [2024-02-06T17:45:36.192Z] #18 sha256:4709b6f00d5e7f60bd31b425be6de9aee6b0d251a469bdea9bef30c11fa7e95e 2.90kB / 2.90kB done
17:45:36 [2024-02-06T17:45:36.192Z] #18 sha256:c812910e5e62436c8483e793d1956d1c70bcf42d20d5f0885ddafbe0ba124459 63.99MB / 63.99MB 0.8s done
17:45:36 [2024-02-06T17:45:36.192Z] #18 sha256:3efef61ff1d99c8a90845100e2a7e934b4a5d11b639075dc605ff53c141044fc 1.64kB / 1.64kB done
17:45:36 [2024-02-06T17:45:36.192Z] #18 sha256:928ca508580b7c63890d25e4a31de8cfef35e9aa897365317e1706661b051ec9 1.79kB / 1.79kB done
17:45:36 [2024-02-06T17:45:36.192Z] #18 sha256:66932e2b787d33a94ee3eb8b489be6e6838b29f5c1d732262da306da9b1f2eed 49.62MB / 49.62MB 0.6s done
17:45:36 [2024-02-06T17:45:36.192Z] #18 sha256:4afa7e263db1a3a05a9f31906dee83c0ef41151669759a3362e724b2765fd66f 23.59MB / 23.59MB 0.3s done
17:45:36 [2024-02-06T17:45:36.192Z] #18 sha256:f0415bb1783d1a348827b100b0e918648a16b9be64e3af2d45b75d4996ff5b8c 86.39MB / 86.39MB 1.3s
17:45:36 [2024-02-06T17:45:36.192Z] #18 sha256:d7276b11ada40cb47372f79c1c868e56150546b15f0e734647b4337afadc366a 59.77MB / 64.16MB 1.3s
17:45:36 [2024-02-06T17:45:36.192Z] #18 sha256:19aeecab7f9bea6add3e567ff84eaa87f1f2da1e747d3b02674e0677be5c7c35 175B / 175B 0.9s done
17:45:36 [2024-02-06T17:45:36.192Z] #18 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 1.0s done
17:45:36 [2024-02-06T17:45:36.447Z] #18 sha256:f0415bb1783d1a348827b100b0e918648a16b9be64e3af2d45b75d4996ff5b8c 86.39MB / 86.39MB 1.3s done
17:45:36 [2024-02-06T17:45:36.447Z] #18 sha256:d7276b11ada40cb47372f79c1c868e56150546b15f0e734647b4337afadc366a 64.16MB / 64.16MB 1.4s
17:45:36 [2024-02-06T17:45:36.447Z] #18 sha256:d7276b11ada40cb47372f79c1c868e56150546b15f0e734647b4337afadc366a 64.16MB / 64.16MB 1.4s done
17:45:36 [2024-02-06T17:45:36.702Z] #18 ...
17:45:36 [2024-02-06T17:45:36.702Z] 
17:45:36 [2024-02-06T17:45:36.702Z] #19 [buildx 1/1] FROM docker.io/docker/buildx-bin:0.12.1@sha256:c7a37a2a92f28656bdd44c52bdf2a0f1fce8912d41fde136df781d419fd9ce43
17:45:36 [2024-02-06T17:45:36.702Z] #19 resolve docker.io/docker/buildx-bin:0.12.1@sha256:c7a37a2a92f28656bdd44c52bdf2a0f1fce8912d41fde136df781d419fd9ce43 0.1s done
17:45:36 [2024-02-06T17:45:36.702Z] #19 sha256:c7a37a2a92f28656bdd44c52bdf2a0f1fce8912d41fde136df781d419fd9ce43 8.43kB / 8.43kB done
17:45:36 [2024-02-06T17:45:36.702Z] #19 sha256:152601ea1a432a294017848c66fb84d04e1a90d4380ce9b5cd519cdf09e43722 482B / 482B done
17:45:36 [2024-02-06T17:45:36.702Z] #19 sha256:a5a1ba0fd157960c623fcbba319e3c92650faeacc179ed940362aed94d69a42f 1.14kB / 1.14kB done
17:45:36 [2024-02-06T17:45:36.702Z] #19 sha256:e44944864973a68b1022f5cb1071d878c837565d31227b2aecce1b58f2018ce5 15.64MB / 15.64MB 1.4s done
17:45:36 [2024-02-06T17:45:36.702Z] #19 extracting sha256:e44944864973a68b1022f5cb1071d878c837565d31227b2aecce1b58f2018ce5 0.2s done
17:45:36 [2024-02-06T17:45:36.702Z] #19 DONE 1.9s
17:45:36 [2024-02-06T17:45:36.702Z] 
17:45:36 [2024-02-06T17:45:36.702Z] #18 [base 1/4] FROM docker.io/library/golang:1.21.6-bookworm@sha256:3efef61ff1d99c8a90845100e2a7e934b4a5d11b639075dc605ff53c141044fc
17:45:37 [2024-02-06T17:45:37.260Z] #18 ...
17:45:37 [2024-02-06T17:45:37.260Z] 
17:45:37 [2024-02-06T17:45:37.260Z] #20 [compose 1/1] FROM docker.io/docker/compose-bin:v2.24.5@sha256:5f74242b93d68d5c73c086993ce2279e5220cd1ef0ead561f2055bed5f1234c3
17:45:37 [2024-02-06T17:45:37.260Z] #20 resolve docker.io/docker/compose-bin:v2.24.5@sha256:5f74242b93d68d5c73c086993ce2279e5220cd1ef0ead561f2055bed5f1234c3 0.1s done
17:45:37 [2024-02-06T17:45:37.260Z] #20 sha256:06eae01801a52c8f549787b29c2bfb65c88c0a218b217321e99a157565a0fa5a 482B / 482B done
17:45:37 [2024-02-06T17:45:37.260Z] #20 sha256:d06dcef7a21624ea13d7671125a7fe4cded9aaa21792757846e72064e5214dec 1.13kB / 1.13kB done
17:45:37 [2024-02-06T17:45:37.260Z] #20 sha256:5f74242b93d68d5c73c086993ce2279e5220cd1ef0ead561f2055bed5f1234c3 8.43kB / 8.43kB done
17:45:37 [2024-02-06T17:45:37.260Z] #20 sha256:823737807fa37f6a71175786ba6042e4b83f8bb78f65079d56c0a0dff55d1e73 14.68MB / 16.62MB 1.6s
17:45:37 [2024-02-06T17:45:37.260Z] #20 extracting sha256:823737807fa37f6a71175786ba6042e4b83f8bb78f65079d56c0a0dff55d1e73 0.3s done
17:45:37 [2024-02-06T17:45:37.260Z] #20 ...
17:45:37 [2024-02-06T17:45:37.260Z] 
17:45:37 [2024-02-06T17:45:37.260Z] #21 [registry-v2 1/2] FROM docker.io/distribution/distribution:2.8.3@sha256:f84b2078238ff03cdbc2a08f1cb90ca4c11683a1f15cd9817120f5cabbc48ebb
17:45:37 [2024-02-06T17:45:37.260Z] #21 resolve docker.io/distribution/distribution:2.8.3@sha256:f84b2078238ff03cdbc2a08f1cb90ca4c11683a1f15cd9817120f5cabbc48ebb 0.1s done
17:45:37 [2024-02-06T17:45:37.260Z] #21 sha256:f84b2078238ff03cdbc2a08f1cb90ca4c11683a1f15cd9817120f5cabbc48ebb 4.67kB / 4.67kB done
17:45:37 [2024-02-06T17:45:37.260Z] #21 sha256:d6213c56dc23f948e18d58abb6499f2112d85fc8c0eae4391386b6bcfaa70e01 1.05kB / 1.05kB done
17:45:37 [2024-02-06T17:45:37.260Z] #21 sha256:184ed8ae6fb6cdaf999646a8855ce3916872363882142964f36a096186792c50 2.57kB / 2.57kB done
17:45:37 [2024-02-06T17:45:37.260Z] #21 sha256:579b34f0a95bb83b3acd6b3249ddc52c3d80f5c84b13c944e9e324feb86dd329 3.33MB / 3.33MB 1.5s done
17:45:37 [2024-02-06T17:45:37.260Z] #21 sha256:08efe96e544caba36e1a67e0734b419126dcdd7b61cd223b8c78616e5b25a47a 286.20kB / 286.20kB 1.5s done
17:45:37 [2024-02-06T17:45:37.260Z] #21 extracting sha256:579b34f0a95bb83b3acd6b3249ddc52c3d80f5c84b13c944e9e324feb86dd329 0.1s done
17:45:37 [2024-02-06T17:45:37.260Z] #21 sha256:6fa6f6cd5bd05b721a3c082c5f075a5ed04a9ca646827fe576b05488acca8bb2 766B / 766B 1.6s done
17:45:37 [2024-02-06T17:45:37.260Z] #21 sha256:46a95b3c8e602481ef507c2ffa1372d6e529a8ad234f2f99fc2a9bd471336a09 5.82MB / 5.82MB 1.8s done
17:45:37 [2024-02-06T17:45:37.260Z] #21 extracting sha256:08efe96e544caba36e1a67e0734b419126dcdd7b61cd223b8c78616e5b25a47a 0.0s done
17:45:37 [2024-02-06T17:45:37.260Z] #21 extracting sha256:6fa6f6cd5bd05b721a3c082c5f075a5ed04a9ca646827fe576b05488acca8bb2 done
17:45:37 [2024-02-06T17:45:37.260Z] #21 extracting sha256:46a95b3c8e602481ef507c2ffa1372d6e529a8ad234f2f99fc2a9bd471336a09 0.1s done
17:45:37 [2024-02-06T17:45:37.260Z] #21 DONE 2.3s
17:45:37 [2024-02-06T17:45:37.260Z] 
17:45:37 [2024-02-06T17:45:37.260Z] #18 [base 1/4] FROM docker.io/library/golang:1.21.6-bookworm@sha256:3efef61ff1d99c8a90845100e2a7e934b4a5d11b639075dc605ff53c141044fc
17:45:37 [2024-02-06T17:45:37.818Z] #18 extracting sha256:66932e2b787d33a94ee3eb8b489be6e6838b29f5c1d732262da306da9b1f2eed 2.0s done
17:45:37 [2024-02-06T17:45:37.819Z] #18 ...
17:45:37 [2024-02-06T17:45:37.819Z] 
17:45:37 [2024-02-06T17:45:37.819Z] #22 [registry-v2 2/2] RUN mkdir /build && mv /bin/registry /build/registry-v2
17:45:37 [2024-02-06T17:45:37.819Z] #22 DONE 0.6s
17:45:37 [2024-02-06T17:45:37.819Z] 
17:45:37 [2024-02-06T17:45:37.819Z] #16 [frozen-images 1/4] FROM docker.io/library/debian:bookworm@sha256:79becb70a6247d277b59c09ca340bbe0349af6aacb5afa90ec349528b53ce2c9
17:45:37 [2024-02-06T17:45:37.819Z] #16 DONE 2.9s
17:45:37 [2024-02-06T17:45:37.819Z] 
17:45:37 [2024-02-06T17:45:37.819Z] #18 [base 1/4] FROM docker.io/library/golang:1.21.6-bookworm@sha256:3efef61ff1d99c8a90845100e2a7e934b4a5d11b639075dc605ff53c141044fc
17:45:37 [2024-02-06T17:45:37.819Z] #18 extracting sha256:4afa7e263db1a3a05a9f31906dee83c0ef41151669759a3362e724b2765fd66f 0.1s
17:45:38 [2024-02-06T17:45:38.377Z] #18 extracting sha256:4afa7e263db1a3a05a9f31906dee83c0ef41151669759a3362e724b2765fd66f 0.4s done
17:45:38 [2024-02-06T17:45:38.377Z] #18 extracting sha256:c812910e5e62436c8483e793d1956d1c70bcf42d20d5f0885ddafbe0ba124459 0.1s
17:45:40 [2024-02-06T17:45:40.258Z] #18 extracting sha256:c812910e5e62436c8483e793d1956d1c70bcf42d20d5f0885ddafbe0ba124459 1.6s done
17:45:40 [2024-02-06T17:45:40.258Z] #18 extracting sha256:f0415bb1783d1a348827b100b0e918648a16b9be64e3af2d45b75d4996ff5b8c 0.1s
17:45:41 [2024-02-06T17:45:41.618Z] #18 extracting sha256:f0415bb1783d1a348827b100b0e918648a16b9be64e3af2d45b75d4996ff5b8c 1.5s done
17:45:41 [2024-02-06T17:45:41.618Z] #18 extracting sha256:d7276b11ada40cb47372f79c1c868e56150546b15f0e734647b4337afadc366a
17:45:44 [2024-02-06T17:45:44.873Z] #18 ...
17:45:44 [2024-02-06T17:45:44.873Z] 
17:45:44 [2024-02-06T17:45:44.873Z] #23 [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
17:45:44 [2024-02-06T17:45:44.873Z] #23 0.461 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
17:45:44 [2024-02-06T17:45:44.873Z] #23 0.473 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
17:45:44 [2024-02-06T17:45:44.873Z] #23 0.473 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
17:45:44 [2024-02-06T17:45:44.873Z] #23 0.549 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
17:45:44 [2024-02-06T17:45:44.873Z] #23 0.614 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB]
17:45:44 [2024-02-06T17:45:44.873Z] #23 0.676 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [134 kB]
17:45:44 [2024-02-06T17:45:44.873Z] #23 1.570 Fetched 9083 kB in 1s (6664 kB/s)
17:45:44 [2024-02-06T17:45:44.873Z] #23 1.570 Reading package lists...
17:45:44 [2024-02-06T17:45:44.873Z] #23 2.171 Reading package lists...
17:45:44 [2024-02-06T17:45:44.873Z] #23 2.764 Building dependency tree...
17:45:44 [2024-02-06T17:45:44.873Z] #23 2.930 Reading state information...
17:45:44 [2024-02-06T17:45:44.873Z] #23 3.139 The following additional packages will be installed:
17:45:44 [2024-02-06T17:45:44.873Z] #23 3.140   libbrotli1 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1
17:45:44 [2024-02-06T17:45:44.873Z] #23 3.140   libkrb5-3 libkrb5support0 libldap-2.5-0 libnghttp2-14 libonig5 libpsl5
17:45:44 [2024-02-06T17:45:44.873Z] #23 3.141   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl3 openssl
17:45:44 [2024-02-06T17:45:44.873Z] #23 3.143 Suggested packages:
17:45:44 [2024-02-06T17:45:44.873Z] #23 3.143   krb5-doc krb5-user
17:45:44 [2024-02-06T17:45:44.873Z] #23 3.143 Recommended packages:
17:45:44 [2024-02-06T17:45:44.873Z] #23 3.143   krb5-locales libldap-common publicsuffix libsasl2-modules
17:45:44 [2024-02-06T17:45:44.873Z] #23 3.311 The following NEW packages will be installed:
17:45:44 [2024-02-06T17:45:44.873Z] #23 3.311   ca-certificates curl jq libbrotli1 libcurl4 libgssapi-krb5-2 libjq1
17:45:44 [2024-02-06T17:45:44.873Z] #23 3.311   libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.5-0
17:45:44 [2024-02-06T17:45:44.873Z] #23 3.311   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
17:45:44 [2024-02-06T17:45:44.873Z] #23 3.312   libssh2-1 libssl3 openssl
17:45:44 [2024-02-06T17:45:44.873Z] #23 3.588 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded.
17:45:44 [2024-02-06T17:45:44.873Z] #23 3.588 Need to get 5813 kB of archives.
17:45:44 [2024-02-06T17:45:44.873Z] #23 3.588 After this operation, 16.1 MB of additional disk space will be used.
17:45:44 [2024-02-06T17:45:44.873Z] #23 3.588 Get:1 http://deb.debian.org/debian bookworm/main arm64 libssl3 arm64 3.0.11-1~deb12u2 [1803 kB]
17:45:44 [2024-02-06T17:45:44.873Z] #23 3.605 Get:2 http://deb.debian.org/debian bookworm/main arm64 openssl arm64 3.0.11-1~deb12u2 [1385 kB]
17:45:44 [2024-02-06T17:45:44.873Z] #23 3.611 Get:3 http://deb.debian.org/debian bookworm/main arm64 ca-certificates all 20230311 [153 kB]
17:45:44 [2024-02-06T17:45:44.873Z] #23 3.612 Get:4 http://deb.debian.org/debian bookworm/main arm64 libbrotli1 arm64 1.0.9-2+b6 [269 kB]
17:45:44 [2024-02-06T17:45:44.873Z] #23 3.614 Get:5 http://deb.debian.org/debian bookworm/main arm64 libkrb5support0 arm64 1.20.1-2+deb12u1 [31.7 kB]
17:45:44 [2024-02-06T17:45:44.873Z] #23 3.616 Get:6 http://deb.debian.org/debian bookworm/main arm64 libk5crypto3 arm64 1.20.1-2+deb12u1 [79.0 kB]
17:45:44 [2024-02-06T17:45:44.873Z] #23 3.617 Get:7 http://deb.debian.org/debian bookworm/main arm64 libkeyutils1 arm64 1.6.3-2 [8844 B]
17:45:44 [2024-02-06T17:45:44.873Z] #23 3.618 Get:8 http://deb.debian.org/debian bookworm/main arm64 libkrb5-3 arm64 1.20.1-2+deb12u1 [313 kB]
17:45:44 [2024-02-06T17:45:44.873Z] #23 3.621 Get:9 http://deb.debian.org/debian bookworm/main arm64 libgssapi-krb5-2 arm64 1.20.1-2+deb12u1 [123 kB]
17:45:44 [2024-02-06T17:45:44.873Z] #23 3.642 Get:10 http://deb.debian.org/debian bookworm/main arm64 libsasl2-modules-db arm64 2.1.28+dfsg-10 [20.8 kB]
17:45:44 [2024-02-06T17:45:44.873Z] #23 3.644 Get:11 http://deb.debian.org/debian bookworm/main arm64 libsasl2-2 arm64 2.1.28+dfsg-10 [58.0 kB]
17:45:44 [2024-02-06T17:45:44.873Z] #23 3.645 Get:12 http://deb.debian.org/debian bookworm/main arm64 libldap-2.5-0 arm64 2.5.13+dfsg-5 [171 kB]
17:45:44 [2024-02-06T17:45:44.873Z] #23 3.648 Get:13 http://deb.debian.org/debian bookworm/main arm64 libnghttp2-14 arm64 1.52.0-1+deb12u1 [68.3 kB]
17:45:44 [2024-02-06T17:45:44.873Z] #23 3.651 Get:14 http://deb.debian.org/debian bookworm/main arm64 libpsl5 arm64 0.21.2-1 [58.6 kB]
17:45:44 [2024-02-06T17:45:44.873Z] #23 3.663 Get:15 http://deb.debian.org/debian bookworm/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB]
17:45:44 [2024-02-06T17:45:44.873Z] #23 3.666 Get:16 http://deb.debian.org/debian bookworm/main arm64 libssh2-1 arm64 1.10.0-3+b1 [172 kB]
17:45:44 [2024-02-06T17:45:44.873Z] #23 3.667 Get:17 http://deb.debian.org/debian-security bookworm-security/main arm64 libcurl4 arm64 7.88.1-10+deb12u5 [366 kB]
17:45:44 [2024-02-06T17:45:44.873Z] #23 3.668 Get:18 http://deb.debian.org/debian-security bookworm-security/main arm64 curl arm64 7.88.1-10+deb12u5 [308 kB]
17:45:44 [2024-02-06T17:45:44.873Z] #23 3.674 Get:19 http://deb.debian.org/debian bookworm/main arm64 libonig5 arm64 6.9.8-1 [179 kB]
17:45:44 [2024-02-06T17:45:44.873Z] #23 3.676 Get:20 http://deb.debian.org/debian bookworm/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
17:45:44 [2024-02-06T17:45:44.873Z] #23 3.678 Get:21 http://deb.debian.org/debian bookworm/main arm64 jq arm64 1.6-2.1 [64.5 kB]
17:45:44 [2024-02-06T17:45:44.873Z] #23 3.805 debconf: delaying package configuration, since apt-utils is not installed
17:45:44 [2024-02-06T17:45:44.873Z] #23 3.837 Fetched 5813 kB in 0s (16.3 MB/s)
17:45:44 [2024-02-06T17:45:44.873Z] #23 3.863 Selecting previously unselected package libssl3:arm64.
17:45:44 [2024-02-06T17:45:44.873Z] #23 3.863 (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 ... 6092 files and directories currently installed.)
17:45:44 [2024-02-06T17:45:44.873Z] #23 3.867 Preparing to unpack .../00-libssl3_3.0.11-1~deb12u2_arm64.deb ...
17:45:44 [2024-02-06T17:45:44.873Z] #23 3.874 Unpacking libssl3:arm64 (3.0.11-1~deb12u2) ...
17:45:44 [2024-02-06T17:45:44.873Z] #23 4.020 Selecting previously unselected package openssl.
17:45:44 [2024-02-06T17:45:44.873Z] #23 4.021 Preparing to unpack .../01-openssl_3.0.11-1~deb12u2_arm64.deb ...
17:45:44 [2024-02-06T17:45:44.873Z] #23 4.025 Unpacking openssl (3.0.11-1~deb12u2) ...
17:45:44 [2024-02-06T17:45:44.873Z] #23 4.153 Selecting previously unselected package ca-certificates.
17:45:44 [2024-02-06T17:45:44.873Z] #23 4.154 Preparing to unpack .../02-ca-certificates_20230311_all.deb ...
17:45:44 [2024-02-06T17:45:44.873Z] #23 4.158 Unpacking ca-certificates (20230311) ...
17:45:44 [2024-02-06T17:45:44.873Z] #23 4.277 Selecting previously unselected package libbrotli1:arm64.
17:45:44 [2024-02-06T17:45:44.873Z] #23 4.278 Preparing to unpack .../03-libbrotli1_1.0.9-2+b6_arm64.deb ...
17:45:44 [2024-02-06T17:45:44.873Z] #23 4.281 Unpacking libbrotli1:arm64 (1.0.9-2+b6) ...
17:45:44 [2024-02-06T17:45:44.873Z] #23 4.346 Selecting previously unselected package libkrb5support0:arm64.
17:45:44 [2024-02-06T17:45:44.873Z] #23 4.347 Preparing to unpack .../04-libkrb5support0_1.20.1-2+deb12u1_arm64.deb ...
17:45:44 [2024-02-06T17:45:44.873Z] #23 4.353 Unpacking libkrb5support0:arm64 (1.20.1-2+deb12u1) ...
17:45:44 [2024-02-06T17:45:44.873Z] #23 4.401 Selecting previously unselected package libk5crypto3:arm64.
17:45:44 [2024-02-06T17:45:44.873Z] #23 4.403 Preparing to unpack .../05-libk5crypto3_1.20.1-2+deb12u1_arm64.deb ...
17:45:44 [2024-02-06T17:45:44.873Z] #23 4.408 Unpacking libk5crypto3:arm64 (1.20.1-2+deb12u1) ...
17:45:44 [2024-02-06T17:45:44.873Z] #23 4.459 Selecting previously unselected package libkeyutils1:arm64.
17:45:44 [2024-02-06T17:45:44.873Z] #23 4.460 Preparing to unpack .../06-libkeyutils1_1.6.3-2_arm64.deb ...
17:45:44 [2024-02-06T17:45:44.873Z] #23 4.464 Unpacking libkeyutils1:arm64 (1.6.3-2) ...
17:45:44 [2024-02-06T17:45:44.873Z] #23 4.505 Selecting previously unselected package libkrb5-3:arm64.
17:45:44 [2024-02-06T17:45:44.873Z] #23 4.506 Preparing to unpack .../07-libkrb5-3_1.20.1-2+deb12u1_arm64.deb ...
17:45:44 [2024-02-06T17:45:44.873Z] #23 4.510 Unpacking libkrb5-3:arm64 (1.20.1-2+deb12u1) ...
17:45:44 [2024-02-06T17:45:44.873Z] #23 4.579 Selecting previously unselected package libgssapi-krb5-2:arm64.
17:45:44 [2024-02-06T17:45:44.873Z] #23 4.580 Preparing to unpack .../08-libgssapi-krb5-2_1.20.1-2+deb12u1_arm64.deb ...
17:45:44 [2024-02-06T17:45:44.873Z] #23 4.585 Unpacking libgssapi-krb5-2:arm64 (1.20.1-2+deb12u1) ...
17:45:44 [2024-02-06T17:45:44.873Z] #23 4.628 Selecting previously unselected package libsasl2-modules-db:arm64.
17:45:44 [2024-02-06T17:45:44.873Z] #23 4.629 Preparing to unpack .../09-libsasl2-modules-db_2.1.28+dfsg-10_arm64.deb ...
17:45:44 [2024-02-06T17:45:44.873Z] #23 4.633 Unpacking libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ...
17:45:44 [2024-02-06T17:45:44.873Z] #23 4.685 Selecting previously unselected package libsasl2-2:arm64.
17:45:44 [2024-02-06T17:45:44.873Z] #23 4.686 Preparing to unpack .../10-libsasl2-2_2.1.28+dfsg-10_arm64.deb ...
17:45:44 [2024-02-06T17:45:44.873Z] #23 4.690 Unpacking libsasl2-2:arm64 (2.1.28+dfsg-10) ...
17:45:44 [2024-02-06T17:45:44.873Z] #23 4.733 Selecting previously unselected package libldap-2.5-0:arm64.
17:45:44 [2024-02-06T17:45:44.873Z] #23 4.734 Preparing to unpack .../11-libldap-2.5-0_2.5.13+dfsg-5_arm64.deb ...
17:45:44 [2024-02-06T17:45:44.873Z] #23 4.740 Unpacking libldap-2.5-0:arm64 (2.5.13+dfsg-5) ...
17:45:44 [2024-02-06T17:45:44.873Z] #23 4.870 Selecting previously unselected package libnghttp2-14:arm64.
17:45:44 [2024-02-06T17:45:44.873Z] #23 4.871 Preparing to unpack .../12-libnghttp2-14_1.52.0-1+deb12u1_arm64.deb ...
17:45:44 [2024-02-06T17:45:44.873Z] #23 4.876 Unpacking libnghttp2-14:arm64 (1.52.0-1+deb12u1) ...
17:45:44 [2024-02-06T17:45:44.873Z] #23 4.925 Selecting previously unselected package libpsl5:arm64.
17:45:44 [2024-02-06T17:45:44.873Z] #23 4.926 Preparing to unpack .../13-libpsl5_0.21.2-1_arm64.deb ...
17:45:44 [2024-02-06T17:45:44.873Z] #23 4.930 Unpacking libpsl5:arm64 (0.21.2-1) ...
17:45:44 [2024-02-06T17:45:44.873Z] #23 4.979 Selecting previously unselected package librtmp1:arm64.
17:45:44 [2024-02-06T17:45:44.873Z] #23 4.981 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ...
17:45:44 [2024-02-06T17:45:44.873Z] #23 4.985 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
17:45:44 [2024-02-06T17:45:44.873Z] #23 5.038 Selecting previously unselected package libssh2-1:arm64.
17:45:44 [2024-02-06T17:45:44.873Z] #23 5.039 Preparing to unpack .../15-libssh2-1_1.10.0-3+b1_arm64.deb ...
17:45:44 [2024-02-06T17:45:44.873Z] #23 5.043 Unpacking libssh2-1:arm64 (1.10.0-3+b1) ...
17:45:44 [2024-02-06T17:45:44.873Z] #23 5.099 Selecting previously unselected package libcurl4:arm64.
17:45:44 [2024-02-06T17:45:44.873Z] #23 5.100 Preparing to unpack .../16-libcurl4_7.88.1-10+deb12u5_arm64.deb ...
17:45:44 [2024-02-06T17:45:44.873Z] #23 5.107 Unpacking libcurl4:arm64 (7.88.1-10+deb12u5) ...
17:45:44 [2024-02-06T17:45:44.873Z] #23 5.165 Selecting previously unselected package curl.
17:45:44 [2024-02-06T17:45:44.873Z] #23 5.166 Preparing to unpack .../17-curl_7.88.1-10+deb12u5_arm64.deb ...
17:45:44 [2024-02-06T17:45:44.873Z] #23 5.170 Unpacking curl (7.88.1-10+deb12u5) ...
17:45:44 [2024-02-06T17:45:44.873Z] #23 5.229 Selecting previously unselected package libonig5:arm64.
17:45:44 [2024-02-06T17:45:44.873Z] #23 5.231 Preparing to unpack .../18-libonig5_6.9.8-1_arm64.deb ...
17:45:44 [2024-02-06T17:45:44.873Z] #23 5.236 Unpacking libonig5:arm64 (6.9.8-1) ...
17:45:44 [2024-02-06T17:45:44.873Z] #23 5.292 Selecting previously unselected package libjq1:arm64.
17:45:44 [2024-02-06T17:45:44.873Z] #23 5.293 Preparing to unpack .../19-libjq1_1.6-2.1_arm64.deb ...
17:45:44 [2024-02-06T17:45:44.873Z] #23 5.297 Unpacking libjq1:arm64 (1.6-2.1) ...
17:45:44 [2024-02-06T17:45:44.873Z] #23 5.335 Selecting previously unselected package jq.
17:45:44 [2024-02-06T17:45:44.873Z] #23 5.336 Preparing to unpack .../20-jq_1.6-2.1_arm64.deb ...
17:45:44 [2024-02-06T17:45:44.873Z] #23 5.339 Unpacking jq (1.6-2.1) ...
17:45:44 [2024-02-06T17:45:44.873Z] #23 5.391 Setting up libkeyutils1:arm64 (1.6.3-2) ...
17:45:44 [2024-02-06T17:45:44.873Z] #23 5.415 Setting up libpsl5:arm64 (0.21.2-1) ...
17:45:44 [2024-02-06T17:45:44.873Z] #23 5.428 Setting up libbrotli1:arm64 (1.0.9-2+b6) ...
17:45:44 [2024-02-06T17:45:44.874Z] #23 5.448 Setting up libssl3:arm64 (3.0.11-1~deb12u2) ...
17:45:44 [2024-02-06T17:45:44.874Z] #23 5.460 Setting up libnghttp2-14:arm64 (1.52.0-1+deb12u1) ...
17:45:44 [2024-02-06T17:45:44.874Z] #23 5.472 Setting up libkrb5support0:arm64 (1.20.1-2+deb12u1) ...
17:45:44 [2024-02-06T17:45:44.874Z] #23 5.492 Setting up libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ...
17:45:44 [2024-02-06T17:45:44.874Z] #23 5.507 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
17:45:44 [2024-02-06T17:45:44.874Z] #23 5.521 Setting up libk5crypto3:arm64 (1.20.1-2+deb12u1) ...
17:45:44 [2024-02-06T17:45:44.874Z] #23 5.534 Setting up libsasl2-2:arm64 (2.1.28+dfsg-10) ...
17:45:44 [2024-02-06T17:45:44.874Z] #23 5.552 Setting up libssh2-1:arm64 (1.10.0-3+b1) ...
17:45:44 [2024-02-06T17:45:44.874Z] #23 5.567 Setting up libkrb5-3:arm64 (1.20.1-2+deb12u1) ...
17:45:44 [2024-02-06T17:45:44.874Z] #23 5.585 Setting up openssl (3.0.11-1~deb12u2) ...
17:45:44 [2024-02-06T17:45:44.874Z] #23 5.605 Setting up libonig5:arm64 (6.9.8-1) ...
17:45:44 [2024-02-06T17:45:44.874Z] #23 5.617 Setting up libjq1:arm64 (1.6-2.1) ...
17:45:44 [2024-02-06T17:45:44.874Z] #23 5.634 Setting up libldap-2.5-0:arm64 (2.5.13+dfsg-5) ...
17:45:44 [2024-02-06T17:45:44.874Z] #23 5.650 Setting up ca-certificates (20230311) ...
17:45:44 [2024-02-06T17:45:44.874Z] #23 5.730 debconf: unable to initialize frontend: Dialog
17:45:44 [2024-02-06T17:45:44.874Z] #23 5.730 debconf: (TERM is not set, so the dialog frontend is not usable.)
17:45:44 [2024-02-06T17:45:44.874Z] #23 5.730 debconf: falling back to frontend: Readline
17:45:44 [2024-02-06T17:45:44.874Z] #23 5.731 debconf: unable to initialize frontend: Readline
17:45:44 [2024-02-06T17:45:44.874Z] #23 5.731 debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/aarch64-linux-gnu/perl/5.36.0 /usr/local/share/perl/5.36.0 /usr/lib/aarch64-linux-gnu/perl5/5.36 /usr/share/perl5 /usr/lib/aarch64-linux-gnu/perl-base /usr/lib/aarch64-linux-gnu/perl/5.36 /usr/share/perl/5.36 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)
17:45:44 [2024-02-06T17:45:44.874Z] #23 5.731 debconf: falling back to frontend: Teletype
17:45:44 [2024-02-06T17:45:44.874Z] #23 6.168 Updating certificates in /etc/ssl/certs...
17:45:44 [2024-02-06T17:45:44.874Z] #23 6.810 140 added, 0 removed; done.
17:45:44 [2024-02-06T17:45:44.874Z] #23 6.851 Setting up libgssapi-krb5-2:arm64 (1.20.1-2+deb12u1) ...
17:45:44 [2024-02-06T17:45:44.874Z] #23 6.865 Setting up jq (1.6-2.1) ...
17:45:44 [2024-02-06T17:45:44.874Z] #23 6.878 Setting up libcurl4:arm64 (7.88.1-10+deb12u5) ...
17:45:44 [2024-02-06T17:45:44.874Z] #23 6.895 Setting up curl (7.88.1-10+deb12u5) ...
17:45:44 [2024-02-06T17:45:44.874Z] #23 6.907 Processing triggers for libc-bin (2.36-9+deb12u4) ...
17:45:44 [2024-02-06T17:45:44.874Z] #23 6.930 Processing triggers for ca-certificates (20230311) ...
17:45:44 [2024-02-06T17:45:44.874Z] #23 6.938 Updating certificates in /etc/ssl/certs...
17:45:45 [2024-02-06T17:45:45.432Z] #23 ...
17:45:45 [2024-02-06T17:45:45.432Z] 
17:45:45 [2024-02-06T17:45:45.432Z] #18 [base 1/4] FROM docker.io/library/golang:1.21.6-bookworm@sha256:3efef61ff1d99c8a90845100e2a7e934b4a5d11b639075dc605ff53c141044fc
17:45:45 [2024-02-06T17:45:45.432Z] #18 extracting sha256:d7276b11ada40cb47372f79c1c868e56150546b15f0e734647b4337afadc366a 3.4s done
17:45:45 [2024-02-06T17:45:45.432Z] #18 extracting sha256:19aeecab7f9bea6add3e567ff84eaa87f1f2da1e747d3b02674e0677be5c7c35 done
17:45:45 [2024-02-06T17:45:45.432Z] #18 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done
17:45:45 [2024-02-06T17:45:45.432Z] #18 DONE 10.4s
17:45:45 [2024-02-06T17:45:45.432Z] 
17:45:45 [2024-02-06T17:45:45.432Z] #23 [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
17:45:45 [2024-02-06T17:45:45.432Z] #23 7.415 0 added, 0 removed; done.
17:45:45 [2024-02-06T17:45:45.432Z] #23 7.415 Running hooks in /etc/ca-certificates/update.d...
17:45:45 [2024-02-06T17:45:45.432Z] #23 7.416 done.
17:45:45 [2024-02-06T17:45:45.432Z] #23 ...
17:45:45 [2024-02-06T17:45:45.432Z] 
17:45:45 [2024-02-06T17:45:45.432Z] #24 [base 2/4] COPY --from=xx / /
17:45:47 [2024-02-06T17:45:47.312Z] #24 ...
17:45:47 [2024-02-06T17:45:47.312Z] 
17:45:47 [2024-02-06T17:45:47.312Z] #23 [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
17:45:47 [2024-02-06T17:45:47.312Z] #23 DONE 9.6s
17:45:47 [2024-02-06T17:45:47.566Z] 
17:45:47 [2024-02-06T17:45:47.566Z] #24 [base 2/4] COPY --from=xx / /
17:45:47 [2024-02-06T17:45:47.566Z] #24 DONE 2.1s
17:45:47 [2024-02-06T17:45:47.566Z] 
17:45:47 [2024-02-06T17:45:47.566Z] #25 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
17:45:47 [2024-02-06T17:45:47.566Z] #25 DONE 0.1s
17:45:47 [2024-02-06T17:45:47.566Z] 
17:45:47 [2024-02-06T17:45:47.566Z] #26 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bookworm-slim@sha256:2bc5c236e9b262645a323e9088dfa3bb1ecb16cc75811daf40a23a824d665be9         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
17:45:47 [2024-02-06T17:45:47.820Z] #26 ...
17:45:47 [2024-02-06T17:45:47.820Z] 
17:45:47 [2024-02-06T17:45:47.820Z] #27 [base 3/4] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
17:45:47 [2024-02-06T17:45:47.820Z] #27 DONE 0.5s
17:45:48 [2024-02-06T17:45:48.074Z] 
17:45:48 [2024-02-06T17:45:48.074Z] #28 [base 4/4] RUN apt-get update && apt-get install --no-install-recommends -y file
17:45:48 [2024-02-06T17:45:48.328Z] #28 0.485 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
17:45:48 [2024-02-06T17:45:48.582Z] #28 0.497 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
17:45:48 [2024-02-06T17:45:48.582Z] #28 0.498 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
17:45:48 [2024-02-06T17:45:48.582Z] #28 0.580 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
17:45:48 [2024-02-06T17:45:48.582Z] #28 0.651 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB]
17:45:48 [2024-02-06T17:45:48.836Z] #28 0.720 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [134 kB]
17:45:49 [2024-02-06T17:45:49.759Z] #28 1.599 Fetched 9083 kB in 1s (6616 kB/s)
17:45:50 [2024-02-06T17:45:50.013Z] #28 1.599 Reading package lists...
17:45:50 [2024-02-06T17:45:50.825Z] #28 2.187 Reading package lists...
17:45:50 [2024-02-06T17:45:50.825Z] #28 2.771 Building dependency tree...
17:45:51 [2024-02-06T17:45:51.079Z] #28 2.929 Reading state information...
17:45:51 [2024-02-06T17:45:51.333Z] #28 3.131 The following additional packages will be installed:
17:45:51 [2024-02-06T17:45:51.333Z] #28 3.132   libmagic-mgc libmagic1
17:45:51 [2024-02-06T17:45:51.333Z] #28 3.161 The following NEW packages will be installed:
17:45:51 [2024-02-06T17:45:51.333Z] #28 3.162   file libmagic-mgc libmagic1
17:45:51 [2024-02-06T17:45:51.333Z] #28 3.436 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
17:45:51 [2024-02-06T17:45:51.333Z] #28 3.436 Need to get 446 kB of archives.
17:45:51 [2024-02-06T17:45:51.333Z] #28 3.436 After this operation, 8709 kB of additional disk space will be used.
17:45:51 [2024-02-06T17:45:51.333Z] #28 3.436 Get:1 http://deb.debian.org/debian bookworm/main arm64 libmagic-mgc arm64 1:5.44-3 [305 kB]
17:45:51 [2024-02-06T17:45:51.587Z] #28 3.447 Get:2 http://deb.debian.org/debian bookworm/main arm64 libmagic1 arm64 1:5.44-3 [98.5 kB]
17:45:51 [2024-02-06T17:45:51.587Z] #28 3.462 Get:3 http://deb.debian.org/debian bookworm/main arm64 file arm64 1:5.44-3 [42.5 kB]
17:45:51 [2024-02-06T17:45:51.587Z] #28 3.597 debconf: delaying package configuration, since apt-utils is not installed
17:45:51 [2024-02-06T17:45:51.587Z] #28 3.637 Fetched 446 kB in 0s (1525 kB/s)
17:45:51 [2024-02-06T17:45:51.587Z] #28 3.656 Selecting previously unselected package libmagic-mgc.
17:45:51 [2024-02-06T17:45:51.587Z] #28 3.656 (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 ... 15633 files and directories currently installed.)
17:45:51 [2024-02-06T17:45:51.587Z] #28 3.665 Preparing to unpack .../libmagic-mgc_1%3a5.44-3_arm64.deb ...
17:45:51 [2024-02-06T17:45:51.587Z] #28 3.670 Unpacking libmagic-mgc (1:5.44-3) ...
17:45:51 [2024-02-06T17:45:51.587Z] #28 3.744 Selecting previously unselected package libmagic1:arm64.
17:45:51 [2024-02-06T17:45:51.842Z] #28 3.746 Preparing to unpack .../libmagic1_1%3a5.44-3_arm64.deb ...
17:45:51 [2024-02-06T17:45:51.842Z] #28 3.754 Unpacking libmagic1:arm64 (1:5.44-3) ...
17:45:51 [2024-02-06T17:45:51.842Z] #28 3.792 Selecting previously unselected package file.
17:45:51 [2024-02-06T17:45:51.842Z] #28 3.794 Preparing to unpack .../file_1%3a5.44-3_arm64.deb ...
17:45:51 [2024-02-06T17:45:51.842Z] #28 3.797 Unpacking file (1:5.44-3) ...
17:45:51 [2024-02-06T17:45:51.842Z] #28 3.837 Setting up libmagic-mgc (1:5.44-3) ...
17:45:51 [2024-02-06T17:45:51.842Z] #28 3.849 Setting up libmagic1:arm64 (1:5.44-3) ...
17:45:51 [2024-02-06T17:45:51.842Z] #28 3.866 Setting up file (1:5.44-3) ...
17:45:51 [2024-02-06T17:45:51.842Z] #28 3.877 Processing triggers for libc-bin (2.36-9+deb12u4) ...
17:45:51 [2024-02-06T17:45:51.842Z] #28 DONE 4.0s
17:45:51 [2024-02-06T17:45:51.842Z] 
17:45:51 [2024-02-06T17:45:51.842Z] #26 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bookworm-slim@sha256:2bc5c236e9b262645a323e9088dfa3bb1ecb16cc75811daf40a23a824d665be9         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
17:45:51 [2024-02-06T17:45:51.842Z] #26 2.450 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
17:45:51 [2024-02-06T17:45:51.842Z] #26 3.035 #=#=#                                                                         
17:45:51 [2024-02-06T17:45:51.842Z] #26 3.306 #=#=#                                                                         

#########################################                                 57.6%
######################################################################## 100.0%
17:45:51 [2024-02-06T17:45:51.842Z] #26 3.563 
17:45:52 [2024-02-06T17:45:52.096Z] #26 ...
17:45:52 [2024-02-06T17:45:52.096Z] 
17:45:52 [2024-02-06T17:45:52.096Z] #29 [rootlesskit-build 1/5] WORKDIR /go/src/github.com/rootless-containers/rootlesskit
17:45:52 [2024-02-06T17:45:52.096Z] #29 DONE 0.1s
17:45:52 [2024-02-06T17:45:52.096Z] 
17:45:52 [2024-02-06T17:45:52.096Z] #30 [runc-build 1/3] WORKDIR /go/src/github.com/opencontainers/runc
17:45:52 [2024-02-06T17:45:52.096Z] #30 DONE 0.2s
17:45:52 [2024-02-06T17:45:52.096Z] 
17:45:52 [2024-02-06T17:45:52.096Z] #31 [containerd-src 1/3] WORKDIR /usr/src/containerd
17:45:52 [2024-02-06T17:45:52.096Z] #31 DONE 0.2s
17:45:52 [2024-02-06T17:45:52.096Z] 
17:45:52 [2024-02-06T17:45:52.096Z] #32 [rootlesskit-src 1/3] WORKDIR /usr/src/rootlesskit
17:45:52 [2024-02-06T17:45:52.096Z] #32 DONE 0.2s
17:45:52 [2024-02-06T17:45:52.096Z] 
17:45:52 [2024-02-06T17:45:52.096Z] #33 [runc-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-runc-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-runc-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             dpkg-dev             gcc             libc6-dev             libseccomp-dev             pkg-config
17:45:52 [2024-02-06T17:45:52.352Z] #33 ...
17:45:52 [2024-02-06T17:45:52.352Z] 
17:45:52 [2024-02-06T17:45:52.352Z] #34 [swagger-src 1/3] WORKDIR /usr/src/swagger
17:45:52 [2024-02-06T17:45:52.352Z] #34 DONE 0.2s
17:45:52 [2024-02-06T17:45:52.352Z] 
17:45:52 [2024-02-06T17:45:52.352Z] #35 [dockercli-integration 1/2] WORKDIR /go/src/github.com/docker/cli
17:45:52 [2024-02-06T17:45:52.352Z] #35 DONE 0.2s
17:45:52 [2024-02-06T17:45:52.352Z] 
17:45:52 [2024-02-06T17:45:52.352Z] #36 [containerd-build 1/3] WORKDIR /go/src/github.com/containerd/containerd
17:45:52 [2024-02-06T17:45:52.352Z] #36 DONE 0.2s
17:45:52 [2024-02-06T17:45:52.352Z] 
17:45:52 [2024-02-06T17:45:52.352Z] #37 [runc-src 1/3] WORKDIR /usr/src/runc
17:45:52 [2024-02-06T17:45:52.352Z] #37 DONE 0.3s
17:45:52 [2024-02-06T17:45:52.352Z] 
17:45:52 [2024-02-06T17:45:52.352Z] #38 [delve-src 1/3] WORKDIR /usr/src/delve
17:45:52 [2024-02-06T17:45:52.352Z] #38 DONE 0.3s
17:45:52 [2024-02-06T17:45:52.352Z] 
17:45:52 [2024-02-06T17:45:52.352Z] #39 [tini-src 1/3] WORKDIR /usr/src/tini
17:45:52 [2024-02-06T17:45:52.352Z] #39 DONE 0.4s
17:45:52 [2024-02-06T17:45:52.352Z] 
17:45:52 [2024-02-06T17:45:52.352Z] #40 [registry-src 1/2] WORKDIR /usr/src/registry
17:45:52 [2024-02-06T17:45:52.352Z] #40 DONE 0.4s
17:45:52 [2024-02-06T17:45:52.352Z] 
17:45:52 [2024-02-06T17:45:52.352Z] #41 [tini-src 2/3] RUN git init . && git remote add origin "https://github.com/krallin/tini.git"
17:45:52 [2024-02-06T17:45:52.606Z] #41 ...
17:45:52 [2024-02-06T17:45:52.606Z] 
17:45:52 [2024-02-06T17:45:52.606Z] #42 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
17:45:52 [2024-02-06T17:45:52.606Z] #42 DONE 0.4s
17:45:52 [2024-02-06T17:45:52.606Z] 
17:45:52 [2024-02-06T17:45:52.606Z] #43 [tini-build 1/4] WORKDIR /go/src/github.com/krallin/tini
17:45:52 [2024-02-06T17:45:52.606Z] #43 DONE 0.4s
17:45:52 [2024-02-06T17:45:52.606Z] 
17:45:52 [2024-02-06T17:45:52.606Z] #44 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
17:45:52 [2024-02-06T17:45:52.606Z] #44 DONE 0.4s
17:45:52 [2024-02-06T17:45:52.606Z] 
17:45:52 [2024-02-06T17:45:52.606Z] #45 [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
17:45:53 [2024-02-06T17:45:53.168Z] #45 ...
17:45:53 [2024-02-06T17:45:53.169Z] 
17:45:53 [2024-02-06T17:45:53.169Z] #46 [rootlesskit-src 2/3] RUN git init . && git remote add origin "https://github.com/rootless-containers/rootlesskit.git"
17:45:53 [2024-02-06T17:45:53.169Z] #46 0.835 hint: Using 'master' as the name for the initial branch. This default branch name
17:45:53 [2024-02-06T17:45:53.169Z] #46 0.835 hint: is subject to change. To configure the initial branch name to use in all
17:45:53 [2024-02-06T17:45:53.169Z] #46 0.835 hint: of your new repositories, which will suppress this warning, call:
17:45:53 [2024-02-06T17:45:53.169Z] #46 0.835 hint: 
17:45:53 [2024-02-06T17:45:53.169Z] #46 0.835 hint: 	git config --global init.defaultBranch <name>
17:45:53 [2024-02-06T17:45:53.169Z] #46 0.835 hint: 
17:45:53 [2024-02-06T17:45:53.169Z] #46 0.835 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
17:45:53 [2024-02-06T17:45:53.169Z] #46 0.835 hint: 'development'. The just-created branch can be renamed via this command:
17:45:53 [2024-02-06T17:45:53.169Z] #46 0.835 hint: 
17:45:53 [2024-02-06T17:45:53.169Z] #46 0.835 hint: 	git branch -m <name>
17:45:53 [2024-02-06T17:45:53.169Z] #46 0.847 Initialized empty Git repository in /usr/src/rootlesskit/.git/
17:45:53 [2024-02-06T17:45:53.169Z] #46 DONE 1.0s
17:45:53 [2024-02-06T17:45:53.169Z] 
17:45:53 [2024-02-06T17:45:53.169Z] #47 [swagger-src 2/3] RUN git init . && git remote add origin "https://github.com/kolyshkin/go-swagger.git"
17:45:53 [2024-02-06T17:45:53.169Z] #47 0.945 hint: Using 'master' as the name for the initial branch. This default branch name
17:45:53 [2024-02-06T17:45:53.169Z] #47 0.945 hint: is subject to change. To configure the initial branch name to use in all
17:45:53 [2024-02-06T17:45:53.169Z] #47 0.945 hint: of your new repositories, which will suppress this warning, call:
17:45:53 [2024-02-06T17:45:53.169Z] #47 0.945 hint: 
17:45:53 [2024-02-06T17:45:53.169Z] #47 0.945 hint: 	git config --global init.defaultBranch <name>
17:45:53 [2024-02-06T17:45:53.169Z] #47 0.945 hint: 
17:45:53 [2024-02-06T17:45:53.169Z] #47 0.945 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
17:45:53 [2024-02-06T17:45:53.169Z] #47 0.945 hint: 'development'. The just-created branch can be renamed via this command:
17:45:53 [2024-02-06T17:45:53.169Z] #47 0.945 hint: 
17:45:53 [2024-02-06T17:45:53.169Z] #47 0.945 hint: 	git branch -m <name>
17:45:53 [2024-02-06T17:45:53.169Z] #47 0.948 Initialized empty Git repository in /usr/src/swagger/.git/
17:45:53 [2024-02-06T17:45:53.169Z] #47 DONE 1.1s
17:45:53 [2024-02-06T17:45:53.423Z] 
17:45:53 [2024-02-06T17:45:53.423Z] #48 [containerd-src 2/3] RUN git init . && git remote add origin "https://github.com/containerd/containerd.git"
17:45:53 [2024-02-06T17:45:53.423Z] #48 0.984 Initialized empty Git repository in /usr/src/containerd/.git/
17:45:53 [2024-02-06T17:45:53.423Z] #48 0.984 hint: Using 'master' as the name for the initial branch. This default branch name
17:45:53 [2024-02-06T17:45:53.423Z] #48 0.984 hint: is subject to change. To configure the initial branch name to use in all
17:45:53 [2024-02-06T17:45:53.423Z] #48 0.984 hint: of your new repositories, which will suppress this warning, call:
17:45:53 [2024-02-06T17:45:53.423Z] #48 0.984 hint: 
17:45:53 [2024-02-06T17:45:53.423Z] #48 0.984 hint: 	git config --global init.defaultBranch <name>
17:45:53 [2024-02-06T17:45:53.423Z] #48 0.984 hint: 
17:45:53 [2024-02-06T17:45:53.423Z] #48 0.984 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
17:45:53 [2024-02-06T17:45:53.423Z] #48 0.984 hint: 'development'. The just-created branch can be renamed via this command:
17:45:53 [2024-02-06T17:45:53.423Z] #48 0.984 hint: 
17:45:53 [2024-02-06T17:45:53.423Z] #48 0.984 hint: 	git branch -m <name>
17:45:53 [2024-02-06T17:45:53.423Z] #48 DONE 1.1s
17:45:53 [2024-02-06T17:45:53.423Z] 
17:45:53 [2024-02-06T17:45:53.423Z] #41 [tini-src 2/3] RUN git init . && git remote add origin "https://github.com/krallin/tini.git"
17:45:53 [2024-02-06T17:45:53.423Z] #41 1.052 Initialized empty Git repository in /usr/src/tini/.git/
17:45:53 [2024-02-06T17:45:53.423Z] #41 1.052 hint: Using 'master' as the name for the initial branch. This default branch name
17:45:53 [2024-02-06T17:45:53.423Z] #41 1.052 hint: is subject to change. To configure the initial branch name to use in all
17:45:53 [2024-02-06T17:45:53.423Z] #41 1.052 hint: of your new repositories, which will suppress this warning, call:
17:45:53 [2024-02-06T17:45:53.423Z] #41 1.052 hint: 
17:45:53 [2024-02-06T17:45:53.423Z] #41 1.052 hint: 	git config --global init.defaultBranch <name>
17:45:53 [2024-02-06T17:45:53.423Z] #41 1.052 hint: 
17:45:53 [2024-02-06T17:45:53.423Z] #41 1.052 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
17:45:53 [2024-02-06T17:45:53.423Z] #41 1.052 hint: 'development'. The just-created branch can be renamed via this command:
17:45:53 [2024-02-06T17:45:53.423Z] #41 1.052 hint: 
17:45:53 [2024-02-06T17:45:53.423Z] #41 1.052 hint: 	git branch -m <name>
17:45:53 [2024-02-06T17:45:53.678Z] #41 DONE 1.2s
17:45:53 [2024-02-06T17:45:53.678Z] 
17:45:53 [2024-02-06T17:45:53.678Z] #49 [tini-src 3/3] RUN git fetch -q --depth 1 origin "v0.19.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
17:45:53 [2024-02-06T17:45:53.937Z] #49 ...
17:45:53 [2024-02-06T17:45:53.937Z] 
17:45:53 [2024-02-06T17:45:53.937Z] #50 [delve-src 2/3] RUN git init . && git remote add origin "https://github.com/go-delve/delve.git"
17:45:53 [2024-02-06T17:45:53.937Z] #50 1.575 hint: Using 'master' as the name for the initial branch. This default branch name
17:45:53 [2024-02-06T17:45:53.937Z] #50 1.575 hint: is subject to change. To configure the initial branch name to use in all
17:45:53 [2024-02-06T17:45:53.937Z] #50 1.575 hint: of your new repositories, which will suppress this warning, call:
17:45:53 [2024-02-06T17:45:53.937Z] #50 1.575 hint: 
17:45:53 [2024-02-06T17:45:53.937Z] #50 1.575 hint: 	git config --global init.defaultBranch <name>
17:45:53 [2024-02-06T17:45:53.937Z] #50 1.575 hint: 
17:45:53 [2024-02-06T17:45:53.937Z] #50 1.575 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
17:45:53 [2024-02-06T17:45:53.937Z] #50 1.575 hint: 'development'. The just-created branch can be renamed via this command:
17:45:53 [2024-02-06T17:45:53.937Z] #50 1.575 hint: 
17:45:53 [2024-02-06T17:45:53.937Z] #50 1.575 hint: 	git branch -m <name>
17:45:53 [2024-02-06T17:45:53.937Z] #50 1.578 Initialized empty Git repository in /usr/src/delve/.git/
17:45:53 [2024-02-06T17:45:53.937Z] #50 DONE 1.7s
17:45:54 [2024-02-06T17:45:54.192Z] 
17:45:54 [2024-02-06T17:45:54.192Z] #51 [runc-src 2/3] RUN git init . && git remote add origin "https://github.com/opencontainers/runc.git"
17:45:54 [2024-02-06T17:45:54.192Z] #51 1.646 hint: Using 'master' as the name for the initial branch. This default branch name
17:45:54 [2024-02-06T17:45:54.192Z] #51 1.646 hint: is subject to change. To configure the initial branch name to use in all
17:45:54 [2024-02-06T17:45:54.192Z] #51 1.646 hint: of your new repositories, which will suppress this warning, call:
17:45:54 [2024-02-06T17:45:54.192Z] #51 1.646 hint: 
17:45:54 [2024-02-06T17:45:54.192Z] #51 1.646 hint: 	git config --global init.defaultBranch <name>
17:45:54 [2024-02-06T17:45:54.192Z] #51 1.646 hint: 
17:45:54 [2024-02-06T17:45:54.192Z] #51 1.646 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
17:45:54 [2024-02-06T17:45:54.192Z] #51 1.646 hint: 'development'. The just-created branch can be renamed via this command:
17:45:54 [2024-02-06T17:45:54.192Z] #51 1.646 hint: 
17:45:54 [2024-02-06T17:45:54.192Z] #51 1.646 hint: 	git branch -m <name>
17:45:54 [2024-02-06T17:45:54.192Z] #51 1.654 Initialized empty Git repository in /usr/src/runc/.git/
17:45:54 [2024-02-06T17:45:54.192Z] #51 DONE 1.7s
17:45:54 [2024-02-06T17:45:54.192Z] 
17:45:54 [2024-02-06T17:45:54.192Z] #52 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.12" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
17:45:54 [2024-02-06T17:45:54.192Z] #52 ...
17:45:54 [2024-02-06T17:45:54.192Z] 
17:45:54 [2024-02-06T17:45:54.192Z] #53 [registry-src 2/2] RUN git init . && git remote add origin "https://github.com/distribution/distribution.git"
17:45:54 [2024-02-06T17:45:54.192Z] #53 1.742 hint: Using 'master' as the name for the initial branch. This default branch name
17:45:54 [2024-02-06T17:45:54.192Z] #53 1.742 hint: is subject to change. To configure the initial branch name to use in all
17:45:54 [2024-02-06T17:45:54.192Z] #53 1.742 hint: of your new repositories, which will suppress this warning, call:
17:45:54 [2024-02-06T17:45:54.192Z] #53 1.742 hint: 
17:45:54 [2024-02-06T17:45:54.192Z] #53 1.742 hint: 	git config --global init.defaultBranch <name>
17:45:54 [2024-02-06T17:45:54.192Z] #53 1.742 hint: 
17:45:54 [2024-02-06T17:45:54.192Z] #53 1.742 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
17:45:54 [2024-02-06T17:45:54.192Z] #53 1.742 hint: 'development'. The just-created branch can be renamed via this command:
17:45:54 [2024-02-06T17:45:54.192Z] #53 1.742 hint: 
17:45:54 [2024-02-06T17:45:54.192Z] #53 1.742 hint: 	git branch -m <name>
17:45:54 [2024-02-06T17:45:54.192Z] #53 1.743 Initialized empty Git repository in /usr/src/registry/.git/
17:45:54 [2024-02-06T17:45:54.192Z] #53 DONE 1.8s
17:45:54 [2024-02-06T17:45:54.447Z] 
17:45:54 [2024-02-06T17:45:54.447Z] #54 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw     --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src <<EOT (set -ex...)
17:45:56 [2024-02-06T17:45:56.331Z] #54 1.727 + export GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
17:45:56 [2024-02-06T17:45:56.331Z] #54 1.727 + mkdir /build
17:45:56 [2024-02-06T17:45:56.331Z] #54 DONE 2.0s
17:45:56 [2024-02-06T17:45:56.331Z] 
17:45:56 [2024-02-06T17:45:56.331Z] #33 [runc-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-runc-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-runc-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             dpkg-dev             gcc             libc6-dev             libseccomp-dev             pkg-config
17:45:56 [2024-02-06T17:45:56.331Z] #33 2.996 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
17:45:56 [2024-02-06T17:45:56.331Z] #33 3.013 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
17:45:56 [2024-02-06T17:45:56.331Z] #33 3.016 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
17:45:56 [2024-02-06T17:45:56.331Z] #33 3.268 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
17:45:56 [2024-02-06T17:45:56.331Z] #33 3.650 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB]
17:45:56 [2024-02-06T17:45:56.331Z] #33 3.971 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [134 kB]
17:45:56 [2024-02-06T17:45:56.331Z] #33 ...
17:45:56 [2024-02-06T17:45:56.331Z] 
17:45:56 [2024-02-06T17:45:56.331Z] #49 [tini-src 3/3] RUN git fetch -q --depth 1 origin "v0.19.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
17:45:56 [2024-02-06T17:45:56.331Z] #49 DONE 2.7s
17:45:56 [2024-02-06T17:45:56.585Z] 
17:45:56 [2024-02-06T17:45:56.585Z] #45 [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
17:45:56 [2024-02-06T17:45:56.585Z] #45 2.712 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
17:45:56 [2024-02-06T17:45:56.585Z] #45 2.745 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
17:45:56 [2024-02-06T17:45:56.585Z] #45 2.745 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
17:45:56 [2024-02-06T17:45:56.585Z] #45 3.006 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
17:45:56 [2024-02-06T17:45:56.585Z] #45 3.327 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB]
17:45:56 [2024-02-06T17:45:56.585Z] #45 3.681 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [134 kB]
17:45:56 [2024-02-06T17:45:56.840Z] #45 ...
17:45:56 [2024-02-06T17:45:56.840Z] 
17:45:56 [2024-02-06T17:45:56.840Z] #55 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v2.0.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
17:45:56 [2024-02-06T17:45:56.840Z] #55 DONE 3.6s
17:45:56 [2024-02-06T17:45:56.840Z] 
17:45:56 [2024-02-06T17:45:56.840Z] #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             ;
17:45:56 [2024-02-06T17:45:56.840Z] #56 1.133 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
17:45:56 [2024-02-06T17:45:56.840Z] #56 1.160 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
17:45:56 [2024-02-06T17:45:56.840Z] #56 1.160 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
17:45:56 [2024-02-06T17:45:56.840Z] #56 1.332 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
17:45:56 [2024-02-06T17:45:56.840Z] #56 1.562 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB]
17:45:56 [2024-02-06T17:45:56.840Z] #56 1.571 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [134 kB]
17:45:56 [2024-02-06T17:45:56.840Z] #56 2.641 Fetched 9083 kB in 2s (5161 kB/s)
17:45:56 [2024-02-06T17:45:56.840Z] #56 2.641 Reading package lists...
17:45:56 [2024-02-06T17:45:56.840Z] #56 3.599 Reading package lists...
17:45:57 [2024-02-06T17:45:57.094Z] #56 4.619 Building dependency tree...
17:45:57 [2024-02-06T17:45:57.094Z] #56 5.098 Reading state information...
17:45:57 [2024-02-06T17:45:57.349Z] #56 5.429 python3 is already the newest version (3.11.2-1+b1).
17:45:57 [2024-02-06T17:45:57.349Z] #56 5.429 The following additional packages will be installed:
17:45:57 [2024-02-06T17:45:57.603Z] #56 5.431   autotools-dev bzip2 dpkg-dev libdpkg-perl libprotobuf-c1 libyajl2 m4 patch
17:45:57 [2024-02-06T17:45:57.603Z] #56 5.432   xz-utils
17:45:57 [2024-02-06T17:45:57.603Z] #56 5.434 Suggested packages:
17:45:57 [2024-02-06T17:45:57.603Z] #56 5.434   autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring
17:45:57 [2024-02-06T17:45:57.603Z] #56 5.434   manpages-dev bzr seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk
17:45:57 [2024-02-06T17:45:57.603Z] #56 5.434   m4-doc ed diffutils-doc
17:45:57 [2024-02-06T17:45:57.603Z] #56 5.434 Recommended packages:
17:45:57 [2024-02-06T17:45:57.603Z] #56 5.434   fakeroot libalgorithm-merge-perl libfile-fcntllock-perl
17:45:57 [2024-02-06T17:45:57.603Z] #56 5.434   liblocale-gettext-perl libltdl-dev
17:45:57 [2024-02-06T17:45:57.603Z] #56 5.628 The following NEW packages will be installed:
17:45:57 [2024-02-06T17:45:57.604Z] #56 5.629   autoconf automake autotools-dev build-essential bzip2 dpkg-dev libcap-dev
17:45:57 [2024-02-06T17:45:57.604Z] #56 5.630   libdpkg-perl libprotobuf-c-dev libprotobuf-c1 libseccomp-dev libsystemd-dev
17:45:57 [2024-02-06T17:45:57.604Z] #56 5.630   libtool libudev-dev libyajl-dev libyajl2 m4 patch xz-utils
17:45:57 [2024-02-06T17:45:57.858Z] #56 ...
17:45:57 [2024-02-06T17:45:57.858Z] 
17:45:57 [2024-02-06T17:45:57.858Z] #57 [swagger-src 3/3] RUN git fetch -q --depth 1 origin "c56166c036004ba7a3a321e5951ba472b9ae298c" && git checkout -q FETCH_HEAD
17:45:57 [2024-02-06T17:45:57.858Z] #57 DONE 4.5s
17:45:57 [2024-02-06T17:45:57.858Z] 
17:45:57 [2024-02-06T17:45:57.858Z] #26 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bookworm-slim@sha256:2bc5c236e9b262645a323e9088dfa3bb1ecb16cc75811daf40a23a824d665be9         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
17:45:57 [2024-02-06T17:45:57.858Z] #26 5.707 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
17:45:57 [2024-02-06T17:45:57.858Z] #26 6.442 #=#=#                                                                         
17:45:57 [2024-02-06T17:45:57.858Z] #26 6.777 #=#=#                                                                         

#                                                                          1.6%
######################################################################## 100.0%
17:45:57 [2024-02-06T17:45:57.858Z] #26 7.165 
17:45:58 [2024-02-06T17:45:58.418Z] #26 10.69 Downloading 'library/debian:bookworm-slim@sha256:2bc5c236e9b262645a323e9088dfa3bb1ecb16cc75811daf40a23a824d665be9' (1 layers)...
17:45:58 [2024-02-06T17:45:58.418Z] #26 ...
17:45:58 [2024-02-06T17:45:58.418Z] 
17:45:58 [2024-02-06T17:45:58.418Z] #33 [runc-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-runc-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-runc-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             dpkg-dev             gcc             libc6-dev             libseccomp-dev             pkg-config
17:45:58 [2024-02-06T17:45:58.418Z] #33 6.124 Fetched 9083 kB in 4s (2073 kB/s)
17:45:58 [2024-02-06T17:45:58.418Z] #33 6.124 Reading package lists...
17:45:58 [2024-02-06T17:45:58.418Z] #33 ...
17:45:58 [2024-02-06T17:45:58.418Z] 
17:45:58 [2024-02-06T17:45:58.418Z] #52 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.12" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
17:45:58 [2024-02-06T17:45:58.418Z] #52 DONE 4.4s
17:45:58 [2024-02-06T17:45:58.672Z] 
17:45:58 [2024-02-06T17:45:58.672Z] #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             ;
17:45:58 [2024-02-06T17:45:58.672Z] #56 5.967 0 upgraded, 19 newly installed, 0 to remove and 0 not upgraded.
17:45:58 [2024-02-06T17:45:58.672Z] #56 5.967 Need to get 5656 kB of archives.
17:45:58 [2024-02-06T17:45:58.672Z] #56 5.967 After this operation, 16.7 MB of additional disk space will be used.
17:45:58 [2024-02-06T17:45:58.672Z] #56 5.967 Get:1 http://deb.debian.org/debian bookworm/main arm64 bzip2 arm64 1.0.8-5+b1 [48.9 kB]
17:45:58 [2024-02-06T17:45:58.672Z] #56 5.975 Get:2 http://deb.debian.org/debian bookworm/main arm64 xz-utils arm64 5.4.1-0.2 [469 kB]
17:45:58 [2024-02-06T17:45:58.672Z] #56 5.984 Get:3 http://deb.debian.org/debian bookworm/main arm64 m4 arm64 1.4.19-3 [276 kB]
17:45:58 [2024-02-06T17:45:58.672Z] #56 5.987 Get:4 http://deb.debian.org/debian bookworm/main arm64 autoconf all 2.71-3 [332 kB]
17:45:58 [2024-02-06T17:45:58.672Z] #56 5.989 Get:5 http://deb.debian.org/debian bookworm/main arm64 autotools-dev all 20220109.1 [51.6 kB]
17:45:58 [2024-02-06T17:45:58.672Z] #56 5.990 Get:6 http://deb.debian.org/debian bookworm/main arm64 automake all 1:1.16.5-1.3 [823 kB]
17:45:58 [2024-02-06T17:45:58.672Z] #56 6.018 Get:7 http://deb.debian.org/debian bookworm/main arm64 libdpkg-perl all 1.21.22 [603 kB]
17:45:58 [2024-02-06T17:45:58.672Z] #56 6.032 Get:8 http://deb.debian.org/debian bookworm/main arm64 patch arm64 2.7.6-7 [121 kB]
17:45:58 [2024-02-06T17:45:58.672Z] #56 6.033 Get:9 http://deb.debian.org/debian bookworm/main arm64 dpkg-dev all 1.21.22 [1353 kB]
17:45:58 [2024-02-06T17:45:58.672Z] #56 6.046 Get:10 http://deb.debian.org/debian bookworm/main arm64 build-essential arm64 12.9 [7704 B]
17:45:58 [2024-02-06T17:45:58.672Z] #56 6.047 Get:11 http://deb.debian.org/debian bookworm/main arm64 libcap-dev arm64 1:2.66-4 [447 kB]
17:45:58 [2024-02-06T17:45:58.672Z] #56 6.052 Get:12 http://deb.debian.org/debian bookworm/main arm64 libprotobuf-c1 arm64 1.4.1-1+b1 [26.6 kB]
17:45:58 [2024-02-06T17:45:58.672Z] #56 6.053 Get:13 http://deb.debian.org/debian bookworm/main arm64 libprotobuf-c-dev arm64 1.4.1-1+b1 [34.6 kB]
17:45:58 [2024-02-06T17:45:58.672Z] #56 6.054 Get:14 http://deb.debian.org/debian bookworm/main arm64 libseccomp-dev arm64 2.5.4-1+b3 [87.8 kB]
17:45:58 [2024-02-06T17:45:58.672Z] #56 6.055 Get:15 http://deb.debian.org/debian bookworm/main arm64 libsystemd-dev arm64 252.19-1~deb12u1 [353 kB]
17:45:58 [2024-02-06T17:45:58.672Z] #56 6.072 Get:16 http://deb.debian.org/debian bookworm/main arm64 libtool all 2.4.7-5 [517 kB]
17:45:58 [2024-02-06T17:45:58.672Z] #56 6.074 Get:17 http://deb.debian.org/debian bookworm/main arm64 libudev-dev arm64 252.19-1~deb12u1 [51.9 kB]
17:45:58 [2024-02-06T17:45:58.672Z] #56 6.076 Get:18 http://deb.debian.org/debian bookworm/main arm64 libyajl2 arm64 2.1.0-3+deb12u2 [21.8 kB]
17:45:58 [2024-02-06T17:45:58.672Z] #56 6.076 Get:19 http://deb.debian.org/debian bookworm/main arm64 libyajl-dev arm64 2.1.0-3+deb12u2 [30.4 kB]
17:45:58 [2024-02-06T17:45:58.672Z] #56 6.484 debconf: delaying package configuration, since apt-utils is not installed
17:45:58 [2024-02-06T17:45:58.672Z] #56 6.563 Fetched 5656 kB in 0s (13.0 MB/s)
17:45:58 [2024-02-06T17:45:58.672Z] #56 6.607 Selecting previously unselected package bzip2.
17:45:58 [2024-02-06T17:45:58.672Z] #56 6.607 (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 ... 15667 files and directories currently installed.)
17:45:58 [2024-02-06T17:45:58.672Z] #56 6.639 Preparing to unpack .../00-bzip2_1.0.8-5+b1_arm64.deb ...
17:45:58 [2024-02-06T17:45:58.672Z] #56 6.673 Unpacking bzip2 (1.0.8-5+b1) ...
17:45:58 [2024-02-06T17:45:58.927Z] #56 6.787 Selecting previously unselected package xz-utils.
17:45:58 [2024-02-06T17:45:58.927Z] #56 6.790 Preparing to unpack .../01-xz-utils_5.4.1-0.2_arm64.deb ...
17:45:58 [2024-02-06T17:45:58.927Z] #56 6.795 Unpacking xz-utils (5.4.1-0.2) ...
17:45:59 [2024-02-06T17:45:59.188Z] #56 6.972 Selecting previously unselected package m4.
17:45:59 [2024-02-06T17:45:59.188Z] #56 6.975 Preparing to unpack .../02-m4_1.4.19-3_arm64.deb ...
17:45:59 [2024-02-06T17:45:59.188Z] #56 6.981 Unpacking m4 (1.4.19-3) ...
17:45:59 [2024-02-06T17:45:59.188Z] #56 7.115 Selecting previously unselected package autoconf.#56 ...
17:45:59 [2024-02-06T17:45:59.188Z] 
17:45:59 [2024-02-06T17:45:59.188Z] #58 [dockercli 2/2] RUN --mount=source=hack/dockerfile/cli.sh,target=/download-or-build-cli.sh     --mount=type=cache,id=dockercli-git-linux/arm64,sharing=locked,target=./.git     --mount=type=cache,target=/root/.cache/go-build,id=dockercli-build-linux/arm64         rm -f ./.git/*.lock      && /download-or-build-cli.sh v25.0.2 https://github.com/docker/cli.git /build      && /build/docker --version
17:45:59 [2024-02-06T17:45:59.188Z] #58 6.876 Docker version 25.0.2, build 29cf629
17:45:59 [2024-02-06T17:45:59.188Z] #58 DONE 7.0s
17:45:59 [2024-02-06T17:45:59.188Z] 
17:45:59 [2024-02-06T17:45:59.188Z] #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             ;
17:45:59 [2024-02-06T17:45:59.188Z] #56 7.115 Selecting previously unselected package autoconf.
17:45:59 [2024-02-06T17:45:59.188Z] #56 7.118 Preparing to unpack .../03-autoconf_2.71-3_all.deb ...
17:45:59 [2024-02-06T17:45:59.188Z] #56 7.123 Unpacking autoconf (2.71-3) ...
17:45:59 [2024-02-06T17:45:59.447Z] #56 7.393 Selecting previously unselected package autotools-dev.
17:45:59 [2024-02-06T17:45:59.447Z] #56 7.403 Preparing to unpack .../04-autotools-dev_20220109.1_all.deb ...
17:45:59 [2024-02-06T17:45:59.447Z] #56 7.410 Unpacking autotools-dev (20220109.1) ...
17:45:59 [2024-02-06T17:45:59.447Z] #56 7.570 Selecting previously unselected package automake.
17:45:59 [2024-02-06T17:45:59.447Z] #56 7.570 Preparing to unpack .../05-automake_1%3a1.16.5-1.3_all.deb ...
17:45:59 [2024-02-06T17:45:59.701Z] #56 7.588 Unpacking automake (1:1.16.5-1.3) ...
17:45:59 [2024-02-06T17:45:59.956Z] #56 7.856 Selecting previously unselected package libdpkg-perl.
17:45:59 [2024-02-06T17:45:59.956Z] #56 7.858 Preparing to unpack .../06-libdpkg-perl_1.21.22_all.deb ...
17:45:59 [2024-02-06T17:45:59.956Z] #56 7.862 Unpacking libdpkg-perl (1.21.22) ...
17:46:00 [2024-02-06T17:46:00.211Z] #56 8.074 Selecting previously unselected package patch.
17:46:00 [2024-02-06T17:46:00.211Z] #56 8.078 Preparing to unpack .../07-patch_2.7.6-7_arm64.deb ...
17:46:00 [2024-02-06T17:46:00.211Z] #56 8.085 Unpacking patch (2.7.6-7) ...
17:46:00 [2024-02-06T17:46:00.211Z] #56 ...
17:46:00 [2024-02-06T17:46:00.211Z] 
17:46:00 [2024-02-06T17:46:00.211Z] #59 [delve-src 3/3] RUN git fetch -q --depth 1 origin "v1.21.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
17:46:00 [2024-02-06T17:46:00.211Z] #59 DONE 6.1s
17:46:00 [2024-02-06T17:46:00.465Z] 
17:46:00 [2024-02-06T17:46:00.465Z] #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             ;
17:46:00 [2024-02-06T17:46:00.465Z] #56 8.326 Selecting previously unselected package dpkg-dev.
17:46:00 [2024-02-06T17:46:00.465Z] #56 8.328 Preparing to unpack .../08-dpkg-dev_1.21.22_all.deb ...
17:46:00 [2024-02-06T17:46:00.465Z] #56 8.354 Unpacking dpkg-dev (1.21.22) ...
17:46:00 [2024-02-06T17:46:00.720Z] #56 8.730 Selecting previously unselected package build-essential.
17:46:00 [2024-02-06T17:46:00.720Z] #56 8.738 Preparing to unpack .../09-build-essential_12.9_arm64.deb ...
17:46:00 [2024-02-06T17:46:00.720Z] #56 8.738 Unpacking build-essential (12.9) ...
17:46:00 [2024-02-06T17:46:00.720Z] #56 8.838 Selecting previously unselected package libcap-dev:arm64.
17:46:00 [2024-02-06T17:46:00.975Z] #56 8.838 Preparing to unpack .../10-libcap-dev_1%3a2.66-4_arm64.deb ...
17:46:00 [2024-02-06T17:46:00.975Z] #56 8.851 Unpacking libcap-dev:arm64 (1:2.66-4) ...
17:46:01 [2024-02-06T17:46:01.230Z] #56 9.198 Selecting previously unselected package libprotobuf-c1:arm64.
17:46:01 [2024-02-06T17:46:01.230Z] #56 9.201 Preparing to unpack .../11-libprotobuf-c1_1.4.1-1+b1_arm64.deb ...
17:46:01 [2024-02-06T17:46:01.230Z] #56 9.229 Unpacking libprotobuf-c1:arm64 (1.4.1-1+b1) ...
17:46:01 [2024-02-06T17:46:01.493Z] #56 9.349 Selecting previously unselected package libprotobuf-c-dev:arm64.
17:46:01 [2024-02-06T17:46:01.493Z] #56 9.351 Preparing to unpack .../12-libprotobuf-c-dev_1.4.1-1+b1_arm64.deb ...
17:46:01 [2024-02-06T17:46:01.493Z] #56 9.356 Unpacking libprotobuf-c-dev:arm64 (1.4.1-1+b1) ...
17:46:01 [2024-02-06T17:46:01.493Z] #56 9.493 Selecting previously unselected package libseccomp-dev:arm64.
17:46:01 [2024-02-06T17:46:01.493Z] #56 9.495 Preparing to unpack .../13-libseccomp-dev_2.5.4-1+b3_arm64.deb ...
17:46:01 [2024-02-06T17:46:01.493Z] #56 9.503 Unpacking libseccomp-dev:arm64 (2.5.4-1+b3) ...
17:46:01 [2024-02-06T17:46:01.748Z] #56 9.661 Selecting previously unselected package libsystemd-dev:arm64.
17:46:01 [2024-02-06T17:46:01.748Z] #56 9.664 Preparing to unpack .../14-libsystemd-dev_252.19-1~deb12u1_arm64.deb ...
17:46:01 [2024-02-06T17:46:01.748Z] #56 9.677 Unpacking libsystemd-dev:arm64 (252.19-1~deb12u1) ...
17:46:02 [2024-02-06T17:46:02.002Z] #56 ...
17:46:02 [2024-02-06T17:46:02.002Z] 
17:46:02 [2024-02-06T17:46:02.002Z] #60 [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
17:46:02 [2024-02-06T17:46:02.002Z] #60 ...
17:46:02 [2024-02-06T17:46:02.002Z] 
17:46:02 [2024-02-06T17:46:02.002Z] #61 [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.1"      && /build/go-winres --help
17:46:02 [2024-02-06T17:46:02.003Z] #61 0.941 go: downloading github.com/tc-hib/go-winres v0.3.1
17:46:02 [2024-02-06T17:46:02.257Z] #61 ...
17:46:02 [2024-02-06T17:46:02.257Z] 
17:46:02 [2024-02-06T17:46:02.257Z] #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
17:46:02 [2024-02-06T17:46:02.257Z] #62 ...
17:46:02 [2024-02-06T17:46:02.257Z] 
17:46:02 [2024-02-06T17:46:02.257Z] #63 [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             pkg-config
17:46:02 [2024-02-06T17:46:02.257Z] #63 2.756 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
17:46:02 [2024-02-06T17:46:02.257Z] #63 2.772 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
17:46:02 [2024-02-06T17:46:02.257Z] #63 2.772 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
17:46:02 [2024-02-06T17:46:02.257Z] #63 2.944 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
17:46:02 [2024-02-06T17:46:02.257Z] #63 3.108 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB]
17:46:02 [2024-02-06T17:46:02.257Z] #63 3.369 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [134 kB]
17:46:02 [2024-02-06T17:46:02.257Z] #63 5.138 Fetched 9083 kB in 3s (3386 kB/s)
17:46:02 [2024-02-06T17:46:02.257Z] #63 5.138 Reading package lists...
17:46:02 [2024-02-06T17:46:02.257Z] #63 6.811 Hit:1 http://deb.debian.org/debian bookworm InRelease
17:46:02 [2024-02-06T17:46:02.257Z] #63 6.812 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
17:46:02 [2024-02-06T17:46:02.257Z] #63 6.812 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
17:46:02 [2024-02-06T17:46:02.257Z] #63 7.761 Reading package lists...
17:46:02 [2024-02-06T17:46:02.257Z] #63 8.707 + apt-get  install -y --no-install-recommends gcc libc6-dev pkg-config
17:46:02 [2024-02-06T17:46:02.257Z] #63 8.721 Reading package lists...
17:46:02 [2024-02-06T17:46:02.257Z] #63 9.792 Building dependency tree...
17:46:02 [2024-02-06T17:46:02.527Z] #63 ...
17:46:02 [2024-02-06T17:46:02.527Z] 
17:46:02 [2024-02-06T17:46:02.527Z] #64 [dockercli-integration 2/2] RUN --mount=source=hack/dockerfile/cli.sh,target=/download-or-build-cli.sh     --mount=type=cache,id=dockercli-git-linux/arm64,sharing=locked,target=./.git     --mount=type=cache,target=/root/.cache/go-build,id=dockercli-build-linux/arm64         rm -f ./.git/*.lock      && /download-or-build-cli.sh v17.06.2-ce https://github.com/docker/cli.git /build      && /build/docker --version
17:46:02 [2024-02-06T17:46:02.527Z] #64 ...
17:46:02 [2024-02-06T17:46:02.527Z] 
17:46:02 [2024-02-06T17:46:02.527Z] #65 [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             pkg-config
17:46:02 [2024-02-06T17:46:02.527Z] #65 2.695 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
17:46:02 [2024-02-06T17:46:02.527Z] #65 2.712 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
17:46:02 [2024-02-06T17:46:02.527Z] #65 2.718 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
17:46:02 [2024-02-06T17:46:02.527Z] #65 2.924 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
17:46:02 [2024-02-06T17:46:02.527Z] #65 3.228 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB]
17:46:02 [2024-02-06T17:46:02.527Z] #65 3.561 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [134 kB]
17:46:02 [2024-02-06T17:46:02.527Z] #65 5.053 Fetched 9083 kB in 3s (3465 kB/s)
17:46:02 [2024-02-06T17:46:02.527Z] #65 5.053 Reading package lists...
17:46:02 [2024-02-06T17:46:02.527Z] #65 6.568 Hit:1 http://deb.debian.org/debian bookworm InRelease
17:46:02 [2024-02-06T17:46:02.527Z] #65 6.576 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
17:46:02 [2024-02-06T17:46:02.527Z] #65 6.580 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
17:46:02 [2024-02-06T17:46:02.527Z] #65 7.376 Reading package lists...
17:46:02 [2024-02-06T17:46:02.527Z] #65 8.423 + apt-get  install -y --no-install-recommends gcc libbtrfs-dev libsecret-1-dev pkg-config
17:46:02 [2024-02-06T17:46:02.527Z] #65 8.436 Reading package lists...
17:46:02 [2024-02-06T17:46:02.527Z] #65 9.374 Building dependency tree...
17:46:02 [2024-02-06T17:46:02.527Z] #65 9.685 Reading state information...
17:46:02 [2024-02-06T17:46:02.527Z] #65 10.09 gcc is already the newest version (4:12.2.0-3).
17:46:02 [2024-02-06T17:46:02.527Z] #65 10.09 pkg-config is already the newest version (1.8.1-1).
17:46:02 [2024-02-06T17:46:02.527Z] #65 10.09 The following additional packages will be installed:
17:46:02 [2024-02-06T17:46:02.527Z] #65 10.09   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libbtrfs0 libelf1 libffi-dev
17:46:02 [2024-02-06T17:46:02.527Z] #65 10.09   libgcrypt20-dev libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin
17:46:02 [2024-02-06T17:46:02.527Z] #65 10.09   libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libgpg-error-dev
17:46:02 [2024-02-06T17:46:02.527Z] #65 10.09   libmount-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3
17:46:02 [2024-02-06T17:46:02.527Z] #65 10.09   libsecret-1-0 libsecret-common libselinux1-dev libsepol-dev
17:46:02 [2024-02-06T17:46:02.527Z] #65 10.09   python3-distutils python3-lib2to3 uuid-dev zlib1g-dev
17:46:02 [2024-02-06T17:46:02.527Z] #65 10.09 Suggested packages:
17:46:02 [2024-02-06T17:46:02.527Z] #65 10.09   libgcrypt20-doc low-memory-monitor libgirepository1.0-dev libglib2.0-doc
17:46:02 [2024-02-06T17:46:02.527Z] #65 10.09   libgdk-pixbuf2.0-bin libxml2-utils
17:46:02 [2024-02-06T17:46:02.527Z] #65 10.09 Recommended packages:
17:46:02 [2024-02-06T17:46:02.527Z] #65 10.09   shared-mime-info xdg-user-dirs
17:46:02 [2024-02-06T17:46:02.782Z] #65 ...
17:46:02 [2024-02-06T17:46:02.782Z] 
17:46:02 [2024-02-06T17:46:02.782Z] #66 [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.55.2"      && /build/golangci-lint --version
17:46:02 [2024-02-06T17:46:02.782Z] #66 ...
17:46:02 [2024-02-06T17:46:02.782Z] 
17:46:02 [2024-02-06T17:46:02.782Z] #67 [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
17:46:03 [2024-02-06T17:46:03.037Z] #67 ...
17:46:03 [2024-02-06T17:46:03.037Z] 
17:46:03 [2024-02-06T17:46:03.037Z] #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             ;
17:46:03 [2024-02-06T17:46:03.037Z] #56 10.09 Selecting previously unselected package libtool.
17:46:03 [2024-02-06T17:46:03.037Z] #56 10.10 Preparing to unpack .../15-libtool_2.4.7-5_all.deb ...
17:46:03 [2024-02-06T17:46:03.037Z] #56 10.10 Unpacking libtool (2.4.7-5) ...
17:46:03 [2024-02-06T17:46:03.037Z] #56 10.36 Selecting previously unselected package libudev-dev:arm64.
17:46:03 [2024-02-06T17:46:03.037Z] #56 10.36 Preparing to unpack .../16-libudev-dev_252.19-1~deb12u1_arm64.deb ...
17:46:03 [2024-02-06T17:46:03.037Z] #56 10.37 Unpacking libudev-dev:arm64 (252.19-1~deb12u1) ...
17:46:03 [2024-02-06T17:46:03.037Z] #56 10.61 Selecting previously unselected package libyajl2:arm64.
17:46:03 [2024-02-06T17:46:03.037Z] #56 10.61 Preparing to unpack .../17-libyajl2_2.1.0-3+deb12u2_arm64.deb ...
17:46:03 [2024-02-06T17:46:03.037Z] #56 10.66 Unpacking libyajl2:arm64 (2.1.0-3+deb12u2) ...
17:46:03 [2024-02-06T17:46:03.037Z] #56 10.88 Selecting previously unselected package libyajl-dev:arm64.
17:46:03 [2024-02-06T17:46:03.037Z] #56 10.89 Preparing to unpack .../18-libyajl-dev_2.1.0-3+deb12u2_arm64.deb ...
17:46:03 [2024-02-06T17:46:03.037Z] #56 10.91 Unpacking libyajl-dev:arm64 (2.1.0-3+deb12u2) ...
17:46:03 [2024-02-06T17:46:03.037Z] #56 ...
17:46:03 [2024-02-06T17:46:03.037Z] 
17:46:03 [2024-02-06T17:46:03.037Z] #63 [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             pkg-config
17:46:03 [2024-02-06T17:46:03.037Z] #63 10.58 gcc is already the newest version (4:12.2.0-3).
17:46:03 [2024-02-06T17:46:03.037Z] #63 10.58 libc6-dev is already the newest version (2.36-9+deb12u4).
17:46:03 [2024-02-06T17:46:03.037Z] #63 10.58 pkg-config is already the newest version (1.8.1-1).
17:46:03 [2024-02-06T17:46:03.037Z] #63 10.58 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
17:46:03 [2024-02-06T17:46:03.037Z] #63 DONE 11.0s
17:46:03 [2024-02-06T17:46:03.291Z] 
17:46:03 [2024-02-06T17:46:03.291Z] #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             ;
17:46:03 [2024-02-06T17:46:03.291Z] #56 11.17 Setting up libseccomp-dev:arm64 (2.5.4-1+b3) ...
17:46:03 [2024-02-06T17:46:03.291Z] #56 11.20 Setting up libyajl2:arm64 (2.1.0-3+deb12u2) ...
17:46:03 [2024-02-06T17:46:03.291Z] #56 11.22 Setting up m4 (1.4.19-3) ...
17:46:03 [2024-02-06T17:46:03.291Z] #56 11.25 Setting up bzip2 (1.0.8-5+b1) ...
17:46:03 [2024-02-06T17:46:03.291Z] #56 11.32 Setting up libprotobuf-c1:arm64 (1.4.1-1+b1) ...
17:46:03 [2024-02-06T17:46:03.291Z] #56 ...
17:46:03 [2024-02-06T17:46:03.291Z] 
17:46:03 [2024-02-06T17:46:03.291Z] #68 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.7.13" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
17:46:03 [2024-02-06T17:46:03.291Z] #68 ...
17:46:03 [2024-02-06T17:46:03.291Z] 
17:46:03 [2024-02-06T17:46:03.291Z] #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             ;
17:46:03 [2024-02-06T17:46:03.291Z] #56 11.36 Setting up libprotobuf-c-dev:arm64 (1.4.1-1+b1) ...
17:46:03 [2024-02-06T17:46:03.291Z] #56 11.38 Setting up autotools-dev (20220109.1) ...
17:46:03 [2024-02-06T17:46:03.291Z] #56 11.40 Setting up xz-utils (5.4.1-0.2) ...
17:46:03 [2024-02-06T17:46:03.291Z] #56 11.44 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
17:46:03 [2024-02-06T17:46:03.291Z] #56 11.45 Setting up patch (2.7.6-7) ...
17:46:03 [2024-02-06T17:46:03.547Z] #56 11.50 Setting up libudev-dev:arm64 (252.19-1~deb12u1) ...
17:46:03 [2024-02-06T17:46:03.547Z] #56 11.54 Setting up libdpkg-perl (1.21.22) ...
17:46:03 [2024-02-06T17:46:03.547Z] #56 11.58 Setting up autoconf (2.71-3) ...
17:46:03 [2024-02-06T17:46:03.547Z] #56 11.63 Setting up libyajl-dev:arm64 (2.1.0-3+deb12u2) ...
17:46:03 [2024-02-06T17:46:03.547Z] #56 11.67 Setting up libcap-dev:arm64 (1:2.66-4) ...
17:46:03 [2024-02-06T17:46:03.547Z] #56 11.68 Setting up libsystemd-dev:arm64 (252.19-1~deb12u1) ...
17:46:03 [2024-02-06T17:46:03.547Z] #56 11.69 Setting up automake (1:1.16.5-1.3) ...
17:46:03 [2024-02-06T17:46:03.803Z] #56 11.71 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
17:46:03 [2024-02-06T17:46:03.803Z] #56 11.73 Setting up libtool (2.4.7-5) ...
17:46:03 [2024-02-06T17:46:03.803Z] #56 11.77 Setting up dpkg-dev (1.21.22) ...
17:46:03 [2024-02-06T17:46:03.803Z] #56 11.93 Setting up build-essential (12.9) ...
17:46:04 [2024-02-06T17:46:04.058Z] #56 12.02 Processing triggers for libc-bin (2.36-9+deb12u4) ...
17:46:04 [2024-02-06T17:46:04.621Z] #56 DONE 12.5s
17:46:04 [2024-02-06T17:46:04.621Z] 
17:46:04 [2024-02-06T17:46:04.621Z] #69 [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.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
17:46:04 [2024-02-06T17:46:04.880Z] #69 0.516 Cloning into '/tmp/crun-build'...
17:46:07 [2024-02-06T17:46:07.403Z] #69 2.746 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec'
17:46:07 [2024-02-06T17:46:07.403Z] #69 2.756 Cloning into '/tmp/crun-build/libocispec'...
17:46:07 [2024-02-06T17:46:07.664Z] #69 3.188 Submodule path 'libocispec': checked out '19c05670c37a42c217caa7b141bcaada7867cc15'
17:46:07 [2024-02-06T17:46:07.918Z] #69 3.196 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec'
17:46:07 [2024-02-06T17:46:07.918Z] #69 3.197 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec'
17:46:07 [2024-02-06T17:46:07.918Z] #69 3.197 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl'
17:46:07 [2024-02-06T17:46:07.918Z] #69 3.216 Cloning into '/tmp/crun-build/libocispec/image-spec'...
17:46:07 [2024-02-06T17:46:07.918Z] #69 ...
17:46:07 [2024-02-06T17:46:07.918Z] 
17:46:07 [2024-02-06T17:46:07.918Z] #70 [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...)
17:46:08 [2024-02-06T17:46:08.173Z] #70 ...
17:46:08 [2024-02-06T17:46:08.173Z] 
17:46:08 [2024-02-06T17:46:08.173Z] #33 [runc-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-runc-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-runc-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             dpkg-dev             gcc             libc6-dev             libseccomp-dev             pkg-config
17:46:08 [2024-02-06T17:46:08.173Z] #33 6.124 Reading package lists...
17:46:08 [2024-02-06T17:46:08.173Z] #33 7.715 Hit:1 http://deb.debian.org/debian bookworm InRelease
17:46:08 [2024-02-06T17:46:08.173Z] #33 7.715 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
17:46:08 [2024-02-06T17:46:08.173Z] #33 7.725 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
17:46:08 [2024-02-06T17:46:08.173Z] #33 8.483 Reading package lists...
17:46:08 [2024-02-06T17:46:08.173Z] #33 9.510 + apt-get  install -y --no-install-recommends dpkg-dev gcc libc6-dev libseccomp-dev pkg-config
17:46:08 [2024-02-06T17:46:08.173Z] #33 9.517 Reading package lists...
17:46:08 [2024-02-06T17:46:08.173Z] #33 10.59 Building dependency tree...
17:46:08 [2024-02-06T17:46:08.173Z] #33 11.23 Reading state information...
17:46:08 [2024-02-06T17:46:08.173Z] #33 11.83 gcc is already the newest version (4:12.2.0-3).
17:46:08 [2024-02-06T17:46:08.173Z] #33 11.83 libc6-dev is already the newest version (2.36-9+deb12u4).
17:46:08 [2024-02-06T17:46:08.173Z] #33 11.83 pkg-config is already the newest version (1.8.1-1).
17:46:08 [2024-02-06T17:46:08.173Z] #33 11.83 The following additional packages will be installed:
17:46:08 [2024-02-06T17:46:08.173Z] #33 11.83   bzip2 libdpkg-perl patch xz-utils
17:46:08 [2024-02-06T17:46:08.173Z] #33 11.83 Suggested packages:
17:46:08 [2024-02-06T17:46:08.173Z] #33 11.83   bzip2-doc debian-keyring bzr seccomp ed diffutils-doc
17:46:08 [2024-02-06T17:46:08.173Z] #33 11.83 Recommended packages:
17:46:08 [2024-02-06T17:46:08.173Z] #33 11.83   build-essential fakeroot libalgorithm-merge-perl libfile-fcntllock-perl
17:46:08 [2024-02-06T17:46:08.173Z] #33 11.83   liblocale-gettext-perl
17:46:08 [2024-02-06T17:46:08.173Z] #33 11.96 The following NEW packages will be installed:
17:46:08 [2024-02-06T17:46:08.173Z] #33 11.96   bzip2 dpkg-dev libdpkg-perl libseccomp-dev patch xz-utils
17:46:08 [2024-02-06T17:46:08.173Z] #33 12.26 0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded.
17:46:08 [2024-02-06T17:46:08.173Z] #33 12.26 Need to get 2683 kB of archives.
17:46:08 [2024-02-06T17:46:08.173Z] #33 12.26 After this operation, 6010 kB of additional disk space will be used.
17:46:08 [2024-02-06T17:46:08.173Z] #33 12.26 Get:1 http://deb.debian.org/debian bookworm/main arm64 bzip2 arm64 1.0.8-5+b1 [48.9 kB]
17:46:08 [2024-02-06T17:46:08.173Z] #33 12.26 Get:2 http://deb.debian.org/debian bookworm/main arm64 xz-utils arm64 5.4.1-0.2 [469 kB]
17:46:08 [2024-02-06T17:46:08.173Z] #33 12.27 Get:3 http://deb.debian.org/debian bookworm/main arm64 libdpkg-perl all 1.21.22 [603 kB]
17:46:08 [2024-02-06T17:46:08.173Z] #33 12.28 Get:4 http://deb.debian.org/debian bookworm/main arm64 patch arm64 2.7.6-7 [121 kB]
17:46:08 [2024-02-06T17:46:08.173Z] #33 12.29 Get:5 http://deb.debian.org/debian bookworm/main arm64 dpkg-dev all 1.21.22 [1353 kB]
17:46:08 [2024-02-06T17:46:08.173Z] #33 12.30 Get:6 http://deb.debian.org/debian bookworm/main arm64 libseccomp-dev arm64 2.5.4-1+b3 [87.8 kB]
17:46:08 [2024-02-06T17:46:08.173Z] #33 12.64 debconf: delaying package configuration, since apt-utils is not installed
17:46:08 [2024-02-06T17:46:08.173Z] #33 12.76 Fetched 2683 kB in 0s (7856 kB/s)
17:46:08 [2024-02-06T17:46:08.173Z] #33 12.84 Selecting previously unselected package bzip2.
17:46:08 [2024-02-06T17:46:08.173Z] #33 12.84 (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 ... 15667 files and directories currently installed.)
17:46:08 [2024-02-06T17:46:08.173Z] #33 12.88 Preparing to unpack .../0-bzip2_1.0.8-5+b1_arm64.deb ...
17:46:08 [2024-02-06T17:46:08.173Z] #33 12.88 Unpacking bzip2 (1.0.8-5+b1) ...
17:46:08 [2024-02-06T17:46:08.173Z] #33 13.13 Selecting previously unselected package xz-utils.
17:46:08 [2024-02-06T17:46:08.173Z] #33 13.13 Preparing to unpack .../1-xz-utils_5.4.1-0.2_arm64.deb ...
17:46:08 [2024-02-06T17:46:08.173Z] #33 13.15 Unpacking xz-utils (5.4.1-0.2) ...
17:46:08 [2024-02-06T17:46:08.174Z] #33 13.41 Selecting previously unselected package libdpkg-perl.
17:46:08 [2024-02-06T17:46:08.174Z] #33 13.42 Preparing to unpack .../2-libdpkg-perl_1.21.22_all.deb ...
17:46:08 [2024-02-06T17:46:08.174Z] #33 13.44 Unpacking libdpkg-perl (1.21.22) ...
17:46:08 [2024-02-06T17:46:08.174Z] #33 13.89 Selecting previously unselected package patch.
17:46:08 [2024-02-06T17:46:08.174Z] #33 13.89 Preparing to unpack .../3-patch_2.7.6-7_arm64.deb ...
17:46:08 [2024-02-06T17:46:08.174Z] #33 13.97 Unpacking patch (2.7.6-7) ...
17:46:08 [2024-02-06T17:46:08.174Z] #33 14.22 Selecting previously unselected package dpkg-dev.
17:46:08 [2024-02-06T17:46:08.174Z] #33 14.22 Preparing to unpack .../4-dpkg-dev_1.21.22_all.deb ...
17:46:08 [2024-02-06T17:46:08.174Z] #33 14.22 Unpacking dpkg-dev (1.21.22) ...
17:46:08 [2024-02-06T17:46:08.174Z] #33 14.75 Selecting previously unselected package libseccomp-dev:arm64.
17:46:08 [2024-02-06T17:46:08.174Z] #33 14.76 Preparing to unpack .../5-libseccomp-dev_2.5.4-1+b3_arm64.deb ...
17:46:08 [2024-02-06T17:46:08.174Z] #33 14.79 Unpacking libseccomp-dev:arm64 (2.5.4-1+b3) ...
17:46:08 [2024-02-06T17:46:08.174Z] #33 14.93 Setting up libseccomp-dev:arm64 (2.5.4-1+b3) ...
17:46:08 [2024-02-06T17:46:08.174Z] #33 14.97 Setting up bzip2 (1.0.8-5+b1) ...
17:46:08 [2024-02-06T17:46:08.174Z] #33 15.00 Setting up xz-utils (5.4.1-0.2) ...
17:46:08 [2024-02-06T17:46:08.174Z] #33 15.04 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
17:46:08 [2024-02-06T17:46:08.174Z] #33 15.04 Setting up patch (2.7.6-7) ...
17:46:08 [2024-02-06T17:46:08.174Z] #33 15.16 Setting up libdpkg-perl (1.21.22) ...
17:46:08 [2024-02-06T17:46:08.174Z] #33 15.24 Setting up dpkg-dev (1.21.22) ...
17:46:08 [2024-02-06T17:46:08.174Z] #33 DONE 15.9s
17:46:08 [2024-02-06T17:46:08.174Z] 
17:46:08 [2024-02-06T17:46:08.174Z] #65 [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             pkg-config
17:46:08 [2024-02-06T17:46:08.174Z] #65 10.59 The following NEW packages will be installed:
17:46:08 [2024-02-06T17:46:08.174Z] #65 10.59   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libbtrfs-dev libbtrfs0 libelf1
17:46:08 [2024-02-06T17:46:08.174Z] #65 10.59   libffi-dev libgcrypt20-dev libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin
17:46:08 [2024-02-06T17:46:08.174Z] #65 10.59   libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libgpg-error-dev
17:46:08 [2024-02-06T17:46:08.174Z] #65 10.59   libmount-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3
17:46:08 [2024-02-06T17:46:08.174Z] #65 10.60   libsecret-1-0 libsecret-1-dev libsecret-common libselinux1-dev libsepol-dev
17:46:08 [2024-02-06T17:46:08.174Z] #65 10.60   python3-distutils python3-lib2to3 uuid-dev zlib1g-dev
17:46:08 [2024-02-06T17:46:08.174Z] #65 10.93 0 upgraded, 29 newly installed, 0 to remove and 0 not upgraded.
17:46:08 [2024-02-06T17:46:08.174Z] #65 10.93 Need to get 9078 kB of archives.
17:46:08 [2024-02-06T17:46:08.174Z] #65 10.93 After this operation, 46.9 MB of additional disk space will be used.
17:46:08 [2024-02-06T17:46:08.174Z] #65 10.93 Get:1 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-0 arm64 2.74.6-2 [1310 kB]
17:46:08 [2024-02-06T17:46:08.174Z] #65 10.95 Get:2 http://deb.debian.org/debian bookworm/main arm64 libgirepository-1.0-1 arm64 1.74.0-3 [93.2 kB]
17:46:08 [2024-02-06T17:46:08.174Z] #65 10.95 Get:3 http://deb.debian.org/debian bookworm/main arm64 gir1.2-glib-2.0 arm64 1.74.0-3 [160 kB]
17:46:08 [2024-02-06T17:46:08.174Z] #65 10.96 Get:4 http://deb.debian.org/debian bookworm/main arm64 libsecret-common all 0.20.5-3 [28.5 kB]
17:46:08 [2024-02-06T17:46:08.174Z] #65 10.96 Get:5 http://deb.debian.org/debian bookworm/main arm64 libsecret-1-0 arm64 0.20.5-3 [107 kB]
17:46:08 [2024-02-06T17:46:08.174Z] #65 10.96 Get:6 http://deb.debian.org/debian bookworm/main arm64 gir1.2-secret-1 arm64 0.20.5-3 [13.5 kB]
17:46:08 [2024-02-06T17:46:08.174Z] #65 10.96 Get:7 http://deb.debian.org/debian bookworm/main arm64 uuid-dev arm64 2.38.1-5+b1 [40.5 kB]
17:46:08 [2024-02-06T17:46:08.174Z] #65 10.96 Get:8 http://deb.debian.org/debian bookworm/main arm64 libblkid-dev arm64 2.38.1-5+b1 [183 kB]
17:46:08 [2024-02-06T17:46:08.174Z] #65 10.97 Get:9 http://deb.debian.org/debian bookworm/main arm64 libbtrfs0 arm64 6.2-1 [34.5 kB]
17:46:08 [2024-02-06T17:46:08.174Z] #65 10.97 Get:10 http://deb.debian.org/debian bookworm/main arm64 libbtrfs-dev arm64 6.2-1 [70.3 kB]
17:46:08 [2024-02-06T17:46:08.174Z] #65 10.97 Get:11 http://deb.debian.org/debian bookworm/main arm64 libelf1 arm64 0.188-2.1 [173 kB]
17:46:08 [2024-02-06T17:46:08.174Z] #65 10.97 Get:12 http://deb.debian.org/debian bookworm/main arm64 libffi-dev arm64 3.4.4-1 [56.0 kB]
17:46:08 [2024-02-06T17:46:08.174Z] #65 10.97 Get:13 http://deb.debian.org/debian bookworm/main arm64 libgpg-error-dev arm64 1.46-1 [130 kB]
17:46:08 [2024-02-06T17:46:08.174Z] #65 10.99 Get:14 http://deb.debian.org/debian bookworm/main arm64 libgcrypt20-dev arm64 1.10.1-3 [683 kB]
17:46:08 [2024-02-06T17:46:08.174Z] #65 11.00 Get:15 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-data all 2.74.6-2 [1207 kB]
17:46:08 [2024-02-06T17:46:08.174Z] #65 11.05 Get:16 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-bin arm64 2.74.6-2 [106 kB]
17:46:08 [2024-02-06T17:46:08.174Z] #65 11.05 Get:17 http://deb.debian.org/debian bookworm/main arm64 python3-lib2to3 all 3.11.2-3 [76.3 kB]
17:46:08 [2024-02-06T17:46:08.174Z] #65 11.05 Get:18 http://deb.debian.org/debian bookworm/main arm64 python3-distutils all 3.11.2-3 [131 kB]
17:46:08 [2024-02-06T17:46:08.174Z] #65 11.05 Get:19 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-dev-bin arm64 2.74.6-2 [150 kB]
17:46:08 [2024-02-06T17:46:08.174Z] #65 11.05 Get:20 http://deb.debian.org/debian bookworm/main arm64 libsepol-dev arm64 3.4-2.1 [332 kB]
17:46:08 [2024-02-06T17:46:08.174Z] #65 11.05 Get:21 http://deb.debian.org/debian bookworm/main arm64 libpcre2-16-0 arm64 10.42-1 [216 kB]
17:46:08 [2024-02-06T17:46:08.174Z] #65 11.05 Get:22 http://deb.debian.org/debian bookworm/main arm64 libpcre2-32-0 arm64 10.42-1 [207 kB]
17:46:08 [2024-02-06T17:46:08.174Z] #65 11.08 Get:23 http://deb.debian.org/debian bookworm/main arm64 libpcre2-posix3 arm64 10.42-1 [55.5 kB]
17:46:08 [2024-02-06T17:46:08.174Z] #65 11.08 Get:24 http://deb.debian.org/debian bookworm/main arm64 libpcre2-dev arm64 10.42-1 [664 kB]
17:46:08 [2024-02-06T17:46:08.174Z] #65 11.08 Get:25 http://deb.debian.org/debian bookworm/main arm64 libselinux1-dev arm64 3.4-1+b6 [159 kB]
17:46:08 [2024-02-06T17:46:08.174Z] #65 11.08 Get:26 http://deb.debian.org/debian bookworm/main arm64 libmount-dev arm64 2.38.1-5+b1 [22.5 kB]
17:46:08 [2024-02-06T17:46:08.174Z] #65 11.08 Get:27 http://deb.debian.org/debian bookworm/main arm64 zlib1g-dev arm64 1:1.2.13.dfsg-1 [913 kB]
17:46:08 [2024-02-06T17:46:08.174Z] #65 11.08 Get:28 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-dev arm64 2.74.6-2 [1613 kB]
17:46:08 [2024-02-06T17:46:08.174Z] #65 11.09 Get:29 http://deb.debian.org/debian bookworm/main arm64 libsecret-1-dev arm64 0.20.5-3 [144 kB]
17:46:08 [2024-02-06T17:46:08.174Z] #65 11.41 debconf: delaying package configuration, since apt-utils is not installed
17:46:08 [2024-02-06T17:46:08.174Z] #65 11.50 Fetched 9078 kB in 0s (19.5 MB/s)
17:46:08 [2024-02-06T17:46:08.174Z] #65 11.70 Selecting previously unselected package libglib2.0-0:arm64.
17:46:08 [2024-02-06T17:46:08.174Z] #65 11.70 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15667 files and directories currently installed.)
17:46:08 [2024-02-06T17:46:08.174Z] #65 11.74 Preparing to unpack .../00-libglib2.0-0_2.74.6-2_arm64.deb ...
17:46:08 [2024-02-06T17:46:08.174Z] #65 11.78 Unpacking libglib2.0-0:arm64 (2.74.6-2) ...
17:46:08 [2024-02-06T17:46:08.174Z] #65 12.27 Selecting previously unselected package libgirepository-1.0-1:arm64.
17:46:08 [2024-02-06T17:46:08.174Z] #65 12.27 Preparing to unpack .../01-libgirepository-1.0-1_1.74.0-3_arm64.deb ...
17:46:08 [2024-02-06T17:46:08.174Z] #65 12.28 Unpacking libgirepository-1.0-1:arm64 (1.74.0-3) ...
17:46:08 [2024-02-06T17:46:08.174Z] #65 12.66 Selecting previously unselected package gir1.2-glib-2.0:arm64.
17:46:08 [2024-02-06T17:46:08.174Z] #65 12.67 Preparing to unpack .../02-gir1.2-glib-2.0_1.74.0-3_arm64.deb ...
17:46:08 [2024-02-06T17:46:08.174Z] #65 12.71 Unpacking gir1.2-glib-2.0:arm64 (1.74.0-3) ...
17:46:08 [2024-02-06T17:46:08.174Z] #65 12.88 Selecting previously unselected package libsecret-common.
17:46:08 [2024-02-06T17:46:08.174Z] #65 12.94 Preparing to unpack .../03-libsecret-common_0.20.5-3_all.deb ...
17:46:08 [2024-02-06T17:46:08.174Z] #65 12.95 Unpacking libsecret-common (0.20.5-3) ...
17:46:08 [2024-02-06T17:46:08.174Z] #65 13.17 Selecting previously unselected package libsecret-1-0:arm64.
17:46:08 [2024-02-06T17:46:08.174Z] #65 13.19 Preparing to unpack .../04-libsecret-1-0_0.20.5-3_arm64.deb ...
17:46:08 [2024-02-06T17:46:08.174Z] #65 13.21 Unpacking libsecret-1-0:arm64 (0.20.5-3) ...
17:46:08 [2024-02-06T17:46:08.174Z] #65 13.35 Selecting previously unselected package gir1.2-secret-1:arm64.
17:46:08 [2024-02-06T17:46:08.174Z] #65 13.36 Preparing to unpack .../05-gir1.2-secret-1_0.20.5-3_arm64.deb ...
17:46:08 [2024-02-06T17:46:08.174Z] #65 13.38 Unpacking gir1.2-secret-1:arm64 (0.20.5-3) ...
17:46:08 [2024-02-06T17:46:08.174Z] #65 13.52 Selecting previously unselected package uuid-dev:arm64.
17:46:08 [2024-02-06T17:46:08.174Z] #65 13.54 Preparing to unpack .../06-uuid-dev_2.38.1-5+b1_arm64.deb ...
17:46:08 [2024-02-06T17:46:08.174Z] #65 13.62 Unpacking uuid-dev:arm64 (2.38.1-5+b1) ...
17:46:08 [2024-02-06T17:46:08.174Z] #65 13.86 Selecting previously unselected package libblkid-dev:arm64.
17:46:08 [2024-02-06T17:46:08.174Z] #65 13.86 Preparing to unpack .../07-libblkid-dev_2.38.1-5+b1_arm64.deb ...
17:46:08 [2024-02-06T17:46:08.174Z] #65 13.93 Unpacking libblkid-dev:arm64 (2.38.1-5+b1) ...
17:46:08 [2024-02-06T17:46:08.174Z] #65 14.22 Selecting previously unselected package libbtrfs0:arm64.
17:46:08 [2024-02-06T17:46:08.174Z] #65 14.22 Preparing to unpack .../08-libbtrfs0_6.2-1_arm64.deb ...
17:46:08 [2024-02-06T17:46:08.174Z] #65 14.28 Unpacking libbtrfs0:arm64 (6.2-1) ...
17:46:08 [2024-02-06T17:46:08.174Z] #65 14.48 Selecting previously unselected package libbtrfs-dev:arm64.
17:46:08 [2024-02-06T17:46:08.174Z] #65 14.49 Preparing to unpack .../09-libbtrfs-dev_6.2-1_arm64.deb ...
17:46:08 [2024-02-06T17:46:08.174Z] #65 14.51 Unpacking libbtrfs-dev:arm64 (6.2-1) ...
17:46:08 [2024-02-06T17:46:08.174Z] #65 14.69 Selecting previously unselected package libelf1:arm64.
17:46:08 [2024-02-06T17:46:08.174Z] #65 14.71 Preparing to unpack .../10-libelf1_0.188-2.1_arm64.deb ...
17:46:08 [2024-02-06T17:46:08.174Z] #65 14.73 Unpacking libelf1:arm64 (0.188-2.1) ...
17:46:08 [2024-02-06T17:46:08.174Z] #65 14.89 Selecting previously unselected package libffi-dev:arm64.
17:46:08 [2024-02-06T17:46:08.174Z] #65 14.90 Preparing to unpack .../11-libffi-dev_3.4.4-1_arm64.deb ...
17:46:08 [2024-02-06T17:46:08.174Z] #65 14.91 Unpacking libffi-dev:arm64 (3.4.4-1) ...
17:46:08 [2024-02-06T17:46:08.174Z] #65 15.04 Selecting previously unselected package libgpg-error-dev.
17:46:08 [2024-02-06T17:46:08.174Z] #65 15.04 Preparing to unpack .../12-libgpg-error-dev_1.46-1_arm64.deb ...
17:46:08 [2024-02-06T17:46:08.174Z] #65 15.10 Unpacking libgpg-error-dev (1.46-1) ...
17:46:08 [2024-02-06T17:46:08.174Z] #65 15.27 Selecting previously unselected package libgcrypt20-dev.
17:46:08 [2024-02-06T17:46:08.174Z] #65 15.27 Preparing to unpack .../13-libgcrypt20-dev_1.10.1-3_arm64.deb ...
17:46:08 [2024-02-06T17:46:08.174Z] #65 15.27 Unpacking libgcrypt20-dev (1.10.1-3) ...
17:46:08 [2024-02-06T17:46:08.174Z] #65 15.64 Selecting previously unselected package libglib2.0-data.
17:46:08 [2024-02-06T17:46:08.174Z] #65 15.64 Preparing to unpack .../14-libglib2.0-data_2.74.6-2_all.deb ...
17:46:08 [2024-02-06T17:46:08.174Z] #65 15.66 Unpacking libglib2.0-data (2.74.6-2) ...
17:46:08 [2024-02-06T17:46:08.174Z] #65 ...
17:46:08 [2024-02-06T17:46:08.174Z] 
17:46:08 [2024-02-06T17:46:08.174Z] #45 [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
17:46:08 [2024-02-06T17:46:08.174Z] #45 5.785 Fetched 9083 kB in 3s (2734 kB/s)
17:46:08 [2024-02-06T17:46:08.174Z] #45 5.785 Reading package lists...
17:46:08 [2024-02-06T17:46:08.174Z] #45 6.923 Reading package lists...
17:46:08 [2024-02-06T17:46:08.174Z] #45 8.324 Building dependency tree...
17:46:08 [2024-02-06T17:46:08.174Z] #45 8.534 Reading state information...
17:46:08 [2024-02-06T17:46:08.174Z] #45 8.898 The following additional packages will be installed:
17:46:08 [2024-02-06T17:46:08.174Z] #45 8.918   cmake-data libarchive13 libicu72 libjsoncpp25 librhash0 libuv1 libxml2
17:46:08 [2024-02-06T17:46:08.174Z] #45 8.921 Suggested packages:
17:46:08 [2024-02-06T17:46:08.174Z] #45 8.921   cmake-doc cmake-format elpa-cmake-mode ninja-build lrzip
17:46:08 [2024-02-06T17:46:08.174Z] #45 9.017 The following NEW packages will be installed:
17:46:08 [2024-02-06T17:46:08.174Z] #45 9.019   cmake cmake-data libarchive13 libicu72 libjsoncpp25 librhash0 libuv1 libxml2
17:46:08 [2024-02-06T17:46:08.174Z] #45 9.336 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
17:46:08 [2024-02-06T17:46:08.174Z] #45 9.336 Need to get 19.3 MB of archives.
17:46:08 [2024-02-06T17:46:08.174Z] #45 9.336 After this operation, 77.0 MB of additional disk space will be used.
17:46:08 [2024-02-06T17:46:08.174Z] #45 9.336 Get:1 http://deb.debian.org/debian bookworm/main arm64 libicu72 arm64 72.1-3 [9204 kB]
17:46:08 [2024-02-06T17:46:08.174Z] #45 9.433 Get:2 http://deb.debian.org/debian bookworm/main arm64 libxml2 arm64 2.9.14+dfsg-1.3~deb12u1 [619 kB]
17:46:08 [2024-02-06T17:46:08.174Z] #45 9.442 Get:3 http://deb.debian.org/debian bookworm/main arm64 libarchive13 arm64 3.6.2-1 [316 kB]
17:46:08 [2024-02-06T17:46:08.174Z] #45 9.450 Get:4 http://deb.debian.org/debian bookworm/main arm64 libjsoncpp25 arm64 1.9.5-4 [72.3 kB]
17:46:08 [2024-02-06T17:46:08.174Z] #45 9.453 Get:5 http://deb.debian.org/debian bookworm/main arm64 librhash0 arm64 1.4.3-3 [131 kB]
17:46:08 [2024-02-06T17:46:08.174Z] #45 9.458 Get:6 http://deb.debian.org/debian bookworm/main arm64 libuv1 arm64 1.44.2-1 [133 kB]
17:46:08 [2024-02-06T17:46:08.174Z] #45 9.459 Get:7 http://deb.debian.org/debian bookworm/main arm64 cmake-data all 3.25.1-1 [2026 kB]
17:46:08 [2024-02-06T17:46:08.174Z] #45 9.473 Get:8 http://deb.debian.org/debian bookworm/main arm64 cmake arm64 3.25.1-1 [6806 kB]
17:46:08 [2024-02-06T17:46:08.174Z] #45 9.825 debconf: delaying package configuration, since apt-utils is not installed
17:46:08 [2024-02-06T17:46:08.174Z] #45 9.936 Fetched 19.3 MB in 1s (37.8 MB/s)
17:46:08 [2024-02-06T17:46:08.174Z] #45 9.996 Selecting previously unselected package libicu72:arm64.
17:46:08 [2024-02-06T17:46:08.174Z] #45 9.996 (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 ... 15667 files and directories currently installed.)
17:46:08 [2024-02-06T17:46:08.174Z] #45 10.03 Preparing to unpack .../0-libicu72_72.1-3_arm64.deb ...
17:46:08 [2024-02-06T17:46:08.174Z] #45 10.07 Unpacking libicu72:arm64 (72.1-3) ...
17:46:08 [2024-02-06T17:46:08.174Z] #45 12.33 Selecting previously unselected package libxml2:arm64.
17:46:08 [2024-02-06T17:46:08.174Z] #45 12.35 Preparing to unpack .../1-libxml2_2.9.14+dfsg-1.3~deb12u1_arm64.deb ...
17:46:08 [2024-02-06T17:46:08.174Z] #45 12.42 Unpacking libxml2:arm64 (2.9.14+dfsg-1.3~deb12u1) ...
17:46:08 [2024-02-06T17:46:08.174Z] #45 12.76 Selecting previously unselected package libarchive13:arm64.
17:46:08 [2024-02-06T17:46:08.174Z] #45 12.77 Preparing to unpack .../2-libarchive13_3.6.2-1_arm64.deb ...
17:46:08 [2024-02-06T17:46:08.174Z] #45 12.77 Unpacking libarchive13:arm64 (3.6.2-1) ...
17:46:08 [2024-02-06T17:46:08.174Z] #45 12.95 Selecting previously unselected package libjsoncpp25:arm64.
17:46:08 [2024-02-06T17:46:08.174Z] #45 12.96 Preparing to unpack .../3-libjsoncpp25_1.9.5-4_arm64.deb ...
17:46:08 [2024-02-06T17:46:08.174Z] #45 12.99 Unpacking libjsoncpp25:arm64 (1.9.5-4) ...
17:46:08 [2024-02-06T17:46:08.174Z] #45 13.17 Selecting previously unselected package librhash0:arm64.
17:46:08 [2024-02-06T17:46:08.174Z] #45 13.18 Preparing to unpack .../4-librhash0_1.4.3-3_arm64.deb ...
17:46:08 [2024-02-06T17:46:08.174Z] #45 13.20 Unpacking librhash0:arm64 (1.4.3-3) ...
17:46:08 [2024-02-06T17:46:08.174Z] #45 13.47 Selecting previously unselected package libuv1:arm64.
17:46:08 [2024-02-06T17:46:08.174Z] #45 13.47 Preparing to unpack .../5-libuv1_1.44.2-1_arm64.deb ...
17:46:08 [2024-02-06T17:46:08.174Z] #45 13.49 Unpacking libuv1:arm64 (1.44.2-1) ...
17:46:08 [2024-02-06T17:46:08.174Z] #45 13.77 Selecting previously unselected package cmake-data.
17:46:08 [2024-02-06T17:46:08.174Z] #45 13.77 Preparing to unpack .../6-cmake-data_3.25.1-1_all.deb ...
17:46:08 [2024-02-06T17:46:08.174Z] #45 13.80 Unpacking cmake-data (3.25.1-1) ...
17:46:08 [2024-02-06T17:46:08.174Z] #45 15.54 Selecting previously unselected package cmake.
17:46:08 [2024-02-06T17:46:08.174Z] #45 15.54 Preparing to unpack .../7-cmake_3.25.1-1_arm64.deb ...
17:46:08 [2024-02-06T17:46:08.174Z] #45 15.57 Unpacking cmake (3.25.1-1) ...
17:46:08 [2024-02-06T17:46:08.428Z] #45 ...
17:46:08 [2024-02-06T17:46:08.428Z] 
17:46:08 [2024-02-06T17:46:08.428Z] #26 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bookworm-slim@sha256:2bc5c236e9b262645a323e9088dfa3bb1ecb16cc75811daf40a23a824d665be9         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
17:46:08 [2024-02-06T17:46:08.428Z] #26 11.70 #=#=#                                                                         
##O#-#                                                                        
17:46:08 [2024-02-06T17:46:08.428Z] #26 12.05 #=#=#                                                                         
##O#-#                                                                        

                                                                           0.1%
#################                                                         24.7%
##############################################                            65.2%
##############################################################            86.8%
#######################################################################  100.0%
######################################################################## 100.0%
17:46:08 [2024-02-06T17:46:08.428Z] #26 13.09 
17:46:08 [2024-02-06T17:46:08.428Z] #26 16.87 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
17:46:08 [2024-02-06T17:46:08.428Z] #26 17.79 #=#=#                                                                         
17:46:08 [2024-02-06T17:46:08.428Z] #26 18.15 #=#=#                                                                         

######################################################################## 100.0%
17:46:08 [2024-02-06T17:46:08.429Z] #26 18.69 
17:46:08 [2024-02-06T17:46:08.429Z] #26 20.53 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
17:46:08 [2024-02-06T17:46:08.429Z] #26 ...
17:46:08 [2024-02-06T17:46:08.429Z] 
17:46:08 [2024-02-06T17:46:08.429Z] #65 [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             pkg-config
17:46:08 [2024-02-06T17:46:08.429Z] #65 16.24 Selecting previously unselected package libglib2.0-bin.
17:46:08 [2024-02-06T17:46:08.429Z] #65 16.24 Preparing to unpack .../15-libglib2.0-bin_2.74.6-2_arm64.deb ...
17:46:08 [2024-02-06T17:46:08.683Z] #65 16.26 Unpacking libglib2.0-bin (2.74.6-2) ...
17:46:08 [2024-02-06T17:46:08.683Z] #65 16.42 Selecting previously unselected package python3-lib2to3.
17:46:08 [2024-02-06T17:46:08.683Z] #65 16.43 Preparing to unpack .../16-python3-lib2to3_3.11.2-3_all.deb ...
17:46:08 [2024-02-06T17:46:08.683Z] #65 16.44 Unpacking python3-lib2to3 (3.11.2-3) ...
17:46:08 [2024-02-06T17:46:08.951Z] #65 16.57 Selecting previously unselected package python3-distutils.
17:46:08 [2024-02-06T17:46:08.951Z] #65 16.57 Preparing to unpack .../17-python3-distutils_3.11.2-3_all.deb ...
17:46:08 [2024-02-06T17:46:08.951Z] #65 16.58 Unpacking python3-distutils (3.11.2-3) ...
17:46:08 [2024-02-06T17:46:08.951Z] #65 16.73 Selecting previously unselected package libglib2.0-dev-bin.
17:46:08 [2024-02-06T17:46:08.951Z] #65 16.73 Preparing to unpack .../18-libglib2.0-dev-bin_2.74.6-2_arm64.deb ...
17:46:08 [2024-02-06T17:46:08.951Z] #65 16.75 Unpacking libglib2.0-dev-bin (2.74.6-2) ...
17:46:09 [2024-02-06T17:46:09.205Z] #65 16.97 Selecting previously unselected package libsepol-dev:arm64.
17:46:09 [2024-02-06T17:46:09.205Z] #65 16.97 Preparing to unpack .../19-libsepol-dev_3.4-2.1_arm64.deb ...
17:46:09 [2024-02-06T17:46:09.205Z] #65 16.98 Unpacking libsepol-dev:arm64 (3.4-2.1) ...
17:46:09 [2024-02-06T17:46:09.777Z] #65 17.27 Selecting previously unselected package libpcre2-16-0:arm64.
17:46:09 [2024-02-06T17:46:09.777Z] #65 17.27 Preparing to unpack .../20-libpcre2-16-0_10.42-1_arm64.deb ...
17:46:09 [2024-02-06T17:46:09.777Z] #65 17.42 Unpacking libpcre2-16-0:arm64 (10.42-1) ...
17:46:10 [2024-02-06T17:46:10.033Z] #65 17.67 Selecting previously unselected package libpcre2-32-0:arm64.
17:46:10 [2024-02-06T17:46:10.033Z] #65 17.68 Preparing to unpack .../21-libpcre2-32-0_10.42-1_arm64.deb ...
17:46:10 [2024-02-06T17:46:10.033Z] #65 17.71 Unpacking libpcre2-32-0:arm64 (10.42-1) ...
17:46:10 [2024-02-06T17:46:10.288Z] #65 18.11 Selecting previously unselected package libpcre2-posix3:arm64.
17:46:10 [2024-02-06T17:46:10.288Z] #65 ...
17:46:10 [2024-02-06T17:46:10.288Z] 
17:46:10 [2024-02-06T17:46:10.288Z] #71 [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...)
17:46:10 [2024-02-06T17:46:10.543Z] #71 ...
17:46:10 [2024-02-06T17:46:10.543Z] 
17:46:10 [2024-02-06T17:46:10.543Z] #26 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bookworm-slim@sha256:2bc5c236e9b262645a323e9088dfa3bb1ecb16cc75811daf40a23a824d665be9         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
17:46:10 [2024-02-06T17:46:10.543Z] #26 21.45 #=#=#                                                                         
17:46:10 [2024-02-06T17:46:10.543Z] #26 21.80 #=#=#                                                                         

######################################################################## 100.0%
17:46:10 [2024-02-06T17:46:10.543Z] #26 22.44 
17:46:10 [2024-02-06T17:46:10.543Z] #26 22.54 Download of images into '/build' complete.
17:46:10 [2024-02-06T17:46:10.543Z] #26 22.54 Use something like the following to load the result into a Docker daemon:
17:46:10 [2024-02-06T17:46:10.543Z] #26 22.54   tar -cC '/build' . | docker load
17:46:11 [2024-02-06T17:46:11.102Z] #26 DONE 23.5s
17:46:11 [2024-02-06T17:46:11.102Z] 
17:46:11 [2024-02-06T17:46:11.102Z] #68 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.7.13" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
17:46:11 [2024-02-06T17:46:11.102Z] #68 DONE 17.7s
17:46:11 [2024-02-06T17:46:11.102Z] 
17:46:11 [2024-02-06T17:46:11.102Z] #45 [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
17:46:11 [2024-02-06T17:46:11.102Z] #45 17.06 Setting up libicu72:arm64 (72.1-3) ...
17:46:11 [2024-02-06T17:46:11.102Z] #45 17.23 Setting up libuv1:arm64 (1.44.2-1) ...
17:46:11 [2024-02-06T17:46:11.102Z] #45 17.29 Setting up libjsoncpp25:arm64 (1.9.5-4) ...
17:46:11 [2024-02-06T17:46:11.102Z] #45 17.31 Setting up librhash0:arm64 (1.4.3-3) ...
17:46:11 [2024-02-06T17:46:11.102Z] #45 17.37 Setting up cmake-data (3.25.1-1) ...
17:46:11 [2024-02-06T17:46:11.102Z] #45 17.44 Setting up libxml2:arm64 (2.9.14+dfsg-1.3~deb12u1) ...
17:46:11 [2024-02-06T17:46:11.102Z] #45 17.49 Setting up libarchive13:arm64 (3.6.2-1) ...
17:46:11 [2024-02-06T17:46:11.102Z] #45 17.50 Setting up cmake (3.25.1-1) ...
17:46:11 [2024-02-06T17:46:11.102Z] #45 17.55 Processing triggers for libc-bin (2.36-9+deb12u4) ...
17:46:11 [2024-02-06T17:46:11.102Z] #45 DONE 18.6s
17:46:11 [2024-02-06T17:46:11.102Z] 
17:46:11 [2024-02-06T17:46:11.102Z] #65 [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             pkg-config
17:46:11 [2024-02-06T17:46:11.102Z] #65 18.11 Selecting previously unselected package libpcre2-posix3:arm64.
17:46:11 [2024-02-06T17:46:11.102Z] #65 18.11 Preparing to unpack .../22-libpcre2-posix3_10.42-1_arm64.deb ...
17:46:11 [2024-02-06T17:46:11.102Z] #65 18.15 Unpacking libpcre2-posix3:arm64 (10.42-1) ...
17:46:11 [2024-02-06T17:46:11.102Z] #65 18.40 Selecting previously unselected package libpcre2-dev:arm64.
17:46:11 [2024-02-06T17:46:11.102Z] #65 18.40 Preparing to unpack .../23-libpcre2-dev_10.42-1_arm64.deb ...
17:46:11 [2024-02-06T17:46:11.102Z] #65 18.43 Unpacking libpcre2-dev:arm64 (10.42-1) ...
17:46:11 [2024-02-06T17:46:11.102Z] #65 18.77 Selecting previously unselected package libselinux1-dev:arm64.
17:46:11 [2024-02-06T17:46:11.102Z] #65 18.77 Preparing to unpack .../24-libselinux1-dev_3.4-1+b6_arm64.deb ...
17:46:11 [2024-02-06T17:46:11.102Z] #65 18.81 Unpacking libselinux1-dev:arm64 (3.4-1+b6) ...
17:46:11 [2024-02-06T17:46:11.404Z] #65 19.15 Selecting previously unselected package libmount-dev:arm64.
17:46:11 [2024-02-06T17:46:11.660Z] #65 19.16 Preparing to unpack .../25-libmount-dev_2.38.1-5+b1_arm64.deb ...
17:46:11 [2024-02-06T17:46:11.660Z] #65 19.17 Unpacking libmount-dev:arm64 (2.38.1-5+b1) ...
17:46:11 [2024-02-06T17:46:11.660Z] #65 19.54 Selecting previously unselected package zlib1g-dev:arm64.
17:46:11 [2024-02-06T17:46:11.927Z] #65 19.54 Preparing to unpack .../26-zlib1g-dev_1%3a1.2.13.dfsg-1_arm64.deb ...
17:46:11 [2024-02-06T17:46:11.927Z] #65 19.58 Unpacking zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ...
17:46:12 [2024-02-06T17:46:12.181Z] #65 ...
17:46:12 [2024-02-06T17:46:12.181Z] 
17:46:12 [2024-02-06T17:46:12.181Z] #72 [dev-systemd-false  1/21] COPY --link --from=frozen-images /build/ /docker-frozen-images
17:46:12 [2024-02-06T17:46:12.181Z] #72 DONE 0.5s
17:46:12 [2024-02-06T17:46:12.181Z] 
17:46:12 [2024-02-06T17:46:12.181Z] #65 [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             pkg-config
17:46:12 [2024-02-06T17:46:12.181Z] #65 19.90 Selecting previously unselected package libglib2.0-dev:arm64.
17:46:12 [2024-02-06T17:46:12.181Z] #65 19.91 Preparing to unpack .../27-libglib2.0-dev_2.74.6-2_arm64.deb ...
17:46:12 [2024-02-06T17:46:12.181Z] #65 19.92 Unpacking libglib2.0-dev:arm64 (2.74.6-2) ...
17:46:12 [2024-02-06T17:46:12.740Z] #65 20.37 Selecting previously unselected package libsecret-1-dev:arm64.
17:46:12 [2024-02-06T17:46:12.740Z] #65 20.38 Preparing to unpack .../28-libsecret-1-dev_0.20.5-3_arm64.deb ...
17:46:12 [2024-02-06T17:46:12.740Z] #65 20.38 Unpacking libsecret-1-dev:arm64 (0.20.5-3) ...
17:46:12 [2024-02-06T17:46:12.995Z] #65 20.72 Setting up libglib2.0-0:arm64 (2.74.6-2) ...
17:46:12 [2024-02-06T17:46:12.995Z] #65 20.75 No schema files found: doing nothing.
17:46:12 [2024-02-06T17:46:12.995Z] #65 20.78 Setting up libffi-dev:arm64 (3.4.4-1) ...
17:46:12 [2024-02-06T17:46:12.995Z] #65 20.82 Setting up libpcre2-16-0:arm64 (10.42-1) ...
17:46:12 [2024-02-06T17:46:12.995Z] #65 20.84 Setting up libbtrfs0:arm64 (6.2-1) ...
17:46:12 [2024-02-06T17:46:12.995Z] #65 20.92 Setting up libpcre2-32-0:arm64 (10.42-1) ...
17:46:12 [2024-02-06T17:46:12.995Z] #65 ...
17:46:12 [2024-02-06T17:46:12.995Z] 
17:46:12 [2024-02-06T17:46:12.995Z] #73 [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...)
17:46:12 [2024-02-06T17:46:12.995Z] #73 0.683 go: downloading github.com/Masterminds/semver/v3 v3.2.1
17:46:12 [2024-02-06T17:46:12.995Z] #73 0.687 go: downloading github.com/urfave/cli/v2 v2.27.1
17:46:12 [2024-02-06T17:46:12.995Z] #73 0.871 go: downloading golang.org/x/sys v0.16.0
17:46:12 [2024-02-06T17:46:12.995Z] #73 0.881 go: downloading github.com/containernetworking/plugins v1.4.0
17:46:12 [2024-02-06T17:46:12.995Z] #73 0.882 go: downloading github.com/google/uuid v1.6.0
17:46:12 [2024-02-06T17:46:12.995Z] #73 0.936 go: downloading github.com/gorilla/mux v1.8.1
17:46:12 [2024-02-06T17:46:12.995Z] #73 0.963 go: downloading github.com/moby/sys/mountinfo v0.7.1
17:46:12 [2024-02-06T17:46:12.995Z] #73 1.556 go: downloading github.com/insomniacslk/dhcp v0.0.0-20230516061539-49801966e6cb
17:46:12 [2024-02-06T17:46:12.995Z] #73 2.460 go: downloading golang.org/x/net v0.17.0
17:46:12 [2024-02-06T17:46:12.995Z] #73 2.484 go: downloading github.com/u-root/uio v0.0.0-20230305220412-3e8cd9d6bf63
17:46:12 [2024-02-06T17:46:12.995Z] #73 2.542 go: downloading github.com/pierrec/lz4/v4 v4.1.17
17:46:12 [2024-02-06T17:46:12.995Z] #73 2.546 go: downloading github.com/josharian/native v1.1.0
17:46:13 [2024-02-06T17:46:13.251Z] #73 ...
17:46:13 [2024-02-06T17:46:13.251Z] 
17:46:13 [2024-02-06T17:46:13.251Z] #65 [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             pkg-config
17:46:13 [2024-02-06T17:46:13.251Z] #65 20.92 Setting up libpcre2-32-0:arm64 (10.42-1) ...
17:46:13 [2024-02-06T17:46:13.251Z] #65 20.93 Setting up libglib2.0-data (2.74.6-2) ...
17:46:13 [2024-02-06T17:46:13.251Z] #65 20.96 Setting up libgpg-error-dev (1.46-1) ...
17:46:13 [2024-02-06T17:46:13.251Z] #65 21.13 Setting up uuid-dev:arm64 (2.38.1-5+b1) ...
17:46:13 [2024-02-06T17:46:13.519Z] #65 21.15 Setting up libsepol-dev:arm64 (3.4-2.1) ...
17:46:13 [2024-02-06T17:46:13.519Z] #65 21.20 Setting up zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ...
17:46:13 [2024-02-06T17:46:13.519Z] #65 21.24 Setting up libpcre2-posix3:arm64 (10.42-1) ...
17:46:13 [2024-02-06T17:46:13.519Z] #65 21.32 Setting up libbtrfs-dev:arm64 (6.2-1) ...
17:46:13 [2024-02-06T17:46:13.519Z] #65 21.38 Setting up libgirepository-1.0-1:arm64 (1.74.0-3) ...
17:46:13 [2024-02-06T17:46:13.774Z] #65 21.48 Setting up python3-lib2to3 (3.11.2-3) ...
17:46:13 [2024-02-06T17:46:13.774Z] #65 ...
17:46:13 [2024-02-06T17:46:13.774Z] 
17:46:13 [2024-02-06T17:46:13.774Z] #67 [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
17:46:13 [2024-02-06T17:46:13.774Z] #67 21.45 tomll can be used in two ways:
17:46:13 [2024-02-06T17:46:13.774Z] #67 21.45 Writing to STDIN and reading from STDOUT:
17:46:13 [2024-02-06T17:46:13.774Z] #67 21.45   cat file.toml | tomll > file.toml
17:46:13 [2024-02-06T17:46:13.774Z] #67 21.45 
17:46:13 [2024-02-06T17:46:13.774Z] #67 21.45 Reading and updating a list of files:
17:46:13 [2024-02-06T17:46:13.774Z] #67 21.45   tomll a.toml b.toml c.toml
17:46:13 [2024-02-06T17:46:13.774Z] #67 21.45 
17:46:13 [2024-02-06T17:46:13.774Z] #67 21.45 When given a list of files, tomll will modify all files in place without asking.
17:46:13 [2024-02-06T17:46:13.774Z] #67 DONE 21.9s
17:46:14 [2024-02-06T17:46:14.029Z] 
17:46:14 [2024-02-06T17:46:14.029Z] #74 [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             pkg-config
17:46:14 [2024-02-06T17:46:14.029Z] #74 1.084 Hit:1 http://deb.debian.org/debian bookworm InRelease
17:46:14 [2024-02-06T17:46:14.029Z] #74 1.084 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
17:46:14 [2024-02-06T17:46:14.029Z] #74 1.084 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
17:46:14 [2024-02-06T17:46:14.029Z] #74 1.845 Reading package lists...
17:46:14 [2024-02-06T17:46:14.029Z] #74 2.959 + apt-get  install -y --no-install-recommends gcc libc6-dev pkg-config
17:46:15 [2024-02-06T17:46:15.404Z] #74 2.966 Reading package lists...
17:46:15 [2024-02-06T17:46:15.658Z] #74 4.095 Building dependency tree...#74 ...
17:46:15 [2024-02-06T17:46:15.658Z] 
17:46:15 [2024-02-06T17:46:15.658Z] #60 [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
17:46:15 [2024-02-06T17:46:15.658Z] #60 23.35 v3.6.0
17:46:15 [2024-02-06T17:46:15.658Z] #60 DONE 23.6s
17:46:15 [2024-02-06T17:46:15.658Z] 
17:46:15 [2024-02-06T17:46:15.658Z] #74 [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             pkg-config
17:46:15 [2024-02-06T17:46:15.658Z] #74 4.095 Building dependency tree...
17:46:15 [2024-02-06T17:46:15.658Z] #74 4.544 Reading state information...
17:46:15 [2024-02-06T17:46:15.913Z] #74 ...
17:46:15 [2024-02-06T17:46:15.913Z] 
17:46:15 [2024-02-06T17:46:15.913Z] #65 [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             pkg-config
17:46:15 [2024-02-06T17:46:15.913Z] #65 21.81 Setting up libelf1:arm64 (0.188-2.1) ...
17:46:15 [2024-02-06T17:46:15.913Z] #65 21.84 Setting up libsecret-common (0.20.5-3) ...
17:46:15 [2024-02-06T17:46:15.913Z] #65 21.88 Setting up python3-distutils (3.11.2-3) ...
17:46:15 [2024-02-06T17:46:15.913Z] #65 22.24 Setting up libglib2.0-dev-bin (2.74.6-2) ...
17:46:15 [2024-02-06T17:46:15.913Z] #65 22.75 Setting up libblkid-dev:arm64 (2.38.1-5+b1) ...
17:46:15 [2024-02-06T17:46:15.913Z] #65 22.76 Setting up libpcre2-dev:arm64 (10.42-1) ...
17:46:15 [2024-02-06T17:46:15.913Z] #65 22.80 Setting up libselinux1-dev:arm64 (3.4-1+b6) ...
17:46:15 [2024-02-06T17:46:15.913Z] #65 22.85 Setting up libglib2.0-bin (2.74.6-2) ...
17:46:15 [2024-02-06T17:46:15.913Z] #65 22.90 Setting up libsecret-1-0:arm64 (0.20.5-3) ...
17:46:15 [2024-02-06T17:46:15.913Z] #65 22.97 Setting up libgcrypt20-dev (1.10.1-3) ...
17:46:15 [2024-02-06T17:46:15.913Z] #65 23.17 Setting up gir1.2-glib-2.0:arm64 (1.74.0-3) ...
17:46:15 [2024-02-06T17:46:15.913Z] #65 23.27 Setting up libmount-dev:arm64 (2.38.1-5+b1) ...
17:46:15 [2024-02-06T17:46:15.913Z] #65 23.34 Setting up gir1.2-secret-1:arm64 (0.20.5-3) ...
17:46:15 [2024-02-06T17:46:15.913Z] #65 23.40 Setting up libglib2.0-dev:arm64 (2.74.6-2) ...
17:46:15 [2024-02-06T17:46:15.913Z] #65 23.46 Setting up libsecret-1-dev:arm64 (0.20.5-3) ...
17:46:15 [2024-02-06T17:46:15.913Z] #65 23.47 Processing triggers for libc-bin (2.36-9+deb12u4) ...
17:46:15 [2024-02-06T17:46:15.913Z] #65 DONE 23.7s
17:46:16 [2024-02-06T17:46:16.168Z] 
17:46:16 [2024-02-06T17:46:16.168Z] #74 [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             pkg-config
17:46:16 [2024-02-06T17:46:16.168Z] #74 4.964 gcc is already the newest version (4:12.2.0-3).
17:46:16 [2024-02-06T17:46:16.168Z] #74 4.964 libc6-dev is already the newest version (2.36-9+deb12u4).
17:46:16 [2024-02-06T17:46:16.168Z] #74 4.964 pkg-config is already the newest version (1.8.1-1).
17:46:16 [2024-02-06T17:46:16.168Z] #74 4.964 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
17:46:16 [2024-02-06T17:46:16.168Z] #74 DONE 5.1s
17:46:16 [2024-02-06T17:46:16.168Z] 
17:46:16 [2024-02-06T17:46:16.168Z] #75 [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...)
17:46:17 [2024-02-06T17:46:17.091Z] #75 ...
17:46:17 [2024-02-06T17:46:17.091Z] 
17:46:17 [2024-02-06T17:46:17.091Z] #61 [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.1"      && /build/go-winres --help
17:46:17 [2024-02-06T17:46:17.091Z] #61 24.94 NAME:
17:46:17 [2024-02-06T17:46:17.091Z] #61 24.94    go-winres - A tool for embedding resources in Windows executables
17:46:17 [2024-02-06T17:46:17.091Z] #61 24.94 
17:46:17 [2024-02-06T17:46:17.091Z] #61 24.94 USAGE:
17:46:17 [2024-02-06T17:46:17.091Z] #61 24.94    go-winres [global options] command [command options] [arguments...]
17:46:17 [2024-02-06T17:46:17.091Z] #61 24.94 
17:46:17 [2024-02-06T17:46:17.091Z] #61 24.94 COMMANDS:
17:46:17 [2024-02-06T17:46:17.091Z] #61 24.94    init     Create an initial ./winres/winres.json
17:46:17 [2024-02-06T17:46:17.091Z] #61 24.94    make     Make syso files for the "go build" command
17:46:17 [2024-02-06T17:46:17.091Z] #61 24.94    simply   Make syso files for the "go build" command (simplified)
17:46:17 [2024-02-06T17:46:17.091Z] #61 24.94    extract  Extract all resources from an executable
17:46:17 [2024-02-06T17:46:17.091Z] #61 24.94    patch    Replace resources in an executable file (exe, dll)
17:46:17 [2024-02-06T17:46:17.091Z] #61 24.94    help, h  Shows a list of commands or help for one command
17:46:17 [2024-02-06T17:46:17.091Z] #61 24.94 
17:46:17 [2024-02-06T17:46:17.091Z] #61 24.94 GLOBAL OPTIONS:
17:46:17 [2024-02-06T17:46:17.091Z] #61 24.94    --help, -h  show help (default: false)
17:46:17 [2024-02-06T17:46:17.091Z] #61 DONE 25.1s
17:46:17 [2024-02-06T17:46:17.091Z] 
17:46:17 [2024-02-06T17:46:17.091Z] #76 [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...)
17:46:17 [2024-02-06T17:46:17.091Z] #76 0.759 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
17:46:17 [2024-02-06T17:46:17.091Z] #76 0.759   Compatibility with CMake < 2.8.12 will be removed from a future version of
17:46:17 [2024-02-06T17:46:17.091Z] #76 0.759   CMake.
17:46:17 [2024-02-06T17:46:17.091Z] #76 0.759 
17:46:17 [2024-02-06T17:46:17.091Z] #76 0.759   Update the VERSION argument <min> value or use a ...<max> suffix to tell
17:46:17 [2024-02-06T17:46:17.091Z] #76 0.759   CMake that the project does not need compatibility with older versions.
17:46:17 [2024-02-06T17:46:17.091Z] #76 0.759 
17:46:17 [2024-02-06T17:46:17.091Z] #76 0.775 
17:46:17 [2024-02-06T17:46:17.091Z] #76 0.955 -- The C compiler identification is GNU 12.2.0
17:46:17 [2024-02-06T17:46:17.091Z] #76 1.046 -- Detecting C compiler ABI info
17:46:17 [2024-02-06T17:46:17.650Z] #76 1.467 -- Detecting C compiler ABI info - done
17:46:17 [2024-02-06T17:46:17.650Z] #76 1.481 -- Check for working C compiler: /usr/bin/aarch64-linux-gnu-gcc - skipped
17:46:17 [2024-02-06T17:46:17.650Z] #76 1.497 -- Detecting C compile features
17:46:17 [2024-02-06T17:46:17.650Z] #76 1.498 -- Detecting C compile features - done
17:46:17 [2024-02-06T17:46:17.650Z] #76 1.513 -- Performing Test HAS_BUILTIN_FORTIFY
17:46:17 [2024-02-06T17:46:17.650Z] #76 1.650 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
17:46:17 [2024-02-06T17:46:17.904Z] #76 1.691 -- Configuring done
17:46:17 [2024-02-06T17:46:17.904Z] #76 1.696 -- Generating done
17:46:17 [2024-02-06T17:46:17.904Z] #76 1.702 -- Build files have been written to: /go/src/github.com/krallin/tini
17:46:17 [2024-02-06T17:46:17.904Z] #76 1.848 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
17:46:18 [2024-02-06T17:46:18.158Z] #76 ...
17:46:18 [2024-02-06T17:46:18.158Z] 
17:46:18 [2024-02-06T17:46:18.158Z] #77 [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...)
17:46:18 [2024-02-06T17:46:18.158Z] #77 0.695 go build -trimpath -buildmode=pie  -tags "seccomp netgo osusergo" -ldflags "-X main.gitCommit=v1.1.12-0-g51d5e94 -X main.version=1.1.12 -linkmode external -extldflags --static-pie " -o runc .
17:46:18 [2024-02-06T17:46:18.158Z] #77 ...
17:46:18 [2024-02-06T17:46:18.158Z] 
17:46:18 [2024-02-06T17:46:18.158Z] #69 [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.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
17:46:18 [2024-02-06T17:46:18.158Z] #69 4.072 Cloning into '/tmp/crun-build/libocispec/runtime-spec'...
17:46:18 [2024-02-06T17:46:18.158Z] #69 4.804 Cloning into '/tmp/crun-build/libocispec/yajl'...
17:46:18 [2024-02-06T17:46:18.158Z] #69 5.379 Submodule path 'libocispec/image-spec': checked out '0b40f0f367c396cc5a7d6a2e8c8842271d3d3844'
17:46:18 [2024-02-06T17:46:18.158Z] #69 5.430 Submodule path 'libocispec/runtime-spec': checked out '55ae2744e3a034668fa2c40687251095a69ed63e'
17:46:18 [2024-02-06T17:46:18.158Z] #69 5.455 Submodule path 'libocispec/yajl': checked out '49923ccb2143e36850bcdeb781e2bcdf5ce22f15'
17:46:18 [2024-02-06T17:46:18.158Z] #69 12.83 aclocal: warning: couldn't open directory 'm4': No such file or directory
17:46:18 [2024-02-06T17:46:18.413Z] #69 ...
17:46:18 [2024-02-06T17:46:18.413Z] 
17:46:18 [2024-02-06T17:46:18.413Z] #76 [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...)
17:46:18 [2024-02-06T17:46:18.413Z] #76 2.336 [100%] Linking C executable tini-static
17:46:18 [2024-02-06T17:46:18.671Z] #76 2.475 [100%] Built target tini-static
17:46:18 [2024-02-06T17:46:18.925Z] #76 DONE 2.8s
17:46:18 [2024-02-06T17:46:18.925Z] 
17:46:18 [2024-02-06T17:46:18.925Z] #75 [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...)
17:46:20 [2024-02-06T17:46:20.285Z] #75 4.052 + bin/ctr
17:46:20 [2024-02-06T17:46:20.285Z] #75 4.053 go build  -gcflags=-trimpath=/go/src  -o bin/ctr -ldflags '-X github.com/containerd/containerd/version.Version=v1.7.13 -X github.com/containerd/containerd/version.Revision=7c3aca7a610df76212171d200ca3811ff6096eb8 -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
17:46:26 [2024-02-06T17:46:26.812Z] #75 ...
17:46:26 [2024-02-06T17:46:26.812Z] 
17:46:26 [2024-02-06T17:46:26.812Z] #69 [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.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
17:46:26 [2024-02-06T17:46:26.812Z] #69 18.07 libtoolize: putting auxiliary files in '.'.
17:46:26 [2024-02-06T17:46:26.812Z] #69 18.07 libtoolize: copying file './ltmain.sh'
17:46:26 [2024-02-06T17:46:26.812Z] #69 18.95 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
17:46:26 [2024-02-06T17:46:26.812Z] #69 18.95 libtoolize: and rerunning libtoolize and aclocal.
17:46:26 [2024-02-06T17:46:26.812Z] #69 18.95 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
17:46:26 [2024-02-06T17:46:26.812Z] #69 22.38 configure.ac:7: installing './compile'
17:46:27 [2024-02-06T17:46:27.067Z] #69 22.38 configure.ac:11: installing './config.guess'
17:46:27 [2024-02-06T17:46:27.067Z] #69 22.40 configure.ac:11: installing './config.sub'
17:46:27 [2024-02-06T17:46:27.067Z] #69 22.40 configure.ac:8: installing './install-sh'
17:46:27 [2024-02-06T17:46:27.067Z] #69 22.40 configure.ac:8: installing './missing'
17:46:27 [2024-02-06T17:46:27.067Z] #69 22.44 Makefile.am: installing './depcomp'
17:46:27 [2024-02-06T17:46:27.627Z] #69 23.13 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
17:46:27 [2024-02-06T17:46:27.627Z] #69 23.13 libtoolize: copying file 'build-aux/ltmain.sh'
17:46:27 [2024-02-06T17:46:27.627Z] #69 23.26 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
17:46:27 [2024-02-06T17:46:27.882Z] #69 23.26 libtoolize: copying file 'm4/libtool.m4'
17:46:27 [2024-02-06T17:46:27.882Z] #69 23.48 libtoolize: copying file 'm4/ltoptions.m4'
17:46:28 [2024-02-06T17:46:28.137Z] #69 ...
17:46:28 [2024-02-06T17:46:28.137Z] 
17:46:28 [2024-02-06T17:46:28.137Z] #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
17:46:28 [2024-02-06T17:46:28.137Z] #62 35.53 gotestsum version dev
17:46:28 [2024-02-06T17:46:28.137Z] #62 DONE 36.1s
17:46:28 [2024-02-06T17:46:28.137Z] 
17:46:28 [2024-02-06T17:46:28.137Z] #69 [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.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
17:46:28 [2024-02-06T17:46:28.137Z] #69 23.56 libtoolize: copying file 'm4/ltsugar.m4'
17:46:28 [2024-02-06T17:46:28.137Z] #69 23.65 libtoolize: copying file 'm4/ltversion.m4'
17:46:28 [2024-02-06T17:46:28.137Z] #69 23.77 libtoolize: copying file 'm4/lt~obsolete.m4'
17:46:28 [2024-02-06T17:46:28.392Z] #69 23.93 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
17:46:30 [2024-02-06T17:46:30.912Z] #69 26.34 configure.ac:3: warning: The macro `AC_CONFIG_HEADER' is obsolete.
17:46:30 [2024-02-06T17:46:30.912Z] #69 26.34 configure.ac:3: You should run autoupdate.
17:46:30 [2024-02-06T17:46:30.912Z] #69 26.34 ./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from...
17:46:30 [2024-02-06T17:46:30.912Z] #69 26.34 configure.ac:3: the top level
17:46:32 [2024-02-06T17:46:32.807Z] #69 28.03 configure.ac:7: installing 'build-aux/compile'
17:46:32 [2024-02-06T17:46:32.807Z] #69 28.04 configure.ac:9: installing 'build-aux/config.guess'
17:46:32 [2024-02-06T17:46:32.807Z] #69 28.05 configure.ac:9: installing 'build-aux/config.sub'
17:46:32 [2024-02-06T17:46:32.807Z] #69 28.05 configure.ac:11: installing 'build-aux/install-sh'
17:46:32 [2024-02-06T17:46:32.807Z] #69 28.06 configure.ac:11: installing 'build-aux/missing'
17:46:32 [2024-02-06T17:46:32.807Z] #69 28.10 Makefile.am: installing 'build-aux/depcomp'
17:46:32 [2024-02-06T17:46:32.807Z] #69 28.14 parallel-tests: installing 'build-aux/test-driver'
17:46:33 [2024-02-06T17:46:33.731Z] #69 29.29 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
17:46:33 [2024-02-06T17:46:33.985Z] #69 29.29 libtoolize: copying file 'build-aux/ltmain.sh'
17:46:34 [2024-02-06T17:46:34.240Z] #69 29.78 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
17:46:34 [2024-02-06T17:46:34.240Z] #69 29.78 libtoolize: copying file 'm4/libtool.m4'
17:46:34 [2024-02-06T17:46:34.240Z] #69 29.93 libtoolize: copying file 'm4/ltoptions.m4'
17:46:34 [2024-02-06T17:46:34.494Z] #69 30.12 libtoolize: copying file 'm4/ltsugar.m4'
17:46:34 [2024-02-06T17:46:34.749Z] #69 30.31 libtoolize: copying file 'm4/ltversion.m4'
17:46:35 [2024-02-06T17:46:35.003Z] #69 30.51 libtoolize: copying file 'm4/lt~obsolete.m4'
17:46:41 [2024-02-06T17:46:41.526Z] #69 35.96 configure.ac:11: installing 'build-aux/compile'
17:46:41 [2024-02-06T17:46:41.526Z] #69 35.97 configure.ac:11: installing 'build-aux/config.guess'
17:46:41 [2024-02-06T17:46:41.526Z] #69 35.98 configure.ac:11: installing 'build-aux/config.sub'
17:46:41 [2024-02-06T17:46:41.526Z] #69 35.98 configure.ac:13: installing 'build-aux/install-sh'
17:46:41 [2024-02-06T17:46:41.526Z] #69 35.98 configure.ac:13: installing 'build-aux/missing'
17:46:41 [2024-02-06T17:46:41.526Z] #69 35.99 configure.ac:8: installing 'build-aux/tap-driver.sh'
17:46:41 [2024-02-06T17:46:41.526Z] #69 36.08 Makefile.am: installing 'build-aux/depcomp'
17:46:41 [2024-02-06T17:46:41.526Z] #69 36.89 checking build system type... aarch64-unknown-linux-gnu
17:46:41 [2024-02-06T17:46:41.781Z] #69 37.08 checking host system type... aarch64-unknown-linux-gnu
17:46:41 [2024-02-06T17:46:41.781Z] #69 37.08 checking how to print strings... printf
17:46:41 [2024-02-06T17:46:41.781Z] #69 37.10 checking for gcc... gcc
17:46:41 [2024-02-06T17:46:41.781Z] #69 37.28 checking whether the C compiler works... yes
17:46:42 [2024-02-06T17:46:42.035Z] #69 37.44 checking for C compiler default output file name... a.out
17:46:42 [2024-02-06T17:46:42.035Z] #69 37.44 checking for suffix of executables... 
17:46:42 [2024-02-06T17:46:42.290Z] #69 37.58 checking whether we are cross compiling... no
17:46:42 [2024-02-06T17:46:42.290Z] #69 37.68 checking for suffix of object files... o
17:46:42 [2024-02-06T17:46:42.290Z] #69 37.75 checking whether the compiler supports GNU C... yes
17:46:42 [2024-02-06T17:46:42.290Z] #69 37.83 checking whether gcc accepts -g... yes
17:46:42 [2024-02-06T17:46:42.544Z] #69 37.92 checking for gcc option to enable C11 features... none needed
17:46:42 [2024-02-06T17:46:42.799Z] #69 38.14 checking whether gcc understands -c and -o together... yes
17:46:43 [2024-02-06T17:46:43.053Z] #69 38.31 checking for a sed that does not truncate output... /usr/bin/sed
17:46:43 [2024-02-06T17:46:43.053Z] #69 38.32 checking for grep that handles long lines and -e... /usr/bin/grep
17:46:43 [2024-02-06T17:46:43.053Z] #69 38.34 checking for egrep... /usr/bin/grep -E
17:46:43 [2024-02-06T17:46:43.053Z] #69 38.35 checking for fgrep... /usr/bin/grep -F
17:46:43 [2024-02-06T17:46:43.053Z] #69 38.36 checking for ld used by gcc... /usr/bin/ld
17:46:43 [2024-02-06T17:46:43.053Z] #69 38.39 checking if the linker (/usr/bin/ld) is GNU ld... yes
17:46:43 [2024-02-06T17:46:43.053Z] #69 38.39 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
17:46:43 [2024-02-06T17:46:43.053Z] #69 38.41 checking the name lister (/usr/bin/nm -B) interface... BSD nm
17:46:43 [2024-02-06T17:46:43.053Z] #69 38.51 checking whether ln -s works... yes
17:46:43 [2024-02-06T17:46:43.053Z] #69 38.51 checking the maximum length of command line arguments... 1572864
17:46:43 [2024-02-06T17:46:43.053Z] #69 38.54 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
17:46:43 [2024-02-06T17:46:43.053Z] #69 38.54 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
17:46:43 [2024-02-06T17:46:43.053Z] #69 38.54 checking for /usr/bin/ld option to reload object files... -r
17:46:43 [2024-02-06T17:46:43.053Z] #69 38.54 checking for file... file
17:46:43 [2024-02-06T17:46:43.053Z] #69 38.55 checking for objdump... objdump
17:46:43 [2024-02-06T17:46:43.053Z] #69 38.55 checking how to recognize dependent libraries... pass_all
17:46:43 [2024-02-06T17:46:43.053Z] #69 38.55 checking for dlltool... no
17:46:43 [2024-02-06T17:46:43.053Z] #69 38.55 checking how to associate runtime and link libraries... printf %s\n
17:46:43 [2024-02-06T17:46:43.053Z] #69 38.55 checking for ar... ar
17:46:43 [2024-02-06T17:46:43.053Z] #69 38.55 checking for archiver @FILE support... @
17:46:43 [2024-02-06T17:46:43.308Z] #69 38.64 checking for strip... strip
17:46:43 [2024-02-06T17:46:43.308Z] #69 38.64 checking for ranlib... ranlib
17:46:43 [2024-02-06T17:46:43.308Z] #69 38.64 checking for gawk... no
17:46:43 [2024-02-06T17:46:43.308Z] #69 38.64 checking for mawk... mawk
17:46:43 [2024-02-06T17:46:43.308Z] #69 38.64 checking command to parse /usr/bin/nm -B output from gcc object... ok
17:46:43 [2024-02-06T17:46:43.562Z] #69 38.89 checking for sysroot... no
17:46:43 [2024-02-06T17:46:43.562Z] #69 38.89 checking for a working dd... /usr/bin/dd
17:46:43 [2024-02-06T17:46:43.562Z] #69 38.90 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
17:46:43 [2024-02-06T17:46:43.562Z] #69 38.93 checking for mt... no
17:46:43 [2024-02-06T17:46:43.562Z] #69 38.93 checking if : is a manifest tool... no
17:46:43 [2024-02-06T17:46:43.562Z] #69 38.96 checking for stdio.h... yes
17:46:43 [2024-02-06T17:46:43.562Z] #69 39.01 checking for stdlib.h... yes
17:46:43 [2024-02-06T17:46:43.817Z] #69 39.18 checking for string.h... yes
17:46:43 [2024-02-06T17:46:43.817Z] #69 39.33 checking for inttypes.h... yes
17:46:43 [2024-02-06T17:46:43.817Z] #69 39.40 checking for stdint.h... yes
17:46:44 [2024-02-06T17:46:44.071Z] #69 39.48 checking for strings.h... yes
17:46:44 [2024-02-06T17:46:44.071Z] #69 39.57 checking for sys/stat.h... yes
17:46:44 [2024-02-06T17:46:44.326Z] #69 39.74 checking for sys/types.h... yes
17:46:44 [2024-02-06T17:46:44.580Z] #69 39.87 checking for unistd.h... yes
17:46:44 [2024-02-06T17:46:44.580Z] #69 39.94 checking for dlfcn.h... yes
17:46:44 [2024-02-06T17:46:44.580Z] #69 40.09 checking for objdir... .libs
17:46:44 [2024-02-06T17:46:44.835Z] #69 40.32 checking if gcc supports -fno-rtti -fno-exceptions... no
17:46:45 [2024-02-06T17:46:45.089Z] #69 40.44 checking for gcc option to produce PIC... -fPIC -DPIC
17:46:45 [2024-02-06T17:46:45.089Z] #69 40.44 checking if gcc PIC flag -fPIC -DPIC works... yes
17:46:45 [2024-02-06T17:46:45.343Z] #69 40.56 checking if gcc static flag -static works... yes
17:46:45 [2024-02-06T17:46:45.343Z] #69 40.84 checking if gcc supports -c -o file.o... yes
17:46:45 [2024-02-06T17:46:45.343Z] #69 41.01 checking if gcc supports -c -o file.o... (cached) yes
17:46:45 [2024-02-06T17:46:45.598Z] #69 41.01 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
17:46:45 [2024-02-06T17:46:45.852Z] #69 41.07 checking dynamic linker characteristics... GNU/Linux ld.so
17:46:45 [2024-02-06T17:46:45.852Z] #69 41.33 checking how to hardcode library paths into programs... immediate
17:46:45 [2024-02-06T17:46:45.852Z] #69 41.33 checking whether stripping libraries is possible... yes
17:46:45 [2024-02-06T17:46:45.852Z] #69 41.34 checking if libtool supports shared libraries... yes
17:46:45 [2024-02-06T17:46:45.852Z] #69 41.34 checking whether to build shared libraries... no
17:46:45 [2024-02-06T17:46:45.852Z] #69 41.34 checking whether to build static libraries... yes
17:46:45 [2024-02-06T17:46:45.852Z] #69 41.34 checking for a BSD-compatible install... /usr/bin/install -c
17:46:45 [2024-02-06T17:46:45.852Z] #69 41.38 checking whether build environment is sane... yes
17:46:46 [2024-02-06T17:46:46.106Z] #69 41.44 checking for a race-free mkdir -p... /usr/bin/mkdir -p
17:46:46 [2024-02-06T17:46:46.107Z] #69 41.44 checking whether make sets $(MAKE)... yes
17:46:46 [2024-02-06T17:46:46.107Z] #69 41.51 checking whether make supports the include directive... yes (GNU style)
17:46:46 [2024-02-06T17:46:46.361Z] #69 41.57 checking whether make supports nested variables... yes
17:46:46 [2024-02-06T17:46:46.362Z] #69 41.60 checking whether UID '0' is supported by ustar format... yes
17:46:46 [2024-02-06T17:46:46.362Z] #69 41.60 checking whether GID '0' is supported by ustar format... yes
17:46:46 [2024-02-06T17:46:46.362Z] #69 41.60 checking how to create a ustar tar archive... gnutar
17:46:46 [2024-02-06T17:46:46.362Z] #69 41.65 checking dependency style of gcc... gcc3
17:46:46 [2024-02-06T17:46:46.362Z] #69 41.82 checking whether to enable maintainer-specific portions of Makefiles... yes
17:46:46 [2024-02-06T17:46:46.362Z] #69 41.82 checking whether make supports nested variables... (cached) yes
17:46:46 [2024-02-06T17:46:46.362Z] #69 41.83 checking for gawk... (cached) mawk
17:46:46 [2024-02-06T17:46:46.362Z] #69 41.83 checking for a sed that does not truncate output... (cached) /usr/bin/sed
17:46:46 [2024-02-06T17:46:46.362Z] #69 41.85 checking for gcc... (cached) gcc
17:46:46 [2024-02-06T17:46:46.362Z] #69 41.98 checking whether the compiler supports GNU C... (cached) yes
17:46:46 [2024-02-06T17:46:46.616Z] #69 41.98 checking whether gcc accepts -g... (cached) yes
17:46:46 [2024-02-06T17:46:46.616Z] #69 41.98 checking for gcc option to enable C11 features... (cached) none needed
17:46:46 [2024-02-06T17:46:46.616Z] #69 41.98 checking whether gcc understands -c and -o together... (cached) yes
17:46:46 [2024-02-06T17:46:46.616Z] #69 41.98 checking for a Python interpreter with version >= 3... python3
17:46:46 [2024-02-06T17:46:46.616Z] #69 42.05 checking for python3... /usr/bin/python3
17:46:46 [2024-02-06T17:46:46.616Z] #69 42.05 checking for python3 version... 3.11
17:46:46 [2024-02-06T17:46:46.616Z] #69 42.10 checking for python3 platform... linux
17:46:46 [2024-02-06T17:46:46.616Z] #69 42.13 checking for GNU default python3 prefix... ${prefix}
17:46:46 [2024-02-06T17:46:46.616Z] #69 42.13 checking for GNU default python3 exec_prefix... ${exec_prefix}
17:46:46 [2024-02-06T17:46:46.616Z] #69 42.13 checking for python3 script directory (pythondir)... ${PYTHON_PREFIX}/lib/python3.11/site-packages
17:46:46 [2024-02-06T17:46:46.871Z] #69 42.21 checking for python3 extension module directory (pyexecdir)... ${PYTHON_EXEC_PREFIX}/lib/python3.11/site-packages
17:46:46 [2024-02-06T17:46:46.871Z] #69 42.28 checking for go-md2man... no
17:46:46 [2024-02-06T17:46:46.871Z] #69 42.28 checking for error.h... yes
17:46:47 [2024-02-06T17:46:47.125Z] #69 42.43 checking for linux/openat2.h... yes
17:46:47 [2024-02-06T17:46:47.125Z] #69 42.58 checking for stdatomic.h... yes
17:46:47 [2024-02-06T17:46:47.379Z] #69 42.69 checking for linux/ioprio.h... yes
17:46:47 [2024-02-06T17:46:47.379Z] #69 42.86 checking for atomic_int... yes
17:46:47 [2024-02-06T17:46:47.634Z] #69 43.03 checking for atomic_bool... yes
17:46:47 [2024-02-06T17:46:47.889Z] #69 43.23 checking for copy_file_range... yes
17:46:47 [2024-02-06T17:46:47.889Z] #69 43.38 checking for fgetxattr... yes
17:46:48 [2024-02-06T17:46:48.144Z] #69 43.50 checking for statx... yes
17:46:48 [2024-02-06T17:46:48.144Z] #69 43.67 checking for fgetpwent_r... yes
17:46:48 [2024-02-06T17:46:48.399Z] #69 43.82 checking for issetugid... no
17:46:48 [2024-02-06T17:46:48.659Z] #69 44.08 checking for memfd_create... yes
17:46:48 [2024-02-06T17:46:48.659Z] #69 44.19 checking for pkg-config... /usr/bin/pkg-config
17:46:48 [2024-02-06T17:46:48.659Z] #69 44.19 checking pkg-config is at least version 0.9.0... yes
17:46:48 [2024-02-06T17:46:48.918Z] #69 44.19 checking for library containing yajl_tree_get... -lyajl
17:46:48 [2024-02-06T17:46:48.918Z] #69 44.45 checking for yajl >= 2.0.0... yes
17:46:48 [2024-02-06T17:46:48.918Z] #69 44.47 checking for sys/capability.h... yes
17:46:49 [2024-02-06T17:46:49.427Z] #69 44.61 checking for library containing cap_from_name... -lcap
17:46:49 [2024-02-06T17:46:49.682Z] #69 44.95 checking for library containing gcry_check_version... no
17:46:49 [2024-02-06T17:46:49.682Z] #69 45.26 checking for library containing dlopen... none required
17:46:49 [2024-02-06T17:46:49.940Z] #69 45.37 checking for seccomp.h... yes
17:46:50 [2024-02-06T17:46:50.195Z] #69 45.50 checking for library containing seccomp_rule_add... -lseccomp
17:46:50 [2024-02-06T17:46:50.449Z] #69 45.66 checking for library containing seccomp_arch_resolve_name... none required
17:46:50 [2024-02-06T17:46:50.450Z] #69 45.76 checking for systemd/sd-bus.h... yes
17:46:50 [2024-02-06T17:46:50.704Z] #69 45.94 checking for library containing sd_bus_match_signal_async... -lsystemd
17:46:50 [2024-02-06T17:46:50.959Z] #69 46.29 checking for sd_notify_barrier... yes
17:46:50 [2024-02-06T17:46:50.959Z] #69 46.45 checking for linux/bpf.h... yes
17:46:51 [2024-02-06T17:46:51.213Z] #69 46.58 checking compilation for eBPF... yes
17:46:51 [2024-02-06T17:46:51.213Z] #69 46.65 checking for criu >= 3.15... no
17:46:51 [2024-02-06T17:46:51.213Z] #69 46.67 configure: CRIU headers not found, building without CRIU support
17:46:51 [2024-02-06T17:46:51.213Z] #69 46.67 checking for criu > 3.16... no
17:46:51 [2024-02-06T17:46:51.213Z] #69 46.68 configure: CRIU version doesn't support join-ns API
17:46:51 [2024-02-06T17:46:51.213Z] #69 46.68 checking for criu > 3.16.1... no
17:46:51 [2024-02-06T17:46:51.213Z] #69 46.70 configure: CRIU version doesn't support for pre-dumping
17:46:51 [2024-02-06T17:46:51.213Z] #69 46.70 checking for new mount API (fsconfig)... yes
17:46:51 [2024-02-06T17:46:51.213Z] #69 46.88 yes
17:46:51 [2024-02-06T17:46:51.468Z] #69 46.89 checking for seccomp notify API... yes
17:46:51 [2024-02-06T17:46:51.468Z] #69 46.98 checking for gperf... no
17:46:51 [2024-02-06T17:46:51.468Z] #69 46.99 configure: gperf not found - cannot rebuild signal parser code
17:46:51 [2024-02-06T17:46:51.723Z] #69 46.99 checking for library containing argp_parse... none required
17:46:51 [2024-02-06T17:46:51.977Z] #69 47.27 checking that generated files are newer than configure... done
17:46:51 [2024-02-06T17:46:51.977Z] #69 47.27 configure: creating ./config.status
17:46:54 [2024-02-06T17:46:54.511Z] #69 49.98 config.status: creating Makefile
17:46:54 [2024-02-06T17:46:54.511Z] #69 50.01 config.status: creating config.h
17:46:54 [2024-02-06T17:46:54.511Z] #69 50.03 config.status: executing libtool commands
17:46:54 [2024-02-06T17:46:54.511Z] #69 50.05 config.status: executing depfiles commands
17:46:55 [2024-02-06T17:46:55.436Z] #69 50.95 === configuring in libocispec (/tmp/crun-build/libocispec)
17:46:55 [2024-02-06T17:46:55.436Z] #69 50.98 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
17:46:55 [2024-02-06T17:46:55.947Z] #69 51.27 checking for gcc... gcc
17:46:55 [2024-02-06T17:46:55.947Z] #69 51.37 checking whether the C compiler works... yes
17:46:55 [2024-02-06T17:46:55.947Z] #69 51.47 checking for C compiler default output file name... a.out
17:46:55 [2024-02-06T17:46:55.947Z] #69 51.47 checking for suffix of executables... 
17:46:56 [2024-02-06T17:46:56.202Z] #69 51.58 checking whether we are cross compiling... no
17:46:56 [2024-02-06T17:46:56.202Z] #69 51.68 checking for suffix of object files... o
17:46:56 [2024-02-06T17:46:56.202Z] #69 51.73 checking whether the compiler supports GNU C... yes
17:46:56 [2024-02-06T17:46:56.458Z] #69 51.78 checking whether gcc accepts -g... yes
17:46:56 [2024-02-06T17:46:56.458Z] #69 51.86 checking for gcc option to enable C11 features... none needed
17:46:56 [2024-02-06T17:46:56.714Z] #69 52.00 checking whether gcc understands -c and -o together... yes
17:46:56 [2024-02-06T17:46:56.714Z] #69 52.17 checking for stdio.h... yes
17:46:56 [2024-02-06T17:46:56.714Z] #69 52.24 checking for stdlib.h... yes
17:46:56 [2024-02-06T17:46:56.970Z] #69 52.31 checking for string.h... yes
17:46:56 [2024-02-06T17:46:56.970Z] #69 52.36 checking for inttypes.h... yes
17:46:56 [2024-02-06T17:46:56.970Z] 
17:46:56 [2024-02-06T17:46:56.970Z] #69 ...
17:46:56 [2024-02-06T17:46:56.970Z] 
17:46:56 [2024-02-06T17:46:56.970Z] #73 [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...)
17:46:56 [2024-02-06T17:46:56.970Z] #73 DONE 54.0s
17:46:56 [2024-02-06T17:46:56.970Z] 
17:46:56 [2024-02-06T17:46:56.970Z] #69 [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.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
17:46:56 [2024-02-06T17:46:56.970Z] #69 52.45 checking for stdint.h... yes
17:46:57 [2024-02-06T17:46:57.225Z] #69 52.54 checking for strings.h... 
17:46:57 [2024-02-06T17:46:57.225Z] #69 ...
17:46:57 [2024-02-06T17:46:57.225Z] 
17:46:57 [2024-02-06T17:46:57.225Z] #78 [rootlesskit-build 4/5] COPY --link ./contrib/dockerd-rootless.sh /build/
17:46:57 [2024-02-06T17:46:57.225Z] #78 DONE 0.1s
17:46:57 [2024-02-06T17:46:57.225Z] 
17:46:57 [2024-02-06T17:46:57.225Z] #79 [rootlesskit-build 5/5] COPY --link ./contrib/dockerd-rootless-setuptool.sh /build/
17:46:57 [2024-02-06T17:46:57.225Z] #79 DONE 0.1s
17:46:57 [2024-02-06T17:46:57.225Z] 
17:46:57 [2024-02-06T17:46:57.225Z] #69 [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.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
17:46:57 [2024-02-06T17:46:57.225Z] #69 52.54 checking for strings.h... yes
17:46:57 [2024-02-06T17:46:57.480Z] #69 52.63 checking for sys/stat.h... 
17:46:57 [2024-02-06T17:46:57.480Z] #69 ...
17:46:57 [2024-02-06T17:46:57.480Z] 
17:46:57 [2024-02-06T17:46:57.480Z] #70 [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...)
17:46:57 [2024-02-06T17:46:57.480Z] #70 DONE 59.4s
17:46:57 [2024-02-06T17:46:57.480Z] 
17:46:57 [2024-02-06T17:46:57.480Z] #69 [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.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
17:46:57 [2024-02-06T17:46:57.480Z] #69 52.63 checking for sys/stat.h... yes
17:46:57 [2024-02-06T17:46:57.480Z] #69 52.81 checking for sys/types.h... yes
17:46:57 [2024-02-06T17:46:57.480Z] #69 52.89 checking for unistd.h... yes
17:46:57 [2024-02-06T17:46:57.736Z] #69 53.04 checking for wchar.h... yes
17:46:57 [2024-02-06T17:46:57.736Z] #69 53.11 checking for minix/config.h... no
17:46:57 [2024-02-06T17:46:57.736Z] #69 53.24 checking whether it is safe to define __EXTENSIONS__... yes
17:46:57 [2024-02-06T17:46:57.991Z] #69 53.41 checking whether _XOPEN_SOURCE should be defined... no
17:46:58 [2024-02-06T17:46:58.246Z] 
17:46:58 [2024-02-06T17:46:58.246Z] #69 ...
17:46:58 [2024-02-06T17:46:58.246Z] 
17:46:58 [2024-02-06T17:46:58.246Z] #14 [vpnkit-linux-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
17:46:58 [2024-02-06T17:46:58.246Z] #14 CACHED
17:46:58 [2024-02-06T17:46:58.246Z] 
17:46:58 [2024-02-06T17:46:58.246Z] #80 [build-dummy 2/2] RUN mkdir -p /build
17:46:58 [2024-02-06T17:46:58.246Z] #80 CACHED
17:46:58 [2024-02-06T17:46:58.246Z] 
17:46:58 [2024-02-06T17:46:58.246Z] #81 [binary-dummy 1/1] COPY --from=build-dummy /build /build
17:46:58 [2024-02-06T17:46:58.246Z] #81 CACHED
17:46:58 [2024-02-06T17:46:58.246Z] 
17:46:58 [2024-02-06T17:46:58.246Z] #82 [dev-systemd-false  2/21] COPY --link --from=swagger       /build/ /usr/local/bin/
17:46:58 [2024-02-06T17:46:58.246Z] #82 DONE 0.1s
17:46:58 [2024-02-06T17:46:58.246Z] 
17:46:58 [2024-02-06T17:46:58.246Z] #69 [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.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
17:46:58 [2024-02-06T17:46:58.246Z] #69 53.54 checking build system type... aarch64-unknown-linux-gnu
17:46:58 [2024-02-06T17:46:58.246Z] #69 53.75 checking host system type... aarch64-unknown-linux-gnu
17:46:58 [2024-02-06T17:46:58.246Z] #69 53.75 checking how to print strings... printf
17:46:58 [2024-02-06T17:46:58.246Z] #69 53.76 checking for a sed that does not truncate output... /usr/bin/sed
17:46:58 [2024-02-06T17:46:58.246Z] #69 53.77 checking for grep that handles long lines and -e... /usr/bin/grep
17:46:58 [2024-02-06T17:46:58.246Z] #69 53.78 checking for egrep... /usr/bin/grep -E
17:46:58 [2024-02-06T17:46:58.246Z] #69 53.79 checking for fgrep... /usr/bin/grep -F
17:46:58 [2024-02-06T17:46:58.246Z] #69 53.79 checking for ld used by gcc... /usr/bin/ld
17:46:58 [2024-02-06T17:46:58.246Z] #69 53.81 checking if the linker (/usr/bin/ld) is GNU ld... yes
17:46:58 [2024-02-06T17:46:58.246Z] #69 53.82 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
17:46:58 [2024-02-06T17:46:58.246Z] #69 53.83 checking the name lister (/usr/bin/nm -B) interface... BSD nm
17:46:58 [2024-02-06T17:46:58.500Z] #69 53.93 checking whether ln -s works... yes
17:46:58 [2024-02-06T17:46:58.500Z] #69 53.93 checking the maximum length of command line arguments... 1572864
17:46:58 [2024-02-06T17:46:58.500Z] #69 53.98 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
17:46:58 [2024-02-06T17:46:58.500Z] #69 53.98 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
17:46:58 [2024-02-06T17:46:58.500Z] #69 53.98 checking for /usr/bin/ld option to reload object files... -r
17:46:58 [2024-02-06T17:46:58.500Z] #69 53.98 checking for file... file
17:46:58 [2024-02-06T17:46:58.500Z] #69 53.98 checking for objdump... objdump
17:46:58 [2024-02-06T17:46:58.500Z] #69 53.98 checking how to recognize dependent libraries... pass_all
17:46:58 [2024-02-06T17:46:58.500Z] #69 53.98 checking for dlltool... no
17:46:58 [2024-02-06T17:46:58.500Z] #69 53.98 checking how to associate runtime and link libraries... printf %s\n
17:46:58 [2024-02-06T17:46:58.500Z] #69 53.98 checking for ar... ar
17:46:58 [2024-02-06T17:46:58.500Z] #69 53.98 checking for archiver @FILE support... @
17:46:58 [2024-02-06T17:46:58.755Z] #69 54.11 checking for strip... strip
17:46:58 [2024-02-06T17:46:58.755Z] #69 54.12 checking for ranlib... ranlib
17:46:58 [2024-02-06T17:46:58.755Z] #69 54.12 checking for gawk... no
17:46:58 [2024-02-06T17:46:58.755Z] #69 54.12 checking for mawk... mawk
17:46:58 [2024-02-06T17:46:58.755Z] #69 54.12 checking command to parse /usr/bin/nm -B output from gcc object... ok
17:46:59 [2024-02-06T17:46:59.013Z] #69 54.36 checking for sysroot... no
17:46:59 [2024-02-06T17:46:59.013Z] #69 54.36 checking for a working dd... /usr/bin/dd
17:46:59 [2024-02-06T17:46:59.013Z] #69 54.38 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
17:46:59 [2024-02-06T17:46:59.013Z] #69 54.41 checking for mt... no
17:46:59 [2024-02-06T17:46:59.013Z] #69 54.41 checking if : is a manifest tool... no
17:46:59 [2024-02-06T17:46:59.013Z] #69 54.44 checking for dlfcn.h... yes
17:46:59 [2024-02-06T17:46:59.268Z] #69 54.56 checking for objdir... .libs
17:46:59 [2024-02-06T17:46:59.269Z] #69 54.79 checking if gcc supports -fno-rtti -fno-exceptions... no
17:46:59 [2024-02-06T17:46:59.523Z] #69 54.89 checking for gcc option to produce PIC... -fPIC -DPIC
17:46:59 [2024-02-06T17:46:59.523Z] #69 54.89 checking if gcc PIC flag -fPIC -DPIC works... yes
17:46:59 [2024-02-06T17:46:59.523Z] #69 54.99 checking if gcc static flag -static works... yes
17:46:59 [2024-02-06T17:46:59.778Z] #69 55.16 checking if gcc supports -c -o file.o... yes
17:46:59 [2024-02-06T17:46:59.778Z] #69 55.30 checking if gcc supports -c -o file.o... (cached) yes
17:47:00 [2024-02-06T17:47:00.033Z] #69 55.30 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... 
17:47:00 [2024-02-06T17:47:00.033Z] #69 ...
17:47:00 [2024-02-06T17:47:00.033Z] 
17:47:00 [2024-02-06T17:47:00.033Z] #71 [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...)
17:47:00 [2024-02-06T17:47:00.033Z] #71 DONE 59.4s
17:47:00 [2024-02-06T17:47:00.033Z] 
17:47:00 [2024-02-06T17:47:00.033Z] #69 [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.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
17:47:00 [2024-02-06T17:47:00.033Z] #69 55.30 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
17:47:00 [2024-02-06T17:47:00.033Z] #69 55.35 checking dynamic linker characteristics... GNU/Linux ld.so
17:47:00 [2024-02-06T17:47:00.287Z] #69 55.62 checking how to hardcode library paths into programs... immediate
17:47:00 [2024-02-06T17:47:00.287Z] #69 55.62 checking whether stripping libraries is possible... yes
17:47:00 [2024-02-06T17:47:00.287Z] #69 55.62 checking if libtool supports shared libraries... yes
17:47:00 [2024-02-06T17:47:00.287Z] #69 55.63 checking whether to build shared libraries... no
17:47:00 [2024-02-06T17:47:00.287Z] #69 55.63 checking whether to build static libraries... yes
17:47:00 [2024-02-06T17:47:00.287Z] #69 55.63 checking for a BSD-compatible install... /usr/bin/install -c
17:47:00 [2024-02-06T17:47:00.287Z] #69 55.64 checking whether build environment is sane... yes
17:47:00 [2024-02-06T17:47:00.287Z] #69 55.73 checking for a race-free mkdir -p... /usr/bin/mkdir -p
17:47:00 [2024-02-06T17:47:00.287Z] #69 55.75 checking whether make sets $(MAKE)... yes
17:47:00 [2024-02-06T17:47:00.288Z] #69 55.84 checking whether make supports the include directive... yes (GNU style)
17:47:00 [2024-02-06T17:47:00.288Z] #69 55.86 checking whether make supports nested variables... yes
17:47:00 [2024-02-06T17:47:00.288Z] #69 55.89 checking whether UID '0' is supported by ustar format... yes
17:47:00 [2024-02-06T17:47:00.288Z] #69 55.89 checking whether GID '0' is supported by ustar format... yes
17:47:00 [2024-02-06T17:47:00.288Z] #69 55.89 checking how to create a ustar tar archive... gnutar
17:47:00 [2024-02-06T17:47:00.543Z] #69 55.96 checking dependency style of gcc... gcc3
17:47:00 [2024-02-06T17:47:00.543Z] #69 56.06 checking whether to enable maintainer-specific portions of Makefiles... yes
17:47:00 [2024-02-06T17:47:00.543Z] #69 56.06 checking whether make supports nested variables... (cached) yes
17:47:00 [2024-02-06T17:47:00.543Z] #69 56.06 checking for pkg-config... /usr/bin/pkg-config
17:47:00 [2024-02-06T17:47:00.543Z] #69 56.06 checking pkg-config is at least version 0.9.0... yes
17:47:00 [2024-02-06T17:47:00.543Z] #69 56.06 checking for yajl >= 2.1.0... yes
17:47:00 [2024-02-06T17:47:00.543Z] #69 ...
17:47:00 [2024-02-06T17:47:00.543Z] 
17:47:00 [2024-02-06T17:47:00.543Z] #83 [dev-systemd-false  3/21] COPY --link --from=delve         /build/ /usr/local/bin/
17:47:00 [2024-02-06T17:47:00.543Z] #83 DONE 0.1s
17:47:00 [2024-02-06T17:47:00.543Z] 
17:47:00 [2024-02-06T17:47:00.543Z] #69 [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.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
17:47:00 [2024-02-06T17:47:00.543Z] #69 56.07 checking for a sed that does not truncate output... (cached) /usr/bin/sed
17:47:00 [2024-02-06T17:47:00.543Z] #69 56.07 checking for gcc... (cached) gcc
17:47:00 [2024-02-06T17:47:00.543Z] #69 56.14 checking whether the compiler supports GNU C... (cached) yes
17:47:00 [2024-02-06T17:47:00.543Z] #69 56.14 checking whether gcc accepts -g... (cached) yes
17:47:00 [2024-02-06T17:47:00.543Z] #69 56.14 checking for gcc option to enable C11 features... (cached) none needed
17:47:00 [2024-02-06T17:47:00.543Z] #69 56.14 checking whether gcc understands -c and -o together... (cached) yes
17:47:00 [2024-02-06T17:47:00.543Z] #69 56.14 checking for a Python interpreter with version >= 3... python3
17:47:00 [2024-02-06T17:47:00.798Z] 
17:47:00 [2024-02-06T17:47:00.798Z] #69 ...
17:47:00 [2024-02-06T17:47:00.798Z] 
17:47:00 [2024-02-06T17:47:00.798Z] #84 [dev-systemd-false  4/21] COPY --link --from=tomll         /build/ /usr/local/bin/
17:47:00 [2024-02-06T17:47:00.798Z] #84 DONE 0.1s
17:47:00 [2024-02-06T17:47:00.798Z] 
17:47:00 [2024-02-06T17:47:00.798Z] #85 [dev-systemd-false  5/21] COPY --link --from=gowinres      /build/ /usr/local/bin/
17:47:00 [2024-02-06T17:47:00.798Z] #85 DONE 0.1s
17:47:00 [2024-02-06T17:47:00.798Z] 
17:47:00 [2024-02-06T17:47:00.798Z] #86 [dev-systemd-false  6/21] COPY --link --from=tini          /build/ /usr/local/bin/
17:47:00 [2024-02-06T17:47:00.798Z] #86 DONE 0.1s
17:47:00 [2024-02-06T17:47:00.798Z] 
17:47:00 [2024-02-06T17:47:00.798Z] #69 [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.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
17:47:00 [2024-02-06T17:47:00.798Z] #69 56.19 checking for python3... /usr/bin/python3
17:47:00 [2024-02-06T17:47:00.798Z] #69 56.19 checking for python3 version... 3.11
17:47:00 [2024-02-06T17:47:00.798Z] #69 56.21 checking for python3 platform... linux
17:47:00 [2024-02-06T17:47:00.798Z] #69 56.27 checking for GNU default python3 prefix... ${prefix}
17:47:00 [2024-02-06T17:47:00.798Z] #69 56.27 checking for GNU default python3 exec_prefix... ${exec_prefix}
17:47:00 [2024-02-06T17:47:00.798Z] #69 56.27 checking for python3 script directory (pythondir)... #69 ...
17:47:00 [2024-02-06T17:47:00.798Z] 
17:47:00 [2024-02-06T17:47:00.798Z] #87 [dev-systemd-false  7/21] COPY --link --from=registry      /build/ /usr/local/bin/
17:47:00 [2024-02-06T17:47:00.798Z] #87 DONE 0.1s
17:47:00 [2024-02-06T17:47:00.798Z] 
17:47:00 [2024-02-06T17:47:00.798Z] #69 [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.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
17:47:00 [2024-02-06T17:47:00.798Z] #69 56.27 checking for python3 script directory (pythondir)... ${PYTHON_PREFIX}/lib/python3.11/site-packages
17:47:00 [2024-02-06T17:47:00.798Z] #69 56.35 checking for python3 extension module directory (pyexecdir)... ${PYTHON_EXEC_PREFIX}/lib/python3.11/site-packages
17:47:01 [2024-02-06T17:47:01.053Z] 
17:47:01 [2024-02-06T17:47:01.053Z] #69 ...
17:47:01 [2024-02-06T17:47:01.053Z] 
17:47:01 [2024-02-06T17:47:01.053Z] #88 [dev-systemd-false  8/21] COPY --link --from=registry-v2   /build/ /usr/local/bin/
17:47:01 [2024-02-06T17:47:01.053Z] #88 DONE 0.1s
17:47:01 [2024-02-06T17:47:01.053Z] 
17:47:01 [2024-02-06T17:47:01.053Z] #89 [dev-systemd-false  9/21] COPY --link --from=gotestsum     /build/ /usr/local/bin/
17:47:01 [2024-02-06T17:47:01.053Z] #89 DONE 0.1s
17:47:01 [2024-02-06T17:47:01.053Z] 
17:47:01 [2024-02-06T17:47:01.053Z] #69 [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.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
17:47:01 [2024-02-06T17:47:01.308Z] #69 56.50 checking that generated files are newer than configure... done
17:47:01 [2024-02-06T17:47:01.308Z] #69 56.70 configure: creating ./config.status
17:47:01 [2024-02-06T17:47:01.308Z] #69 ...
17:47:01 [2024-02-06T17:47:01.308Z] 
17:47:01 [2024-02-06T17:47:01.308Z] #77 [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...)
17:47:01 [2024-02-06T17:47:01.308Z] #77 DONE 53.2s
17:47:01 [2024-02-06T17:47:01.563Z] 
17:47:01 [2024-02-06T17:47:01.563Z] #64 [dockercli-integration 2/2] RUN --mount=source=hack/dockerfile/cli.sh,target=/download-or-build-cli.sh     --mount=type=cache,id=dockercli-git-linux/arm64,sharing=locked,target=./.git     --mount=type=cache,target=/root/.cache/go-build,id=dockercli-build-linux/arm64         rm -f ./.git/*.lock      && /download-or-build-cli.sh v17.06.2-ce https://github.com/docker/cli.git /build      && /build/docker --version
17:47:04 [2024-02-06T17:47:04.072Z] #64 ...
17:47:04 [2024-02-06T17:47:04.072Z] 
17:47:04 [2024-02-06T17:47:04.072Z] #69 [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.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
17:47:04 [2024-02-06T17:47:04.072Z] #69 59.34 config.status: creating Makefile
17:47:04 [2024-02-06T17:47:04.072Z] #69 59.39 config.status: creating ocispec.pc
17:47:04 [2024-02-06T17:47:04.072Z] #69 59.46 config.status: creating config.h
17:47:04 [2024-02-06T17:47:04.072Z] #69 59.50 config.status: executing libtool commands
17:47:04 [2024-02-06T17:47:04.072Z] #69 59.52 config.status: executing depfiles commands
17:47:04 [2024-02-06T17:47:04.631Z] #69 60.19 === configuring in yajl (/tmp/crun-build/libocispec/yajl)
17:47:04 [2024-02-06T17:47:04.886Z] #69 60.20 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
17:47:05 [2024-02-06T17:47:05.140Z] #69 60.61 checking for gcc... gcc
17:47:05 [2024-02-06T17:47:05.395Z] #69 60.75 checking whether the C compiler works... yes
17:47:05 [2024-02-06T17:47:05.395Z] #69 60.81 checking for C compiler default output file name... a.out
17:47:05 [2024-02-06T17:47:05.395Z] #69 60.82 checking for suffix of executables... 
17:47:05 [2024-02-06T17:47:05.395Z] #69 60.87 checking whether we are cross compiling... no
17:47:05 [2024-02-06T17:47:05.395Z] #69 60.95 checking for suffix of object files... o
17:47:05 [2024-02-06T17:47:05.649Z] #69 61.00 checking whether the compiler supports GNU C... yes
17:47:05 [2024-02-06T17:47:05.649Z] #69 61.07 checking whether gcc accepts -g... yes
17:47:05 [2024-02-06T17:47:05.649Z] #69 61.10 checking for gcc option to enable C11 features... none needed
17:47:05 [2024-02-06T17:47:05.650Z] #69 61.19 checking whether gcc understands -c and -o together... yes
17:47:05 [2024-02-06T17:47:05.904Z] #69 61.25 checking for a BSD-compatible install... /usr/bin/install -c
17:47:05 [2024-02-06T17:47:05.904Z] #69 61.27 checking whether build environment is sane... yes
17:47:05 [2024-02-06T17:47:05.904Z] #69 61.30 checking for a race-free mkdir -p... /usr/bin/mkdir -p
17:47:05 [2024-02-06T17:47:05.904Z] #69 61.31 checking for gawk... no
17:47:05 [2024-02-06T17:47:05.904Z] #69 61.31 checking for mawk... mawk
17:47:05 [2024-02-06T17:47:05.904Z] #69 61.31 checking whether make sets $(MAKE)... yes
17:47:05 [2024-02-06T17:47:05.904Z] #69 61.36 checking whether make supports the include directive... yes (GNU style)
17:47:05 [2024-02-06T17:47:05.904Z] #69 61.39 checking whether make supports nested variables... yes
17:47:05 [2024-02-06T17:47:05.904Z] #69 61.44 checking whether UID '0' is supported by ustar format... yes
17:47:05 [2024-02-06T17:47:05.904Z] #69 61.44 checking whether GID '0' is supported by ustar format... yes
17:47:05 [2024-02-06T17:47:05.904Z] #69 61.44 checking how to create a ustar tar archive... gnutar
17:47:05 [2024-02-06T17:47:05.904Z] #69 61.49 checking dependency style of gcc... gcc3
17:47:06 [2024-02-06T17:47:06.159Z] #69 61.60 checking whether to enable maintainer-specific portions of Makefiles... yes
17:47:06 [2024-02-06T17:47:06.159Z] #69 61.60 checking whether make supports nested variables... (cached) yes
17:47:06 [2024-02-06T17:47:06.159Z] #69 61.61 checking build system type... aarch64-unknown-linux-gnu
17:47:06 [2024-02-06T17:47:06.413Z] #69 61.75 checking host system type... aarch64-unknown-linux-gnu
17:47:06 [2024-02-06T17:47:06.413Z] #69 61.75 checking how to print strings... printf
17:47:06 [2024-02-06T17:47:06.413Z] #69 61.75 checking for a sed that does not truncate output... /usr/bin/sed
17:47:06 [2024-02-06T17:47:06.413Z] #69 61.76 checking for grep that handles long lines and -e... /usr/bin/grep
17:47:06 [2024-02-06T17:47:06.413Z] #69 61.77 checking for egrep... /usr/bin/grep -E
17:47:06 [2024-02-06T17:47:06.413Z] #69 61.77 checking for fgrep... /usr/bin/grep -F
17:47:06 [2024-02-06T17:47:06.413Z] #69 61.78 checking for ld used by gcc... /usr/bin/ld
17:47:06 [2024-02-06T17:47:06.413Z] #69 61.81 checking if the linker (/usr/bin/ld) is GNU ld... yes
17:47:06 [2024-02-06T17:47:06.413Z] #69 61.82 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
17:47:06 [2024-02-06T17:47:06.413Z] #69 61.84 checking the name lister (/usr/bin/nm -B) interface... BSD nm
17:47:06 [2024-02-06T17:47:06.668Z] #69 61.90 checking whether ln -s works... yes
17:47:06 [2024-02-06T17:47:06.668Z] #69 61.90 checking the maximum length of command line arguments... 1572864
17:47:06 [2024-02-06T17:47:06.668Z] #69 61.93 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
17:47:06 [2024-02-06T17:47:06.668Z] #69 61.93 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
17:47:06 [2024-02-06T17:47:06.668Z] #69 61.93 checking for /usr/bin/ld option to reload object files... -r
17:47:06 [2024-02-06T17:47:06.668Z] #69 61.93 checking for file... file
17:47:06 [2024-02-06T17:47:06.668Z] #69 61.93 checking for objdump... objdump
17:47:06 [2024-02-06T17:47:06.668Z] #69 61.93 checking how to recognize dependent libraries... pass_all
17:47:06 [2024-02-06T17:47:06.668Z] #69 61.93 checking for dlltool... no
17:47:06 [2024-02-06T17:47:06.668Z] #69 61.93 checking how to associate runtime and link libraries... printf %s\n
17:47:06 [2024-02-06T17:47:06.668Z] #69 61.93 checking for ar... ar
17:47:06 [2024-02-06T17:47:06.668Z] #69 61.93 checking for archiver @FILE support... @
17:47:06 [2024-02-06T17:47:06.668Z] #69 62.00 checking for strip... strip
17:47:06 [2024-02-06T17:47:06.668Z] #69 62.00 checking for ranlib... ranlib
17:47:06 [2024-02-06T17:47:06.668Z] #69 62.00 checking command to parse /usr/bin/nm -B output from gcc object... ok
17:47:06 [2024-02-06T17:47:06.668Z] #69 62.14 checking for sysroot... no
17:47:06 [2024-02-06T17:47:06.668Z] #69 62.14 checking for a working dd... /usr/bin/dd
17:47:06 [2024-02-06T17:47:06.668Z] #69 62.15 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
17:47:06 [2024-02-06T17:47:06.668Z] #69 62.17 checking for mt... no
17:47:06 [2024-02-06T17:47:06.668Z] #69 62.17 checking if : is a manifest tool... no
17:47:06 [2024-02-06T17:47:06.668Z] #69 62.18 checking for stdio.h... yes
17:47:06 [2024-02-06T17:47:06.668Z] #69 62.23 checking for stdlib.h... yes
17:47:06 [2024-02-06T17:47:06.923Z] #69 62.29 checking for string.h... yes
17:47:06 [2024-02-06T17:47:06.923Z] #69 62.34 checking for inttypes.h... yes
17:47:06 [2024-02-06T17:47:06.923Z] #69 62.39 checking for stdint.h... yes
17:47:06 [2024-02-06T17:47:06.923Z] #69 62.42 checking for strings.h... yes
17:47:06 [2024-02-06T17:47:06.923Z] #69 62.47 checking for sys/stat.h... yes
17:47:06 [2024-02-06T17:47:06.923Z] #69 62.52 checking for sys/types.h... yes
17:47:07 [2024-02-06T17:47:07.177Z] #69 62.56 checking for unistd.h... yes
17:47:07 [2024-02-06T17:47:07.177Z] #69 62.60 checking for dlfcn.h... yes
17:47:07 [2024-02-06T17:47:07.177Z] #69 62.66 checking for objdir... .libs
17:47:07 [2024-02-06T17:47:07.432Z] #69 62.81 checking if gcc supports -fno-rtti -fno-exceptions... no
17:47:07 [2024-02-06T17:47:07.432Z] #69 62.88 checking for gcc option to produce PIC... -fPIC -DPIC
17:47:07 [2024-02-06T17:47:07.432Z] #69 62.88 checking if gcc PIC flag -fPIC -DPIC works... yes
17:47:07 [2024-02-06T17:47:07.432Z] #69 62.98 checking if gcc static flag -static works... yes
17:47:07 [2024-02-06T17:47:07.686Z] #69 63.10 checking if gcc supports -c -o file.o... yes
17:47:07 [2024-02-06T17:47:07.686Z] #69 63.18 checking if gcc supports -c -o file.o... (cached) yes
17:47:07 [2024-02-06T17:47:07.686Z] #69 63.18 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
17:47:07 [2024-02-06T17:47:07.686Z] #69 63.23 checking dynamic linker characteristics... GNU/Linux ld.so
17:47:07 [2024-02-06T17:47:07.941Z] #69 63.36 checking how to hardcode library paths into programs... immediate
17:47:07 [2024-02-06T17:47:07.941Z] #69 63.36 checking whether stripping libraries is possible... yes
17:47:07 [2024-02-06T17:47:07.941Z] #69 63.37 checking if libtool supports shared libraries... yes
17:47:07 [2024-02-06T17:47:07.941Z] #69 63.37 checking whether to build shared libraries... no
17:47:07 [2024-02-06T17:47:07.941Z] #69 63.37 checking whether to build static libraries... yes
17:47:07 [2024-02-06T17:47:07.941Z] #69 63.37 checking for float.h... yes
17:47:07 [2024-02-06T17:47:07.941Z] #69 63.42 checking for limits.h... yes
17:47:07 [2024-02-06T17:47:07.941Z] #69 63.46 checking for stddef.h... yes
17:47:08 [2024-02-06T17:47:08.195Z] #69 63.50 checking for stdlib.h... (cached) yes
17:47:08 [2024-02-06T17:47:08.195Z] #69 63.50 checking for string.h... (cached) yes
17:47:08 [2024-02-06T17:47:08.195Z] #69 63.50 checking for sys/time.h... yes
17:47:08 [2024-02-06T17:47:08.195Z] #69 63.55 checking for inline... inline
17:47:08 [2024-02-06T17:47:08.195Z] #69 63.57 checking for size_t... yes
17:47:08 [2024-02-06T17:47:08.195Z] #69 63.66 checking for GNU libc compatible malloc... yes
17:47:08 [2024-02-06T17:47:08.195Z] #69 63.73 checking for GNU libc compatible realloc... yes
17:47:08 [2024-02-06T17:47:08.450Z] #69 63.79 checking for working strtod... yes
17:47:08 [2024-02-06T17:47:08.450Z] #69 63.87 checking for gettimeofday... yes
17:47:08 [2024-02-06T17:47:08.450Z] #69 63.93 checking for memset... yes
17:47:08 [2024-02-06T17:47:08.450Z] #69 63.99 checking for strspn... yes
17:47:08 [2024-02-06T17:47:08.704Z] #69 64.11 checking that generated files are newer than configure... done
17:47:08 [2024-02-06T17:47:08.704Z] #69 64.11 configure: creating ./config.status
17:47:09 [2024-02-06T17:47:09.627Z] #69 65.27 config.status: creating Makefile
17:47:09 [2024-02-06T17:47:09.881Z] #69 65.29 config.status: creating config.h
17:47:09 [2024-02-06T17:47:09.881Z] #69 65.30 config.status: executing depfiles commands
17:47:09 [2024-02-06T17:47:09.881Z] #69 65.35 config.status: executing libtool commands
17:47:09 [2024-02-06T17:47:09.881Z] #69 65.55   GEN      .version
17:47:10 [2024-02-06T17:47:10.135Z] #69 65.55 make  install-recursive
17:47:10 [2024-02-06T17:47:10.135Z] #69 65.55 make[1]: Entering directory '/tmp/crun-build'
17:47:10 [2024-02-06T17:47:10.135Z] #69 65.58 Making install in libocispec
17:47:10 [2024-02-06T17:47:10.135Z] #69 65.58 make[2]: Entering directory '/tmp/crun-build/libocispec'
17:47:10 [2024-02-06T17:47:10.135Z] #69 65.60 /usr/bin/python3 ./src/ocispec/generate.py --gen-ref --root=. --out=./src/ocispec ./image-spec/schema
17:47:10 [2024-02-06T17:47:10.135Z] #69 65.60 /usr/bin/python3 ./src/ocispec/generate.py --gen-ref --root=. --out=./src/ocispec ./runtime-spec/schema
17:47:10 [2024-02-06T17:47:10.135Z] #69 65.60 /usr/bin/python3 ./src/ocispec/generate.py --gen-ref --root=./tests/test-spec --out=./src/ocispec ./tests/test-spec/imageManifestItems
17:47:10 [2024-02-06T17:47:10.135Z] #69 65.60 /usr/bin/python3 ./src/ocispec/generate.py --gen-ref --root=./tests/test-spec --out=./src/ocispec ./tests/test-spec/basic
17:47:10 [2024-02-06T17:47:10.135Z] #69 65.65 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success
17:47:10 [2024-02-06T17:47:10.389Z] #69 65.66 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success
17:47:10 [2024-02-06T17:47:10.389Z] #69 65.66 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success
17:47:10 [2024-02-06T17:47:10.389Z] #69 65.66 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success
17:47:10 [2024-02-06T17:47:10.389Z] #69 65.66 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success
17:47:10 [2024-02-06T17:47:10.389Z] #69 65.66 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success
17:47:10 [2024-02-06T17:47:10.389Z] #69 65.66 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success
17:47:10 [2024-02-06T17:47:10.389Z] #69 65.66 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success
17:47:10 [2024-02-06T17:47:10.390Z] #69 65.66 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success
17:47:10 [2024-02-06T17:47:10.390Z] #69 65.69 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success
17:47:10 [2024-02-06T17:47:10.390Z] #69 65.69 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success
17:47:10 [2024-02-06T17:47:10.390Z] #69 65.69 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success
17:47:10 [2024-02-06T17:47:10.390Z] #69 65.69 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs.json       Success
17:47:10 [2024-02-06T17:47:10.390Z] #69 65.69 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success
17:47:10 [2024-02-06T17:47:10.390Z] #69 65.69 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success
17:47:10 [2024-02-06T17:47:10.390Z] #69 65.69 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success
17:47:10 [2024-02-06T17:47:10.390Z] #69 65.94 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success
17:47:10 [2024-02-06T17:47:10.390Z] #69 65.94 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/features-schema.json Success
17:47:10 [2024-02-06T17:47:10.390Z] #69 65.94 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/features-linux.json Success
17:47:10 [2024-02-06T17:47:10.390Z] #69 65.94 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs.json     Success
17:47:10 [2024-02-06T17:47:10.390Z] #69 65.94 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success
17:47:10 [2024-02-06T17:47:10.390Z] #69 65.94 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success
17:47:10 [2024-02-06T17:47:10.390Z] #69 65.94 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json  Success
17:47:10 [2024-02-06T17:47:10.390Z] #69 65.94 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success
17:47:10 [2024-02-06T17:47:10.390Z] #69 65.94 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success
17:47:10 [2024-02-06T17:47:10.390Z] #69 65.94 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success
17:47:10 [2024-02-06T17:47:10.390Z] #69 65.94 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success
17:47:10 [2024-02-06T17:47:10.390Z] #69 65.94 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success
17:47:10 [2024-02-06T17:47:10.390Z] #69 65.94 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success
17:47:10 [2024-02-06T17:47:10.390Z] #69 65.94 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success
17:47:10 [2024-02-06T17:47:10.644Z] #69 65.95 make  install-recursive
17:47:10 [2024-02-06T17:47:10.644Z] #69 65.95 make[3]: Entering directory '/tmp/crun-build/libocispec'
17:47:10 [2024-02-06T17:47:10.644Z] #69 65.97 Making install in yajl
17:47:10 [2024-02-06T17:47:10.644Z] #69 65.97 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl'
17:47:10 [2024-02-06T17:47:10.644Z] #69 65.98   CC       verify/json_verify-json_verify.o
17:47:10 [2024-02-06T17:47:10.644Z] #69 65.98   CC       src/libyajl_la-yajl_alloc.lo
17:47:10 [2024-02-06T17:47:10.644Z] #69 65.98   CC       src/libyajl_la-yajl.lo
17:47:10 [2024-02-06T17:47:10.644Z] #69 65.98   CC       src/libyajl_la-yajl_gen.lo
17:47:10 [2024-02-06T17:47:10.644Z] #69 65.98   CC       src/libyajl_la-yajl_parser.lo
17:47:10 [2024-02-06T17:47:10.644Z] #69 65.98   CC       src/libyajl_la-yajl_buf.lo
17:47:10 [2024-02-06T17:47:10.644Z] #69 65.98   CC       src/libyajl_la-yajl_encode.lo
17:47:10 [2024-02-06T17:47:10.644Z] #69 65.99   CC       src/libyajl_la-yajl_lex.lo
17:47:10 [2024-02-06T17:47:10.644Z] #69 66.01   CC       src/libyajl_la-yajl_tree.lo
17:47:10 [2024-02-06T17:47:10.898Z] #69 ...
17:47:10 [2024-02-06T17:47:10.898Z] 
17:47:10 [2024-02-06T17:47:10.898Z] #64 [dockercli-integration 2/2] RUN --mount=source=hack/dockerfile/cli.sh,target=/download-or-build-cli.sh     --mount=type=cache,id=dockercli-git-linux/arm64,sharing=locked,target=./.git     --mount=type=cache,target=/root/.cache/go-build,id=dockercli-build-linux/arm64         rm -f ./.git/*.lock      && /download-or-build-cli.sh v17.06.2-ce https://github.com/docker/cli.git /build      && /build/docker --version
17:47:10 [2024-02-06T17:47:10.898Z] #64 77.92 HEAD is now at cec0b72a Merge pull request #217 from andrewhsu/v
17:47:10 [2024-02-06T17:47:10.898Z] #64 77.97 Docker version unknown-version, build unknown-commit
17:47:10 [2024-02-06T17:47:10.898Z] #64 DONE 78.7s
17:47:10 [2024-02-06T17:47:10.898Z] 
17:47:10 [2024-02-06T17:47:10.898Z] #69 [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.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
17:47:10 [2024-02-06T17:47:10.898Z] #69 66.57   CCLD     libyajl.la
17:47:11 [2024-02-06T17:47:11.153Z] #69 66.75   CCLD     verify/json_verify
17:47:11 [2024-02-06T17:47:11.407Z] #69 66.86 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl'
17:47:11 [2024-02-06T17:47:11.407Z] #69 66.86 make[5]: Nothing to be done for 'install-exec-am'.
17:47:11 [2024-02-06T17:47:11.407Z] #69 66.86 make[5]: Nothing to be done for 'install-data-am'.
17:47:11 [2024-02-06T17:47:11.407Z] #69 66.86 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl'
17:47:11 [2024-02-06T17:47:11.407Z] #69 66.86 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl'
17:47:11 [2024-02-06T17:47:11.407Z] #69 66.87 make[4]: Entering directory '/tmp/crun-build/libocispec'
17:47:11 [2024-02-06T17:47:11.407Z] #69 66.91   CC       src/ocispec/validate.o
17:47:11 [2024-02-06T17:47:11.407Z] #69 66.92   CC       src/ocispec/image_spec_schema_content_descriptor.lo
17:47:11 [2024-02-06T17:47:11.407Z] #69 66.92   CC       src/ocispec/image_spec_schema_defs.lo
17:47:11 [2024-02-06T17:47:11.407Z] #69 66.92   CC       src/ocispec/image_spec_schema_defs_descriptor.lo
17:47:11 [2024-02-06T17:47:11.407Z] #69 66.92   CC       src/ocispec/image_spec_schema_config_schema.lo
17:47:11 [2024-02-06T17:47:11.407Z] #69 66.94   CC       src/ocispec/image_spec_schema_image_layout_schema.lo
17:47:11 [2024-02-06T17:47:11.407Z] #69 66.94   CC       src/ocispec/image_spec_schema_image_index_schema.lo
17:47:11 [2024-02-06T17:47:11.407Z] #69 66.94   CC       src/ocispec/image_spec_schema_image_manifest_schema.lo
17:47:11 [2024-02-06T17:47:11.407Z] #69 66.94   CC       src/ocispec/runtime_spec_schema_config_zos.lo
17:47:11 [2024-02-06T17:47:11.407Z] #69 66.94   CC       src/ocispec/runtime_spec_schema_config_linux.lo
17:47:11 [2024-02-06T17:47:11.407Z] #69 66.94   CC       src/ocispec/runtime_spec_schema_config_schema.lo
17:47:11 [2024-02-06T17:47:11.407Z] #69 66.94   CC       src/ocispec/runtime_spec_schema_config_solaris.lo
17:47:11 [2024-02-06T17:47:11.407Z] #69 66.94   CC       src/ocispec/runtime_spec_schema_config_vm.lo
17:47:11 [2024-02-06T17:47:11.407Z] #69 66.94   CC       src/ocispec/runtime_spec_schema_config_windows.lo
17:47:11 [2024-02-06T17:47:11.407Z] #69 66.94   CC       src/ocispec/runtime_spec_schema_defs.lo
17:47:11 [2024-02-06T17:47:11.407Z] #69 66.95   CC       src/ocispec/runtime_spec_schema_defs_linux.lo
17:47:11 [2024-02-06T17:47:11.407Z] #69 66.96   CC       src/ocispec/runtime_spec_schema_defs_zos.lo
17:47:11 [2024-02-06T17:47:11.407Z] #69 66.96   CC       src/ocispec/runtime_spec_schema_defs_vm.lo
17:47:11 [2024-02-06T17:47:11.407Z] #69 66.96   CC       src/ocispec/runtime_spec_schema_defs_windows.lo
17:47:11 [2024-02-06T17:47:11.407Z] #69 66.97   CC       src/ocispec/runtime_spec_schema_state_schema.lo
17:47:11 [2024-02-06T17:47:11.407Z] #69 66.98   CC       src/ocispec/runtime_spec_schema_features_linux.lo
17:47:11 [2024-02-06T17:47:11.407Z] #69 66.99   CC       src/ocispec/runtime_spec_schema_features_schema.lo
17:47:11 [2024-02-06T17:47:11.407Z] #69 67.00   CC       src/ocispec/image_manifest_items_image_manifest_items_schema.lo
17:47:11 [2024-02-06T17:47:11.407Z] #69 67.00   CC       src/ocispec/basic_test_double_array_item.lo
17:47:11 [2024-02-06T17:47:11.407Z] #69 67.02   CC       src/ocispec/basic_test_double_array.lo
17:47:11 [2024-02-06T17:47:11.407Z] #69 67.03   CC       src/ocispec/basic_test_top_array_int.lo
17:47:11 [2024-02-06T17:47:11.407Z] #69 67.04   CC       src/ocispec/basic_test_top_array_string.lo
17:47:11 [2024-02-06T17:47:11.407Z] #69 67.04   CC       src/ocispec/basic_test_top_double_array_int.lo
17:47:11 [2024-02-06T17:47:11.407Z] #69 67.06   CC       src/ocispec/basic_test_top_double_array_obj.lo
17:47:11 [2024-02-06T17:47:11.668Z] #69 67.07   CC       src/ocispec/basic_test_top_double_array_refobj.lo
17:47:11 [2024-02-06T17:47:11.668Z] #69 67.09   CC       src/ocispec/basic_test_top_double_array_string.lo
17:47:11 [2024-02-06T17:47:11.668Z] #69 67.10   CC       src/ocispec/read-file.lo
17:47:11 [2024-02-06T17:47:11.668Z] #69 67.11   CC       src/ocispec/json_common.lo
17:47:11 [2024-02-06T17:47:11.668Z] #69 67.11   CC       tests/test-1.o
17:47:11 [2024-02-06T17:47:11.668Z] #69 67.12   CC       tests/test-2.o
17:47:11 [2024-02-06T17:47:11.668Z] #69 67.13   CC       tests/test-3.o
17:47:11 [2024-02-06T17:47:11.668Z] #69 67.15   CC       tests/test-4.o
17:47:11 [2024-02-06T17:47:11.668Z] #69 67.15   CC       tests/test-5.o
17:47:11 [2024-02-06T17:47:11.668Z] #69 67.15   CC       tests/test-6.o
17:47:11 [2024-02-06T17:47:11.668Z] #69 67.16   CC       tests/test-7.o
17:47:11 [2024-02-06T17:47:11.923Z] #69 67.18   CC       tests/test-8.o
17:47:11 [2024-02-06T17:47:11.923Z] #69 67.19   CC       tests/test-9.o
17:47:11 [2024-02-06T17:47:11.923Z] #69 67.23   CC       tests/test-10.o
17:47:11 [2024-02-06T17:47:11.923Z] #69 67.26   CC       tests/test-11.o
17:47:13 [2024-02-06T17:47:13.295Z] #69 ...
17:47:13 [2024-02-06T17:47:13.295Z] 
17:47:13 [2024-02-06T17:47:13.295Z] #66 [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.55.2"      && /build/golangci-lint --version
17:47:13 [2024-02-06T17:47:13.295Z] #66 81.06 golangci-lint has version v1.55.2 built with go1.21.6 from (unknown, mod sum: "h1:yllEIsSJ7MtlDBwDJ9IMBkyEUz2fYE0b5B8IUgO1oP8=") on (unknown)
17:47:13 [2024-02-06T17:47:13.295Z] #66 DONE 81.3s
17:47:13 [2024-02-06T17:47:13.295Z] 
17:47:13 [2024-02-06T17:47:13.295Z] #75 [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...)
17:47:13 [2024-02-06T17:47:13.295Z] #75 56.47 + bin/containerd
17:47:13 [2024-02-06T17:47:13.295Z] #75 56.47 go build  -gcflags=-trimpath=/go/src  -o bin/containerd -ldflags '-X github.com/containerd/containerd/version.Version=v1.7.13 -X github.com/containerd/containerd/version.Revision=7c3aca7a610df76212171d200ca3811ff6096eb8 -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
17:47:15 [2024-02-06T17:47:15.880Z] #75 ...
17:47:15 [2024-02-06T17:47:15.880Z] 
17:47:15 [2024-02-06T17:47:15.880Z] #90 [dev-systemd-false 10/21] COPY --link --from=golangci_lint /build/ /usr/local/bin/
17:47:15 [2024-02-06T17:47:15.880Z] #90 DONE 0.2s
17:47:15 [2024-02-06T17:47:15.880Z] 
17:47:15 [2024-02-06T17:47:15.880Z] #91 [dev-systemd-false 11/21] COPY --link --from=shfmt         /build/ /usr/local/bin/
17:47:15 [2024-02-06T17:47:15.880Z] #91 DONE 0.1s
17:47:15 [2024-02-06T17:47:15.880Z] 
17:47:15 [2024-02-06T17:47:15.880Z] #69 [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.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
17:47:15 [2024-02-06T17:47:15.880Z] #69 ...
17:47:15 [2024-02-06T17:47:15.880Z] 
17:47:15 [2024-02-06T17:47:15.880Z] #92 [dev-systemd-false 12/21] COPY --link --from=runc          /build/ /usr/local/bin/
17:47:15 [2024-02-06T17:47:15.880Z] #92 DONE 0.2s
17:47:15 [2024-02-06T17:47:15.880Z] 
17:47:15 [2024-02-06T17:47:15.880Z] #75 [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...)
17:47:17 [2024-02-06T17:47:17.764Z] #75 ...
17:47:17 [2024-02-06T17:47:17.764Z] 
17:47:17 [2024-02-06T17:47:17.764Z] #69 [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.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
17:47:17 [2024-02-06T17:47:17.764Z] #69 70.71   CCLD     libocispec.la
17:47:17 [2024-02-06T17:47:17.764Z] #69 70.98   CCLD     src/ocispec/validate
17:47:17 [2024-02-06T17:47:17.764Z] #69 70.98   CCLD     tests/test-1
17:47:17 [2024-02-06T17:47:17.764Z] #69 70.99   CCLD     tests/test-2
17:47:17 [2024-02-06T17:47:17.764Z] #69 71.00   CCLD     tests/test-3
17:47:17 [2024-02-06T17:47:17.764Z] #69 71.00   CCLD     tests/test-5
17:47:17 [2024-02-06T17:47:17.764Z] #69 71.00   CCLD     tests/test-4
17:47:17 [2024-02-06T17:47:17.764Z] #69 71.01   CCLD     tests/test-6
17:47:17 [2024-02-06T17:47:17.764Z] #69 71.01   CCLD     tests/test-7
17:47:17 [2024-02-06T17:47:17.764Z] #69 71.03   CCLD     tests/test-8
17:47:17 [2024-02-06T17:47:17.764Z] #69 71.04   CCLD     tests/test-9
17:47:17 [2024-02-06T17:47:17.764Z] #69 71.05 /bin/bash ./libtool --mode=link  libocispec.la -o libocispec.a
17:47:17 [2024-02-06T17:47:17.764Z] #69 71.06   CCLD     tests/test-10
17:47:17 [2024-02-06T17:47:17.764Z] #69 71.06   CCLD     tests/test-11
17:47:17 [2024-02-06T17:47:17.764Z] #69 71.32 libtool: link: ar cr libocispec.a 
17:47:17 [2024-02-06T17:47:17.764Z] #69 71.35 libtool: link: ranlib libocispec.a
17:47:17 [2024-02-06T17:47:17.764Z] #69 71.56 make[5]: Entering directory '/tmp/crun-build/libocispec'
17:47:17 [2024-02-06T17:47:17.764Z] #69 71.62 make[5]: Leaving directory '/tmp/crun-build/libocispec'
17:47:17 [2024-02-06T17:47:17.764Z] #69 71.62 make[4]: Leaving directory '/tmp/crun-build/libocispec'
17:47:17 [2024-02-06T17:47:17.764Z] #69 71.62 make[3]: Leaving directory '/tmp/crun-build/libocispec'
17:47:17 [2024-02-06T17:47:17.764Z] #69 71.62 make[2]: Leaving directory '/tmp/crun-build/libocispec'
17:47:17 [2024-02-06T17:47:17.764Z] #69 71.62 make[2]: Entering directory '/tmp/crun-build'
17:47:17 [2024-02-06T17:47:17.764Z] #69 71.69   CC       src/libcrun/libcrun_testing_a-utils.o
17:47:17 [2024-02-06T17:47:17.764Z] #69 71.69   CC       src/libcrun/libcrun_testing_a-cgroup-resources.o
17:47:17 [2024-02-06T17:47:17.764Z] #69 71.69   CC       src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o
17:47:17 [2024-02-06T17:47:17.764Z] #69 71.71   CC       src/libcrun/libcrun_testing_a-cgroup-setup.o
17:47:17 [2024-02-06T17:47:17.764Z] #69 71.72   CC       src/libcrun/libcrun_testing_a-cgroup-systemd.o
17:47:17 [2024-02-06T17:47:17.764Z] #69 71.73   CC       src/libcrun/libcrun_testing_a-cgroup-utils.o
17:47:17 [2024-02-06T17:47:17.764Z] #69 71.74   CC       src/libcrun/libcrun_testing_a-cgroup.o
17:47:17 [2024-02-06T17:47:17.764Z] #69 71.76   CC       src/libcrun/libcrun_testing_a-chroot_realpath.o
17:47:17 [2024-02-06T17:47:17.764Z] #69 71.77   CC       src/libcrun/libcrun_testing_a-cloned_binary.o
17:47:17 [2024-02-06T17:47:17.764Z] #69 71.81   CC       src/libcrun/libcrun_testing_a-container.o
17:47:17 [2024-02-06T17:47:17.764Z] #69 71.82   CC       src/libcrun/libcrun_testing_a-criu.o
17:47:17 [2024-02-06T17:47:17.764Z] #69 71.83   CC       src/libcrun/libcrun_testing_a-custom-handler.o
17:47:17 [2024-02-06T17:47:17.764Z] #69 71.84   CC       src/libcrun/libcrun_testing_a-ebpf.o
17:47:17 [2024-02-06T17:47:17.764Z] #69 71.85   CC       src/libcrun/libcrun_testing_a-error.o
17:47:17 [2024-02-06T17:47:17.764Z] #69 71.86   CC       src/libcrun/handlers/libcrun_testing_a-handler-utils.o
17:47:17 [2024-02-06T17:47:17.764Z] #69 71.87   CC       src/libcrun/handlers/libcrun_testing_a-krun.o
17:47:17 [2024-02-06T17:47:17.764Z] #69 71.89   CC       src/libcrun/handlers/libcrun_testing_a-mono.o
17:47:17 [2024-02-06T17:47:17.764Z] #69 71.93   CC       src/libcrun/handlers/libcrun_testing_a-spin.o
17:47:17 [2024-02-06T17:47:17.764Z] #69 71.95   CC       src/libcrun/handlers/libcrun_testing_a-wasmedge.o
17:47:17 [2024-02-06T17:47:17.764Z] #69 71.95   CC       src/libcrun/handlers/libcrun_testing_a-wasmer.o
17:47:17 [2024-02-06T17:47:17.764Z] #69 71.96   CC       src/libcrun/handlers/libcrun_testing_a-wasmtime.o
17:47:17 [2024-02-06T17:47:17.764Z] #69 71.99   CC       src/libcrun/libcrun_testing_a-intelrdt.o
17:47:17 [2024-02-06T17:47:17.764Z] #69 72.02   CC       src/libcrun/libcrun_testing_a-io_priority.o
17:47:17 [2024-02-06T17:47:17.764Z] #69 72.04   CC       src/libcrun/libcrun_testing_a-linux.o
17:47:17 [2024-02-06T17:47:17.764Z] #69 72.06   CC       src/libcrun/libcrun_testing_a-mount_flags.o
17:47:17 [2024-02-06T17:47:17.764Z] #69 72.07   CC       src/libcrun/libcrun_testing_a-scheduler.o
17:47:17 [2024-02-06T17:47:17.764Z] #69 72.09   CC       src/libcrun/libcrun_testing_a-seccomp.o
17:47:17 [2024-02-06T17:47:17.764Z] #69 72.11   CC       src/libcrun/libcrun_testing_a-seccomp_notify.o
17:47:17 [2024-02-06T17:47:17.764Z] #69 72.13   CC       src/libcrun/libcrun_testing_a-signals.o
17:47:17 [2024-02-06T17:47:17.764Z] #69 72.14   CC       src/libcrun/libcrun_testing_a-status.o
17:47:17 [2024-02-06T17:47:17.764Z] #69 72.16   CC       src/libcrun/libcrun_testing_a-terminal.o
17:47:17 [2024-02-06T17:47:17.764Z] #69 72.27   CC       tests/tests_libcrun_errors-tests_libcrun_errors.o
17:47:17 [2024-02-06T17:47:17.764Z] #69 72.32   CC       tests/tests_libcrun_intelrdt-tests_libcrun_intelrdt.o
17:47:17 [2024-02-06T17:47:17.764Z] #69 72.35   CC       tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o
17:47:17 [2024-02-06T17:47:17.764Z] #69 72.44   CC       src/crun-crun.o
17:47:17 [2024-02-06T17:47:17.764Z] #69 72.47   CC       src/crun-run.o
17:47:17 [2024-02-06T17:47:17.764Z] #69 72.52   CC       src/crun-delete.o
17:47:17 [2024-02-06T17:47:17.764Z] #69 72.54   CC       src/crun-kill.o
17:47:17 [2024-02-06T17:47:17.764Z] #69 72.56   CC       src/crun-pause.o
17:47:17 [2024-02-06T17:47:17.764Z] #69 72.59   CC       src/crun-unpause.o
17:47:17 [2024-02-06T17:47:17.764Z] #69 72.60   CC       src/crun-oci_features.o
17:47:17 [2024-02-06T17:47:17.764Z] #69 72.63   CC       src/crun-spec.o
17:47:17 [2024-02-06T17:47:17.764Z] #69 72.64   CC       src/crun-exec.o
17:47:17 [2024-02-06T17:47:17.764Z] #69 72.66   CC       src/crun-list.o
17:47:17 [2024-02-06T17:47:17.764Z] #69 72.74   CC       src/crun-create.o
17:47:17 [2024-02-06T17:47:17.764Z] #69 72.78   CC       src/crun-start.o
17:47:17 [2024-02-06T17:47:17.764Z] #69 72.82   CC       src/crun-state.o
17:47:17 [2024-02-06T17:47:17.764Z] #69 72.89   CC       src/crun-update.o
17:47:17 [2024-02-06T17:47:17.764Z] #69 72.91   CC       src/crun-ps.o
17:47:17 [2024-02-06T17:47:17.764Z] #69 72.95   CC       src/crun-checkpoint.o
17:47:17 [2024-02-06T17:47:17.764Z] #69 73.01   CC       src/crun-restore.o
17:47:17 [2024-02-06T17:47:17.764Z] #69 73.05   CC       src/libcrun/crun-cloned_binary.o
17:47:17 [2024-02-06T17:47:17.764Z] #69 73.05   CC       src/libcrun/libcrun_la-utils.lo
17:47:17 [2024-02-06T17:47:17.764Z] #69 73.07   CC       src/libcrun/libcrun_la-cgroup-cgroupfs.lo
17:47:17 [2024-02-06T17:47:17.764Z] #69 73.14   CC       src/libcrun/libcrun_la-cgroup-resources.lo
17:47:18 [2024-02-06T17:47:18.019Z] #69 73.46   CC       src/libcrun/libcrun_la-cgroup-setup.lo
17:47:18 [2024-02-06T17:47:18.019Z] #69 73.51   CC       src/libcrun/libcrun_la-cgroup-systemd.lo
17:47:18 [2024-02-06T17:47:18.019Z] #69 73.52   CC       src/libcrun/libcrun_la-cgroup-utils.lo
17:47:18 [2024-02-06T17:47:18.019Z] #69 73.53   CC       src/libcrun/libcrun_la-cgroup.lo
17:47:18 [2024-02-06T17:47:18.019Z] #69 73.54   CC       src/libcrun/libcrun_la-chroot_realpath.lo
17:47:18 [2024-02-06T17:47:18.019Z] #69 73.58   CC       src/libcrun/libcrun_la-cloned_binary.lo
17:47:18 [2024-02-06T17:47:18.019Z] #69 73.58   CC       src/libcrun/libcrun_la-container.lo
17:47:18 [2024-02-06T17:47:18.019Z] #69 73.60   CC       src/libcrun/libcrun_la-criu.lo
17:47:18 [2024-02-06T17:47:18.019Z] #69 73.64   CC       src/libcrun/libcrun_la-custom-handler.lo
17:47:18 [2024-02-06T17:47:18.019Z] #69 73.65   CC       src/libcrun/libcrun_la-ebpf.lo
17:47:18 [2024-02-06T17:47:18.019Z] #69 73.66   CC       src/libcrun/libcrun_la-error.lo
17:47:18 [2024-02-06T17:47:18.019Z] #69 73.67   CC       src/libcrun/handlers/libcrun_la-handler-utils.lo
17:47:18 [2024-02-06T17:47:18.019Z] #69 73.67   CC       src/libcrun/handlers/libcrun_la-krun.lo
17:47:18 [2024-02-06T17:47:18.019Z] #69 73.69   CC       src/libcrun/handlers/libcrun_la-mono.lo
17:47:18 [2024-02-06T17:47:18.274Z] #69 73.72   CC       src/libcrun/handlers/libcrun_la-spin.lo
17:47:18 [2024-02-06T17:47:18.274Z] #69 73.80   CC       src/libcrun/handlers/libcrun_la-wasmedge.lo
17:47:18 [2024-02-06T17:47:18.274Z] #69 73.81   CC       src/libcrun/handlers/libcrun_la-wasmer.lo
17:47:18 [2024-02-06T17:47:18.274Z] #69 73.82   CC       src/libcrun/handlers/libcrun_la-wasmtime.lo
17:47:18 [2024-02-06T17:47:18.274Z] #69 73.83   CC       src/libcrun/libcrun_la-intelrdt.lo
17:47:18 [2024-02-06T17:47:18.274Z] #69 73.85   CC       src/libcrun/libcrun_la-io_priority.lo
17:47:18 [2024-02-06T17:47:18.274Z] #69 73.85   CC       src/libcrun/libcrun_la-linux.lo
17:47:18 [2024-02-06T17:47:18.274Z] #69 73.86   CC       src/libcrun/libcrun_la-mount_flags.lo
17:47:18 [2024-02-06T17:47:18.274Z] #69 73.86   CC       src/libcrun/libcrun_la-scheduler.lo
17:47:18 [2024-02-06T17:47:18.274Z] #69 73.87   CC       src/libcrun/libcrun_la-seccomp.lo
17:47:18 [2024-02-06T17:47:18.274Z] #69 73.88   CC       src/libcrun/libcrun_la-seccomp_notify.lo
17:47:18 [2024-02-06T17:47:18.274Z] #69 73.91   CC       src/libcrun/libcrun_la-signals.lo
17:47:18 [2024-02-06T17:47:18.528Z] #69 73.91   CC       src/libcrun/libcrun_la-status.lo
17:47:18 [2024-02-06T17:47:18.528Z] #69 73.92   CC       src/libcrun/libcrun_la-terminal.lo
17:47:18 [2024-02-06T17:47:18.528Z] #69 73.93   CC       tests/init.o
17:47:18 [2024-02-06T17:47:18.528Z] #69 73.95   CC       tests/tests_libcrun_utils-tests_libcrun_utils.o
17:47:20 [2024-02-06T17:47:20.411Z] #69 75.83   CCLD     tests/init
17:47:22 [2024-02-06T17:47:22.920Z] #69 78.34   AR       libcrun_testing.a
17:47:22 [2024-02-06T17:47:22.920Z] #69 78.34 ar: `u' modifier ignored since `D' is the default (see `U')
17:47:22 [2024-02-06T17:47:22.920Z] #69 78.37   CCLD     tests/tests_libcrun_utils
17:47:22 [2024-02-06T17:47:22.920Z] #69 78.38   CCLD     tests/tests_libcrun_errors
17:47:22 [2024-02-06T17:47:22.920Z] #69 78.40   CCLD     tests/tests_libcrun_intelrdt
17:47:22 [2024-02-06T17:47:22.920Z] #69 78.41   CCLD     tests/tests_libcrun_fuzzer
17:47:23 [2024-02-06T17:47:23.479Z] #69 79.01   CCLD     libcrun.la
17:47:23 [2024-02-06T17:47:23.733Z] #69 79.35   CCLD     crun
17:47:23 [2024-02-06T17:47:23.988Z] #69 79.65 make[3]: Entering directory '/tmp/crun-build'
17:47:24 [2024-02-06T17:47:24.242Z] #69 79.74  /usr/bin/mkdir -p '/usr/local/lib'
17:47:24 [2024-02-06T17:47:24.242Z] #69 79.74  /usr/bin/mkdir -p '/usr/local/share/man/man1'
17:47:24 [2024-02-06T17:47:24.242Z] #69 79.74  /bin/bash ./libtool   --mode=install /usr/bin/install -c   libcrun.la '/usr/local/lib'
17:47:24 [2024-02-06T17:47:24.242Z] #69 79.75  /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1'
17:47:24 [2024-02-06T17:47:24.242Z] #69 79.82 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la
17:47:24 [2024-02-06T17:47:24.242Z] #69 79.83 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a
17:47:24 [2024-02-06T17:47:24.242Z] #69 79.85 libtool: install: chmod 644 /usr/local/lib/libcrun.a
17:47:24 [2024-02-06T17:47:24.242Z] #69 79.86 libtool: install: ranlib /usr/local/lib/libcrun.a
17:47:24 [2024-02-06T17:47:24.504Z] #69 79.95 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
17:47:24 [2024-02-06T17:47:24.505Z] #69 79.95 ----------------------------------------------------------------------
17:47:24 [2024-02-06T17:47:24.505Z] #69 79.95 Libraries have been installed in:
17:47:24 [2024-02-06T17:47:24.505Z] #69 79.95    /usr/local/lib
17:47:24 [2024-02-06T17:47:24.505Z] #69 79.95 
17:47:24 [2024-02-06T17:47:24.505Z] #69 79.95 If you ever happen to want to link against installed libraries
17:47:24 [2024-02-06T17:47:24.505Z] #69 79.95 in a given directory, LIBDIR, you must either use libtool, and
17:47:24 [2024-02-06T17:47:24.505Z] #69 79.95 specify the full pathname of the library, or use the '-LLIBDIR'
17:47:24 [2024-02-06T17:47:24.505Z] #69 79.95 flag during linking and do at least one of the following:
17:47:24 [2024-02-06T17:47:24.505Z] #69 79.95    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
17:47:24 [2024-02-06T17:47:24.505Z] #69 79.95      during execution
17:47:24 [2024-02-06T17:47:24.505Z] #69 79.95    - add LIBDIR to the 'LD_RUN_PATH' environment variable
17:47:24 [2024-02-06T17:47:24.505Z] #69 79.95      during linking
17:47:24 [2024-02-06T17:47:24.505Z] #69 79.95    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
17:47:24 [2024-02-06T17:47:24.505Z] #69 79.95    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
17:47:24 [2024-02-06T17:47:24.505Z] #69 79.95 
17:47:24 [2024-02-06T17:47:24.505Z] #69 79.95 See any operating system documentation about shared libraries for
17:47:24 [2024-02-06T17:47:24.505Z] #69 79.95 more information, such as the ld(1) and ld.so(8) manual pages.
17:47:24 [2024-02-06T17:47:24.505Z] #69 79.95 ----------------------------------------------------------------------
17:47:24 [2024-02-06T17:47:24.505Z] #69 79.96  /usr/bin/mkdir -p '/build'
17:47:24 [2024-02-06T17:47:24.505Z] #69 79.97   /bin/bash ./libtool   --mode=install /usr/bin/install -c crun '/build'
17:47:24 [2024-02-06T17:47:24.505Z] #69 80.08 libtool: install: /usr/bin/install -c crun /build/crun
17:47:24 [2024-02-06T17:47:24.759Z] #69 80.08 make[3]: Leaving directory '/tmp/crun-build'
17:47:24 [2024-02-06T17:47:24.759Z] #69 80.08 make[2]: Leaving directory '/tmp/crun-build'
17:47:24 [2024-02-06T17:47:24.759Z] #69 80.08 make[1]: Leaving directory '/tmp/crun-build'
17:47:25 [2024-02-06T17:47:25.318Z] #69 DONE 80.7s
17:47:25 [2024-02-06T17:47:25.318Z] 
17:47:25 [2024-02-06T17:47:25.318Z] #75 [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...)
17:47:30 [2024-02-06T17:47:30.548Z] #75 74.30 + bin/containerd-stress
17:47:30 [2024-02-06T17:47:30.548Z] #75 74.30 go build  -gcflags=-trimpath=/go/src  -o bin/containerd-stress -ldflags '-X github.com/containerd/containerd/version.Version=v1.7.13 -X github.com/containerd/containerd/version.Revision=7c3aca7a610df76212171d200ca3811ff6096eb8 -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
17:47:31 [2024-02-06T17:47:31.471Z] #75 75.46 + bin/containerd-shim
17:47:32 [2024-02-06T17:47:32.029Z] #75 75.99 + bin/containerd-shim-runc-v1
17:47:32 [2024-02-06T17:47:32.952Z] #75 76.78 + bin/containerd-shim-runc-v2
17:47:33 [2024-02-06T17:47:33.510Z] #75 77.47 + binaries
17:47:33 [2024-02-06T17:47:33.764Z] #75 DONE 77.9s
17:47:34 [2024-02-06T17:47:34.686Z] 
17:47:34 [2024-02-06T17:47:34.686Z] #93 [dev-systemd-false 13/21] COPY --link --from=containerd    /build/ /usr/local/bin/
17:47:34 [2024-02-06T17:47:34.686Z] #93 DONE 0.2s
17:47:34 [2024-02-06T17:47:34.940Z] 
17:47:34 [2024-02-06T17:47:34.940Z] #94 [dev-systemd-false 14/21] COPY --link --from=rootlesskit   /build/ /usr/local/bin/
17:47:34 [2024-02-06T17:47:34.940Z] #94 DONE 0.1s
17:47:34 [2024-02-06T17:47:34.940Z] 
17:47:34 [2024-02-06T17:47:34.940Z] #95 [dev-systemd-false 15/21] COPY --link --from=vpnkit        /       /usr/local/bin/
17:47:34 [2024-02-06T17:47:34.940Z] #95 DONE 0.1s
17:47:34 [2024-02-06T17:47:34.940Z] 
17:47:34 [2024-02-06T17:47:34.940Z] #96 [dev-systemd-false 16/21] COPY --link --from=containerutil /build/ /usr/local/bin/
17:47:34 [2024-02-06T17:47:34.940Z] #96 DONE 0.0s
17:47:34 [2024-02-06T17:47:34.940Z] 
17:47:34 [2024-02-06T17:47:34.940Z] #97 [dev-systemd-false 17/21] COPY --link --from=crun          /build/ /usr/local/bin/
17:47:34 [2024-02-06T17:47:34.940Z] #97 DONE 0.1s
17:47:35 [2024-02-06T17:47:35.194Z] 
17:47:35 [2024-02-06T17:47:35.194Z] #98 [dev-systemd-false 18/21] COPY --link hack/dockerfile/etc/docker/  /etc/docker/
17:47:35 [2024-02-06T17:47:35.194Z] #98 DONE 0.0s
17:47:35 [2024-02-06T17:47:35.194Z] 
17:47:35 [2024-02-06T17:47:35.194Z] #99 [dev-systemd-false 19/21] COPY --link --from=buildx        /buildx /usr/local/libexec/docker/cli-plugins/docker-buildx
17:47:35 [2024-02-06T17:47:35.194Z] #99 DONE 0.2s
17:47:35 [2024-02-06T17:47:35.448Z] 
17:47:35 [2024-02-06T17:47:35.448Z] #100 [dev-systemd-false 20/21] COPY --link --from=compose       /docker-compose /usr/libexec/docker/cli-plugins/docker-compose
17:47:35 [2024-02-06T17:47:35.448Z] #100 DONE 0.2s
17:47:35 [2024-02-06T17:47:35.702Z] 
17:47:35 [2024-02-06T17:47:35.702Z] #101 [dev-systemd-false 21/21] WORKDIR /go/src/github.com/docker/docker
17:47:35 [2024-02-06T17:47:35.702Z] #101 DONE 0.0s
17:47:35 [2024-02-06T17:47:35.702Z] 
17:47:35 [2024-02-06T17:47:35.702Z] #102 [dev-base  1/12] RUN groupadd -r docker
17:47:35 [2024-02-06T17:47:35.702Z] #102 DONE 0.3s
17:47:35 [2024-02-06T17:47:35.956Z] 
17:47:35 [2024-02-06T17:47:35.956Z] #103 [dev-base  2/12] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
17:47:36 [2024-02-06T17:47:36.210Z] #103 DONE 0.4s
17:47:36 [2024-02-06T17:47:36.210Z] 
17:47:36 [2024-02-06T17:47:36.210Z] #104 [dev-base  3/12] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
17:47:36 [2024-02-06T17:47:36.466Z] #104 0.267 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
17:47:36 [2024-02-06T17:47:36.466Z] #104 DONE 0.3s
17:47:36 [2024-02-06T17:47:36.466Z] 
17:47:36 [2024-02-06T17:47:36.466Z] #105 [dev-base  4/12] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
17:47:36 [2024-02-06T17:47:36.720Z] #105 DONE 0.3s
17:47:36 [2024-02-06T17:47:36.974Z] 
17:47:36 [2024-02-06T17:47:36.974Z] #106 [dev-base  5/12] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
17:47:36 [2024-02-06T17:47:36.974Z] #106 DONE 0.3s
17:47:37 [2024-02-06T17:47:37.229Z] 
17:47:37 [2024-02-06T17:47:37.229Z] #107 [dev-base  6/12] RUN ldconfig
17:47:37 [2024-02-06T17:47:37.483Z] #107 DONE 0.3s
17:47:37 [2024-02-06T17:47:37.483Z] 
17:47:37 [2024-02-06T17:47:37.483Z] #108 [dev-base  7/12] RUN git config --global --add safe.directory /go/src/github.com/docker/docker
17:47:38 [2024-02-06T17:47:38.041Z] #108 DONE 0.4s
17:47:38 [2024-02-06T17:47:38.041Z] 
17:47:38 [2024-02-06T17:47:38.041Z] #109 [dev-base  8/12] 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             sudo             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
17:47:38 [2024-02-06T17:47:38.599Z] #109 0.574 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
17:47:38 [2024-02-06T17:47:38.599Z] #109 0.585 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
17:47:38 [2024-02-06T17:47:38.599Z] #109 0.585 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
17:47:38 [2024-02-06T17:47:38.599Z] #109 0.667 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
17:47:38 [2024-02-06T17:47:38.599Z] #109 0.735 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB]
17:47:38 [2024-02-06T17:47:38.852Z] #109 0.804 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [134 kB]
17:47:39 [2024-02-06T17:47:39.774Z] #109 1.685 Fetched 9083 kB in 1s (6653 kB/s)
17:47:40 [2024-02-06T17:47:40.027Z] #109 1.685 Reading package lists...
17:47:40 [2024-02-06T17:47:40.839Z] #109 2.297 Reading package lists...
17:47:40 [2024-02-06T17:47:40.839Z] #109 2.880 Building dependency tree...
17:47:41 [2024-02-06T17:47:41.149Z] #109 3.027 Reading state information...
17:47:41 [2024-02-06T17:47:41.149Z] #109 3.233 The following additional packages will be installed:
17:47:41 [2024-02-06T17:47:41.149Z] #109 3.233   dmsetup libaio1 libapparmor1 libargon2-1 libbpf1 libcryptsetup12
17:47:41 [2024-02-06T17:47:41.149Z] #109 3.233   libdevmapper1.02.1 libelf1 libfdisk1 libgpm2 libicu72 libinih1 libip4tc2
17:47:41 [2024-02-06T17:47:41.149Z] #109 3.234   libip6tc2 libjq1 libjson-c5 libkmod2 libmicrohttpd12 libmnl0
17:47:41 [2024-02-06T17:47:41.149Z] #109 3.234   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libsodium23
17:47:41 [2024-02-06T17:47:41.149Z] #109 3.235   libsubid4 libsystemd-shared liburcu8 libxtables12 sgml-base systemd
17:47:41 [2024-02-06T17:47:41.149Z] #109 3.235   vim-runtime
17:47:41 [2024-02-06T17:47:41.149Z] #109 3.237 Suggested packages:
17:47:41 [2024-02-06T17:47:41.149Z] #109 3.237   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
17:47:41 [2024-02-06T17:47:41.149Z] #109 3.237   gpm ed diffutils-doc sgml-base-doc systemd-container systemd-homed
17:47:41 [2024-02-06T17:47:41.149Z] #109 3.237   systemd-userdbd systemd-boot systemd-resolved libqrencode4
17:47:41 [2024-02-06T17:47:41.149Z] #109 3.237   libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0 polkitd | policykit-1 ctags
17:47:41 [2024-02-06T17:47:41.149Z] #109 3.237   vim-doc vim-scripts xfsdump acl attr quota
17:47:41 [2024-02-06T17:47:41.149Z] #109 3.237 Recommended packages:
17:47:41 [2024-02-06T17:47:41.149Z] #109 3.237   libatm1 nftables libpam-cap default-dbus-system-bus | dbus-system-bus
17:47:41 [2024-02-06T17:47:41.149Z] #109 3.237   systemd-timesyncd | time-daemon xxd unzip
17:47:41 [2024-02-06T17:47:41.423Z] #109 3.631 The following NEW packages will be installed:
17:47:41 [2024-02-06T17:47:41.692Z] #109 3.632   apparmor bash-completion bzip2 dmsetup inetutils-ping iproute2 iptables jq
17:47:41 [2024-02-06T17:47:41.692Z] #109 3.632   libaio1 libapparmor1 libargon2-1 libbpf1 libcap2-bin libcryptsetup12
17:47:41 [2024-02-06T17:47:41.692Z] #109 3.632   libdevmapper1.02.1 libelf1 libfdisk1 libgpm2 libicu72 libinih1 libip4tc2
17:47:41 [2024-02-06T17:47:41.692Z] #109 3.632   libip6tc2 libjq1 libjson-c5 libkmod2 libmicrohttpd12 libmnl0 libnet1
17:47:41 [2024-02-06T17:47:41.692Z] #109 3.632   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
17:47:41 [2024-02-06T17:47:41.692Z] #109 3.632   libprotobuf-c1 libsodium23 libsubid4 libsystemd-shared liburcu8 libxtables12
17:47:41 [2024-02-06T17:47:41.692Z] #109 3.633   libyajl2 net-tools patch pigz sgml-base sudo systemd systemd-journal-remote
17:47:41 [2024-02-06T17:47:41.692Z] #109 3.633   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xz-utils
17:47:41 [2024-02-06T17:47:41.692Z] #109 3.633   zip zstd
17:47:41 [2024-02-06T17:47:41.692Z] #109 3.910 0 upgraded, 56 newly installed, 0 to remove and 0 not upgraded.
17:47:41 [2024-02-06T17:47:41.692Z] #109 3.910 Need to get 31.8 MB of archives.
17:47:41 [2024-02-06T17:47:41.692Z] #109 3.910 After this operation, 143 MB of additional disk space will be used.
17:47:41 [2024-02-06T17:47:41.692Z] #109 3.910 Get:1 http://deb.debian.org/debian bookworm/main arm64 libargon2-1 arm64 0~20171227-0.3+deb12u1 [18.7 kB]
17:47:41 [2024-02-06T17:47:41.959Z] #109 3.914 Get:2 http://deb.debian.org/debian bookworm/main arm64 dmsetup arm64 2:1.02.185-2 [75.2 kB]
17:47:41 [2024-02-06T17:47:41.959Z] #109 3.921 Get:3 http://deb.debian.org/debian bookworm/main arm64 libdevmapper1.02.1 arm64 2:1.02.185-2 [115 kB]
17:47:41 [2024-02-06T17:47:41.959Z] #109 3.924 Get:4 http://deb.debian.org/debian bookworm/main arm64 libjson-c5 arm64 0.16-2 [42.9 kB]
17:47:41 [2024-02-06T17:47:41.959Z] #109 3.925 Get:5 http://deb.debian.org/debian bookworm/main arm64 libcryptsetup12 arm64 2:2.6.1-4~deb12u1 [205 kB]
17:47:41 [2024-02-06T17:47:41.959Z] #109 3.927 Get:6 http://deb.debian.org/debian bookworm/main arm64 libfdisk1 arm64 2.38.1-5+b1 [182 kB]
17:47:41 [2024-02-06T17:47:41.959Z] #109 3.928 Get:7 http://deb.debian.org/debian bookworm/main arm64 libkmod2 arm64 30+20221128-1 [54.4 kB]
17:47:41 [2024-02-06T17:47:41.959Z] #109 3.930 Get:8 http://deb.debian.org/debian bookworm/main arm64 libapparmor1 arm64 3.0.8-3 [40.3 kB]
17:47:41 [2024-02-06T17:47:41.959Z] #109 3.931 Get:9 http://deb.debian.org/debian bookworm/main arm64 libip4tc2 arm64 1.8.9-2 [18.5 kB]
17:47:41 [2024-02-06T17:47:41.959Z] #109 3.933 Get:10 http://deb.debian.org/debian bookworm/main arm64 libsystemd-shared arm64 252.19-1~deb12u1 [1506 kB]
17:47:41 [2024-02-06T17:47:41.959Z] #109 3.940 Get:11 http://deb.debian.org/debian bookworm/main arm64 systemd arm64 252.19-1~deb12u1 [2828 kB]
17:47:41 [2024-02-06T17:47:41.959Z] #109 3.958 Get:12 http://deb.debian.org/debian bookworm/main arm64 pigz arm64 2.6-1 [56.2 kB]
17:47:41 [2024-02-06T17:47:41.959Z] #109 3.958 Get:13 http://deb.debian.org/debian bookworm/main arm64 sgml-base all 1.31 [15.4 kB]
17:47:41 [2024-02-06T17:47:41.959Z] #109 3.959 Get:14 http://deb.debian.org/debian bookworm/main arm64 sudo arm64 1.9.13p3-1+deb12u1 [1826 kB]
17:47:41 [2024-02-06T17:47:41.959Z] #109 3.967 Get:15 http://deb.debian.org/debian bookworm/main arm64 libelf1 arm64 0.188-2.1 [173 kB]
17:47:41 [2024-02-06T17:47:41.959Z] #109 3.967 Get:16 http://deb.debian.org/debian bookworm/main arm64 libbpf1 arm64 1:1.1.0-1 [136 kB]
17:47:41 [2024-02-06T17:47:41.959Z] #109 3.968 Get:17 http://deb.debian.org/debian bookworm/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB]
17:47:41 [2024-02-06T17:47:41.959Z] #109 3.968 Get:18 http://deb.debian.org/debian bookworm/main arm64 libxtables12 arm64 1.8.9-2 [29.6 kB]
17:47:41 [2024-02-06T17:47:41.959Z] #109 3.969 Get:19 http://deb.debian.org/debian bookworm/main arm64 libcap2-bin arm64 1:2.66-4 [33.9 kB]
17:47:41 [2024-02-06T17:47:41.959Z] #109 3.969 Get:20 http://deb.debian.org/debian bookworm/main arm64 iproute2 arm64 6.1.0-3 [1008 kB]
17:47:41 [2024-02-06T17:47:41.959Z] #109 3.974 Get:21 http://deb.debian.org/debian bookworm/main arm64 vim-common all 2:9.0.1378-2 [124 kB]
17:47:41 [2024-02-06T17:47:41.959Z] #109 3.975 Get:22 http://deb.debian.org/debian bookworm/main arm64 bash-completion all 1:2.11-6 [234 kB]
17:47:41 [2024-02-06T17:47:41.959Z] #109 3.977 Get:23 http://deb.debian.org/debian bookworm/main arm64 bzip2 arm64 1.0.8-5+b1 [48.9 kB]
17:47:41 [2024-02-06T17:47:41.959Z] #109 3.978 Get:24 http://deb.debian.org/debian bookworm/main arm64 xz-utils arm64 5.4.1-0.2 [469 kB]
17:47:41 [2024-02-06T17:47:41.959Z] #109 3.982 Get:25 http://deb.debian.org/debian bookworm/main arm64 apparmor arm64 3.0.8-3 [567 kB]
17:47:41 [2024-02-06T17:47:41.959Z] #109 4.004 Get:26 http://deb.debian.org/debian bookworm/main arm64 inetutils-ping arm64 2:2.4-2+deb12u1 [83.3 kB]
17:47:41 [2024-02-06T17:47:41.959Z] #109 4.006 Get:27 http://deb.debian.org/debian bookworm/main arm64 libip6tc2 arm64 1.8.9-2 [18.7 kB]
17:47:41 [2024-02-06T17:47:41.959Z] #109 4.007 Get:28 http://deb.debian.org/debian bookworm/main arm64 libnfnetlink0 arm64 1.0.2-2 [14.5 kB]
17:47:41 [2024-02-06T17:47:41.959Z] #109 4.008 Get:29 http://deb.debian.org/debian bookworm/main arm64 libnetfilter-conntrack3 arm64 1.0.9-3 [38.4 kB]
17:47:41 [2024-02-06T17:47:41.959Z] #109 4.009 Get:30 http://deb.debian.org/debian bookworm/main arm64 libnftnl11 arm64 1.2.4-2 [57.6 kB]
17:47:41 [2024-02-06T17:47:41.959Z] #109 4.011 Get:31 http://deb.debian.org/debian bookworm/main arm64 iptables arm64 1.8.9-2 [352 kB]
17:47:41 [2024-02-06T17:47:41.959Z] #109 4.013 Get:32 http://deb.debian.org/debian bookworm/main arm64 libonig5 arm64 6.9.8-1 [179 kB]
17:47:41 [2024-02-06T17:47:41.959Z] #109 4.015 Get:33 http://deb.debian.org/debian bookworm/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
17:47:41 [2024-02-06T17:47:41.959Z] #109 4.016 Get:34 http://deb.debian.org/debian bookworm/main arm64 jq arm64 1.6-2.1 [64.5 kB]
17:47:41 [2024-02-06T17:47:41.959Z] #109 4.018 Get:35 http://deb.debian.org/debian bookworm/main arm64 libaio1 arm64 0.3.113-4 [13.3 kB]
17:47:41 [2024-02-06T17:47:41.959Z] #109 4.019 Get:36 http://deb.debian.org/debian bookworm/main arm64 libgpm2 arm64 1.20.7-10+b1 [14.4 kB]
17:47:41 [2024-02-06T17:47:41.960Z] #109 4.019 Get:37 http://deb.debian.org/debian bookworm/main arm64 libicu72 arm64 72.1-3 [9204 kB]
17:47:41 [2024-02-06T17:47:41.960Z] #109 4.074 Get:38 http://deb.debian.org/debian bookworm/main arm64 libinih1 arm64 55-1 [6604 B]
17:47:41 [2024-02-06T17:47:41.960Z] #109 4.075 Get:39 http://deb.debian.org/debian bookworm/main arm64 libmicrohttpd12 arm64 0.9.75-6 [112 kB]
17:47:41 [2024-02-06T17:47:41.960Z] #109 4.075 Get:40 http://deb.debian.org/debian bookworm/main arm64 libnet1 arm64 1.1.6+dfsg-3.2 [60.7 kB]
17:47:41 [2024-02-06T17:47:41.960Z] #109 4.076 Get:41 http://deb.debian.org/debian bookworm/main arm64 libnl-3-200 arm64 3.7.0-0.2+b1 [60.2 kB]
17:47:41 [2024-02-06T17:47:41.960Z] #109 4.076 Get:42 http://deb.debian.org/debian bookworm/main arm64 libprotobuf-c1 arm64 1.4.1-1+b1 [26.6 kB]
17:47:41 [2024-02-06T17:47:41.960Z] #109 4.077 Get:43 http://deb.debian.org/debian bookworm/main arm64 libsodium23 arm64 1.0.18-1 [119 kB]
17:47:41 [2024-02-06T17:47:41.960Z] #109 4.077 Get:44 http://deb.debian.org/debian bookworm/main arm64 libsubid4 arm64 1:4.13+dfsg1-1+b1 [208 kB]
17:47:41 [2024-02-06T17:47:41.960Z] #109 4.078 Get:45 http://deb.debian.org/debian bookworm/main arm64 liburcu8 arm64 0.13.2-1 [69.5 kB]
17:47:41 [2024-02-06T17:47:41.960Z] #109 4.079 Get:46 http://deb.debian.org/debian bookworm/main arm64 libyajl2 arm64 2.1.0-3+deb12u2 [21.8 kB]
17:47:41 [2024-02-06T17:47:41.960Z] #109 4.079 Get:47 http://deb.debian.org/debian bookworm/main arm64 net-tools arm64 2.10-0.1 [241 kB]
17:47:41 [2024-02-06T17:47:41.960Z] #109 4.080 Get:48 http://deb.debian.org/debian bookworm/main arm64 patch arm64 2.7.6-7 [121 kB]
17:47:41 [2024-02-06T17:47:41.960Z] #109 4.082 Get:49 http://deb.debian.org/debian bookworm/main arm64 systemd-journal-remote arm64 252.19-1~deb12u1 [92.3 kB]
17:47:41 [2024-02-06T17:47:41.960Z] #109 4.086 Get:50 http://deb.debian.org/debian bookworm/main arm64 thin-provisioning-tools arm64 0.9.0-2 [344 kB]
17:47:41 [2024-02-06T17:47:41.960Z] #109 4.090 Get:51 http://deb.debian.org/debian bookworm/main arm64 uidmap arm64 1:4.13+dfsg1-1+b1 [188 kB]
17:47:41 [2024-02-06T17:47:41.960Z] #109 4.093 Get:52 http://deb.debian.org/debian bookworm/main arm64 vim-runtime all 2:9.0.1378-2 [7025 kB]
17:47:41 [2024-02-06T17:47:41.960Z] #109 4.134 Get:53 http://deb.debian.org/debian bookworm/main arm64 vim arm64 2:9.0.1378-2 [1424 kB]
17:47:42 [2024-02-06T17:47:42.223Z] #109 4.141 Get:54 http://deb.debian.org/debian bookworm/main arm64 xfsprogs arm64 6.1.0-1 [929 kB]
17:47:42 [2024-02-06T17:47:42.223Z] #109 4.145 Get:55 http://deb.debian.org/debian bookworm/main arm64 zip arm64 3.0-13 [223 kB]
17:47:42 [2024-02-06T17:47:42.223Z] #109 4.146 Get:56 http://deb.debian.org/debian bookworm/main arm64 zstd arm64 1.5.4+dfsg2-5 [584 kB]
17:47:42 [2024-02-06T17:47:42.223Z] #109 4.295 debconf: delaying package configuration, since apt-utils is not installed
17:47:42 [2024-02-06T17:47:42.223Z] #109 4.332 Fetched 31.8 MB in 1s (63.0 MB/s)
17:47:42 [2024-02-06T17:47:42.223Z] #109 4.359 Selecting previously unselected package libargon2-1:arm64.
17:47:42 [2024-02-06T17:47:42.223Z] #109 4.359 (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 ... 15667 files and directories currently installed.)
17:47:42 [2024-02-06T17:47:42.223Z] #109 4.367 Preparing to unpack .../00-libargon2-1_0~20171227-0.3+deb12u1_arm64.deb ...
17:47:42 [2024-02-06T17:47:42.223Z] #109 4.374 Unpacking libargon2-1:arm64 (0~20171227-0.3+deb12u1) ...
17:47:42 [2024-02-06T17:47:42.223Z] #109 4.407 Selecting previously unselected package dmsetup.
17:47:42 [2024-02-06T17:47:42.486Z] #109 4.408 Preparing to unpack .../01-dmsetup_2%3a1.02.185-2_arm64.deb ...
17:47:42 [2024-02-06T17:47:42.486Z] #109 4.412 Unpacking dmsetup (2:1.02.185-2) ...
17:47:42 [2024-02-06T17:47:42.486Z] #109 4.449 Selecting previously unselected package libdevmapper1.02.1:arm64.
17:47:42 [2024-02-06T17:47:42.486Z] #109 4.451 Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-2_arm64.deb ...
17:47:42 [2024-02-06T17:47:42.486Z] #109 4.454 Unpacking libdevmapper1.02.1:arm64 (2:1.02.185-2) ...
17:47:42 [2024-02-06T17:47:42.486Z] #109 4.497 Selecting previously unselected package libjson-c5:arm64.
17:47:42 [2024-02-06T17:47:42.486Z] #109 4.499 Preparing to unpack .../03-libjson-c5_0.16-2_arm64.deb ...
17:47:42 [2024-02-06T17:47:42.486Z] #109 4.503 Unpacking libjson-c5:arm64 (0.16-2) ...
17:47:42 [2024-02-06T17:47:42.486Z] #109 4.548 Selecting previously unselected package libcryptsetup12:arm64.
17:47:42 [2024-02-06T17:47:42.486Z] #109 4.550 Preparing to unpack .../04-libcryptsetup12_2%3a2.6.1-4~deb12u1_arm64.deb ...
17:47:42 [2024-02-06T17:47:42.486Z] #109 4.556 Unpacking libcryptsetup12:arm64 (2:2.6.1-4~deb12u1) ...
17:47:42 [2024-02-06T17:47:42.486Z] #109 4.603 Selecting previously unselected package libfdisk1:arm64.
17:47:42 [2024-02-06T17:47:42.486Z] #109 4.605 Preparing to unpack .../05-libfdisk1_2.38.1-5+b1_arm64.deb ...
17:47:42 [2024-02-06T17:47:42.486Z] #109 4.609 Unpacking libfdisk1:arm64 (2.38.1-5+b1) ...
17:47:42 [2024-02-06T17:47:42.486Z] #109 4.672 Selecting previously unselected package libkmod2:arm64.
17:47:42 [2024-02-06T17:47:42.745Z] #109 4.674 Preparing to unpack .../06-libkmod2_30+20221128-1_arm64.deb ...
17:47:42 [2024-02-06T17:47:42.745Z] #109 4.679 Unpacking libkmod2:arm64 (30+20221128-1) ...
17:47:42 [2024-02-06T17:47:42.745Z] #109 4.722 Selecting previously unselected package libapparmor1:arm64.
17:47:42 [2024-02-06T17:47:42.745Z] #109 4.723 Preparing to unpack .../07-libapparmor1_3.0.8-3_arm64.deb ...
17:47:42 [2024-02-06T17:47:42.745Z] #109 4.727 Unpacking libapparmor1:arm64 (3.0.8-3) ...
17:47:42 [2024-02-06T17:47:42.745Z] #109 4.766 Selecting previously unselected package libip4tc2:arm64.
17:47:42 [2024-02-06T17:47:42.745Z] #109 4.768 Preparing to unpack .../08-libip4tc2_1.8.9-2_arm64.deb ...
17:47:42 [2024-02-06T17:47:42.745Z] #109 4.772 Unpacking libip4tc2:arm64 (1.8.9-2) ...
17:47:42 [2024-02-06T17:47:42.745Z] #109 4.803 Selecting previously unselected package libsystemd-shared:arm64.
17:47:42 [2024-02-06T17:47:42.745Z] #109 4.805 Preparing to unpack .../09-libsystemd-shared_252.19-1~deb12u1_arm64.deb ...
17:47:42 [2024-02-06T17:47:42.745Z] #109 4.809 Unpacking libsystemd-shared:arm64 (252.19-1~deb12u1) ...
17:47:42 [2024-02-06T17:47:42.745Z] #109 4.956 Selecting previously unselected package systemd.
17:47:43 [2024-02-06T17:47:43.004Z] #109 4.958 Preparing to unpack .../10-systemd_252.19-1~deb12u1_arm64.deb ...
17:47:43 [2024-02-06T17:47:43.004Z] #109 4.978 Unpacking systemd (252.19-1~deb12u1) ...
17:47:43 [2024-02-06T17:47:43.004Z] #109 5.236 Selecting previously unselected package pigz.
17:47:43 [2024-02-06T17:47:43.262Z] #109 5.238 Preparing to unpack .../11-pigz_2.6-1_arm64.deb ...
17:47:43 [2024-02-06T17:47:43.262Z] #109 5.242 Unpacking pigz (2.6-1) ...
17:47:43 [2024-02-06T17:47:43.262Z] #109 5.285 Selecting previously unselected package sgml-base.
17:47:43 [2024-02-06T17:47:43.262Z] #109 5.287 Preparing to unpack .../12-sgml-base_1.31_all.deb ...
17:47:43 [2024-02-06T17:47:43.262Z] #109 5.293 Unpacking sgml-base (1.31) ...
17:47:43 [2024-02-06T17:47:43.262Z] #109 5.345 Selecting previously unselected package sudo.
17:47:43 [2024-02-06T17:47:43.262Z] #109 5.347 Preparing to unpack .../13-sudo_1.9.13p3-1+deb12u1_arm64.deb ...
17:47:43 [2024-02-06T17:47:43.262Z] #109 5.353 Unpacking sudo (1.9.13p3-1+deb12u1) ...
17:47:43 [2024-02-06T17:47:43.263Z] #109 5.481 Selecting previously unselected package libelf1:arm64.
17:47:43 [2024-02-06T17:47:43.520Z] #109 5.483 Preparing to unpack .../14-libelf1_0.188-2.1_arm64.deb ...
17:47:43 [2024-02-06T17:47:43.520Z] #109 5.486 Unpacking libelf1:arm64 (0.188-2.1) ...
17:47:43 [2024-02-06T17:47:43.520Z] #109 5.539 Selecting previously unselected package libbpf1:arm64.
17:47:43 [2024-02-06T17:47:43.520Z] #109 5.541 Preparing to unpack .../15-libbpf1_1%3a1.1.0-1_arm64.deb ...
17:47:43 [2024-02-06T17:47:43.520Z] #109 5.545 Unpacking libbpf1:arm64 (1:1.1.0-1) ...
17:47:43 [2024-02-06T17:47:43.520Z] #109 5.591 Selecting previously unselected package libmnl0:arm64.
17:47:43 [2024-02-06T17:47:43.520Z] #109 5.593 Preparing to unpack .../16-libmnl0_1.0.4-3_arm64.deb ...
17:47:43 [2024-02-06T17:47:43.520Z] #109 5.597 Unpacking libmnl0:arm64 (1.0.4-3) ...
17:47:43 [2024-02-06T17:47:43.520Z] #109 5.636 Selecting previously unselected package libxtables12:arm64.
17:47:43 [2024-02-06T17:47:43.520Z] #109 5.638 Preparing to unpack .../17-libxtables12_1.8.9-2_arm64.deb ...
17:47:43 [2024-02-06T17:47:43.520Z] #109 5.642 Unpacking libxtables12:arm64 (1.8.9-2) ...
17:47:43 [2024-02-06T17:47:43.520Z] #109 5.675 Selecting previously unselected package libcap2-bin.
17:47:43 [2024-02-06T17:47:43.520Z] #109 5.677 Preparing to unpack .../18-libcap2-bin_1%3a2.66-4_arm64.deb ...
17:47:43 [2024-02-06T17:47:43.520Z] #109 5.681 Unpacking libcap2-bin (1:2.66-4) ...
17:47:43 [2024-02-06T17:47:43.520Z] #109 5.729 Selecting previously unselected package iproute2.
17:47:43 [2024-02-06T17:47:43.778Z] #109 5.731 Preparing to unpack .../19-iproute2_6.1.0-3_arm64.deb ...
17:47:43 [2024-02-06T17:47:43.778Z] #109 5.734 Unpacking iproute2 (6.1.0-3) ...
17:47:43 [2024-02-06T17:47:43.778Z] #109 5.848 Selecting previously unselected package vim-common.
17:47:44 [2024-02-06T17:47:44.036Z] #109 5.850 Preparing to unpack .../20-vim-common_2%3a9.0.1378-2_all.deb ...
17:47:44 [2024-02-06T17:47:44.036Z] #109 5.856 Unpacking vim-common (2:9.0.1378-2) ...
17:47:44 [2024-02-06T17:47:44.036Z] #109 5.910 Selecting previously unselected package bash-completion.
17:47:44 [2024-02-06T17:47:44.036Z] #109 5.912 Preparing to unpack .../21-bash-completion_1%3a2.11-6_all.deb ...
17:47:44 [2024-02-06T17:47:44.036Z] #109 5.924 Unpacking bash-completion (1:2.11-6) ...
17:47:44 [2024-02-06T17:47:44.036Z] #109 6.045 Selecting previously unselected package bzip2.
17:47:44 [2024-02-06T17:47:44.036Z] #109 6.047 Preparing to unpack .../22-bzip2_1.0.8-5+b1_arm64.deb ...
17:47:44 [2024-02-06T17:47:44.036Z] #109 6.050 Unpacking bzip2 (1.0.8-5+b1) ...
17:47:44 [2024-02-06T17:47:44.036Z] #109 6.093 Selecting previously unselected package xz-utils.
17:47:44 [2024-02-06T17:47:44.036Z] #109 6.095 Preparing to unpack .../23-xz-utils_5.4.1-0.2_arm64.deb ...
17:47:44 [2024-02-06T17:47:44.036Z] #109 6.099 Unpacking xz-utils (5.4.1-0.2) ...
17:47:44 [2024-02-06T17:47:44.036Z] #109 6.187 Selecting previously unselected package apparmor.
17:47:44 [2024-02-06T17:47:44.298Z] #109 6.189 Preparing to unpack .../24-apparmor_3.0.8-3_arm64.deb ...
17:47:44 [2024-02-06T17:47:44.298Z] #109 6.211 Unpacking apparmor (3.0.8-3) ...
17:47:44 [2024-02-06T17:47:44.298Z] #109 6.295 Selecting previously unselected package inetutils-ping.
17:47:44 [2024-02-06T17:47:44.298Z] #109 6.297 Preparing to unpack .../25-inetutils-ping_2%3a2.4-2+deb12u1_arm64.deb ...
17:47:44 [2024-02-06T17:47:44.298Z] #109 6.301 Unpacking inetutils-ping (2:2.4-2+deb12u1) ...
17:47:44 [2024-02-06T17:47:44.298Z] #109 6.347 Selecting previously unselected package libip6tc2:arm64.
17:47:44 [2024-02-06T17:47:44.298Z] #109 6.349 Preparing to unpack .../26-libip6tc2_1.8.9-2_arm64.deb ...
17:47:44 [2024-02-06T17:47:44.298Z] #109 6.352 Unpacking libip6tc2:arm64 (1.8.9-2) ...
17:47:44 [2024-02-06T17:47:44.298Z] #109 6.389 Selecting previously unselected package libnfnetlink0:arm64.
17:47:44 [2024-02-06T17:47:44.298Z] #109 6.391 Preparing to unpack .../27-libnfnetlink0_1.0.2-2_arm64.deb ...
17:47:44 [2024-02-06T17:47:44.298Z] #109 6.395 Unpacking libnfnetlink0:arm64 (1.0.2-2) ...
17:47:44 [2024-02-06T17:47:44.298Z] #109 6.429 Selecting previously unselected package libnetfilter-conntrack3:arm64.
17:47:44 [2024-02-06T17:47:44.298Z] #109 6.432 Preparing to unpack .../28-libnetfilter-conntrack3_1.0.9-3_arm64.deb ...
17:47:44 [2024-02-06T17:47:44.298Z] #109 6.435 Unpacking libnetfilter-conntrack3:arm64 (1.0.9-3) ...
17:47:44 [2024-02-06T17:47:44.298Z] #109 6.470 Selecting previously unselected package libnftnl11:arm64.
17:47:44 [2024-02-06T17:47:44.298Z] #109 6.472 Preparing to unpack .../29-libnftnl11_1.2.4-2_arm64.deb ...
17:47:44 [2024-02-06T17:47:44.298Z] #109 6.476 Unpacking libnftnl11:arm64 (1.2.4-2) ...
17:47:44 [2024-02-06T17:47:44.298Z] #109 6.518 Selecting previously unselected package iptables.
17:47:44 [2024-02-06T17:47:44.560Z] #109 6.520 Preparing to unpack .../30-iptables_1.8.9-2_arm64.deb ...
17:47:44 [2024-02-06T17:47:44.560Z] #109 6.524 Unpacking iptables (1.8.9-2) ...
17:47:44 [2024-02-06T17:47:44.560Z] #109 6.617 Selecting previously unselected package libonig5:arm64.
17:47:44 [2024-02-06T17:47:44.560Z] #109 6.620 Preparing to unpack .../31-libonig5_6.9.8-1_arm64.deb ...
17:47:44 [2024-02-06T17:47:44.560Z] #109 6.624 Unpacking libonig5:arm64 (6.9.8-1) ...
17:47:44 [2024-02-06T17:47:44.560Z] #109 6.672 Selecting previously unselected package libjq1:arm64.
17:47:44 [2024-02-06T17:47:44.560Z] #109 6.674 Preparing to unpack .../32-libjq1_1.6-2.1_arm64.deb ...
17:47:44 [2024-02-06T17:47:44.560Z] #109 6.678 Unpacking libjq1:arm64 (1.6-2.1) ...
17:47:44 [2024-02-06T17:47:44.560Z] #109 6.714 Selecting previously unselected package jq.
17:47:44 [2024-02-06T17:47:44.560Z] #109 6.716 Preparing to unpack .../33-jq_1.6-2.1_arm64.deb ...
17:47:44 [2024-02-06T17:47:44.560Z] #109 6.721 Unpacking jq (1.6-2.1) ...
17:47:44 [2024-02-06T17:47:44.826Z] #109 6.762 Selecting previously unselected package libaio1:arm64.
17:47:44 [2024-02-06T17:47:44.826Z] #109 6.764 Preparing to unpack .../34-libaio1_0.3.113-4_arm64.deb ...
17:47:44 [2024-02-06T17:47:44.826Z] #109 6.769 Unpacking libaio1:arm64 (0.3.113-4) ...
17:47:44 [2024-02-06T17:47:44.826Z] #109 6.806 Selecting previously unselected package libgpm2:arm64.
17:47:44 [2024-02-06T17:47:44.826Z] #109 6.808 Preparing to unpack .../35-libgpm2_1.20.7-10+b1_arm64.deb ...
17:47:44 [2024-02-06T17:47:44.826Z] #109 6.812 Unpacking libgpm2:arm64 (1.20.7-10+b1) ...
17:47:44 [2024-02-06T17:47:44.826Z] #109 6.848 Selecting previously unselected package libicu72:arm64.
17:47:44 [2024-02-06T17:47:44.826Z] #109 6.850 Preparing to unpack .../36-libicu72_72.1-3_arm64.deb ...
17:47:44 [2024-02-06T17:47:44.826Z] #109 6.856 Unpacking libicu72:arm64 (72.1-3) ...
17:47:45 [2024-02-06T17:47:45.388Z] #109 7.410 Selecting previously unselected package libinih1:arm64.
17:47:45 [2024-02-06T17:47:45.388Z] #109 7.412 Preparing to unpack .../37-libinih1_55-1_arm64.deb ...
17:47:45 [2024-02-06T17:47:45.388Z] #109 7.416 Unpacking libinih1:arm64 (55-1) ...
17:47:45 [2024-02-06T17:47:45.388Z] #109 7.453 Selecting previously unselected package libmicrohttpd12:arm64.
17:47:45 [2024-02-06T17:47:45.388Z] #109 7.455 Preparing to unpack .../38-libmicrohttpd12_0.9.75-6_arm64.deb ...
17:47:45 [2024-02-06T17:47:45.388Z] #109 7.461 Unpacking libmicrohttpd12:arm64 (0.9.75-6) ...
17:47:45 [2024-02-06T17:47:45.388Z] #109 7.508 Selecting previously unselected package libnet1:arm64.
17:47:45 [2024-02-06T17:47:45.388Z] #109 7.510 Preparing to unpack .../39-libnet1_1.1.6+dfsg-3.2_arm64.deb ...
17:47:45 [2024-02-06T17:47:45.388Z] #109 7.514 Unpacking libnet1:arm64 (1.1.6+dfsg-3.2) ...
17:47:45 [2024-02-06T17:47:45.642Z] #109 7.554 Selecting previously unselected package libnl-3-200:arm64.
17:47:45 [2024-02-06T17:47:45.642Z] #109 7.556 Preparing to unpack .../40-libnl-3-200_3.7.0-0.2+b1_arm64.deb ...
17:47:45 [2024-02-06T17:47:45.642Z] #109 7.560 Unpacking libnl-3-200:arm64 (3.7.0-0.2+b1) ...
17:47:45 [2024-02-06T17:47:45.642Z] #109 7.606 Selecting previously unselected package libprotobuf-c1:arm64.
17:47:45 [2024-02-06T17:47:45.642Z] #109 7.608 Preparing to unpack .../41-libprotobuf-c1_1.4.1-1+b1_arm64.deb ...
17:47:45 [2024-02-06T17:47:45.642Z] #109 7.612 Unpacking libprotobuf-c1:arm64 (1.4.1-1+b1) ...
17:47:45 [2024-02-06T17:47:45.642Z] #109 7.650 Selecting previously unselected package libsodium23:arm64.
17:47:45 [2024-02-06T17:47:45.642Z] #109 7.652 Preparing to unpack .../42-libsodium23_1.0.18-1_arm64.deb ...
17:47:45 [2024-02-06T17:47:45.642Z] #109 7.655 Unpacking libsodium23:arm64 (1.0.18-1) ...
17:47:45 [2024-02-06T17:47:45.642Z] #109 7.703 Selecting previously unselected package libsubid4:arm64.
17:47:45 [2024-02-06T17:47:45.642Z] #109 7.705 Preparing to unpack .../43-libsubid4_1%3a4.13+dfsg1-1+b1_arm64.deb ...
17:47:45 [2024-02-06T17:47:45.642Z] #109 7.709 Unpacking libsubid4:arm64 (1:4.13+dfsg1-1+b1) ...
17:47:45 [2024-02-06T17:47:45.642Z] #109 7.754 Selecting previously unselected package liburcu8:arm64.
17:47:45 [2024-02-06T17:47:45.896Z] #109 7.756 Preparing to unpack .../44-liburcu8_0.13.2-1_arm64.deb ...
17:47:45 [2024-02-06T17:47:45.896Z] #109 7.759 Unpacking liburcu8:arm64 (0.13.2-1) ...
17:47:45 [2024-02-06T17:47:45.896Z] #109 7.803 Selecting previously unselected package libyajl2:arm64.
17:47:45 [2024-02-06T17:47:45.896Z] #109 7.805 Preparing to unpack .../45-libyajl2_2.1.0-3+deb12u2_arm64.deb ...
17:47:45 [2024-02-06T17:47:45.896Z] #109 7.809 Unpacking libyajl2:arm64 (2.1.0-3+deb12u2) ...
17:47:45 [2024-02-06T17:47:45.896Z] #109 7.840 Selecting previously unselected package net-tools.
17:47:45 [2024-02-06T17:47:45.896Z] #109 7.842 Preparing to unpack .../46-net-tools_2.10-0.1_arm64.deb ...
17:47:45 [2024-02-06T17:47:45.896Z] #109 7.846 Unpacking net-tools (2.10-0.1) ...
17:47:45 [2024-02-06T17:47:45.896Z] #109 7.894 Selecting previously unselected package patch.
17:47:45 [2024-02-06T17:47:45.896Z] #109 7.896 Preparing to unpack .../47-patch_2.7.6-7_arm64.deb ...
17:47:45 [2024-02-06T17:47:45.896Z] #109 7.902 Unpacking patch (2.7.6-7) ...
17:47:45 [2024-02-06T17:47:45.896Z] #109 7.941 Selecting previously unselected package systemd-journal-remote.
17:47:45 [2024-02-06T17:47:45.896Z] #109 7.943 Preparing to unpack .../48-systemd-journal-remote_252.19-1~deb12u1_arm64.deb ...
17:47:45 [2024-02-06T17:47:45.896Z] #109 7.946 Unpacking systemd-journal-remote (252.19-1~deb12u1) ...
17:47:45 [2024-02-06T17:47:45.896Z] #109 7.983 Selecting previously unselected package thin-provisioning-tools.
17:47:45 [2024-02-06T17:47:45.896Z] #109 7.985 Preparing to unpack .../49-thin-provisioning-tools_0.9.0-2_arm64.deb ...
17:47:45 [2024-02-06T17:47:45.896Z] #109 7.988 Unpacking thin-provisioning-tools (0.9.0-2) ...
17:47:45 [2024-02-06T17:47:45.896Z] #109 8.046 Selecting previously unselected package uidmap.
17:47:46 [2024-02-06T17:47:46.150Z] #109 8.048 Preparing to unpack .../50-uidmap_1%3a4.13+dfsg1-1+b1_arm64.deb ...
17:47:46 [2024-02-06T17:47:46.150Z] #109 8.053 Unpacking uidmap (1:4.13+dfsg1-1+b1) ...
17:47:46 [2024-02-06T17:47:46.150Z] #109 8.100 Selecting previously unselected package vim-runtime.
17:47:46 [2024-02-06T17:47:46.150Z] #109 8.102 Preparing to unpack .../51-vim-runtime_2%3a9.0.1378-2_all.deb ...
17:47:46 [2024-02-06T17:47:46.150Z] #109 8.113 Adding 'diversion of /usr/share/vim/vim90/doc/help.txt to /usr/share/vim/vim90/doc/help.txt.vim-tiny by vim-runtime'
17:47:46 [2024-02-06T17:47:46.150Z] #109 8.125 Adding 'diversion of /usr/share/vim/vim90/doc/tags to /usr/share/vim/vim90/doc/tags.vim-tiny by vim-runtime'
17:47:46 [2024-02-06T17:47:46.150Z] #109 8.128 Unpacking vim-runtime (2:9.0.1378-2) ...
17:47:46 [2024-02-06T17:47:46.404Z] #109 8.628 Selecting previously unselected package vim.
17:47:46 [2024-02-06T17:47:46.659Z] #109 8.630 Preparing to unpack .../52-vim_2%3a9.0.1378-2_arm64.deb ...
17:47:46 [2024-02-06T17:47:46.659Z] #109 8.635 Unpacking vim (2:9.0.1378-2) ...
17:47:46 [2024-02-06T17:47:46.659Z] #109 8.768 Selecting previously unselected package xfsprogs.
17:47:46 [2024-02-06T17:47:46.659Z] #109 8.771 Preparing to unpack .../53-xfsprogs_6.1.0-1_arm64.deb ...
17:47:46 [2024-02-06T17:47:46.659Z] #109 8.776 Unpacking xfsprogs (6.1.0-1) ...
17:47:46 [2024-02-06T17:47:46.659Z] #109 8.876 Selecting previously unselected package zip.
17:47:46 [2024-02-06T17:47:46.913Z] #109 8.879 Preparing to unpack .../54-zip_3.0-13_arm64.deb ...
17:47:46 [2024-02-06T17:47:46.913Z] #109 8.882 Unpacking zip (3.0-13) ...
17:47:46 [2024-02-06T17:47:46.913Z] #109 8.927 Selecting previously unselected package zstd.
17:47:46 [2024-02-06T17:47:46.913Z] #109 8.930 Preparing to unpack .../55-zstd_1.5.4+dfsg2-5_arm64.deb ...
17:47:46 [2024-02-06T17:47:46.913Z] #109 8.933 Unpacking zstd (1.5.4+dfsg2-5) ...
17:47:46 [2024-02-06T17:47:46.913Z] #109 9.023 Setting up libip4tc2:arm64 (1.8.9-2) ...
17:47:46 [2024-02-06T17:47:46.913Z] #109 9.033 Setting up net-tools (2.10-0.1) ...
17:47:46 [2024-02-06T17:47:46.913Z] #109 9.046 Setting up libapparmor1:arm64 (3.0.8-3) ...
17:47:46 [2024-02-06T17:47:46.913Z] #109 9.057 Setting up libsodium23:arm64 (1.0.18-1) ...
17:47:46 [2024-02-06T17:47:46.913Z] #109 9.066 Setting up libgpm2:arm64 (1.20.7-10+b1) ...
17:47:46 [2024-02-06T17:47:46.913Z] #109 9.076 Setting up libicu72:arm64 (72.1-3) ...
17:47:46 [2024-02-06T17:47:46.913Z] #109 9.085 Setting up libip6tc2:arm64 (1.8.9-2) ...
17:47:46 [2024-02-06T17:47:46.913Z] #109 9.098 Setting up libinih1:arm64 (55-1) ...
17:47:46 [2024-02-06T17:47:46.913Z] #109 9.112 Setting up libargon2-1:arm64 (0~20171227-0.3+deb12u1) ...
17:47:46 [2024-02-06T17:47:46.913Z] #109 9.126 Setting up libyajl2:arm64 (2.1.0-3+deb12u2) ...
17:47:47 [2024-02-06T17:47:47.167Z] #109 9.135 Setting up bzip2 (1.0.8-5+b1) ...
17:47:47 [2024-02-06T17:47:47.167Z] #109 9.144 Setting up libprotobuf-c1:arm64 (1.4.1-1+b1) ...
17:47:47 [2024-02-06T17:47:47.167Z] #109 9.154 Setting up libmicrohttpd12:arm64 (0.9.75-6) ...
17:47:47 [2024-02-06T17:47:47.167Z] #109 9.169 Setting up libcap2-bin (1:2.66-4) ...
17:47:47 [2024-02-06T17:47:47.167Z] #109 9.182 Setting up libsubid4:arm64 (1:4.13+dfsg1-1+b1) ...
17:47:47 [2024-02-06T17:47:47.167Z] #109 9.192 Setting up apparmor (3.0.8-3) ...
17:47:47 [2024-02-06T17:47:47.725Z] #109 9.877 debconf: unable to initialize frontend: Dialog
17:47:47 [2024-02-06T17:47:47.725Z] #109 9.877 debconf: (TERM is not set, so the dialog frontend is not usable.)
17:47:47 [2024-02-06T17:47:47.725Z] #109 9.877 debconf: falling back to frontend: Readline
17:47:47 [2024-02-06T17:47:47.979Z] #109 9.884 debconf: unable to initialize frontend: Readline
17:47:47 [2024-02-06T17:47:47.979Z] #109 9.884 debconf: (This frontend requires a controlling tty.)
17:47:47 [2024-02-06T17:47:47.979Z] #109 9.884 debconf: falling back to frontend: Teletype
17:47:47 [2024-02-06T17:47:47.979Z] #109 10.06 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service.
17:47:47 [2024-02-06T17:47:47.979Z] #109 10.08 Setting up zip (3.0-13) ...
17:47:47 [2024-02-06T17:47:47.979Z] #109 10.09 Setting up vim-common (2:9.0.1378-2) ...
17:47:47 [2024-02-06T17:47:47.979Z] #109 10.11 Setting up bash-completion (1:2.11-6) ...
17:47:47 [2024-02-06T17:47:47.979Z] #109 10.13 Setting up xz-utils (5.4.1-0.2) ...
17:47:47 [2024-02-06T17:47:47.979Z] #109 10.14 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
17:47:47 [2024-02-06T17:47:47.979Z] #109 10.15 Setting up libmnl0:arm64 (1.0.4-3) ...
17:47:47 [2024-02-06T17:47:47.979Z] #109 10.16 Setting up patch (2.7.6-7) ...
17:47:48 [2024-02-06T17:47:48.234Z] #109 10.17 Setting up sudo (1.9.13p3-1+deb12u1) ...
17:47:48 [2024-02-06T17:47:48.234Z] #109 10.24 invoke-rc.d: could not determine current runlevel
17:47:48 [2024-02-06T17:47:48.234Z] #109 10.24 invoke-rc.d: policy-rc.d denied execution of start.
17:47:48 [2024-02-06T17:47:48.234Z] #109 10.25 Setting up libxtables12:arm64 (1.8.9-2) ...
17:47:48 [2024-02-06T17:47:48.234Z] #109 10.26 Setting up liburcu8:arm64 (0.13.2-1) ...
17:47:48 [2024-02-06T17:47:48.234Z] #109 10.28 Setting up libfdisk1:arm64 (2.38.1-5+b1) ...
17:47:48 [2024-02-06T17:47:48.234Z] #109 10.29 Setting up inetutils-ping (2:2.4-2+deb12u1) ...
17:47:48 [2024-02-06T17:47:48.234Z] #109 10.30 Setting up pigz (2.6-1) ...
17:47:48 [2024-02-06T17:47:48.234Z] #109 10.31 Setting up libnfnetlink0:arm64 (1.0.2-2) ...
17:47:48 [2024-02-06T17:47:48.234Z] #109 10.33 Setting up libnl-3-200:arm64 (3.7.0-0.2+b1) ...
17:47:48 [2024-02-06T17:47:48.234Z] #109 10.36 Setting up sgml-base (1.31) ...
17:47:48 [2024-02-06T17:47:48.234Z] #109 10.40 Setting up vim-runtime (2:9.0.1378-2) ...
17:47:48 [2024-02-06T17:47:48.488Z] #109 10.47 Setting up libaio1:arm64 (0.3.113-4) ...
17:47:48 [2024-02-06T17:47:48.488Z] #109 10.49 Setting up libelf1:arm64 (0.188-2.1) ...
17:47:48 [2024-02-06T17:47:48.488Z] #109 10.50 Setting up libjson-c5:arm64 (0.16-2) ...
17:47:48 [2024-02-06T17:47:48.488Z] #109 10.51 Setting up zstd (1.5.4+dfsg2-5) ...
17:47:48 [2024-02-06T17:47:48.488Z] #109 10.52 Setting up libonig5:arm64 (6.9.8-1) ...
17:47:48 [2024-02-06T17:47:48.488Z] #109 10.53 Setting up libbpf1:arm64 (1:1.1.0-1) ...
17:47:48 [2024-02-06T17:47:48.488Z] #109 10.55 Setting up libkmod2:arm64 (30+20221128-1) ...
17:47:48 [2024-02-06T17:47:48.488Z] #109 10.57 Setting up vim (2:9.0.1378-2) ...
17:47:48 [2024-02-06T17:47:48.488Z] #109 10.57 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
17:47:48 [2024-02-06T17:47:48.488Z] #109 10.58 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
17:47:48 [2024-02-06T17:47:48.488Z] #109 10.59 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
17:47:48 [2024-02-06T17:47:48.488Z] #109 10.59 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
17:47:48 [2024-02-06T17:47:48.488Z] #109 10.60 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
17:47:48 [2024-02-06T17:47:48.488Z] #109 10.60 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
17:47:48 [2024-02-06T17:47:48.743Z] #109 10.61 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
17:47:48 [2024-02-06T17:47:48.743Z] #109 10.61 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
17:47:48 [2024-02-06T17:47:48.743Z] #109 10.62 Setting up libjq1:arm64 (1.6-2.1) ...
17:47:48 [2024-02-06T17:47:48.743Z] #109 10.65 Setting up iproute2 (6.1.0-3) ...
17:47:48 [2024-02-06T17:47:48.743Z] #109 10.77 debconf: unable to initialize frontend: Dialog
17:47:48 [2024-02-06T17:47:48.743Z] #109 10.77 debconf: (TERM is not set, so the dialog frontend is not usable.)
17:47:48 [2024-02-06T17:47:48.743Z] #109 10.77 debconf: falling back to frontend: Readline
17:47:48 [2024-02-06T17:47:48.743Z] #109 10.78 debconf: unable to initialize frontend: Readline
17:47:48 [2024-02-06T17:47:48.743Z] #109 10.78 debconf: (This frontend requires a controlling tty.)
17:47:48 [2024-02-06T17:47:48.743Z] #109 10.78 debconf: falling back to frontend: Teletype
17:47:48 [2024-02-06T17:47:48.743Z] #109 10.81 Setting up uidmap (1:4.13+dfsg1-1+b1) ...
17:47:48 [2024-02-06T17:47:48.743Z] #109 10.82 Setting up libnftnl11:arm64 (1.2.4-2) ...
17:47:48 [2024-02-06T17:47:48.743Z] #109 10.84 Setting up libnet1:arm64 (1.1.6+dfsg-3.2) ...
17:47:48 [2024-02-06T17:47:48.743Z] #109 10.85 Setting up thin-provisioning-tools (0.9.0-2) ...
17:47:48 [2024-02-06T17:47:48.743Z] #109 10.86 Setting up libsystemd-shared:arm64 (252.19-1~deb12u1) ...
17:47:48 [2024-02-06T17:47:48.743Z] #109 10.87 Setting up libnetfilter-conntrack3:arm64 (1.0.9-3) ...
17:47:48 [2024-02-06T17:47:48.743Z] #109 10.88 Setting up jq (1.6-2.1) ...
17:47:48 [2024-02-06T17:47:48.743Z] #109 10.89 Setting up iptables (1.8.9-2) ...
17:47:48 [2024-02-06T17:47:48.743Z] #109 10.90 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
17:47:48 [2024-02-06T17:47:48.743Z] #109 10.91 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
17:47:48 [2024-02-06T17:47:48.743Z] #109 10.91 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
17:47:48 [2024-02-06T17:47:48.743Z] #109 10.92 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
17:47:48 [2024-02-06T17:47:48.743Z] #109 10.92 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
17:47:48 [2024-02-06T17:47:48.743Z] #109 10.93 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
17:47:48 [2024-02-06T17:47:48.743Z] #109 10.94 Setting up libdevmapper1.02.1:arm64 (2:1.02.185-2) ...
17:47:48 [2024-02-06T17:47:48.743Z] #109 10.95 Setting up dmsetup (2:1.02.185-2) ...
17:47:48 [2024-02-06T17:47:48.743Z] #109 10.97 Setting up libcryptsetup12:arm64 (2:2.6.1-4~deb12u1) ...
17:47:48 [2024-02-06T17:47:48.743Z] #109 10.98 Setting up systemd (252.19-1~deb12u1) ...
17:47:48 [2024-02-06T17:47:48.997Z] #109 11.02 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
17:47:48 [2024-02-06T17:47:48.997Z] #109 11.03 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
17:47:48 [2024-02-06T17:47:48.997Z] #109 11.03 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
17:47:48 [2024-02-06T17:47:48.997Z] #109 11.04 Initializing machine ID from random generator.
17:47:48 [2024-02-06T17:47:48.997Z] #109 11.07 Creating group 'systemd-journal' with GID 998.
17:47:48 [2024-02-06T17:47:48.997Z] #109 11.07 Creating group 'systemd-network' with GID 997.
17:47:48 [2024-02-06T17:47:48.997Z] #109 11.07 Creating user 'systemd-network' (systemd Network Management) with UID 997 and GID 997.
17:47:48 [2024-02-06T17:47:48.997Z] #109 11.12 Setting up systemd-journal-remote (252.19-1~deb12u1) ...
17:47:49 [2024-02-06T17:47:49.251Z] #109 11.14 Creating group 'systemd-journal-remote' with GID 996.
17:47:49 [2024-02-06T17:47:49.251Z] #109 11.14 Creating user 'systemd-journal-remote' (systemd Journal Remote) with UID 996 and GID 996.
17:47:49 [2024-02-06T17:47:49.251Z] #109 11.17 Setting up xfsprogs (6.1.0-1) ...
17:47:49 [2024-02-06T17:47:49.251Z] #109 11.18 System has not been booted with systemd as init system (PID 1). Can't operate.
17:47:49 [2024-02-06T17:47:49.251Z] #109 11.18 Failed to connect to bus: Host is down
17:47:49 [2024-02-06T17:47:49.251Z] #109 11.18 Processing triggers for libc-bin (2.36-9+deb12u4) ...
17:47:49 [2024-02-06T17:47:49.505Z] #109 DONE 11.6s
17:47:49 [2024-02-06T17:47:49.759Z] 
17:47:49 [2024-02-06T17:47:49.759Z] #110 [dev-base  9/12] 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
17:47:49 [2024-02-06T17:47:49.759Z] #110 0.219 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
17:47:50 [2024-02-06T17:47:50.013Z] #110 0.222 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
17:47:50 [2024-02-06T17:47:50.013Z] #110 0.226 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
17:47:50 [2024-02-06T17:47:50.013Z] #110 DONE 0.3s
17:47:50 [2024-02-06T17:47:50.013Z] 
17:47:50 [2024-02-06T17:47:50.013Z] #111 [dev-base 10/12] 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             libseccomp-dev             libsecret-1-dev             libsystemd-dev             libudev-dev             yamllint
17:47:50 [2024-02-06T17:47:50.267Z] #111 0.548 Hit:1 http://deb.debian.org/debian bookworm InRelease
17:47:50 [2024-02-06T17:47:50.267Z] #111 0.548 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
17:47:50 [2024-02-06T17:47:50.267Z] #111 0.548 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
17:47:51 [2024-02-06T17:47:51.079Z] #111 0.768 Reading package lists...
17:47:51 [2024-02-06T17:47:51.586Z] #111 1.359 Reading package lists...
17:47:51 [2024-02-06T17:47:51.840Z] #111 1.944 Building dependency tree...
17:47:52 [2024-02-06T17:47:52.094Z] #111 2.099 Reading state information...
17:47:52 [2024-02-06T17:47:52.094Z] #111 2.300 gcc is already the newest version (4:12.2.0-3).
17:47:52 [2024-02-06T17:47:52.094Z] #111 2.300 pkg-config is already the newest version (1.8.1-1).
17:47:52 [2024-02-06T17:47:52.094Z] #111 2.300 The following additional packages will be installed:
17:47:52 [2024-02-06T17:47:52.094Z] #111 2.300   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libdpkg-perl libffi-dev
17:47:52 [2024-02-06T17:47:52.094Z] #111 2.300   libgcrypt20-dev libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin
17:47:52 [2024-02-06T17:47:52.094Z] #111 2.300   libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libgpg-error-dev
17:47:52 [2024-02-06T17:47:52.094Z] #111 2.301   libmount-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3
17:47:52 [2024-02-06T17:47:52.094Z] #111 2.301   libsecret-1-0 libsecret-common libselinux1-dev libsepol-dev libyaml-0-2
17:47:52 [2024-02-06T17:47:52.094Z] #111 2.301   python3-distutils python3-lib2to3 python3-pathspec python3-pkg-resources
17:47:52 [2024-02-06T17:47:52.094Z] #111 2.302   python3-yaml uuid-dev zlib1g-dev
17:47:52 [2024-02-06T17:47:52.094Z] #111 2.303 Suggested packages:
17:47:52 [2024-02-06T17:47:52.094Z] #111 2.303   debian-keyring bzr libgcrypt20-doc low-memory-monitor libgirepository1.0-dev
17:47:52 [2024-02-06T17:47:52.094Z] #111 2.303   libglib2.0-doc libgdk-pixbuf2.0-bin libxml2-utils seccomp python3-setuptools
17:47:52 [2024-02-06T17:47:52.094Z] #111 2.303 Recommended packages:
17:47:52 [2024-02-06T17:47:52.094Z] #111 2.303   build-essential fakeroot libalgorithm-merge-perl libfile-fcntllock-perl
17:47:52 [2024-02-06T17:47:52.094Z] #111 2.303   liblocale-gettext-perl shared-mime-info xdg-user-dirs
17:47:52 [2024-02-06T17:47:52.348Z] #111 2.609 The following NEW packages will be installed:
17:47:52 [2024-02-06T17:47:52.603Z] #111 2.609   dpkg-dev gir1.2-glib-2.0 gir1.2-secret-1 libapparmor-dev libblkid-dev
17:47:52 [2024-02-06T17:47:52.603Z] #111 2.609   libdpkg-perl libffi-dev libgcrypt20-dev libgirepository-1.0-1 libglib2.0-0
17:47:52 [2024-02-06T17:47:52.603Z] #111 2.609   libglib2.0-bin libglib2.0-data libglib2.0-dev libglib2.0-dev-bin
17:47:52 [2024-02-06T17:47:52.603Z] #111 2.609   libgpg-error-dev libmount-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev
17:47:52 [2024-02-06T17:47:52.603Z] #111 2.610   libpcre2-posix3 libseccomp-dev libsecret-1-0 libsecret-1-dev
17:47:52 [2024-02-06T17:47:52.603Z] #111 2.610   libsecret-common libselinux1-dev libsepol-dev libsystemd-dev libudev-dev
17:47:52 [2024-02-06T17:47:52.603Z] #111 2.610   libyaml-0-2 python3-distutils python3-lib2to3 python3-pathspec
17:47:52 [2024-02-06T17:47:52.603Z] #111 2.610   python3-pkg-resources python3-yaml uuid-dev yamllint zlib1g-dev
17:47:52 [2024-02-06T17:47:52.603Z] #111 2.887 0 upgraded, 37 newly installed, 0 to remove and 0 not upgraded.
17:47:52 [2024-02-06T17:47:52.603Z] #111 2.887 Need to get 11.9 MB of archives.
17:47:52 [2024-02-06T17:47:52.603Z] #111 2.887 After this operation, 53.1 MB of additional disk space will be used.
17:47:52 [2024-02-06T17:47:52.603Z] #111 2.887 Get:1 http://deb.debian.org/debian bookworm/main arm64 libdpkg-perl all 1.21.22 [603 kB]
17:47:52 [2024-02-06T17:47:52.857Z] #111 2.895 Get:2 http://deb.debian.org/debian bookworm/main arm64 dpkg-dev all 1.21.22 [1353 kB]
17:47:52 [2024-02-06T17:47:52.857Z] #111 2.902 Get:3 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-0 arm64 2.74.6-2 [1310 kB]
17:47:52 [2024-02-06T17:47:52.857Z] #111 2.908 Get:4 http://deb.debian.org/debian bookworm/main arm64 libgirepository-1.0-1 arm64 1.74.0-3 [93.2 kB]
17:47:52 [2024-02-06T17:47:52.857Z] #111 2.909 Get:5 http://deb.debian.org/debian bookworm/main arm64 gir1.2-glib-2.0 arm64 1.74.0-3 [160 kB]
17:47:52 [2024-02-06T17:47:52.857Z] #111 2.910 Get:6 http://deb.debian.org/debian bookworm/main arm64 libsecret-common all 0.20.5-3 [28.5 kB]
17:47:52 [2024-02-06T17:47:52.857Z] #111 2.910 Get:7 http://deb.debian.org/debian bookworm/main arm64 libsecret-1-0 arm64 0.20.5-3 [107 kB]
17:47:52 [2024-02-06T17:47:52.857Z] #111 2.910 Get:8 http://deb.debian.org/debian bookworm/main arm64 gir1.2-secret-1 arm64 0.20.5-3 [13.5 kB]
17:47:52 [2024-02-06T17:47:52.857Z] #111 2.911 Get:9 http://deb.debian.org/debian bookworm/main arm64 libapparmor-dev arm64 3.0.8-3 [84.8 kB]
17:47:52 [2024-02-06T17:47:52.857Z] #111 2.912 Get:10 http://deb.debian.org/debian bookworm/main arm64 uuid-dev arm64 2.38.1-5+b1 [40.5 kB]
17:47:52 [2024-02-06T17:47:52.857Z] #111 2.913 Get:11 http://deb.debian.org/debian bookworm/main arm64 libblkid-dev arm64 2.38.1-5+b1 [183 kB]
17:47:52 [2024-02-06T17:47:52.857Z] #111 2.914 Get:12 http://deb.debian.org/debian bookworm/main arm64 libffi-dev arm64 3.4.4-1 [56.0 kB]
17:47:52 [2024-02-06T17:47:52.857Z] #111 2.915 Get:13 http://deb.debian.org/debian bookworm/main arm64 libgpg-error-dev arm64 1.46-1 [130 kB]
17:47:52 [2024-02-06T17:47:52.857Z] #111 2.916 Get:14 http://deb.debian.org/debian bookworm/main arm64 libgcrypt20-dev arm64 1.10.1-3 [683 kB]
17:47:52 [2024-02-06T17:47:52.857Z] #111 2.922 Get:15 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-data all 2.74.6-2 [1207 kB]
17:47:52 [2024-02-06T17:47:52.857Z] #111 2.928 Get:16 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-bin arm64 2.74.6-2 [106 kB]
17:47:52 [2024-02-06T17:47:52.857Z] #111 2.928 Get:17 http://deb.debian.org/debian bookworm/main arm64 python3-lib2to3 all 3.11.2-3 [76.3 kB]
17:47:52 [2024-02-06T17:47:52.857Z] #111 2.929 Get:18 http://deb.debian.org/debian bookworm/main arm64 python3-distutils all 3.11.2-3 [131 kB]
17:47:52 [2024-02-06T17:47:52.857Z] #111 2.930 Get:19 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-dev-bin arm64 2.74.6-2 [150 kB]
17:47:52 [2024-02-06T17:47:52.857Z] #111 2.931 Get:20 http://deb.debian.org/debian bookworm/main arm64 libsepol-dev arm64 3.4-2.1 [332 kB]
17:47:52 [2024-02-06T17:47:52.857Z] #111 2.933 Get:21 http://deb.debian.org/debian bookworm/main arm64 libpcre2-16-0 arm64 10.42-1 [216 kB]
17:47:52 [2024-02-06T17:47:52.857Z] #111 2.935 Get:22 http://deb.debian.org/debian bookworm/main arm64 libpcre2-32-0 arm64 10.42-1 [207 kB]
17:47:52 [2024-02-06T17:47:52.857Z] #111 2.937 Get:23 http://deb.debian.org/debian bookworm/main arm64 libpcre2-posix3 arm64 10.42-1 [55.5 kB]
17:47:52 [2024-02-06T17:47:52.857Z] #111 2.947 Get:24 http://deb.debian.org/debian bookworm/main arm64 libpcre2-dev arm64 10.42-1 [664 kB]
17:47:52 [2024-02-06T17:47:52.857Z] #111 2.950 Get:25 http://deb.debian.org/debian bookworm/main arm64 libselinux1-dev arm64 3.4-1+b6 [159 kB]
17:47:52 [2024-02-06T17:47:52.857Z] #111 2.952 Get:26 http://deb.debian.org/debian bookworm/main arm64 libmount-dev arm64 2.38.1-5+b1 [22.5 kB]
17:47:52 [2024-02-06T17:47:52.857Z] #111 2.953 Get:27 http://deb.debian.org/debian bookworm/main arm64 zlib1g-dev arm64 1:1.2.13.dfsg-1 [913 kB]
17:47:52 [2024-02-06T17:47:52.857Z] #111 2.958 Get:28 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-dev arm64 2.74.6-2 [1613 kB]
17:47:52 [2024-02-06T17:47:52.857Z] #111 2.966 Get:29 http://deb.debian.org/debian bookworm/main arm64 libseccomp-dev arm64 2.5.4-1+b3 [87.8 kB]
17:47:52 [2024-02-06T17:47:52.857Z] #111 2.966 Get:30 http://deb.debian.org/debian bookworm/main arm64 libsecret-1-dev arm64 0.20.5-3 [144 kB]
17:47:52 [2024-02-06T17:47:52.857Z] #111 2.968 Get:31 http://deb.debian.org/debian bookworm/main arm64 libsystemd-dev arm64 252.19-1~deb12u1 [353 kB]
17:47:52 [2024-02-06T17:47:52.857Z] #111 2.970 Get:32 http://deb.debian.org/debian bookworm/main arm64 libudev-dev arm64 252.19-1~deb12u1 [51.9 kB]
17:47:52 [2024-02-06T17:47:52.857Z] #111 2.973 Get:33 http://deb.debian.org/debian bookworm/main arm64 libyaml-0-2 arm64 0.2.5-1 [50.4 kB]
17:47:52 [2024-02-06T17:47:52.857Z] #111 2.974 Get:34 http://deb.debian.org/debian bookworm/main arm64 python3-pathspec all 0.11.0-1 [26.3 kB]
17:47:52 [2024-02-06T17:47:52.857Z] #111 2.976 Get:35 http://deb.debian.org/debian bookworm/main arm64 python3-pkg-resources all 66.1.1-1 [296 kB]
17:47:52 [2024-02-06T17:47:52.857Z] #111 2.977 Get:36 http://deb.debian.org/debian bookworm/main arm64 python3-yaml arm64 6.0-3+b2 [108 kB]
17:47:52 [2024-02-06T17:47:52.857Z] #111 2.979 Get:37 http://deb.debian.org/debian bookworm/main arm64 yamllint all 1.29.0-1 [42.0 kB]
17:47:52 [2024-02-06T17:47:52.857Z] #111 3.126 debconf: delaying package configuration, since apt-utils is not installed
17:47:53 [2024-02-06T17:47:53.111Z] #111 3.162 Fetched 11.9 MB in 0s (33.0 MB/s)
17:47:53 [2024-02-06T17:47:53.111Z] #111 3.200 Selecting previously unselected package libdpkg-perl.
17:47:53 [2024-02-06T17:47:53.111Z] #111 3.200 (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 ... 21022 files and directories currently installed.)
17:47:53 [2024-02-06T17:47:53.111Z] #111 3.211 Preparing to unpack .../00-libdpkg-perl_1.21.22_all.deb ...
17:47:53 [2024-02-06T17:47:53.111Z] #111 3.217 Unpacking libdpkg-perl (1.21.22) ...
17:47:53 [2024-02-06T17:47:53.111Z] #111 3.293 Selecting previously unselected package dpkg-dev.
17:47:53 [2024-02-06T17:47:53.111Z] #111 3.295 Preparing to unpack .../01-dpkg-dev_1.21.22_all.deb ...
17:47:53 [2024-02-06T17:47:53.111Z] #111 3.301 Unpacking dpkg-dev (1.21.22) ...
17:47:53 [2024-02-06T17:47:53.111Z] #111 3.429 Selecting previously unselected package libglib2.0-0:arm64.
17:47:53 [2024-02-06T17:47:53.365Z] #111 3.431 Preparing to unpack .../02-libglib2.0-0_2.74.6-2_arm64.deb ...
17:47:53 [2024-02-06T17:47:53.365Z] #111 3.439 Unpacking libglib2.0-0:arm64 (2.74.6-2) ...
17:47:53 [2024-02-06T17:47:53.365Z] #111 3.587 Selecting previously unselected package libgirepository-1.0-1:arm64.
17:47:53 [2024-02-06T17:47:53.365Z] #111 3.589 Preparing to unpack .../03-libgirepository-1.0-1_1.74.0-3_arm64.deb ...
17:47:53 [2024-02-06T17:47:53.365Z] #111 3.593 Unpacking libgirepository-1.0-1:arm64 (1.74.0-3) ...
17:47:53 [2024-02-06T17:47:53.365Z] #111 3.631 Selecting previously unselected package gir1.2-glib-2.0:arm64.
17:47:53 [2024-02-06T17:47:53.365Z] #111 3.633 Preparing to unpack .../04-gir1.2-glib-2.0_1.74.0-3_arm64.deb ...
17:47:53 [2024-02-06T17:47:53.365Z] #111 3.638 Unpacking gir1.2-glib-2.0:arm64 (1.74.0-3) ...
17:47:53 [2024-02-06T17:47:53.365Z] #111 3.682 Selecting previously unselected package libsecret-common.
17:47:53 [2024-02-06T17:47:53.365Z] #111 3.685 Preparing to unpack .../05-libsecret-common_0.20.5-3_all.deb ...
17:47:53 [2024-02-06T17:47:53.365Z] #111 3.688 Unpacking libsecret-common (0.20.5-3) ...
17:47:53 [2024-02-06T17:47:53.619Z] #111 3.738 Selecting previously unselected package libsecret-1-0:arm64.
17:47:53 [2024-02-06T17:47:53.619Z] #111 3.740 Preparing to unpack .../06-libsecret-1-0_0.20.5-3_arm64.deb ...
17:47:53 [2024-02-06T17:47:53.619Z] #111 3.747 Unpacking libsecret-1-0:arm64 (0.20.5-3) ...
17:47:53 [2024-02-06T17:47:53.619Z] #111 3.788 Selecting previously unselected package gir1.2-secret-1:arm64.
17:47:53 [2024-02-06T17:47:53.619Z] #111 3.790 Preparing to unpack .../07-gir1.2-secret-1_0.20.5-3_arm64.deb ...
17:47:53 [2024-02-06T17:47:53.619Z] #111 3.795 Unpacking gir1.2-secret-1:arm64 (0.20.5-3) ...
17:47:53 [2024-02-06T17:47:53.619Z] #111 3.827 Selecting previously unselected package libapparmor-dev:arm64.
17:47:53 [2024-02-06T17:47:53.619Z] #111 3.829 Preparing to unpack .../08-libapparmor-dev_3.0.8-3_arm64.deb ...
17:47:53 [2024-02-06T17:47:53.619Z] #111 3.834 Unpacking libapparmor-dev:arm64 (3.0.8-3) ...
17:47:53 [2024-02-06T17:47:53.619Z] #111 3.875 Selecting previously unselected package uuid-dev:arm64.
17:47:53 [2024-02-06T17:47:53.619Z] #111 3.877 Preparing to unpack .../09-uuid-dev_2.38.1-5+b1_arm64.deb ...
17:47:53 [2024-02-06T17:47:53.619Z] #111 3.880 Unpacking uuid-dev:arm64 (2.38.1-5+b1) ...
17:47:53 [2024-02-06T17:47:53.619Z] #111 3.915 Selecting previously unselected package libblkid-dev:arm64.
17:47:53 [2024-02-06T17:47:53.873Z] #111 3.918 Preparing to unpack .../10-libblkid-dev_2.38.1-5+b1_arm64.deb ...
17:47:53 [2024-02-06T17:47:53.873Z] #111 3.926 Unpacking libblkid-dev:arm64 (2.38.1-5+b1) ...
17:47:53 [2024-02-06T17:47:53.873Z] #111 3.972 Selecting previously unselected package libffi-dev:arm64.
17:47:53 [2024-02-06T17:47:53.873Z] #111 3.974 Preparing to unpack .../11-libffi-dev_3.4.4-1_arm64.deb ...
17:47:53 [2024-02-06T17:47:53.873Z] #111 3.977 Unpacking libffi-dev:arm64 (3.4.4-1) ...
17:47:53 [2024-02-06T17:47:53.873Z] #111 4.019 Selecting previously unselected package libgpg-error-dev.
17:47:53 [2024-02-06T17:47:53.873Z] #111 4.021 Preparing to unpack .../12-libgpg-error-dev_1.46-1_arm64.deb ...
17:47:53 [2024-02-06T17:47:53.873Z] #111 4.026 Unpacking libgpg-error-dev (1.46-1) ...
17:47:53 [2024-02-06T17:47:53.873Z] #111 4.065 Selecting previously unselected package libgcrypt20-dev.
17:47:53 [2024-02-06T17:47:53.873Z] #111 4.067 Preparing to unpack .../13-libgcrypt20-dev_1.10.1-3_arm64.deb ...
17:47:53 [2024-02-06T17:47:53.873Z] #111 4.071 Unpacking libgcrypt20-dev (1.10.1-3) ...
17:47:53 [2024-02-06T17:47:53.873Z] #111 4.146 Selecting previously unselected package libglib2.0-data.
17:47:54 [2024-02-06T17:47:54.127Z] #111 4.149 Preparing to unpack .../14-libglib2.0-data_2.74.6-2_all.deb ...
17:47:54 [2024-02-06T17:47:54.127Z] #111 4.152 Unpacking libglib2.0-data (2.74.6-2) ...
17:47:54 [2024-02-06T17:47:54.127Z] #111 4.290 Selecting previously unselected package libglib2.0-bin.
17:47:54 [2024-02-06T17:47:54.127Z] #111 4.292 Preparing to unpack .../15-libglib2.0-bin_2.74.6-2_arm64.deb ...
17:47:54 [2024-02-06T17:47:54.127Z] #111 4.297 Unpacking libglib2.0-bin (2.74.6-2) ...
17:47:54 [2024-02-06T17:47:54.127Z] #111 4.342 Selecting previously unselected package python3-lib2to3.
17:47:54 [2024-02-06T17:47:54.127Z] #111 4.345 Preparing to unpack .../16-python3-lib2to3_3.11.2-3_all.deb ...
17:47:54 [2024-02-06T17:47:54.127Z] #111 4.348 Unpacking python3-lib2to3 (3.11.2-3) ...
17:47:54 [2024-02-06T17:47:54.127Z] #111 4.400 Selecting previously unselected package python3-distutils.
17:47:54 [2024-02-06T17:47:54.127Z] #111 4.402 Preparing to unpack .../17-python3-distutils_3.11.2-3_all.deb ...
17:47:54 [2024-02-06T17:47:54.127Z] #111 4.405 Unpacking python3-distutils (3.11.2-3) ...
17:47:54 [2024-02-06T17:47:54.127Z] #111 4.451 Selecting previously unselected package libglib2.0-dev-bin.
17:47:54 [2024-02-06T17:47:54.127Z] #111 4.453 Preparing to unpack .../18-libglib2.0-dev-bin_2.74.6-2_arm64.deb ...
17:47:54 [2024-02-06T17:47:54.127Z] #111 4.458 Unpacking libglib2.0-dev-bin (2.74.6-2) ...
17:47:54 [2024-02-06T17:47:54.127Z] #111 4.504 Selecting previously unselected package libsepol-dev:arm64.
17:47:54 [2024-02-06T17:47:54.381Z] #111 4.506 Preparing to unpack .../19-libsepol-dev_3.4-2.1_arm64.deb ...
17:47:54 [2024-02-06T17:47:54.381Z] #111 4.510 Unpacking libsepol-dev:arm64 (3.4-2.1) ...
17:47:54 [2024-02-06T17:47:54.381Z] #111 4.572 Selecting previously unselected package libpcre2-16-0:arm64.
17:47:54 [2024-02-06T17:47:54.381Z] #111 4.575 Preparing to unpack .../20-libpcre2-16-0_10.42-1_arm64.deb ...
17:47:54 [2024-02-06T17:47:54.381Z] #111 4.579 Unpacking libpcre2-16-0:arm64 (10.42-1) ...
17:47:54 [2024-02-06T17:47:54.381Z] #111 4.631 Selecting previously unselected package libpcre2-32-0:arm64.
17:47:54 [2024-02-06T17:47:54.381Z] #111 4.633 Preparing to unpack .../21-libpcre2-32-0_10.42-1_arm64.deb ...
17:47:54 [2024-02-06T17:47:54.381Z] #111 4.637 Unpacking libpcre2-32-0:arm64 (10.42-1) ...
17:47:54 [2024-02-06T17:47:54.381Z] #111 4.695 Selecting previously unselected package libpcre2-posix3:arm64.
17:47:54 [2024-02-06T17:47:54.381Z] #111 4.697 Preparing to unpack .../22-libpcre2-posix3_10.42-1_arm64.deb ...
17:47:54 [2024-02-06T17:47:54.381Z] #111 4.701 Unpacking libpcre2-posix3:arm64 (10.42-1) ...
17:47:54 [2024-02-06T17:47:54.381Z] #111 4.736 Selecting previously unselected package libpcre2-dev:arm64.
17:47:54 [2024-02-06T17:47:54.635Z] #111 4.738 Preparing to unpack .../23-libpcre2-dev_10.42-1_arm64.deb ...
17:47:54 [2024-02-06T17:47:54.635Z] #111 4.741 Unpacking libpcre2-dev:arm64 (10.42-1) ...
17:47:54 [2024-02-06T17:47:54.635Z] #111 4.827 Selecting previously unselected package libselinux1-dev:arm64.
17:47:54 [2024-02-06T17:47:54.635Z] #111 4.830 Preparing to unpack .../24-libselinux1-dev_3.4-1+b6_arm64.deb ...
17:47:54 [2024-02-06T17:47:54.635Z] #111 4.837 Unpacking libselinux1-dev:arm64 (3.4-1+b6) ...
17:47:54 [2024-02-06T17:47:54.635Z] #111 4.898 Selecting previously unselected package libmount-dev:arm64.
17:47:54 [2024-02-06T17:47:54.635Z] #111 4.901 Preparing to unpack .../25-libmount-dev_2.38.1-5+b1_arm64.deb ...
17:47:54 [2024-02-06T17:47:54.635Z] #111 4.904 Unpacking libmount-dev:arm64 (2.38.1-5+b1) ...
17:47:54 [2024-02-06T17:47:54.635Z] #111 4.939 Selecting previously unselected package zlib1g-dev:arm64.
17:47:54 [2024-02-06T17:47:54.889Z] #111 4.941 Preparing to unpack .../26-zlib1g-dev_1%3a1.2.13.dfsg-1_arm64.deb ...
17:47:54 [2024-02-06T17:47:54.889Z] #111 4.949 Unpacking zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ...
17:47:54 [2024-02-06T17:47:54.889Z] #111 5.003 Selecting previously unselected package libglib2.0-dev:arm64.
17:47:54 [2024-02-06T17:47:54.889Z] #111 5.005 Preparing to unpack .../27-libglib2.0-dev_2.74.6-2_arm64.deb ...
17:47:54 [2024-02-06T17:47:54.889Z] #111 5.008 Unpacking libglib2.0-dev:arm64 (2.74.6-2) ...
17:47:54 [2024-02-06T17:47:54.889Z] #111 5.175 Selecting previously unselected package libseccomp-dev:arm64.
17:47:55 [2024-02-06T17:47:55.143Z] #111 5.178 Preparing to unpack .../28-libseccomp-dev_2.5.4-1+b3_arm64.deb ...
17:47:55 [2024-02-06T17:47:55.143Z] #111 5.183 Unpacking libseccomp-dev:arm64 (2.5.4-1+b3) ...
17:47:55 [2024-02-06T17:47:55.143Z] #111 5.228 Selecting previously unselected package libsecret-1-dev:arm64.
17:47:55 [2024-02-06T17:47:55.143Z] #111 5.231 Preparing to unpack .../29-libsecret-1-dev_0.20.5-3_arm64.deb ...
17:47:55 [2024-02-06T17:47:55.143Z] #111 5.234 Unpacking libsecret-1-dev:arm64 (0.20.5-3) ...
17:47:55 [2024-02-06T17:47:55.143Z] #111 5.310 Selecting previously unselected package libsystemd-dev:arm64.
17:47:55 [2024-02-06T17:47:55.143Z] #111 5.312 Preparing to unpack .../30-libsystemd-dev_252.19-1~deb12u1_arm64.deb ...
17:47:55 [2024-02-06T17:47:55.143Z] #111 5.319 Unpacking libsystemd-dev:arm64 (252.19-1~deb12u1) ...
17:47:55 [2024-02-06T17:47:55.143Z] #111 5.421 Selecting previously unselected package libudev-dev:arm64.
17:47:55 [2024-02-06T17:47:55.397Z] #111 5.423 Preparing to unpack .../31-libudev-dev_252.19-1~deb12u1_arm64.deb ...
17:47:55 [2024-02-06T17:47:55.397Z] #111 5.429 Unpacking libudev-dev:arm64 (252.19-1~deb12u1) ...
17:47:55 [2024-02-06T17:47:55.397Z] #111 5.480 Selecting previously unselected package libyaml-0-2:arm64.
17:47:55 [2024-02-06T17:47:55.397Z] #111 5.482 Preparing to unpack .../32-libyaml-0-2_0.2.5-1_arm64.deb ...
17:47:55 [2024-02-06T17:47:55.397Z] #111 5.489 Unpacking libyaml-0-2:arm64 (0.2.5-1) ...
17:47:55 [2024-02-06T17:47:55.397Z] #111 5.536 Selecting previously unselected package python3-pathspec.
17:47:55 [2024-02-06T17:47:55.397Z] #111 5.538 Preparing to unpack .../33-python3-pathspec_0.11.0-1_all.deb ...
17:47:55 [2024-02-06T17:47:55.397Z] #111 5.542 Unpacking python3-pathspec (0.11.0-1) ...
17:47:55 [2024-02-06T17:47:55.397Z] #111 5.580 Selecting previously unselected package python3-pkg-resources.
17:47:55 [2024-02-06T17:47:55.397Z] #111 5.582 Preparing to unpack .../34-python3-pkg-resources_66.1.1-1_all.deb ...
17:47:55 [2024-02-06T17:47:55.397Z] #111 5.588 Unpacking python3-pkg-resources (66.1.1-1) ...
17:47:55 [2024-02-06T17:47:55.397Z] #111 5.665 Selecting previously unselected package python3-yaml.
17:47:55 [2024-02-06T17:47:55.651Z] #111 5.668 Preparing to unpack .../35-python3-yaml_6.0-3+b2_arm64.deb ...
17:47:55 [2024-02-06T17:47:55.651Z] #111 5.671 Unpacking python3-yaml (6.0-3+b2) ...
17:47:55 [2024-02-06T17:47:55.651Z] #111 5.718 Selecting previously unselected package yamllint.
17:47:55 [2024-02-06T17:47:55.651Z] #111 5.721 Preparing to unpack .../36-yamllint_1.29.0-1_all.deb ...
17:47:55 [2024-02-06T17:47:55.651Z] #111 5.726 Unpacking yamllint (1.29.0-1) ...
17:47:55 [2024-02-06T17:47:55.651Z] #111 5.782 Setting up python3-pkg-resources (66.1.1-1) ...
17:47:55 [2024-02-06T17:47:55.905Z] #111 6.035 Setting up libseccomp-dev:arm64 (2.5.4-1+b3) ...
17:47:55 [2024-02-06T17:47:55.905Z] #111 6.045 Setting up libyaml-0-2:arm64 (0.2.5-1) ...
17:47:55 [2024-02-06T17:47:55.905Z] #111 6.057 Setting up libglib2.0-0:arm64 (2.74.6-2) ...
17:47:55 [2024-02-06T17:47:55.905Z] #111 6.069 No schema files found: doing nothing.
17:47:55 [2024-02-06T17:47:55.905Z] #111 6.075 Setting up python3-yaml (6.0-3+b2) ...
17:47:55 [2024-02-06T17:47:55.905Z] #111 6.228 Setting up libffi-dev:arm64 (3.4.4-1) ...
17:47:56 [2024-02-06T17:47:56.159Z] #111 6.238 Setting up libpcre2-16-0:arm64 (10.42-1) ...
17:47:56 [2024-02-06T17:47:56.159Z] #111 6.247 Setting up libpcre2-32-0:arm64 (10.42-1) ...
17:47:56 [2024-02-06T17:47:56.159Z] #111 6.256 Setting up libglib2.0-data (2.74.6-2) ...
17:47:56 [2024-02-06T17:47:56.159Z] #111 6.266 Setting up libgpg-error-dev (1.46-1) ...
17:47:56 [2024-02-06T17:47:56.159Z] #111 6.278 Setting up uuid-dev:arm64 (2.38.1-5+b1) ...
17:47:56 [2024-02-06T17:47:56.159Z] #111 6.288 Setting up libudev-dev:arm64 (252.19-1~deb12u1) ...
17:47:56 [2024-02-06T17:47:56.159Z] #111 6.297 Setting up libsepol-dev:arm64 (3.4-2.1) ...
17:47:56 [2024-02-06T17:47:56.159Z] #111 6.308 Setting up libdpkg-perl (1.21.22) ...
17:47:56 [2024-02-06T17:47:56.159Z] #111 6.317 Setting up zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ...
17:47:56 [2024-02-06T17:47:56.159Z] #111 6.330 Setting up libpcre2-posix3:arm64 (10.42-1) ...
17:47:56 [2024-02-06T17:47:56.159Z] #111 6.340 Setting up libgirepository-1.0-1:arm64 (1.74.0-3) ...
17:47:56 [2024-02-06T17:47:56.159Z] #111 6.350 Setting up libapparmor-dev:arm64 (3.0.8-3) ...
17:47:56 [2024-02-06T17:47:56.159Z] #111 6.360 Setting up python3-pathspec (0.11.0-1) ...
17:47:56 [2024-02-06T17:47:56.159Z] #111 6.488 Setting up python3-lib2to3 (3.11.2-3) ...
17:47:56 [2024-02-06T17:47:56.413Z] #111 6.619 Setting up libsystemd-dev:arm64 (252.19-1~deb12u1) ...
17:47:56 [2024-02-06T17:47:56.413Z] #111 6.631 Setting up libsecret-common (0.20.5-3) ...
17:47:56 [2024-02-06T17:47:56.413Z] #111 6.645 Setting up python3-distutils (3.11.2-3) ...
17:47:56 [2024-02-06T17:47:56.413Z] #111 6.775 Setting up libglib2.0-dev-bin (2.74.6-2) ...
17:47:56 [2024-02-06T17:47:56.667Z] #111 6.932 Setting up libblkid-dev:arm64 (2.38.1-5+b1) ...
17:47:56 [2024-02-06T17:47:56.921Z] #111 6.942 Setting up libpcre2-dev:arm64 (10.42-1) ...
17:47:56 [2024-02-06T17:47:56.921Z] #111 6.952 Setting up libselinux1-dev:arm64 (3.4-1+b6) ...
17:47:56 [2024-02-06T17:47:56.921Z] #111 6.968 Setting up libglib2.0-bin (2.74.6-2) ...
17:47:56 [2024-02-06T17:47:56.921Z] #111 6.981 Setting up dpkg-dev (1.21.22) ...
17:47:56 [2024-02-06T17:47:56.921Z] #111 7.009 Setting up libsecret-1-0:arm64 (0.20.5-3) ...
17:47:56 [2024-02-06T17:47:56.921Z] #111 7.021 Setting up yamllint (1.29.0-1) ...
17:47:56 [2024-02-06T17:47:56.921Z] #111 7.175 Setting up libgcrypt20-dev (1.10.1-3) ...
17:47:57 [2024-02-06T17:47:57.175Z] #111 7.185 Setting up gir1.2-glib-2.0:arm64 (1.74.0-3) ...
17:47:57 [2024-02-06T17:47:57.175Z] #111 7.199 Setting up libmount-dev:arm64 (2.38.1-5+b1) ...
17:47:57 [2024-02-06T17:47:57.175Z] #111 7.209 Setting up gir1.2-secret-1:arm64 (0.20.5-3) ...
17:47:57 [2024-02-06T17:47:57.175Z] #111 7.221 Setting up libglib2.0-dev:arm64 (2.74.6-2) ...
17:47:57 [2024-02-06T17:47:57.175Z] #111 7.232 Setting up libsecret-1-dev:arm64 (0.20.5-3) ...
17:47:57 [2024-02-06T17:47:57.175Z] #111 7.251 Processing triggers for libc-bin (2.36-9+deb12u4) ...
17:47:57 [2024-02-06T17:47:57.175Z] #111 DONE 7.5s
17:47:57 [2024-02-06T17:47:57.429Z] 
17:47:57 [2024-02-06T17:47:57.429Z] #112 [dev-base 11/12] COPY --link --from=dockercli             /build/ /usr/local/cli
17:47:57 [2024-02-06T17:47:57.429Z] #112 DONE 0.1s
17:47:57 [2024-02-06T17:47:57.683Z] 
17:47:57 [2024-02-06T17:47:57.683Z] #113 [dev-base 12/12] COPY --link --from=dockercli-integration /build/ /usr/local/cli-integration
17:47:57 [2024-02-06T17:47:57.683Z] #113 DONE 0.1s
17:47:57 [2024-02-06T17:47:57.683Z] 
17:47:57 [2024-02-06T17:47:57.683Z] #114 [dev 1/1] COPY --link . .
17:47:58 [2024-02-06T17:47:58.605Z] #114 DONE 1.2s
17:47:58 [2024-02-06T17:47:58.859Z] 
17:47:58 [2024-02-06T17:47:58.859Z] #115 exporting to image
17:47:58 [2024-02-06T17:47:58.859Z] #115 exporting layers
17:47:59 [2024-02-06T17:47:59.781Z] #115 exporting layers 1.0s done
17:47:59 [2024-02-06T17:47:59.781Z] #115 writing image sha256:4d9e2512c16558c166db1c01c805beaeec59846d66993119ac35d7480ca5da9c done
17:47:59 [2024-02-06T17:47:59.781Z] #115 naming to docker.io/library/docker:14503ccebda590c6315462bb2f391b2dde7bcc2b done
17:47:59 [2024-02-06T17:47:59.781Z] #115 DONE 1.0s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
17:48:00 [2024-02-06T17:48:00.108Z] + sudo modprobe ip6table_filter
[Pipeline] sh
17:48:00 [2024-02-06T17:48:00.375Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-47155/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr10 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=14503ccebda590c6315462bb2f391b2dde7bcc2b -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:14503ccebda590c6315462bb2f391b2dde7bcc2b hack/test/unit
17:48:00 [2024-02-06T17:48:00.630Z] + BUILDFLAGS=(-tags 'netgo journald')
17:48:00 [2024-02-06T17:48:00.630Z] + TESTFLAGS+=' -test.timeout=5m'
17:48:00 [2024-02-06T17:48:00.630Z] + TESTDIRS=./...
17:48:00 [2024-02-06T17:48:00.630Z] + exclude_paths='/vendor/|/integration'
17:48:00 [2024-02-06T17:48:00.630Z] ++ go list ./...
17:48:00 [2024-02-06T17:48:00.630Z] ++ grep -vE '(/vendor/|/integration)'
17:48:01 [2024-02-06T17:48:01.189Z] + pkg_list='github.com/docker/docker/api
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/api/server
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/api/server/backend/build
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/api/server/httpstatus
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/api/server/httputils
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/api/server/middleware
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/api/server/router
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/api/server/router/build
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/api/server/router/checkpoint
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/api/server/router/container
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/api/server/router/debug
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/api/server/router/distribution
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/api/server/router/grpc
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/api/server/router/image
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/api/server/router/network
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/api/server/router/plugin
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/api/server/router/session
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/api/server/router/swarm
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/api/server/router/system
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/api/server/router/volume
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/api/types
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/api/types/backend
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/api/types/blkiodev
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/api/types/checkpoint
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/api/types/container
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/api/types/events
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/api/types/filters
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/api/types/image
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/api/types/mount
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/api/types/network
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/api/types/plugins/logdriver
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/api/types/registry
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/api/types/strslice
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/api/types/swarm
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/api/types/swarm/runtime
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/api/types/system
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/api/types/time
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/api/types/versions
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/api/types/volume
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/builder
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/builder/builder-next
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/builder/builder-next/exporter
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/builder/builder-next/exporter/overrides
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/builder/builder-next/imagerefchecker
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/builder/builder-next/worker
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/builder/builder-next/worker/label
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/builder/dockerfile
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/builder/remotecontext
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/builder/remotecontext/git
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/builder/remotecontext/urlutil
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/cli/debug
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/cli/winresources/docker-proxy
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/cli/winresources/dockerd
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/client
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/client/buildkit
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/cmd/docker-proxy
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/cmd/dockerd
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/cmd/dockerd/trap
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/container
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/container/stream
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/contrib/apparmor
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/contrib/httpserver
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/daemon
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/daemon/cluster
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/daemon/cluster/controllers/plugin
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/daemon/cluster/convert
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/daemon/cluster/executor
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/daemon/cluster/executor/container
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/daemon/cluster/provider
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/daemon/config
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/daemon/containerd
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/daemon/events
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/daemon/events/testutils
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/daemon/graphdriver
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/daemon/graphdriver/btrfs
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/daemon/graphdriver/copy
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/daemon/graphdriver/graphtest
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/daemon/graphdriver/overlay2
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/daemon/graphdriver/overlayutils
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/daemon/graphdriver/register
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/daemon/graphdriver/vfs
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/daemon/graphdriver/zfs
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/daemon/images
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/daemon/initlayer
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/daemon/links
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/daemon/listeners
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/daemon/logger
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/daemon/logger/awslogs
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/daemon/logger/fluentd
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/daemon/logger/gcplogs
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/daemon/logger/gelf
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/daemon/logger/journald
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/daemon/logger/journald/internal/export
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/daemon/logger/journald/internal/fake
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/daemon/logger/jsonfilelog
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/daemon/logger/local
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/daemon/logger/loggertest
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/daemon/logger/loggerutils
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/daemon/logger/loggerutils/cache
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/daemon/logger/splunk
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/daemon/logger/syslog
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/daemon/logger/templates
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/daemon/names
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/daemon/network
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/daemon/snapshotter
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/daemon/stats
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/distribution
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/distribution/metadata
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/distribution/utils
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/distribution/xfer
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/dockerversion
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/errdefs
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/image
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/image/cache
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/image/spec/specs-go
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/image/spec/specs-go/v1
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/image/tarexport
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/image/v1
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/internal/cleanups
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/internal/compatcontext
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/internal/mod
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/internal/mounttree
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/internal/multierror
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/internal/safepath
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/internal/sliceutil
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/internal/test/suite
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/internal/testutils
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/internal/testutils/netnsutils
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/internal/testutils/specialimage
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/internal/unix_noeintr
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/internal/unshare
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/layer
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libcontainerd
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libcontainerd/queue
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libcontainerd/remote
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libcontainerd/shimopts
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libcontainerd/supervisor
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libcontainerd/types
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libnetwork
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libnetwork/bitmap
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libnetwork/cluster
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libnetwork/cmd/diagnostic
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libnetwork/config
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libnetwork/datastore
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libnetwork/diagnostic
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libnetwork/discoverapi
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libnetwork/driverapi
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libnetwork/drivers/bridge
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libnetwork/drivers/host
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libnetwork/drivers/ipvlan
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libnetwork/drivers/macvlan
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libnetwork/drivers/null
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libnetwork/drivers/overlay
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libnetwork/drivers/remote
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libnetwork/drivers/remote/api
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libnetwork/drivers/windows
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libnetwork/drvregistry
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libnetwork/etchosts
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libnetwork/internal/caller
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libnetwork/internal/kvstore
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libnetwork/internal/netiputil
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libnetwork/internal/setmatrix
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libnetwork/ipam
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libnetwork/ipamapi
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libnetwork/ipams/builtin
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libnetwork/ipams/null
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libnetwork/ipams/remote
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libnetwork/ipams/remote/api
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libnetwork/ipams/windowsipam
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libnetwork/ipamutils
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libnetwork/ipbits
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libnetwork/iptables
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libnetwork/netlabel
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libnetwork/netutils
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libnetwork/networkdb
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libnetwork/ns
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libnetwork/options
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libnetwork/osl
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libnetwork/osl/kernel
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libnetwork/portallocator
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libnetwork/portmapper
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libnetwork/resolvconf
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libnetwork/scope
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/libnetwork/types
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/oci
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/oci/caps
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/opts
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/pkg/archive
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/pkg/authorization
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/pkg/broadcaster
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/pkg/capabilities
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/pkg/chrootarchive
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/pkg/containerfs
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/pkg/directory
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/pkg/dmesg
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/pkg/fileutils
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/pkg/homedir
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/pkg/idtools
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/pkg/ioutils
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/pkg/jsonmessage
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/pkg/longpath
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/pkg/meminfo
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/pkg/namesgenerator
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/pkg/parsers
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/pkg/parsers/kernel
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/pkg/parsers/operatingsystem
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/pkg/pidfile
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/pkg/platform
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/pkg/plugingetter
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/pkg/plugins
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/pkg/plugins/transport
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/pkg/pools
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/pkg/process
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/pkg/progress
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/pkg/reexec
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/pkg/rootless
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/pkg/rootless/specconv
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/pkg/stack
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/pkg/stdcopy
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/pkg/streamformatter
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/pkg/stringid
17:48:01 [2024-02-06T17:48:01.189Z] github.com/docker/docker/pkg/sysinfo
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/system
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/tailfile
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/tarsum
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/useragent
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/plugin
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/plugin/executor/containerd
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/plugin/v2
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/profiles/apparmor
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/profiles/seccomp
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/quota
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/reference
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/registry
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/registry/resumable
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/restartmanager
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/runconfig
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/runconfig/opts
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/testutil
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/testutil/daemon
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/testutil/environment
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/testutil/fakecontext
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/testutil/fakegit
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/testutil/fakestorage
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/testutil/fixtures/load
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/testutil/fixtures/plugin
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/testutil/fixtures/plugin/basic
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/testutil/registry
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/testutil/request
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/volume
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/volume/drivers
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/volume/local
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/volume/mounts
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/volume/service
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/volume/service/opts
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/volume/testutils'
17:48:01 [2024-02-06T17:48:01.190Z] ++ grep --fixed-strings -v /libnetwork
17:48:01 [2024-02-06T17:48:01.190Z] ++ echo 'github.com/docker/docker/api
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/server
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/server/backend/build
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/server/httpstatus
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/server/httputils
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/server/middleware
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/server/router
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/server/router/build
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/server/router/checkpoint
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/server/router/container
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/server/router/debug
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/server/router/distribution
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/server/router/grpc
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/server/router/image
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/server/router/network
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/server/router/plugin
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/server/router/session
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/server/router/swarm
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/server/router/system
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/server/router/volume
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/types
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/types/backend
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/types/blkiodev
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/types/checkpoint
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/types/container
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/types/events
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/types/filters
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/types/image
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/types/mount
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/types/network
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/types/plugins/logdriver
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/types/registry
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/types/strslice
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/types/swarm
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/types/swarm/runtime
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/types/system
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/types/time
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/types/versions
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/types/volume
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/builder
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/builder/builder-next
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/builder/builder-next/exporter
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/builder/builder-next/exporter/overrides
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/builder/builder-next/imagerefchecker
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/builder/builder-next/worker
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/builder/builder-next/worker/label
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/builder/dockerfile
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/builder/remotecontext
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/builder/remotecontext/git
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/builder/remotecontext/urlutil
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/cli/debug
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/cli/winresources/docker-proxy
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/cli/winresources/dockerd
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/client
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/client/buildkit
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/cmd/docker-proxy
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/cmd/dockerd
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/cmd/dockerd/trap
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/container
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/container/stream
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/contrib/apparmor
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/contrib/httpserver
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/cluster
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/cluster/controllers/plugin
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/cluster/convert
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/cluster/executor
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/cluster/executor/container
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/cluster/provider
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/config
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/containerd
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/events
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/events/testutils
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/graphdriver
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/graphdriver/btrfs
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/graphdriver/copy
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/graphdriver/graphtest
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/graphdriver/overlay2
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/graphdriver/overlayutils
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/graphdriver/register
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/graphdriver/vfs
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/graphdriver/zfs
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/images
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/initlayer
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/links
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/listeners
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/logger
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/logger/awslogs
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/logger/fluentd
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/logger/gcplogs
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/logger/gelf
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/logger/journald
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/logger/journald/internal/export
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/logger/journald/internal/fake
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/logger/jsonfilelog
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/logger/local
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/logger/loggertest
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/logger/loggerutils
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/logger/loggerutils/cache
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/logger/splunk
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/logger/syslog
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/logger/templates
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/names
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/network
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/snapshotter
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/stats
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/distribution
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/distribution/metadata
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/distribution/utils
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/distribution/xfer
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/dockerversion
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/errdefs
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/image
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/image/cache
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/image/spec/specs-go
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/image/spec/specs-go/v1
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/image/tarexport
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/image/v1
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/internal/cleanups
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/internal/compatcontext
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/internal/mod
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/internal/mounttree
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/internal/multierror
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/internal/safepath
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/internal/sliceutil
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/internal/test/suite
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/internal/testutils
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/internal/testutils/netnsutils
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/internal/testutils/specialimage
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/internal/unix_noeintr
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/internal/unshare
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/layer
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libcontainerd
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libcontainerd/queue
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libcontainerd/remote
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libcontainerd/shimopts
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libcontainerd/supervisor
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libcontainerd/types
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libnetwork
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libnetwork/bitmap
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libnetwork/cluster
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libnetwork/cmd/diagnostic
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libnetwork/config
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libnetwork/datastore
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libnetwork/diagnostic
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libnetwork/discoverapi
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libnetwork/driverapi
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libnetwork/drivers/bridge
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libnetwork/drivers/host
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libnetwork/drivers/ipvlan
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libnetwork/drivers/macvlan
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libnetwork/drivers/null
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libnetwork/drivers/overlay
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libnetwork/drivers/remote
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libnetwork/drivers/remote/api
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libnetwork/drivers/windows
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libnetwork/drvregistry
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libnetwork/etchosts
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libnetwork/internal/caller
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libnetwork/internal/kvstore
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libnetwork/internal/netiputil
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libnetwork/internal/setmatrix
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libnetwork/ipam
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libnetwork/ipamapi
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libnetwork/ipams/builtin
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libnetwork/ipams/null
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libnetwork/ipams/remote
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libnetwork/ipams/remote/api
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libnetwork/ipams/windowsipam
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libnetwork/ipamutils
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libnetwork/ipbits
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libnetwork/iptables
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libnetwork/netlabel
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libnetwork/netutils
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libnetwork/networkdb
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libnetwork/ns
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libnetwork/options
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libnetwork/osl
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libnetwork/osl/kernel
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libnetwork/portallocator
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libnetwork/portmapper
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libnetwork/resolvconf
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libnetwork/scope
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libnetwork/types
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/oci
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/oci/caps
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/opts
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/archive
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/authorization
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/broadcaster
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/capabilities
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/chrootarchive
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/containerfs
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/directory
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/dmesg
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/fileutils
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/homedir
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/idtools
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/ioutils
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/jsonmessage
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/longpath
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/meminfo
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/namesgenerator
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/parsers
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/parsers/kernel
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/parsers/operatingsystem
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/pidfile
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/platform
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/plugingetter
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/plugins
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/plugins/transport
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/pools
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/process
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/progress
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/reexec
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/rootless
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/rootless/specconv
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/stack
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/stdcopy
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/streamformatter
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/stringid
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/sysinfo
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/system
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/tailfile
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/tarsum
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/useragent
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/plugin
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/plugin/executor/containerd
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/plugin/v2
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/profiles/apparmor
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/profiles/seccomp
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/quota
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/reference
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/registry
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/registry/resumable
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/restartmanager
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/runconfig
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/runconfig/opts
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/testutil
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/testutil/daemon
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/testutil/environment
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/testutil/fakecontext
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/testutil/fakegit
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/testutil/fakestorage
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/testutil/fixtures/load
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/testutil/fixtures/plugin
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/testutil/fixtures/plugin/basic
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/testutil/registry
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/testutil/request
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/volume
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/volume/drivers
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/volume/local
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/volume/mounts
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/volume/service
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/volume/service/opts
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/volume/testutils'
17:48:01 [2024-02-06T17:48:01.190Z] + base_pkg_list='github.com/docker/docker/api
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/server
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/server/backend/build
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/server/httpstatus
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/server/httputils
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/server/middleware
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/server/router
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/server/router/build
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/server/router/checkpoint
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/server/router/container
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/server/router/debug
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/server/router/distribution
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/server/router/grpc
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/server/router/image
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/server/router/network
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/server/router/plugin
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/server/router/session
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/server/router/swarm
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/server/router/system
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/server/router/volume
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/types
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/types/backend
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/types/blkiodev
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/types/checkpoint
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/types/container
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/types/events
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/types/filters
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/types/image
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/types/mount
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/types/network
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/types/plugins/logdriver
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/types/registry
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/types/strslice
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/types/swarm
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/types/swarm/runtime
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/types/system
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/types/time
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/types/versions
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/api/types/volume
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/builder
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/builder/builder-next
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/builder/builder-next/exporter
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/builder/builder-next/exporter/overrides
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/builder/builder-next/imagerefchecker
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/builder/builder-next/worker
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/builder/builder-next/worker/label
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/builder/dockerfile
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/builder/remotecontext
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/builder/remotecontext/git
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/builder/remotecontext/urlutil
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/cli/debug
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/cli/winresources/docker-proxy
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/cli/winresources/dockerd
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/client
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/client/buildkit
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/cmd/docker-proxy
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/cmd/dockerd
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/cmd/dockerd/trap
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/container
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/container/stream
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/contrib/apparmor
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/contrib/httpserver
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/cluster
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/cluster/controllers/plugin
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/cluster/convert
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/cluster/executor
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/cluster/executor/container
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/cluster/provider
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/config
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/containerd
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/events
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/events/testutils
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/graphdriver
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/graphdriver/btrfs
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/graphdriver/copy
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/graphdriver/graphtest
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/graphdriver/overlay2
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/graphdriver/overlayutils
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/graphdriver/register
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/graphdriver/vfs
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/graphdriver/zfs
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/images
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/initlayer
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/links
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/listeners
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/logger
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/logger/awslogs
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/logger/fluentd
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/logger/gcplogs
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/logger/gelf
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/logger/journald
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/logger/journald/internal/export
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/logger/journald/internal/fake
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/logger/jsonfilelog
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/logger/local
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/logger/loggertest
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/logger/loggerutils
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/logger/loggerutils/cache
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/logger/splunk
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/logger/syslog
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/logger/templates
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/names
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/network
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/snapshotter
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/daemon/stats
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/distribution
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/distribution/metadata
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/distribution/utils
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/distribution/xfer
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/dockerversion
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/errdefs
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/image
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/image/cache
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/image/spec/specs-go
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/image/spec/specs-go/v1
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/image/tarexport
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/image/v1
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/internal/cleanups
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/internal/compatcontext
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/internal/mod
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/internal/mounttree
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/internal/multierror
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/internal/safepath
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/internal/sliceutil
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/internal/test/suite
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/internal/testutils
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/internal/testutils/netnsutils
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/internal/testutils/specialimage
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/internal/unix_noeintr
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/internal/unshare
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/layer
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libcontainerd
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libcontainerd/queue
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libcontainerd/remote
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libcontainerd/shimopts
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libcontainerd/supervisor
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/libcontainerd/types
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/oci
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/oci/caps
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/opts
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/archive
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/authorization
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/broadcaster
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/capabilities
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/chrootarchive
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/containerfs
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/directory
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/dmesg
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/fileutils
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/homedir
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/idtools
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/ioutils
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/jsonmessage
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/longpath
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/meminfo
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/namesgenerator
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/parsers
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/parsers/kernel
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/parsers/operatingsystem
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/pidfile
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/platform
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/plugingetter
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/plugins
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/plugins/transport
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/pools
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/process
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/progress
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/reexec
17:48:01 [2024-02-06T17:48:01.190Z] github.com/docker/docker/pkg/rootless
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/pkg/rootless/specconv
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/pkg/stack
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/pkg/stdcopy
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/pkg/streamformatter
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/pkg/stringid
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/pkg/sysinfo
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/pkg/system
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/pkg/tailfile
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/pkg/tarsum
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/pkg/useragent
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/plugin
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/plugin/executor/containerd
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/plugin/v2
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/profiles/apparmor
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/profiles/seccomp
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/quota
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/reference
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/registry
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/registry/resumable
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/restartmanager
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/runconfig
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/runconfig/opts
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/testutil
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/testutil/daemon
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/testutil/environment
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/testutil/fakecontext
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/testutil/fakegit
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/testutil/fakestorage
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/testutil/fixtures/load
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/testutil/fixtures/plugin
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/testutil/fixtures/plugin/basic
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/testutil/registry
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/testutil/request
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/volume
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/volume/drivers
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/volume/local
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/volume/mounts
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/volume/service
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/volume/service/opts
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/volume/testutils'
17:48:01 [2024-02-06T17:48:01.191Z] ++ grep --fixed-strings /libnetwork
17:48:01 [2024-02-06T17:48:01.191Z] ++ echo 'github.com/docker/docker/api
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/api/server
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/api/server/backend/build
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/api/server/httpstatus
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/api/server/httputils
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/api/server/middleware
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/api/server/router
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/api/server/router/build
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/api/server/router/checkpoint
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/api/server/router/container
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/api/server/router/debug
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/api/server/router/distribution
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/api/server/router/grpc
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/api/server/router/image
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/api/server/router/network
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/api/server/router/plugin
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/api/server/router/session
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/api/server/router/swarm
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/api/server/router/system
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/api/server/router/volume
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/api/types
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/api/types/backend
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/api/types/blkiodev
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/api/types/checkpoint
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/api/types/container
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/api/types/events
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/api/types/filters
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/api/types/image
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/api/types/mount
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/api/types/network
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/api/types/plugins/logdriver
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/api/types/registry
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/api/types/strslice
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/api/types/swarm
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/api/types/swarm/runtime
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/api/types/system
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/api/types/time
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/api/types/versions
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/api/types/volume
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/builder
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/builder/builder-next
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/builder/builder-next/exporter
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/builder/builder-next/exporter/overrides
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/builder/builder-next/imagerefchecker
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/builder/builder-next/worker
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/builder/builder-next/worker/label
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/builder/dockerfile
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/builder/remotecontext
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/builder/remotecontext/git
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/builder/remotecontext/urlutil
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/cli/debug
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/cli/winresources/docker-proxy
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/cli/winresources/dockerd
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/client
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/client/buildkit
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/cmd/docker-proxy
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/cmd/dockerd
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/cmd/dockerd/trap
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/container
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/container/stream
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/contrib/apparmor
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/contrib/httpserver
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/daemon
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/daemon/cluster
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/daemon/cluster/controllers/plugin
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/daemon/cluster/convert
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/daemon/cluster/executor
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/daemon/cluster/executor/container
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/daemon/cluster/provider
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/daemon/config
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/daemon/containerd
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/daemon/events
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/daemon/events/testutils
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/daemon/graphdriver
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/daemon/graphdriver/btrfs
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/daemon/graphdriver/copy
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/daemon/graphdriver/graphtest
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/daemon/graphdriver/overlay2
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/daemon/graphdriver/overlayutils
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/daemon/graphdriver/register
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/daemon/graphdriver/vfs
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/daemon/graphdriver/zfs
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/daemon/images
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/daemon/initlayer
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/daemon/links
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/daemon/listeners
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/daemon/logger
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/daemon/logger/awslogs
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/daemon/logger/fluentd
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/daemon/logger/gcplogs
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/daemon/logger/gelf
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/daemon/logger/journald
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/daemon/logger/journald/internal/export
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/daemon/logger/journald/internal/fake
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/daemon/logger/jsonfilelog
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/daemon/logger/local
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/daemon/logger/loggertest
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/daemon/logger/loggerutils
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/daemon/logger/loggerutils/cache
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/daemon/logger/splunk
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/daemon/logger/syslog
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/daemon/logger/templates
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/daemon/names
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/daemon/network
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/daemon/snapshotter
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/daemon/stats
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/distribution
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/distribution/metadata
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/distribution/utils
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/distribution/xfer
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/dockerversion
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/errdefs
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/image
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/image/cache
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/image/spec/specs-go
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/image/spec/specs-go/v1
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/image/tarexport
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/image/v1
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/internal/cleanups
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/internal/compatcontext
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/internal/mod
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/internal/mounttree
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/internal/multierror
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/internal/safepath
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/internal/sliceutil
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/internal/test/suite
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/internal/testutils
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/internal/testutils/netnsutils
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/internal/testutils/specialimage
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/internal/unix_noeintr
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/internal/unshare
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/layer
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libcontainerd
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libcontainerd/queue
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libcontainerd/remote
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libcontainerd/shimopts
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libcontainerd/supervisor
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libcontainerd/types
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/bitmap
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/cluster
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/cmd/diagnostic
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/config
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/datastore
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/diagnostic
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/discoverapi
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/driverapi
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/drivers/bridge
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/drivers/host
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/drivers/ipvlan
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/drivers/macvlan
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/drivers/null
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/drivers/overlay
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/drivers/remote
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/drivers/remote/api
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/drivers/windows
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/drvregistry
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/etchosts
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/internal/caller
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/internal/kvstore
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/internal/netiputil
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/internal/setmatrix
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/ipam
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/ipamapi
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/ipams/builtin
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/ipams/null
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/ipams/remote
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/ipams/remote/api
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/ipams/windowsipam
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/ipamutils
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/ipbits
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/iptables
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/netlabel
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/netutils
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/networkdb
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/ns
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/options
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/osl
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/osl/kernel
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/portallocator
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/portmapper
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/resolvconf
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/scope
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/types
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/oci
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/oci/caps
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/opts
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/pkg/archive
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/pkg/authorization
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/pkg/broadcaster
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/pkg/capabilities
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/pkg/chrootarchive
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/pkg/containerfs
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/pkg/directory
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/pkg/dmesg
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/pkg/fileutils
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/pkg/homedir
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/pkg/idtools
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/pkg/ioutils
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/pkg/jsonmessage
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/pkg/longpath
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/pkg/meminfo
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/pkg/namesgenerator
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/pkg/parsers
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/pkg/parsers/kernel
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/pkg/parsers/operatingsystem
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/pkg/pidfile
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/pkg/platform
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/pkg/plugingetter
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/pkg/plugins
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/pkg/plugins/transport
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/pkg/pools
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/pkg/process
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/pkg/progress
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/pkg/reexec
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/pkg/rootless
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/pkg/rootless/specconv
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/pkg/stack
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/pkg/stdcopy
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/pkg/streamformatter
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/pkg/stringid
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/pkg/sysinfo
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/pkg/system
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/pkg/tailfile
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/pkg/tarsum
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/pkg/useragent
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/plugin
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/plugin/executor/containerd
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/plugin/v2
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/profiles/apparmor
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/profiles/seccomp
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/quota
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/reference
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/registry
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/registry/resumable
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/restartmanager
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/runconfig
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/runconfig/opts
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/testutil
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/testutil/daemon
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/testutil/environment
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/testutil/fakecontext
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/testutil/fakegit
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/testutil/fakestorage
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/testutil/fixtures/load
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/testutil/fixtures/plugin
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/testutil/fixtures/plugin/basic
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/testutil/registry
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/testutil/request
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/volume
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/volume/drivers
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/volume/local
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/volume/mounts
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/volume/service
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/volume/service/opts
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/volume/testutils'
17:48:01 [2024-02-06T17:48:01.191Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/bitmap
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/cluster
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/cmd/diagnostic
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/config
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/datastore
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/diagnostic
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/discoverapi
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/driverapi
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/drivers/bridge
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/drivers/host
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/drivers/ipvlan
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/drivers/macvlan
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/drivers/null
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/drivers/overlay
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/drivers/remote
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/drivers/remote/api
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/drivers/windows
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/drvregistry
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/etchosts
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/internal/caller
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/internal/kvstore
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/internal/netiputil
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/internal/setmatrix
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/ipam
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/ipamapi
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/ipams/builtin
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/ipams/null
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/ipams/remote
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/ipams/remote/api
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/ipams/windowsipam
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/ipamutils
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/ipbits
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/iptables
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/netlabel
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/netutils
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/networkdb
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/ns
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/options
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/osl
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/osl/kernel
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/portallocator
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/portmapper
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/resolvconf
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/scope
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/types'
17:48:01 [2024-02-06T17:48:01.191Z] + echo 'github.com/docker/docker/libnetwork
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/bitmap
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/cluster
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/cmd/diagnostic
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/config
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/datastore
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/diagnostic
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/discoverapi
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/driverapi
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/drivers/bridge
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/drivers/host
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/drivers/ipvlan
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/drivers/macvlan
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/drivers/null
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/drivers/overlay
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/drivers/remote
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/drivers/remote/api
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/drivers/windows
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/drvregistry
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/etchosts
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/internal/caller
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/internal/kvstore
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/internal/netiputil
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/internal/setmatrix
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/ipam
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/ipamapi
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/ipams/builtin
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/ipams/null
17:48:01 [2024-02-06T17:48:01.191Z] git+ grep --fixed-strings libnetwork/drivers/bridge
17:48:01 [2024-02-06T17:48:01.191Z] hub.com/docker/docker/libnetwork/ipams/remote
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/ipams/remote/api
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/ipams/windowsipam
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/ipamutils
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/ipbits
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/iptables
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/netlabel
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/netutils
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/networkdb
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/ns
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/options
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/osl
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/osl/kernel
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/portallocator
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/portmapper
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/resolvconf
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/scope
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/types'
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/drivers/bridge
17:48:01 [2024-02-06T17:48:01.191Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
17:48:01 [2024-02-06T17:48:01.191Z] + type docker-proxy
17:48:01 [2024-02-06T17:48:01.191Z] hack/test/unit: line 25: type: docker-proxy: not found
17:48:01 [2024-02-06T17:48:01.191Z] + hack/make.sh binary-proxy install-proxy
17:48:01 [2024-02-06T17:48:01.191Z] 
17:48:01 [2024-02-06T17:48:01.191Z] Removing bundles/
17:48:01 [2024-02-06T17:48:01.191Z] 
17:48:01 [2024-02-06T17:48:01.191Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy)
17:48:01 [2024-02-06T17:48:01.191Z] Building static bundles/binary-proxy/docker-proxy (linux/arm64)...
17:48:01 [2024-02-06T17:48:01.191Z] + tee /go/src/github.com/docker/docker/go.mod
17:48:01 [2024-02-06T17:48:01.191Z] module github.com/docker/docker
17:48:01 [2024-02-06T17:48:01.191Z] 
17:48:01 [2024-02-06T17:48:01.192Z] go 1.20
17:48:01 [2024-02-06T17:48:01.192Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT
17:48:01 [2024-02-06T17:48:01.192Z] + GO111MODULE=on
17:48:01 [2024-02-06T17:48:01.192Z] + go build -mod=vendor -modfile=vendor.mod -o bundles/binary-proxy/docker-proxy -tags 'netgo osusergo static_build  journald' -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=dev" -X "github.com/docker/docker/dockerversion.GitCommit=14503ccebda590c6315462bb2f391b2dde7bcc2b" -X "github.com/docker/docker/dockerversion.BuildTime=2024-02-06T17:48:01.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=" -X "github.com/docker/docker/dockerversion.ProductName=" -X "github.com/docker/docker/dockerversion.DefaultProductLicense="  -extldflags -static ' -gcflags= github.com/docker/docker/cmd/docker-proxy
17:48:05 [2024-02-06T17:48:05.343Z] + rm -f /go/src/github.com/docker/docker/go.mod
17:48:05 [2024-02-06T17:48:05.343Z] Created binary: bundles/binary-proxy/docker-proxy
17:48:05 [2024-02-06T17:48:05.343Z] 
17:48:05 [2024-02-06T17:48:05.343Z] ---> Making bundle: install-proxy (in bundles/install-proxy)
17:48:05 [2024-02-06T17:48:05.343Z] Installing docker-proxy to /usr/local/bin/
17:48:05 [2024-02-06T17:48:05.343Z] 
17:48:05 [2024-02-06T17:48:05.343Z] + mkdir -p bundles
17:48:05 [2024-02-06T17:48:05.343Z] + '[' -n 'github.com/docker/docker/api
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/api/server
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/api/server/backend/build
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/api/server/httpstatus
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/api/server/httputils
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/api/server/middleware
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/api/server/router
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/api/server/router/build
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/api/server/router/checkpoint
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/api/server/router/container
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/api/server/router/debug
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/api/server/router/distribution
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/api/server/router/grpc
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/api/server/router/image
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/api/server/router/network
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/api/server/router/plugin
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/api/server/router/session
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/api/server/router/swarm
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/api/server/router/system
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/api/server/router/volume
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/api/types
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/api/types/backend
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/api/types/blkiodev
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/api/types/checkpoint
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/api/types/container
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/api/types/events
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/api/types/filters
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/api/types/image
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/api/types/mount
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/api/types/network
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/api/types/plugins/logdriver
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/api/types/registry
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/api/types/strslice
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/api/types/swarm
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/api/types/swarm/runtime
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/api/types/system
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/api/types/time
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/api/types/versions
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/api/types/volume
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/builder
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/builder/builder-next
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/builder/builder-next/exporter
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/builder/builder-next/exporter/overrides
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/builder/builder-next/imagerefchecker
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/builder/builder-next/worker
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/builder/builder-next/worker/label
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/builder/dockerfile
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/builder/remotecontext
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/builder/remotecontext/git
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/builder/remotecontext/urlutil
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/cli/debug
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/cli/winresources/docker-proxy
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/cli/winresources/dockerd
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/client
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/client/buildkit
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/cmd/docker-proxy
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/cmd/dockerd
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/cmd/dockerd/trap
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/container
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/container/stream
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/contrib/apparmor
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/contrib/httpserver
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/daemon
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/daemon/cluster
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/daemon/cluster/controllers/plugin
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/daemon/cluster/convert
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/daemon/cluster/executor
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/daemon/cluster/executor/container
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/daemon/cluster/provider
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/daemon/config
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/daemon/containerd
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/daemon/events
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/daemon/events/testutils
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/daemon/graphdriver
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/daemon/graphdriver/btrfs
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/daemon/graphdriver/copy
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/daemon/graphdriver/graphtest
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/daemon/graphdriver/overlay2
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/daemon/graphdriver/overlayutils
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/daemon/graphdriver/register
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/daemon/graphdriver/vfs
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/daemon/graphdriver/zfs
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/daemon/images
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/daemon/initlayer
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/daemon/links
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/daemon/listeners
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/daemon/logger
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/daemon/logger/awslogs
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/daemon/logger/fluentd
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/daemon/logger/gcplogs
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/daemon/logger/gelf
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/daemon/logger/journald
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/daemon/logger/journald/internal/export
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/daemon/logger/journald/internal/fake
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/daemon/logger/jsonfilelog
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/daemon/logger/local
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/daemon/logger/loggertest
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/daemon/logger/loggerutils
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/daemon/logger/loggerutils/cache
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/daemon/logger/splunk
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/daemon/logger/syslog
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/daemon/logger/templates
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/daemon/names
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/daemon/network
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/daemon/snapshotter
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/daemon/stats
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/distribution
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/distribution/metadata
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/distribution/utils
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/distribution/xfer
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/dockerversion
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/errdefs
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/image
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/image/cache
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/image/spec/specs-go
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/image/spec/specs-go/v1
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/image/tarexport
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/image/v1
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/internal/cleanups
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/internal/compatcontext
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/internal/mod
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/internal/mounttree
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/internal/multierror
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/internal/safepath
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/internal/sliceutil
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/internal/test/suite
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/internal/testutils
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/internal/testutils/netnsutils
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/internal/testutils/specialimage
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/internal/unix_noeintr
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/internal/unshare
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/layer
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/libcontainerd
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/libcontainerd/queue
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/libcontainerd/remote
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/libcontainerd/shimopts
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/libcontainerd/supervisor
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/libcontainerd/types
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/oci
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/oci/caps
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/opts
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/pkg/archive
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/pkg/authorization
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/pkg/broadcaster
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/pkg/capabilities
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/pkg/chrootarchive
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/pkg/containerfs
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/pkg/directory
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/pkg/dmesg
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/pkg/fileutils
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/pkg/homedir
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/pkg/idtools
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/pkg/ioutils
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/pkg/jsonmessage
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/pkg/longpath
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/pkg/meminfo
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/pkg/namesgenerator
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/pkg/parsers
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/pkg/parsers/kernel
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/pkg/parsers/operatingsystem
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/pkg/pidfile
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/pkg/platform
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/pkg/plugingetter
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/pkg/plugins
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/pkg/plugins/transport
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/pkg/pools
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/pkg/process
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/pkg/progress
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/pkg/reexec
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/pkg/rootless
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/pkg/rootless/specconv
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/pkg/stack
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/pkg/stdcopy
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/pkg/streamformatter
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/pkg/stringid
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/pkg/sysinfo
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/pkg/system
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/pkg/tailfile
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/pkg/tarsum
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/pkg/useragent
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/plugin
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/plugin/executor/containerd
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/plugin/v2
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/profiles/apparmor
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/profiles/seccomp
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/quota
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/reference
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/registry
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/registry/resumable
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/restartmanager
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/runconfig
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/runconfig/opts
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/testutil
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/testutil/daemon
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/testutil/environment
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/testutil/fakecontext
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/testutil/fakegit
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/testutil/fakestorage
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/testutil/fixtures/load
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/testutil/fixtures/plugin
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/testutil/fixtures/plugin/basic
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/testutil/registry
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/testutil/request
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/volume
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/volume/drivers
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/volume/local
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/volume/mounts
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/volume/service
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/volume/service/opts
17:48:05 [2024-02-06T17:48:05.343Z] github.com/docker/docker/volume/testutils' ']'
17:48:05 [2024-02-06T17:48:05.343Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo 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/checkpoint github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/system github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/exporter/mobyexporter github.com/docker/docker/builder/builder-next/exporter/overrides github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/builder-next/worker/label github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/builder/remotecontext/urlutil github.com/docker/docker/cli/debug github.com/docker/docker/cli/winresources/docker-proxy github.com/docker/docker/cli/winresources/dockerd github.com/docker/docker/client github.com/docker/docker/client/buildkit github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/containerd github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/journald/internal/export github.com/docker/docker/daemon/logger/journald/internal/fake github.com/docker/docker/daemon/logger/journald/internal/sdjournal github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/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/spec/specs-go github.com/docker/docker/image/spec/specs-go/v1 github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/cleanups github.com/docker/docker/internal/compatcontext github.com/docker/docker/internal/mod github.com/docker/docker/internal/mounttree github.com/docker/docker/internal/multierror github.com/docker/docker/internal/safepath github.com/docker/docker/internal/sliceutil github.com/docker/docker/internal/test/suite github.com/docker/docker/internal/testutils github.com/docker/docker/internal/testutils/netnsutils github.com/docker/docker/internal/testutils/specialimage github.com/docker/docker/internal/unix_noeintr 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/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/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/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
17:48:05 [2024-02-06T17:48:05.902Z] ?   	github.com/docker/docker/api	[no test files]
17:48:14 [2024-02-06T17:48:14.025Z] ok  	github.com/docker/docker/api/server	0.013s	coverage: 16.2% of statements
17:48:35 [2024-02-06T17:48:35.886Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
17:48:35 [2024-02-06T17:48:35.886Z] ?   	github.com/docker/docker/api/server/httpstatus	[no test files]
17:48:35 [2024-02-06T17:48:35.886Z] ok  	github.com/docker/docker/api/server/httputils	0.009s	coverage: 28.3% of statements
17:48:35 [2024-02-06T17:48:35.886Z] ?   	github.com/docker/docker/api/server/router	[no test files]
17:48:35 [2024-02-06T17:48:35.886Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
17:48:35 [2024-02-06T17:48:35.886Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
17:48:35 [2024-02-06T17:48:35.886Z] ok  	github.com/docker/docker/api/server/middleware	0.014s	coverage: 42.7% of statements
17:48:35 [2024-02-06T17:48:35.886Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
17:48:35 [2024-02-06T17:48:35.886Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
17:48:35 [2024-02-06T17:48:35.886Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
17:48:35 [2024-02-06T17:48:35.886Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
17:48:35 [2024-02-06T17:48:35.886Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
17:48:35 [2024-02-06T17:48:35.886Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
17:48:35 [2024-02-06T17:48:35.886Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
17:48:35 [2024-02-06T17:48:35.886Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
17:48:35 [2024-02-06T17:48:35.886Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
17:48:35 [2024-02-06T17:48:35.886Z] ?   	github.com/docker/docker/api/types	[no test files]
17:48:35 [2024-02-06T17:48:35.886Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
17:48:35 [2024-02-06T17:48:35.886Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
17:48:35 [2024-02-06T17:48:35.886Z] ?   	github.com/docker/docker/api/types/checkpoint	[no test files]
17:48:35 [2024-02-06T17:48:35.886Z] ok  	github.com/docker/docker/api/server/router/swarm	0.004s	coverage: 7.3% of statements
17:48:35 [2024-02-06T17:48:35.886Z] ok  	github.com/docker/docker/api/server/router/volume	0.007s	coverage: 66.7% of statements
17:48:35 [2024-02-06T17:48:35.886Z] ?   	github.com/docker/docker/api/types/events	[no test files]
17:48:35 [2024-02-06T17:48:35.886Z] ?   	github.com/docker/docker/api/types/image	[no test files]
17:48:35 [2024-02-06T17:48:35.886Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
17:48:35 [2024-02-06T17:48:35.886Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
17:48:35 [2024-02-06T17:48:35.886Z] ok  	github.com/docker/docker/api/types/container	0.007s	coverage: 83.7% of statements
17:48:35 [2024-02-06T17:48:35.886Z] ok  	github.com/docker/docker/api/types/registry	0.004s	coverage: 54.2% of statements
17:48:35 [2024-02-06T17:48:35.886Z] ok  	github.com/docker/docker/api/types/filters	0.005s	coverage: 94.0% of statements
17:48:35 [2024-02-06T17:48:35.886Z] ok  	github.com/docker/docker/api/types/network	0.005s	coverage: 80.0% of statements
17:48:35 [2024-02-06T17:48:35.886Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
17:48:35 [2024-02-06T17:48:35.886Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
17:48:35 [2024-02-06T17:48:35.886Z] ?   	github.com/docker/docker/api/types/system	[no test files]
17:48:35 [2024-02-06T17:48:35.886Z] ok  	github.com/docker/docker/api/types/strslice	0.002s	coverage: 90.0% of statements
17:48:35 [2024-02-06T17:48:35.886Z] ok  	github.com/docker/docker/api/types/time	0.002s	coverage: 100.0% of statements
17:48:35 [2024-02-06T17:48:35.886Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
17:48:35 [2024-02-06T17:48:35.886Z] ?   	github.com/docker/docker/builder	[no test files]
17:48:35 [2024-02-06T17:48:35.886Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
17:48:35 [2024-02-06T17:48:35.886Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
17:48:35 [2024-02-06T17:48:35.886Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
17:48:35 [2024-02-06T17:48:35.886Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
17:48:35 [2024-02-06T17:48:35.886Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
17:48:35 [2024-02-06T17:48:35.886Z] ?   	github.com/docker/docker/builder/builder-next/exporter/mobyexporter	[no test files]
17:48:35 [2024-02-06T17:48:35.886Z] ?   	github.com/docker/docker/builder/builder-next/exporter/overrides	[no test files]
17:48:35 [2024-02-06T17:48:35.886Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
17:48:35 [2024-02-06T17:48:35.886Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
17:48:35 [2024-02-06T17:48:35.886Z] ?   	github.com/docker/docker/builder/builder-next/worker/label	[no test files]
17:48:35 [2024-02-06T17:48:35.886Z] ok  	github.com/docker/docker/api/types/versions	0.002s	coverage: 77.3% of statements
17:48:35 [2024-02-06T17:48:35.886Z] ?   	github.com/docker/docker/cli/winresources/docker-proxy	[no test files]
17:48:35 [2024-02-06T17:48:35.886Z] ?   	github.com/docker/docker/cli/winresources/dockerd	[no test files]
17:48:35 [2024-02-06T17:48:35.886Z] ok  	github.com/docker/docker/cli/debug	0.008s	coverage: 100.0% of statements
17:48:35 [2024-02-06T17:48:35.886Z] ok  	github.com/docker/docker/builder/remotecontext/urlutil	0.009s	coverage: 100.0% of statements
17:48:35 [2024-02-06T17:48:35.886Z] ok  	github.com/docker/docker/builder/dockerfile	0.050s	coverage: 50.2% of statements
17:48:35 [2024-02-06T17:48:35.886Z] ok  	github.com/docker/docker/builder/remotecontext	0.052s	coverage: 33.7% of statements
17:48:37 [2024-02-06T17:48:37.245Z] ?   	github.com/docker/docker/client/buildkit	[no test files]
17:48:37 [2024-02-06T17:48:37.499Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.055s	coverage: 66.5% of statements
17:48:37 [2024-02-06T17:48:37.499Z] ok  	github.com/docker/docker/client	0.123s	coverage: 77.0% of statements
17:48:40 [2024-02-06T17:48:40.005Z] ok  	github.com/docker/docker/builder/remotecontext/git	4.100s	coverage: 82.5% of statements
17:48:49 [2024-02-06T17:48:49.929Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
17:48:49 [2024-02-06T17:48:49.929Z] ?   	github.com/docker/docker/container/stream	[no test files]
17:48:49 [2024-02-06T17:48:49.929Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
17:48:49 [2024-02-06T17:48:49.929Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
17:48:49 [2024-02-06T17:48:49.929Z] ok  	github.com/docker/docker/container	0.127s	coverage: 36.2% of statements
17:48:49 [2024-02-06T17:48:49.929Z] ok  	github.com/docker/docker/cmd/dockerd	0.183s	coverage: 29.9% of statements
17:48:51 [2024-02-06T17:48:51.809Z] ok  	github.com/docker/docker/cmd/dockerd/trap	2.391s	coverage: 0.0% of statements
17:48:52 [2024-02-06T17:48:52.732Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
17:48:52 [2024-02-06T17:48:52.732Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.012s	coverage: 65.3% of statements
17:48:52 [2024-02-06T17:48:52.732Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.019s	coverage: 38.7% of statements
17:48:52 [2024-02-06T17:48:52.732Z] ok  	github.com/docker/docker/daemon/cluster	0.045s	coverage: 0.5% of statements
17:48:52 [2024-02-06T17:48:52.986Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
17:48:52 [2024-02-06T17:48:52.986Z] ok  	github.com/docker/docker/daemon/config	0.052s	coverage: 74.6% of statements
17:48:54 [2024-02-06T17:48:54.344Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
17:48:54 [2024-02-06T17:48:54.344Z] ok  	github.com/docker/docker/daemon/graphdriver	0.007s	coverage: 2.3% of statements
17:48:54 [2024-02-06T17:48:54.598Z] ok  	github.com/docker/docker/daemon/containerd	0.031s	coverage: 9.0% of statements
17:48:54 [2024-02-06T17:48:54.598Z] ok  	github.com/docker/docker/daemon/events	0.058s	coverage: 50.0% of statements
17:48:54 [2024-02-06T17:48:54.598Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.008s	coverage: 2.8% of statements
17:48:54 [2024-02-06T17:48:54.598Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.185s	coverage: 60.9% of statements
17:48:55 [2024-02-06T17:48:55.520Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
17:48:55 [2024-02-06T17:48:55.520Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.008s	coverage: 1.9% of statements
17:48:55 [2024-02-06T17:48:55.520Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
17:48:55 [2024-02-06T17:48:55.520Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
17:48:55 [2024-02-06T17:48:55.774Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.210s	coverage: 60.2% of statements
17:48:55 [2024-02-06T17:48:55.774Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.026s	coverage: 60.9% of statements
17:48:56 [2024-02-06T17:48:56.027Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.008s	coverage: 3.0% of statements
17:48:56 [2024-02-06T17:48:56.585Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.454s	coverage: 13.3% of statements
17:48:56 [2024-02-06T17:48:56.585Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
17:48:56 [2024-02-06T17:48:56.585Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
17:48:56 [2024-02-06T17:48:56.585Z] ok  	github.com/docker/docker/daemon/links	0.003s	coverage: 93.0% of statements
17:48:56 [2024-02-06T17:48:56.585Z] ok  	github.com/docker/docker/daemon/images	0.018s	coverage: 3.0% of statements
17:48:56 [2024-02-06T17:48:56.839Z] ok  	github.com/docker/docker/daemon/logger	0.221s	coverage: 43.2% of statements
17:48:57 [2024-02-06T17:48:57.093Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
17:48:57 [2024-02-06T17:48:57.093Z] ok  	github.com/docker/docker/daemon/logger/fluentd	0.018s	coverage: 53.6% of statements
17:48:57 [2024-02-06T17:48:57.093Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.009s	coverage: 68.2% of statements
17:48:57 [2024-02-06T17:48:57.093Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.103s	coverage: 78.3% of statements
17:48:57 [2024-02-06T17:48:57.651Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/fake	[no test files]
17:48:57 [2024-02-06T17:48:57.651Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/sdjournal	[no test files]
17:48:57 [2024-02-06T17:48:57.651Z] ok  	github.com/docker/docker/daemon/logger/journald/internal/export	0.016s	coverage: 88.2% of statements
17:48:57 [2024-02-06T17:48:57.651Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.014s	coverage: 87.2% of statements
17:48:57 [2024-02-06T17:48:57.906Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.119s	coverage: 76.8% of statements
17:48:57 [2024-02-06T17:48:57.906Z] ?   	github.com/docker/docker/daemon/logger/loggertest	[no test files]
17:48:57 [2024-02-06T17:48:57.906Z] ok  	github.com/docker/docker/daemon/logger/local	0.049s	coverage: 79.4% of statements
17:48:58 [2024-02-06T17:48:58.464Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.016s	coverage: 63.5% of statements
17:48:58 [2024-02-06T17:48:58.464Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.020s	coverage: 31.5% of statements
17:48:58 [2024-02-06T17:48:58.717Z] ?   	github.com/docker/docker/daemon/names	[no test files]
17:48:58 [2024-02-06T17:48:58.717Z] ok  	github.com/docker/docker/daemon/logger/templates	0.003s	coverage: 8.3% of statements
17:48:58 [2024-02-06T17:48:58.717Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.007s	coverage: 46.8% of statements
17:48:58 [2024-02-06T17:48:58.971Z] ?   	github.com/docker/docker/daemon/snapshotter	[no test files]
17:48:58 [2024-02-06T17:48:58.971Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
17:48:58 [2024-02-06T17:48:58.971Z] ok  	github.com/docker/docker/daemon/network	0.014s	coverage: 63.8% of statements
17:48:59 [2024-02-06T17:48:59.226Z] ok  	github.com/docker/docker/daemon/logger/journald	1.591s	coverage: 72.7% of statements
17:48:59 [2024-02-06T17:48:59.783Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
17:48:59 [2024-02-06T17:48:59.783Z] ok  	github.com/docker/docker/dockerversion	0.003s	coverage: 100.0% of statements
17:48:59 [2024-02-06T17:48:59.783Z] ok  	github.com/docker/docker/errdefs	0.003s	coverage: 77.2% of statements
17:48:59 [2024-02-06T17:48:59.783Z] ok  	github.com/docker/docker/distribution/metadata	0.024s	coverage: 44.4% of statements
17:49:00 [2024-02-06T17:49:00.037Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.492s	coverage: 82.5% of statements
17:49:00 [2024-02-06T17:49:00.291Z] ?   	github.com/docker/docker/image/spec/specs-go	[no test files]
17:49:00 [2024-02-06T17:49:00.291Z] ?   	github.com/docker/docker/image/spec/specs-go/v1	[no test files]
17:49:00 [2024-02-06T17:49:00.291Z] ok  	github.com/docker/docker/image/cache	0.007s	coverage: 24.1% of statements
17:49:00 [2024-02-06T17:49:00.291Z] ok  	github.com/docker/docker/image	0.026s	coverage: 82.8% of statements
17:49:00 [2024-02-06T17:49:00.849Z] ?   	github.com/docker/docker/image/v1	[no test files]
17:49:00 [2024-02-06T17:49:00.849Z] ?   	github.com/docker/docker/internal/compatcontext	[no test files]
17:49:00 [2024-02-06T17:49:00.849Z] ?   	github.com/docker/docker/internal/mounttree	[no test files]
17:49:00 [2024-02-06T17:49:00.849Z] ok  	github.com/docker/docker/internal/mod	0.003s	coverage: 66.7% of statements
17:49:00 [2024-02-06T17:49:00.849Z] ok  	github.com/docker/docker/internal/cleanups	0.003s	coverage: 69.2% of statements
17:49:00 [2024-02-06T17:49:00.849Z] ok  	github.com/docker/docker/image/tarexport	0.009s	coverage: 0.6% of statements
17:49:00 [2024-02-06T17:49:00.849Z] ok  	github.com/docker/docker/internal/multierror	0.003s	coverage: 88.9% of statements
17:49:01 [2024-02-06T17:49:01.103Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
17:49:01 [2024-02-06T17:49:01.103Z] ?   	github.com/docker/docker/internal/testutils	[no test files]
17:49:01 [2024-02-06T17:49:01.103Z] ?   	github.com/docker/docker/internal/testutils/netnsutils	[no test files]
17:49:01 [2024-02-06T17:49:01.103Z] ok  	github.com/docker/docker/internal/sliceutil	0.002s	coverage: 56.2% of statements
17:49:01 [2024-02-06T17:49:01.103Z] ok  	github.com/docker/docker/internal/safepath	0.005s	coverage: 42.9% of statements
17:49:01 [2024-02-06T17:49:01.103Z] ?   	github.com/docker/docker/internal/testutils/specialimage	[no test files]
17:49:01 [2024-02-06T17:49:01.103Z] ?   	github.com/docker/docker/internal/unix_noeintr	[no test files]
17:49:01 [2024-02-06T17:49:01.103Z] ?   	github.com/docker/docker/internal/unshare	[no test files]
17:49:01 [2024-02-06T17:49:01.357Z] ok  	github.com/docker/docker/distribution	1.489s	coverage: 28.9% of statements
17:49:01 [2024-02-06T17:49:01.914Z] ok  	github.com/docker/docker/distribution/xfer	2.180s	coverage: 85.4% of statements
17:49:02 [2024-02-06T17:49:02.168Z] ok  	github.com/docker/docker/daemon	10.708s	coverage: 15.7% of statements
17:49:02 [2024-02-06T17:49:02.168Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
17:49:02 [2024-02-06T17:49:02.168Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
17:49:02 [2024-02-06T17:49:02.168Z] ?   	github.com/docker/docker/libcontainerd/shimopts	[no test files]
17:49:02 [2024-02-06T17:49:02.168Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
17:49:02 [2024-02-06T17:49:02.168Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
17:49:02 [2024-02-06T17:49:02.168Z] ok  	github.com/docker/docker/libcontainerd/queue	0.025s	coverage: 100.0% of statements
17:49:02 [2024-02-06T17:49:02.726Z] ?   	github.com/docker/docker/oci/caps	[no test files]
17:49:02 [2024-02-06T17:49:02.726Z] ok  	github.com/docker/docker/oci	0.027s	coverage: 35.8% of statements
17:49:02 [2024-02-06T17:49:02.726Z] ok  	github.com/docker/docker/opts	0.070s	coverage: 67.9% of statements
17:49:03 [2024-02-06T17:49:03.284Z] ok  	github.com/docker/docker/pkg/broadcaster	0.002s	coverage: 100.0% of statements
17:49:03 [2024-02-06T17:49:03.284Z] ok  	github.com/docker/docker/pkg/directory	0.003s	coverage: 81.8% of statements
17:49:03 [2024-02-06T17:49:03.284Z] ok  	github.com/docker/docker/pkg/containerfs	0.004s	coverage: 26.7% of statements
17:49:03 [2024-02-06T17:49:03.284Z] ok  	github.com/docker/docker/pkg/capabilities	0.004s	coverage: 87.5% of statements
17:49:03 [2024-02-06T17:49:03.284Z] ok  	github.com/docker/docker/pkg/dmesg	0.010s	coverage: 83.3% of statements
17:49:03 [2024-02-06T17:49:03.284Z] ok  	github.com/docker/docker/pkg/chrootarchive	0.263s	coverage: 83.7% of statements
17:49:03 [2024-02-06T17:49:03.538Z] ok  	github.com/docker/docker/pkg/fileutils	0.012s	coverage: 51.7% of statements
17:49:03 [2024-02-06T17:49:03.538Z] ok  	github.com/docker/docker/pkg/homedir	0.017s	coverage: 6.5% of statements
17:49:03 [2024-02-06T17:49:03.538Z] ok  	github.com/docker/docker/pkg/archive	0.421s	coverage: 81.3% of statements
17:49:03 [2024-02-06T17:49:03.792Z] ok  	github.com/docker/docker/pkg/meminfo	0.002s	coverage: 75.0% of statements
17:49:03 [2024-02-06T17:49:03.792Z] ok  	github.com/docker/docker/pkg/longpath	0.003s	coverage: 45.5% of statements
17:49:03 [2024-02-06T17:49:03.792Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.004s	coverage: 92.3% of statements
17:49:03 [2024-02-06T17:49:03.792Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.003s	coverage: 85.7% of statements
17:49:04 [2024-02-06T17:49:04.046Z] ok  	github.com/docker/docker/pkg/parsers	0.003s	coverage: 97.0% of statements
17:49:04 [2024-02-06T17:49:04.046Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.002s	coverage: 60.0% of statements
17:49:04 [2024-02-06T17:49:04.046Z] ok  	github.com/docker/docker/pkg/authorization	0.917s	coverage: 68.3% of statements
17:49:04 [2024-02-06T17:49:04.046Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.004s	coverage: 90.2% of statements
17:49:04 [2024-02-06T17:49:04.046Z] ok  	github.com/docker/docker/pkg/idtools	0.465s	coverage: 69.7% of statements
17:49:04 [2024-02-06T17:49:04.046Z] ok  	github.com/docker/docker/pkg/ioutils	0.387s	coverage: 69.5% of statements
17:49:04 [2024-02-06T17:49:04.046Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
17:49:04 [2024-02-06T17:49:04.046Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
17:49:04 [2024-02-06T17:49:04.046Z] ok  	github.com/docker/docker/pkg/pidfile	0.004s	coverage: 94.1% of statements
17:49:04 [2024-02-06T17:49:04.604Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
17:49:04 [2024-02-06T17:49:04.604Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
17:49:04 [2024-02-06T17:49:04.604Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.004s	coverage: 90.0% of statements
17:49:04 [2024-02-06T17:49:04.604Z] ok  	github.com/docker/docker/pkg/pools	0.005s	coverage: 88.2% of statements
17:49:04 [2024-02-06T17:49:04.604Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.005s	coverage: 56.8% of statements
17:49:04 [2024-02-06T17:49:04.604Z] ok  	github.com/docker/docker/pkg/process	0.005s	coverage: 21.7% of statements
17:49:04 [2024-02-06T17:49:04.859Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
17:49:04 [2024-02-06T17:49:04.859Z] ?   	github.com/docker/docker/pkg/rootless	[no test files]
17:49:04 [2024-02-06T17:49:04.859Z] ?   	github.com/docker/docker/pkg/rootless/specconv	[no test files]
17:49:04 [2024-02-06T17:49:04.859Z] ok  	github.com/docker/docker/pkg/stack	0.004s	coverage: 90.9% of statements
17:49:04 [2024-02-06T17:49:04.859Z] ok  	github.com/docker/docker/pkg/reexec	0.011s	coverage: 82.4% of statements
17:49:04 [2024-02-06T17:49:04.859Z] ok  	github.com/docker/docker/pkg/stdcopy	0.006s	coverage: 100.0% of statements
17:49:05 [2024-02-06T17:49:05.113Z] ok  	github.com/docker/docker/pkg/stringid	0.003s	coverage: 61.9% of statements
17:49:05 [2024-02-06T17:49:05.113Z] ok  	github.com/docker/docker/pkg/streamformatter	0.004s	coverage: 66.2% of statements
17:49:05 [2024-02-06T17:49:05.367Z] ok  	github.com/docker/docker/pkg/system	0.012s	coverage: 41.0% of statements
17:49:05 [2024-02-06T17:49:05.367Z] ok  	github.com/docker/docker/pkg/sysinfo	0.013s	coverage: 53.4% of statements
17:49:05 [2024-02-06T17:49:05.367Z] ok  	github.com/docker/docker/pkg/useragent	0.004s	coverage: 88.9% of statements
17:49:05 [2024-02-06T17:49:05.367Z] ok  	github.com/docker/docker/pkg/tailfile	0.032s	coverage: 88.6% of statements
17:49:05 [2024-02-06T17:49:05.367Z] ok  	github.com/docker/docker/pkg/tarsum	0.068s	coverage: 89.6% of statements
17:49:06 [2024-02-06T17:49:06.289Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
17:49:06 [2024-02-06T17:49:06.289Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
17:49:06 [2024-02-06T17:49:06.289Z] ok  	github.com/docker/docker/plugin/v2	0.013s	coverage: 14.4% of statements
17:49:06 [2024-02-06T17:49:06.289Z] ok  	github.com/docker/docker/profiles/seccomp	0.014s	coverage: 86.0% of statements
17:49:06 [2024-02-06T17:49:06.542Z] ok  	github.com/docker/docker/reference	0.007s	coverage: 83.7% of statements
17:49:06 [2024-02-06T17:49:06.542Z] ok  	github.com/docker/docker/pkg/plugins	2.014s	coverage: 74.9% of statements
17:49:06 [2024-02-06T17:49:06.796Z] ok  	github.com/docker/docker/plugin	0.530s	coverage: 23.2% of statements
17:49:06 [2024-02-06T17:49:06.796Z] ok  	github.com/docker/docker/quota	0.238s	coverage: 69.3% of statements
17:49:07 [2024-02-06T17:49:07.050Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
17:49:07 [2024-02-06T17:49:07.050Z] ok  	github.com/docker/docker/restartmanager	0.013s	coverage: 46.2% of statements
17:49:07 [2024-02-06T17:49:07.050Z] ok  	github.com/docker/docker/registry/resumable	0.017s	coverage: 100.0% of statements
17:49:07 [2024-02-06T17:49:07.050Z] ok  	github.com/docker/docker/runconfig	0.022s	coverage: 54.0% of statements
17:49:07 [2024-02-06T17:49:07.050Z] ok  	github.com/docker/docker/registry	0.124s	coverage: 63.9% of statements
17:49:07 [2024-02-06T17:49:07.304Z] ok  	github.com/docker/docker/testutil	0.009s	coverage: 6.8% of statements
17:49:07 [2024-02-06T17:49:07.558Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
17:49:07 [2024-02-06T17:49:07.558Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
17:49:07 [2024-02-06T17:49:07.558Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
17:49:07 [2024-02-06T17:49:07.558Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
17:49:07 [2024-02-06T17:49:07.558Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
17:49:07 [2024-02-06T17:49:07.558Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
17:49:07 [2024-02-06T17:49:07.558Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
17:49:07 [2024-02-06T17:49:07.558Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
17:49:07 [2024-02-06T17:49:07.558Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
17:49:07 [2024-02-06T17:49:07.558Z] ?   	github.com/docker/docker/testutil/request	[no test files]
17:49:07 [2024-02-06T17:49:07.558Z] ?   	github.com/docker/docker/volume	[no test files]
17:49:07 [2024-02-06T17:49:07.813Z] ok  	github.com/docker/docker/volume/drivers	0.007s	coverage: 36.1% of statements
17:49:08 [2024-02-06T17:49:08.067Z] ok  	github.com/docker/docker/volume/mounts	0.009s	coverage: 62.2% of statements
17:49:08 [2024-02-06T17:49:08.324Z] ok  	github.com/docker/docker/volume/local	0.096s	coverage: 77.2% of statements
17:49:08 [2024-02-06T17:49:08.598Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
17:49:08 [2024-02-06T17:49:08.598Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
17:49:08 [2024-02-06T17:49:08.598Z] ok  	github.com/docker/docker/volume/service	0.012s	coverage: 71.8% of statements
17:49:09 [2024-02-06T17:49:09.167Z] ok  	github.com/docker/docker/layer	7.060s	coverage: 68.1% of statements
17:49:09 [2024-02-06T17:49:09.421Z] 
17:49:09 [2024-02-06T17:49:09.421Z] === Skipped
17:49:09 [2024-02-06T17:49:09.421Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s)
17:49:09 [2024-02-06T17:49:09.421Z]     network_proxy_test.go:195: Need to start CI docker with --ipv6
17:49:09 [2024-02-06T17:49:09.421Z] 
17:49:09 [2024-02-06T17:49:09.421Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s)
17:49:09 [2024-02-06T17:49:09.421Z]     network_proxy_test.go:210: No support for dual stack yet
17:49:09 [2024-02-06T17:49:09.421Z] 
17:49:09 [2024-02-06T17:49:09.421Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s)
17:49:09 [2024-02-06T17:49:09.421Z]     network_proxy_test.go:239: Need to start CI docker with --ipv6
17:49:09 [2024-02-06T17:49:09.421Z] 
17:49:09 [2024-02-06T17:49:09.421Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s)
17:49:09 [2024-02-06T17:49:09.421Z]     network_proxy_test.go:300: Need to start CI docker with --ipv6
17:49:09 [2024-02-06T17:49:09.421Z] 
17:49:09 [2024-02-06T17:49:09.421Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
17:49:09 [2024-02-06T17:49:09.421Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:49:09 [2024-02-06T17:49:09.421Z]     graphtest_unix.go:41: Driver btrfs not supported
17:49:09 [2024-02-06T17:49:09.421Z] 
17:49:09 [2024-02-06T17:49:09.421Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
17:49:09 [2024-02-06T17:49:09.421Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:49:09 [2024-02-06T17:49:09.421Z]     graphtest_unix.go:41: Driver btrfs not supported
17:49:09 [2024-02-06T17:49:09.421Z] 
17:49:09 [2024-02-06T17:49:09.421Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
17:49:09 [2024-02-06T17:49:09.421Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:49:09 [2024-02-06T17:49:09.421Z]     graphtest_unix.go:41: Driver btrfs not supported
17:49:09 [2024-02-06T17:49:09.421Z] 
17:49:09 [2024-02-06T17:49:09.421Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
17:49:09 [2024-02-06T17:49:09.421Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:49:09 [2024-02-06T17:49:09.421Z]     graphtest_unix.go:41: Driver btrfs not supported
17:49:09 [2024-02-06T17:49:09.421Z] 
17:49:09 [2024-02-06T17:49:09.421Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
17:49:09 [2024-02-06T17:49:09.421Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:49:09 [2024-02-06T17:49:09.421Z]     graphtest_unix.go:41: Driver btrfs not supported
17:49:09 [2024-02-06T17:49:09.421Z] 
17:49:09 [2024-02-06T17:49:09.421Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
17:49:09 [2024-02-06T17:49:09.421Z]     graphtest_unix.go:68: No driver to put!
17:49:09 [2024-02-06T17:49:09.421Z] 
17:49:09 [2024-02-06T17:49:09.421Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
17:49:09 [2024-02-06T17:49:09.421Z] time="2024-02-06T17:48:55Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
17:49:09 [2024-02-06T17:49:09.421Z]     graphtest_unix.go:39: graphdriver: driver not supported
17:49:09 [2024-02-06T17:49:09.421Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
17:49:09 [2024-02-06T17:49:09.421Z] 
17:49:09 [2024-02-06T17:49:09.421Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
17:49:09 [2024-02-06T17:49:09.421Z] time="2024-02-06T17:48:55Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
17:49:09 [2024-02-06T17:49:09.421Z]     graphtest_unix.go:39: graphdriver: driver not supported
17:49:09 [2024-02-06T17:49:09.421Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
17:49:09 [2024-02-06T17:49:09.421Z] 
17:49:09 [2024-02-06T17:49:09.421Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
17:49:09 [2024-02-06T17:49:09.421Z] time="2024-02-06T17:48:55Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
17:49:09 [2024-02-06T17:49:09.421Z]     graphtest_unix.go:39: graphdriver: driver not supported
17:49:09 [2024-02-06T17:49:09.421Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
17:49:09 [2024-02-06T17:49:09.421Z] 
17:49:09 [2024-02-06T17:49:09.421Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
17:49:09 [2024-02-06T17:49:09.421Z] time="2024-02-06T17:48:55Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
17:49:09 [2024-02-06T17:49:09.421Z]     graphtest_unix.go:39: graphdriver: driver not supported
17:49:09 [2024-02-06T17:49:09.421Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
17:49:09 [2024-02-06T17:49:09.421Z] 
17:49:09 [2024-02-06T17:49:09.421Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
17:49:09 [2024-02-06T17:49:09.421Z] time="2024-02-06T17:48:55Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
17:49:09 [2024-02-06T17:49:09.421Z]     graphtest_unix.go:39: graphdriver: driver not supported
17:49:09 [2024-02-06T17:49:09.421Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
17:49:09 [2024-02-06T17:49:09.421Z] 
17:49:09 [2024-02-06T17:49:09.421Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
17:49:09 [2024-02-06T17:49:09.421Z]     graphtest_unix.go:68: No driver to put!
17:49:09 [2024-02-06T17:49:09.421Z] 
17:49:09 [2024-02-06T17:49:09.421Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
17:49:09 [2024-02-06T17:49:09.421Z]     overlay_test.go:61: Cannot run test with naive change algorithm
17:49:09 [2024-02-06T17:49:09.421Z] 
17:49:09 [2024-02-06T17:49:09.421Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
17:49:09 [2024-02-06T17:49:09.421Z]     graphtest_unix.go:311: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
17:49:09 [2024-02-06T17:49:09.421Z] 
17:49:09 [2024-02-06T17:49:09.421Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
17:49:09 [2024-02-06T17:49:09.421Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:49:09 [2024-02-06T17:49:09.421Z]     graphtest_unix.go:41: Driver zfs not supported
17:49:09 [2024-02-06T17:49:09.421Z] 
17:49:09 [2024-02-06T17:49:09.421Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
17:49:09 [2024-02-06T17:49:09.421Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:49:09 [2024-02-06T17:49:09.421Z]     graphtest_unix.go:41: Driver zfs not supported
17:49:09 [2024-02-06T17:49:09.421Z] 
17:49:09 [2024-02-06T17:49:09.421Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
17:49:09 [2024-02-06T17:49:09.421Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:49:09 [2024-02-06T17:49:09.421Z]     graphtest_unix.go:41: Driver zfs not supported
17:49:09 [2024-02-06T17:49:09.421Z] 
17:49:09 [2024-02-06T17:49:09.421Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
17:49:09 [2024-02-06T17:49:09.421Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:49:09 [2024-02-06T17:49:09.421Z]     graphtest_unix.go:41: Driver zfs not supported
17:49:09 [2024-02-06T17:49:09.421Z] 
17:49:09 [2024-02-06T17:49:09.421Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
17:49:09 [2024-02-06T17:49:09.421Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:49:09 [2024-02-06T17:49:09.421Z]     graphtest_unix.go:41: Driver zfs not supported
17:49:09 [2024-02-06T17:49:09.421Z] 
17:49:09 [2024-02-06T17:49:09.421Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
17:49:09 [2024-02-06T17:49:09.421Z]     graphtest_unix.go:68: No driver to put!
17:49:09 [2024-02-06T17:49:09.421Z] 
17:49:09 [2024-02-06T17:49:09.421Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
17:49:09 [2024-02-06T17:49:09.421Z]     sysinfo_linux_test.go:86: AppArmor Must be Disabled
17:49:09 [2024-02-06T17:49:09.421Z] 
17:49:09 [2024-02-06T17:49:09.421Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
17:49:09 [2024-02-06T17:49:09.421Z]     sysinfo_linux_test.go:106: cgroup namespaces must be disabled
17:49:09 [2024-02-06T17:49:09.421Z] 
17:49:09 [2024-02-06T17:49:09.421Z] === SKIP: volume/mounts TestValidateLCOWMount (0.00s)
17:49:09 [2024-02-06T17:49:09.421Z]     validate_test.go:73: only tested on Windows
17:49:09 [2024-02-06T17:49:09.421Z] 
17:49:09 [2024-02-06T17:49:09.421Z] DONE 3256 tests, 27 skipped in 63.874s
17:49:09 [2024-02-06T17:49:09.421Z] + '[' -n 'github.com/docker/docker/libnetwork
17:49:09 [2024-02-06T17:49:09.421Z] github.com/docker/docker/libnetwork/bitmap
17:49:09 [2024-02-06T17:49:09.421Z] github.com/docker/docker/libnetwork/cluster
17:49:09 [2024-02-06T17:49:09.421Z] github.com/docker/docker/libnetwork/cmd/diagnostic
17:49:09 [2024-02-06T17:49:09.421Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
17:49:09 [2024-02-06T17:49:09.421Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
17:49:09 [2024-02-06T17:49:09.421Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
17:49:09 [2024-02-06T17:49:09.421Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
17:49:09 [2024-02-06T17:49:09.421Z] github.com/docker/docker/libnetwork/config
17:49:09 [2024-02-06T17:49:09.421Z] github.com/docker/docker/libnetwork/datastore
17:49:09 [2024-02-06T17:49:09.421Z] github.com/docker/docker/libnetwork/diagnostic
17:49:09 [2024-02-06T17:49:09.421Z] github.com/docker/docker/libnetwork/discoverapi
17:49:09 [2024-02-06T17:49:09.421Z] github.com/docker/docker/libnetwork/driverapi
17:49:09 [2024-02-06T17:49:09.421Z] github.com/docker/docker/libnetwork/drivers/bridge
17:49:09 [2024-02-06T17:49:09.421Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
17:49:09 [2024-02-06T17:49:09.421Z] github.com/docker/docker/libnetwork/drivers/host
17:49:09 [2024-02-06T17:49:09.421Z] github.com/docker/docker/libnetwork/drivers/ipvlan
17:49:09 [2024-02-06T17:49:09.421Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
17:49:09 [2024-02-06T17:49:09.421Z] github.com/docker/docker/libnetwork/drivers/macvlan
17:49:09 [2024-02-06T17:49:09.421Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
17:49:09 [2024-02-06T17:49:09.421Z] github.com/docker/docker/libnetwork/drivers/null
17:49:09 [2024-02-06T17:49:09.421Z] github.com/docker/docker/libnetwork/drivers/overlay
17:49:09 [2024-02-06T17:49:09.421Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
17:49:09 [2024-02-06T17:49:09.421Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
17:49:09 [2024-02-06T17:49:09.421Z] github.com/docker/docker/libnetwork/drivers/remote
17:49:09 [2024-02-06T17:49:09.421Z] github.com/docker/docker/libnetwork/drivers/remote/api
17:49:09 [2024-02-06T17:49:09.421Z] github.com/docker/docker/libnetwork/drivers/windows
17:49:09 [2024-02-06T17:49:09.421Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
17:49:09 [2024-02-06T17:49:09.421Z] github.com/docker/docker/libnetwork/drvregistry
17:49:09 [2024-02-06T17:49:09.421Z] github.com/docker/docker/libnetwork/etchosts
17:49:09 [2024-02-06T17:49:09.421Z] github.com/docker/docker/libnetwork/internal/caller
17:49:09 [2024-02-06T17:49:09.421Z] github.com/docker/docker/libnetwork/internal/kvstore
17:49:09 [2024-02-06T17:49:09.421Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
17:49:09 [2024-02-06T17:49:09.421Z] github.com/docker/docker/libnetwork/internal/netiputil
17:49:09 [2024-02-06T17:49:09.421Z] github.com/docker/docker/libnetwork/internal/setmatrix
17:49:09 [2024-02-06T17:49:09.421Z] github.com/docker/docker/libnetwork/ipam
17:49:09 [2024-02-06T17:49:09.421Z] github.com/docker/docker/libnetwork/ipamapi
17:49:09 [2024-02-06T17:49:09.421Z] github.com/docker/docker/libnetwork/ipams/builtin
17:49:09 [2024-02-06T17:49:09.421Z] github.com/docker/docker/libnetwork/ipams/null
17:49:09 [2024-02-06T17:49:09.421Z] github.com/docker/docker/libnetwork/ipams/remote
17:49:09 [2024-02-06T17:49:09.421Z] github.com/docker/docker/libnetwork/ipams/remote/api
17:49:09 [2024-02-06T17:49:09.421Z] github.com/docker/docker/libnetwork/ipams/windowsipam
17:49:09 [2024-02-06T17:49:09.421Z] github.com/docker/docker/libnetwork/ipamutils
17:49:09 [2024-02-06T17:49:09.421Z] github.com/docker/docker/libnetwork/ipbits
17:49:09 [2024-02-06T17:49:09.421Z] github.com/docker/docker/libnetwork/iptables
17:49:09 [2024-02-06T17:49:09.421Z] github.com/docker/docker/libnetwork/netlabel
17:49:09 [2024-02-06T17:49:09.421Z] github.com/docker/docker/libnetwork/netutils
17:49:09 [2024-02-06T17:49:09.421Z] github.com/docker/docker/libnetwork/networkdb
17:49:09 [2024-02-06T17:49:09.421Z] github.com/docker/docker/libnetwork/ns
17:49:09 [2024-02-06T17:49:09.421Z] github.com/docker/docker/libnetwork/options
17:49:09 [2024-02-06T17:49:09.421Z] github.com/docker/docker/libnetwork/osl
17:49:09 [2024-02-06T17:49:09.421Z] github.com/docker/docker/libnetwork/osl/kernel
17:49:09 [2024-02-06T17:49:09.421Z] github.com/docker/docker/libnetwork/portallocator
17:49:09 [2024-02-06T17:49:09.421Z] github.com/docker/docker/libnetwork/portmapper
17:49:09 [2024-02-06T17:49:09.421Z] github.com/docker/docker/libnetwork/resolvconf
17:49:09 [2024-02-06T17:49:09.421Z] github.com/docker/docker/libnetwork/scope
17:49:09 [2024-02-06T17:49:09.421Z] github.com/docker/docker/libnetwork/types' ']'
17:49:09 [2024-02-06T17:49:09.422Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo journald' -cover -coverprofile=bundles/coverage-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitmap github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/kvstore github.com/docker/docker/libnetwork/internal/kvstore/boltdb github.com/docker/docker/libnetwork/internal/netiputil 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/scope github.com/docker/docker/libnetwork/types
17:50:05 [2024-02-06T17:50:05.560Z] ok  	github.com/docker/docker/libnetwork	44.294s	coverage: 43.3% of statements
17:50:05 [2024-02-06T17:50:05.560Z] ok  	github.com/docker/docker/libnetwork/bitmap	0.006s	coverage: 96.1% of statements
17:50:05 [2024-02-06T17:50:05.560Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
17:50:05 [2024-02-06T17:50:05.560Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
17:50:05 [2024-02-06T17:50:05.560Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
17:50:05 [2024-02-06T17:50:05.560Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
17:50:05 [2024-02-06T17:50:05.560Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
17:50:05 [2024-02-06T17:50:05.560Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
17:50:05 [2024-02-06T17:50:05.560Z] ok  	github.com/docker/docker/libnetwork/config	0.011s	coverage: 10.3% of statements
17:50:05 [2024-02-06T17:50:05.560Z] ok  	github.com/docker/docker/libnetwork/datastore	0.004s	coverage: 38.8% of statements
17:50:05 [2024-02-06T17:50:05.560Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
17:50:05 [2024-02-06T17:50:05.560Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
17:50:05 [2024-02-06T17:50:05.560Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.003s	coverage: 68.9% of statements
17:50:05 [2024-02-06T17:50:05.560Z] ok  	github.com/docker/docker/libnetwork/drivers/bridge	4.257s	coverage: 63.0% of statements
17:50:05 [2024-02-06T17:50:05.560Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
17:50:05 [2024-02-06T17:50:05.560Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.002s	coverage: 40.0% of statements
17:50:06 [2024-02-06T17:50:06.482Z] ok  	github.com/docker/docker/libnetwork/drivers/ipvlan	0.975s	coverage: 5.1% of statements
17:50:06 [2024-02-06T17:50:06.482Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
17:50:07 [2024-02-06T17:50:07.040Z] ok  	github.com/docker/docker/libnetwork/drivers/macvlan	0.004s	coverage: 4.6% of statements
17:50:07 [2024-02-06T17:50:07.040Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
17:50:07 [2024-02-06T17:50:07.294Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.002s	coverage: 40.0% of statements
17:50:08 [2024-02-06T17:50:08.216Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay	0.011s	coverage: 1.4% of statements
17:50:08 [2024-02-06T17:50:08.470Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	0.004s	coverage: 45.0% of statements
17:50:08 [2024-02-06T17:50:08.724Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.004s	coverage: 62.7% of statements
17:50:09 [2024-02-06T17:50:09.282Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.012s	coverage: 57.2% of statements
17:50:09 [2024-02-06T17:50:09.282Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
17:50:09 [2024-02-06T17:50:09.282Z] ?   	github.com/docker/docker/libnetwork/drivers/windows	[no test files]
17:50:09 [2024-02-06T17:50:09.282Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
17:50:09 [2024-02-06T17:50:09.536Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.019s	coverage: 87.0% of statements
17:50:09 [2024-02-06T17:50:09.790Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.018s	coverage: 82.1% of statements
17:50:10 [2024-02-06T17:50:10.044Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.002s	coverage: 100.0% of statements
17:50:10 [2024-02-06T17:50:10.044Z] ?   	github.com/docker/docker/libnetwork/internal/kvstore	[no test files]
17:50:10 [2024-02-06T17:50:10.044Z] ?   	github.com/docker/docker/libnetwork/internal/kvstore/boltdb	[no test files]
17:50:10 [2024-02-06T17:50:10.044Z] ?   	github.com/docker/docker/libnetwork/internal/netiputil	[no test files]
17:50:22 [2024-02-06T17:50:22.188Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.003s	coverage: 100.0% of statements
17:50:24 [2024-02-06T17:50:24.069Z] ok  	github.com/docker/docker/libnetwork/ipam	3.080s	coverage: 80.3% of statements
17:50:24 [2024-02-06T17:50:24.069Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
17:50:24 [2024-02-06T17:50:24.069Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
17:50:24 [2024-02-06T17:50:24.069Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.002s	coverage: 63.2% of statements
17:50:24 [2024-02-06T17:50:24.323Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.008s	coverage: 48.7% of statements
17:50:24 [2024-02-06T17:50:24.323Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
17:50:24 [2024-02-06T17:50:24.577Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.002s	coverage: 80.0% of statements
17:50:25 [2024-02-06T17:50:25.136Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.308s	coverage: 86.4% of statements
17:50:25 [2024-02-06T17:50:25.390Z] ok  	github.com/docker/docker/libnetwork/ipbits	0.002s	coverage: 100.0% of statements
17:50:25 [2024-02-06T17:50:25.949Z] ok  	github.com/docker/docker/libnetwork/iptables	0.210s	coverage: 39.9% of statements
17:50:25 [2024-02-06T17:50:25.949Z] ?   	github.com/docker/docker/libnetwork/netlabel	[no test files]
17:50:26 [2024-02-06T17:50:26.507Z] ok  	github.com/docker/docker/libnetwork/netutils	0.018s	coverage: 50.6% of statements
17:52:17 [2024-02-06T17:52:17.845Z] time="2024-02-06T17:52:10Z" level=warning msg="memberlist: Failed to send ack: write udp [::]:10037->172.17.0.2:10036: use of closed network connection from=172.17.0.2:10036"
17:52:17 [2024-02-06T17:52:17.845Z] ok  	github.com/docker/docker/libnetwork/networkdb	102.866s	coverage: 59.7% of statements
17:52:17 [2024-02-06T17:52:17.845Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
17:52:17 [2024-02-06T17:52:17.845Z] ok  	github.com/docker/docker/libnetwork/options	0.002s	coverage: 100.0% of statements
17:52:17 [2024-02-06T17:52:17.845Z] ok  	github.com/docker/docker/libnetwork/osl	4.368s	coverage: 37.8% of statements
17:52:17 [2024-02-06T17:52:17.845Z] ok  	github.com/docker/docker/libnetwork/osl/kernel	0.003s	coverage: 20.0% of statements
17:52:17 [2024-02-06T17:52:17.845Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.016s	coverage: 80.5% of statements
17:52:17 [2024-02-06T17:52:17.845Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.662s	coverage: 47.9% of statements
17:52:17 [2024-02-06T17:52:17.845Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.003s	coverage: 84.9% of statements
17:52:17 [2024-02-06T17:52:17.845Z] ?   	github.com/docker/docker/libnetwork/scope	[no test files]
17:52:17 [2024-02-06T17:52:17.845Z] ok  	github.com/docker/docker/libnetwork/types	0.003s	coverage: 41.7% of statements
17:52:17 [2024-02-06T17:52:17.845Z] 
17:52:17 [2024-02-06T17:52:17.845Z] === Skipped
17:52:17 [2024-02-06T17:52:17.845Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s)
17:52:17 [2024-02-06T17:52:17.845Z]     firewalld_test.go:29: cannot connect to D-bus system bus: dial unix /var/run/dbus/system_bus_socket: connect: no such file or directory
17:52:17 [2024-02-06T17:52:17.845Z] 
17:52:17 [2024-02-06T17:52:17.845Z] === SKIP: libnetwork/iptables TestPassthrough (0.00s)
17:52:17 [2024-02-06T17:52:17.845Z]     firewalld_test.go:88: cannot connect to D-bus system bus: dial unix /var/run/dbus/system_bus_socket: connect: no such file or directory
17:52:17 [2024-02-06T17:52:17.845Z] 
17:52:17 [2024-02-06T17:52:17.845Z] DONE 374 tests, 2 skipped in 188.419s
Post stage
[Pipeline] junit
17:52:18 [2024-02-06T17:52:18.410Z] Recording test results
17:52:18 [2024-02-06T17:52:18.554Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
17:52:18 [2024-02-06T17:52:18.886Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-47155/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr10 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=14503ccebda590c6315462bb2f391b2dde7bcc2b -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_INTEGRATION_USE_SNAPSHOTTER -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:14503ccebda590c6315462bb2f391b2dde7bcc2b hack/make.sh dynbinary test-integration
17:52:19 [2024-02-06T17:52:19.140Z] 
17:52:19 [2024-02-06T17:52:19.140Z] Removing bundles/
17:52:19 [2024-02-06T17:52:19.140Z] 
17:52:19 [2024-02-06T17:52:19.140Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
17:52:19 [2024-02-06T17:52:19.140Z] Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
17:52:19 [2024-02-06T17:52:19.140Z] + tee /go/src/github.com/docker/docker/go.mod
17:52:19 [2024-02-06T17:52:19.140Z] module github.com/docker/docker
17:52:19 [2024-02-06T17:52:19.140Z] 
17:52:19 [2024-02-06T17:52:19.140Z] go 1.20
17:52:19 [2024-02-06T17:52:19.140Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT
17:52:19 [2024-02-06T17:52:19.140Z] + GO111MODULE=on
17:52:19 [2024-02-06T17:52:19.140Z] + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/dockerd -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=dev" -X "github.com/docker/docker/dockerversion.GitCommit=14503ccebda590c6315462bb2f391b2dde7bcc2b" -X "github.com/docker/docker/dockerversion.BuildTime=2024-02-06T17:52:18.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=" -X "github.com/docker/docker/dockerversion.ProductName=" -X "github.com/docker/docker/dockerversion.DefaultProductLicense="   ' -gcflags= github.com/docker/docker/cmd/dockerd
17:52:57 [2024-02-06T17:52:57.772Z] + rm -f /go/src/github.com/docker/docker/go.mod
17:52:57 [2024-02-06T17:52:57.772Z] Created binary: bundles/dynbinary-daemon/dockerd
17:52:57 [2024-02-06T17:52:57.772Z] Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
17:52:57 [2024-02-06T17:52:57.772Z] + tee /go/src/github.com/docker/docker/go.mod
17:52:57 [2024-02-06T17:52:57.772Z] module github.com/docker/docker
17:52:57 [2024-02-06T17:52:57.772Z] 
17:52:57 [2024-02-06T17:52:57.772Z] go 1.20
17:52:57 [2024-02-06T17:52:57.772Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT
17:52:57 [2024-02-06T17:52:57.772Z] + GO111MODULE=on
17:52:57 [2024-02-06T17:52:57.772Z] + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/docker-proxy -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=dev" -X "github.com/docker/docker/dockerversion.GitCommit=14503ccebda590c6315462bb2f391b2dde7bcc2b" -X "github.com/docker/docker/dockerversion.BuildTime=2024-02-06T17:52:18.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=" -X "github.com/docker/docker/dockerversion.ProductName=" -X "github.com/docker/docker/dockerversion.DefaultProductLicense="   ' -gcflags= github.com/docker/docker/cmd/docker-proxy
17:52:57 [2024-02-06T17:52:57.772Z] + rm -f /go/src/github.com/docker/docker/go.mod
17:52:57 [2024-02-06T17:52:57.772Z] Created binary: bundles/dynbinary-daemon/docker-proxy
17:52:57 [2024-02-06T17:52:57.772Z] 
17:52:57 [2024-02-06T17:52:57.772Z] ---> Making bundle: test-integration (in bundles/test-integration)
17:52:57 [2024-02-06T17:52:57.772Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
17:52:57 [2024-02-06T17:52:57.772Z] HOSTNAME=8e1952c591ba
17:52:57 [2024-02-06T17:52:57.772Z] TESTDEBUG=0
17:52:57 [2024-02-06T17:52:57.772Z] DEST=bundles/test-integration
17:52:57 [2024-02-06T17:52:57.772Z] PWD=/go/src/github.com/docker/docker
17:52:57 [2024-02-06T17:52:57.772Z] CONTAINERD_ADDRESS=/run/docker/containerd/containerd.sock
17:52:57 [2024-02-06T17:52:57.772Z] DOCKER_GITCOMMIT=14503ccebda590c6315462bb2f391b2dde7bcc2b
17:52:57 [2024-02-06T17:52:57.772Z] container=docker
17:52:57 [2024-02-06T17:52:57.772Z] HOME=/root
17:52:57 [2024-02-06T17:52:57.772Z] CONTAINERD_NAMESPACE=moby
17:52:57 [2024-02-06T17:52:57.772Z] GOLANG_VERSION=1.21.6
17:52:57 [2024-02-06T17:52:57.772Z] VALIDATE_REPO=https://github.com/moby/moby.git
17:52:57 [2024-02-06T17:52:57.772Z] VALIDATE_BRANCH=master
17:52:57 [2024-02-06T17:52:57.772Z] TERM=xterm
17:52:57 [2024-02-06T17:52:57.772Z] DOCKER_PKG=github.com/docker/docker
17:52:57 [2024-02-06T17:52:57.772Z] TEST_CLIENT_BINARY=/usr/local/cli-integration/docker
17:52:57 [2024-02-06T17:52:57.772Z] SHLVL=1
17:52:57 [2024-02-06T17:52:57.772Z] TIMEOUT=120m
17:52:57 [2024-02-06T17:52:57.772Z] GOTOOLCHAIN=local
17:52:57 [2024-02-06T17:52:57.772Z] DOCKER_GRAPHDRIVER=overlay2
17:52:57 [2024-02-06T17:52:57.772Z] GO111MODULE=off
17:52:57 [2024-02-06T17:52:57.772Z] DOCKER_EXPERIMENTAL=1
17:52:57 [2024-02-06T17:52:57.772Z] TEST_SKIP_INTEGRATION_CLI=1
17:52:57 [2024-02-06T17:52:57.772Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
17:52:57 [2024-02-06T17:52:57.772Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
17:52:57 [2024-02-06T17:52:57.772Z] GOPATH=/go
17:52:57 [2024-02-06T17:52:57.772Z] PKG_CONFIG=pkg-config
17:52:57 [2024-02-06T17:52:57.772Z] _=/usr/bin/env
17:52:57 [2024-02-06T17:52:57.772Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
17:53:19 [2024-02-06T17:53:19.634Z] Building test suite binary /go/src/github.com/docker/docker/integration/capabilities/test.main
17:53:19 [2024-02-06T17:53:19.634Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
17:53:19 [2024-02-06T17:53:19.634Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
17:53:19 [2024-02-06T17:53:19.888Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
17:53:25 [2024-02-06T17:53:25.119Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
17:53:28 [2024-02-06T17:53:28.373Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
17:53:28 [2024-02-06T17:53:28.373Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
17:53:29 [2024-02-06T17:53:29.731Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
17:53:30 [2024-02-06T17:53:30.653Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
17:53:32 [2024-02-06T17:53:32.011Z] Building test suite binary /go/src/github.com/docker/docker/integration/networking/test.main
17:53:32 [2024-02-06T17:53:32.933Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
17:53:33 [2024-02-06T17:53:33.188Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
17:53:34 [2024-02-06T17:53:34.546Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
17:53:35 [2024-02-06T17:53:35.931Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
17:53:37 [2024-02-06T17:53:37.812Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
17:53:38 [2024-02-06T17:53:38.734Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
17:53:38 [2024-02-06T17:53:38.989Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
17:53:40 [2024-02-06T17:53:40.347Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
17:53:41 [2024-02-06T17:53:41.269Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
17:53:42 [2024-02-06T17:53:42.627Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
17:53:43 [2024-02-06T17:53:43.186Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
17:53:44 [2024-02-06T17:53:44.544Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
17:53:45 [2024-02-06T17:53:45.465Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
17:53:45 [2024-02-06T17:53:45.465Z] Using test binary /usr/local/cli-integration/docker
17:53:45 [2024-02-06T17:53:45.465Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
17:53:45 [2024-02-06T17:53:45.465Z] +++ /etc/init.d/apparmor start
17:53:45 [2024-02-06T17:53:45.465Z] Not: starting.
17:53:45 [2024-02-06T17:53:45.719Z] INFO: Waiting for daemon to start...
17:53:45 [2024-02-06T17:53:45.719Z] Starting dockerd
17:53:45 [2024-02-06T17:53:45.719Z] +++ exec dockerd --debug --host unix:///run/docker/tmp.LavPsooO9b/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental
17:53:48 [2024-02-06T17:53:48.972Z] .
17:53:48 [2024-02-06T17:53:48.972Z] Running integration-test (iteration 1)
17:53:48 [2024-02-06T17:53:48.972Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m  
17:53:48 [2024-02-06T17:53:48.972Z] ++ '[' -n '' ']'
17:53:48 [2024-02-06T17:53:48.972Z] ++ 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
17:53:48 [2024-02-06T17:53:48.972Z] ++ set -e
17:53:48 [2024-02-06T17:53:48.972Z] ++ '[' -n 0 ']'
17:53:48 [2024-02-06T17:53:48.972Z] ++ set -x
17:53:48 [2024-02-06T17:53:48.972Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.LavPsooO9b/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= 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
17:53:48 [2024-02-06T17:53:48.972Z] Loaded image: busybox:latest
17:53:48 [2024-02-06T17:53:48.972Z] Loaded image: busybox:glibc
17:53:49 [2024-02-06T17:53:49.530Z] Loaded image: debian:bookworm-slim
17:53:49 [2024-02-06T17:53:49.530Z] Loaded image: hello-world:latest
17:53:49 [2024-02-06T17:53:49.530Z] Loaded image: arm32v7/hello-world:latest
17:53:49 [2024-02-06T17:53:49.530Z] INFO: Testing against a local daemon
17:53:49 [2024-02-06T17:53:49.530Z] === RUN   TestCgroupNamespacesBuild
17:53:50 [2024-02-06T17:53:50.887Z] --- PASS: TestCgroupNamespacesBuild (1.09s)
17:53:50 [2024-02-06T17:53:50.887Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
17:53:51 [2024-02-06T17:53:51.809Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.05s)
17:53:51 [2024-02-06T17:53:51.809Z] === RUN   TestBuildWithSession
17:53:51 [2024-02-06T17:53:51.809Z]     build_session_test.go:25: TODO: BuildKit
17:53:51 [2024-02-06T17:53:51.809Z] --- SKIP: TestBuildWithSession (0.00s)
17:53:51 [2024-02-06T17:53:51.809Z] === RUN   TestBuildSquashParent
17:53:55 [2024-02-06T17:53:55.064Z] --- PASS: TestBuildSquashParent (3.28s)
17:53:55 [2024-02-06T17:53:55.064Z] === RUN   TestBuildWithRemoveAndForceRemove
17:53:55 [2024-02-06T17:53:55.064Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
17:53:55 [2024-02-06T17:53:55.064Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
17:53:55 [2024-02-06T17:53:55.064Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
17:53:55 [2024-02-06T17:53:55.064Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
17:53:55 [2024-02-06T17:53:55.064Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
17:53:55 [2024-02-06T17:53:55.064Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
17:53:55 [2024-02-06T17:53:55.064Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
17:53:55 [2024-02-06T17:53:55.064Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
17:53:55 [2024-02-06T17:53:55.064Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
17:53:55 [2024-02-06T17:53:55.064Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
17:53:55 [2024-02-06T17:53:55.064Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
17:53:55 [2024-02-06T17:53:55.064Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
17:53:55 [2024-02-06T17:53:55.064Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
17:53:55 [2024-02-06T17:53:55.064Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
17:53:55 [2024-02-06T17:53:55.064Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
17:53:55 [2024-02-06T17:53:55.064Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
17:53:55 [2024-02-06T17:53:55.064Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
17:53:55 [2024-02-06T17:53:55.064Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
17:53:58 [2024-02-06T17:53:58.318Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.06s)
17:53:58 [2024-02-06T17:53:58.318Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.76s)
17:53:58 [2024-02-06T17:53:58.318Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.05s)
17:53:58 [2024-02-06T17:53:58.319Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.23s)
17:53:58 [2024-02-06T17:53:58.319Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.52s)
17:53:58 [2024-02-06T17:53:58.319Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.67s)
17:53:58 [2024-02-06T17:53:58.319Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.73s)
17:53:58 [2024-02-06T17:53:58.319Z] === RUN   TestBuildMultiStageCopy
17:53:58 [2024-02-06T17:53:58.319Z] === RUN   TestBuildMultiStageCopy/copy_to_root
17:53:58 [2024-02-06T17:53:58.877Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
17:53:58 [2024-02-06T17:53:58.877Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
17:53:58 [2024-02-06T17:53:58.877Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
17:53:59 [2024-02-06T17:53:59.131Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
17:53:59 [2024-02-06T17:53:59.131Z] --- PASS: TestBuildMultiStageCopy (1.44s)
17:53:59 [2024-02-06T17:53:59.131Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (0.96s)
17:53:59 [2024-02-06T17:53:59.131Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.09s)
17:53:59 [2024-02-06T17:53:59.131Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.10s)
17:53:59 [2024-02-06T17:53:59.131Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.11s)
17:53:59 [2024-02-06T17:53:59.131Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.14s)
17:53:59 [2024-02-06T17:53:59.131Z] === RUN   TestBuildMultiStageParentConfig
17:53:59 [2024-02-06T17:53:59.689Z] --- PASS: TestBuildMultiStageParentConfig (0.39s)
17:53:59 [2024-02-06T17:53:59.689Z] === RUN   TestBuildLabelWithTargets
17:54:00 [2024-02-06T17:54:00.247Z] --- PASS: TestBuildLabelWithTargets (0.58s)
17:54:00 [2024-02-06T17:54:00.247Z] === RUN   TestBuildWithEmptyLayers
17:54:00 [2024-02-06T17:54:00.247Z] --- PASS: TestBuildWithEmptyLayers (0.15s)
17:54:00 [2024-02-06T17:54:00.247Z] === RUN   TestBuildMultiStageOnBuild
17:54:01 [2024-02-06T17:54:01.605Z] --- PASS: TestBuildMultiStageOnBuild (1.09s)
17:54:01 [2024-02-06T17:54:01.605Z] === RUN   TestBuildUncleanTarFilenames
17:54:01 [2024-02-06T17:54:01.605Z] --- PASS: TestBuildUncleanTarFilenames (0.12s)
17:54:01 [2024-02-06T17:54:01.605Z] === RUN   TestBuildMultiStageLayerLeak
17:54:02 [2024-02-06T17:54:02.527Z] --- PASS: TestBuildMultiStageLayerLeak (0.94s)
17:54:02 [2024-02-06T17:54:02.527Z] === RUN   TestBuildWithHugeFile
17:54:49 [2024-02-06T17:54:49.109Z] --- PASS: TestBuildWithHugeFile (43.62s)
17:54:49 [2024-02-06T17:54:49.109Z] === RUN   TestBuildWCOWSandboxSize
17:54:49 [2024-02-06T17:54:49.109Z]     build_test.go:531: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
17:54:49 [2024-02-06T17:54:49.109Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
17:54:49 [2024-02-06T17:54:49.109Z] === RUN   TestBuildWithEmptyDockerfile
17:54:49 [2024-02-06T17:54:49.109Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
17:54:49 [2024-02-06T17:54:49.109Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
17:54:49 [2024-02-06T17:54:49.109Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
17:54:49 [2024-02-06T17:54:49.109Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
17:54:49 [2024-02-06T17:54:49.109Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
17:54:49 [2024-02-06T17:54:49.109Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
17:54:49 [2024-02-06T17:54:49.109Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
17:54:49 [2024-02-06T17:54:49.109Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
17:54:49 [2024-02-06T17:54:49.109Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
17:54:49 [2024-02-06T17:54:49.109Z] --- PASS: TestBuildWithEmptyDockerfile (0.01s)
17:54:49 [2024-02-06T17:54:49.109Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s)
17:54:49 [2024-02-06T17:54:49.109Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s)
17:54:49 [2024-02-06T17:54:49.109Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s)
17:54:49 [2024-02-06T17:54:49.109Z] === RUN   TestBuildPreserveOwnership
17:54:49 [2024-02-06T17:54:49.109Z] === RUN   TestBuildPreserveOwnership/copy_from
17:54:49 [2024-02-06T17:54:49.109Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
17:54:49 [2024-02-06T17:54:49.109Z] --- PASS: TestBuildPreserveOwnership (2.00s)
17:54:49 [2024-02-06T17:54:49.109Z]     --- PASS: TestBuildPreserveOwnership/copy_from (1.40s)
17:54:49 [2024-02-06T17:54:49.109Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.59s)
17:54:49 [2024-02-06T17:54:49.109Z] === RUN   TestBuildPlatformInvalid
17:54:49 [2024-02-06T17:54:49.109Z] --- PASS: TestBuildPlatformInvalid (0.01s)
17:54:49 [2024-02-06T17:54:49.109Z] === RUN   TestBuildkitHistoryTracePropagation
17:54:49 [2024-02-06T17:54:49.109Z] time="2024-02-06T17:54:48Z" level=info msg="[core] [Channel #1] Channel created" module=grpc
17:54:49 [2024-02-06T17:54:49.109Z] time="2024-02-06T17:54:48Z" level=info msg="[core] [Channel #1] original dial target is: \"unix:///run/buildkit/buildkitd.sock\"" module=grpc
17:54:49 [2024-02-06T17:54:49.109Z] time="2024-02-06T17:54:48Z" level=info msg="[core] [Channel #1] parsed dial target is: {URL:{Scheme:unix Opaque: User: Host: Path:/run/buildkit/buildkitd.sock RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}}" module=grpc
17:54:49 [2024-02-06T17:54:49.109Z] time="2024-02-06T17:54:48Z" level=info msg="[core] [Channel #1] Channel authority set to \"localhost\"" module=grpc
17:54:49 [2024-02-06T17:54:49.109Z] time="2024-02-06T17:54:48Z" level=info msg="[core] [Channel #1] Resolver state updated: {\n  \"Addresses\": [\n    {\n      \"Addr\": \"/run/buildkit/buildkitd.sock\",\n      \"ServerName\": \"\",\n      \"Attributes\": {\n        \"\\u003c%!p(networktype.keyType=grpc.internal.transport.networktype)\\u003e\": \"unix\"\n      },\n      \"BalancerAttributes\": null,\n      \"Metadata\": null\n    }\n  ],\n  \"Endpoints\": [\n    {\n      \"Addresses\": [\n        {\n          \"Addr\": \"/run/buildkit/buildkitd.sock\",\n          \"ServerName\": \"\",\n          \"Attributes\": {\n            \"\\u003c%!p(networktype.keyType=grpc.internal.transport.networktype)\\u003e\": \"unix\"\n          },\n          \"BalancerAttributes\": null,\n          \"Metadata\": null\n        }\n      ],\n      \"Attributes\": null\n    }\n  ],\n  \"ServiceConfig\": null,\n  \"Attributes\": null\n} (resolver returned new addresses)" module=grpc
17:54:49 [2024-02-06T17:54:49.109Z] time="2024-02-06T17:54:48Z" level=info msg="[core] [Channel #1] Channel switches to new LB policy \"pick_first\"" module=grpc
17:54:49 [2024-02-06T17:54:49.109Z] time="2024-02-06T17:54:48Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel created" module=grpc
17:54:49 [2024-02-06T17:54:49.109Z] time="2024-02-06T17:54:48Z" level=info msg="[core] [Channel #1] Channel Connectivity change to CONNECTING" module=grpc
17:54:49 [2024-02-06T17:54:49.109Z] time="2024-02-06T17:54:48Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to CONNECTING" module=grpc
17:54:49 [2024-02-06T17:54:49.109Z] time="2024-02-06T17:54:48Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel picks a new address \"/run/buildkit/buildkitd.sock\" to connect" module=grpc
17:54:49 [2024-02-06T17:54:49.109Z] time="2024-02-06T17:54:48Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to READY" module=grpc
17:54:49 [2024-02-06T17:54:49.109Z] time="2024-02-06T17:54:48Z" level=info msg="[core] [Channel #1] Channel Connectivity change to READY" module=grpc
17:54:49 [2024-02-06T17:54:49.109Z] time="2024-02-06T17:54:48Z" level=info msg="[core] [Server #4] Server created" module=grpc
17:54:49 [2024-02-06T17:54:49.109Z]     build_traces_test.go:84: Waiting for trace to be available
17:54:52 [2024-02-06T17:54:52.362Z] time="2024-02-06T17:54:52Z" level=info msg="[core] [Channel #1] Channel Connectivity change to SHUTDOWN" module=grpc
17:54:52 [2024-02-06T17:54:52.362Z] time="2024-02-06T17:54:52Z" level=info msg="[core] [Channel #1] ccBalancerWrapper: closing" module=grpc
17:54:52 [2024-02-06T17:54:52.362Z] time="2024-02-06T17:54:52Z" level=info msg="[core] [Channel #1] Closing the name resolver" module=grpc
17:54:52 [2024-02-06T17:54:52.362Z] time="2024-02-06T17:54:52Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to SHUTDOWN" module=grpc
17:54:52 [2024-02-06T17:54:52.362Z] time="2024-02-06T17:54:52Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel deleted" module=grpc
17:54:52 [2024-02-06T17:54:52.362Z] time="2024-02-06T17:54:52Z" level=info msg="[core] [Channel #1] Channel deleted" module=grpc
17:54:52 [2024-02-06T17:54:52.362Z] --- PASS: TestBuildkitHistoryTracePropagation (4.03s)
17:54:52 [2024-02-06T17:54:52.362Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
17:54:52 [2024-02-06T17:54:52.921Z] Loaded image: busybox:latest
17:54:52 [2024-02-06T17:54:52.921Z] Loaded image: busybox:glibc
17:54:53 [2024-02-06T17:54:53.843Z] Loaded image: debian:bookworm-slim
17:54:53 [2024-02-06T17:54:53.843Z] Loaded image: hello-world:latest
17:54:53 [2024-02-06T17:54:53.843Z] Loaded image: arm32v7/hello-world:latest
17:55:01 [2024-02-06T17:55:01.938Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.29s)
17:55:01 [2024-02-06T17:55:01.938Z] PASS
17:55:01 [2024-02-06T17:55:01.938Z] 
17:55:01 [2024-02-06T17:55:01.938Z] === Skipped
17:55:01 [2024-02-06T17:55:01.938Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s)
17:55:01 [2024-02-06T17:55:01.938Z]     build_session_test.go:25: TODO: BuildKit
17:55:01 [2024-02-06T17:55:01.938Z] 
17:55:01 [2024-02-06T17:55:01.938Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s)
17:55:01 [2024-02-06T17:55:01.938Z]     build_test.go:531: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
17:55:01 [2024-02-06T17:55:01.938Z] 
17:55:01 [2024-02-06T17:55:01.938Z] DONE 35 tests, 2 skipped in 73.091s
17:55:01 [2024-02-06T17:55:01.938Z] Running /go/src/github.com/docker/docker/integration/capabilities (arm64.integration.capabilities) flags=-test.v -test.timeout=120m  
17:55:01 [2024-02-06T17:55:01.938Z] ++ '[' -n '' ']'
17:55:01 [2024-02-06T17:55:01.938Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-capabilities-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-capabilities-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.capabilities -t ./test.main -test.v -test.timeout=120m
17:55:01 [2024-02-06T17:55:01.938Z] ++ set -e
17:55:01 [2024-02-06T17:55:01.938Z] ++ '[' -n 0 ']'
17:55:01 [2024-02-06T17:55:01.938Z] ++ set -x
17:55:01 [2024-02-06T17:55:01.938Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.LavPsooO9b/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-capabilities-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-capabilities-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.capabilities -t ./test.main -test.v -test.timeout=120m
17:55:01 [2024-02-06T17:55:01.938Z] INFO: Testing against a local daemon
17:55:01 [2024-02-06T17:55:01.938Z] === RUN   TestNoNewPrivileges
17:55:10 [2024-02-06T17:55:10.004Z] === RUN   TestNoNewPrivileges/CapabilityRequested=true
17:55:10 [2024-02-06T17:55:10.562Z] === RUN   TestNoNewPrivileges/CapabilityRequested=false
17:55:10 [2024-02-06T17:55:10.817Z] --- PASS: TestNoNewPrivileges (9.36s)
17:55:10 [2024-02-06T17:55:10.817Z]     --- PASS: TestNoNewPrivileges/CapabilityRequested=true (0.38s)
17:55:10 [2024-02-06T17:55:10.817Z]     --- PASS: TestNoNewPrivileges/CapabilityRequested=false (0.36s)
17:55:10 [2024-02-06T17:55:10.817Z] PASS
17:55:10 [2024-02-06T17:55:10.817Z] 
17:55:10 [2024-02-06T17:55:10.817Z] DONE 3 tests in 9.389s
17:55:10 [2024-02-06T17:55:10.817Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m  
17:55:10 [2024-02-06T17:55:10.817Z] ++ '[' -n '' ']'
17:55:10 [2024-02-06T17:55:10.817Z] ++ 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
17:55:10 [2024-02-06T17:55:10.817Z] ++ set -e
17:55:10 [2024-02-06T17:55:10.817Z] ++ '[' -n 0 ']'
17:55:10 [2024-02-06T17:55:10.817Z] ++ set -x
17:55:10 [2024-02-06T17:55:10.817Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.LavPsooO9b/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= 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
17:55:10 [2024-02-06T17:55:10.817Z] INFO: Testing against a local daemon
17:55:10 [2024-02-06T17:55:10.817Z] === RUN   TestConfigInspect
17:55:13 [2024-02-06T17:55:13.322Z] --- PASS: TestConfigInspect (1.91s)
17:55:13 [2024-02-06T17:55:13.322Z] === RUN   TestConfigList
17:55:13 [2024-02-06T17:55:13.881Z] === RUN   TestConfigList/test_filter_by_name
17:55:13 [2024-02-06T17:55:13.881Z] === RUN   TestConfigList/test_filter_by_id
17:55:13 [2024-02-06T17:55:13.881Z] === RUN   TestConfigList/test_filter_by_label_key_only
17:55:13 [2024-02-06T17:55:13.881Z] === RUN   TestConfigList/test_filter_by_label_key=value_test0-TestConfigList
17:55:13 [2024-02-06T17:55:13.881Z] === RUN   TestConfigList/test_filter_by_label_key=value_test1-TestConfigList
17:55:14 [2024-02-06T17:55:14.803Z] --- PASS: TestConfigList (1.89s)
17:55:14 [2024-02-06T17:55:14.803Z]     --- PASS: TestConfigList/test_filter_by_name (0.00s)
17:55:14 [2024-02-06T17:55:14.803Z]     --- PASS: TestConfigList/test_filter_by_id (0.00s)
17:55:14 [2024-02-06T17:55:14.803Z]     --- PASS: TestConfigList/test_filter_by_label_key_only (0.00s)
17:55:14 [2024-02-06T17:55:14.803Z]     --- PASS: TestConfigList/test_filter_by_label_key=value_test0-TestConfigList (0.00s)
17:55:14 [2024-02-06T17:55:14.803Z]     --- PASS: TestConfigList/test_filter_by_label_key=value_test1-TestConfigList (0.00s)
17:55:14 [2024-02-06T17:55:14.803Z] === RUN   TestConfigsCreateAndDelete
17:55:16 [2024-02-06T17:55:16.683Z] --- PASS: TestConfigsCreateAndDelete (1.86s)
17:55:16 [2024-02-06T17:55:16.683Z] === RUN   TestConfigsUpdate
17:55:18 [2024-02-06T17:55:18.563Z] --- PASS: TestConfigsUpdate (1.93s)
17:55:18 [2024-02-06T17:55:18.563Z] === RUN   TestTemplatedConfig
17:55:21 [2024-02-06T17:55:21.067Z] --- PASS: TestTemplatedConfig (2.37s)
17:55:21 [2024-02-06T17:55:21.067Z] === RUN   TestConfigCreateResolve
17:55:22 [2024-02-06T17:55:22.947Z] --- PASS: TestConfigCreateResolve (1.99s)
17:55:22 [2024-02-06T17:55:22.947Z] PASS
17:55:22 [2024-02-06T17:55:22.947Z] 
17:55:22 [2024-02-06T17:55:22.947Z] DONE 11 tests in 11.977s
17:55:22 [2024-02-06T17:55:22.947Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m  
17:55:22 [2024-02-06T17:55:22.947Z] ++ '[' -n '' ']'
17:55:22 [2024-02-06T17:55:22.947Z] ++ 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
17:55:22 [2024-02-06T17:55:22.947Z] ++ set -e
17:55:22 [2024-02-06T17:55:22.947Z] ++ '[' -n 0 ']'
17:55:22 [2024-02-06T17:55:22.947Z] ++ set -x
17:55:22 [2024-02-06T17:55:22.947Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.LavPsooO9b/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= 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
17:55:22 [2024-02-06T17:55:22.947Z] INFO: Testing against a local daemon
17:55:22 [2024-02-06T17:55:22.947Z] === RUN   TestAttach
17:55:22 [2024-02-06T17:55:22.947Z] === RUN   TestAttach/without_TTY
17:55:22 [2024-02-06T17:55:22.947Z] === PAUSE TestAttach/without_TTY
17:55:22 [2024-02-06T17:55:22.947Z] === RUN   TestAttach/with_TTY
17:55:22 [2024-02-06T17:55:22.947Z] === PAUSE TestAttach/with_TTY
17:55:22 [2024-02-06T17:55:22.947Z] === CONT  TestAttach/without_TTY
17:55:22 [2024-02-06T17:55:22.947Z] === CONT  TestAttach/with_TTY
17:55:22 [2024-02-06T17:55:22.947Z] --- PASS: TestAttach (0.02s)
17:55:22 [2024-02-06T17:55:22.947Z]     --- PASS: TestAttach/without_TTY (0.05s)
17:55:22 [2024-02-06T17:55:22.947Z]     --- PASS: TestAttach/with_TTY (0.05s)
17:55:22 [2024-02-06T17:55:22.947Z] === RUN   TestCreateWithCDIDevices
17:55:24 [2024-02-06T17:55:24.304Z] --- PASS: TestCreateWithCDIDevices (1.01s)
17:55:24 [2024-02-06T17:55:24.304Z] === RUN   TestCDISpecDirsAreInSystemInfo
17:55:24 [2024-02-06T17:55:24.304Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_no_spec_dirs_specified_returns_default
17:55:24 [2024-02-06T17:55:24.558Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_specified_spec_dirs_are_returned
17:55:25 [2024-02-06T17:55:25.116Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_string_as_spec_dir_returns_empty_slice
17:55:25 [2024-02-06T17:55:25.674Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_config_option_returns_empty_slice
17:55:26 [2024-02-06T17:55:26.232Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_no_spec_dirs_specified_returns_empty_slice
17:55:26 [2024-02-06T17:55:26.486Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_specified_spec_dirs_returns_empty_slice
17:55:27 [2024-02-06T17:55:27.044Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_string_as_spec_dir_returns_empty_slice
17:55:27 [2024-02-06T17:55:27.601Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_config_option_returns_empty_slice
17:55:28 [2024-02-06T17:55:28.159Z] --- PASS: TestCDISpecDirsAreInSystemInfo (4.17s)
17:55:28 [2024-02-06T17:55:28.159Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_no_spec_dirs_specified_returns_default (0.52s)
17:55:28 [2024-02-06T17:55:28.159Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_specified_spec_dirs_are_returned (0.52s)
17:55:28 [2024-02-06T17:55:28.159Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_string_as_spec_dir_returns_empty_slice (0.52s)
17:55:28 [2024-02-06T17:55:28.159Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_config_option_returns_empty_slice (0.52s)
17:55:28 [2024-02-06T17:55:28.159Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_no_spec_dirs_specified_returns_empty_slice (0.52s)
17:55:28 [2024-02-06T17:55:28.159Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_specified_spec_dirs_returns_empty_slice (0.52s)
17:55:28 [2024-02-06T17:55:28.159Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_string_as_spec_dir_returns_empty_slice (0.52s)
17:55:28 [2024-02-06T17:55:28.159Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_config_option_returns_empty_slice (0.52s)
17:55:28 [2024-02-06T17:55:28.159Z] === RUN   TestCheckpoint
17:55:28 [2024-02-06T17:55:28.159Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
17:55:28 [2024-02-06T17:55:28.159Z] --- SKIP: TestCheckpoint (0.00s)
17:55:28 [2024-02-06T17:55:28.159Z] === RUN   TestContainerInvalidJSON
17:55:28 [2024-02-06T17:55:28.159Z] === RUN   TestContainerInvalidJSON/commit
17:55:28 [2024-02-06T17:55:28.159Z] === PAUSE TestContainerInvalidJSON/commit
17:55:28 [2024-02-06T17:55:28.159Z] === RUN   TestContainerInvalidJSON/containers/create
17:55:28 [2024-02-06T17:55:28.159Z] === PAUSE TestContainerInvalidJSON/containers/create
17:55:28 [2024-02-06T17:55:28.159Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
17:55:28 [2024-02-06T17:55:28.159Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
17:55:28 [2024-02-06T17:55:28.159Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
17:55:28 [2024-02-06T17:55:28.159Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
17:55:28 [2024-02-06T17:55:28.159Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
17:55:28 [2024-02-06T17:55:28.159Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
17:55:28 [2024-02-06T17:55:28.159Z] === CONT  TestContainerInvalidJSON/commit
17:55:28 [2024-02-06T17:55:28.159Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
17:55:28 [2024-02-06T17:55:28.159Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
17:55:28 [2024-02-06T17:55:28.159Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
17:55:28 [2024-02-06T17:55:28.159Z] === CONT  TestContainerInvalidJSON/containers/create
17:55:28 [2024-02-06T17:55:28.159Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
17:55:28 [2024-02-06T17:55:28.159Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
17:55:28 [2024-02-06T17:55:28.159Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
17:55:28 [2024-02-06T17:55:28.159Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
17:55:28 [2024-02-06T17:55:28.159Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
17:55:28 [2024-02-06T17:55:28.159Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
17:55:28 [2024-02-06T17:55:28.159Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
17:55:28 [2024-02-06T17:55:28.159Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
17:55:28 [2024-02-06T17:55:28.159Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
17:55:28 [2024-02-06T17:55:28.159Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
17:55:28 [2024-02-06T17:55:28.159Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
17:55:28 [2024-02-06T17:55:28.159Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
17:55:28 [2024-02-06T17:55:28.159Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
17:55:28 [2024-02-06T17:55:28.159Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
17:55:28 [2024-02-06T17:55:28.159Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
17:55:28 [2024-02-06T17:55:28.159Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
17:55:28 [2024-02-06T17:55:28.159Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
17:55:28 [2024-02-06T17:55:28.159Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
17:55:28 [2024-02-06T17:55:28.159Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
17:55:28 [2024-02-06T17:55:28.159Z] === RUN   TestContainerInvalidJSON/commit/empty_body
17:55:28 [2024-02-06T17:55:28.159Z] --- PASS: TestContainerInvalidJSON (0.01s)
17:55:28 [2024-02-06T17:55:28.159Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
17:55:28 [2024-02-06T17:55:28.159Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
17:55:28 [2024-02-06T17:55:28.159Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
17:55:28 [2024-02-06T17:55:28.159Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
17:55:28 [2024-02-06T17:55:28.159Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
17:55:28 [2024-02-06T17:55:28.159Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
17:55:28 [2024-02-06T17:55:28.159Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
17:55:28 [2024-02-06T17:55:28.159Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
17:55:28 [2024-02-06T17:55:28.159Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
17:55:28 [2024-02-06T17:55:28.159Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
17:55:28 [2024-02-06T17:55:28.159Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
17:55:28 [2024-02-06T17:55:28.159Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
17:55:28 [2024-02-06T17:55:28.159Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
17:55:28 [2024-02-06T17:55:28.159Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
17:55:28 [2024-02-06T17:55:28.159Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
17:55:28 [2024-02-06T17:55:28.159Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
17:55:28 [2024-02-06T17:55:28.159Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
17:55:28 [2024-02-06T17:55:28.159Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
17:55:28 [2024-02-06T17:55:28.159Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
17:55:28 [2024-02-06T17:55:28.159Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
17:55:28 [2024-02-06T17:55:28.159Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
17:55:28 [2024-02-06T17:55:28.159Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
17:55:28 [2024-02-06T17:55:28.159Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
17:55:28 [2024-02-06T17:55:28.159Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
17:55:28 [2024-02-06T17:55:28.159Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
17:55:28 [2024-02-06T17:55:28.159Z] === RUN   TestCopyFromContainerPathDoesNotExist
17:55:28 [2024-02-06T17:55:28.159Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.04s)
17:55:28 [2024-02-06T17:55:28.159Z] === RUN   TestCopyFromContainerPathIsNotDir
17:55:28 [2024-02-06T17:55:28.159Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s)
17:55:28 [2024-02-06T17:55:28.159Z] === RUN   TestCopyToContainerPathDoesNotExist
17:55:28 [2024-02-06T17:55:28.413Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s)
17:55:28 [2024-02-06T17:55:28.413Z] === RUN   TestCopyEmptyFile
17:55:28 [2024-02-06T17:55:28.413Z] --- PASS: TestCopyEmptyFile (0.05s)
17:55:28 [2024-02-06T17:55:28.413Z] === RUN   TestCopyToContainerPathIsNotDir
17:55:28 [2024-02-06T17:55:28.413Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s)
17:55:28 [2024-02-06T17:55:28.413Z] === RUN   TestCopyFromContainer
17:55:28 [2024-02-06T17:55:28.972Z] === RUN   TestCopyFromContainer//
17:55:28 [2024-02-06T17:55:28.972Z] === RUN   TestCopyFromContainer/.
17:55:28 [2024-02-06T17:55:28.972Z] === RUN   TestCopyFromContainer//.
17:55:28 [2024-02-06T17:55:28.972Z] === RUN   TestCopyFromContainer/./
17:55:28 [2024-02-06T17:55:28.972Z] === RUN   TestCopyFromContainer//./
17:55:28 [2024-02-06T17:55:28.972Z] === RUN   TestCopyFromContainer//bar/root
17:55:28 [2024-02-06T17:55:28.972Z] === RUN   TestCopyFromContainer//bar/root/
17:55:28 [2024-02-06T17:55:28.972Z] === RUN   TestCopyFromContainer//bar/root/.
17:55:28 [2024-02-06T17:55:28.972Z] === RUN   TestCopyFromContainer/bar/quux
17:55:28 [2024-02-06T17:55:28.972Z] === RUN   TestCopyFromContainer/bar/quux/
17:55:28 [2024-02-06T17:55:28.972Z] === RUN   TestCopyFromContainer/bar/quux/.
17:55:28 [2024-02-06T17:55:28.972Z] === RUN   TestCopyFromContainer/bar/quux/baz
17:55:28 [2024-02-06T17:55:28.972Z] === RUN   TestCopyFromContainer/bar/filesymlink
17:55:28 [2024-02-06T17:55:28.972Z] === RUN   TestCopyFromContainer/bar/dirsymlink
17:55:28 [2024-02-06T17:55:28.972Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
17:55:28 [2024-02-06T17:55:28.972Z] === RUN   TestCopyFromContainer/bar/dirsymlink/.
17:55:29 [2024-02-06T17:55:29.226Z] === RUN   TestCopyFromContainer/bar/notarget
17:55:29 [2024-02-06T17:55:29.226Z] --- PASS: TestCopyFromContainer (0.72s)
17:55:29 [2024-02-06T17:55:29.226Z]     --- PASS: TestCopyFromContainer// (0.01s)
17:55:29 [2024-02-06T17:55:29.226Z]     --- PASS: TestCopyFromContainer/. (0.01s)
17:55:29 [2024-02-06T17:55:29.226Z]     --- PASS: TestCopyFromContainer//. (0.01s)
17:55:29 [2024-02-06T17:55:29.226Z]     --- PASS: TestCopyFromContainer/./ (0.01s)
17:55:29 [2024-02-06T17:55:29.226Z]     --- PASS: TestCopyFromContainer//./ (0.01s)
17:55:29 [2024-02-06T17:55:29.226Z]     --- PASS: TestCopyFromContainer//bar/root (0.01s)
17:55:29 [2024-02-06T17:55:29.226Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.01s)
17:55:29 [2024-02-06T17:55:29.226Z]     --- PASS: TestCopyFromContainer//bar/root/. (0.01s)
17:55:29 [2024-02-06T17:55:29.226Z]     --- PASS: TestCopyFromContainer/bar/quux (0.01s)
17:55:29 [2024-02-06T17:55:29.226Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.00s)
17:55:29 [2024-02-06T17:55:29.226Z]     --- PASS: TestCopyFromContainer/bar/quux/. (0.00s)
17:55:29 [2024-02-06T17:55:29.226Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.00s)
17:55:29 [2024-02-06T17:55:29.226Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.00s)
17:55:29 [2024-02-06T17:55:29.226Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.00s)
17:55:29 [2024-02-06T17:55:29.226Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.00s)
17:55:29 [2024-02-06T17:55:29.226Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/. (0.00s)
17:55:29 [2024-02-06T17:55:29.226Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.01s)
17:55:29 [2024-02-06T17:55:29.226Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
17:55:29 [2024-02-06T17:55:29.226Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
17:55:29 [2024-02-06T17:55:29.226Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
17:55:29 [2024-02-06T17:55:29.226Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
17:55:29 [2024-02-06T17:55:29.226Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
17:55:29 [2024-02-06T17:55:29.226Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
17:55:29 [2024-02-06T17:55:29.226Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
17:55:29 [2024-02-06T17:55:29.226Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
17:55:29 [2024-02-06T17:55:29.226Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
17:55:29 [2024-02-06T17:55:29.226Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
17:55:29 [2024-02-06T17:55:29.226Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
17:55:29 [2024-02-06T17:55:29.226Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
17:55:29 [2024-02-06T17:55:29.226Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
17:55:29 [2024-02-06T17:55:29.226Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
17:55:29 [2024-02-06T17:55:29.226Z] === RUN   TestCreateLinkToNonExistingContainer
17:55:29 [2024-02-06T17:55:29.226Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s)
17:55:29 [2024-02-06T17:55:29.226Z] === RUN   TestCreateWithInvalidEnv
17:55:29 [2024-02-06T17:55:29.226Z] === RUN   TestCreateWithInvalidEnv/0
17:55:29 [2024-02-06T17:55:29.226Z] === PAUSE TestCreateWithInvalidEnv/0
17:55:29 [2024-02-06T17:55:29.226Z] === RUN   TestCreateWithInvalidEnv/1
17:55:29 [2024-02-06T17:55:29.226Z] === PAUSE TestCreateWithInvalidEnv/1
17:55:29 [2024-02-06T17:55:29.226Z] === RUN   TestCreateWithInvalidEnv/2
17:55:29 [2024-02-06T17:55:29.226Z] === PAUSE TestCreateWithInvalidEnv/2
17:55:29 [2024-02-06T17:55:29.226Z] === CONT  TestCreateWithInvalidEnv/0
17:55:29 [2024-02-06T17:55:29.226Z] === CONT  TestCreateWithInvalidEnv/2
17:55:29 [2024-02-06T17:55:29.226Z] === CONT  TestCreateWithInvalidEnv/1
17:55:29 [2024-02-06T17:55:29.226Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
17:55:29 [2024-02-06T17:55:29.226Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
17:55:29 [2024-02-06T17:55:29.226Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
17:55:29 [2024-02-06T17:55:29.226Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
17:55:29 [2024-02-06T17:55:29.226Z] === RUN   TestCreateTmpfsMountsTarget
17:55:29 [2024-02-06T17:55:29.226Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
17:55:29 [2024-02-06T17:55:29.226Z] === RUN   TestCreateWithCustomMaskedPaths
17:55:30 [2024-02-06T17:55:30.584Z] --- PASS: TestCreateWithCustomMaskedPaths (1.14s)
17:55:30 [2024-02-06T17:55:30.584Z] === RUN   TestCreateWithCustomReadonlyPaths
17:55:31 [2024-02-06T17:55:31.506Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.11s)
17:55:31 [2024-02-06T17:55:31.506Z] === RUN   TestCreateWithInvalidHealthcheckParams
17:55:31 [2024-02-06T17:55:31.506Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
17:55:31 [2024-02-06T17:55:31.506Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
17:55:31 [2024-02-06T17:55:31.506Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
17:55:31 [2024-02-06T17:55:31.506Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
17:55:31 [2024-02-06T17:55:31.506Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
17:55:31 [2024-02-06T17:55:31.506Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
17:55:31 [2024-02-06T17:55:31.506Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
17:55:31 [2024-02-06T17:55:31.506Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
17:55:31 [2024-02-06T17:55:31.506Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
17:55:31 [2024-02-06T17:55:31.506Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
17:55:31 [2024-02-06T17:55:31.506Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms
17:55:31 [2024-02-06T17:55:31.506Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms
17:55:31 [2024-02-06T17:55:31.506Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
17:55:31 [2024-02-06T17:55:31.506Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
17:55:31 [2024-02-06T17:55:31.506Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms
17:55:31 [2024-02-06T17:55:31.506Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
17:55:31 [2024-02-06T17:55:31.506Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
17:55:31 [2024-02-06T17:55:31.506Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
17:55:31 [2024-02-06T17:55:31.506Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
17:55:31 [2024-02-06T17:55:31.506Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.00s)
17:55:31 [2024-02-06T17:55:31.506Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s)
17:55:31 [2024-02-06T17:55:31.506Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.00s)
17:55:31 [2024-02-06T17:55:31.506Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.00s)
17:55:31 [2024-02-06T17:55:31.506Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s)
17:55:31 [2024-02-06T17:55:31.506Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms (0.00s)
17:55:31 [2024-02-06T17:55:31.506Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
17:55:31 [2024-02-06T17:55:31.760Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.38s)
17:55:31 [2024-02-06T17:55:31.760Z] === RUN   TestCreateDifferentPlatform
17:55:31 [2024-02-06T17:55:31.760Z] === RUN   TestCreateDifferentPlatform/different_os
17:55:31 [2024-02-06T17:55:31.760Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
17:55:31 [2024-02-06T17:55:31.760Z] --- PASS: TestCreateDifferentPlatform (0.01s)
17:55:31 [2024-02-06T17:55:31.760Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
17:55:31 [2024-02-06T17:55:31.760Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
17:55:31 [2024-02-06T17:55:31.760Z] === RUN   TestCreateVolumesFromNonExistingContainer
17:55:31 [2024-02-06T17:55:31.760Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s)
17:55:31 [2024-02-06T17:55:31.760Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
17:55:32 [2024-02-06T17:55:32.014Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s)
17:55:32 [2024-02-06T17:55:32.014Z] === RUN   TestCreateInvalidHostConfig
17:55:32 [2024-02-06T17:55:32.014Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
17:55:32 [2024-02-06T17:55:32.014Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
17:55:32 [2024-02-06T17:55:32.014Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
17:55:32 [2024-02-06T17:55:32.014Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
17:55:32 [2024-02-06T17:55:32.014Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
17:55:32 [2024-02-06T17:55:32.014Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
17:55:32 [2024-02-06T17:55:32.014Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
17:55:32 [2024-02-06T17:55:32.014Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
17:55:32 [2024-02-06T17:55:32.014Z] === RUN   TestCreateInvalidHostConfig/invalid_Annotations
17:55:32 [2024-02-06T17:55:32.014Z] === PAUSE TestCreateInvalidHostConfig/invalid_Annotations
17:55:32 [2024-02-06T17:55:32.014Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
17:55:32 [2024-02-06T17:55:32.014Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
17:55:32 [2024-02-06T17:55:32.014Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
17:55:32 [2024-02-06T17:55:32.014Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
17:55:32 [2024-02-06T17:55:32.014Z] === CONT  TestCreateInvalidHostConfig/invalid_Annotations
17:55:32 [2024-02-06T17:55:32.014Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
17:55:32 [2024-02-06T17:55:32.014Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
17:55:32 [2024-02-06T17:55:32.014Z]     --- PASS: TestCreateInvalidHostConfig/invalid_Annotations (0.00s)
17:55:32 [2024-02-06T17:55:32.014Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
17:55:32 [2024-02-06T17:55:32.014Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
17:55:32 [2024-02-06T17:55:32.014Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
17:55:32 [2024-02-06T17:55:32.014Z] === RUN   TestCreateWithMultipleEndpointSettings
17:55:32 [2024-02-06T17:55:32.014Z] === RUN   TestCreateWithMultipleEndpointSettings/with_API_v1.44
17:55:32 [2024-02-06T17:55:32.014Z] === RUN   TestCreateWithMultipleEndpointSettings/with_API_v1.43
17:55:32 [2024-02-06T17:55:32.014Z] --- PASS: TestCreateWithMultipleEndpointSettings (0.05s)
17:55:32 [2024-02-06T17:55:32.014Z]     --- PASS: TestCreateWithMultipleEndpointSettings/with_API_v1.44 (0.03s)
17:55:32 [2024-02-06T17:55:32.014Z]     --- PASS: TestCreateWithMultipleEndpointSettings/with_API_v1.43 (0.00s)
17:55:32 [2024-02-06T17:55:32.014Z] === RUN   TestCreateWithCustomMACs
17:55:32 [2024-02-06T17:55:32.571Z] --- PASS: TestCreateWithCustomMACs (0.50s)
17:55:32 [2024-02-06T17:55:32.571Z] === RUN   TestContainerStartOnDaemonRestart
17:55:32 [2024-02-06T17:55:32.571Z] === PAUSE TestContainerStartOnDaemonRestart
17:55:32 [2024-02-06T17:55:32.571Z] === RUN   TestDaemonRestartIpcMode
17:55:32 [2024-02-06T17:55:32.571Z] === PAUSE TestDaemonRestartIpcMode
17:55:32 [2024-02-06T17:55:32.571Z] === RUN   TestDaemonHostGatewayIP
17:55:32 [2024-02-06T17:55:32.571Z] === PAUSE TestDaemonHostGatewayIP
17:55:32 [2024-02-06T17:55:32.571Z] === RUN   TestRestartDaemonWithRestartingContainer
17:55:32 [2024-02-06T17:55:32.571Z] === PAUSE TestRestartDaemonWithRestartingContainer
17:55:32 [2024-02-06T17:55:32.571Z] === RUN   TestHardRestartWhenContainerIsRunning
17:55:32 [2024-02-06T17:55:32.571Z] === PAUSE TestHardRestartWhenContainerIsRunning
17:55:32 [2024-02-06T17:55:32.571Z] === RUN   TestContainerKillOnDaemonStart
17:55:32 [2024-02-06T17:55:32.571Z] === PAUSE TestContainerKillOnDaemonStart
17:55:32 [2024-02-06T17:55:32.571Z] === RUN   TestDiff
17:55:32 [2024-02-06T17:55:32.826Z] --- PASS: TestDiff (0.39s)
17:55:32 [2024-02-06T17:55:32.826Z] === RUN   TestDiffStoppedContainer
17:55:33 [2024-02-06T17:55:33.384Z] --- PASS: TestDiffStoppedContainer (0.41s)
17:55:33 [2024-02-06T17:55:33.384Z] === RUN   TestExecConsoleSize
17:55:33 [2024-02-06T17:55:33.638Z] --- PASS: TestExecConsoleSize (0.43s)
17:55:33 [2024-02-06T17:55:33.638Z] === RUN   TestExecWithCloseStdin
17:55:34 [2024-02-06T17:55:34.196Z] --- PASS: TestExecWithCloseStdin (0.42s)
17:55:34 [2024-02-06T17:55:34.196Z] === RUN   TestExec
17:55:34 [2024-02-06T17:55:34.450Z] --- PASS: TestExec (0.41s)
17:55:34 [2024-02-06T17:55:34.450Z] === RUN   TestExecUser
17:55:35 [2024-02-06T17:55:35.008Z] --- PASS: TestExecUser (0.46s)
17:55:35 [2024-02-06T17:55:35.008Z] === RUN   TestExecWithGroupAdd
17:55:35 [2024-02-06T17:55:35.566Z] --- PASS: TestExecWithGroupAdd (0.46s)
17:55:35 [2024-02-06T17:55:35.566Z] === RUN   TestExportContainerAndImportImage
17:55:35 [2024-02-06T17:55:35.821Z] --- PASS: TestExportContainerAndImportImage (0.40s)
17:55:35 [2024-02-06T17:55:35.821Z] === RUN   TestExportContainerAfterDaemonRestart
17:55:42 [2024-02-06T17:55:42.381Z] --- PASS: TestExportContainerAfterDaemonRestart (6.14s)
17:55:42 [2024-02-06T17:55:42.381Z] === RUN   TestHealthCheckWorkdir
17:55:42 [2024-02-06T17:55:42.635Z] --- PASS: TestHealthCheckWorkdir (0.62s)
17:55:42 [2024-02-06T17:55:42.635Z] === RUN   TestHealthKillContainer
17:55:50 [2024-02-06T17:55:50.699Z] --- PASS: TestHealthKillContainer (7.70s)
17:55:50 [2024-02-06T17:55:50.699Z] === RUN   TestHealthCheckProcessKilled
17:55:50 [2024-02-06T17:55:50.953Z] --- PASS: TestHealthCheckProcessKilled (0.56s)
17:55:50 [2024-02-06T17:55:50.953Z] === RUN   TestHealthStartInterval
17:55:52 [2024-02-06T17:55:52.310Z]     health_test.go:141: &{2024-02-06 17:55:51.930076753 +0000 UTC 2024-02-06 17:55:51.96145236 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
17:55:52 [2024-02-06T17:55:52.310Z]         }
17:55:52 [2024-02-06T17:55:52.310Z]     health_test.go:141: &{2024-02-06 17:55:51.930076753 +0000 UTC 2024-02-06 17:55:51.96145236 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
17:55:52 [2024-02-06T17:55:52.310Z]         }
17:55:52 [2024-02-06T17:55:52.310Z]     health_test.go:141: &{2024-02-06 17:55:51.930076753 +0000 UTC 2024-02-06 17:55:51.96145236 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
17:55:52 [2024-02-06T17:55:52.310Z]         }
17:55:52 [2024-02-06T17:55:52.564Z]     health_test.go:141: &{2024-02-06 17:55:51.930076753 +0000 UTC 2024-02-06 17:55:51.96145236 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
17:55:52 [2024-02-06T17:55:52.564Z]         }
17:55:52 [2024-02-06T17:55:52.564Z]     health_test.go:141: &{2024-02-06 17:55:51.930076753 +0000 UTC 2024-02-06 17:55:51.96145236 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
17:55:52 [2024-02-06T17:55:52.564Z]         }
17:55:52 [2024-02-06T17:55:52.564Z]     health_test.go:141: &{2024-02-06 17:55:51.930076753 +0000 UTC 2024-02-06 17:55:51.96145236 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
17:55:52 [2024-02-06T17:55:52.564Z]         }
17:55:52 [2024-02-06T17:55:52.818Z]     health_test.go:141: &{2024-02-06 17:55:51.930076753 +0000 UTC 2024-02-06 17:55:51.96145236 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
17:55:52 [2024-02-06T17:55:52.818Z]         }
17:55:52 [2024-02-06T17:55:52.818Z]     health_test.go:141: &{2024-02-06 17:55:51.930076753 +0000 UTC 2024-02-06 17:55:51.96145236 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
17:55:52 [2024-02-06T17:55:52.818Z]         }
17:55:53 [2024-02-06T17:55:53.072Z]     health_test.go:141: &{2024-02-06 17:55:51.930076753 +0000 UTC 2024-02-06 17:55:51.96145236 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
17:55:53 [2024-02-06T17:55:53.072Z]         }
17:55:53 [2024-02-06T17:55:53.072Z]     health_test.go:141: &{2024-02-06 17:55:51.930076753 +0000 UTC 2024-02-06 17:55:51.96145236 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
17:55:53 [2024-02-06T17:55:53.072Z]         }
17:55:53 [2024-02-06T17:55:53.072Z]     health_test.go:141: &{2024-02-06 17:55:52.962765677 +0000 UTC 2024-02-06 17:55:52.990869112 +0000 UTC 1 2}
17:55:53 [2024-02-06T17:55:53.325Z]     health_test.go:141: &{2024-02-06 17:55:52.962765677 +0000 UTC 2024-02-06 17:55:52.990869112 +0000 UTC 1 2}
17:55:53 [2024-02-06T17:55:53.325Z]     health_test.go:141: &{2024-02-06 17:55:52.962765677 +0000 UTC 2024-02-06 17:55:52.990869112 +0000 UTC 1 2}
17:55:53 [2024-02-06T17:55:53.579Z]     health_test.go:141: &{2024-02-06 17:55:52.962765677 +0000 UTC 2024-02-06 17:55:52.990869112 +0000 UTC 1 2}
17:55:53 [2024-02-06T17:55:53.579Z]     health_test.go:141: &{2024-02-06 17:55:52.962765677 +0000 UTC 2024-02-06 17:55:52.990869112 +0000 UTC 1 2}
17:55:53 [2024-02-06T17:55:53.579Z]     health_test.go:141: &{2024-02-06 17:55:52.962765677 +0000 UTC 2024-02-06 17:55:52.990869112 +0000 UTC 1 2}
17:55:53 [2024-02-06T17:55:53.833Z]     health_test.go:141: &{2024-02-06 17:55:52.962765677 +0000 UTC 2024-02-06 17:55:52.990869112 +0000 UTC 1 2}
17:55:53 [2024-02-06T17:55:53.833Z]     health_test.go:141: &{2024-02-06 17:55:52.962765677 +0000 UTC 2024-02-06 17:55:52.990869112 +0000 UTC 1 2}
17:55:54 [2024-02-06T17:55:54.086Z]     health_test.go:141: &{2024-02-06 17:55:52.962765677 +0000 UTC 2024-02-06 17:55:52.990869112 +0000 UTC 1 2}
17:55:54 [2024-02-06T17:55:54.087Z]     health_test.go:141: &{2024-02-06 17:55:52.962765677 +0000 UTC 2024-02-06 17:55:52.990869112 +0000 UTC 1 2}
17:55:54 [2024-02-06T17:55:54.087Z]     health_test.go:169: 1.029243821s
17:55:55 [2024-02-06T17:55:55.444Z]     health_test.go:169: 1.029243821s
17:55:56 [2024-02-06T17:55:56.365Z]     health_test.go:169: 1.029243821s
17:55:57 [2024-02-06T17:55:57.287Z]     health_test.go:169: 1.029243821s
17:55:58 [2024-02-06T17:55:58.209Z]     health_test.go:169: 1.029243821s
17:55:59 [2024-02-06T17:55:59.130Z]     health_test.go:169: 1.029243821s
17:56:00 [2024-02-06T17:56:00.486Z]     health_test.go:169: 1.029243821s
17:56:01 [2024-02-06T17:56:01.407Z]     health_test.go:169: 1.029243821s
17:56:02 [2024-02-06T17:56:02.328Z]     health_test.go:169: 1.029243821s
17:56:03 [2024-02-06T17:56:03.249Z]     health_test.go:169: 1.029243821s
17:56:04 [2024-02-06T17:56:04.170Z]     health_test.go:169: 1.029243821s
17:56:05 [2024-02-06T17:56:05.091Z]     health_test.go:169: 1.029243821s
17:56:06 [2024-02-06T17:56:06.448Z]     health_test.go:169: 1.029243821s
17:56:07 [2024-02-06T17:56:07.369Z]     health_test.go:169: 1.029243821s
17:56:08 [2024-02-06T17:56:08.290Z]     health_test.go:169: 1.029243821s
17:56:09 [2024-02-06T17:56:09.211Z]     health_test.go:169: 1.029243821s
17:56:10 [2024-02-06T17:56:10.133Z]     health_test.go:169: 1.029243821s
17:56:11 [2024-02-06T17:56:11.490Z]     health_test.go:169: 1.029243821s
17:56:12 [2024-02-06T17:56:12.411Z]     health_test.go:169: 1.029243821s
17:56:13 [2024-02-06T17:56:13.332Z]     health_test.go:169: 1.029243821s
17:56:14 [2024-02-06T17:56:14.253Z]     health_test.go:169: 1.029243821s
17:56:15 [2024-02-06T17:56:15.174Z]     health_test.go:169: 1.029243821s
17:56:16 [2024-02-06T17:56:16.095Z]     health_test.go:169: 1.029243821s
17:56:17 [2024-02-06T17:56:17.452Z]     health_test.go:169: 1.029243821s
17:56:18 [2024-02-06T17:56:18.373Z]     health_test.go:169: 1.029243821s
17:56:19 [2024-02-06T17:56:19.294Z]     health_test.go:169: 1.029243821s
17:56:20 [2024-02-06T17:56:20.229Z]     health_test.go:169: 1.029243821s
17:56:21 [2024-02-06T17:56:21.163Z]     health_test.go:169: 1.029243821s
17:56:22 [2024-02-06T17:56:22.519Z]     health_test.go:169: 1.029243821s
17:56:23 [2024-02-06T17:56:23.441Z]     health_test.go:169: 1.029243821s
17:56:24 [2024-02-06T17:56:24.362Z] --- PASS: TestHealthStartInterval (33.58s)
17:56:24 [2024-02-06T17:56:24.362Z] === RUN   TestInspectAnnotations
17:56:24 [2024-02-06T17:56:24.616Z] --- PASS: TestInspectAnnotations (0.04s)
17:56:24 [2024-02-06T17:56:24.616Z] === RUN   TestNetworkAliasesAreEmpty
17:56:24 [2024-02-06T17:56:24.616Z] === RUN   TestNetworkAliasesAreEmpty/host
17:56:24 [2024-02-06T17:56:24.616Z] === RUN   TestNetworkAliasesAreEmpty/bridge
17:56:24 [2024-02-06T17:56:24.616Z] === RUN   TestNetworkAliasesAreEmpty/none
17:56:24 [2024-02-06T17:56:24.616Z] --- PASS: TestNetworkAliasesAreEmpty (0.12s)
17:56:24 [2024-02-06T17:56:24.616Z]     --- PASS: TestNetworkAliasesAreEmpty/host (0.04s)
17:56:24 [2024-02-06T17:56:24.616Z]     --- PASS: TestNetworkAliasesAreEmpty/bridge (0.04s)
17:56:24 [2024-02-06T17:56:24.616Z]     --- PASS: TestNetworkAliasesAreEmpty/none (0.04s)
17:56:24 [2024-02-06T17:56:24.616Z] === RUN   TestIpcModeNone
17:56:25 [2024-02-06T17:56:25.174Z] --- PASS: TestIpcModeNone (0.44s)
17:56:25 [2024-02-06T17:56:25.174Z] === RUN   TestIpcModePrivate
17:56:25 [2024-02-06T17:56:25.174Z]     ipcmode_linux_test.go:87: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:78, shared: false, mustBeShared: false
17:56:25 [2024-02-06T17:56:25.428Z] --- PASS: TestIpcModePrivate (0.45s)
17:56:25 [2024-02-06T17:56:25.428Z] === RUN   TestIpcModeShareable
17:56:25 [2024-02-06T17:56:25.681Z]     ipcmode_linux_test.go:87: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:72, shared: true, mustBeShared: true
17:56:25 [2024-02-06T17:56:25.935Z] --- PASS: TestIpcModeShareable (0.43s)
17:56:25 [2024-02-06T17:56:25.935Z] === RUN   TestAPIIpcModeShareableAndContainer
17:56:26 [2024-02-06T17:56:26.857Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.00s)
17:56:26 [2024-02-06T17:56:26.857Z] === RUN   TestAPIIpcModeHost
17:56:27 [2024-02-06T17:56:27.111Z] --- PASS: TestAPIIpcModeHost (0.29s)
17:56:27 [2024-02-06T17:56:27.111Z] === RUN   TestDaemonIpcModeShareable
17:56:28 [2024-02-06T17:56:28.033Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: true, mustBeShared: true
17:56:28 [2024-02-06T17:56:28.287Z] --- PASS: TestDaemonIpcModeShareable (1.05s)
17:56:28 [2024-02-06T17:56:28.287Z] === RUN   TestDaemonIpcModePrivate
17:56:29 [2024-02-06T17:56:29.209Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:110, shared: false, mustBeShared: false
17:56:29 [2024-02-06T17:56:29.209Z] --- PASS: TestDaemonIpcModePrivate (1.00s)
17:56:29 [2024-02-06T17:56:29.209Z] === RUN   TestDaemonIpcModePrivateFromConfig
17:56:30 [2024-02-06T17:56:30.131Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:110, shared: false, mustBeShared: false
17:56:30 [2024-02-06T17:56:30.385Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.03s)
17:56:30 [2024-02-06T17:56:30.385Z] === RUN   TestDaemonIpcModeShareableFromConfig
17:56:31 [2024-02-06T17:56:31.307Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: true, mustBeShared: true
17:56:31 [2024-02-06T17:56:31.307Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.03s)
17:56:31 [2024-02-06T17:56:31.307Z] === RUN   TestIpcModeOlderClient
17:56:31 [2024-02-06T17:56:31.307Z] === PAUSE TestIpcModeOlderClient
17:56:31 [2024-02-06T17:56:31.307Z] === RUN   TestKillContainerInvalidSignal
17:56:31 [2024-02-06T17:56:31.865Z] --- PASS: TestKillContainerInvalidSignal (0.41s)
17:56:31 [2024-02-06T17:56:31.865Z] === RUN   TestKillContainer
17:56:31 [2024-02-06T17:56:31.865Z] === RUN   TestKillContainer/no_signal
17:56:32 [2024-02-06T17:56:32.119Z] === RUN   TestKillContainer/non_killing_signal
17:56:32 [2024-02-06T17:56:32.373Z] === RUN   TestKillContainer/killing_signal
17:56:32 [2024-02-06T17:56:32.931Z] --- PASS: TestKillContainer (1.26s)
17:56:32 [2024-02-06T17:56:32.931Z]     --- PASS: TestKillContainer/no_signal (0.43s)
17:56:32 [2024-02-06T17:56:32.931Z]     --- PASS: TestKillContainer/non_killing_signal (0.23s)
17:56:32 [2024-02-06T17:56:32.931Z]     --- PASS: TestKillContainer/killing_signal (0.39s)
17:56:32 [2024-02-06T17:56:32.931Z] === RUN   TestKillWithStopSignalAndRestartPolicies
17:56:32 [2024-02-06T17:56:32.931Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
17:56:33 [2024-02-06T17:56:33.489Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
17:56:33 [2024-02-06T17:56:33.743Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.84s)
17:56:33 [2024-02-06T17:56:33.743Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.39s)
17:56:33 [2024-02-06T17:56:33.743Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.24s)
17:56:33 [2024-02-06T17:56:33.743Z] === RUN   TestKillStoppedContainer
17:56:33 [2024-02-06T17:56:33.997Z] --- PASS: TestKillStoppedContainer (0.04s)
17:56:33 [2024-02-06T17:56:33.997Z] === RUN   TestKillDifferentUserContainer
17:56:34 [2024-02-06T17:56:34.251Z] --- PASS: TestKillDifferentUserContainer (0.43s)
17:56:34 [2024-02-06T17:56:34.251Z] === RUN   TestInspectOomKilledTrue
17:56:34 [2024-02-06T17:56:34.810Z] --- PASS: TestInspectOomKilledTrue (0.47s)
17:56:34 [2024-02-06T17:56:34.810Z] === RUN   TestInspectOomKilledFalse
17:56:35 [2024-02-06T17:56:35.368Z] --- PASS: TestInspectOomKilledFalse (0.41s)
17:56:35 [2024-02-06T17:56:35.368Z] === RUN   TestLinksEtcHostsContentMatch
17:56:35 [2024-02-06T17:56:35.368Z] --- PASS: TestLinksEtcHostsContentMatch (0.21s)
17:56:35 [2024-02-06T17:56:35.368Z] === RUN   TestLinksContainerNames
17:56:36 [2024-02-06T17:56:36.290Z] --- PASS: TestLinksContainerNames (0.86s)
17:56:36 [2024-02-06T17:56:36.290Z] === RUN   TestLogsFollowTailEmpty
17:56:36 [2024-02-06T17:56:36.848Z] --- PASS: TestLogsFollowTailEmpty (0.42s)
17:56:36 [2024-02-06T17:56:36.848Z] === RUN   TestLogs
17:56:36 [2024-02-06T17:56:36.848Z] === RUN   TestLogs/driver_local
17:56:36 [2024-02-06T17:56:36.848Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
17:56:36 [2024-02-06T17:56:36.848Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
17:56:36 [2024-02-06T17:56:36.848Z] === RUN   TestLogs/driver_local/tty/only_stdout
17:56:36 [2024-02-06T17:56:36.848Z] === PAUSE TestLogs/driver_local/tty/only_stdout
17:56:36 [2024-02-06T17:56:36.848Z] === RUN   TestLogs/driver_local/tty/only_stderr
17:56:36 [2024-02-06T17:56:36.848Z] === PAUSE TestLogs/driver_local/tty/only_stderr
17:56:36 [2024-02-06T17:56:36.848Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
17:56:36 [2024-02-06T17:56:36.848Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
17:56:36 [2024-02-06T17:56:36.848Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
17:56:36 [2024-02-06T17:56:36.848Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
17:56:36 [2024-02-06T17:56:36.848Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
17:56:36 [2024-02-06T17:56:36.848Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
17:56:36 [2024-02-06T17:56:36.848Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
17:56:36 [2024-02-06T17:56:36.848Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
17:56:36 [2024-02-06T17:56:36.848Z] === CONT  TestLogs/driver_local/tty/only_stderr
17:56:36 [2024-02-06T17:56:36.848Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
17:56:36 [2024-02-06T17:56:36.848Z] === CONT  TestLogs/driver_local/tty/only_stdout
17:56:36 [2024-02-06T17:56:36.848Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
17:56:38 [2024-02-06T17:56:38.207Z] === RUN   TestLogs/driver_json-file
17:56:38 [2024-02-06T17:56:38.207Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
17:56:38 [2024-02-06T17:56:38.207Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
17:56:38 [2024-02-06T17:56:38.207Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
17:56:38 [2024-02-06T17:56:38.207Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
17:56:38 [2024-02-06T17:56:38.207Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
17:56:38 [2024-02-06T17:56:38.207Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
17:56:38 [2024-02-06T17:56:38.207Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
17:56:38 [2024-02-06T17:56:38.207Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
17:56:38 [2024-02-06T17:56:38.207Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
17:56:38 [2024-02-06T17:56:38.207Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
17:56:38 [2024-02-06T17:56:38.207Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
17:56:38 [2024-02-06T17:56:38.207Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
17:56:38 [2024-02-06T17:56:38.207Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
17:56:38 [2024-02-06T17:56:38.207Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
17:56:38 [2024-02-06T17:56:38.207Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
17:56:38 [2024-02-06T17:56:38.207Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
17:56:38 [2024-02-06T17:56:38.207Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
17:56:38 [2024-02-06T17:56:38.207Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
17:56:39 [2024-02-06T17:56:39.565Z] --- PASS: TestLogs (2.76s)
17:56:39 [2024-02-06T17:56:39.565Z]     --- PASS: TestLogs/driver_local (0.01s)
17:56:39 [2024-02-06T17:56:39.565Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.58s)
17:56:39 [2024-02-06T17:56:39.565Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.64s)
17:56:39 [2024-02-06T17:56:39.565Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (1.01s)
17:56:39 [2024-02-06T17:56:39.565Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (1.29s)
17:56:39 [2024-02-06T17:56:39.565Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (1.37s)
17:56:39 [2024-02-06T17:56:39.565Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (1.41s)
17:56:39 [2024-02-06T17:56:39.565Z]     --- PASS: TestLogs/driver_json-file (0.01s)
17:56:39 [2024-02-06T17:56:39.565Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.78s)
17:56:39 [2024-02-06T17:56:39.565Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.89s)
17:56:39 [2024-02-06T17:56:39.565Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (1.12s)
17:56:39 [2024-02-06T17:56:39.565Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (1.22s)
17:56:39 [2024-02-06T17:56:39.565Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (1.27s)
17:56:39 [2024-02-06T17:56:39.565Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (1.34s)
17:56:39 [2024-02-06T17:56:39.565Z] === RUN   TestContainerNetworkMountsNoChown
17:56:39 [2024-02-06T17:56:39.819Z] --- PASS: TestContainerNetworkMountsNoChown (0.41s)
17:56:39 [2024-02-06T17:56:39.819Z] === RUN   TestMountDaemonRoot
17:56:39 [2024-02-06T17:56:39.819Z] === RUN   TestMountDaemonRoot/default
17:56:39 [2024-02-06T17:56:39.819Z] === PAUSE TestMountDaemonRoot/default
17:56:39 [2024-02-06T17:56:39.819Z] === RUN   TestMountDaemonRoot/private
17:56:39 [2024-02-06T17:56:39.819Z] === PAUSE TestMountDaemonRoot/private
17:56:39 [2024-02-06T17:56:39.819Z] === RUN   TestMountDaemonRoot/rprivate
17:56:39 [2024-02-06T17:56:39.819Z] === PAUSE TestMountDaemonRoot/rprivate
17:56:39 [2024-02-06T17:56:39.819Z] === RUN   TestMountDaemonRoot/slave
17:56:39 [2024-02-06T17:56:39.819Z] === PAUSE TestMountDaemonRoot/slave
17:56:39 [2024-02-06T17:56:39.819Z] === RUN   TestMountDaemonRoot/rslave
17:56:39 [2024-02-06T17:56:39.819Z] === PAUSE TestMountDaemonRoot/rslave
17:56:39 [2024-02-06T17:56:39.819Z] === RUN   TestMountDaemonRoot/shared
17:56:39 [2024-02-06T17:56:39.819Z] === PAUSE TestMountDaemonRoot/shared
17:56:39 [2024-02-06T17:56:39.819Z] === RUN   TestMountDaemonRoot/rshared
17:56:39 [2024-02-06T17:56:39.819Z] === PAUSE TestMountDaemonRoot/rshared
17:56:39 [2024-02-06T17:56:39.819Z] === CONT  TestMountDaemonRoot/default
17:56:39 [2024-02-06T17:56:39.819Z] === CONT  TestMountDaemonRoot/rslave
17:56:39 [2024-02-06T17:56:39.819Z] === CONT  TestMountDaemonRoot/rprivate
17:56:39 [2024-02-06T17:56:39.819Z] === CONT  TestMountDaemonRoot/rshared
17:56:39 [2024-02-06T17:56:39.819Z] === CONT  TestMountDaemonRoot/shared
17:56:39 [2024-02-06T17:56:39.819Z] === RUN   TestMountDaemonRoot/rslave/bind_root
17:56:39 [2024-02-06T17:56:39.819Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
17:56:39 [2024-02-06T17:56:39.819Z] === RUN   TestMountDaemonRoot/default/mount_subpath
17:56:39 [2024-02-06T17:56:39.819Z] === CONT  TestMountDaemonRoot/private
17:56:39 [2024-02-06T17:56:39.819Z] === CONT  TestMountDaemonRoot/slave
17:56:39 [2024-02-06T17:56:39.819Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
17:56:39 [2024-02-06T17:56:39.819Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
17:56:39 [2024-02-06T17:56:39.819Z] === RUN   TestMountDaemonRoot/rshared/mount_root
17:56:39 [2024-02-06T17:56:39.819Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
17:56:39 [2024-02-06T17:56:39.819Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
17:56:39 [2024-02-06T17:56:39.819Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
17:56:39 [2024-02-06T17:56:39.819Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
17:56:39 [2024-02-06T17:56:39.819Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
17:56:39 [2024-02-06T17:56:39.819Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
17:56:39 [2024-02-06T17:56:39.819Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
17:56:39 [2024-02-06T17:56:39.819Z] === RUN   TestMountDaemonRoot/default/bind_root
17:56:39 [2024-02-06T17:56:39.819Z] === RUN   TestMountDaemonRoot/rshared/bind_root
17:56:39 [2024-02-06T17:56:39.819Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
17:56:39 [2024-02-06T17:56:39.819Z] === PAUSE TestMountDaemonRoot/default/bind_root
17:56:39 [2024-02-06T17:56:39.819Z] === RUN   TestMountDaemonRoot/shared/mount_root
17:56:39 [2024-02-06T17:56:39.819Z] === RUN   TestMountDaemonRoot/rslave/mount_root
17:56:39 [2024-02-06T17:56:39.819Z] === PAUSE TestMountDaemonRoot/shared/mount_root
17:56:39 [2024-02-06T17:56:39.819Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
17:56:39 [2024-02-06T17:56:39.819Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
17:56:39 [2024-02-06T17:56:39.819Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
17:56:39 [2024-02-06T17:56:39.819Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
17:56:39 [2024-02-06T17:56:39.819Z] === RUN   TestMountDaemonRoot/private/bind_root
17:56:39 [2024-02-06T17:56:39.819Z] === RUN   TestMountDaemonRoot/shared/bind_root
17:56:39 [2024-02-06T17:56:39.819Z] === PAUSE TestMountDaemonRoot/shared/bind_root
17:56:39 [2024-02-06T17:56:39.819Z] === PAUSE TestMountDaemonRoot/private/bind_root
17:56:39 [2024-02-06T17:56:39.819Z] === RUN   TestMountDaemonRoot/private/bind_subpath
17:56:39 [2024-02-06T17:56:39.819Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
17:56:39 [2024-02-06T17:56:39.819Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
17:56:39 [2024-02-06T17:56:39.819Z] === RUN   TestMountDaemonRoot/private/mount_root
17:56:39 [2024-02-06T17:56:39.819Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
17:56:39 [2024-02-06T17:56:39.819Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
17:56:39 [2024-02-06T17:56:39.819Z] === RUN   TestMountDaemonRoot/slave/bind_root
17:56:39 [2024-02-06T17:56:39.819Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
17:56:39 [2024-02-06T17:56:39.819Z] === PAUSE TestMountDaemonRoot/slave/bind_root
17:56:39 [2024-02-06T17:56:39.819Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
17:56:39 [2024-02-06T17:56:39.819Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
17:56:39 [2024-02-06T17:56:39.819Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
17:56:39 [2024-02-06T17:56:39.819Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
17:56:39 [2024-02-06T17:56:39.819Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
17:56:39 [2024-02-06T17:56:39.819Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
17:56:39 [2024-02-06T17:56:39.819Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
17:56:39 [2024-02-06T17:56:39.819Z] === CONT  TestMountDaemonRoot/rshared/mount_root
17:56:39 [2024-02-06T17:56:39.819Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
17:56:39 [2024-02-06T17:56:39.819Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
17:56:39 [2024-02-06T17:56:39.819Z] === RUN   TestMountDaemonRoot/slave/mount_root
17:56:39 [2024-02-06T17:56:39.819Z] === PAUSE TestMountDaemonRoot/slave/mount_root
17:56:39 [2024-02-06T17:56:39.819Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
17:56:39 [2024-02-06T17:56:39.819Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
17:56:39 [2024-02-06T17:56:39.819Z] === PAUSE TestMountDaemonRoot/private/mount_root
17:56:39 [2024-02-06T17:56:39.819Z] === RUN   TestMountDaemonRoot/private/mount_subpath
17:56:39 [2024-02-06T17:56:39.819Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
17:56:39 [2024-02-06T17:56:39.819Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
17:56:39 [2024-02-06T17:56:39.819Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
17:56:39 [2024-02-06T17:56:39.819Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
17:56:39 [2024-02-06T17:56:39.819Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
17:56:39 [2024-02-06T17:56:39.819Z] === RUN   TestMountDaemonRoot/default/bind_subpath
17:56:39 [2024-02-06T17:56:39.819Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
17:56:39 [2024-02-06T17:56:39.819Z] === RUN   TestMountDaemonRoot/default/mount_root
17:56:39 [2024-02-06T17:56:39.819Z] === PAUSE TestMountDaemonRoot/default/mount_root
17:56:39 [2024-02-06T17:56:39.819Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
17:56:39 [2024-02-06T17:56:39.819Z] === CONT  TestMountDaemonRoot/private/bind_root
17:56:39 [2024-02-06T17:56:39.819Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
17:56:39 [2024-02-06T17:56:39.819Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
17:56:39 [2024-02-06T17:56:39.819Z] === CONT  TestMountDaemonRoot/rshared/bind_root
17:56:39 [2024-02-06T17:56:39.820Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
17:56:39 [2024-02-06T17:56:39.820Z] === CONT  TestMountDaemonRoot/slave/mount_root
17:56:39 [2024-02-06T17:56:39.820Z] === CONT  TestMountDaemonRoot/slave/bind_root
17:56:39 [2024-02-06T17:56:39.820Z] === CONT  TestMountDaemonRoot/private/mount_subpath
17:56:40 [2024-02-06T17:56:40.074Z] === CONT  TestMountDaemonRoot/rslave/bind_root
17:56:40 [2024-02-06T17:56:40.074Z] === CONT  TestMountDaemonRoot/private/mount_root
17:56:40 [2024-02-06T17:56:40.074Z] === CONT  TestMountDaemonRoot/private/bind_subpath
17:56:40 [2024-02-06T17:56:40.074Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
17:56:40 [2024-02-06T17:56:40.074Z] === CONT  TestMountDaemonRoot/shared/bind_root
17:56:40 [2024-02-06T17:56:40.074Z] === CONT  TestMountDaemonRoot/shared/mount_root
17:56:40 [2024-02-06T17:56:40.074Z] === CONT  TestMountDaemonRoot/rslave/mount_root
17:56:40 [2024-02-06T17:56:40.074Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
17:56:40 [2024-02-06T17:56:40.074Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
17:56:40 [2024-02-06T17:56:40.074Z] === CONT  TestMountDaemonRoot/default/mount_subpath
17:56:40 [2024-02-06T17:56:40.074Z] === CONT  TestMountDaemonRoot/default/mount_root
17:56:40 [2024-02-06T17:56:40.074Z] === CONT  TestMountDaemonRoot/default/bind_subpath
17:56:40 [2024-02-06T17:56:40.074Z] === CONT  TestMountDaemonRoot/default/bind_root
17:56:40 [2024-02-06T17:56:40.074Z] --- PASS: TestMountDaemonRoot (0.01s)
17:56:40 [2024-02-06T17:56:40.074Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
17:56:40 [2024-02-06T17:56:40.074Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s)
17:56:40 [2024-02-06T17:56:40.074Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s)
17:56:40 [2024-02-06T17:56:40.074Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.06s)
17:56:40 [2024-02-06T17:56:40.074Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.06s)
17:56:40 [2024-02-06T17:56:40.074Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
17:56:40 [2024-02-06T17:56:40.074Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s)
17:56:40 [2024-02-06T17:56:40.074Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s)
17:56:40 [2024-02-06T17:56:40.074Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s)
17:56:40 [2024-02-06T17:56:40.074Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.06s)
17:56:40 [2024-02-06T17:56:40.074Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
17:56:40 [2024-02-06T17:56:40.074Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.08s)
17:56:40 [2024-02-06T17:56:40.074Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s)
17:56:40 [2024-02-06T17:56:40.074Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s)
17:56:40 [2024-02-06T17:56:40.074Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s)
17:56:40 [2024-02-06T17:56:40.074Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
17:56:40 [2024-02-06T17:56:40.074Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.05s)
17:56:40 [2024-02-06T17:56:40.074Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s)
17:56:40 [2024-02-06T17:56:40.074Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s)
17:56:40 [2024-02-06T17:56:40.074Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.06s)
17:56:40 [2024-02-06T17:56:40.074Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
17:56:40 [2024-02-06T17:56:40.074Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s)
17:56:40 [2024-02-06T17:56:40.074Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.06s)
17:56:40 [2024-02-06T17:56:40.074Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.07s)
17:56:40 [2024-02-06T17:56:40.074Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.06s)
17:56:40 [2024-02-06T17:56:40.074Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
17:56:40 [2024-02-06T17:56:40.074Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s)
17:56:40 [2024-02-06T17:56:40.074Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s)
17:56:40 [2024-02-06T17:56:40.074Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.08s)
17:56:40 [2024-02-06T17:56:40.074Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s)
17:56:40 [2024-02-06T17:56:40.074Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
17:56:40 [2024-02-06T17:56:40.074Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s)
17:56:40 [2024-02-06T17:56:40.074Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s)
17:56:40 [2024-02-06T17:56:40.074Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.07s)
17:56:40 [2024-02-06T17:56:40.074Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.06s)
17:56:40 [2024-02-06T17:56:40.074Z] === RUN   TestContainerBindMountNonRecursive
17:56:40 [2024-02-06T17:56:40.996Z] --- PASS: TestContainerBindMountNonRecursive (1.00s)
17:56:40 [2024-02-06T17:56:40.996Z] === RUN   TestContainerVolumesMountedAsShared
17:56:41 [2024-02-06T17:56:41.554Z] --- PASS: TestContainerVolumesMountedAsShared (0.37s)
17:56:41 [2024-02-06T17:56:41.555Z] === RUN   TestContainerVolumesMountedAsSlave
17:56:41 [2024-02-06T17:56:41.809Z] --- PASS: TestContainerVolumesMountedAsSlave (0.23s)
17:56:41 [2024-02-06T17:56:41.809Z] === RUN   TestContainerCopyLeaksMounts
17:56:42 [2024-02-06T17:56:42.063Z] --- PASS: TestContainerCopyLeaksMounts (0.45s)
17:56:42 [2024-02-06T17:56:42.063Z] === RUN   TestContainerBindMountRecursivelyReadOnly
17:56:43 [2024-02-06T17:56:43.421Z] --- PASS: TestContainerBindMountRecursivelyReadOnly (1.30s)
17:56:43 [2024-02-06T17:56:43.421Z] === RUN   TestNetworkNat
17:56:43 [2024-02-06T17:56:43.979Z] --- PASS: TestNetworkNat (0.46s)
17:56:43 [2024-02-06T17:56:43.979Z] === RUN   TestNetworkLocalhostTCPNat
17:56:44 [2024-02-06T17:56:44.537Z] --- PASS: TestNetworkLocalhostTCPNat (0.43s)
17:56:44 [2024-02-06T17:56:44.537Z] === RUN   TestNetworkLoopbackNat
17:56:47 [2024-02-06T17:56:47.041Z] --- PASS: TestNetworkLoopbackNat (2.52s)
17:56:47 [2024-02-06T17:56:47.041Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors
17:56:47 [2024-02-06T17:56:47.041Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors/diff
17:56:47 [2024-02-06T17:56:47.041Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors/export
17:56:47 [2024-02-06T17:56:47.041Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_to_container
17:56:47 [2024-02-06T17:56:47.041Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_from_container
17:56:47 [2024-02-06T17:56:47.296Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors (0.45s)
17:56:47 [2024-02-06T17:56:47.296Z]     --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/diff (0.02s)
17:56:47 [2024-02-06T17:56:47.296Z]     --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/export (0.01s)
17:56:47 [2024-02-06T17:56:47.296Z]     --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_to_container (0.01s)
17:56:47 [2024-02-06T17:56:47.296Z]     --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_from_container (0.01s)
17:56:47 [2024-02-06T17:56:47.296Z] === RUN   TestPause
17:56:47 [2024-02-06T17:56:47.854Z] --- PASS: TestPause (0.45s)
17:56:47 [2024-02-06T17:56:47.854Z] === RUN   TestPauseFailsOnWindowsServerContainers
17:56:47 [2024-02-06T17:56:47.854Z]     pause_test.go:53: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
17:56:47 [2024-02-06T17:56:47.854Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
17:56:47 [2024-02-06T17:56:47.854Z] === RUN   TestPauseStopPausedContainer
17:56:48 [2024-02-06T17:56:48.412Z] --- PASS: TestPauseStopPausedContainer (0.45s)
17:56:48 [2024-02-06T17:56:48.412Z] === RUN   TestPIDModeHost
17:56:49 [2024-02-06T17:56:49.334Z] --- PASS: TestPIDModeHost (0.92s)
17:56:49 [2024-02-06T17:56:49.334Z] === RUN   TestPIDModeContainer
17:56:49 [2024-02-06T17:56:49.334Z] === RUN   TestPIDModeContainer/non-existing_container
17:56:49 [2024-02-06T17:56:49.334Z] === RUN   TestPIDModeContainer/non-running_container
17:56:49 [2024-02-06T17:56:49.334Z] === RUN   TestPIDModeContainer/running_container
17:56:50 [2024-02-06T17:56:50.256Z] --- PASS: TestPIDModeContainer (0.96s)
17:56:50 [2024-02-06T17:56:50.256Z]     --- PASS: TestPIDModeContainer/non-existing_container (0.00s)
17:56:50 [2024-02-06T17:56:50.256Z]     --- PASS: TestPIDModeContainer/non-running_container (0.15s)
17:56:50 [2024-02-06T17:56:50.256Z]     --- PASS: TestPIDModeContainer/running_container (0.37s)
17:56:50 [2024-02-06T17:56:50.256Z] === RUN   TestPsFilter
17:56:50 [2024-02-06T17:56:50.256Z] === RUN   TestPsFilter/since
17:56:50 [2024-02-06T17:56:50.256Z] === RUN   TestPsFilter/before
17:56:50 [2024-02-06T17:56:50.256Z] --- PASS: TestPsFilter (0.12s)
17:56:50 [2024-02-06T17:56:50.256Z]     --- PASS: TestPsFilter/since (0.00s)
17:56:50 [2024-02-06T17:56:50.256Z]     --- PASS: TestPsFilter/before (0.00s)
17:56:50 [2024-02-06T17:56:50.256Z] === RUN   TestRemoveContainerWithRemovedVolume
17:56:50 [2024-02-06T17:56:50.510Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.38s)
17:56:50 [2024-02-06T17:56:50.510Z] === RUN   TestRemoveContainerWithVolume
17:56:51 [2024-02-06T17:56:51.068Z] --- PASS: TestRemoveContainerWithVolume (0.43s)
17:56:51 [2024-02-06T17:56:51.068Z] === RUN   TestRemoveContainerRunning
17:56:51 [2024-02-06T17:56:51.633Z] --- PASS: TestRemoveContainerRunning (0.41s)
17:56:51 [2024-02-06T17:56:51.633Z] === RUN   TestRemoveContainerForceRemoveRunning
17:56:51 [2024-02-06T17:56:51.909Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.40s)
17:56:51 [2024-02-06T17:56:51.909Z] === RUN   TestRemoveInvalidContainer
17:56:51 [2024-02-06T17:56:51.909Z] --- PASS: TestRemoveInvalidContainer (0.01s)
17:56:51 [2024-02-06T17:56:51.909Z] === RUN   TestRenameLinkedContainer
17:56:53 [2024-02-06T17:56:53.800Z] --- PASS: TestRenameLinkedContainer (1.61s)
17:56:53 [2024-02-06T17:56:53.800Z] === RUN   TestRenameStoppedContainer
17:56:53 [2024-02-06T17:56:53.800Z] --- PASS: TestRenameStoppedContainer (0.40s)
17:56:53 [2024-02-06T17:56:53.800Z] === RUN   TestRenameRunningContainerAndReuse
17:56:54 [2024-02-06T17:56:54.722Z] --- PASS: TestRenameRunningContainerAndReuse (0.78s)
17:56:54 [2024-02-06T17:56:54.722Z] === RUN   TestRenameInvalidName
17:56:54 [2024-02-06T17:56:54.976Z] --- PASS: TestRenameInvalidName (0.42s)
17:56:54 [2024-02-06T17:56:54.976Z] === RUN   TestRenameAnonymousContainer
17:56:56 [2024-02-06T17:56:56.856Z] --- PASS: TestRenameAnonymousContainer (1.40s)
17:56:56 [2024-02-06T17:56:56.856Z] === RUN   TestRenameContainerWithSameName
17:56:56 [2024-02-06T17:56:56.856Z] --- PASS: TestRenameContainerWithSameName (0.44s)
17:56:56 [2024-02-06T17:56:56.856Z] === RUN   TestRenameContainerWithLinkedContainer
17:56:57 [2024-02-06T17:56:57.778Z] --- PASS: TestRenameContainerWithLinkedContainer (0.83s)
17:56:57 [2024-02-06T17:56:57.778Z] === RUN   TestRenameContainerTwice
17:56:58 [2024-02-06T17:56:58.336Z] --- PASS: TestRenameContainerTwice (0.41s)
17:56:58 [2024-02-06T17:56:58.336Z] === RUN   TestResize
17:56:58 [2024-02-06T17:56:58.336Z] === RUN   TestResize/success
17:56:58 [2024-02-06T17:56:58.336Z] === RUN   TestResize/invalid_size
17:56:58 [2024-02-06T17:56:58.590Z] === RUN   TestResize/invalid_state
17:56:59 [2024-02-06T17:56:59.148Z] --- PASS: TestResize (0.87s)
17:56:59 [2024-02-06T17:56:59.148Z]     --- PASS: TestResize/success (0.23s)
17:56:59 [2024-02-06T17:56:59.148Z]     --- PASS: TestResize/invalid_size (0.20s)
17:56:59 [2024-02-06T17:56:59.148Z]     --- PASS: TestResize/invalid_state (0.03s)
17:56:59 [2024-02-06T17:56:59.148Z] === RUN   TestDaemonRestartKillContainers
17:56:59 [2024-02-06T17:56:59.148Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
17:56:59 [2024-02-06T17:56:59.148Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
17:56:59 [2024-02-06T17:56:59.148Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
17:56:59 [2024-02-06T17:56:59.148Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
17:56:59 [2024-02-06T17:56:59.148Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
17:56:59 [2024-02-06T17:56:59.148Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
17:56:59 [2024-02-06T17:56:59.148Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
17:56:59 [2024-02-06T17:56:59.148Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
17:56:59 [2024-02-06T17:56:59.149Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
17:56:59 [2024-02-06T17:56:59.149Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
17:56:59 [2024-02-06T17:56:59.149Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
17:56:59 [2024-02-06T17:56:59.149Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
17:56:59 [2024-02-06T17:56:59.149Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
17:56:59 [2024-02-06T17:56:59.149Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
17:56:59 [2024-02-06T17:56:59.149Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
17:56:59 [2024-02-06T17:56:59.149Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
17:56:59 [2024-02-06T17:56:59.149Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
17:56:59 [2024-02-06T17:56:59.149Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
17:56:59 [2024-02-06T17:56:59.149Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
17:56:59 [2024-02-06T17:56:59.149Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
17:56:59 [2024-02-06T17:56:59.149Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
17:56:59 [2024-02-06T17:56:59.149Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
17:56:59 [2024-02-06T17:56:59.149Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
17:56:59 [2024-02-06T17:56:59.149Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
17:56:59 [2024-02-06T17:56:59.149Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
17:56:59 [2024-02-06T17:56:59.149Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
17:56:59 [2024-02-06T17:56:59.149Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
17:56:59 [2024-02-06T17:56:59.149Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
17:56:59 [2024-02-06T17:56:59.149Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
17:56:59 [2024-02-06T17:56:59.149Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
17:56:59 [2024-02-06T17:56:59.149Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
17:56:59 [2024-02-06T17:56:59.149Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
17:56:59 [2024-02-06T17:56:59.149Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
17:56:59 [2024-02-06T17:56:59.149Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
17:56:59 [2024-02-06T17:56:59.149Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
17:56:59 [2024-02-06T17:56:59.149Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
17:56:59 [2024-02-06T17:56:59.149Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
17:56:59 [2024-02-06T17:56:59.149Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
17:56:59 [2024-02-06T17:56:59.149Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
17:56:59 [2024-02-06T17:56:59.149Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
17:57:00 [2024-02-06T17:57:00.510Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
17:57:00 [2024-02-06T17:57:00.510Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
17:57:00 [2024-02-06T17:57:00.510Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
17:57:00 [2024-02-06T17:57:00.510Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
17:57:00 [2024-02-06T17:57:00.765Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
17:57:01 [2024-02-06T17:57:01.687Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
17:57:02 [2024-02-06T17:57:02.245Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
17:57:02 [2024-02-06T17:57:02.245Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
17:57:04 [2024-02-06T17:57:04.751Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
17:57:04 [2024-02-06T17:57:04.751Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.25s)
17:57:04 [2024-02-06T17:57:04.751Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.26s)
17:57:04 [2024-02-06T17:57:04.751Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.26s)
17:57:04 [2024-02-06T17:57:04.751Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.52s)
17:57:04 [2024-02-06T17:57:04.751Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.71s)
17:57:04 [2024-02-06T17:57:04.751Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.20s)
17:57:04 [2024-02-06T17:57:04.751Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.00s)
17:57:04 [2024-02-06T17:57:04.751Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.77s)
17:57:04 [2024-02-06T17:57:04.751Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.97s)
17:57:04 [2024-02-06T17:57:04.751Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.89s)
17:57:04 [2024-02-06T17:57:04.751Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (4.70s)
17:57:04 [2024-02-06T17:57:04.751Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.79s)
17:57:04 [2024-02-06T17:57:04.751Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (5.15s)
17:57:04 [2024-02-06T17:57:04.751Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.87s)
17:57:04 [2024-02-06T17:57:04.751Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (5.41s)
17:57:04 [2024-02-06T17:57:04.751Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (4.50s)
17:57:04 [2024-02-06T17:57:04.751Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted
17:57:04 [2024-02-06T17:57:04.751Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/kill
17:57:05 [2024-02-06T17:57:05.673Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/stop
17:57:06 [2024-02-06T17:57:06.595Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.72s)
17:57:06 [2024-02-06T17:57:06.595Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.83s)
17:57:06 [2024-02-06T17:57:06.595Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (0.88s)
17:57:06 [2024-02-06T17:57:06.595Z] === RUN   TestContainerRestartWithCancelledRequest
17:57:08 [2024-02-06T17:57:08.475Z] --- PASS: TestContainerRestartWithCancelledRequest (1.78s)
17:57:08 [2024-02-06T17:57:08.475Z] === RUN   TestCgroupNamespacesRun
17:57:09 [2024-02-06T17:57:09.397Z] --- PASS: TestCgroupNamespacesRun (1.03s)
17:57:09 [2024-02-06T17:57:09.397Z] === RUN   TestCgroupNamespacesRunPrivileged
17:57:10 [2024-02-06T17:57:10.318Z] --- PASS: TestCgroupNamespacesRunPrivileged (0.99s)
17:57:10 [2024-02-06T17:57:10.318Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
17:57:11 [2024-02-06T17:57:11.240Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.02s)
17:57:11 [2024-02-06T17:57:11.240Z] === RUN   TestCgroupNamespacesRunHostMode
17:57:12 [2024-02-06T17:57:12.597Z] --- PASS: TestCgroupNamespacesRunHostMode (1.15s)
17:57:12 [2024-02-06T17:57:12.597Z] === RUN   TestCgroupNamespacesRunPrivateMode
17:57:13 [2024-02-06T17:57:13.519Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.01s)
17:57:13 [2024-02-06T17:57:13.519Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
17:57:14 [2024-02-06T17:57:14.441Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.01s)
17:57:14 [2024-02-06T17:57:14.441Z] === RUN   TestCgroupNamespacesRunInvalidMode
17:57:14 [2024-02-06T17:57:14.998Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.62s)
17:57:14 [2024-02-06T17:57:14.998Z] === RUN   TestCgroupNamespacesRunOlderClient
17:57:16 [2024-02-06T17:57:16.356Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.01s)
17:57:16 [2024-02-06T17:57:16.356Z] === RUN   TestNISDomainname
17:57:16 [2024-02-06T17:57:16.610Z] --- PASS: TestNISDomainname (0.46s)
17:57:16 [2024-02-06T17:57:16.610Z] === RUN   TestHostnameDnsResolution
17:57:17 [2024-02-06T17:57:17.168Z] --- PASS: TestHostnameDnsResolution (0.61s)
17:57:17 [2024-02-06T17:57:17.168Z] === RUN   TestUnprivilegedPortsAndPing
17:57:17 [2024-02-06T17:57:17.725Z] --- PASS: TestUnprivilegedPortsAndPing (0.49s)
17:57:17 [2024-02-06T17:57:17.725Z] === RUN   TestPrivilegedHostDevices
17:57:18 [2024-02-06T17:57:18.283Z] --- PASS: TestPrivilegedHostDevices (0.47s)
17:57:18 [2024-02-06T17:57:18.283Z] === RUN   TestRunConsoleSize
17:57:18 [2024-02-06T17:57:18.537Z] --- PASS: TestRunConsoleSize (0.38s)
17:57:18 [2024-02-06T17:57:18.537Z] === RUN   TestRunWithAlternativeContainerdShim
17:57:25 [2024-02-06T17:57:25.053Z] --- PASS: TestRunWithAlternativeContainerdShim (5.37s)
17:57:25 [2024-02-06T17:57:25.053Z] === RUN   TestMacAddressIsAppliedToMainNetworkWithShortID
17:57:25 [2024-02-06T17:57:25.053Z] --- PASS: TestMacAddressIsAppliedToMainNetworkWithShortID (1.03s)
17:57:25 [2024-02-06T17:57:25.053Z] === RUN   TestStaticIPOutsideSubpool
17:57:25 [2024-02-06T17:57:25.974Z] --- PASS: TestStaticIPOutsideSubpool (1.13s)
17:57:25 [2024-02-06T17:57:25.974Z] === RUN   TestStats
17:57:27 [2024-02-06T17:57:27.334Z] --- PASS: TestStats (1.36s)
17:57:27 [2024-02-06T17:57:27.334Z] === RUN   TestStopContainerWithTimeout
17:57:27 [2024-02-06T17:57:27.334Z] === RUN   TestStopContainerWithTimeout/0
17:57:27 [2024-02-06T17:57:27.334Z] === PAUSE TestStopContainerWithTimeout/0
17:57:27 [2024-02-06T17:57:27.334Z] === RUN   TestStopContainerWithTimeout/1
17:57:27 [2024-02-06T17:57:27.334Z] === PAUSE TestStopContainerWithTimeout/1
17:57:27 [2024-02-06T17:57:27.334Z] === RUN   TestStopContainerWithTimeout/3
17:57:27 [2024-02-06T17:57:27.334Z] === PAUSE TestStopContainerWithTimeout/3
17:57:27 [2024-02-06T17:57:27.334Z] === RUN   TestStopContainerWithTimeout/-1
17:57:27 [2024-02-06T17:57:27.334Z] === PAUSE TestStopContainerWithTimeout/-1
17:57:27 [2024-02-06T17:57:27.334Z] === CONT  TestStopContainerWithTimeout/0
17:57:27 [2024-02-06T17:57:27.334Z] === CONT  TestStopContainerWithTimeout/3
17:57:27 [2024-02-06T17:57:27.334Z] === CONT  TestStopContainerWithTimeout/-1
17:57:27 [2024-02-06T17:57:27.334Z] === CONT  TestStopContainerWithTimeout/1
17:57:30 [2024-02-06T17:57:30.587Z] --- PASS: TestStopContainerWithTimeout (0.04s)
17:57:30 [2024-02-06T17:57:30.587Z]     --- PASS: TestStopContainerWithTimeout/0 (0.58s)
17:57:30 [2024-02-06T17:57:30.587Z]     --- PASS: TestStopContainerWithTimeout/1 (1.78s)
17:57:30 [2024-02-06T17:57:30.587Z]     --- PASS: TestStopContainerWithTimeout/3 (2.73s)
17:57:30 [2024-02-06T17:57:30.587Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.80s)
17:57:30 [2024-02-06T17:57:30.587Z] === RUN   TestStopContainerWithTimeoutCancel
17:57:30 [2024-02-06T17:57:30.587Z] === PAUSE TestStopContainerWithTimeoutCancel
17:57:30 [2024-02-06T17:57:30.587Z] === RUN   TestStopContainerWithRestartPolicyAlways
17:57:31 [2024-02-06T17:57:31.520Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.27s)
17:57:31 [2024-02-06T17:57:31.520Z] === RUN   TestUpdateMemory
17:57:32 [2024-02-06T17:57:32.089Z] --- PASS: TestUpdateMemory (0.49s)
17:57:32 [2024-02-06T17:57:32.089Z] === RUN   TestUpdateCPUQuota
17:57:33 [2024-02-06T17:57:33.011Z] --- PASS: TestUpdateCPUQuota (0.83s)
17:57:33 [2024-02-06T17:57:33.011Z] === RUN   TestUpdatePidsLimit
17:57:33 [2024-02-06T17:57:33.011Z] === RUN   TestUpdatePidsLimit/update_from_none
17:57:33 [2024-02-06T17:57:33.011Z] === RUN   TestUpdatePidsLimit/no_change
17:57:33 [2024-02-06T17:57:33.265Z] === RUN   TestUpdatePidsLimit/update_lower
17:57:33 [2024-02-06T17:57:33.265Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
17:57:33 [2024-02-06T17:57:33.519Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
17:57:33 [2024-02-06T17:57:33.773Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
17:57:33 [2024-02-06T17:57:33.773Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
17:57:34 [2024-02-06T17:57:34.331Z] --- PASS: TestUpdatePidsLimit (1.55s)
17:57:34 [2024-02-06T17:57:34.331Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.15s)
17:57:34 [2024-02-06T17:57:34.331Z]     --- PASS: TestUpdatePidsLimit/no_change (0.17s)
17:57:34 [2024-02-06T17:57:34.331Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.16s)
17:57:34 [2024-02-06T17:57:34.331Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.16s)
17:57:34 [2024-02-06T17:57:34.331Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.16s)
17:57:34 [2024-02-06T17:57:34.331Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.16s)
17:57:34 [2024-02-06T17:57:34.331Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.16s)
17:57:34 [2024-02-06T17:57:34.331Z] === RUN   TestUpdateRestartPolicy
17:57:46 [2024-02-06T17:57:46.475Z] --- PASS: TestUpdateRestartPolicy (10.44s)
17:57:46 [2024-02-06T17:57:46.475Z] === RUN   TestUpdateRestartWithAutoRemove
17:57:46 [2024-02-06T17:57:46.476Z] --- PASS: TestUpdateRestartWithAutoRemove (0.40s)
17:57:46 [2024-02-06T17:57:46.476Z] === RUN   TestWaitNonBlocked
17:57:46 [2024-02-06T17:57:46.476Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
17:57:46 [2024-02-06T17:57:46.476Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
17:57:46 [2024-02-06T17:57:46.476Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
17:57:46 [2024-02-06T17:57:46.476Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
17:57:46 [2024-02-06T17:57:46.476Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
17:57:46 [2024-02-06T17:57:46.476Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
17:57:46 [2024-02-06T17:57:46.476Z] --- PASS: TestWaitNonBlocked (0.02s)
17:57:46 [2024-02-06T17:57:46.476Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.50s)
17:57:46 [2024-02-06T17:57:46.476Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.53s)
17:57:46 [2024-02-06T17:57:46.476Z] === RUN   TestWaitBlocked
17:57:46 [2024-02-06T17:57:46.476Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
17:57:46 [2024-02-06T17:57:46.476Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
17:57:46 [2024-02-06T17:57:46.476Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
17:57:46 [2024-02-06T17:57:46.476Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
17:57:46 [2024-02-06T17:57:46.476Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
17:57:46 [2024-02-06T17:57:46.476Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
17:57:46 [2024-02-06T17:57:46.476Z] --- PASS: TestWaitBlocked (0.03s)
17:57:46 [2024-02-06T17:57:46.476Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.44s)
17:57:46 [2024-02-06T17:57:46.476Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.56s)
17:57:46 [2024-02-06T17:57:46.476Z] === RUN   TestWaitConditions
17:57:46 [2024-02-06T17:57:46.476Z] === RUN   TestWaitConditions/default
17:57:46 [2024-02-06T17:57:46.476Z] === PAUSE TestWaitConditions/default
17:57:46 [2024-02-06T17:57:46.476Z] === RUN   TestWaitConditions/not-running
17:57:46 [2024-02-06T17:57:46.476Z] === PAUSE TestWaitConditions/not-running
17:57:46 [2024-02-06T17:57:46.476Z] === RUN   TestWaitConditions/next-exit
17:57:46 [2024-02-06T17:57:46.476Z] === PAUSE TestWaitConditions/next-exit
17:57:46 [2024-02-06T17:57:46.476Z] === RUN   TestWaitConditions/removed
17:57:46 [2024-02-06T17:57:46.476Z] === PAUSE TestWaitConditions/removed
17:57:46 [2024-02-06T17:57:46.476Z] === CONT  TestWaitConditions/default
17:57:46 [2024-02-06T17:57:46.476Z] === CONT  TestWaitConditions/next-exit
17:57:46 [2024-02-06T17:57:46.476Z] === CONT  TestWaitConditions/not-running
17:57:46 [2024-02-06T17:57:46.476Z] === CONT  TestWaitConditions/removed
17:57:46 [2024-02-06T17:57:46.476Z]     wait_test.go:145: ContainerID = a194f2f40d7210a051cdae9c004c3f5aaa5acafe562abb28c18acc91a308eabe
17:57:46 [2024-02-06T17:57:46.476Z]     wait_test.go:145: ContainerID = b431ca6881147f911a2fb2ac64bc1c3ce72b5e7349f912e541e72f085ae58af6
17:57:46 [2024-02-06T17:57:46.476Z]     wait_test.go:145: ContainerID = 5a48ef5290d10a251ef2ea2ce940bba448d8ec889160e224026b194daf434d96
17:57:46 [2024-02-06T17:57:46.476Z]     wait_test.go:145: ContainerID = 2b6ab7ed8421a313173a98b604a658a1e63fd4ab5b9700ccab81f1c5b6d89c34
17:57:47 [2024-02-06T17:57:47.398Z] --- PASS: TestWaitConditions (0.03s)
17:57:47 [2024-02-06T17:57:47.398Z]     --- PASS: TestWaitConditions/next-exit (0.69s)
17:57:47 [2024-02-06T17:57:47.398Z]     --- PASS: TestWaitConditions/default (0.81s)
17:57:47 [2024-02-06T17:57:47.398Z]     --- PASS: TestWaitConditions/not-running (0.91s)
17:57:47 [2024-02-06T17:57:47.398Z]     --- PASS: TestWaitConditions/removed (0.98s)
17:57:47 [2024-02-06T17:57:47.398Z] === RUN   TestWaitRestartedContainer
17:57:47 [2024-02-06T17:57:47.398Z] === RUN   TestWaitRestartedContainer/default
17:57:47 [2024-02-06T17:57:47.398Z] === PAUSE TestWaitRestartedContainer/default
17:57:47 [2024-02-06T17:57:47.398Z] === RUN   TestWaitRestartedContainer/not-running
17:57:47 [2024-02-06T17:57:47.398Z] === PAUSE TestWaitRestartedContainer/not-running
17:57:47 [2024-02-06T17:57:47.398Z] === RUN   TestWaitRestartedContainer/next-exit
17:57:47 [2024-02-06T17:57:47.398Z] === PAUSE TestWaitRestartedContainer/next-exit
17:57:47 [2024-02-06T17:57:47.398Z] === CONT  TestWaitRestartedContainer/default
17:57:47 [2024-02-06T17:57:47.398Z] === CONT  TestWaitRestartedContainer/next-exit
17:57:47 [2024-02-06T17:57:47.398Z] === CONT  TestWaitRestartedContainer/not-running
17:57:49 [2024-02-06T17:57:49.278Z] --- PASS: TestWaitRestartedContainer (0.01s)
17:57:49 [2024-02-06T17:57:49.278Z]     --- PASS: TestWaitRestartedContainer/not-running (1.20s)
17:57:49 [2024-02-06T17:57:49.278Z]     --- PASS: TestWaitRestartedContainer/default (1.32s)
17:57:49 [2024-02-06T17:57:49.278Z]     --- PASS: TestWaitRestartedContainer/next-exit (1.49s)
17:57:49 [2024-02-06T17:57:49.278Z] === CONT  TestHardRestartWhenContainerIsRunning
17:57:49 [2024-02-06T17:57:49.278Z] === CONT  TestRestartDaemonWithRestartingContainer
17:57:49 [2024-02-06T17:57:49.278Z] === CONT  TestIpcModeOlderClient
17:57:49 [2024-02-06T17:57:49.278Z] === CONT  TestContainerKillOnDaemonStart
17:57:49 [2024-02-06T17:57:49.278Z] === CONT  TestDaemonHostGatewayIP
17:57:49 [2024-02-06T17:57:49.278Z] === CONT  TestStopContainerWithTimeoutCancel
17:57:49 [2024-02-06T17:57:49.278Z] === CONT  TestDaemonRestartIpcMode
17:57:49 [2024-02-06T17:57:49.278Z] === CONT  TestContainerStartOnDaemonRestart
17:57:49 [2024-02-06T17:57:49.278Z] --- PASS: TestIpcModeOlderClient (0.10s)
17:57:50 [2024-02-06T17:57:50.637Z] === RUN   TestHardRestartWhenContainerIsRunning/RestartPolicy=none
17:57:50 [2024-02-06T17:57:50.637Z] === RUN   TestHardRestartWhenContainerIsRunning/RestartPolicy=on-failure
17:57:51 [2024-02-06T17:57:51.195Z] --- PASS: TestHardRestartWhenContainerIsRunning (2.21s)
17:57:51 [2024-02-06T17:57:51.195Z]     --- PASS: TestHardRestartWhenContainerIsRunning/RestartPolicy=none (0.00s)
17:57:51 [2024-02-06T17:57:51.195Z]     --- PASS: TestHardRestartWhenContainerIsRunning/RestartPolicy=on-failure (0.39s)
17:57:51 [2024-02-06T17:57:51.449Z] --- PASS: TestContainerStartOnDaemonRestart (2.41s)
17:57:52 [2024-02-06T17:57:52.372Z] --- PASS: TestDaemonHostGatewayIP (3.34s)
17:57:52 [2024-02-06T17:57:52.372Z] --- PASS: TestDaemonRestartIpcMode (3.45s)
17:57:52 [2024-02-06T17:57:52.625Z] --- PASS: TestStopContainerWithTimeoutCancel (3.63s)
17:57:52 [2024-02-06T17:57:52.626Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.63s)
17:58:00 [2024-02-06T17:58:00.688Z] --- PASS: TestContainerKillOnDaemonStart (11.80s)
17:58:00 [2024-02-06T17:58:00.689Z] PASS
17:58:00 [2024-02-06T17:58:00.689Z] 
17:58:00 [2024-02-06T17:58:00.689Z] === Skipped
17:58:00 [2024-02-06T17:58:00.689Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
17:58:00 [2024-02-06T17:58:00.689Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
17:58:00 [2024-02-06T17:58:00.689Z] 
17:58:00 [2024-02-06T17:58:00.689Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
17:58:00 [2024-02-06T17:58:00.689Z]     pause_test.go:53: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
17:58:00 [2024-02-06T17:58:00.689Z] 
17:58:00 [2024-02-06T17:58:00.689Z] DONE 314 tests, 2 skipped in 157.840s
17:58:00 [2024-02-06T17:58:00.689Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m  
17:58:00 [2024-02-06T17:58:00.689Z] ++ '[' -n '' ']'
17:58:00 [2024-02-06T17:58:00.689Z] ++ 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
17:58:00 [2024-02-06T17:58:00.689Z] ++ set -e
17:58:00 [2024-02-06T17:58:00.689Z] ++ '[' -n 0 ']'
17:58:00 [2024-02-06T17:58:00.689Z] ++ set -x
17:58:00 [2024-02-06T17:58:00.689Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.LavPsooO9b/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= 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
17:58:00 [2024-02-06T17:58:00.689Z] INFO: Testing against a local daemon
17:58:00 [2024-02-06T17:58:00.689Z] === RUN   TestConfigDaemonID
17:58:02 [2024-02-06T17:58:02.047Z]     daemon_test.go:61: [dd9b2fe2d1aee] daemon is not started
17:58:02 [2024-02-06T17:58:02.047Z] --- PASS: TestConfigDaemonID (1.04s)
17:58:02 [2024-02-06T17:58:02.047Z] === RUN   TestDaemonConfigValidation
17:58:02 [2024-02-06T17:58:02.047Z] === RUN   TestDaemonConfigValidation/config_with_no_content
17:58:02 [2024-02-06T17:58:02.047Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
17:58:02 [2024-02-06T17:58:02.047Z] === RUN   TestDaemonConfigValidation/config_with_{}
17:58:02 [2024-02-06T17:58:02.047Z] === PAUSE TestDaemonConfigValidation/config_with_{}
17:58:02 [2024-02-06T17:58:02.047Z] === RUN   TestDaemonConfigValidation/invalid_config
17:58:02 [2024-02-06T17:58:02.047Z] === PAUSE TestDaemonConfigValidation/invalid_config
17:58:02 [2024-02-06T17:58:02.047Z] === RUN   TestDaemonConfigValidation/malformed_config
17:58:02 [2024-02-06T17:58:02.047Z] === PAUSE TestDaemonConfigValidation/malformed_config
17:58:02 [2024-02-06T17:58:02.047Z] === RUN   TestDaemonConfigValidation/valid_config
17:58:02 [2024-02-06T17:58:02.047Z] === PAUSE TestDaemonConfigValidation/valid_config
17:58:02 [2024-02-06T17:58:02.047Z] === CONT  TestDaemonConfigValidation/config_with_no_content
17:58:02 [2024-02-06T17:58:02.047Z] === CONT  TestDaemonConfigValidation/malformed_config
17:58:02 [2024-02-06T17:58:02.047Z] === CONT  TestDaemonConfigValidation/invalid_config
17:58:02 [2024-02-06T17:58:02.047Z] === CONT  TestDaemonConfigValidation/valid_config
17:58:02 [2024-02-06T17:58:02.047Z] === CONT  TestDaemonConfigValidation/config_with_{}
17:58:02 [2024-02-06T17:58:02.047Z] --- PASS: TestDaemonConfigValidation (0.00s)
17:58:02 [2024-02-06T17:58:02.047Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.06s)
17:58:02 [2024-02-06T17:58:02.047Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.06s)
17:58:02 [2024-02-06T17:58:02.047Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.06s)
17:58:02 [2024-02-06T17:58:02.047Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.07s)
17:58:02 [2024-02-06T17:58:02.047Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.07s)
17:58:02 [2024-02-06T17:58:02.047Z] === RUN   TestConfigDaemonSeccompProfiles
17:58:02 [2024-02-06T17:58:02.047Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
17:58:02 [2024-02-06T17:58:02.969Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
17:58:03 [2024-02-06T17:58:03.891Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
17:58:05 [2024-02-06T17:58:05.251Z]     daemon_test.go:180: [db04a19e90fbe] daemon is not started
17:58:05 [2024-02-06T17:58:05.251Z] --- PASS: TestConfigDaemonSeccompProfiles (3.13s)
17:58:05 [2024-02-06T17:58:05.251Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
17:58:05 [2024-02-06T17:58:05.251Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
17:58:05 [2024-02-06T17:58:05.251Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
17:58:05 [2024-02-06T17:58:05.251Z] === RUN   TestDaemonProxy
17:58:05 [2024-02-06T17:58:05.251Z] === RUN   TestDaemonProxy/environment_variables
17:58:05 [2024-02-06T17:58:05.251Z] === PAUSE TestDaemonProxy/environment_variables
17:58:05 [2024-02-06T17:58:05.251Z] === RUN   TestDaemonProxy/command-line_options
17:58:05 [2024-02-06T17:58:05.251Z] === PAUSE TestDaemonProxy/command-line_options
17:58:05 [2024-02-06T17:58:05.251Z] === RUN   TestDaemonProxy/configuration_file
17:58:05 [2024-02-06T17:58:05.251Z] === PAUSE TestDaemonProxy/configuration_file
17:58:05 [2024-02-06T17:58:05.251Z] === RUN   TestDaemonProxy/conflicting_options
17:58:05 [2024-02-06T17:58:05.505Z] === RUN   TestDaemonProxy/reload_sanitized
17:58:05 [2024-02-06T17:58:05.505Z] === PAUSE TestDaemonProxy/reload_sanitized
17:58:05 [2024-02-06T17:58:05.505Z] === CONT  TestDaemonProxy/environment_variables
17:58:05 [2024-02-06T17:58:05.505Z] === CONT  TestDaemonProxy/configuration_file
17:58:05 [2024-02-06T17:58:05.505Z] === CONT  TestDaemonProxy/command-line_options
17:58:05 [2024-02-06T17:58:05.505Z] === CONT  TestDaemonProxy/reload_sanitized
17:58:07 [2024-02-06T17:58:07.385Z] --- PASS: TestDaemonProxy (0.50s)
17:58:07 [2024-02-06T17:58:07.385Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
17:58:07 [2024-02-06T17:58:07.385Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.62s)
17:58:07 [2024-02-06T17:58:07.385Z]     --- PASS: TestDaemonProxy/command-line_options (1.72s)
17:58:07 [2024-02-06T17:58:07.385Z]     --- PASS: TestDaemonProxy/configuration_file (1.73s)
17:58:07 [2024-02-06T17:58:07.385Z]     --- PASS: TestDaemonProxy/environment_variables (1.75s)
17:58:07 [2024-02-06T17:58:07.385Z] === RUN   TestLiveRestore
17:58:07 [2024-02-06T17:58:07.385Z] === RUN   TestLiveRestore/volume_references
17:58:07 [2024-02-06T17:58:07.385Z] === PAUSE TestLiveRestore/volume_references
17:58:07 [2024-02-06T17:58:07.385Z] === RUN   TestLiveRestore/autoremove
17:58:07 [2024-02-06T17:58:07.385Z] === PAUSE TestLiveRestore/autoremove
17:58:07 [2024-02-06T17:58:07.385Z] === CONT  TestLiveRestore/volume_references
17:58:07 [2024-02-06T17:58:07.385Z] === CONT  TestLiveRestore/autoremove
17:58:07 [2024-02-06T17:58:07.385Z] === RUN   TestLiveRestore/autoremove/engine_restart_shouldnt_kill_alive_containers
17:58:07 [2024-02-06T17:58:07.943Z] === RUN   TestLiveRestore/volume_references/restartPolicy
17:58:07 [2024-02-06T17:58:07.943Z] === RUN   TestLiveRestore/volume_references/restartPolicy/always
17:58:08 [2024-02-06T17:58:08.865Z] === RUN   TestLiveRestore/volume_references/restartPolicy/unless-stopped
17:58:09 [2024-02-06T17:58:09.119Z] === RUN   TestLiveRestore/autoremove/engine_restart_should_remove_containers_that_exited
17:58:10 [2024-02-06T17:58:10.042Z] === RUN   TestLiveRestore/volume_references/restartPolicy/on-failure
17:58:10 [2024-02-06T17:58:10.964Z] === RUN   TestLiveRestore/volume_references/restartPolicy/no
17:58:11 [2024-02-06T17:58:11.886Z] === RUN   TestLiveRestore/volume_references/local_volume_with_mount_options
17:58:12 [2024-02-06T17:58:12.444Z] === RUN   TestLiveRestore/volume_references/local_volume_with_mount_options/volume_still_mounted
17:58:13 [2024-02-06T17:58:13.002Z] === RUN   TestLiveRestore/volume_references/container_with_bind-mounts
17:58:13 [2024-02-06T17:58:13.925Z] --- PASS: TestLiveRestore (0.00s)
17:58:13 [2024-02-06T17:58:13.925Z]     --- PASS: TestLiveRestore/autoremove (3.26s)
17:58:13 [2024-02-06T17:58:13.925Z]         --- PASS: TestLiveRestore/autoremove/engine_restart_shouldnt_kill_alive_containers (1.76s)
17:58:13 [2024-02-06T17:58:13.925Z]         --- PASS: TestLiveRestore/autoremove/engine_restart_should_remove_containers_that_exited (1.51s)
17:58:13 [2024-02-06T17:58:13.925Z]     --- PASS: TestLiveRestore/volume_references (6.76s)
17:58:13 [2024-02-06T17:58:13.925Z]         --- PASS: TestLiveRestore/volume_references/restartPolicy (3.89s)
17:58:13 [2024-02-06T17:58:13.925Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/always (1.04s)
17:58:13 [2024-02-06T17:58:13.925Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (0.95s)
17:58:13 [2024-02-06T17:58:13.925Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (0.98s)
17:58:13 [2024-02-06T17:58:13.925Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/no (0.92s)
17:58:13 [2024-02-06T17:58:13.925Z]         --- PASS: TestLiveRestore/volume_references/local_volume_with_mount_options (1.33s)
17:58:13 [2024-02-06T17:58:13.925Z]             --- PASS: TestLiveRestore/volume_references/local_volume_with_mount_options/volume_still_mounted (0.37s)
17:58:13 [2024-02-06T17:58:13.925Z]         --- PASS: TestLiveRestore/volume_references/container_with_bind-mounts (0.93s)
17:58:13 [2024-02-06T17:58:13.925Z] === RUN   TestDaemonDefaultBridgeWithFixedCidrButNoBip
17:58:14 [2024-02-06T17:58:14.847Z] --- PASS: TestDaemonDefaultBridgeWithFixedCidrButNoBip (0.69s)
17:58:14 [2024-02-06T17:58:14.847Z] PASS
17:58:14 [2024-02-06T17:58:14.847Z] 
17:58:14 [2024-02-06T17:58:14.847Z] DONE 31 tests in 13.997s
17:58:14 [2024-02-06T17:58:14.847Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m  
17:58:14 [2024-02-06T17:58:14.847Z] ++ '[' -n '' ']'
17:58:14 [2024-02-06T17:58:14.847Z] ++ 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
17:58:14 [2024-02-06T17:58:14.847Z] ++ set -e
17:58:14 [2024-02-06T17:58:14.847Z] ++ '[' -n 0 ']'
17:58:14 [2024-02-06T17:58:14.847Z] ++ set -x
17:58:14 [2024-02-06T17:58:14.847Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.LavPsooO9b/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= 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
17:58:14 [2024-02-06T17:58:14.847Z] INFO: Testing against a local daemon
17:58:14 [2024-02-06T17:58:14.847Z] === RUN   TestCommitInheritsEnv
17:58:14 [2024-02-06T17:58:14.847Z] --- PASS: TestCommitInheritsEnv (0.16s)
17:58:14 [2024-02-06T17:58:14.847Z] === RUN   TestUsernsCommit
17:58:16 [2024-02-06T17:58:16.726Z] --- PASS: TestUsernsCommit (1.40s)
17:58:16 [2024-02-06T17:58:16.726Z] === RUN   TestImportExtremelyLargeImageWorks
17:58:16 [2024-02-06T17:58:16.726Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
17:58:16 [2024-02-06T17:58:16.726Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
17:58:16 [2024-02-06T17:58:16.726Z] === RUN   TestImportWithCustomPlatform
17:58:16 [2024-02-06T17:58:16.726Z] === RUN   TestImportWithCustomPlatform/#00
17:58:16 [2024-02-06T17:58:16.726Z] === RUN   TestImportWithCustomPlatform/linux
17:58:16 [2024-02-06T17:58:16.726Z] === RUN   TestImportWithCustomPlatform/LINUX
17:58:16 [2024-02-06T17:58:16.726Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
17:58:16 [2024-02-06T17:58:16.726Z] --- PASS: TestImportWithCustomPlatform (0.11s)
17:58:16 [2024-02-06T17:58:16.726Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.02s)
17:58:16 [2024-02-06T17:58:16.726Z]     --- PASS: TestImportWithCustomPlatform/linux (0.02s)
17:58:16 [2024-02-06T17:58:16.726Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.02s)
17:58:16 [2024-02-06T17:58:16.726Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.02s)
17:58:16 [2024-02-06T17:58:16.726Z] === RUN   TestImportWithCustomPlatformReject
17:58:16 [2024-02-06T17:58:16.726Z] === RUN   TestImportWithCustomPlatformReject/_______
17:58:16 [2024-02-06T17:58:16.726Z] === RUN   TestImportWithCustomPlatformReject//
17:58:16 [2024-02-06T17:58:16.726Z] === RUN   TestImportWithCustomPlatformReject/macos
17:58:16 [2024-02-06T17:58:16.726Z] === RUN   TestImportWithCustomPlatformReject/macos/arm64
17:58:16 [2024-02-06T17:58:16.726Z] === RUN   TestImportWithCustomPlatformReject/nintendo64
17:58:16 [2024-02-06T17:58:16.726Z] --- PASS: TestImportWithCustomPlatformReject (0.01s)
17:58:16 [2024-02-06T17:58:16.726Z]     --- PASS: TestImportWithCustomPlatformReject/_______ (0.00s)
17:58:16 [2024-02-06T17:58:16.726Z]     --- PASS: TestImportWithCustomPlatformReject// (0.00s)
17:58:16 [2024-02-06T17:58:16.726Z]     --- PASS: TestImportWithCustomPlatformReject/macos (0.00s)
17:58:16 [2024-02-06T17:58:16.726Z]     --- PASS: TestImportWithCustomPlatformReject/macos/arm64 (0.00s)
17:58:16 [2024-02-06T17:58:16.726Z]     --- PASS: TestImportWithCustomPlatformReject/nintendo64 (0.00s)
17:58:16 [2024-02-06T17:58:16.726Z] === RUN   TestImageInspectEmptyTagsAndDigests
17:58:16 [2024-02-06T17:58:16.726Z] --- PASS: TestImageInspectEmptyTagsAndDigests (0.01s)
17:58:16 [2024-02-06T17:58:16.726Z] === RUN   TestImagesFilterMultiReference
17:58:16 [2024-02-06T17:58:16.726Z] --- PASS: TestImagesFilterMultiReference (0.04s)
17:58:16 [2024-02-06T17:58:16.726Z] === RUN   TestImagesFilterUntil
17:58:16 [2024-02-06T17:58:16.726Z]     list_test.go:95: ImageList: ID=sha256:02264434b5f50954c1e616e765477629c163af0faa8c900b8352a95e999d2d6d RepoTags=[testimagesfilteruntil:v1]
17:58:16 [2024-02-06T17:58:16.726Z] --- PASS: TestImagesFilterUntil (0.24s)
17:58:16 [2024-02-06T17:58:16.726Z] === RUN   TestImagesFilterBeforeSince
17:58:16 [2024-02-06T17:58:16.982Z]     list_test.go:129: ImageList: ID=sha256:1b8ebc27b9092910c33fbe301a5eb0c7d8db791361cd261be820a3c1f7e0c1dd RepoTags=[testimagesfilterbeforesince:v1]
17:58:16 [2024-02-06T17:58:16.982Z]     list_test.go:129: ImageList: ID=sha256:05c04eb41898eb767df8cb20d6ba38bc48e66bb901ff3250085a8a0850d275d7 RepoTags=[testimagesfilterbeforesince:v3]
17:58:16 [2024-02-06T17:58:16.982Z]     list_test.go:129: ImageList: ID=sha256:b58ec7861784e61fa6728dc11f8b504acf7b5eeef063cb0d7e7649b404059c99 RepoTags=[testimagesfilterbeforesince:v2]
17:58:16 [2024-02-06T17:58:16.982Z] --- PASS: TestImagesFilterBeforeSince (0.27s)
17:58:16 [2024-02-06T17:58:16.982Z] === RUN   TestAPIImagesFilters
17:58:16 [2024-02-06T17:58:16.982Z] === RUN   TestAPIImagesFilters/repository_regex
17:58:16 [2024-02-06T17:58:16.982Z] === PAUSE TestAPIImagesFilters/repository_regex
17:58:16 [2024-02-06T17:58:16.982Z] === RUN   TestAPIImagesFilters/image_name_regex
17:58:16 [2024-02-06T17:58:16.982Z] === PAUSE TestAPIImagesFilters/image_name_regex
17:58:16 [2024-02-06T17:58:16.982Z] === RUN   TestAPIImagesFilters/image_name_without_a_tag
17:58:16 [2024-02-06T17:58:16.982Z] === PAUSE TestAPIImagesFilters/image_name_without_a_tag
17:58:16 [2024-02-06T17:58:16.982Z] === RUN   TestAPIImagesFilters/registry_port_regex
17:58:16 [2024-02-06T17:58:16.982Z] === PAUSE TestAPIImagesFilters/registry_port_regex
17:58:16 [2024-02-06T17:58:16.982Z] === CONT  TestAPIImagesFilters/repository_regex
17:58:16 [2024-02-06T17:58:16.982Z] === CONT  TestAPIImagesFilters/image_name_without_a_tag
17:58:16 [2024-02-06T17:58:16.982Z] === CONT  TestAPIImagesFilters/image_name_regex
17:58:16 [2024-02-06T17:58:16.982Z] === CONT  TestAPIImagesFilters/registry_port_regex
17:58:16 [2024-02-06T17:58:16.982Z] --- PASS: TestAPIImagesFilters (0.04s)
17:58:16 [2024-02-06T17:58:16.982Z]     --- PASS: TestAPIImagesFilters/repository_regex (0.00s)
17:58:16 [2024-02-06T17:58:16.982Z]     --- PASS: TestAPIImagesFilters/registry_port_regex (0.00s)
17:58:16 [2024-02-06T17:58:16.982Z]     --- PASS: TestAPIImagesFilters/image_name_regex (0.00s)
17:58:16 [2024-02-06T17:58:16.982Z]     --- PASS: TestAPIImagesFilters/image_name_without_a_tag (0.00s)
17:58:16 [2024-02-06T17:58:16.982Z] === RUN   TestPruneDontDeleteUsedDangling
17:58:17 [2024-02-06T17:58:17.551Z] --- PASS: TestPruneDontDeleteUsedDangling (0.55s)
17:58:17 [2024-02-06T17:58:17.551Z] === RUN   TestImagePullPlatformInvalid
17:58:17 [2024-02-06T17:58:17.551Z] --- PASS: TestImagePullPlatformInvalid (0.01s)
17:58:17 [2024-02-06T17:58:17.551Z] === RUN   TestImagePullStoredDigestForOtherRepo
17:58:17 [2024-02-06T17:58:17.551Z] time="2024-02-06T17:58:17.508498901Z" 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.8 instance.id=e4afffea-ee24-4bfc-92ca-88d58cf6a0af version=2.8.3 
17:58:17 [2024-02-06T17:58:17.551Z] time="2024-02-06T17:58:17.508592185Z" level=info msg="redis not configured" go.version=go1.20.8 instance.id=e4afffea-ee24-4bfc-92ca-88d58cf6a0af version=2.8.3 
17:58:17 [2024-02-06T17:58:17.551Z] time="2024-02-06T17:58:17.508616169Z" level=info msg="Starting upload purge in 13m0s" go.version=go1.20.8 instance.id=e4afffea-ee24-4bfc-92ca-88d58cf6a0af version=2.8.3 
17:58:17 [2024-02-06T17:58:17.551Z] time="2024-02-06T17:58:17.508876978Z" level=info msg="listening on 127.0.0.1:5000" go.version=go1.20.8 instance.id=e4afffea-ee24-4bfc-92ca-88d58cf6a0af version=2.8.3 
17:58:17 [2024-02-06T17:58:17.818Z] time="2024-02-06T17:58:17.603143476Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=a8480bfd-b731-4f12-bace-455c9c01b04e http.request.method=GET http.request.remoteaddr="127.0.0.1:39690" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" 
17:58:17 [2024-02-06T17:58:17.818Z] time="2024-02-06T17:58:17.603199377Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=a8480bfd-b731-4f12-bace-455c9c01b04e http.request.method=GET http.request.remoteaddr="127.0.0.1:39690" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.049201ms http.response.status=200 http.response.written=2 
17:58:17 [2024-02-06T17:58:17.818Z] 127.0.0.1 - - [06/Feb/2024:17:58:17 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1"
17:58:17 [2024-02-06T17:58:17.818Z] time="2024-02-06T17:58:17.605615324Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=235dfd15-aefb-4e29-93cb-fcfaf713a62a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39694" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:58:17 [2024-02-06T17:58:17.818Z] time="2024-02-06T17:58:17.605627197Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=32e888da-a4a7-4bf3-994e-cfc830fda527 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39692" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:58:17 [2024-02-06T17:58:17.818Z] time="2024-02-06T17:58:17.605656809Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=235dfd15-aefb-4e29-93cb-fcfaf713a62a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39694" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:58:17 [2024-02-06T17:58:17.818Z] time="2024-02-06T17:58:17.605659246Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=32e888da-a4a7-4bf3-994e-cfc830fda527 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39692" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:58:17 [2024-02-06T17:58:17.818Z] time="2024-02-06T17:58:17.605766741Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=32e888da-a4a7-4bf3-994e-cfc830fda527 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39692" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=38.966µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=d73414a3-b0e4-4cd4-8621-2d6ca59f4525 trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:58:17 [2024-02-06T17:58:17.818Z] time="2024-02-06T17:58:17.605842639Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=235dfd15-aefb-4e29-93cb-fcfaf713a62a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39694" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=109.014µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=b44305a9-c49a-4d83-87db-eba9e2f86fa5 trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:58:17 [2024-02-06T17:58:17.818Z] time="2024-02-06T17:58:17.605875714Z" 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.8 http.request.host="127.0.0.1:5000" http.request.id=32e888da-a4a7-4bf3-994e-cfc830fda527 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39692" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.186521ms http.response.status=404 http.response.written=157 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:58:17 [2024-02-06T17:58:17.818Z] 127.0.0.1 - - [06/Feb/2024:17:58:17 +0000] "HEAD /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 404 157 "" "containerd/1.7.12+unknown"
17:58:17 [2024-02-06T17:58:17.818Z] time="2024-02-06T17:58:17.605915238Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b err.message="blob unknown to registry" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=235dfd15-aefb-4e29-93cb-fcfaf713a62a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39694" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.230361ms http.response.status=404 http.response.written=157 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:58:17 [2024-02-06T17:58:17.818Z] 127.0.0.1 - - [06/Feb/2024:17:58:17 +0000] "HEAD /v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 404 157 "" "containerd/1.7.12+unknown"
17:58:17 [2024-02-06T17:58:17.818Z] time="2024-02-06T17:58:17.607466461Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=ee2bd5b0-ff33-4b96-ac9e-3662d40af97f http.request.method=POST http.request.remoteaddr="127.0.0.1:39694" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" vars.name=test 
17:58:17 [2024-02-06T17:58:17.818Z] time="2024-02-06T17:58:17.60751241Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=ee2bd5b0-ff33-4b96-ac9e-3662d40af97f http.request.method=POST http.request.remoteaddr="127.0.0.1:39694" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" vars.name=test 
17:58:17 [2024-02-06T17:58:17.818Z] time="2024-02-06T17:58:17.607538453Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=68127b4c-bd53-47f1-8984-763d1db3fd3e http.request.method=POST http.request.remoteaddr="127.0.0.1:39692" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" vars.name=test 
17:58:17 [2024-02-06T17:58:17.818Z] time="2024-02-06T17:58:17.607583155Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=68127b4c-bd53-47f1-8984-763d1db3fd3e http.request.method=POST http.request.remoteaddr="127.0.0.1:39692" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" vars.name=test 
17:58:17 [2024-02-06T17:58:17.818Z] time="2024-02-06T17:58:17.607643101Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/c72ce46e-bd54-4516-befd-4b14cd7f7b2b/startedat")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=ee2bd5b0-ff33-4b96-ac9e-3662d40af97f http.request.method=POST http.request.remoteaddr="127.0.0.1:39694" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" trace.duration=98.872µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=457bdd31-34c8-4f3a-99d0-c9d6ca5ed76a trace.line=110 vars.name=test 
17:58:17 [2024-02-06T17:58:17.818Z] time="2024-02-06T17:58:17.607676193Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/18fb7250-b05f-436c-960c-e0c6c28d1ab6/startedat")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=68127b4c-bd53-47f1-8984-763d1db3fd3e http.request.method=POST http.request.remoteaddr="127.0.0.1:39692" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" trace.duration=60.127µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=0f537eba-e68d-4373-b0d9-af5531461f8e trace.line=110 vars.name=test 
17:58:17 [2024-02-06T17:58:17.818Z] time="2024-02-06T17:58:17.607697091Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/c72ce46e-bd54-4516-befd-4b14cd7f7b2b/data", false)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=ee2bd5b0-ff33-4b96-ac9e-3662d40af97f http.request.method=POST http.request.remoteaddr="127.0.0.1:39694" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" trace.duration=23.557µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Writer" trace.id=7627149d-061e-40cb-999d-35ecc4dce86d trace.line=142 vars.name=test 
17:58:17 [2024-02-06T17:58:17.818Z] time="2024-02-06T17:58:17.607721821Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/18fb7250-b05f-436c-960c-e0c6c28d1ab6/data", false)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=68127b4c-bd53-47f1-8984-763d1db3fd3e http.request.method=POST http.request.remoteaddr="127.0.0.1:39692" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" trace.duration=22.327µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Writer" trace.id=7acdd4d3-17cd-4708-85af-c9d32a663fdc trace.line=142 vars.name=test 
17:58:17 [2024-02-06T17:58:17.818Z] time="2024-02-06T17:58:17.607771003Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/c72ce46e-bd54-4516-befd-4b14cd7f7b2b/hashstates/sha256/0")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=ee2bd5b0-ff33-4b96-ac9e-3662d40af97f http.request.method=POST http.request.remoteaddr="127.0.0.1:39694" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" trace.duration=42.273µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=aeb20292-105d-45e8-bfb7-7ca49f577eea trace.line=110 vars.name=test 
17:58:17 [2024-02-06T17:58:17.818Z] time="2024-02-06T17:58:17.60778738Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/18fb7250-b05f-436c-960c-e0c6c28d1ab6/hashstates/sha256/0")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=68127b4c-bd53-47f1-8984-763d1db3fd3e http.request.method=POST http.request.remoteaddr="127.0.0.1:39692" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" trace.duration=38.958µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=84f2beea-3680-4e9d-988e-bcb8188c4bde trace.line=110 vars.name=test 
17:58:17 [2024-02-06T17:58:17.818Z] time="2024-02-06T17:58:17.607867036Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=ee2bd5b0-ff33-4b96-ac9e-3662d40af97f http.request.method=POST http.request.remoteaddr="127.0.0.1:39694" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" http.response.duration=1.748392ms http.response.status=202 http.response.written=0 
17:58:17 [2024-02-06T17:58:17.818Z] 127.0.0.1 - - [06/Feb/2024:17:58:17 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.7.12+unknown"
17:58:17 [2024-02-06T17:58:17.818Z] time="2024-02-06T17:58:17.607980292Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=68127b4c-bd53-47f1-8984-763d1db3fd3e http.request.method=POST http.request.remoteaddr="127.0.0.1:39692" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" http.response.duration=1.710584ms http.response.status=202 http.response.written=0 
17:58:17 [2024-02-06T17:58:17.818Z] 127.0.0.1 - - [06/Feb/2024:17:58:17 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.7.12+unknown"
17:58:17 [2024-02-06T17:58:17.818Z] time="2024-02-06T17:58:17.609630165Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=cc821d5a-8174-4dcf-9a5a-73d83809da7e http.request.method=PUT http.request.remoteaddr="127.0.0.1:39692" http.request.uri="/v2/test/blobs/uploads/c72ce46e-bd54-4516-befd-4b14cd7f7b2b?_state=l3Rl9oexSUrfIznomO3aF6cpKq44Xjeblml_jEWOzrB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM3MmNlNDZlLWJkNTQtNDUxNi1iZWZkLTRiMTRjZDdmN2IyYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNlQxNzo1ODoxNy42MDc1MjMxNVoifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.uuid=c72ce46e-bd54-4516-befd-4b14cd7f7b2b 
17:58:17 [2024-02-06T17:58:17.818Z] time="2024-02-06T17:58:17.609699597Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=cc821d5a-8174-4dcf-9a5a-73d83809da7e http.request.method=PUT http.request.remoteaddr="127.0.0.1:39692" http.request.uri="/v2/test/blobs/uploads/c72ce46e-bd54-4516-befd-4b14cd7f7b2b?_state=l3Rl9oexSUrfIznomO3aF6cpKq44Xjeblml_jEWOzrB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM3MmNlNDZlLWJkNTQtNDUxNi1iZWZkLTRiMTRjZDdmN2IyYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNlQxNzo1ODoxNy42MDc1MjMxNVoifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.uuid=c72ce46e-bd54-4516-befd-4b14cd7f7b2b 
17:58:17 [2024-02-06T17:58:17.818Z] time="2024-02-06T17:58:17.610038986Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_uploads/c72ce46e-bd54-4516-befd-4b14cd7f7b2b/startedat")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=cc821d5a-8174-4dcf-9a5a-73d83809da7e http.request.method=PUT http.request.remoteaddr="127.0.0.1:39692" http.request.uri="/v2/test/blobs/uploads/c72ce46e-bd54-4516-befd-4b14cd7f7b2b?_state=l3Rl9oexSUrfIznomO3aF6cpKq44Xjeblml_jEWOzrB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM3MmNlNDZlLWJkNTQtNDUxNi1iZWZkLTRiMTRjZDdmN2IyYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNlQxNzo1ODoxNy42MDc1MjMxNVoifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=268.94µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=13e319d4-117d-4b37-8dad-ab7252df8002 trace.line=95 vars.name=test vars.uuid=c72ce46e-bd54-4516-befd-4b14cd7f7b2b 
17:58:17 [2024-02-06T17:58:17.819Z] time="2024-02-06T17:58:17.610192636Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/c72ce46e-bd54-4516-befd-4b14cd7f7b2b/data", true)" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=cc821d5a-8174-4dcf-9a5a-73d83809da7e http.request.method=PUT http.request.remoteaddr="127.0.0.1:39692" http.request.uri="/v2/test/blobs/uploads/c72ce46e-bd54-4516-befd-4b14cd7f7b2b?_state=l3Rl9oexSUrfIznomO3aF6cpKq44Xjeblml_jEWOzrB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM3MmNlNDZlLWJkNTQtNDUxNi1iZWZkLTRiMTRjZDdmN2IyYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNlQxNzo1ODoxNy42MDc1MjMxNVoifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=42.043µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Writer" trace.id=5f60d3c8-5ed6-4310-b732-aa5392a62d31 trace.line=142 vars.name=test vars.uuid=c72ce46e-bd54-4516-befd-4b14cd7f7b2b 
17:58:17 [2024-02-06T17:58:17.819Z] time="2024-02-06T17:58:17.610312111Z" level=debug msg="(*blobWriter).Commit" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=cc821d5a-8174-4dcf-9a5a-73d83809da7e http.request.method=PUT http.request.remoteaddr="127.0.0.1:39692" http.request.uri="/v2/test/blobs/uploads/c72ce46e-bd54-4516-befd-4b14cd7f7b2b?_state=l3Rl9oexSUrfIznomO3aF6cpKq44Xjeblml_jEWOzrB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM3MmNlNDZlLWJkNTQtNDUxNi1iZWZkLTRiMTRjZDdmN2IyYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNlQxNzo1ODoxNy42MDc1MjMxNVoifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.uuid=c72ce46e-bd54-4516-befd-4b14cd7f7b2b 
17:58:17 [2024-02-06T17:58:17.819Z] time="2024-02-06T17:58:17.610629994Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/c72ce46e-bd54-4516-befd-4b14cd7f7b2b/hashstates/sha256/68")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=cc821d5a-8174-4dcf-9a5a-73d83809da7e http.request.method=PUT http.request.remoteaddr="127.0.0.1:39692" http.request.uri="/v2/test/blobs/uploads/c72ce46e-bd54-4516-befd-4b14cd7f7b2b?_state=l3Rl9oexSUrfIznomO3aF6cpKq44Xjeblml_jEWOzrB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM3MmNlNDZlLWJkNTQtNDUxNi1iZWZkLTRiMTRjZDdmN2IyYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNlQxNzo1ODoxNy42MDc1MjMxNVoifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=218.881µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=f06f9899-0a98-4402-9147-062bbead1cab trace.line=110 vars.name=test vars.uuid=c72ce46e-bd54-4516-befd-4b14cd7f7b2b 
17:58:17 [2024-02-06T17:58:17.819Z] time="2024-02-06T17:58:17.610698294Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/c72ce46e-bd54-4516-befd-4b14cd7f7b2b/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=cc821d5a-8174-4dcf-9a5a-73d83809da7e http.request.method=PUT http.request.remoteaddr="127.0.0.1:39692" http.request.uri="/v2/test/blobs/uploads/c72ce46e-bd54-4516-befd-4b14cd7f7b2b?_state=l3Rl9oexSUrfIznomO3aF6cpKq44Xjeblml_jEWOzrB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM3MmNlNDZlLWJkNTQtNDUxNi1iZWZkLTRiMTRjZDdmN2IyYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNlQxNzo1ODoxNy42MDc1MjMxNVoifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=19.184µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=0bcc9f59-5651-43a5-9de0-93f63ce5ba7c trace.line=155 vars.name=test vars.uuid=c72ce46e-bd54-4516-befd-4b14cd7f7b2b 
17:58:17 [2024-02-06T17:58:17.819Z] time="2024-02-06T17:58:17.610748419Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=cc821d5a-8174-4dcf-9a5a-73d83809da7e http.request.method=PUT http.request.remoteaddr="127.0.0.1:39692" http.request.uri="/v2/test/blobs/uploads/c72ce46e-bd54-4516-befd-4b14cd7f7b2b?_state=l3Rl9oexSUrfIznomO3aF6cpKq44Xjeblml_jEWOzrB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM3MmNlNDZlLWJkNTQtNDUxNi1iZWZkLTRiMTRjZDdmN2IyYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNlQxNzo1ODoxNy42MDc1MjMxNVoifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=12.948µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=9d645b7d-5577-451e-9126-b85a1ada8698 trace.line=155 vars.name=test vars.uuid=c72ce46e-bd54-4516-befd-4b14cd7f7b2b 
17:58:17 [2024-02-06T17:58:17.819Z] time="2024-02-06T17:58:17.610779779Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/c72ce46e-bd54-4516-befd-4b14cd7f7b2b/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=cc821d5a-8174-4dcf-9a5a-73d83809da7e http.request.method=PUT http.request.remoteaddr="127.0.0.1:39692" http.request.uri="/v2/test/blobs/uploads/c72ce46e-bd54-4516-befd-4b14cd7f7b2b?_state=l3Rl9oexSUrfIznomO3aF6cpKq44Xjeblml_jEWOzrB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM3MmNlNDZlLWJkNTQtNDUxNi1iZWZkLTRiMTRjZDdmN2IyYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNlQxNzo1ODoxNy42MDc1MjMxNVoifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=9.345µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=b36cc025-e1db-4f3d-8d7a-39bf57c6f5a1 trace.line=155 vars.name=test vars.uuid=c72ce46e-bd54-4516-befd-4b14cd7f7b2b 
17:58:17 [2024-02-06T17:58:17.819Z] time="2024-02-06T17:58:17.610853371Z" level=debug msg="filesystem.Move("/docker/registry/v2/repositories/test/_uploads/c72ce46e-bd54-4516-befd-4b14cd7f7b2b/data", "/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data"" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=cc821d5a-8174-4dcf-9a5a-73d83809da7e http.request.method=PUT http.request.remoteaddr="127.0.0.1:39692" http.request.uri="/v2/test/blobs/uploads/c72ce46e-bd54-4516-befd-4b14cd7f7b2b?_state=l3Rl9oexSUrfIznomO3aF6cpKq44Xjeblml_jEWOzrB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM3MmNlNDZlLWJkNTQtNDUxNi1iZWZkLTRiMTRjZDdmN2IyYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNlQxNzo1ODoxNy42MDc1MjMxNVoifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=48.476µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Move" trace.id=6e1ecb2a-e60f-4be4-9a28-80bb9194d1d5 trace.line=185 vars.name=test vars.uuid=c72ce46e-bd54-4516-befd-4b14cd7f7b2b 
17:58:17 [2024-02-06T17:58:17.819Z] time="2024-02-06T17:58:17.610932551Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=cc821d5a-8174-4dcf-9a5a-73d83809da7e http.request.method=PUT http.request.remoteaddr="127.0.0.1:39692" http.request.uri="/v2/test/blobs/uploads/c72ce46e-bd54-4516-befd-4b14cd7f7b2b?_state=l3Rl9oexSUrfIznomO3aF6cpKq44Xjeblml_jEWOzrB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM3MmNlNDZlLWJkNTQtNDUxNi1iZWZkLTRiMTRjZDdmN2IyYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNlQxNzo1ODoxNy42MDc1MjMxNVoifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=50.519µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=2b80dda2-7100-4730-b9e5-db25360afc60 trace.line=110 vars.name=test vars.uuid=c72ce46e-bd54-4516-befd-4b14cd7f7b2b 
17:58:17 [2024-02-06T17:58:17.819Z] time="2024-02-06T17:58:17.611050828Z" level=debug msg="filesystem.Delete("/docker/registry/v2/repositories/test/_uploads/c72ce46e-bd54-4516-befd-4b14cd7f7b2b")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=cc821d5a-8174-4dcf-9a5a-73d83809da7e http.request.method=PUT http.request.remoteaddr="127.0.0.1:39692" http.request.uri="/v2/test/blobs/uploads/c72ce46e-bd54-4516-befd-4b14cd7f7b2b?_state=l3Rl9oexSUrfIznomO3aF6cpKq44Xjeblml_jEWOzrB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM3MmNlNDZlLWJkNTQtNDUxNi1iZWZkLTRiMTRjZDdmN2IyYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNlQxNzo1ODoxNy42MDc1MjMxNVoifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=90.798µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Delete" trace.id=24cc1738-40cf-4ea9-9802-ffc6d79bad73 trace.line=202 vars.name=test vars.uuid=c72ce46e-bd54-4516-befd-4b14cd7f7b2b 
17:58:17 [2024-02-06T17:58:17.819Z] time="2024-02-06T17:58:17.611135185Z" level=info msg="response completed" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=cc821d5a-8174-4dcf-9a5a-73d83809da7e http.request.method=PUT http.request.remoteaddr="127.0.0.1:39692" http.request.uri="/v2/test/blobs/uploads/c72ce46e-bd54-4516-befd-4b14cd7f7b2b?_state=l3Rl9oexSUrfIznomO3aF6cpKq44Xjeblml_jEWOzrB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM3MmNlNDZlLWJkNTQtNDUxNi1iZWZkLTRiMTRjZDdmN2IyYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNlQxNzo1ODoxNy42MDc1MjMxNVoifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" http.response.duration=2.168972ms http.response.status=201 http.response.written=0 
17:58:17 [2024-02-06T17:58:17.819Z] 127.0.0.1 - - [06/Feb/2024:17:58:17 +0000] "PUT /v2/test/blobs/uploads/c72ce46e-bd54-4516-befd-4b14cd7f7b2b?_state=l3Rl9oexSUrfIznomO3aF6cpKq44Xjeblml_jEWOzrB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM3MmNlNDZlLWJkNTQtNDUxNi1iZWZkLTRiMTRjZDdmN2IyYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNlQxNzo1ODoxNy42MDc1MjMxNVoifQ%3D%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 201 0 "" "containerd/1.7.12+unknown"
17:58:17 [2024-02-06T17:58:17.819Z] time="2024-02-06T17:58:17.61123153Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=9e1a3763-0a99-49af-af63-b51d9fc2cd2d http.request.method=PUT http.request.remoteaddr="127.0.0.1:39694" http.request.uri="/v2/test/blobs/uploads/18fb7250-b05f-436c-960c-e0c6c28d1ab6?_state=MTA_rZ9MyoiigANdlxVqIibI9Hxn51ZfVUHfSL60Znt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjE4ZmI3MjUwLWIwNWYtNDM2Yy05NjBjLWUwYzZjMjhkMWFiNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNlQxNzo1ODoxNy42MDc1OTgxMTJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.uuid=18fb7250-b05f-436c-960c-e0c6c28d1ab6 
17:58:17 [2024-02-06T17:58:17.819Z] time="2024-02-06T17:58:17.611293495Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=9e1a3763-0a99-49af-af63-b51d9fc2cd2d http.request.method=PUT http.request.remoteaddr="127.0.0.1:39694" http.request.uri="/v2/test/blobs/uploads/18fb7250-b05f-436c-960c-e0c6c28d1ab6?_state=MTA_rZ9MyoiigANdlxVqIibI9Hxn51ZfVUHfSL60Znt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjE4ZmI3MjUwLWIwNWYtNDM2Yy05NjBjLWUwYzZjMjhkMWFiNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNlQxNzo1ODoxNy42MDc1OTgxMTJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.uuid=18fb7250-b05f-436c-960c-e0c6c28d1ab6 
17:58:17 [2024-02-06T17:58:17.819Z] time="2024-02-06T17:58:17.611356174Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_uploads/18fb7250-b05f-436c-960c-e0c6c28d1ab6/startedat")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=9e1a3763-0a99-49af-af63-b51d9fc2cd2d http.request.method=PUT http.request.remoteaddr="127.0.0.1:39694" http.request.uri="/v2/test/blobs/uploads/18fb7250-b05f-436c-960c-e0c6c28d1ab6?_state=MTA_rZ9MyoiigANdlxVqIibI9Hxn51ZfVUHfSL60Znt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjE4ZmI3MjUwLWIwNWYtNDM2Yy05NjBjLWUwYzZjMjhkMWFiNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNlQxNzo1ODoxNy42MDc1OTgxMTJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=34.634µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=d474df9d-6271-4d82-b3ff-4c1aea443967 trace.line=95 vars.name=test vars.uuid=18fb7250-b05f-436c-960c-e0c6c28d1ab6 
17:58:17 [2024-02-06T17:58:17.819Z] time="2024-02-06T17:58:17.611406586Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/18fb7250-b05f-436c-960c-e0c6c28d1ab6/data", true)" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=9e1a3763-0a99-49af-af63-b51d9fc2cd2d http.request.method=PUT http.request.remoteaddr="127.0.0.1:39694" http.request.uri="/v2/test/blobs/uploads/18fb7250-b05f-436c-960c-e0c6c28d1ab6?_state=MTA_rZ9MyoiigANdlxVqIibI9Hxn51ZfVUHfSL60Znt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjE4ZmI3MjUwLWIwNWYtNDM2Yy05NjBjLWUwYzZjMjhkMWFiNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNlQxNzo1ODoxNy42MDc1OTgxMTJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=19.496µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Writer" trace.id=4a895328-9926-4ec8-ac2e-752a7c34b6b8 trace.line=142 vars.name=test vars.uuid=18fb7250-b05f-436c-960c-e0c6c28d1ab6 
17:58:17 [2024-02-06T17:58:17.819Z] time="2024-02-06T17:58:17.611439358Z" level=debug msg="(*blobWriter).Commit" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=9e1a3763-0a99-49af-af63-b51d9fc2cd2d http.request.method=PUT http.request.remoteaddr="127.0.0.1:39694" http.request.uri="/v2/test/blobs/uploads/18fb7250-b05f-436c-960c-e0c6c28d1ab6?_state=MTA_rZ9MyoiigANdlxVqIibI9Hxn51ZfVUHfSL60Znt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjE4ZmI3MjUwLWIwNWYtNDM2Yy05NjBjLWUwYzZjMjhkMWFiNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNlQxNzo1ODoxNy42MDc1OTgxMTJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.uuid=18fb7250-b05f-436c-960c-e0c6c28d1ab6 
17:58:17 [2024-02-06T17:58:17.819Z] time="2024-02-06T17:58:17.611503177Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/18fb7250-b05f-436c-960c-e0c6c28d1ab6/hashstates/sha256/194")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=9e1a3763-0a99-49af-af63-b51d9fc2cd2d http.request.method=PUT http.request.remoteaddr="127.0.0.1:39694" http.request.uri="/v2/test/blobs/uploads/18fb7250-b05f-436c-960c-e0c6c28d1ab6?_state=MTA_rZ9MyoiigANdlxVqIibI9Hxn51ZfVUHfSL60Znt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjE4ZmI3MjUwLWIwNWYtNDM2Yy05NjBjLWUwYzZjMjhkMWFiNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNlQxNzo1ODoxNy42MDc1OTgxMTJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=34.511µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=67c7f98a-adf4-4bae-bd6b-8003e9734aef trace.line=110 vars.name=test vars.uuid=18fb7250-b05f-436c-960c-e0c6c28d1ab6 
17:58:17 [2024-02-06T17:58:17.819Z] time="2024-02-06T17:58:17.611540314Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/18fb7250-b05f-436c-960c-e0c6c28d1ab6/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=9e1a3763-0a99-49af-af63-b51d9fc2cd2d http.request.method=PUT http.request.remoteaddr="127.0.0.1:39694" http.request.uri="/v2/test/blobs/uploads/18fb7250-b05f-436c-960c-e0c6c28d1ab6?_state=MTA_rZ9MyoiigANdlxVqIibI9Hxn51ZfVUHfSL60Znt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjE4ZmI3MjUwLWIwNWYtNDM2Yy05NjBjLWUwYzZjMjhkMWFiNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNlQxNzo1ODoxNy42MDc1OTgxMTJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=10.108µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=321d14d0-fedb-4646-aace-9cc7a79b3c43 trace.line=155 vars.name=test vars.uuid=18fb7250-b05f-436c-960c-e0c6c28d1ab6 
17:58:17 [2024-02-06T17:58:17.819Z] time="2024-02-06T17:58:17.611577138Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=9e1a3763-0a99-49af-af63-b51d9fc2cd2d http.request.method=PUT http.request.remoteaddr="127.0.0.1:39694" http.request.uri="/v2/test/blobs/uploads/18fb7250-b05f-436c-960c-e0c6c28d1ab6?_state=MTA_rZ9MyoiigANdlxVqIibI9Hxn51ZfVUHfSL60Znt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjE4ZmI3MjUwLWIwNWYtNDM2Yy05NjBjLWUwYzZjMjhkMWFiNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNlQxNzo1ODoxNy42MDc1OTgxMTJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=11.857µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=c1289b8a-7d76-4c12-a51f-f31c04fdf5fa trace.line=155 vars.name=test vars.uuid=18fb7250-b05f-436c-960c-e0c6c28d1ab6 
17:58:17 [2024-02-06T17:58:17.819Z] time="2024-02-06T17:58:17.611602845Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/18fb7250-b05f-436c-960c-e0c6c28d1ab6/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=9e1a3763-0a99-49af-af63-b51d9fc2cd2d http.request.method=PUT http.request.remoteaddr="127.0.0.1:39694" http.request.uri="/v2/test/blobs/uploads/18fb7250-b05f-436c-960c-e0c6c28d1ab6?_state=MTA_rZ9MyoiigANdlxVqIibI9Hxn51ZfVUHfSL60Znt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjE4ZmI3MjUwLWIwNWYtNDM2Yy05NjBjLWUwYzZjMjhkMWFiNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNlQxNzo1ODoxNy42MDc1OTgxMTJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=8.607µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=c7ee0d01-a729-426c-90d1-e1e55f920d73 trace.line=155 vars.name=test vars.uuid=18fb7250-b05f-436c-960c-e0c6c28d1ab6 
17:58:17 [2024-02-06T17:58:17.819Z] time="2024-02-06T17:58:17.611659928Z" level=debug msg="filesystem.Move("/docker/registry/v2/repositories/test/_uploads/18fb7250-b05f-436c-960c-e0c6c28d1ab6/data", "/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data"" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=9e1a3763-0a99-49af-af63-b51d9fc2cd2d http.request.method=PUT http.request.remoteaddr="127.0.0.1:39694" http.request.uri="/v2/test/blobs/uploads/18fb7250-b05f-436c-960c-e0c6c28d1ab6?_state=MTA_rZ9MyoiigANdlxVqIibI9Hxn51ZfVUHfSL60Znt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjE4ZmI3MjUwLWIwNWYtNDM2Yy05NjBjLWUwYzZjMjhkMWFiNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNlQxNzo1ODoxNy42MDc1OTgxMTJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=36.39µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Move" trace.id=60405eb0-d015-4b92-8ad5-fdc686a0e394 trace.line=185 vars.name=test vars.uuid=18fb7250-b05f-436c-960c-e0c6c28d1ab6 
17:58:17 [2024-02-06T17:58:17.819Z] time="2024-02-06T17:58:17.611721705Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=9e1a3763-0a99-49af-af63-b51d9fc2cd2d http.request.method=PUT http.request.remoteaddr="127.0.0.1:39694" http.request.uri="/v2/test/blobs/uploads/18fb7250-b05f-436c-960c-e0c6c28d1ab6?_state=MTA_rZ9MyoiigANdlxVqIibI9Hxn51ZfVUHfSL60Znt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjE4ZmI3MjUwLWIwNWYtNDM2Yy05NjBjLWUwYzZjMjhkMWFiNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNlQxNzo1ODoxNy42MDc1OTgxMTJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=34.454µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=0ff845f5-5b92-4bc2-894a-67c1747905f9 trace.line=110 vars.name=test vars.uuid=18fb7250-b05f-436c-960c-e0c6c28d1ab6 
17:58:17 [2024-02-06T17:58:17.819Z] time="2024-02-06T17:58:17.61189279Z" level=debug msg="filesystem.Delete("/docker/registry/v2/repositories/test/_uploads/18fb7250-b05f-436c-960c-e0c6c28d1ab6")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=9e1a3763-0a99-49af-af63-b51d9fc2cd2d http.request.method=PUT http.request.remoteaddr="127.0.0.1:39694" http.request.uri="/v2/test/blobs/uploads/18fb7250-b05f-436c-960c-e0c6c28d1ab6?_state=MTA_rZ9MyoiigANdlxVqIibI9Hxn51ZfVUHfSL60Znt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjE4ZmI3MjUwLWIwNWYtNDM2Yy05NjBjLWUwYzZjMjhkMWFiNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNlQxNzo1ODoxNy42MDc1OTgxMTJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=87.114µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Delete" trace.id=cd6fd35c-d85f-476b-b688-fef744296a49 trace.line=202 vars.name=test vars.uuid=18fb7250-b05f-436c-960c-e0c6c28d1ab6 
17:58:17 [2024-02-06T17:58:17.819Z] time="2024-02-06T17:58:17.611965488Z" level=info msg="response completed" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=9e1a3763-0a99-49af-af63-b51d9fc2cd2d http.request.method=PUT http.request.remoteaddr="127.0.0.1:39694" http.request.uri="/v2/test/blobs/uploads/18fb7250-b05f-436c-960c-e0c6c28d1ab6?_state=MTA_rZ9MyoiigANdlxVqIibI9Hxn51ZfVUHfSL60Znt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjE4ZmI3MjUwLWIwNWYtNDM2Yy05NjBjLWUwYzZjMjhkMWFiNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNlQxNzo1ODoxNy42MDc1OTgxMTJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" http.response.duration=1.842317ms http.response.status=201 http.response.written=0 
17:58:17 [2024-02-06T17:58:17.819Z] 127.0.0.1 - - [06/Feb/2024:17:58:17 +0000] "PUT /v2/test/blobs/uploads/18fb7250-b05f-436c-960c-e0c6c28d1ab6?_state=MTA_rZ9MyoiigANdlxVqIibI9Hxn51ZfVUHfSL60Znt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjE4ZmI3MjUwLWIwNWYtNDM2Yy05NjBjLWUwYzZjMjhkMWFiNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wNlQxNzo1ODoxNy42MDc1OTgxMTJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 201 0 "" "containerd/1.7.12+unknown"
17:58:17 [2024-02-06T17:58:17.819Z] time="2024-02-06T17:58:17.613459143Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=d5d1fa89-7671-487a-9d7c-6f18d4a87cda http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39694" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest 
17:58:17 [2024-02-06T17:58:17.819Z] time="2024-02-06T17:58:17.613494729Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=d5d1fa89-7671-487a-9d7c-6f18d4a87cda http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39694" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest 
17:58:17 [2024-02-06T17:58:17.819Z] time="2024-02-06T17:58:17.613549695Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=d5d1fa89-7671-487a-9d7c-6f18d4a87cda http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39694" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=26.256µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=ea1ab610-5e56-463a-bc18-fc9f2e1b52b2 trace.line=95 vars.name=test vars.reference=latest 
17:58:17 [2024-02-06T17:58:17.819Z] time="2024-02-06T17:58:17.613609741Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=latest" err.message="manifest unknown" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=d5d1fa89-7671-487a-9d7c-6f18d4a87cda http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39694" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.318977ms http.response.status=404 http.response.written=96 vars.name=test vars.reference=latest 
17:58:17 [2024-02-06T17:58:17.819Z] 127.0.0.1 - - [06/Feb/2024:17:58:17 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 404 96 "" "containerd/1.7.12+unknown"
17:58:17 [2024-02-06T17:58:17.819Z] time="2024-02-06T17:58:17.614676056Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=1c8e24bd-5b23-494e-8e55-4a4bbce1cc54 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39694" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest 
17:58:17 [2024-02-06T17:58:17.819Z] time="2024-02-06T17:58:17.614708393Z" level=debug msg=PutImageManifest go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=1c8e24bd-5b23-494e-8e55-4a4bbce1cc54 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39694" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest 
17:58:17 [2024-02-06T17:58:17.819Z] time="2024-02-06T17:58:17.614844902Z" level=debug msg="Putting a Docker Manifest!" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=1c8e24bd-5b23-494e-8e55-4a4bbce1cc54 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39694" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest 
17:58:17 [2024-02-06T17:58:17.819Z] time="2024-02-06T17:58:17.614861074Z" level=debug msg="(*manifestStore).Put" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=1c8e24bd-5b23-494e-8e55-4a4bbce1cc54 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39694" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest 
17:58:17 [2024-02-06T17:58:17.819Z] time="2024-02-06T17:58:17.614870149Z" level=debug msg="(*schema2ManifestHandler).Put" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=1c8e24bd-5b23-494e-8e55-4a4bbce1cc54 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39694" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest 
17:58:17 [2024-02-06T17:58:17.819Z] time="2024-02-06T17:58:17.614938727Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link")" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=1c8e24bd-5b23-494e-8e55-4a4bbce1cc54 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39694" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=40.386µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=f1ff2472-c05e-47be-9ed9-4ab6c359fe5b trace.line=95 vars.name=test vars.reference=latest 
17:58:17 [2024-02-06T17:58:17.819Z] time="2024-02-06T17:58:17.614987343Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data")" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=1c8e24bd-5b23-494e-8e55-4a4bbce1cc54 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39694" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=16.796µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=5f8082a7-58b6-4423-b267-7cb2fc68c260 trace.line=155 vars.name=test vars.reference=latest 
17:58:17 [2024-02-06T17:58:17.819Z] time="2024-02-06T17:58:17.615039577Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link")" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=1c8e24bd-5b23-494e-8e55-4a4bbce1cc54 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39694" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=19.06µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=638de542-76d6-401e-a3a4-e1d520ebd45b trace.line=95 vars.name=test vars.reference=latest 
17:58:17 [2024-02-06T17:58:17.819Z] time="2024-02-06T17:58:17.615074309Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data")" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=1c8e24bd-5b23-494e-8e55-4a4bbce1cc54 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39694" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=10.863µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=17f2e4e0-8c6b-4d1a-b1dc-4d588265397b trace.line=155 vars.name=test vars.reference=latest 
17:58:17 [2024-02-06T17:58:17.819Z] time="2024-02-06T17:58:17.615111183Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data")" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=1c8e24bd-5b23-494e-8e55-4a4bbce1cc54 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39694" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=12.258µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=508b3e2b-e4af-4446-b03b-d5775a6bee90 trace.line=155 vars.name=test vars.reference=latest 
17:58:17 [2024-02-06T17:58:17.819Z] time="2024-02-06T17:58:17.61518402Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data")" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=1c8e24bd-5b23-494e-8e55-4a4bbce1cc54 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39694" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=45.645µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=c1ab1e7c-bb3e-49f3-a77a-07323f2a9d9d trace.line=110 vars.name=test vars.reference=latest 
17:58:17 [2024-02-06T17:58:17.819Z] time="2024-02-06T17:58:17.615268869Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_manifests/revisions/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link")" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=1c8e24bd-5b23-494e-8e55-4a4bbce1cc54 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39694" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=51.389µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=0096b9f8-08dc-4e01-83ef-6fe7a36899c5 trace.line=110 vars.name=test vars.reference=latest 
17:58:17 [2024-02-06T17:58:17.819Z] time="2024-02-06T17:58:17.615423266Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_manifests/tags/latest/index/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link")" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=1c8e24bd-5b23-494e-8e55-4a4bbce1cc54 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39694" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=63.951µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=74596a3b-a443-46a1-a747-086cc6e2d1a8 trace.line=110 vars.name=test vars.reference=latest 
17:58:17 [2024-02-06T17:58:17.819Z] time="2024-02-06T17:58:17.615479545Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link")" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=1c8e24bd-5b23-494e-8e55-4a4bbce1cc54 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39694" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=30.81µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=326e4ad4-3438-4ef8-aeaa-4cf052d99909 trace.line=110 vars.name=test vars.reference=latest 
17:58:17 [2024-02-06T17:58:17.819Z] time="2024-02-06T17:58:17.615515221Z" level=debug msg="Succeeded in putting manifest!" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=1c8e24bd-5b23-494e-8e55-4a4bbce1cc54 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39694" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest 
17:58:17 [2024-02-06T17:58:17.819Z] time="2024-02-06T17:58:17.615535052Z" level=info msg="response completed" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=1c8e24bd-5b23-494e-8e55-4a4bbce1cc54 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39694" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" http.response.duration=1.591543ms http.response.status=201 http.response.written=0 
17:58:17 [2024-02-06T17:58:17.819Z] 127.0.0.1 - - [06/Feb/2024:17:58:17 +0000] "PUT /v2/test/manifests/latest HTTP/1.1" 201 0 "" "containerd/1.7.12+unknown"
17:58:17 [2024-02-06T17:58:17.819Z] time="2024-02-06T17:58:17.620770441Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=9867c9b4-e1ce-47dc-9309-4b9b2be0acff http.request.method=GET http.request.remoteaddr="127.0.0.1:39716" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" 
17:58:17 [2024-02-06T17:58:17.820Z] time="2024-02-06T17:58:17.620810179Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=9867c9b4-e1ce-47dc-9309-4b9b2be0acff http.request.method=GET http.request.remoteaddr="127.0.0.1:39716" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.245344ms http.response.status=200 http.response.written=2 
17:58:17 [2024-02-06T17:58:17.820Z] 127.0.0.1 - - [06/Feb/2024:17:58:17 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
17:58:17 [2024-02-06T17:58:17.820Z] time="2024-02-06T17:58:17.6229669Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=5ef21d1b-fd69-4720-9420-f6c8496f5ecd http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39722" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest 
17:58:17 [2024-02-06T17:58:17.820Z] time="2024-02-06T17:58:17.623003027Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=5ef21d1b-fd69-4720-9420-f6c8496f5ecd http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39722" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest 
17:58:17 [2024-02-06T17:58:17.820Z] time="2024-02-06T17:58:17.623071278Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=5ef21d1b-fd69-4720-9420-f6c8496f5ecd http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39722" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=39.073µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=326a6b24-eede-49c7-aa33-3fa714e8b52a trace.line=95 vars.name=test vars.reference=latest 
17:58:17 [2024-02-06T17:58:17.820Z] time="2024-02-06T17:58:17.62309335Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=5ef21d1b-fd69-4720-9420-f6c8496f5ecd http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39722" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest 
17:58:17 [2024-02-06T17:58:17.820Z] time="2024-02-06T17:58:17.623136583Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_manifests/revisions/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=5ef21d1b-fd69-4720-9420-f6c8496f5ecd http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39722" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=21.211µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=1de409f8-9179-4793-8db3-2786656e279b trace.line=95 vars.name=test vars.reference=latest 
17:58:17 [2024-02-06T17:58:17.820Z] time="2024-02-06T17:58:17.623185493Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=5ef21d1b-fd69-4720-9420-f6c8496f5ecd http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39722" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=18.215µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=4f6801d9-91ec-491d-9038-86bbbd610e99 trace.line=155 vars.name=test vars.reference=latest 
17:58:17 [2024-02-06T17:58:17.820Z] time="2024-02-06T17:58:17.623228447Z" level=debug msg="filesystem.Reader("/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data", 0)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=5ef21d1b-fd69-4720-9420-f6c8496f5ecd http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39722" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=13.694µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Reader" trace.id=c1363c56-77c9-44e8-9ad0-80abad54b34d trace.line=125 vars.name=test vars.reference=latest 
17:58:17 [2024-02-06T17:58:17.820Z] time="2024-02-06T17:58:17.623267208Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=5ef21d1b-fd69-4720-9420-f6c8496f5ecd http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39722" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest 
17:58:17 [2024-02-06T17:58:17.820Z] time="2024-02-06T17:58:17.623353477Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=5ef21d1b-fd69-4720-9420-f6c8496f5ecd http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39722" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-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.262656ms http.response.status=200 http.response.written=417 
17:58:17 [2024-02-06T17:58:17.820Z] 127.0.0.1 - - [06/Feb/2024:17:58:17 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 200 417 "" "docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
17:58:17 [2024-02-06T17:58:17.820Z] time="2024-02-06T17:58:17.636017383Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=abb4fc39-1ca3-4bfb-9852-de72852d06df http.request.method=GET http.request.remoteaddr="127.0.0.1:39726" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:58:17 [2024-02-06T17:58:17.820Z] time="2024-02-06T17:58:17.636059647Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=abb4fc39-1ca3-4bfb-9852-de72852d06df http.request.method=GET http.request.remoteaddr="127.0.0.1:39726" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:58:17 [2024-02-06T17:58:17.820Z] time="2024-02-06T17:58:17.636073465Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=abb4fc39-1ca3-4bfb-9852-de72852d06df http.request.method=GET http.request.remoteaddr="127.0.0.1:39726" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:58:17 [2024-02-06T17:58:17.820Z] time="2024-02-06T17:58:17.636146655Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_manifests/revisions/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=abb4fc39-1ca3-4bfb-9852-de72852d06df http.request.method=GET http.request.remoteaddr="127.0.0.1:39726" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=44.94µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=29d5dcb6-f073-4128-a85d-7286a2bf1659 trace.line=95 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:58:17 [2024-02-06T17:58:17.820Z] time="2024-02-06T17:58:17.636194885Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=abb4fc39-1ca3-4bfb-9852-de72852d06df http.request.method=GET http.request.remoteaddr="127.0.0.1:39726" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=13.974µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=227b3a16-11bc-43a5-9761-36ceb6b87d52 trace.line=155 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:58:17 [2024-02-06T17:58:17.820Z] time="2024-02-06T17:58:17.636231857Z" level=debug msg="filesystem.Reader("/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data", 0)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=abb4fc39-1ca3-4bfb-9852-de72852d06df http.request.method=GET http.request.remoteaddr="127.0.0.1:39726" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=13.316µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Reader" trace.id=7dba99bb-db68-4238-87d1-046e5fafc0fe trace.line=125 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:58:17 [2024-02-06T17:58:17.820Z] time="2024-02-06T17:58:17.636268353Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=abb4fc39-1ca3-4bfb-9852-de72852d06df http.request.method=GET http.request.remoteaddr="127.0.0.1:39726" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:58:17 [2024-02-06T17:58:17.820Z] time="2024-02-06T17:58:17.636353277Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=abb4fc39-1ca3-4bfb-9852-de72852d06df http.request.method=GET http.request.remoteaddr="127.0.0.1:39726" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-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.119534ms http.response.status=200 http.response.written=417 
17:58:17 [2024-02-06T17:58:17.820Z] 127.0.0.1 - - [06/Feb/2024:17:58:17 +0000] "GET /v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 200 417 "" "docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
17:58:17 [2024-02-06T17:58:17.820Z] time="2024-02-06T17:58:17.644352666Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=a1b3beea-6b59-4d97-b235-04b74547560c http.request.method=GET http.request.remoteaddr="127.0.0.1:39734" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:58:17 [2024-02-06T17:58:17.820Z] time="2024-02-06T17:58:17.644399123Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=a1b3beea-6b59-4d97-b235-04b74547560c http.request.method=GET http.request.remoteaddr="127.0.0.1:39734" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:58:17 [2024-02-06T17:58:17.820Z] time="2024-02-06T17:58:17.644434159Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=fbe3e824-10dd-447e-b89d-5ccd47da7e6b http.request.method=GET http.request.remoteaddr="127.0.0.1:39744" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:58:17 [2024-02-06T17:58:17.820Z] time="2024-02-06T17:58:17.644470902Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=a1b3beea-6b59-4d97-b235-04b74547560c http.request.method=GET http.request.remoteaddr="127.0.0.1:39734" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=40.485µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=6b23077f-0650-4987-9b69-9415dd448a33 trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:58:17 [2024-02-06T17:58:17.820Z] time="2024-02-06T17:58:17.64449473Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=fbe3e824-10dd-447e-b89d-5ccd47da7e6b http.request.method=GET http.request.remoteaddr="127.0.0.1:39744" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:58:17 [2024-02-06T17:58:17.820Z] time="2024-02-06T17:58:17.644519386Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=a1b3beea-6b59-4d97-b235-04b74547560c http.request.method=GET http.request.remoteaddr="127.0.0.1:39734" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=15.122µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=036640ab-61b0-4df1-9c54-5952568723b4 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:58:17 [2024-02-06T17:58:17.820Z] time="2024-02-06T17:58:17.644557753Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=fbe3e824-10dd-447e-b89d-5ccd47da7e6b http.request.method=GET http.request.remoteaddr="127.0.0.1:39744" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=34.437µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=0bc63958-3e97-4b47-8fc6-a53516f1dc7c trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:58:17 [2024-02-06T17:58:17.820Z] time="2024-02-06T17:58:17.644565245Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=a1b3beea-6b59-4d97-b235-04b74547560c http.request.method=GET http.request.remoteaddr="127.0.0.1:39734" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=18.576µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=0143bc82-052a-41e0-ae44-dc35d6a259c8 trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:58:17 [2024-02-06T17:58:17.820Z] time="2024-02-06T17:58:17.644605704Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=a1b3beea-6b59-4d97-b235-04b74547560c http.request.method=GET http.request.remoteaddr="127.0.0.1:39734" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=10.174µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=1b358120-c80f-49d6-bf60-989992974851 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:58:17 [2024-02-06T17:58:17.820Z] time="2024-02-06T17:58:17.644624387Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=fbe3e824-10dd-447e-b89d-5ccd47da7e6b http.request.method=GET http.request.remoteaddr="127.0.0.1:39744" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=31.762µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=5dc79fc8-4192-4aae-a0e4-6c58caa9d410 trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:58:17 [2024-02-06T17:58:17.820Z] time="2024-02-06T17:58:17.644638303Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=a1b3beea-6b59-4d97-b235-04b74547560c http.request.method=GET http.request.remoteaddr="127.0.0.1:39734" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=10.33µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=68b5d767-edec-4f83-a69c-58e1f45d3806 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:58:17 [2024-02-06T17:58:17.820Z] time="2024-02-06T17:58:17.644672092Z" level=debug msg="filesystem.URLFor("/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=a1b3beea-6b59-4d97-b235-04b74547560c http.request.method=GET http.request.remoteaddr="127.0.0.1:39734" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=10.453µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).URLFor" trace.id=4b86eea2-22b7-4dc5-80cb-a7794120426a trace.line=217 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:58:17 [2024-02-06T17:58:17.820Z] time="2024-02-06T17:58:17.644726968Z" level=debug msg="filesystem.Reader("/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data", 0)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=a1b3beea-6b59-4d97-b235-04b74547560c http.request.method=GET http.request.remoteaddr="127.0.0.1:39734" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=14.547µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Reader" trace.id=11dc880f-d2cf-45e9-b290-1c8b2a237a71 trace.line=125 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:58:17 [2024-02-06T17:58:17.820Z] time="2024-02-06T17:58:17.645065003Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=fbe3e824-10dd-447e-b89d-5ccd47da7e6b http.request.method=GET http.request.remoteaddr="127.0.0.1:39744" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=171.176µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=dea93fb5-07a0-49c7-81f4-59e6497e9c7d trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:58:17 [2024-02-06T17:58:17.820Z] time="2024-02-06T17:58:17.645148794Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=fbe3e824-10dd-447e-b89d-5ccd47da7e6b http.request.method=GET http.request.remoteaddr="127.0.0.1:39744" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=20.291µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=5d76cef7-1f86-480d-b6c4-936d3b48e2ff trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:58:17 [2024-02-06T17:58:17.820Z] time="2024-02-06T17:58:17.645196868Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=fbe3e824-10dd-447e-b89d-5ccd47da7e6b http.request.method=GET http.request.remoteaddr="127.0.0.1:39744" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=14.153µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=304bc44b-495e-4380-9045-11b8547cf96d trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:58:17 [2024-02-06T17:58:17.820Z] time="2024-02-06T17:58:17.645238247Z" level=debug msg="filesystem.URLFor("/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=fbe3e824-10dd-447e-b89d-5ccd47da7e6b http.request.method=GET http.request.remoteaddr="127.0.0.1:39744" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=6.785µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).URLFor" trace.id=109edc67-0e28-4f9d-9e93-96816bdb93e0 trace.line=217 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:58:17 [2024-02-06T17:58:17.820Z] time="2024-02-06T17:58:17.645362103Z" level=debug msg="filesystem.Reader("/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data", 0)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=fbe3e824-10dd-447e-b89d-5ccd47da7e6b http.request.method=GET http.request.remoteaddr="127.0.0.1:39744" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=42.092µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Reader" trace.id=e15e5adb-925f-4e83-922f-f700bbb5dc4e trace.line=125 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:58:17 [2024-02-06T17:58:17.820Z] time="2024-02-06T17:58:17.64603024Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=fbe3e824-10dd-447e-b89d-5ccd47da7e6b http.request.method=GET http.request.remoteaddr="127.0.0.1:39744" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=34.748µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=c9fde385-4e47-4846-9078-5d2b75694d2c trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:58:17 [2024-02-06T17:58:17.820Z] time="2024-02-06T17:58:17.64608162Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=fbe3e824-10dd-447e-b89d-5ccd47da7e6b http.request.method=GET http.request.remoteaddr="127.0.0.1:39744" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=14.072µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=e9e57b56-5c3d-47fc-bf18-9c49decf6bda trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:58:17 [2024-02-06T17:58:17.820Z] time="2024-02-06T17:58:17.646138843Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=fbe3e824-10dd-447e-b89d-5ccd47da7e6b http.request.method=GET http.request.remoteaddr="127.0.0.1:39744" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=3.111849ms http.response.status=200 http.response.written=68 
17:58:17 [2024-02-06T17:58:17.820Z] 127.0.0.1 - - [06/Feb/2024:17:58:17 +0000] "GET /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 200 68 "" "docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
17:58:17 [2024-02-06T17:58:17.820Z] time="2024-02-06T17:58:17.646241785Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=a1b3beea-6b59-4d97-b235-04b74547560c http.request.method=GET http.request.remoteaddr="127.0.0.1:39734" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=49.026µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=5f872fe6-d311-49d5-bc93-33cac040cebe trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:58:17 [2024-02-06T17:58:17.820Z] time="2024-02-06T17:58:17.646300386Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=a1b3beea-6b59-4d97-b235-04b74547560c http.request.method=GET http.request.remoteaddr="127.0.0.1:39734" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=14.548µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=6e13ffbf-6953-403e-936a-3512aa269967 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:58:17 [2024-02-06T17:58:17.821Z] time="2024-02-06T17:58:17.646353202Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=a1b3beea-6b59-4d97-b235-04b74547560c http.request.method=GET http.request.remoteaddr="127.0.0.1:39734" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=3.363394ms http.response.status=200 http.response.written=194 
17:58:17 [2024-02-06T17:58:17.821Z] 127.0.0.1 - - [06/Feb/2024:17:58:17 +0000] "GET /v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 200 194 "" "docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
17:58:17 [2024-02-06T17:58:17.821Z] time="2024-02-06T17:58:17.65920128Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=56fa80bd-7946-4ded-beba-a5ffa10ccaf1 http.request.method=GET http.request.remoteaddr="127.0.0.1:39766" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" 
17:58:17 [2024-02-06T17:58:17.821Z] time="2024-02-06T17:58:17.659237301Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=56fa80bd-7946-4ded-beba-a5ffa10ccaf1 http.request.method=GET http.request.remoteaddr="127.0.0.1:39766" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="803.956µs" http.response.status=200 http.response.written=2 
17:58:17 [2024-02-06T17:58:17.821Z] 127.0.0.1 - - [06/Feb/2024:17:58:17 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
17:58:17 [2024-02-06T17:58:17.821Z] time="2024-02-06T17:58:17.665121233Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=3412042f-f740-43e6-accb-b44b8e40462b http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39770" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:58:17 [2024-02-06T17:58:17.821Z] time="2024-02-06T17:58:17.665177807Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=3412042f-f740-43e6-accb-b44b8e40462b http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39770" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:58:17 [2024-02-06T17:58:17.821Z] time="2024-02-06T17:58:17.665196457Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=3412042f-f740-43e6-accb-b44b8e40462b http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39770" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:58:17 [2024-02-06T17:58:17.821Z] time="2024-02-06T17:58:17.66530831Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/other/_manifests/revisions/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=3412042f-f740-43e6-accb-b44b8e40462b http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39770" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=30.851µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=822ec387-526f-4e9d-b0af-12d545277cec trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:58:17 [2024-02-06T17:58:17.821Z] time="2024-02-06T17:58:17.665440462Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/other/_layers/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=3412042f-f740-43e6-accb-b44b8e40462b http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39770" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=51.816µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=494fb8b3-87f3-4eb8-ba6b-37079b7f7922 trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:58:17 [2024-02-06T17:58:17.821Z] time="2024-02-06T17:58:17.665626136Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown manifest name=other revision=sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" err.message="manifest unknown" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=3412042f-f740-43e6-accb-b44b8e40462b http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39770" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.443046ms http.response.status=404 http.response.written=181 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:58:17 [2024-02-06T17:58:17.821Z] 127.0.0.1 - - [06/Feb/2024:17:58:17 +0000] "HEAD /v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 404 181 "" "docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
17:58:17 [2024-02-06T17:58:17.821Z] time="2024-02-06T17:58:17.666823405Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=8eceb1e0-6362-4fb4-b947-67aeca360c47 http.request.method=GET http.request.remoteaddr="127.0.0.1:39786" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:58:17 [2024-02-06T17:58:17.821Z] time="2024-02-06T17:58:17.666858983Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=8eceb1e0-6362-4fb4-b947-67aeca360c47 http.request.method=GET http.request.remoteaddr="127.0.0.1:39786" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:58:17 [2024-02-06T17:58:17.821Z] time="2024-02-06T17:58:17.666871529Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=8eceb1e0-6362-4fb4-b947-67aeca360c47 http.request.method=GET http.request.remoteaddr="127.0.0.1:39786" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:58:17 [2024-02-06T17:58:17.821Z] time="2024-02-06T17:58:17.666922597Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/other/_manifests/revisions/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=8eceb1e0-6362-4fb4-b947-67aeca360c47 http.request.method=GET http.request.remoteaddr="127.0.0.1:39786" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=25.116µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=e4c2103f-c545-4a0f-90c9-dacd32f2b046 trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:58:17 [2024-02-06T17:58:17.821Z] time="2024-02-06T17:58:17.666966938Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/other/_layers/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=8eceb1e0-6362-4fb4-b947-67aeca360c47 http.request.method=GET http.request.remoteaddr="127.0.0.1:39786" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=12.217µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=0d186dc5-bc64-4d88-854a-96039ac2680b trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:58:17 [2024-02-06T17:58:17.821Z] time="2024-02-06T17:58:17.667003188Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown manifest name=other revision=sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" err.message="manifest unknown" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=8eceb1e0-6362-4fb4-b947-67aeca360c47 http.request.method=GET http.request.remoteaddr="127.0.0.1:39786" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="883.767µs" http.response.status=404 http.response.written=181 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:58:17 [2024-02-06T17:58:17.821Z] 127.0.0.1 - - [06/Feb/2024:17:58:17 +0000] "GET /v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 404 181 "" "docker/dev go/go1.21.6 git-commit/14503ccebda590c6315462bb2f391b2dde7bcc2b kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
17:58:17 [2024-02-06T17:58:17.821Z] --- PASS: TestImagePullStoredDigestForOtherRepo (0.18s)
17:58:17 [2024-02-06T17:58:17.821Z] === RUN   TestImagePullNonExisting
17:58:17 [2024-02-06T17:58:17.821Z] === RUN   TestImagePullNonExisting/asdfasdf:foobar
17:58:17 [2024-02-06T17:58:17.821Z] === PAUSE TestImagePullNonExisting/asdfasdf:foobar
17:58:17 [2024-02-06T17:58:17.821Z] === RUN   TestImagePullNonExisting/library/asdfasdf:foobar
17:58:17 [2024-02-06T17:58:17.821Z] === PAUSE TestImagePullNonExisting/library/asdfasdf:foobar
17:58:17 [2024-02-06T17:58:17.821Z] === RUN   TestImagePullNonExisting/asdfasdf
17:58:17 [2024-02-06T17:58:17.821Z] === PAUSE TestImagePullNonExisting/asdfasdf
17:58:17 [2024-02-06T17:58:17.821Z] === RUN   TestImagePullNonExisting/asdfasdf:latest
17:58:17 [2024-02-06T17:58:17.821Z] === PAUSE TestImagePullNonExisting/asdfasdf:latest
17:58:17 [2024-02-06T17:58:17.821Z] === RUN   TestImagePullNonExisting/library/asdfasdf
17:58:17 [2024-02-06T17:58:17.821Z] === PAUSE TestImagePullNonExisting/library/asdfasdf
17:58:17 [2024-02-06T17:58:17.821Z] === RUN   TestImagePullNonExisting/library/asdfasdf:latest
17:58:17 [2024-02-06T17:58:17.821Z] === PAUSE TestImagePullNonExisting/library/asdfasdf:latest
17:58:17 [2024-02-06T17:58:17.821Z] === CONT  TestImagePullNonExisting/asdfasdf:foobar
17:58:17 [2024-02-06T17:58:17.821Z] === CONT  TestImagePullNonExisting/asdfasdf:latest
17:58:17 [2024-02-06T17:58:17.821Z] === CONT  TestImagePullNonExisting/library/asdfasdf:latest
17:58:17 [2024-02-06T17:58:17.821Z] === CONT  TestImagePullNonExisting/asdfasdf
17:58:17 [2024-02-06T17:58:17.821Z] === CONT  TestImagePullNonExisting/library/asdfasdf
17:58:17 [2024-02-06T17:58:17.821Z] === CONT  TestImagePullNonExisting/library/asdfasdf:foobar
17:58:19 [2024-02-06T17:58:19.182Z] --- PASS: TestImagePullNonExisting (0.01s)
17:58:19 [2024-02-06T17:58:19.182Z]     --- PASS: TestImagePullNonExisting/asdfasdf:latest (0.96s)
17:58:19 [2024-02-06T17:58:19.182Z]     --- PASS: TestImagePullNonExisting/library/asdfasdf:foobar (0.96s)
17:58:19 [2024-02-06T17:58:19.182Z]     --- PASS: TestImagePullNonExisting/library/asdfasdf:latest (0.97s)
17:58:19 [2024-02-06T17:58:19.182Z]     --- PASS: TestImagePullNonExisting/asdfasdf:foobar (0.97s)
17:58:19 [2024-02-06T17:58:19.182Z]     --- PASS: TestImagePullNonExisting/library/asdfasdf (1.28s)
17:58:19 [2024-02-06T17:58:19.182Z]     --- PASS: TestImagePullNonExisting/asdfasdf (1.29s)
17:58:19 [2024-02-06T17:58:19.182Z] === RUN   TestRemoveImageOrphaning
17:58:19 [2024-02-06T17:58:19.182Z] --- PASS: TestRemoveImageOrphaning (0.15s)
17:58:19 [2024-02-06T17:58:19.182Z] === RUN   TestRemoveByDigest
17:58:19 [2024-02-06T17:58:19.182Z]     remove_test.go:64: !testEnv.UsingSnapshotter(): RepoDigests doesn't include tags when using graphdrivers
17:58:19 [2024-02-06T17:58:19.182Z] --- SKIP: TestRemoveByDigest (0.00s)
17:58:19 [2024-02-06T17:58:19.182Z] === RUN   TestRemoveImageGarbageCollector
17:58:19 [2024-02-06T17:58:19.182Z]     remove_unix_test.go:35: (*Execution).NotAmd64-fm
17:58:19 [2024-02-06T17:58:19.182Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
17:58:19 [2024-02-06T17:58:19.182Z] === RUN   TestSaveCheckTimes
17:58:19 [2024-02-06T17:58:19.182Z] === PAUSE TestSaveCheckTimes
17:58:19 [2024-02-06T17:58:19.182Z] === RUN   TestSaveOCI
17:58:19 [2024-02-06T17:58:19.436Z] === RUN   TestSaveOCI/busybox:latest
17:58:19 [2024-02-06T17:58:19.436Z] === RUN   TestSaveOCI/busybox:latest/Manifest
17:58:19 [2024-02-06T17:58:19.436Z] === RUN   TestSaveOCI/busybox:latest/Config
17:58:19 [2024-02-06T17:58:19.436Z] === RUN   TestSaveOCI/busybox:latest/Containerd_image_name
17:58:19 [2024-02-06T17:58:19.436Z] === RUN   TestSaveOCI/busybox:latest/OCI_reference_tag
17:58:19 [2024-02-06T17:58:19.436Z] === RUN   TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e
17:58:19 [2024-02-06T17:58:19.436Z] === RUN   TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Manifest
17:58:19 [2024-02-06T17:58:19.436Z] === RUN   TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Config
17:58:19 [2024-02-06T17:58:19.436Z] === RUN   TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Containerd_image_name
17:58:19 [2024-02-06T17:58:19.436Z] === RUN   TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/OCI_reference_tag
17:58:19 [2024-02-06T17:58:19.436Z] === RUN   TestSaveOCI/multilayer:latest
17:58:19 [2024-02-06T17:58:19.436Z] === RUN   TestSaveOCI/multilayer:latest/Manifest
17:58:19 [2024-02-06T17:58:19.436Z] === RUN   TestSaveOCI/multilayer:latest/Config
17:58:19 [2024-02-06T17:58:19.436Z] === RUN   TestSaveOCI/multilayer:latest/Containerd_image_name
17:58:19 [2024-02-06T17:58:19.436Z] === RUN   TestSaveOCI/multilayer:latest/OCI_reference_tag
17:58:19 [2024-02-06T17:58:19.436Z] --- PASS: TestSaveOCI (0.13s)
17:58:19 [2024-02-06T17:58:19.436Z]     --- PASS: TestSaveOCI/busybox:latest (0.02s)
17:58:19 [2024-02-06T17:58:19.436Z]         --- PASS: TestSaveOCI/busybox:latest/Manifest (0.00s)
17:58:19 [2024-02-06T17:58:19.436Z]         --- PASS: TestSaveOCI/busybox:latest/Config (0.00s)
17:58:19 [2024-02-06T17:58:19.436Z]         --- PASS: TestSaveOCI/busybox:latest/Containerd_image_name (0.00s)
17:58:19 [2024-02-06T17:58:19.436Z]         --- PASS: TestSaveOCI/busybox:latest/OCI_reference_tag (0.00s)
17:58:19 [2024-02-06T17:58:19.436Z]     --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e (0.02s)
17:58:19 [2024-02-06T17:58:19.436Z]         --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Manifest (0.00s)
17:58:19 [2024-02-06T17:58:19.436Z]         --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Config (0.00s)
17:58:19 [2024-02-06T17:58:19.436Z]         --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Containerd_image_name (0.00s)
17:58:19 [2024-02-06T17:58:19.436Z]         --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/OCI_reference_tag (0.00s)
17:58:19 [2024-02-06T17:58:19.436Z]     --- PASS: TestSaveOCI/multilayer:latest (0.01s)
17:58:19 [2024-02-06T17:58:19.436Z]         --- PASS: TestSaveOCI/multilayer:latest/Manifest (0.00s)
17:58:19 [2024-02-06T17:58:19.436Z]         --- PASS: TestSaveOCI/multilayer:latest/Config (0.00s)
17:58:19 [2024-02-06T17:58:19.436Z]         --- PASS: TestSaveOCI/multilayer:latest/Containerd_image_name (0.00s)
17:58:19 [2024-02-06T17:58:19.436Z]         --- PASS: TestSaveOCI/multilayer:latest/OCI_reference_tag (0.00s)
17:58:19 [2024-02-06T17:58:19.436Z] === RUN   TestSaveRepoWithMultipleImages
17:58:19 [2024-02-06T17:58:19.690Z] --- PASS: TestSaveRepoWithMultipleImages (0.18s)
17:58:19 [2024-02-06T17:58:19.690Z] === RUN   TestSaveDirectoryPermissions
17:58:20 [2024-02-06T17:58:20.613Z] --- PASS: TestSaveDirectoryPermissions (0.88s)
17:58:20 [2024-02-06T17:58:20.613Z] === RUN   TestTagUnprefixedRepoByNameOrName
17:58:20 [2024-02-06T17:58:20.613Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
17:58:20 [2024-02-06T17:58:20.613Z] === RUN   TestTagUsingDigestAlgorithmAsName
17:58:20 [2024-02-06T17:58:20.613Z] --- PASS: TestTagUsingDigestAlgorithmAsName (0.01s)
17:58:20 [2024-02-06T17:58:20.613Z] === RUN   TestTagValidPrefixedRepo
17:58:20 [2024-02-06T17:58:20.613Z] === RUN   TestTagValidPrefixedRepo/fooo/bar
17:58:20 [2024-02-06T17:58:20.613Z] === PAUSE TestTagValidPrefixedRepo/fooo/bar
17:58:20 [2024-02-06T17:58:20.613Z] === RUN   TestTagValidPrefixedRepo/fooaa/test
17:58:20 [2024-02-06T17:58:20.613Z] === PAUSE TestTagValidPrefixedRepo/fooaa/test
17:58:20 [2024-02-06T17:58:20.613Z] === RUN   TestTagValidPrefixedRepo/foooo:t
17:58:20 [2024-02-06T17:58:20.613Z] === PAUSE TestTagValidPrefixedRepo/foooo:t
17:58:20 [2024-02-06T17:58:20.613Z] === RUN   TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar
17:58:20 [2024-02-06T17:58:20.613Z] === PAUSE TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar
17:58:20 [2024-02-06T17:58:20.613Z] === CONT  TestTagValidPrefixedRepo/fooo/bar
17:58:20 [2024-02-06T17:58:20.613Z] === CONT  TestTagValidPrefixedRepo/foooo:t
17:58:20 [2024-02-06T17:58:20.613Z] === CONT  TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar
17:58:20 [2024-02-06T17:58:20.613Z] === CONT  TestTagValidPrefixedRepo/fooaa/test
17:58:20 [2024-02-06T17:58:20.613Z] --- PASS: TestTagValidPrefixedRepo (0.02s)
17:58:20 [2024-02-06T17:58:20.613Z]     --- PASS: TestTagValidPrefixedRepo/foooo:t (0.00s)
17:58:20 [2024-02-06T17:58:20.613Z]     --- PASS: TestTagValidPrefixedRepo/fooo/bar (0.01s)
17:58:20 [2024-02-06T17:58:20.613Z]     --- PASS: TestTagValidPrefixedRepo/fooaa/test (0.01s)
17:58:20 [2024-02-06T17:58:20.613Z]     --- PASS: TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar (0.01s)
17:58:20 [2024-02-06T17:58:20.613Z] === RUN   TestTagExistedNameWithoutForce
17:58:20 [2024-02-06T17:58:20.613Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
17:58:20 [2024-02-06T17:58:20.613Z] === RUN   TestTagOfficialNames
17:58:20 [2024-02-06T17:58:20.613Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_docker.io/busybox
17:58:20 [2024-02-06T17:58:20.613Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_index.docker.io/busybox
17:58:20 [2024-02-06T17:58:20.613Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_library/busybox
17:58:20 [2024-02-06T17:58:20.613Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_docker.io/library/busybox
17:58:20 [2024-02-06T17:58:20.613Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_index.docker.io/library/busybox
17:58:20 [2024-02-06T17:58:20.613Z] --- PASS: TestTagOfficialNames (0.04s)
17:58:20 [2024-02-06T17:58:20.613Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_docker.io/busybox (0.01s)
17:58:20 [2024-02-06T17:58:20.613Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_index.docker.io/busybox (0.01s)
17:58:20 [2024-02-06T17:58:20.613Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_library/busybox (0.01s)
17:58:20 [2024-02-06T17:58:20.613Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_docker.io/library/busybox (0.01s)
17:58:20 [2024-02-06T17:58:20.613Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_index.docker.io/library/busybox (0.01s)
17:58:20 [2024-02-06T17:58:20.613Z] === RUN   TestTagMatchesDigest
17:58:20 [2024-02-06T17:58:20.613Z] --- PASS: TestTagMatchesDigest (0.01s)
17:58:20 [2024-02-06T17:58:20.613Z] === CONT  TestSaveCheckTimes
17:58:20 [2024-02-06T17:58:20.613Z] --- PASS: TestSaveCheckTimes (0.03s)
17:58:20 [2024-02-06T17:58:20.613Z] PASS
17:58:20 [2024-02-06T17:58:20.613Z] 
17:58:20 [2024-02-06T17:58:20.613Z] === Skipped
17:58:20 [2024-02-06T17:58:20.613Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
17:58:20 [2024-02-06T17:58:20.613Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
17:58:20 [2024-02-06T17:58:20.613Z] 
17:58:20 [2024-02-06T17:58:20.613Z] === SKIP: arm64.integration.image TestRemoveByDigest (0.00s)
17:58:20 [2024-02-06T17:58:20.613Z]     remove_test.go:64: !testEnv.UsingSnapshotter(): RepoDigests doesn't include tags when using graphdrivers
17:58:20 [2024-02-06T17:58:20.613Z] 
17:58:20 [2024-02-06T17:58:20.613Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
17:58:20 [2024-02-06T17:58:20.613Z]     remove_unix_test.go:35: (*Execution).NotAmd64-fm
17:58:20 [2024-02-06T17:58:20.613Z] 
17:58:20 [2024-02-06T17:58:20.613Z] DONE 70 tests, 3 skipped in 5.845s
17:58:20 [2024-02-06T17:58:20.613Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m  
17:58:20 [2024-02-06T17:58:20.613Z] ++ '[' -n '' ']'
17:58:20 [2024-02-06T17:58:20.613Z] ++ 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
17:58:20 [2024-02-06T17:58:20.613Z] ++ set -e
17:58:20 [2024-02-06T17:58:20.613Z] ++ '[' -n 0 ']'
17:58:20 [2024-02-06T17:58:20.613Z] ++ set -x
17:58:20 [2024-02-06T17:58:20.613Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.LavPsooO9b/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= 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
17:58:20 [2024-02-06T17:58:20.613Z] === RUN   TestStripANSICommands
17:58:20 [2024-02-06T17:58:20.613Z] === RUN   TestStripANSICommands/#00
17:58:20 [2024-02-06T17:58:20.613Z] === RUN   TestStripANSICommands/#01
17:58:20 [2024-02-06T17:58:20.613Z] --- PASS: TestStripANSICommands (0.00s)
17:58:20 [2024-02-06T17:58:20.613Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
17:58:20 [2024-02-06T17:58:20.613Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
17:58:20 [2024-02-06T17:58:20.613Z] PASS
17:58:20 [2024-02-06T17:58:20.613Z] 
17:58:20 [2024-02-06T17:58:20.613Z] DONE 3 tests in 0.009s
17:58:20 [2024-02-06T17:58:20.613Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m  
17:58:20 [2024-02-06T17:58:20.613Z] ++ '[' -n '' ']'
17:58:20 [2024-02-06T17:58:20.613Z] ++ 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
17:58:20 [2024-02-06T17:58:20.613Z] ++ set -e
17:58:20 [2024-02-06T17:58:20.613Z] ++ '[' -n 0 ']'
17:58:20 [2024-02-06T17:58:20.613Z] ++ set -x
17:58:20 [2024-02-06T17:58:20.613Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.LavPsooO9b/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= 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
17:58:20 [2024-02-06T17:58:20.613Z] INFO: Testing against a local daemon
17:58:20 [2024-02-06T17:58:20.613Z] === RUN   TestCreateWithMultiNetworks
17:58:21 [2024-02-06T17:58:21.535Z] --- PASS: TestCreateWithMultiNetworks (0.87s)
17:58:21 [2024-02-06T17:58:21.535Z] === RUN   TestNetworkCreateDelete
17:58:21 [2024-02-06T17:58:21.789Z] --- PASS: TestNetworkCreateDelete (0.16s)
17:58:21 [2024-02-06T17:58:21.789Z] === RUN   TestDockerNetworkDeletePreferID
17:58:22 [2024-02-06T17:58:22.348Z] --- PASS: TestDockerNetworkDeletePreferID (0.51s)
17:58:22 [2024-02-06T17:58:22.348Z] === RUN   TestDaemonDNSFallback
17:58:28 [2024-02-06T17:58:28.866Z] --- PASS: TestDaemonDNSFallback (6.13s)
17:58:28 [2024-02-06T17:58:28.866Z] === RUN   TestInspectNetwork
17:58:30 [2024-02-06T17:58:30.746Z] === RUN   TestInspectNetwork/full_network_id
17:58:30 [2024-02-06T17:58:30.746Z] === RUN   TestInspectNetwork/partial_network_id
17:58:30 [2024-02-06T17:58:30.746Z] === RUN   TestInspectNetwork/network_name
17:58:30 [2024-02-06T17:58:30.746Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
17:58:35 [2024-02-06T17:58:35.972Z] --- PASS: TestInspectNetwork (6.88s)
17:58:35 [2024-02-06T17:58:35.972Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
17:58:35 [2024-02-06T17:58:35.972Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
17:58:35 [2024-02-06T17:58:35.972Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
17:58:35 [2024-02-06T17:58:35.972Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
17:58:35 [2024-02-06T17:58:35.972Z] === RUN   TestRunContainerWithBridgeNone
17:58:36 [2024-02-06T17:58:36.531Z] --- PASS: TestRunContainerWithBridgeNone (1.18s)
17:58:36 [2024-02-06T17:58:36.531Z] === RUN   TestNetworkInvalidJSON
17:58:36 [2024-02-06T17:58:36.531Z] === RUN   TestNetworkInvalidJSON/networks/create
17:58:36 [2024-02-06T17:58:36.531Z] === PAUSE TestNetworkInvalidJSON/networks/create
17:58:36 [2024-02-06T17:58:36.531Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
17:58:36 [2024-02-06T17:58:36.531Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
17:58:36 [2024-02-06T17:58:36.531Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
17:58:36 [2024-02-06T17:58:36.531Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
17:58:36 [2024-02-06T17:58:36.531Z] === CONT  TestNetworkInvalidJSON/networks/create
17:58:36 [2024-02-06T17:58:36.531Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
17:58:36 [2024-02-06T17:58:36.531Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
17:58:36 [2024-02-06T17:58:36.531Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
17:58:36 [2024-02-06T17:58:36.531Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
17:58:36 [2024-02-06T17:58:36.531Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
17:58:36 [2024-02-06T17:58:36.531Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
17:58:36 [2024-02-06T17:58:36.531Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
17:58:36 [2024-02-06T17:58:36.531Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
17:58:36 [2024-02-06T17:58:36.531Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
17:58:36 [2024-02-06T17:58:36.531Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
17:58:36 [2024-02-06T17:58:36.531Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
17:58:36 [2024-02-06T17:58:36.531Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
17:58:36 [2024-02-06T17:58:36.531Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
17:58:36 [2024-02-06T17:58:36.531Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
17:58:36 [2024-02-06T17:58:36.531Z] --- PASS: TestNetworkInvalidJSON (0.01s)
17:58:36 [2024-02-06T17:58:36.531Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
17:58:36 [2024-02-06T17:58:36.531Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
17:58:36 [2024-02-06T17:58:36.531Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
17:58:36 [2024-02-06T17:58:36.531Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
17:58:36 [2024-02-06T17:58:36.531Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
17:58:36 [2024-02-06T17:58:36.531Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
17:58:36 [2024-02-06T17:58:36.531Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
17:58:36 [2024-02-06T17:58:36.531Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
17:58:36 [2024-02-06T17:58:36.531Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
17:58:36 [2024-02-06T17:58:36.531Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
17:58:36 [2024-02-06T17:58:36.531Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
17:58:36 [2024-02-06T17:58:36.531Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
17:58:36 [2024-02-06T17:58:36.531Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
17:58:36 [2024-02-06T17:58:36.531Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
17:58:36 [2024-02-06T17:58:36.531Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
17:58:36 [2024-02-06T17:58:36.531Z] === RUN   TestNetworkList
17:58:36 [2024-02-06T17:58:36.531Z] === RUN   TestNetworkList//networks
17:58:36 [2024-02-06T17:58:36.531Z] === PAUSE TestNetworkList//networks
17:58:36 [2024-02-06T17:58:36.531Z] === RUN   TestNetworkList//networks/
17:58:36 [2024-02-06T17:58:36.531Z] === PAUSE TestNetworkList//networks/
17:58:36 [2024-02-06T17:58:36.531Z] === CONT  TestNetworkList//networks
17:58:36 [2024-02-06T17:58:36.531Z] === CONT  TestNetworkList//networks/
17:58:36 [2024-02-06T17:58:36.531Z] --- PASS: TestNetworkList (0.01s)
17:58:36 [2024-02-06T17:58:36.531Z]     --- PASS: TestNetworkList//networks/ (0.00s)
17:58:36 [2024-02-06T17:58:36.531Z]     --- PASS: TestNetworkList//networks (0.00s)
17:58:36 [2024-02-06T17:58:36.531Z] === RUN   TestHostIPv4BridgeLabel
17:58:37 [2024-02-06T17:58:37.088Z] --- PASS: TestHostIPv4BridgeLabel (0.56s)
17:58:37 [2024-02-06T17:58:37.088Z] === RUN   TestDefaultNetworkOpts
17:58:37 [2024-02-06T17:58:37.088Z] === RUN   TestDefaultNetworkOpts/default_value
17:58:38 [2024-02-06T17:58:38.445Z] === RUN   TestDefaultNetworkOpts/cmdline_value
17:58:39 [2024-02-06T17:58:39.368Z] === RUN   TestDefaultNetworkOpts/config-from_value
17:58:40 [2024-02-06T17:58:40.726Z] --- PASS: TestDefaultNetworkOpts (3.52s)
17:58:40 [2024-02-06T17:58:40.726Z]     --- PASS: TestDefaultNetworkOpts/default_value (1.20s)
17:58:40 [2024-02-06T17:58:40.726Z]     --- PASS: TestDefaultNetworkOpts/cmdline_value (1.18s)
17:58:40 [2024-02-06T17:58:40.726Z]     --- PASS: TestDefaultNetworkOpts/config-from_value (1.14s)
17:58:40 [2024-02-06T17:58:40.726Z] === RUN   TestForbidDuplicateNetworkNames
17:58:41 [2024-02-06T17:58:41.284Z] --- PASS: TestForbidDuplicateNetworkNames (0.64s)
17:58:41 [2024-02-06T17:58:41.284Z] === RUN   TestDaemonRestartWithLiveRestore
17:58:42 [2024-02-06T17:58:42.207Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s)
17:58:42 [2024-02-06T17:58:42.207Z] === RUN   TestDaemonDefaultNetworkPools
17:58:43 [2024-02-06T17:58:43.129Z] --- PASS: TestDaemonDefaultNetworkPools (0.78s)
17:58:43 [2024-02-06T17:58:43.129Z] === RUN   TestDaemonRestartWithExistingNetwork
17:58:44 [2024-02-06T17:58:44.051Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.17s)
17:58:44 [2024-02-06T17:58:44.051Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
17:58:45 [2024-02-06T17:58:45.410Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.28s)
17:58:45 [2024-02-06T17:58:45.410Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
17:58:45 [2024-02-06T17:58:45.968Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s)
17:58:45 [2024-02-06T17:58:45.968Z] === RUN   TestServiceWithPredefinedNetwork
17:58:48 [2024-02-06T17:58:48.474Z] --- PASS: TestServiceWithPredefinedNetwork (2.07s)
17:58:48 [2024-02-06T17:58:48.474Z] === RUN   TestServiceRemoveKeepsIngressNetwork
17:58:48 [2024-02-06T17:58:48.474Z]     service_test.go:250: FLAKY_TEST
17:58:48 [2024-02-06T17:58:48.474Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
17:58:48 [2024-02-06T17:58:48.474Z] === RUN   TestServiceWithDataPathPortInit
17:59:03 [2024-02-06T17:59:03.288Z] --- PASS: TestServiceWithDataPathPortInit (12.96s)
17:59:03 [2024-02-06T17:59:03.288Z] === RUN   TestServiceWithDefaultAddressPoolInit
17:59:03 [2024-02-06T17:59:03.288Z]     service_test.go:440: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:d50wtqv9o2kammp9kwxsus013 Created:2024-02-06 17:59:02.207907689 +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[d3222b71452d71f0d7f893907ecb1950bb44cc1fbf620dd08fcd2c18a18e9faf:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.wy9ydxs4piccamg2sumjb1c2u EndpointID:3eebd3e21f532f571025c18789771bcafe78e9b1879319e20724247de7469321 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:1eaa3584ee2c7685fd52962f8886cb50a14a03ad9512a76467e20c8acfdd9b12 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:1e67f140999e IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.wy9ydxs4piccamg2sumjb1c2u EndpointID:3eebd3e21f532f571025c18789771bcafe78e9b1879319e20724247de7469321 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
17:59:08 [2024-02-06T17:59:08.516Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.61s)
17:59:08 [2024-02-06T17:59:08.516Z] PASS
17:59:08 [2024-02-06T17:59:08.516Z] 
17:59:08 [2024-02-06T17:59:08.516Z] === Skipped
17:59:08 [2024-02-06T17:59:08.516Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
17:59:08 [2024-02-06T17:59:08.516Z]     service_test.go:250: FLAKY_TEST
17:59:08 [2024-02-06T17:59:08.516Z] 
17:59:08 [2024-02-06T17:59:08.516Z] DONE 44 tests, 1 skipped in 46.995s
17:59:08 [2024-02-06T17:59:08.516Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m  
17:59:08 [2024-02-06T17:59:08.516Z] ++ '[' -n '' ']'
17:59:08 [2024-02-06T17:59:08.516Z] ++ 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
17:59:08 [2024-02-06T17:59:08.516Z] ++ set -e
17:59:08 [2024-02-06T17:59:08.516Z] ++ '[' -n 0 ']'
17:59:08 [2024-02-06T17:59:08.516Z] ++ set -x
17:59:08 [2024-02-06T17:59:08.516Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.LavPsooO9b/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= 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
17:59:08 [2024-02-06T17:59:08.516Z] INFO: Testing against a local daemon
17:59:08 [2024-02-06T17:59:08.516Z] === RUN   TestDockerNetworkIpvlanPersistance
17:59:08 [2024-02-06T17:59:08.516Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
17:59:08 [2024-02-06T17:59:08.516Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
17:59:08 [2024-02-06T17:59:08.516Z] === RUN   TestDockerNetworkIpvlan
17:59:08 [2024-02-06T17:59:08.516Z]     ipvlan_test.go:55: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
17:59:08 [2024-02-06T17:59:08.516Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
17:59:08 [2024-02-06T17:59:08.516Z] PASS
17:59:08 [2024-02-06T17:59:08.516Z] 
17:59:08 [2024-02-06T17:59:08.516Z] === Skipped
17:59:08 [2024-02-06T17:59:08.516Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
17:59:08 [2024-02-06T17:59:08.516Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
17:59:08 [2024-02-06T17:59:08.516Z] 
17:59:08 [2024-02-06T17:59:08.516Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
17:59:08 [2024-02-06T17:59:08.516Z]     ipvlan_test.go:55: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
17:59:08 [2024-02-06T17:59:08.516Z] 
17:59:08 [2024-02-06T17:59:08.516Z] DONE 2 tests, 2 skipped in 0.038s
17:59:08 [2024-02-06T17:59:08.516Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m  
17:59:08 [2024-02-06T17:59:08.516Z] ++ '[' -n '' ']'
17:59:08 [2024-02-06T17:59:08.516Z] ++ 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
17:59:08 [2024-02-06T17:59:08.516Z] ++ set -e
17:59:08 [2024-02-06T17:59:08.516Z] ++ '[' -n 0 ']'
17:59:08 [2024-02-06T17:59:08.516Z] ++ set -x
17:59:08 [2024-02-06T17:59:08.517Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.LavPsooO9b/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= 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
17:59:08 [2024-02-06T17:59:08.517Z] INFO: Testing against a local daemon
17:59:08 [2024-02-06T17:59:08.517Z] === RUN   TestDockerNetworkMacvlanPersistance
17:59:08 [2024-02-06T17:59:08.771Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.17s)
17:59:08 [2024-02-06T17:59:08.771Z] === RUN   TestDockerNetworkMacvlan
17:59:08 [2024-02-06T17:59:08.771Z] === RUN   TestDockerNetworkMacvlan/Subinterface
17:59:09 [2024-02-06T17:59:09.693Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
17:59:10 [2024-02-06T17:59:10.276Z] === RUN   TestDockerNetworkMacvlan/NilParent
17:59:10 [2024-02-06T17:59:10.841Z] === RUN   TestDockerNetworkMacvlan/InternalMode
17:59:11 [2024-02-06T17:59:11.399Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
17:59:11 [2024-02-06T17:59:11.957Z] === RUN   TestDockerNetworkMacvlan/Addressing
17:59:12 [2024-02-06T17:59:12.515Z] --- PASS: TestDockerNetworkMacvlan (3.57s)
17:59:12 [2024-02-06T17:59:12.515Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.60s)
17:59:12 [2024-02-06T17:59:12.515Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.59s)
17:59:12 [2024-02-06T17:59:12.515Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.60s)
17:59:12 [2024-02-06T17:59:12.515Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.60s)
17:59:12 [2024-02-06T17:59:12.515Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (0.60s)
17:59:12 [2024-02-06T17:59:12.515Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.59s)
17:59:12 [2024-02-06T17:59:12.515Z] PASS
17:59:12 [2024-02-06T17:59:12.515Z] 
17:59:12 [2024-02-06T17:59:12.515Z] DONE 8 tests in 4.777s
17:59:12 [2024-02-06T17:59:12.515Z] Running /go/src/github.com/docker/docker/integration/networking (arm64.integration.networking) flags=-test.v -test.timeout=120m  
17:59:12 [2024-02-06T17:59:12.515Z] ++ '[' -n '' ']'
17:59:12 [2024-02-06T17:59:12.515Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-networking-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-networking-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.networking -t ./test.main -test.v -test.timeout=120m
17:59:12 [2024-02-06T17:59:12.515Z] ++ set -e
17:59:12 [2024-02-06T17:59:12.515Z] ++ '[' -n 0 ']'
17:59:12 [2024-02-06T17:59:12.515Z] ++ set -x
17:59:12 [2024-02-06T17:59:12.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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.LavPsooO9b/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-networking-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-networking-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.networking -t ./test.main -test.v -test.timeout=120m
17:59:12 [2024-02-06T17:59:12.515Z] INFO: Testing against a local daemon
17:59:12 [2024-02-06T17:59:12.515Z] === RUN   TestBridgeICC
17:59:13 [2024-02-06T17:59:13.074Z] === RUN   TestBridgeICC/IPv4_non-internal_network
17:59:13 [2024-02-06T17:59:13.996Z] === RUN   TestBridgeICC/IPv4_internal_network
17:59:14 [2024-02-06T17:59:14.918Z] === RUN   TestBridgeICC/IPv6_ULA_on_non-internal_network
17:59:16 [2024-02-06T17:59:16.276Z] === RUN   TestBridgeICC/IPv6_ULA_on_internal_network
17:59:17 [2024-02-06T17:59:17.198Z] === RUN   TestBridgeICC/IPv6_link-local_address_on_non-internal_network
17:59:18 [2024-02-06T17:59:18.120Z] === RUN   TestBridgeICC/IPv6_link-local_address_on_internal_network
17:59:19 [2024-02-06T17:59:19.042Z] === RUN   TestBridgeICC/IPv6_link-local_address_on_non-internal_network_ping_by_name
17:59:20 [2024-02-06T17:59:20.400Z] === RUN   TestBridgeICC/IPv6_nonstandard_link-local_subnet_on_non-internal_network_ping_by_name
17:59:21 [2024-02-06T17:59:21.323Z] === RUN   TestBridgeICC/IPv6_non-internal_network_with_SLAAC_LL_address
17:59:23 [2024-02-06T17:59:23.203Z] === RUN   TestBridgeICC/IPv6_internal_network_with_SLAAC_LL_address
17:59:26 [2024-02-06T17:59:26.457Z] --- PASS: TestBridgeICC (13.78s)
17:59:26 [2024-02-06T17:59:26.457Z]     --- PASS: TestBridgeICC/IPv4_non-internal_network (0.95s)
17:59:26 [2024-02-06T17:59:26.457Z]     --- PASS: TestBridgeICC/IPv4_internal_network (0.91s)
17:59:26 [2024-02-06T17:59:26.457Z]     --- PASS: TestBridgeICC/IPv6_ULA_on_non-internal_network (1.05s)
17:59:26 [2024-02-06T17:59:26.457Z]     --- PASS: TestBridgeICC/IPv6_ULA_on_internal_network (0.97s)
17:59:26 [2024-02-06T17:59:26.457Z]     --- PASS: TestBridgeICC/IPv6_link-local_address_on_non-internal_network (1.05s)
17:59:26 [2024-02-06T17:59:26.457Z]     --- PASS: TestBridgeICC/IPv6_link-local_address_on_internal_network (0.95s)
17:59:26 [2024-02-06T17:59:26.457Z]     --- PASS: TestBridgeICC/IPv6_link-local_address_on_non-internal_network_ping_by_name (1.14s)
17:59:26 [2024-02-06T17:59:26.457Z]     --- PASS: TestBridgeICC/IPv6_nonstandard_link-local_subnet_on_non-internal_network_ping_by_name (1.09s)
17:59:26 [2024-02-06T17:59:26.457Z]     --- PASS: TestBridgeICC/IPv6_non-internal_network_with_SLAAC_LL_address (2.02s)
17:59:26 [2024-02-06T17:59:26.457Z]     --- PASS: TestBridgeICC/IPv6_internal_network_with_SLAAC_LL_address (3.05s)
17:59:26 [2024-02-06T17:59:26.457Z] === RUN   TestBridgeINC
17:59:27 [2024-02-06T17:59:27.016Z] === RUN   TestBridgeINC/IPv4_non-internal_network
17:59:31 [2024-02-06T17:59:31.168Z] === RUN   TestBridgeINC/IPv4_internal_network
17:59:32 [2024-02-06T17:59:32.091Z] === RUN   TestBridgeINC/IPv6_ULA_on_non-internal_network
17:59:37 [2024-02-06T17:59:37.319Z] === RUN   TestBridgeINC/IPv6_ULA_on_internal_network
17:59:37 [2024-02-06T17:59:37.573Z] --- PASS: TestBridgeINC (11.26s)
17:59:37 [2024-02-06T17:59:37.573Z]     --- PASS: TestBridgeINC/IPv4_non-internal_network (4.27s)
17:59:37 [2024-02-06T17:59:37.573Z]     --- PASS: TestBridgeINC/IPv4_internal_network (1.02s)
17:59:37 [2024-02-06T17:59:37.573Z]     --- PASS: TestBridgeINC/IPv6_ULA_on_non-internal_network (4.26s)
17:59:37 [2024-02-06T17:59:37.573Z]     --- PASS: TestBridgeINC/IPv6_ULA_on_internal_network (1.11s)
17:59:37 [2024-02-06T17:59:37.573Z] === RUN   TestDefaultBridgeIPv6
17:59:37 [2024-02-06T17:59:37.573Z] === RUN   TestDefaultBridgeIPv6/IPv6_ULA
17:59:38 [2024-02-06T17:59:38.931Z] === RUN   TestDefaultBridgeIPv6/IPv6_LLA_only
17:59:40 [2024-02-06T17:59:40.290Z] === RUN   TestDefaultBridgeIPv6/IPv6_nonstandard_LLA_only
17:59:41 [2024-02-06T17:59:41.648Z] --- PASS: TestDefaultBridgeIPv6 (4.21s)
17:59:41 [2024-02-06T17:59:41.648Z]     --- PASS: TestDefaultBridgeIPv6/IPv6_ULA (1.37s)
17:59:41 [2024-02-06T17:59:41.648Z]     --- PASS: TestDefaultBridgeIPv6/IPv6_LLA_only (1.43s)
17:59:41 [2024-02-06T17:59:41.648Z]     --- PASS: TestDefaultBridgeIPv6/IPv6_nonstandard_LLA_only (1.40s)
17:59:41 [2024-02-06T17:59:41.648Z] === RUN   TestDefaultBridgeAddresses
17:59:41 [2024-02-06T17:59:41.648Z] === RUN   TestDefaultBridgeAddresses/Unique-Local_Subnet_Changes
17:59:43 [2024-02-06T17:59:43.529Z] === RUN   TestDefaultBridgeAddresses/Link-Local_Subnet_Changes
17:59:44 [2024-02-06T17:59:44.886Z] --- PASS: TestDefaultBridgeAddresses (3.11s)
17:59:44 [2024-02-06T17:59:44.886Z]     --- PASS: TestDefaultBridgeAddresses/Unique-Local_Subnet_Changes (1.55s)
17:59:44 [2024-02-06T17:59:44.886Z]     --- PASS: TestDefaultBridgeAddresses/Link-Local_Subnet_Changes (1.55s)
17:59:44 [2024-02-06T17:59:44.886Z] === RUN   TestEtcHostsIpv6
17:59:45 [2024-02-06T17:59:45.444Z] === RUN   TestEtcHostsIpv6/IPv6_enabled
17:59:46 [2024-02-06T17:59:46.002Z] === RUN   TestEtcHostsIpv6/IPv6_disabled
17:59:50 [2024-02-06T17:59:50.154Z] --- PASS: TestEtcHostsIpv6 (4.54s)
17:59:50 [2024-02-06T17:59:50.154Z]     --- PASS: TestEtcHostsIpv6/IPv6_enabled (0.49s)
17:59:50 [2024-02-06T17:59:50.154Z]     --- PASS: TestEtcHostsIpv6/IPv6_disabled (3.45s)
17:59:50 [2024-02-06T17:59:50.154Z] === RUN   TestMACAddrOnRestart
17:59:51 [2024-02-06T17:59:51.523Z] --- PASS: TestMACAddrOnRestart (1.98s)
17:59:51 [2024-02-06T17:59:51.523Z] === RUN   TestCfgdMACAddrOnRestart
17:59:54 [2024-02-06T17:59:54.053Z] --- PASS: TestCfgdMACAddrOnRestart (2.39s)
17:59:54 [2024-02-06T17:59:54.053Z] === RUN   TestInspectCfgdMAC
17:59:54 [2024-02-06T17:59:54.307Z] === RUN   TestInspectCfgdMAC/generated_address_default_bridge
17:59:54 [2024-02-06T17:59:54.307Z] === RUN   TestInspectCfgdMAC/configured_address_default_bridge
17:59:54 [2024-02-06T17:59:54.561Z] === RUN   TestInspectCfgdMAC/generated_address_custom_bridge
17:59:54 [2024-02-06T17:59:54.561Z] === RUN   TestInspectCfgdMAC/configured_address_custom_bridge
17:59:54 [2024-02-06T17:59:54.815Z] === RUN   TestInspectCfgdMAC/ctr-wide_address_default_bridge
17:59:54 [2024-02-06T17:59:54.815Z] --- PASS: TestInspectCfgdMAC (1.09s)
17:59:54 [2024-02-06T17:59:54.815Z]     --- PASS: TestInspectCfgdMAC/generated_address_default_bridge (0.04s)
17:59:54 [2024-02-06T17:59:54.815Z]     --- PASS: TestInspectCfgdMAC/configured_address_default_bridge (0.04s)
17:59:54 [2024-02-06T17:59:54.815Z]     --- PASS: TestInspectCfgdMAC/generated_address_custom_bridge (0.17s)
17:59:54 [2024-02-06T17:59:54.815Z]     --- PASS: TestInspectCfgdMAC/configured_address_custom_bridge (0.19s)
17:59:54 [2024-02-06T17:59:54.815Z]     --- PASS: TestInspectCfgdMAC/ctr-wide_address_default_bridge (0.04s)
17:59:54 [2024-02-06T17:59:54.815Z] PASS
17:59:54 [2024-02-06T17:59:54.815Z] 
17:59:54 [2024-02-06T17:59:54.815Z] DONE 34 tests in 42.398s
17:59:54 [2024-02-06T17:59:54.815Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m  
17:59:54 [2024-02-06T17:59:54.815Z] ++ '[' -n '' ']'
17:59:54 [2024-02-06T17:59:54.815Z] ++ 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
17:59:54 [2024-02-06T17:59:54.815Z] ++ set -e
17:59:54 [2024-02-06T17:59:54.815Z] ++ '[' -n 0 ']'
17:59:54 [2024-02-06T17:59:54.815Z] ++ set -x
17:59:54 [2024-02-06T17:59:54.815Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.LavPsooO9b/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= 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
17:59:54 [2024-02-06T17:59:54.815Z] testing: warning: no tests to run
17:59:54 [2024-02-06T17:59:54.815Z] PASS
17:59:54 [2024-02-06T17:59:54.815Z] 
17:59:54 [2024-02-06T17:59:54.815Z] DONE 0 tests in 0.007s
17:59:54 [2024-02-06T17:59:54.815Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m  
17:59:54 [2024-02-06T17:59:54.815Z] ++ '[' -n '' ']'
17:59:54 [2024-02-06T17:59:54.815Z] ++ 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
17:59:54 [2024-02-06T17:59:54.815Z] ++ set -e
17:59:54 [2024-02-06T17:59:54.815Z] ++ '[' -n 0 ']'
17:59:54 [2024-02-06T17:59:54.815Z] ++ set -x
17:59:54 [2024-02-06T17:59:54.815Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.LavPsooO9b/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= 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
17:59:55 [2024-02-06T17:59:55.069Z] INFO: Testing against a local daemon
17:59:55 [2024-02-06T17:59:55.069Z] === RUN   TestAuthZPluginAllowRequest
17:59:55 [2024-02-06T17:59:55.991Z] --- PASS: TestAuthZPluginAllowRequest (1.01s)
17:59:55 [2024-02-06T17:59:55.991Z] === RUN   TestAuthZPluginTLS
17:59:56 [2024-02-06T17:59:56.549Z] --- PASS: TestAuthZPluginTLS (0.54s)
17:59:56 [2024-02-06T17:59:56.549Z] === RUN   TestAuthZPluginDenyRequest
17:59:57 [2024-02-06T17:59:57.107Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
17:59:57 [2024-02-06T17:59:57.107Z] === RUN   TestAuthZPluginAPIDenyResponse
17:59:57 [2024-02-06T17:59:57.666Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
17:59:57 [2024-02-06T17:59:57.666Z] === RUN   TestAuthZPluginDenyResponse
17:59:58 [2024-02-06T17:59:58.225Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
17:59:58 [2024-02-06T17:59:58.225Z] === RUN   TestAuthZPluginAllowEventStream
17:59:58 [2024-02-06T17:59:58.785Z] 2024/02/06 17:59:58 http: panic serving 127.0.0.1:34814: runtime error: invalid memory address or nil pointer dereference
17:59:58 [2024-02-06T17:59:58.785Z] goroutine 185 [running]:
17:59:58 [2024-02-06T17:59:58.785Z] net/http.(*conn).serve.func1()
17:59:58 [2024-02-06T17:59:58.785Z] 	/usr/local/go/src/net/http/server.go:1868 +0xb0
17:59:58 [2024-02-06T17:59:58.785Z] panic({0xa74a00?, 0x1599ca0?})
17:59:58 [2024-02-06T17:59:58.785Z] 	/usr/local/go/src/runtime/panic.go:920 +0x26c
17:59:58 [2024-02-06T17:59:58.785Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd72a48, 0x4000618420}, 0xffff4908ef48?)
17:59:58 [2024-02-06T17:59:58.785Z] 	/go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:159 +0x14c
17:59:58 [2024-02-06T17:59:58.785Z] net/http.HandlerFunc.ServeHTTP(0x4000018600?, {0xd72a48?, 0x4000618420?}, 0x4022e4?)
17:59:58 [2024-02-06T17:59:58.785Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
17:59:58 [2024-02-06T17:59:58.785Z] net/http.(*ServeMux).ServeHTTP(0xd78ff8?, {0xd72a48, 0x4000618420}, 0x4000018600)
17:59:58 [2024-02-06T17:59:58.785Z] 	/usr/local/go/src/net/http/server.go:2514 +0x144
17:59:58 [2024-02-06T17:59:58.785Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*middleware).serveHTTP(0x40004ba000, {0xd71608?, 0x4000246000}, 0x4000018500, {0xd67960, 0x40004b8000})
17:59:58 [2024-02-06T17:59:58.785Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:217 +0xf44
17:59:58 [2024-02-06T17:59:58.785Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.NewMiddleware.func1.1({0xd71608?, 0x4000246000?}, 0x4000560250?)
17:59:58 [2024-02-06T17:59:58.785Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:81 +0x40
17:59:58 [2024-02-06T17:59:58.785Z] net/http.HandlerFunc.ServeHTTP(0x10?, {0xd71608?, 0x4000246000?}, 0x4000246000?)
17:59:58 [2024-02-06T17:59:58.785Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
17:59:58 [2024-02-06T17:59:58.785Z] net/http.serverHandler.ServeHTTP({0xd6e1e8?}, {0xd71608?, 0x4000246000?}, 0x6?)
17:59:58 [2024-02-06T17:59:58.785Z] 	/usr/local/go/src/net/http/server.go:2938 +0xbc
17:59:58 [2024-02-06T17:59:58.785Z] net/http.(*conn).serve(0x400011d290, {0xd78ff8, 0x40005b8270})
17:59:58 [2024-02-06T17:59:58.785Z] 	/usr/local/go/src/net/http/server.go:2009 +0x518
17:59:58 [2024-02-06T17:59:58.785Z] created by net/http.(*Server).Serve in goroutine 38
17:59:58 [2024-02-06T17:59:58.785Z] 	/usr/local/go/src/net/http/server.go:3086 +0x4cc
18:00:00 [2024-02-06T18:00:00.144Z] 2024/02/06 17:59:59 http: panic serving 127.0.0.1:34818: could not unmarshal json for /AuthZPlugin.AuthZRes: unexpected end of JSON input
18:00:00 [2024-02-06T18:00:00.145Z] goroutine 211 [running]:
18:00:00 [2024-02-06T18:00:00.145Z] net/http.(*conn).serve.func1()
18:00:00 [2024-02-06T18:00:00.145Z] 	/usr/local/go/src/net/http/server.go:1868 +0xb0
18:00:00 [2024-02-06T18:00:00.145Z] panic({0xa0ae80?, 0x4000560390?})
18:00:00 [2024-02-06T18:00:00.145Z] 	/usr/local/go/src/runtime/panic.go:920 +0x26c
18:00:00 [2024-02-06T18:00:00.145Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd72a48, 0x40006184e0}, 0xffff4908ef48?)
18:00:00 [2024-02-06T18:00:00.145Z] 	/go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:149 +0x360
18:00:00 [2024-02-06T18:00:00.145Z] net/http.HandlerFunc.ServeHTTP(0x4000018700?, {0xd72a48?, 0x40006184e0?}, 0x4022e4?)
18:00:00 [2024-02-06T18:00:00.145Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
18:00:00 [2024-02-06T18:00:00.145Z] net/http.(*ServeMux).ServeHTTP(0xd78ff8?, {0xd72a48, 0x40006184e0}, 0x4000018700)
18:00:00 [2024-02-06T18:00:00.145Z] 	/usr/local/go/src/net/http/server.go:2514 +0x144
18:00:00 [2024-02-06T18:00:00.145Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*middleware).serveHTTP(0x40004ba000, {0xd71608?, 0x40002460e0}, 0x4000660600, {0xd67960, 0x40004b8000})
18:00:00 [2024-02-06T18:00:00.145Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:217 +0xf44
18:00:00 [2024-02-06T18:00:00.145Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.NewMiddleware.func1.1({0xd71608?, 0x40002460e0?}, 0x40006005a0?)
18:00:00 [2024-02-06T18:00:00.145Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:81 +0x40
18:00:00 [2024-02-06T18:00:00.145Z] net/http.HandlerFunc.ServeHTTP(0x15f74a0?, {0xd71608?, 0x40002460e0?}, 0x4000186b40?)
18:00:00 [2024-02-06T18:00:00.145Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
18:00:00 [2024-02-06T18:00:00.145Z] net/http.serverHandler.ServeHTTP({0x40006005a0?}, {0xd71608?, 0x40002460e0?}, 0x6?)
18:00:00 [2024-02-06T18:00:00.145Z] 	/usr/local/go/src/net/http/server.go:2938 +0xbc
18:00:00 [2024-02-06T18:00:00.145Z] net/http.(*conn).serve(0x4000010b40, {0xd78ff8, 0x40005b8270})
18:00:00 [2024-02-06T18:00:00.145Z] 	/usr/local/go/src/net/http/server.go:2009 +0x518
18:00:00 [2024-02-06T18:00:00.145Z] created by net/http.(*Server).Serve in goroutine 38
18:00:00 [2024-02-06T18:00:00.145Z] 	/usr/local/go/src/net/http/server.go:3086 +0x4cc
18:00:02 [2024-02-06T18:00:02.025Z] 2024/02/06 18:00:01 http: panic serving 127.0.0.1:34820: could not unmarshal json for /AuthZPlugin.AuthZRes: unexpected end of JSON input
18:00:02 [2024-02-06T18:00:02.025Z] goroutine 230 [running]:
18:00:02 [2024-02-06T18:00:02.025Z] net/http.(*conn).serve.func1()
18:00:02 [2024-02-06T18:00:02.025Z] 	/usr/local/go/src/net/http/server.go:1868 +0xb0
18:00:02 [2024-02-06T18:00:02.025Z] panic({0xa0ae80?, 0x40005604d0?})
18:00:02 [2024-02-06T18:00:02.025Z] 	/usr/local/go/src/runtime/panic.go:920 +0x26c
18:00:02 [2024-02-06T18:00:02.025Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd72a48, 0x4000618600}, 0xffff4908ef48?)
18:00:02 [2024-02-06T18:00:02.025Z] 	/go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:149 +0x360
18:00:02 [2024-02-06T18:00:02.025Z] net/http.HandlerFunc.ServeHTTP(0x4000018900?, {0xd72a48?, 0x4000618600?}, 0x4022e4?)
18:00:02 [2024-02-06T18:00:02.025Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
18:00:02 [2024-02-06T18:00:02.025Z] net/http.(*ServeMux).ServeHTTP(0xd78ff8?, {0xd72a48, 0x4000618600}, 0x4000018900)
18:00:02 [2024-02-06T18:00:02.025Z] 	/usr/local/go/src/net/http/server.go:2514 +0x144
18:00:02 [2024-02-06T18:00:02.025Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*middleware).serveHTTP(0x40004ba000, {0xd71608?, 0x40002461c0}, 0x4000018800, {0xd67960, 0x40004b8000})
18:00:02 [2024-02-06T18:00:02.025Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:217 +0xf44
18:00:02 [2024-02-06T18:00:02.025Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.NewMiddleware.func1.1({0xd71608?, 0x40002461c0?}, 0x40003ec600?)
18:00:02 [2024-02-06T18:00:02.025Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:81 +0x40
18:00:02 [2024-02-06T18:00:02.025Z] net/http.HandlerFunc.ServeHTTP(0x15f74a0?, {0xd71608?, 0x40002461c0?}, 0x4000186b40?)
18:00:02 [2024-02-06T18:00:02.025Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
18:00:02 [2024-02-06T18:00:02.025Z] net/http.serverHandler.ServeHTTP({0x40003ec600?}, {0xd71608?, 0x40002461c0?}, 0x6?)
18:00:02 [2024-02-06T18:00:02.025Z] 	/usr/local/go/src/net/http/server.go:2938 +0xbc
18:00:02 [2024-02-06T18:00:02.025Z] net/http.(*conn).serve(0x400011c6c0, {0xd78ff8, 0x40005b8270})
18:00:02 [2024-02-06T18:00:02.025Z] 	/usr/local/go/src/net/http/server.go:2009 +0x518
18:00:02 [2024-02-06T18:00:02.025Z] created by net/http.(*Server).Serve in goroutine 38
18:00:02 [2024-02-06T18:00:02.025Z] 	/usr/local/go/src/net/http/server.go:3086 +0x4cc
18:00:04 [2024-02-06T18:00:04.529Z] --- PASS: TestAuthZPluginAllowEventStream (6.01s)
18:00:04 [2024-02-06T18:00:04.529Z] === RUN   TestAuthZPluginErrorResponse
18:00:04 [2024-02-06T18:00:04.529Z] --- PASS: TestAuthZPluginErrorResponse (0.53s)
18:00:04 [2024-02-06T18:00:04.529Z] === RUN   TestAuthZPluginErrorRequest
18:00:05 [2024-02-06T18:00:05.087Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
18:00:05 [2024-02-06T18:00:05.087Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
18:00:05 [2024-02-06T18:00:05.645Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s)
18:00:05 [2024-02-06T18:00:05.645Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
18:00:07 [2024-02-06T18:00:07.003Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.10s)
18:00:07 [2024-02-06T18:00:07.003Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
18:00:07 [2024-02-06T18:00:07.925Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.11s)
18:00:07 [2024-02-06T18:00:07.925Z] === RUN   TestAuthZPluginHeader
18:00:08 [2024-02-06T18:00:08.483Z] --- PASS: TestAuthZPluginHeader (0.62s)
18:00:08 [2024-02-06T18:00:08.483Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
18:00:08 [2024-02-06T18:00:08.483Z]     authz_plugin_v2_test.go:40: (*Execution).NotAmd64-fm
18:00:08 [2024-02-06T18:00:08.483Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
18:00:08 [2024-02-06T18:00:08.483Z] === RUN   TestAuthZPluginV2Disable
18:00:08 [2024-02-06T18:00:08.483Z]     authz_plugin_v2_test.go:61: (*Execution).NotAmd64-fm
18:00:08 [2024-02-06T18:00:08.483Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
18:00:08 [2024-02-06T18:00:08.483Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
18:00:08 [2024-02-06T18:00:08.483Z]     authz_plugin_v2_test.go:87: (*Execution).NotAmd64-fm
18:00:08 [2024-02-06T18:00:08.483Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
18:00:08 [2024-02-06T18:00:08.483Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
18:00:08 [2024-02-06T18:00:08.483Z]     authz_plugin_v2_test.go:122: (*Execution).NotAmd64-fm
18:00:08 [2024-02-06T18:00:08.483Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
18:00:08 [2024-02-06T18:00:08.483Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
18:00:26 [2024-02-06T18:00:26.498Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.88s)
18:00:26 [2024-02-06T18:00:26.498Z] PASS
18:00:26 [2024-02-06T18:00:26.498Z] 
18:00:26 [2024-02-06T18:00:26.498Z] === Skipped
18:00:26 [2024-02-06T18:00:26.498Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
18:00:26 [2024-02-06T18:00:26.498Z]     authz_plugin_v2_test.go:40: (*Execution).NotAmd64-fm
18:00:26 [2024-02-06T18:00:26.498Z] 
18:00:26 [2024-02-06T18:00:26.498Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
18:00:26 [2024-02-06T18:00:26.498Z]     authz_plugin_v2_test.go:61: (*Execution).NotAmd64-fm
18:00:26 [2024-02-06T18:00:26.498Z] 
18:00:26 [2024-02-06T18:00:26.498Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
18:00:26 [2024-02-06T18:00:26.498Z]     authz_plugin_v2_test.go:87: (*Execution).NotAmd64-fm
18:00:26 [2024-02-06T18:00:26.498Z] 
18:00:26 [2024-02-06T18:00:26.498Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
18:00:26 [2024-02-06T18:00:26.498Z]     authz_plugin_v2_test.go:122: (*Execution).NotAmd64-fm
18:00:26 [2024-02-06T18:00:26.498Z] 
18:00:26 [2024-02-06T18:00:26.498Z] DONE 17 tests, 4 skipped in 30.489s
18:00:26 [2024-02-06T18:00:26.498Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m  
18:00:26 [2024-02-06T18:00:26.498Z] ++ '[' -n '' ']'
18:00:26 [2024-02-06T18:00:26.498Z] ++ 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
18:00:26 [2024-02-06T18:00:26.498Z] ++ set -e
18:00:26 [2024-02-06T18:00:26.498Z] ++ '[' -n 0 ']'
18:00:26 [2024-02-06T18:00:26.498Z] ++ set -x
18:00:26 [2024-02-06T18:00:26.498Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.LavPsooO9b/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= 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
18:00:26 [2024-02-06T18:00:26.498Z] INFO: Testing against a local daemon
18:00:26 [2024-02-06T18:00:26.498Z] === RUN   TestPluginInvalidJSON
18:00:26 [2024-02-06T18:00:26.498Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
18:00:26 [2024-02-06T18:00:26.498Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
18:00:26 [2024-02-06T18:00:26.498Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
18:00:26 [2024-02-06T18:00:26.498Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
18:00:26 [2024-02-06T18:00:26.498Z] === RUN   TestPluginInvalidJSON/plugins/pull
18:00:26 [2024-02-06T18:00:26.498Z] === PAUSE TestPluginInvalidJSON/plugins/pull
18:00:26 [2024-02-06T18:00:26.498Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
18:00:26 [2024-02-06T18:00:26.498Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
18:00:26 [2024-02-06T18:00:26.498Z] === CONT  TestPluginInvalidJSON/plugins/pull
18:00:26 [2024-02-06T18:00:26.498Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
18:00:26 [2024-02-06T18:00:26.498Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
18:00:26 [2024-02-06T18:00:26.498Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
18:00:26 [2024-02-06T18:00:26.498Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
18:00:26 [2024-02-06T18:00:26.498Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
18:00:26 [2024-02-06T18:00:26.498Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
18:00:26 [2024-02-06T18:00:26.498Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
18:00:26 [2024-02-06T18:00:26.498Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
18:00:26 [2024-02-06T18:00:26.498Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
18:00:26 [2024-02-06T18:00:26.498Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
18:00:26 [2024-02-06T18:00:26.498Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
18:00:26 [2024-02-06T18:00:26.498Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
18:00:26 [2024-02-06T18:00:26.498Z] --- PASS: TestPluginInvalidJSON (0.01s)
18:00:26 [2024-02-06T18:00:26.498Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s)
18:00:26 [2024-02-06T18:00:26.498Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
18:00:26 [2024-02-06T18:00:26.498Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
18:00:26 [2024-02-06T18:00:26.498Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
18:00:26 [2024-02-06T18:00:26.498Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
18:00:26 [2024-02-06T18:00:26.498Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
18:00:26 [2024-02-06T18:00:26.498Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
18:00:26 [2024-02-06T18:00:26.498Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
18:00:26 [2024-02-06T18:00:26.498Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
18:00:26 [2024-02-06T18:00:26.498Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
18:00:26 [2024-02-06T18:00:26.498Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
18:00:26 [2024-02-06T18:00:26.498Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
18:00:26 [2024-02-06T18:00:26.498Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
18:00:26 [2024-02-06T18:00:26.498Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
18:00:26 [2024-02-06T18:00:26.498Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
18:00:26 [2024-02-06T18:00:26.498Z] === RUN   TestPluginInstall
18:00:26 [2024-02-06T18:00:26.498Z] === RUN   TestPluginInstall/no_auth
18:00:29 [2024-02-06T18:00:29.004Z] time="2024-02-06T18:00:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
18:00:29 [2024-02-06T18:00:29.004Z] time="2024-02-06T18:00:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4de53b988942860d93087a90a1382604e3af5e94e15fd95142f83983f283f9dd" mediatype=application/vnd.docker.plugin.v1+json size=522
18:00:29 [2024-02-06T18:00:29.004Z] time="2024-02-06T18:00:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
18:00:29 [2024-02-06T18:00:29.004Z] time="2024-02-06T18:00:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4de53b988942860d93087a90a1382604e3af5e94e15fd95142f83983f283f9dd" mediatype=application/vnd.docker.plugin.v1+json size=522
18:00:29 [2024-02-06T18:00:29.004Z] === RUN   TestPluginInstall/with_digest
18:00:29 [2024-02-06T18:00:29.562Z] === RUN   TestPluginInstall/with_htpasswd
18:00:29 [2024-02-06T18:00:29.817Z] time="2024-02-06T18:00:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
18:00:29 [2024-02-06T18:00:29.817Z] time="2024-02-06T18:00:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e8d6579d584d805149e4d12678b1109ec1573ad7db2d75168db6a088b6af0881" mediatype=application/vnd.docker.plugin.v1+json size=522
18:00:29 [2024-02-06T18:00:29.817Z] time="2024-02-06T18:00:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
18:00:29 [2024-02-06T18:00:29.817Z] time="2024-02-06T18:00:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e8d6579d584d805149e4d12678b1109ec1573ad7db2d75168db6a088b6af0881" mediatype=application/vnd.docker.plugin.v1+json size=522
18:00:30 [2024-02-06T18:00:30.072Z] === RUN   TestPluginInstall/with_insecure
18:00:30 [2024-02-06T18:00:30.994Z] time="2024-02-06T18:00:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
18:00:30 [2024-02-06T18:00:30.994Z] time="2024-02-06T18:00:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:dc493243b6be9ce8d002e729a74157a580b2a474bedaa96aa82378108e93f558" mediatype=application/vnd.docker.plugin.v1+json size=522
18:00:30 [2024-02-06T18:00:30.994Z] time="2024-02-06T18:00:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
18:00:30 [2024-02-06T18:00:30.994Z] time="2024-02-06T18:00:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:dc493243b6be9ce8d002e729a74157a580b2a474bedaa96aa82378108e93f558" mediatype=application/vnd.docker.plugin.v1+json size=522
18:00:30 [2024-02-06T18:00:30.994Z]     plugin_test.go:247: [d7f887005ec42] daemon is not started
18:00:30 [2024-02-06T18:00:30.994Z] --- PASS: TestPluginInstall (5.44s)
18:00:30 [2024-02-06T18:00:30.994Z]     --- PASS: TestPluginInstall/no_auth (3.55s)
18:00:30 [2024-02-06T18:00:30.994Z]     --- PASS: TestPluginInstall/with_digest (0.49s)
18:00:30 [2024-02-06T18:00:30.994Z]     --- PASS: TestPluginInstall/with_htpasswd (0.45s)
18:00:30 [2024-02-06T18:00:30.994Z]     --- PASS: TestPluginInstall/with_insecure (0.94s)
18:00:30 [2024-02-06T18:00:30.994Z] === RUN   TestPluginsWithRuntimes
18:00:32 [2024-02-06T18:00:32.353Z] === RUN   TestPluginsWithRuntimes/No_Args
18:00:33 [2024-02-06T18:00:33.274Z] === RUN   TestPluginsWithRuntimes/With_Args
18:00:34 [2024-02-06T18:00:34.196Z] --- PASS: TestPluginsWithRuntimes (3.27s)
18:00:34 [2024-02-06T18:00:34.196Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.89s)
18:00:34 [2024-02-06T18:00:34.196Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.88s)
18:00:34 [2024-02-06T18:00:34.196Z] === RUN   TestPluginBackCompatMediaTypes
18:00:34 [2024-02-06T18:00:34.754Z] --- PASS: TestPluginBackCompatMediaTypes (0.49s)
18:00:34 [2024-02-06T18:00:34.754Z] PASS
18:00:34 [2024-02-06T18:00:34.754Z] 
18:00:34 [2024-02-06T18:00:34.754Z] DONE 25 tests in 9.243s
18:00:34 [2024-02-06T18:00:34.754Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m  
18:00:34 [2024-02-06T18:00:34.754Z] ++ '[' -n '' ']'
18:00:34 [2024-02-06T18:00:34.754Z] ++ 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
18:00:34 [2024-02-06T18:00:34.754Z] ++ set -e
18:00:34 [2024-02-06T18:00:34.754Z] ++ '[' -n 0 ']'
18:00:34 [2024-02-06T18:00:34.754Z] ++ set -x
18:00:34 [2024-02-06T18:00:34.754Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.LavPsooO9b/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= 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
18:00:34 [2024-02-06T18:00:34.754Z] INFO: Testing against a local daemon
18:00:34 [2024-02-06T18:00:34.754Z] === RUN   TestExternalGraphDriver
18:00:35 [2024-02-06T18:00:35.008Z] === RUN   TestExternalGraphDriver/json
18:00:35 [2024-02-06T18:00:35.008Z] === RUN   TestExternalGraphDriver/spec
18:00:35 [2024-02-06T18:00:35.008Z] === RUN   TestExternalGraphDriver/pull
18:00:35 [2024-02-06T18:00:35.008Z] --- PASS: TestExternalGraphDriver (0.34s)
18:00:35 [2024-02-06T18:00:35.008Z]     --- PASS: TestExternalGraphDriver/json (0.00s)
18:00:35 [2024-02-06T18:00:35.008Z]     --- PASS: TestExternalGraphDriver/spec (0.00s)
18:00:35 [2024-02-06T18:00:35.008Z]     --- PASS: TestExternalGraphDriver/pull (0.00s)
18:00:35 [2024-02-06T18:00:35.008Z] === RUN   TestGraphdriverPluginV2
18:00:35 [2024-02-06T18:00:35.262Z]     external_test.go:416: (*Execution).NotAmd64-fm
18:00:35 [2024-02-06T18:00:35.262Z] --- SKIP: TestGraphdriverPluginV2 (0.33s)
18:00:35 [2024-02-06T18:00:35.262Z] PASS
18:00:35 [2024-02-06T18:00:35.262Z] 
18:00:35 [2024-02-06T18:00:35.262Z] === Skipped
18:00:35 [2024-02-06T18:00:35.262Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.33s)
18:00:35 [2024-02-06T18:00:35.262Z]     external_test.go:416: (*Execution).NotAmd64-fm
18:00:35 [2024-02-06T18:00:35.262Z] 
18:00:35 [2024-02-06T18:00:35.262Z] DONE 5 tests, 1 skipped in 0.697s
18:00:35 [2024-02-06T18:00:35.262Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m  
18:00:35 [2024-02-06T18:00:35.262Z] ++ '[' -n '' ']'
18:00:35 [2024-02-06T18:00:35.262Z] ++ 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
18:00:35 [2024-02-06T18:00:35.262Z] ++ set -e
18:00:35 [2024-02-06T18:00:35.262Z] ++ '[' -n 0 ']'
18:00:35 [2024-02-06T18:00:35.262Z] ++ set -x
18:00:35 [2024-02-06T18:00:35.262Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.LavPsooO9b/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= 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
18:00:35 [2024-02-06T18:00:35.517Z] INFO: Testing against a local daemon
18:00:35 [2024-02-06T18:00:35.517Z] === RUN   TestContinueAfterPluginCrash
18:00:35 [2024-02-06T18:00:35.517Z] === PAUSE TestContinueAfterPluginCrash
18:00:35 [2024-02-06T18:00:35.517Z] === RUN   TestReadPluginNoRead
18:00:35 [2024-02-06T18:00:35.517Z] === PAUSE TestReadPluginNoRead
18:00:35 [2024-02-06T18:00:35.517Z] === RUN   TestDaemonStartWithLogOpt
18:00:35 [2024-02-06T18:00:35.517Z] === PAUSE TestDaemonStartWithLogOpt
18:00:35 [2024-02-06T18:00:35.517Z] === CONT  TestContinueAfterPluginCrash
18:00:35 [2024-02-06T18:00:35.517Z] === CONT  TestDaemonStartWithLogOpt
18:00:35 [2024-02-06T18:00:35.517Z] === CONT  TestReadPluginNoRead
18:00:37 [2024-02-06T18:00:37.396Z] === RUN   TestReadPluginNoRead/default
18:00:37 [2024-02-06T18:00:37.954Z] --- PASS: TestDaemonStartWithLogOpt (2.63s)
18:00:38 [2024-02-06T18:00:38.512Z] === RUN   TestReadPluginNoRead/disabled_caching
18:00:39 [2024-02-06T18:00:39.874Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
18:00:40 [2024-02-06T18:00:40.821Z]     read_test.go:93: [d8bddebf0a54b] daemon is not started
18:00:40 [2024-02-06T18:00:40.821Z] --- PASS: TestReadPluginNoRead (5.48s)
18:00:40 [2024-02-06T18:00:40.821Z]     --- PASS: TestReadPluginNoRead/default (1.18s)
18:00:40 [2024-02-06T18:00:40.821Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.15s)
18:00:40 [2024-02-06T18:00:40.821Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.12s)
18:00:43 [2024-02-06T18:00:43.325Z] --- PASS: TestContinueAfterPluginCrash (7.56s)
18:00:43 [2024-02-06T18:00:43.325Z] PASS
18:00:43 [2024-02-06T18:00:43.325Z] 
18:00:43 [2024-02-06T18:00:43.325Z] DONE 6 tests in 7.598s
18:00:43 [2024-02-06T18:00:43.325Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m  
18:00:43 [2024-02-06T18:00:43.325Z] ++ '[' -n '' ']'
18:00:43 [2024-02-06T18:00:43.325Z] ++ 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
18:00:43 [2024-02-06T18:00:43.325Z] ++ set -e
18:00:43 [2024-02-06T18:00:43.325Z] ++ '[' -n 0 ']'
18:00:43 [2024-02-06T18:00:43.325Z] ++ set -x
18:00:43 [2024-02-06T18:00:43.325Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.LavPsooO9b/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= 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
18:00:43 [2024-02-06T18:00:43.325Z] testing: warning: no tests to run
18:00:43 [2024-02-06T18:00:43.325Z] PASS
18:00:43 [2024-02-06T18:00:43.325Z] 
18:00:43 [2024-02-06T18:00:43.325Z] DONE 0 tests in 0.007s
18:00:43 [2024-02-06T18:00:43.325Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m  
18:00:43 [2024-02-06T18:00:43.325Z] ++ '[' -n '' ']'
18:00:43 [2024-02-06T18:00:43.325Z] ++ 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
18:00:43 [2024-02-06T18:00:43.325Z] ++ set -e
18:00:43 [2024-02-06T18:00:43.325Z] ++ '[' -n 0 ']'
18:00:43 [2024-02-06T18:00:43.325Z] ++ set -x
18:00:43 [2024-02-06T18:00:43.325Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.LavPsooO9b/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= 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
18:00:43 [2024-02-06T18:00:43.325Z] INFO: Testing against a local daemon
18:00:43 [2024-02-06T18:00:43.325Z] === RUN   TestPluginWithDevMounts
18:00:43 [2024-02-06T18:00:43.325Z] === PAUSE TestPluginWithDevMounts
18:00:43 [2024-02-06T18:00:43.325Z] === CONT  TestPluginWithDevMounts
18:00:44 [2024-02-06T18:00:44.683Z] --- PASS: TestPluginWithDevMounts (1.48s)
18:00:44 [2024-02-06T18:00:44.683Z] PASS
18:00:44 [2024-02-06T18:00:44.683Z] 
18:00:44 [2024-02-06T18:00:44.683Z] DONE 1 tests in 1.512s
18:00:44 [2024-02-06T18:00:44.683Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m  
18:00:44 [2024-02-06T18:00:44.683Z] ++ '[' -n '' ']'
18:00:44 [2024-02-06T18:00:44.683Z] ++ 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
18:00:44 [2024-02-06T18:00:44.683Z] ++ set -e
18:00:44 [2024-02-06T18:00:44.683Z] ++ '[' -n 0 ']'
18:00:44 [2024-02-06T18:00:44.683Z] ++ set -x
18:00:44 [2024-02-06T18:00:44.683Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.LavPsooO9b/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= 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
18:00:44 [2024-02-06T18:00:44.683Z] INFO: Testing against a local daemon
18:00:44 [2024-02-06T18:00:44.683Z] === RUN   TestSecretInspect
18:00:46 [2024-02-06T18:00:46.562Z] --- PASS: TestSecretInspect (1.94s)
18:00:46 [2024-02-06T18:00:46.562Z] === RUN   TestSecretList
18:00:48 [2024-02-06T18:00:48.442Z] --- PASS: TestSecretList (1.97s)
18:00:48 [2024-02-06T18:00:48.442Z] === RUN   TestSecretsCreateAndDelete
18:00:50 [2024-02-06T18:00:50.321Z] --- PASS: TestSecretsCreateAndDelete (1.88s)
18:00:50 [2024-02-06T18:00:50.321Z] === RUN   TestSecretsUpdate
18:00:52 [2024-02-06T18:00:52.200Z] --- PASS: TestSecretsUpdate (1.90s)
18:00:52 [2024-02-06T18:00:52.200Z] === RUN   TestTemplatedSecret
18:00:54 [2024-02-06T18:00:54.705Z] --- PASS: TestTemplatedSecret (2.52s)
18:00:54 [2024-02-06T18:00:54.705Z] === RUN   TestSecretCreateResolve
18:00:57 [2024-02-06T18:00:57.210Z] --- PASS: TestSecretCreateResolve (1.95s)
18:00:57 [2024-02-06T18:00:57.210Z] PASS
18:00:57 [2024-02-06T18:00:57.210Z] 
18:00:57 [2024-02-06T18:00:57.210Z] DONE 6 tests in 12.214s
18:00:57 [2024-02-06T18:00:57.210Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m  
18:00:57 [2024-02-06T18:00:57.210Z] ++ '[' -n '' ']'
18:00:57 [2024-02-06T18:00:57.210Z] ++ 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
18:00:57 [2024-02-06T18:00:57.210Z] ++ set -e
18:00:57 [2024-02-06T18:00:57.210Z] ++ '[' -n 0 ']'
18:00:57 [2024-02-06T18:00:57.210Z] ++ set -x
18:00:57 [2024-02-06T18:00:57.210Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.LavPsooO9b/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= 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
18:00:57 [2024-02-06T18:00:57.210Z] INFO: Testing against a local daemon
18:00:57 [2024-02-06T18:00:57.210Z] === RUN   TestServiceCreateInit
18:00:57 [2024-02-06T18:00:57.210Z] === RUN   TestServiceCreateInit/daemonInitDisabled
18:01:00 [2024-02-06T18:01:00.463Z] === RUN   TestServiceCreateInit/daemonInitEnabled
18:01:03 [2024-02-06T18:01:03.718Z] --- PASS: TestServiceCreateInit (6.75s)
18:01:03 [2024-02-06T18:01:03.718Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.37s)
18:01:03 [2024-02-06T18:01:03.718Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.37s)
18:01:03 [2024-02-06T18:01:03.718Z] === RUN   TestCreateServiceMultipleTimes
18:01:18 [2024-02-06T18:01:18.533Z] --- PASS: TestCreateServiceMultipleTimes (14.40s)
18:01:18 [2024-02-06T18:01:18.533Z] === RUN   TestCreateServiceConflict
18:01:19 [2024-02-06T18:01:19.892Z] --- PASS: TestCreateServiceConflict (1.97s)
18:01:19 [2024-02-06T18:01:19.892Z] === RUN   TestCreateServiceMaxReplicas
18:01:23 [2024-02-06T18:01:23.146Z] --- PASS: TestCreateServiceMaxReplicas (2.61s)
18:01:23 [2024-02-06T18:01:23.146Z] === RUN   TestCreateServiceSecretFileMode
18:01:35 [2024-02-06T18:01:35.292Z] --- PASS: TestCreateServiceSecretFileMode (12.47s)
18:01:35 [2024-02-06T18:01:35.292Z] === RUN   TestCreateServiceConfigFileMode
18:01:47 [2024-02-06T18:01:47.450Z] --- PASS: TestCreateServiceConfigFileMode (12.41s)
18:01:47 [2024-02-06T18:01:47.450Z] === RUN   TestCreateServiceSysctls
18:01:50 [2024-02-06T18:01:50.717Z] --- PASS: TestCreateServiceSysctls (2.98s)
18:01:50 [2024-02-06T18:01:50.717Z] === RUN   TestCreateServiceCapabilities
18:01:53 [2024-02-06T18:01:53.223Z] --- PASS: TestCreateServiceCapabilities (2.45s)
18:01:53 [2024-02-06T18:01:53.223Z] === RUN   TestInspect
18:01:55 [2024-02-06T18:01:55.728Z] --- PASS: TestInspect (2.64s)
18:01:55 [2024-02-06T18:01:55.728Z] === RUN   TestCreateJob
18:01:58 [2024-02-06T18:01:58.233Z] --- PASS: TestCreateJob (2.87s)
18:01:58 [2024-02-06T18:01:58.233Z] === RUN   TestReplicatedJob
18:02:03 [2024-02-06T18:02:03.462Z] --- PASS: TestReplicatedJob (4.67s)
18:02:03 [2024-02-06T18:02:03.462Z] === RUN   TestUpdateReplicatedJob
18:02:05 [2024-02-06T18:02:05.968Z] --- PASS: TestUpdateReplicatedJob (2.99s)
18:02:05 [2024-02-06T18:02:05.968Z] === RUN   TestServiceListWithStatuses
18:02:10 [2024-02-06T18:02:10.120Z] --- PASS: TestServiceListWithStatuses (4.03s)
18:02:10 [2024-02-06T18:02:10.120Z] === RUN   TestDockerNetworkConnectAliasPreV144
18:02:14 [2024-02-06T18:02:14.273Z] --- PASS: TestDockerNetworkConnectAliasPreV144 (3.82s)
18:02:14 [2024-02-06T18:02:14.273Z] === RUN   TestDockerNetworkReConnect
18:02:17 [2024-02-06T18:02:17.527Z] --- PASS: TestDockerNetworkReConnect (3.13s)
18:02:17 [2024-02-06T18:02:17.527Z] === RUN   TestServicePlugin
18:02:17 [2024-02-06T18:02:17.527Z]     plugin_test.go:25: (*Execution).NotAmd64-fm
18:02:17 [2024-02-06T18:02:17.527Z] --- SKIP: TestServicePlugin (0.00s)
18:02:17 [2024-02-06T18:02:17.527Z] === RUN   TestServiceUpdateLabel
18:02:19 [2024-02-06T18:02:19.407Z] --- PASS: TestServiceUpdateLabel (2.05s)
18:02:19 [2024-02-06T18:02:19.407Z] === RUN   TestServiceUpdateSecrets
18:02:34 [2024-02-06T18:02:34.221Z] --- PASS: TestServiceUpdateSecrets (14.27s)
18:02:34 [2024-02-06T18:02:34.221Z] === RUN   TestServiceUpdateConfigs
18:02:49 [2024-02-06T18:02:49.035Z] --- PASS: TestServiceUpdateConfigs (14.29s)
18:02:49 [2024-02-06T18:02:49.035Z] === RUN   TestServiceUpdateNetwork
18:03:01 [2024-02-06T18:03:01.210Z] --- PASS: TestServiceUpdateNetwork (12.11s)
18:03:01 [2024-02-06T18:03:01.210Z] === RUN   TestServiceUpdatePidsLimit
18:03:01 [2024-02-06T18:03:01.210Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
18:03:01 [2024-02-06T18:03:01.484Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
18:03:09 [2024-02-06T18:03:09.548Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
18:03:16 [2024-02-06T18:03:16.065Z] --- PASS: TestServiceUpdatePidsLimit (15.88s)
18:03:16 [2024-02-06T18:03:16.065Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.51s)
18:03:16 [2024-02-06T18:03:16.065Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.77s)
18:03:16 [2024-02-06T18:03:16.065Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.67s)
18:03:16 [2024-02-06T18:03:16.065Z] PASS
18:03:16 [2024-02-06T18:03:16.065Z] 
18:03:16 [2024-02-06T18:03:16.065Z] === Skipped
18:03:16 [2024-02-06T18:03:16.065Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
18:03:16 [2024-02-06T18:03:16.065Z]     plugin_test.go:25: (*Execution).NotAmd64-fm
18:03:16 [2024-02-06T18:03:16.065Z] 
18:03:16 [2024-02-06T18:03:16.065Z] DONE 26 tests, 1 skipped in 138.836s
18:03:16 [2024-02-06T18:03:16.065Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m  
18:03:16 [2024-02-06T18:03:16.065Z] ++ '[' -n '' ']'
18:03:16 [2024-02-06T18:03:16.065Z] ++ 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
18:03:16 [2024-02-06T18:03:16.065Z] ++ set -e
18:03:16 [2024-02-06T18:03:16.065Z] ++ '[' -n 0 ']'
18:03:16 [2024-02-06T18:03:16.065Z] ++ set -x
18:03:16 [2024-02-06T18:03:16.066Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.LavPsooO9b/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= 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
18:03:16 [2024-02-06T18:03:16.066Z] INFO: Testing against a local daemon
18:03:16 [2024-02-06T18:03:16.066Z] === RUN   TestSessionCreate
18:03:16 [2024-02-06T18:03:16.066Z] --- PASS: TestSessionCreate (0.01s)
18:03:16 [2024-02-06T18:03:16.066Z] === RUN   TestSessionCreateWithBadUpgrade
18:03:16 [2024-02-06T18:03:16.066Z] --- PASS: TestSessionCreateWithBadUpgrade (0.01s)
18:03:16 [2024-02-06T18:03:16.066Z] PASS
18:03:16 [2024-02-06T18:03:16.066Z] 
18:03:16 [2024-02-06T18:03:16.066Z] DONE 2 tests in 0.048s
18:03:16 [2024-02-06T18:03:16.066Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m  
18:03:16 [2024-02-06T18:03:16.066Z] ++ '[' -n '' ']'
18:03:16 [2024-02-06T18:03:16.066Z] ++ 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
18:03:16 [2024-02-06T18:03:16.066Z] ++ set -e
18:03:16 [2024-02-06T18:03:16.066Z] ++ '[' -n 0 ']'
18:03:16 [2024-02-06T18:03:16.066Z] ++ set -x
18:03:16 [2024-02-06T18:03:16.066Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.LavPsooO9b/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= 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
18:03:16 [2024-02-06T18:03:16.066Z] INFO: Testing against a local daemon
18:03:16 [2024-02-06T18:03:16.066Z] === RUN   TestCgroupDriverSystemdMemoryLimit
18:03:16 [2024-02-06T18:03:16.066Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
18:03:16 [2024-02-06T18:03:16.066Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
18:03:16 [2024-02-06T18:03:16.066Z] === RUN   TestDiskUsage
18:03:16 [2024-02-06T18:03:16.066Z] === PAUSE TestDiskUsage
18:03:16 [2024-02-06T18:03:16.066Z] === RUN   TestEventsExecDie
18:03:16 [2024-02-06T18:03:16.066Z] --- PASS: TestEventsExecDie (0.45s)
18:03:16 [2024-02-06T18:03:16.066Z] === RUN   TestEventsBackwardsCompatible
18:03:16 [2024-02-06T18:03:16.320Z] --- PASS: TestEventsBackwardsCompatible (0.04s)
18:03:16 [2024-02-06T18:03:16.320Z] === RUN   TestEventsVolumeCreate
18:03:16 [2024-02-06T18:03:16.320Z] --- PASS: TestEventsVolumeCreate (0.05s)
18:03:16 [2024-02-06T18:03:16.320Z] === RUN   TestInfoBinaryCommits
18:03:16 [2024-02-06T18:03:16.320Z] --- PASS: TestInfoBinaryCommits (0.01s)
18:03:16 [2024-02-06T18:03:16.320Z] === RUN   TestInfoAPIVersioned
18:03:16 [2024-02-06T18:03:16.320Z] --- PASS: TestInfoAPIVersioned (0.01s)
18:03:16 [2024-02-06T18:03:16.320Z] === RUN   TestInfoAPI
18:03:16 [2024-02-06T18:03:16.320Z] --- PASS: TestInfoAPI (0.01s)
18:03:16 [2024-02-06T18:03:16.320Z] === RUN   TestInfoAPIWarnings
18:03:34 [2024-02-06T18:03:34.333Z] --- PASS: TestInfoAPIWarnings (16.54s)
18:03:34 [2024-02-06T18:03:34.333Z] === RUN   TestInfoDebug
18:03:34 [2024-02-06T18:03:34.333Z] --- PASS: TestInfoDebug (0.52s)
18:03:34 [2024-02-06T18:03:34.333Z] === RUN   TestInfoInsecureRegistries
18:03:34 [2024-02-06T18:03:34.333Z] --- PASS: TestInfoInsecureRegistries (0.52s)
18:03:34 [2024-02-06T18:03:34.333Z] === RUN   TestInfoRegistryMirrors
18:03:34 [2024-02-06T18:03:34.333Z] --- PASS: TestInfoRegistryMirrors (0.52s)
18:03:34 [2024-02-06T18:03:34.333Z] === RUN   TestLoginFailsWithBadCredentials
18:03:35 [2024-02-06T18:03:35.255Z] --- PASS: TestLoginFailsWithBadCredentials (0.97s)
18:03:35 [2024-02-06T18:03:35.255Z] === RUN   TestPingCacheHeaders
18:03:35 [2024-02-06T18:03:35.255Z] --- PASS: TestPingCacheHeaders (0.01s)
18:03:35 [2024-02-06T18:03:35.255Z] === RUN   TestPingGet
18:03:35 [2024-02-06T18:03:35.509Z] --- PASS: TestPingGet (0.01s)
18:03:35 [2024-02-06T18:03:35.509Z] === RUN   TestPingHead
18:03:35 [2024-02-06T18:03:35.509Z] --- PASS: TestPingHead (0.01s)
18:03:35 [2024-02-06T18:03:35.509Z] === RUN   TestPingSwarmHeader
18:03:36 [2024-02-06T18:03:36.066Z] === RUN   TestPingSwarmHeader/before_swarm_init
18:03:36 [2024-02-06T18:03:36.321Z] === RUN   TestPingSwarmHeader/after_swarm_init
18:03:37 [2024-02-06T18:03:37.243Z] === RUN   TestPingSwarmHeader/after_swarm_leave
18:03:37 [2024-02-06T18:03:37.243Z] --- PASS: TestPingSwarmHeader (1.95s)
18:03:37 [2024-02-06T18:03:37.243Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
18:03:37 [2024-02-06T18:03:37.243Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
18:03:37 [2024-02-06T18:03:37.243Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
18:03:37 [2024-02-06T18:03:37.243Z] === RUN   TestPingBuilderHeader
18:03:37 [2024-02-06T18:03:37.243Z] === RUN   TestPingBuilderHeader/default_config
18:03:37 [2024-02-06T18:03:37.801Z] === RUN   TestPingBuilderHeader/buildkit_disabled
18:03:38 [2024-02-06T18:03:38.358Z] --- PASS: TestPingBuilderHeader (1.04s)
18:03:38 [2024-02-06T18:03:38.358Z]     --- PASS: TestPingBuilderHeader/default_config (0.52s)
18:03:38 [2024-02-06T18:03:38.358Z]     --- PASS: TestPingBuilderHeader/buildkit_disabled (0.52s)
18:03:38 [2024-02-06T18:03:38.358Z] === RUN   TestVersion
18:03:38 [2024-02-06T18:03:38.358Z] --- PASS: TestVersion (0.01s)
18:03:38 [2024-02-06T18:03:38.358Z] === CONT  TestDiskUsage
18:03:38 [2024-02-06T18:03:38.916Z] === RUN   TestDiskUsage/empty
18:03:38 [2024-02-06T18:03:38.916Z] === RUN   TestDiskUsage/empty/container_types
18:03:38 [2024-02-06T18:03:38.916Z] === RUN   TestDiskUsage/empty/image_types
18:03:38 [2024-02-06T18:03:38.916Z] === RUN   TestDiskUsage/empty/volume_types
18:03:38 [2024-02-06T18:03:38.916Z] === RUN   TestDiskUsage/empty/build-cache_types
18:03:38 [2024-02-06T18:03:38.916Z] === RUN   TestDiskUsage/empty/container,_volume_types
18:03:38 [2024-02-06T18:03:38.916Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
18:03:38 [2024-02-06T18:03:38.916Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
18:03:38 [2024-02-06T18:03:38.916Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
18:03:38 [2024-02-06T18:03:38.916Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
18:03:38 [2024-02-06T18:03:38.916Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
18:03:38 [2024-02-06T18:03:38.916Z] === RUN   TestDiskUsage/after_LoadBusybox
18:03:38 [2024-02-06T18:03:38.916Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
18:03:38 [2024-02-06T18:03:38.916Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
18:03:38 [2024-02-06T18:03:38.916Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
18:03:38 [2024-02-06T18:03:38.916Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
18:03:38 [2024-02-06T18:03:38.916Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
18:03:38 [2024-02-06T18:03:38.916Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
18:03:38 [2024-02-06T18:03:38.916Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
18:03:38 [2024-02-06T18:03:38.916Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
18:03:38 [2024-02-06T18:03:38.916Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
18:03:38 [2024-02-06T18:03:38.916Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
18:03:38 [2024-02-06T18:03:38.916Z] === RUN   TestDiskUsage/after_container.Run
18:03:39 [2024-02-06T18:03:39.170Z] === RUN   TestDiskUsage/after_container.Run/container_types
18:03:39 [2024-02-06T18:03:39.170Z] === RUN   TestDiskUsage/after_container.Run/image_types
18:03:39 [2024-02-06T18:03:39.170Z] === RUN   TestDiskUsage/after_container.Run/volume_types
18:03:39 [2024-02-06T18:03:39.170Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
18:03:39 [2024-02-06T18:03:39.170Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
18:03:39 [2024-02-06T18:03:39.170Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
18:03:39 [2024-02-06T18:03:39.170Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
18:03:39 [2024-02-06T18:03:39.170Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
18:03:39 [2024-02-06T18:03:39.170Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
18:03:39 [2024-02-06T18:03:39.170Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
18:03:39 [2024-02-06T18:03:39.424Z] --- PASS: TestDiskUsage (1.00s)
18:03:39 [2024-02-06T18:03:39.424Z]     --- PASS: TestDiskUsage/empty (0.01s)
18:03:39 [2024-02-06T18:03:39.424Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
18:03:39 [2024-02-06T18:03:39.424Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
18:03:39 [2024-02-06T18:03:39.424Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
18:03:39 [2024-02-06T18:03:39.424Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
18:03:39 [2024-02-06T18:03:39.424Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
18:03:39 [2024-02-06T18:03:39.424Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
18:03:39 [2024-02-06T18:03:39.424Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
18:03:39 [2024-02-06T18:03:39.424Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
18:03:39 [2024-02-06T18:03:39.424Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
18:03:39 [2024-02-06T18:03:39.424Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
18:03:39 [2024-02-06T18:03:39.424Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.08s)
18:03:39 [2024-02-06T18:03:39.424Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
18:03:39 [2024-02-06T18:03:39.424Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
18:03:39 [2024-02-06T18:03:39.424Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
18:03:39 [2024-02-06T18:03:39.424Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
18:03:39 [2024-02-06T18:03:39.424Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
18:03:39 [2024-02-06T18:03:39.424Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
18:03:39 [2024-02-06T18:03:39.424Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
18:03:39 [2024-02-06T18:03:39.424Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
18:03:39 [2024-02-06T18:03:39.424Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
18:03:39 [2024-02-06T18:03:39.424Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
18:03:39 [2024-02-06T18:03:39.424Z]     --- PASS: TestDiskUsage/after_container.Run (0.21s)
18:03:39 [2024-02-06T18:03:39.424Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
18:03:39 [2024-02-06T18:03:39.424Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
18:03:39 [2024-02-06T18:03:39.424Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
18:03:39 [2024-02-06T18:03:39.424Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
18:03:39 [2024-02-06T18:03:39.424Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
18:03:39 [2024-02-06T18:03:39.424Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
18:03:39 [2024-02-06T18:03:39.424Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
18:03:39 [2024-02-06T18:03:39.424Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
18:03:39 [2024-02-06T18:03:39.424Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
18:03:39 [2024-02-06T18:03:39.424Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
18:03:39 [2024-02-06T18:03:39.424Z] PASS
18:03:39 [2024-02-06T18:03:39.424Z] 
18:03:39 [2024-02-06T18:03:39.424Z] === Skipped
18:03:39 [2024-02-06T18:03:39.424Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
18:03:39 [2024-02-06T18:03:39.424Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
18:03:39 [2024-02-06T18:03:39.424Z] 
18:03:39 [2024-02-06T18:03:39.424Z] DONE 57 tests, 1 skipped in 23.713s
18:03:39 [2024-02-06T18:03:39.424Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m  
18:03:39 [2024-02-06T18:03:39.424Z] ++ '[' -n '' ']'
18:03:39 [2024-02-06T18:03:39.424Z] ++ 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
18:03:39 [2024-02-06T18:03:39.424Z] ++ set -e
18:03:39 [2024-02-06T18:03:39.424Z] ++ '[' -n 0 ']'
18:03:39 [2024-02-06T18:03:39.424Z] ++ set -x
18:03:39 [2024-02-06T18:03:39.424Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.LavPsooO9b/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= 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
18:03:39 [2024-02-06T18:03:39.424Z] INFO: Testing against a local daemon
18:03:39 [2024-02-06T18:03:39.424Z] === RUN   TestRunMountVolumeSubdir
18:03:39 [2024-02-06T18:03:39.678Z]     mount_test.go:28: Setup stderr:
18:03:39 [2024-02-06T18:03:39.678Z]     mount_test.go:28: Setup stdout:
18:03:39 [2024-02-06T18:03:39.678Z]         /volume:
18:03:39 [2024-02-06T18:03:39.678Z]         total 24K    
18:03:39 [2024-02-06T18:03:39.678Z]         drwxr-xr-x    5 root     root        4.0K Feb  6 18:03 .
18:03:39 [2024-02-06T18:03:39.678Z]         drwxr-xr-x    1 root     root        4.0K Feb  6 18:03 ..
18:03:39 [2024-02-06T18:03:39.678Z]         -rw-r--r--    1 root     root           4 Feb  6 18:03 bar.txt
18:03:39 [2024-02-06T18:03:39.678Z]         drwxr-xr-x    2 root     root        4.0K Feb  6 18:03 bin
18:03:39 [2024-02-06T18:03:39.678Z]         drwxr-xr-x    3 root     root        4.0K Feb  6 18:03 hack
18:03:39 [2024-02-06T18:03:39.678Z]         drwxr-xr-x    2 root     root        4.0K Feb  6 18:03 subdir
18:03:39 [2024-02-06T18:03:39.678Z]         
18:03:39 [2024-02-06T18:03:39.678Z]         /volume/hack/:
18:03:39 [2024-02-06T18:03:39.678Z]         total 12K    
18:03:39 [2024-02-06T18:03:39.678Z]         drwxr-xr-x    3 root     root        4.0K Feb  6 18:03 .
18:03:39 [2024-02-06T18:03:39.678Z]         drwxr-xr-x    5 root     root        4.0K Feb  6 18:03 ..
18:03:39 [2024-02-06T18:03:39.678Z]         lrwxrwxrwx    1 root     root           4 Feb  6 18:03 bad -> root
18:03:39 [2024-02-06T18:03:39.678Z]         lrwxrwxrwx    1 root     root           9 Feb  6 18:03 good -> ../subdir
18:03:39 [2024-02-06T18:03:39.678Z]         drwxr-xr-x    2 root     root        4.0K Feb  6 18:03 iwanttobehackedwithtoctou
18:03:39 [2024-02-06T18:03:39.678Z]         lrwxrwxrwx    1 root     root           1 Feb  6 18:03 root -> /
18:03:39 [2024-02-06T18:03:39.932Z] === RUN   TestRunMountVolumeSubdir/subdir
18:03:40 [2024-02-06T18:03:40.186Z]     mount_test.go:101: stdout:
18:03:40 [2024-02-06T18:03:40.186Z]         hello.txt
18:03:40 [2024-02-06T18:03:40.186Z]     mount_test.go:102: stderr:
18:03:40 [2024-02-06T18:03:40.186Z] === RUN   TestRunMountVolumeSubdir/subdir_link
18:03:40 [2024-02-06T18:03:40.743Z]     mount_test.go:101: stdout:
18:03:40 [2024-02-06T18:03:40.743Z]         hello.txt
18:03:40 [2024-02-06T18:03:40.743Z]     mount_test.go:102: stderr:
18:03:40 [2024-02-06T18:03:40.743Z] === RUN   TestRunMountVolumeSubdir/subdir_with_copy_data
18:03:40 [2024-02-06T18:03:40.997Z]     mount_test.go:101: stdout:
18:03:40 [2024-02-06T18:03:40.997Z]         /bin/busybox
18:03:40 [2024-02-06T18:03:40.997Z]     mount_test.go:102: stderr:
18:03:40 [2024-02-06T18:03:40.997Z] === RUN   TestRunMountVolumeSubdir/file
18:03:41 [2024-02-06T18:03:41.555Z]     mount_test.go:101: stdout:
18:03:41 [2024-02-06T18:03:41.555Z]         foo
18:03:41 [2024-02-06T18:03:41.555Z]     mount_test.go:102: stderr:
18:03:41 [2024-02-06T18:03:41.555Z] === RUN   TestRunMountVolumeSubdir/relative_with_backtracks
18:03:41 [2024-02-06T18:03:41.555Z] === RUN   TestRunMountVolumeSubdir/not_existing
18:03:41 [2024-02-06T18:03:41.555Z] === RUN   TestRunMountVolumeSubdir/mount_link
18:03:41 [2024-02-06T18:03:41.809Z] === RUN   TestRunMountVolumeSubdir/mount_link_link
18:03:41 [2024-02-06T18:03:41.809Z] --- PASS: TestRunMountVolumeSubdir (2.44s)
18:03:41 [2024-02-06T18:03:41.809Z]     --- PASS: TestRunMountVolumeSubdir/subdir (0.40s)
18:03:41 [2024-02-06T18:03:41.809Z]     --- PASS: TestRunMountVolumeSubdir/subdir_link (0.43s)
18:03:41 [2024-02-06T18:03:41.809Z]     --- PASS: TestRunMountVolumeSubdir/subdir_with_copy_data (0.39s)
18:03:41 [2024-02-06T18:03:41.809Z]     --- PASS: TestRunMountVolumeSubdir/file (0.45s)
18:03:41 [2024-02-06T18:03:41.809Z]     --- PASS: TestRunMountVolumeSubdir/relative_with_backtracks (0.00s)
18:03:41 [2024-02-06T18:03:41.809Z]     --- PASS: TestRunMountVolumeSubdir/not_existing (0.13s)
18:03:41 [2024-02-06T18:03:41.809Z]     --- PASS: TestRunMountVolumeSubdir/mount_link (0.13s)
18:03:41 [2024-02-06T18:03:41.809Z]     --- PASS: TestRunMountVolumeSubdir/mount_link_link (0.14s)
18:03:41 [2024-02-06T18:03:41.809Z] === RUN   TestVolumesCreateAndList
18:03:41 [2024-02-06T18:03:41.809Z] --- PASS: TestVolumesCreateAndList (0.01s)
18:03:41 [2024-02-06T18:03:41.809Z] === RUN   TestVolumesRemove
18:03:42 [2024-02-06T18:03:42.063Z] === RUN   TestVolumesRemove/volume_in_use
18:03:42 [2024-02-06T18:03:42.063Z] === RUN   TestVolumesRemove/volume_not_in_use
18:03:42 [2024-02-06T18:03:42.063Z] === RUN   TestVolumesRemove/non-existing_volume
18:03:42 [2024-02-06T18:03:42.063Z] === RUN   TestVolumesRemove/non-existing_volume_force
18:03:42 [2024-02-06T18:03:42.063Z] --- PASS: TestVolumesRemove (0.06s)
18:03:42 [2024-02-06T18:03:42.063Z]     --- PASS: TestVolumesRemove/volume_in_use (0.00s)
18:03:42 [2024-02-06T18:03:42.063Z]     --- PASS: TestVolumesRemove/volume_not_in_use (0.01s)
18:03:42 [2024-02-06T18:03:42.063Z]     --- PASS: TestVolumesRemove/non-existing_volume (0.00s)
18:03:42 [2024-02-06T18:03:42.063Z]     --- PASS: TestVolumesRemove/non-existing_volume_force (0.00s)
18:03:42 [2024-02-06T18:03:42.063Z] === RUN   TestVolumesRemoveSwarmEnabled
18:03:42 [2024-02-06T18:03:42.063Z] === PAUSE TestVolumesRemoveSwarmEnabled
18:03:42 [2024-02-06T18:03:42.063Z] === RUN   TestVolumesInspect
18:03:42 [2024-02-06T18:03:42.063Z] --- PASS: TestVolumesInspect (0.01s)
18:03:42 [2024-02-06T18:03:42.063Z] === RUN   TestVolumesInvalidJSON
18:03:42 [2024-02-06T18:03:42.063Z] === RUN   TestVolumesInvalidJSON/volumes/create
18:03:42 [2024-02-06T18:03:42.063Z] === PAUSE TestVolumesInvalidJSON/volumes/create
18:03:42 [2024-02-06T18:03:42.063Z] === CONT  TestVolumesInvalidJSON/volumes/create
18:03:42 [2024-02-06T18:03:42.063Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
18:03:42 [2024-02-06T18:03:42.063Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
18:03:42 [2024-02-06T18:03:42.063Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
18:03:42 [2024-02-06T18:03:42.063Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
18:03:42 [2024-02-06T18:03:42.063Z] --- PASS: TestVolumesInvalidJSON (0.01s)
18:03:42 [2024-02-06T18:03:42.063Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
18:03:42 [2024-02-06T18:03:42.063Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
18:03:42 [2024-02-06T18:03:42.063Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
18:03:42 [2024-02-06T18:03:42.063Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
18:03:42 [2024-02-06T18:03:42.063Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
18:03:42 [2024-02-06T18:03:42.063Z] === RUN   TestVolumePruneAnonymous
18:03:42 [2024-02-06T18:03:42.063Z] --- PASS: TestVolumePruneAnonymous (0.03s)
18:03:42 [2024-02-06T18:03:42.063Z] === RUN   TestVolumePruneAnonFromImage
18:03:42 [2024-02-06T18:03:42.063Z] --- PASS: TestVolumePruneAnonFromImage (0.13s)
18:03:42 [2024-02-06T18:03:42.063Z] === CONT  TestVolumesRemoveSwarmEnabled
18:03:43 [2024-02-06T18:03:43.421Z] === RUN   TestVolumesRemoveSwarmEnabled/volume_in_use
18:03:43 [2024-02-06T18:03:43.421Z] === RUN   TestVolumesRemoveSwarmEnabled/volume_not_in_use
18:03:43 [2024-02-06T18:03:43.421Z] === RUN   TestVolumesRemoveSwarmEnabled/non-existing_volume
18:03:43 [2024-02-06T18:03:43.421Z] === RUN   TestVolumesRemoveSwarmEnabled/non-existing_volume_force
18:03:44 [2024-02-06T18:03:44.343Z] --- PASS: TestVolumesRemoveSwarmEnabled (2.04s)
18:03:44 [2024-02-06T18:03:44.343Z]     --- PASS: TestVolumesRemoveSwarmEnabled/volume_in_use (0.00s)
18:03:44 [2024-02-06T18:03:44.343Z]     --- PASS: TestVolumesRemoveSwarmEnabled/volume_not_in_use (0.01s)
18:03:44 [2024-02-06T18:03:44.343Z]     --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume (0.00s)
18:03:44 [2024-02-06T18:03:44.343Z]     --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume_force (0.00s)
18:03:44 [2024-02-06T18:03:44.343Z] PASS
18:03:44 [2024-02-06T18:03:44.343Z] 
18:03:44 [2024-02-06T18:03:44.343Z] DONE 29 tests in 4.769s
18:03:44 [2024-02-06T18:03:44.343Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
18:03:44 [2024-02-06T18:03:44.343Z] ++++ cat bundles/test-integration/TestUsernsCommit/d51881b508161/docker.pid
18:03:44 [2024-02-06T18:03:44.343Z] +++ kill 60464
18:03:44 [2024-02-06T18:03:44.343Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 60464 is not a child of this shell
18:03:44 [2024-02-06T18:03:44.343Z] warning: PID 60464 from bundles/test-integration/TestUsernsCommit/d51881b508161/docker.pid had a nonzero exit code
18:03:44 [2024-02-06T18:03:44.343Z] umount: bundles/test-integration/TestUsernsCommit/d51881b508161/root: not mounted.
18:03:44 [2024-02-06T18:03:44.343Z] ++++ cat bundles/test-integration/docker.pid
18:03:44 [2024-02-06T18:03:44.343Z] +++ kill 24493
18:03:45 [2024-02-06T18:03:45.701Z] +++ /etc/init.d/apparmor stop
18:03:45 [2024-02-06T18:03:45.701Z] Leaving: AppArmorNo profiles have been unloaded.
18:03:45 [2024-02-06T18:03:45.701Z] 
18:03:45 [2024-02-06T18:03:45.701Z] Unloading profiles will leave already running processes permanently
18:03:45 [2024-02-06T18:03:45.701Z] unconfined, which can lead to unexpected situations.
18:03:45 [2024-02-06T18:03:45.701Z] 
18:03:45 [2024-02-06T18:03:45.701Z] To set a process to complain mode, use the command line tool
18:03:45 [2024-02-06T18:03:45.701Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
18:03:45 [2024-02-06T18:03:45.701Z] +++ true
18:03:45 [2024-02-06T18:03:45.701Z] exiting test-integration
18:03:45 [2024-02-06T18:03:45.701Z] ++ exit 0
18:03:45 [2024-02-06T18:03:45.701Z] 
Post stage
[Pipeline] junit
18:03:47 [2024-02-06T18:03:47.066Z] Recording test results
18:03:47 [2024-02-06T18:03:47.272Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
18:03:47 [2024-02-06T18:03:47.589Z] + echo Ensuring container killed.
18:03:47 [2024-02-06T18:03:47.589Z] Ensuring container killed.
18:03:47 [2024-02-06T18:03:47.589Z] + docker rm -vf docker-pr10
18:03:47 [2024-02-06T18:03:47.589Z] Error response from daemon: No such container: docker-pr10
[Pipeline] sh
18:03:47 [2024-02-06T18:03:47.855Z] + echo Chowning /workspace to jenkins user
18:03:47 [2024-02-06T18:03:47.855Z] Chowning /workspace to jenkins user
18:03:47 [2024-02-06T18:03:47.855Z] + id -u
18:03:47 [2024-02-06T18:03:47.855Z] + id -g
18:03:47 [2024-02-06T18:03:47.855Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-47155:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
18:03:49 [2024-02-06T18:03:49.050Z] + bundleName=arm64-integration
18:03:49 [2024-02-06T18:03:49.050Z] + echo Creating arm64-integration-bundles.tar.gz
18:03:49 [2024-02-06T18:03:49.050Z] Creating arm64-integration-bundles.tar.gz
18:03:49 [2024-02-06T18:03:49.050Z] + + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
18:03:49 [2024-02-06T18:03:49.050Z] xargs tar -czf arm64-integration-bundles.tar.gz
[Pipeline] archiveArtifacts
18:03:49 [2024-02-06T18:03:49.310Z] Archiving artifacts
18:03:49 [2024-02-06T18:03:49.785Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-47155/10/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
18:03:50 [2024-02-06T18:03:50.105Z] + make clean
18:03:50 [2024-02-06T18:03:50.105Z] docker volume rm -f docker-dev-cache docker-mod-cache
18:03:50 [2024-02-06T18:03:50.105Z] docker-dev-cache
18:03:50 [2024-02-06T18:03:50.105Z] 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
Deleted 0 stash(es) from https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-47155/10/stashes/